@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%;
}



.btn-border {
	margin: 2em auto 3em;
	text-align: center;
}

.btn-border a {
	padding: .25em 1em;
	border: solid 1px #111;
	background: #fff;
	color: #111;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	font-size: 2rem;
}

#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;
}

.location-body-head .lead {
	margin: 0;
}



.location-body-head {
	margin-bottom: -1em;
	display: flex;
	justify-content: space-between;
}


.location-body-col2 {
	display: flex;
	justify-content: space-between;
}

.location-body-col2 .col2-l {
	width: 60%;

}

.location-body-col2 .col2-s {
	width: 35%;

}

.location-body-col2 .col2-s .lead {
	font-size: 2rem;
}

.education {
	background: #375623;
}

.nature {
	background: #233b56;
}

.cycleroad {
	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: 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;
}


@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: 6vw;
		letter-spacing: .1em;
	}

	#concept p {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}

	.btn-border {
		margin: 2em auto 3em;
		text-align: center;
	}

	.btn-border a {
		font-size: 3.6vw;
	}


	#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: 5vw;
	}

	.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;
		text-align: center;
	}

	.location-body-col2 {
		display: block;
	}

	.location-body-head {
		margin-bottom: -1em;
		display: block;
	}

	.location-body-col2 .col2-l {
		width: 100%;

	}

	.location-body-col2 .col2-s {
		width: 100%;

	}

	.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 auto;
		text-align: center;
	}

	.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;
	}

}