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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 0;
}
#contents.mt {
	padding-top: 134px;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents p {
	font-size: 1.066rem;
	line-height: 1.8;
}
#contents p.large {
	font-size: 1.2rem;
}
#contents p.small,
#contents p .small {
	font-size: 0.866rem;
}
sup {
	font-size: 60%;
	vertical-align: top;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}

#main {
	position: relative;
}
#main > figure {
	position: relative;
}
#main > figure img {
	width: 100%;
}
#main > figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
#main > figure figcaption.out {
	right: 0.8em;
	bottom: -1.8em;
}
#main > figure figcaption.white {
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	color: #FFF;
	font-weight: bold;
}

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

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



/****************************************************************************************************
タイトル共通
****************************************************************************************************/
.ttl-box {
	position: relative;
	z-index: 10;
}
.ttl-box div {
	color: #9E947C;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.ttl-box div + h2 {
	margin-top: 0.5em;
}
.ttl-box h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location {
	background-image: linear-gradient(180deg, rgb(255,255,255), rgb(238,238,238));
}
#location-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	text-align: left;
}
#location-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.location-list-ttl {
	padding: 0.3em;
	background: #444444;
	color: #FFF;
	text-align: center;
}
.location-list-ttl h4 {
	font-size: 1.333rem;
	line-height: 1.6;
}
.location-list-body {
	padding: 0.8em 1em;
	background: #FFF;
}
.location-text h3 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
}
.location-text p {
	margin: 1em 0 2em 0;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#main-copy-location {
	position: absolute;
	top: calc(120px + 3.33vw);
	left: 0;
	right: 0;
}
#main-copy-location h2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 0 10px rgba(0,102,186,1);
	letter-spacing: 0.05em;
}
.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;
	gap: 30px;
	width: 100%;
	width: 790px;
	width: 1200px;
}
.plan-box {
	position: relative;
}
.plan-box ul {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.plan-box ul li + li {
	margin-top: 5px;
}

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



/****************************************************************************************************
design
****************************************************************************************************/
.design-img {
	position: relative;
}
.design-img figure img {
	width: 100%;
	height: auto;
}
.design-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
	color: #FFF;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.design-img figure figcaption.black {
	color: #000;
	text-shadow: none;
}
.design-copy {
	position: absolute;
	left: 60px;
	bottom: 60px;
}
.design-copy h2 {
	color: #FFF;
	font-size: 3.066rem;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
	text-align: left;
}
#design-main1-copy {
	left: auto;
	bottom: auto;
	top: 50%;
	left: 72%;
	transform: translate(0, -50%);
}
#design-main1-copy h2 {
	color: #000;
	text-shadow: none;
	text-align: center;
}
#design-main3-copy {
	left: auto;
	right: 60px;
	bottom: auto;
	top: 60px;
}
#design-main3-copy h2 {
	text-align: right;
}

#landplan-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#landplan-ttl .ttl-box {
	flex: 1;
	text-align: left;
}
.landplan-photo-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.landplan-photo-box {
	width: 380px;
	text-align: left;
}
.landplan-photo-text {
	margin-top: 1.2rem;
}
.landplan-photo-text h4 {
	margin-bottom: 0.3em;
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.3;
}
#contents .landplan-photo-text p {
	line-height: 1.6;
}
#contents .landplan-photo-text p .small {
	display: inline-block;
}



/****************************************************************************************************
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: 2000;
	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) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents.mt {
		padding-top: 10.0vw;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	#contents p {
		font-size: 0.933rem;
		line-height: 1.8;
	}
	#contents p.large {
		font-size: 1.0rem;
	}
	#contents p.small,
	#contents p .small {
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.75);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.75);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.75);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.75);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.75);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.75);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.75);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.75);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.75);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	#main > figure figcaption {
		font-size: 0.533rem;
	}
	
	.img-box figcaption {
		font-size: 0.533rem;
	}
	
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	.ttl-box div + h2 {
		margin-top: 0.3em;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#main.location > figure img {
		width: 220%;
		margin-left: -60%;
	}
	#main-copy-location {
		top: 15vw;
	}
	#main-copy-location h2 {
		font-size: 1.333rem;
		line-height: 1.6;
	}
	#location-copy {
		width: 70vw;
		margin: auto;
	}
	#location-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
	}
	#location-left {
		gap: 2vw;
		order: 2;
	}
	#location-left figure {
		width: 45vw;
	}
	#location-left figure:nth-of-type(1) {
		width: 100%;
	}
	.location-list-ttl h4 {
		font-size: 0.933rem;
	}
	.location-text h3 {
		font-size: 1.466rem;
		line-height: 1.6;
	}
	.location-text p {
		margin: 0.6em 0 1.22em 0;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan-block {
		gap: 2vw;
		width: 100%;
	}
	.plan-block div {
		width: 45vw;
	}
	
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	.design-img figure figcaption {
		font-size: 0.533rem;
	}
	.design-copy {
		left: 4vw;
		bottom: 4vw;
	}
	.design-copy h2 {
		font-size: 1.333rem;
		letter-spacing: 0.1em;
	}
	#design-main1-copy {
		left: auto;
		bottom: auto;
		top: 12.5vw;
		right: 4vw;
		transform: translate(0, 0);
	}
	#design-main1-copy h2 {
		color: #FFF;
		text-align: right;
		text-shadow:
			0 0 10px rgba(0,104,183,1),
			0 0 10px rgba(0,104,183,1),
			0 0 10px rgba(0,104,183,1); 
	}
	#design-main3-copy {
		left: auto;
		right: 4vw;
		bottom: auto;
		top: 4vw;
	}
	#design-main3-copy h2 {
		text-align: right;
	}
	
	#landplan-ttl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 4vw;
	}
	#landplan-ttl .ttl-box {
		width: 92vw;
		text-align: center;
	}
	#landplan1 img {
		width: 60vw;
	}
	.landplan-photo-block {
		gap: 2vw;
	}
	.landplan-photo-box {
		width: 45vw;
	}
	.landplan-photo-text h4 {
		font-size: 1.2rem;
	}
	#contents .landplan-photo-text p {
		line-height: 1.6;
	}
	
	
	
	/****************************************************************************************************
	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) {
}