@charset "utf-8";
/* CSS Document */


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

.main_img {
	margin-bottom: 30px;
	width:100%;
	height:　300px;
	overflow: hidden;
	position:relative;
}

.main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:42px;
	letter-spacing: 0.2em;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main_img h1 .sub {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main h1 {
	font-size:40px;
	margin-bottom:30px;
}

img.sub_img {
	display:block;
	margin:0 auto 30px;
}

p.top_info {
	font-size: 18px;
	text-align:center;
	margin-bottom: 1em;
}

main h2 {
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:30px;
}

.overview {
	margin:60px auto 80px;
}

.overview h2 {
	background:#F0F0F0;
	padding:15px;
	margin-bottom:30px;
}

.overview h2 span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 36px;
	border-left: solid 10px #FABD00;
	padding: 0 0 0 15px;
}

.overview dl {
	width:800px;
	margin:0 auto;
	border-bottom:dotted 2px #999;
}

.overview dl dt {
	padding:5px 30px 5px 0;
	width:250px;
	float:left;
	clear:both;
	border-top:dotted 2px #999;
	line-height:43px;
	text-align: right;
	font-weight: 700;
}
.overview dl dt:nth-of-type(2n+1) {
	background:#F0F0F0;
}

.overview dl dd {
	width:550px;
	float:right;
	border-top:dotted 2px #999;
	line-height:43px;
	padding:5px 0;
}
.overview dl dd:nth-of-type(2n+1) {
	background:#F0F0F0;
}

.model_house {
	text-align:center;
	margin-bottom:40px;
}

.sp_bg { position: relative; }

.model_house h2 {
	margin-left: -150px;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 300px;
	line-height:1.4;
	color: #fff;
	text-shadow: 0 0 5px #333;
}

.model_house h2 .sub {
	border-top: solid 2px #fff;
	padding: 10px 15px 0;
	color: #fff;
}

.model_house .sp_img img {
	display:none;
}

.model_house img {
	display:block;
	margin:0 auto 30px;
}

.model_house p.catch {
	display:inline-block;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	font-size:28px;
	border-bottom:solid 2px #7F7F7F;
	padding-bottom:10px;
	margin-bottom:15px;
}

.model_house p.location {
	margin-top: 30px;
	margin-bottom:40px;
	padding: 15px 80px;
	border:solid 4px #000;
	display: inline-block;
	width: 800px;
	font-size: 18px;
	line-height: 1.4;
	box-sizing: border-box;
}

.model_house .ggmap {
	padding-bottom: 28%;
	margin-bottom:30px;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

.main_img {
	width:100%;
	max-height:220px;
	margin-bottom:30px;
}

.main_img img {
	width:100%;
	max-height:220px;
	object-fit:cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main h1 {
	font-size:28px;
	margin-bottom:20px;
	letter-spacing:-1px;
}

img.sub_img {
	display:block;
	margin:0 auto 20px;
}

main h2 {
	font-size:32px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:20px;
}

p.top_info {
	margin-bottom:20px;
}

.overview {
	margin:40px auto 50px;
}

.overview h2 {
	margin-bottom:50px;
}

.overview dl {
	margin:0 auto;
	border-bottom:dotted 2px #999;
}

.overview dl dt {
	font-family: '丸フォーク M','Maru Folk Medium','A-OTF 丸フォーク Pro M' ;
	font-size:24px;
	border-top:dotted 2px #999;
	padding:5px 0 0 15px;
}
.overview dl dt:nth-of-type(2n+1) {
	background:#F0F0F0;
}

.overview dl dd {
	padding:0 0 5px 15px;
}
.overview dl dd:nth-of-type(2n+1) {
	background:#F0F0F0;
}

.model_house {
	text-align:center;
	margin-bottom:40px;
	position:relative;
	z-index:1;
}

.model_house .sp_bg {
	position:relative;
}

.model_house img.sp_img {
	height:0;
	background: url(../../about/images/model_house_bg_sp.png) no-repeat;
	background-size:contain;
	padding-top:80.343%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
}

.model_house .sp_img img {
}

.model_house img.pc_img {
	display:none;
}

.model_house h2 {
	width:100%;
	color:#FFF;
	line-height:1.2;
	position: absolute;
	top:35px;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}

.model_house h2 .sub {
	color:#FFF;
	border-top:solid 2px #92B2D4;
	padding:10px 15px 0;
}

.model_house p.catch {
	display:inline-block;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	font-size:26px;
	line-height:1.5;
	border-bottom:solid 2px #7F7F7F;
	padding-bottom:10px;
	margin:15px 0;
}

.model_house p.location {
	width:100%;
	font-size:20px;
	border:solid 4px #000;
	padding:10px 0;
	margin-bottom:40px;
}

.model_house .ggmap {
	margin-bottom:20px;
}

.model_house p.map_info {
	width:94%;
	margin:0 auto;
	text-align:left;
}

}