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

/*------------
#estate
-------------*/

.video-wrap{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	height: 0;
	overflow: hidden;
}
.video-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cm-wrap{
	margin-top: 60px;
	padding: 60px;
	background: #f6f6f6;
}
.cm-wrap .cm-inner{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	width: 100%;
	height: 0;
	overflow: hidden;
}
.cm-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#map-wrap{
	display: block;
}
#map-wrap figure{
	width: 100%;
}

.location-wrap{
	margin: 40px auto;
	padding: 40px;
	color: #fff;
	font-size: 1.8rem;

}

.location-head{
	border-bottom: solid 4px rgba(255, 255, 255, .1);
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	position: relative;
}
.location-head h5{
	font-size: 2.6rem;
}
.location-head p{
	font-size: 2rem;
}
.location-head .hachikazuki{
	padding-left: 1em;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: #8da85e;
}

.location-body{
	margin-top: 2em;
	text-align: left;
}
.location-wrap figure {
    margin-top: 40px;
}
.location-wrap .lead{
	margin: 40px auto 0;
	font-weight: bold;
	font-size: 2.6rem;
}
.shopping{
	background: #806000;
}
.nature{
	background: #375623;
}
.park{
	background: #8da85e;
}

.plan-design{
	margin: 0 auto 3em;
}
.plan-design figure{
	width: 48%;
}
.plan-design figcaption{
	font-weight: normal;
	text-align: left;
}
.location-wrap figure img{
	width: 100%;
	height: auto;
}

.location-wrap .btn-dtls{
	margin: -1em 0 0;
	text-align: right;
}
.location-wrap .btn-dtls a{
	padding: .25em 1em;
	background: #fff;
	color: #111;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.guide-wrap{
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}
.guide-wrap div:first-child{
	width: 650px;
}
.guide-wrap div:last-child{
	width: 455px;
}

h5 span{
	margin-left: 1em;
	display: inline-block;
	font-size: 75%;
}

.style-wrap div,
.style-wrap figure{
	margin-top: 0;
}

.carnav{
	background:#375623;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.hachikazuki .inner{
	padding: 30px;
}
.hachikazuki figure img{
	width: 100%;
}

.btn-more{
	margin-top: 3em;
	text-align: right;
}
.btn-more a{
	margin: 0 auto;
	padding: .5em 1em;
	border: solid 1px #fff;
	display: inline-block;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.4rem;
}
.btn-more a br{
	display: none;
}
.btn-more a img{
	margin-right: 1em;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}

@media screen and (max-width:640px) {
		
	/*------------
	#estate
	-------------*/
.cm-wrap{
	margin-top: 20px;
	padding: 0;
	background: #f6f6f6;
}
	#concept{
	margin-bottom: 0;
	padding-bottom: 0;
		text-align: center;
	    font-family: "YuMincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif;
		 background: none;
	}
	#concept h4{
		margin-bottom: 1em;
		font-size: 2.6rem;
		letter-spacing: .1em;
	}
	#concept p{
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	#map-wrap{
		display: block;
	}
	.plan-design figure{
		width: 100%;
	}
	#map-wrap figure,
	#map-wrap #gmap{
		width: 100%;
	}
	#map-wrap #gmap iframe{
		margin: 30px 0 0;
		width: 100%;
		height: 400px;
	}
	.guide-wrap{
		margin: 20px auto;
		display: block;
		justify-content: space-between;
	}
	.guide-wrap div:first-child{
		margin-bottom: 30px;
		width: 100%;
	}
	.guide-wrap div:last-child{
		width: 100%;
	}
	.access-wrap div{
		border: none;
	}
	.location-wrap{
		margin: 6vw auto;
		padding: 6vw;
		color: #fff;
		font-size: 1.8rem;
	
	}
	
	.location-head{
		display: block;
		text-align: left;
		line-height: 1.2;
	}
	.location-head h5{
		font-size: 2.6rem;
	}
	.location-head p{
		margin: 1em 0 .5em;
		font-size: 2rem;
	}
	.location-head .hachikazuki{
		margin: 1em auto;
		padding-left: 0;
		position: static;
		width: 90%;
	}
	
	.location-body{
		margin-top: 2em;
		text-align: left;
	}
	.location-wrap figure {
		margin-top: 6vw;
	}
	.location-wrap .lead{
		margin: 6vw auto 0;
		font-weight: bold;
		font-size: 2.6rem;
		line-height: 1.2;
	}
	.education{
		background: #8d8d83;
	}
	.nature{
		background: #375623;
	}
	.cycleroad{
		background: #8da85e;
	}
	
	.plan-design{
		margin: 0 auto 6vw;
	}
	.plan-design figure{
		width: 100%;
	}
	.plan-design figcaption{
		font-weight: normal;
		text-align: left;
	}
	.location-wrap figure img{
		width: 100%;
		height: auto;
	}
	
	.location-wrap .btn-dtls{
		margin: -1em 0 0;
		text-align: right;
	}
	.location-wrap .btn-dtls a{
		padding: .25em 1em;
		background: #fff;
		color: #111;
		font-weight: bold;
		display: inline-block;
		text-decoration: none;
	}
	
.carnav{
	padding: .5em 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.btn-hachikazuki a{
	margin: 0 auto;
	padding: .5em 1em;
	display: block;
	text-decoration: none;
	font-size: 3.6vw;
	width: auto;
	text-align: left;
}
.btn-hachikazuki a br{
	display: block;
}
.btn-hachikazuki span{
	display: none;
}
.btn-hachikazuki a img{
	margin-right: .5em;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	float: left;
}
}