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



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 136px 0 0 0;
}
#contents.pd0 {
	padding: 0 0 0 0;
}



/****************************************************************************************************
contents
****************************************************************************************************/
.inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
.sec-ttl .eng {
	color: #074D30;
	font-family: 'garamond', 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.sec-ttl h3 {
	margin-top: 0.3em;
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.sec-ttl p {
	margin-top: 0.9em;
	font-size: 1.333rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.sec-body {
	margin-top: 50px;
}

figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.left {
	text-align: left;
}
figure.img-box figcaption.cap-in {
	position: absolute;
	margin-top: 0;
	right: 0.6em;
	bottom: 0.6em;
	line-height: 1.0;
}
figure.img-box figcaption.cap-in.left {
	right: auto;
	left: 0.6em;
}
figure.img-box figcaption.cap-in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}

.caption {
	margin: 100px 0 0 0;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.15);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
design
****************************************************************************************************/
.design-main,
.design-main figure {
	position: relative;
}
.design-main figure img {
	width: 100%;
	height: auto;
}
.design-main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#design-main1.design-main h2 {
	position: absolute;
	top: calc(50% - 10px);
	left: 20%;
	transform: translate(-50%, -50%);
	font-size: 2.0rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#design-main2.design-main h2,
#design-main3.design-main h2 {
	position: absolute;
	left: 60px;
	bottom: 54px;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
	text-shadow:
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1),
		0 0 5px rgba(0,0,0,1);
}
#design-main2.design-main figure::before,
#design-main3.design-main figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5));
}
.landplan-block1 {
	margin-top: -50px;
}
.landplan-block2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
	text-align: left;
}
.landplan-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 15px;
	width: 380px;
}
.landplan-box-text {
	flex: 1;
}
.landplan-box-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.landplan-box-ttl .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #074D30;
	color: #FFF;
	font-size: 1.333rem;
}
.landplan-box-ttl h3 {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.4;
}
.landplan-box-info {
	margin-top: 12px;
	text-align: left;
}
.landplan-box-info p {
	font-size: 1.2rem;
	line-height: 1.8;
}



/****************************************************************************************************
plan
****************************************************************************************************/
.plan-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
	width: 790px;
	width: 1200px;
	gap: 30px;
}

.plan-detail + .plan-detail {
	padding-top: 100px;
}
.plan-link {
	width:800px;
	margin:0 auto;
	margin-top:100px;
}
.plan-link select {
	width:100%;
	height:auto;
	padding:1.0em;
	background:#EEE;
	font-size:1.2rem;
}



/****************************************************************************************************
stop
****************************************************************************************************/
#stop {
	position: relative;
	color: #000;
	line-height: 1.8;
}
#stop-img .photo {
	position: relative;
}
#stop-img .photo img {
	object-fit: cover;
	width: 100%;
	height: 900px;
}
#stop-img .photo figcaption {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 0.8rem;
}
#stop .stop-title h2 {
	color: #A1913A;
	font-size: 1.6rem;
}
#stop .stop-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-top: 50px;
	padding: 80px 100px;
	background: rgba(255,255,255,.95);
	z-index: 100;
	font-size: 1.2rem;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
}
.stop-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.stop-btn div a {
	width: 260px;
	padding: 0.6em;
	display: block;
	background: #999;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	#contents {
		padding: 8.7vw 0 0 0;
	}
	#contents.pd0 {
		padding: 0 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	.inner {
		width: 100%;
		padding: 10vw 4vw;
	}
	.sec-ttl .eng {
		font-size: 1.0rem;
		letter-spacing: 0.15em;
	}
	.sec-ttl h3 {
		font-size: 1.466rem;
		letter-spacing: 0.05em;
	}
	.sec-ttl p {
		font-size: 0.866rem;
		letter-spacing: 0;
	}
	.sec-body {
		margin-top: 8vw;
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	.design-main figure figcaption {
		font-size: 0.533rem;
	}
	#design-main1.design-main h2 {
		top: 5.5vw;
		left: 50%;
		transform: translate(-50%, 0);
		font-size: 1.2rem;
		letter-spacing: 0;
		white-space: nowrap;
	}
	#design-main2.design-main h2,
	#design-main3.design-main h2 {
		left: 4vw;
		bottom: 4vw;
		font-size: 1.0rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#design-main2.design-main figure::before,
	#design-main3.design-main figure::before {
		height: 20vw;
	}
	.landplan-block1 {
		margin-top: -8vw;
	}
	.landplan-block2 {
		gap: 2vw;
		margin-top: 4vw;
	}
	.landplan-box {
		gap: 2vw;
		width: 45vw;
	}
	.landplan-box-ttl {
		gap: 2vw;
	}
	.landplan-box-ttl .num {
		width: 1.2rem;
		height: 1.2rem;
		font-size: 1.0rem;
	}
	.landplan-box-ttl h3 {
		font-size: 1.0rem;
	}
	.landplan-box-info {
		margin-top: 2vw;
	}
	.landplan-box-info p {
		font-size: 0.866rem;
		line-height: 1.6;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-block {
		gap: 2vw;
		width: 100%;
	}
	.plan-block div {
		width: 45vw;
	}
	
	.plan-detail + .plan-detail {
		padding-top: 10vw;
	}
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}

	
	
	
	/****************************************************************************************************
	stop
	****************************************************************************************************/
	#stop-img .photo::before {
		display: none;
	}
	#stop-img .photo img {
		height: 120vw;
	}
	#stop-img .photo figcaption {
		left: 1em;
		bottom: 1em;
		font-size: 0.533rem;
	}
	#stop .stop-title h2 {
		font-size: 1.4rem;
	}
	#stop .stop-box {
		width: 92vw;
		margin-top: 5vw;
		padding: 8vw 8vw;
	}
	.stop-btn {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 3vw;
		margin-top: 6vw;
	}
	.stop-btn div a {
		width: 72vw;
		font-size: 1.4rem;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}