@charset "utf-8";

/* ======================================


 stores


==================================== */

#contents {
	padding-bottom:150px;
}
@media only screen and (max-width: 1200px) {
	#contents {
		padding-bottom:100px;
	}
}
@media only screen and (max-width: 768px) {
	#contents {
		padding-bottom:50px;
	}
}

/* store
----------------------------- */
.wrap-stores .beginning {
	line-height: 2;
	text-align: center;
}
.wrap-stores .beginning b {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.wrap-stores .box-stores {
	margin-top:55px;
}
.wrap-stores .box-stores:nth-of-type(1) {
	margin-top:70px;
}
.wrap-stores .box-stores .box_summary {
	display: flex;
}
.wrap-stores .box-stores .store-info,
.wrap-stores .box-stores .img {
	flex:1 1 50%
}
.wrap-stores .box-stores .store-info {
	background:#000 url(/stores/images/bg01.png) no-repeat;
	background-position:right bottom;
	color:#fff;
	padding:60px 4.16% 0;
}
.wrap-stores .box-stores .store-info .txtb {
	border-left:4px solid #fff;
	padding-left:25px;
}
.wrap-stores .box-stores .store-info .txtb .title {
	font-size:2.5rem;
	font-weight:700;
}
.wrap-stores .box-stores .store-info .txtb .tel {
	margin-top:30px;
}
.wrap-stores .box-stores .store-info .txtb .tel .icon-freedial02 {
	background-color: #fff;
	color: #000;
	font-size: 2.0rem;
	margin-right:12px;
}
.wrap-stores .box-stores .store-info .txtb .tel .dial {
	font-size:2.4rem;
	font-weight:700;
}
.wrap-stores .box-stores .store-info .txtb .tel + p {
	margin-top:35px;
}
.wrap-stores .box-stores iframe {
	display:block;
	width:100%;
}
@media only screen and (max-width: 1200px) {
	.wrap-stores .box-stores .store-info {
		display:flex;
		align-items:center;
		padding-top:20px;
		padding-bottom:20px;
		padding-right:3%;
	}
	.wrap-stores .box-stores .store-info .txtb {
		font-size:1.4rem;
		padding-left:20px;
	}
	.wrap-stores .box-stores .store-info .txtb .title {
		font-size:2.1rem;
	}
	.wrap-stores .box-stores .store-info .txtb .tel {
		margin-top:15px;
	}
	.wrap-stores .box-stores .store-info .txtb .tel .icon-freedial02 {
		font-size: 1.8rem;
		margin-right:12px;
	}
	.wrap-stores .box-stores .store-info .txtb .tel .dial {
		font-size:2.2rem;
	}
	.wrap-stores .box-stores .store-info .txtb .tel + p {
		margin-top:20px;
	}
}
@media only screen and (max-width: 768px) {
	.wrap-stores .beginning {
		font-size:1.4rem;
		line-height: 1.8;
	}
	.wrap-stores .beginning b {
		font-size: 1.7rem;
	}
	.wrap-stores .box-stores {
		margin-top:30px;
	}
	.wrap-stores .box-stores:nth-of-type(1) {
		margin-top:40px;
	}
	.wrap-stores .box-stores .box_summary {
		display: block;
		width:100%;
	}
	.wrap-stores .box-stores .store-info {
		background-size:100px auto;
		padding:25px 15px;
	}
	.wrap-stores .box-stores .store-info .txtb {
		border-left:2px solid #fff;
		font-size:1.3rem;
		padding-left:14px;
	}
	.wrap-stores .box-stores .store-info .txtb .title {
		font-size:1.6rem;
	}
	.wrap-stores .box-stores .store-info .txtb .tel {
		margin-top:10px;
	}
	.wrap-stores .box-stores .store-info .txtb .tel .icon-freedial02 {
		font-size: 1.4rem;
		margin-right:8px;
	}
	.wrap-stores .box-stores .store-info .txtb .tel .dial {
		font-size:1.8rem;
	}
	.wrap-stores .box-stores .store-info .txtb .tel + p {
		margin-top:15px;
	}
	.wrap-stores .box-stores iframe {
		margin-left:-15px;
		margin-right:-15px;
		width:calc(100% + 30px);
	}
}



/* modelhouse
----------------------------- */
.wrap-modelhouse {
	margin-top:100px;
}
.wrap-modelhouse .column {
	margin-top:60px;
}
.wrap-modelhouse .column .each-comm {
	margin-right:4%;
	width:48%;
}
.wrap-modelhouse .column .each-comm:nth-child(2n) {
	margin-right:0;
}
.wrap-modelhouse .column .each-comm .txtb {
	border-left: 4px solid #000;
	margin-top: 45px;
	padding-left: 25px;
}
.wrap-modelhouse .column .each-comm .title {
	font-size: 2.3rem;
	font-weight: 700;
	line-height:1.2;
}
.wrap-modelhouse .column .each-comm .title + p {
	margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
	.wrap-modelhouse .column .each-comm .txtb {
		margin-top: 35px;
	}
	.wrap-modelhouse .column .each-comm .title {
		font-size: 2.2rem;
	}
	.wrap-modelhouse .column .each-comm .title + p {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.wrap-modelhouse {
		margin-top:50px;
	}
	.wrap-modelhouse .column {
		margin-top:20px;
	}
	.wrap-modelhouse .column .each-comm {
		margin-top:30px;
		margin-right:0;
		width:100%;
	}
	.wrap-modelhouse .column .each-comm:first-child {
		margin-top:0;
	}
	.wrap-modelhouse .column .each-comm .txtb {
		border-left: 2px solid #000;
		margin-top: 15px;
		padding-left: 14px;
	}
	.wrap-modelhouse .column .each-comm .title {
		font-size: 1.6rem;
	}
	.wrap-modelhouse .column .each-comm .title + p {
		margin-top: 10px;
	}
}
