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



/****************************************************************************************************
header
****************************************************************************************************/
#header.active2::after {
	opacity: 1;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
	padding-top: 121px;
}
#wrap.pt0 {
	padding-top: 0;
}
#wrap.pt0-pc {
	padding-top: 0;
}
#wrap.white {
	background: #FFF;
}
#wrap.gray {
	background: #F9F9F9 url(../img/common/bg.jpg) repeat center top;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 120px 0 120px 0;
}

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.in {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
	line-height: 1.0;
}
figure.img-box figcaption.in.white {
	color: #FFF;
	font-weight: bold;
	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);
}
.caption {
	margin: 100px 0 0 0;
	padding: 1.6em 0 0 0;
	border-top: 1px solid rgba(0,0,0,.25);
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
col
****************************************************************************************************/

.col-block + .col-block {
	position: relative;
	margin-top: 100px;
	padding-top: 100px;
}
.col-block + .col-block::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,.25), rgba(0,0,0,0));
}

.ttl-box {
}
.ttl-box.dot::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: 2rem auto;
	border-radius: 3px;
	background: #978C42;
}
.ttl-box .eng {
	color: #978C42;
	font-family: "Cormorant Infant", serif;
	font-size: 3.066rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.ttl-box .eng + h2 {
	margin-top: 0.3em;
}
.ttl-box h2 {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.ttl-box h2.large {
	font-size: 2.266rem;
}
.ttl-box h2.small {
	font-size: 1.733rem;
}

.col-box {
}
.col-box p {
	font-size: 1.2rem;
	line-height: 2.0;
}
.col-box p.large {
	font-size: 1.333rem;
}
.col-box p.small {
	font-size: 0.866rem;
}
.col-box p .small {
	display: inline-block;
	font-size: 0.866rem;
}
.col-box p.lh180 {
	line-height: 1.8;
}
.quality-midashi {
	margin-bottom: 2rem;
	padding: 0.5em;
	background: #002040;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
.midashi {
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.midashi.small {
	font-size: 1.733rem;
}
sup {
	font-size: 60%;
	vertical-align: top;
}

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.line {
	margin-top: 6.0rem;
	padding-top: 6.5rem;
	border-top: 1px solid rgba(255,255,255,.5);
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.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.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;
}
.col1 {
	color: #46A36B;
}
.col2 {
	color: #666;
}
.col3 {
	color: #978C42;
}



/****************************************************************************************************
information
****************************************************************************************************/
#info1 {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #E6E6E6;
}
#info1 h2 {
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h2 strong {
	color: #A08E58;
}
#info1 h2 sup {
	font-size: 50%;
	vertical-align: top;
}
#info1 h3 {
	margin-top: 0.1em;
	color: #A08E58;
	font-size: 5.466rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h3 a {
	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;
	color: #A08E58;
}
#info1 h3 a .small {
	margin-left: 0.2em;
	font-size: 3.466rem;
}
#info1 p {
	margin-top: 0.2em;
	font-size: 1.333rem;
	line-height: 1.6;
}



/****************************************************************************************************
access-location
****************************************************************************************************/
#main-area {
}
#main-block {
	position: relative;
}
.access-location #main-block h2 {
	position: absolute;
	top: 200px;
	right: 4vw;
	color: #DFD28C;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
figure#main-img {
	position: relative;
}
figure#main-img img {
	width: 100%;
	height: auto;
}
figure#main-img figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.833rem;
}
figure#main-img figcaption.white {
	color: #FFF;
	font-weight: bold;
	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);
}
#main-area.access-location {
	padding-bottom: 120px;
	background: #000;
}
#main-ranking {
	margin-top: -50px;
}
#main-ranking p {
	margin-bottom: 60px;
	color: #FFF;
	font-size: 1.333rem;
	line-height: 2.4;
}
#access-img2 {
	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;
	gap: 20px;
}
#access-img3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	gap: 10px;
}
.convenient-img,
.environment-img {
	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;
	gap: 30px;
}



/****************************************************************************************************
plan
****************************************************************************************************/
.plan #main-block h2 {
	position: absolute;
	top: 160px;
	left: 3.3vw;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	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);
}
.plan #main-block h2 sup {
	font-size: 30%;
}
.plan #main-block h2 strong {
	color: #DFD28C;
}
#contents .inner.plan-inner {
	position: relative;
	margin-top: -30px;
	padding-top: 0;
}
#parking-block {
}
#parking-block a {
	position: relative;
	display: inline-block;
	min-width: 662px;
	padding: 0.8em 1em;
	background: rgba(102,0,0,.65);
	color: #FFF;
	font-size: 1.333rem;
	line-height: 1.0;
}
#parking-block a::before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: 1px solid rgba(255,255,255,.5);
}
.plan-table {
	margin: auto;
}
.select-area {
	position: relative;
	margin-top: 60px;
	padding: 29px;
	background: #F5F3E7;
	border: 1px solid rgba(151,140,66,0.5);
}
.select-free {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0.3em 0.4em;
	background: #962326;
	color: #FFF;
	font-size: 1.333rem;
}
.select-ttl h3 {
	color: #978C42;
	font-size: 2.133rem;
	line-height: 1.2;
}
.select-ttl p {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.6;
}
.select-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	margin-top: 1.2rem;
}
.select-box {
	width: 364px;
	padding: 10px 10px 14px 10px;
	background: #FFF;
	color: #000;
}
.select-box h4 {
	padding: 0.3em 0.4em;
	background: #978C42;
	color: #FFF;
	font-size: 1.466rem;
}
.select-box h4 + p {
	margin-top: 0.8rem;
}
.select-box p {
	color: #978C42;
	font-size: 1.333rem;
	line-height: 1.6;
}
.select-box p.small {
	color: #000;
	font-size: 1.0rem;
	line-height: 1.6;
}
.select-cap {
	margin-top: 2em;
	font-size: 0.866rem;
	line-height: 1.4;
}

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



/****************************************************************************************************
premium-plan
****************************************************************************************************/
.premium-plan #main-block h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#premiam-bg {
	background: #F3F1E4;
}
.equipment-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;
}
.equipment-box {
	width: 380px;
}
.col-box .equipment-txt {
	margin-top: 1rem;
}
.col-box .equipment-txt h4 {
	color: #978C41;
	font-size: 1.466rem;
	line-height: 1.6;
}
.col-box .equipment-txt p {
	line-height: 1.6;
	text-align: left;
}
.col-box .equipment-txt h4 + p {
	margin-top: 0.6rem;
}
.col-box .equipment-txt p .small {
	display: inline-block;
}



/****************************************************************************************************
design
****************************************************************************************************/
.design-block {
	position: relative;
}
.design-block + .design-block {
	border-top: 2px solid rgba(224,213,139,.5);
}
.design-block-img figure {
	position: relative;
}
.design-block-img figure img {
	width: 100%;
	height: auto;
}
.design-block-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.833rem;
}
.design-block-img figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	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);
}
#design1 .design-block-img figure::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(23,108,166,1), rgba(23,108,166,0));
	mix-blend-mode: multiply;
}
#design1 .design-block-img figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5));
}
#design2 .design-block-img figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5));
}
#design3 .design-block-img figure::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.design-block-text {
	position: absolute;
}
#design1 .design-block-text {
	left: 4.5vw;
	bottom: 3.2vw;
	text-align: left;
}
#design2 .design-block-text {
	left: 4.5vw;
	bottom: 3.2vw;
	text-align: left;
}
#design3 .design-block-text {
	left: 4.5vw;
	top: 4.5vw;
	text-align: left;
}
.design-block-text h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-shadow:
		0 0 10px rgba(255,255,255,1),
		0 0 10px rgba(255,255,255,1),
		0 0 10px rgba(255,255,255,1);
}
.design-block-text h2.white {
	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);
}
#concept-movie-block {
	position: absolute;
	left: 80%;
	top: 46%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#concept-movie-block h3 {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-shadow:
		0 0 10px rgba(255,255,255,1),
		0 0 10px rgba(255,255,255,1);
}
.movie-box {
	margin-top: 1.5rem;
}
.movie-box a {
	display: inline-block;
	box-shadow: 0 0 15px rgba(0,0,0,.45);
}
.movie-box a img {
	width: 30vw;
	min-width: 440px;
}



/****************************************************************************************************
zeh-m
****************************************************************************************************/
#zeh-m-logo1 {
}
#zeh-m-logo2 {
	margin-top: 80px;
}
.zeh-m-box {
	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: 20px;
	padding: 30px;
	background: #F7F5E5;
	text-align: left;
}
.zeh-m-text h3 {
	margin-bottom: 0.4em;
	color: #978C41;
	font-size: 1.733rem;
	line-height: 1.4;
}
.zeh-m-text p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.zeh-m-text p.small {
	margin-top: 0.4em;
	font-size: 0.866rem;
}
.zeh-m-facility-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;
}
.zeh-m-facility-box {
	width: 380px;
}
.zeh-m-facility-img figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	text-align: right;
}
.zeh-m-facility-text {
	margin-top: 1rem;
}
.zeh-m-facility-text div {
	font-size: 1.066rem;
	line-height: 1.6;
}
.zeh-m-facility-text h3 {
	margin-top: 0.2em;
	font-size: 1.6rem;
	line-height: 1.4;
}
.zeh-m-facility-text p.small {
	margin-top: 1.5em;
	font-size: 0.666rem;
	line-height: 1.2;
	text-align: left;
}



/****************************************************************************************************
mg
****************************************************************************************************/
#contents.mg h2 {
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.4;
}
.information {
	margin-top: 30px;
	margin-bottom: 40px;
}
.information a {
	display: block;
}
#contents .information h3 {
	padding: 1.2em;
	background: #A08E58;
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}
#mg-movie {
	margin-bottom: 40px;
}


/****************************************************************************************************
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) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap,
	#wrap.pt0-pc {
		padding-top: 8.2vw;
	}
	#contents .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	figure.img-box figcaption {
		font-size: 0.6rem;
	}
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	col
	****************************************************************************************************/
	.col-block + .col-block {
		margin-top: 10vw;
		padding-top: 10vw;
	}
	
	.ttl-box {
	}
	.ttl-box.dot::after {
		width: 1.2vw;
		height: 1.2vw;
		margin: 1.2rem auto 1.5rem auto;
		border-radius: 0.6vw;
	}
	.ttl-box .eng {
		font-size: 2.533rem;
	}
	.ttl-box .eng + h2 {
		margin-top: 0.2em;
	}
	.ttl-box h2 {
		font-size: 1.666rem;
		letter-spacing: 0;
	}
	.ttl-box h2.large {
		font-size: 2rem;
	}
	.ttl-box h2.small {
		font-size: 1.466rem;
	}
	
	.col-box {
	}
	.col-box p,
	.col-box ul {
		font-size: 0.933rem;
	}
	.col-box p.large {
		font-size: 1rem;
	}
	.col-box p.small {
		font-size: 0.733rem;
	}
	.col-box p .small {
		font-size: 0.733rem;
	}
	.quality-midashi {
		margin-bottom: 1rem;
		padding: 0.8em;
		font-size: 1.0rem;
	}
	.midashi {
		font-size: 1.466rem;
		letter-spacing: 0;
	}
	.midashi.small {
		font-size: 1.333rem;
	}
	
	.spLeft {
		text-align: left;
	}
	
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: 0.5rem;
	}
	.col-box + .col-box.line {
		margin-top: 2.0rem;
		padding-top: 2.5rem;
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: 0.5rem;
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: 0.8rem;
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: 1rem;
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: 1.5rem;
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: 1.5rem;
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: 2rem;
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: 2.5rem;
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: 3rem;
	}
		
		
		
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#info1 {
		width: 100%;
		margin-top: 6vw;
		padding: 6vw 0 0 0;
	}
	#info1 h2 {
		font-size: 1.0rem;
		font-weight: normal;
		line-height: 1.6;
	}
	#info1 h3 {
		font-size: 2.4rem;
	}
	#info1 h3 a {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#info1 h3 a .small {
		margin-left: 0;
		font-size: 2rem;
	}
	#info1 p {
		font-size: 0.866rem;
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#contents.mg .inner {
		padding: 20vw 4vw 10vw 4vw;
	}
	#contents.mg h2 {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.information {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	#contents .information h3 {
		font-size: 1.0rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	#mg-movie {
		width: 100%;
		margin-bottom: 5vw;
	}
	#mg-movie iframe {
		width: 92vw;
		height: 163.47vw;
	}



	/****************************************************************************************************
	access-location
	****************************************************************************************************/
	.access-location figure#main-img img {
		width: 140%;
		margin-left: -30%;
	}
	.access-location #main-block h2 {
		position: static;
		margin-top: 1em;
		font-size: 1.6rem;
	}
	figure#main-img figcaption {
		font-size: 0.533rem;
	}
	#main-area.access-location {
		padding-bottom: 12vw;
	}
	#main-ranking {
		width: 92vw;
		margin: auto;
		margin-top: 1.8em;
	}
	#main-ranking p {
		margin-bottom: 6vw;
		font-size: 1.0rem;
		line-height: 1.8;
	}
	#access-img2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		gap: 6vw;
	}
	#access-img3 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		gap: 2vw;
	}
	.convenient-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		gap: 2vw;
	}
	.convenient-img > figure {
		order: 2;
	}
	.environment-img {
		gap: 2vw;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	.plan #main-block img {
		width: 140%;
		margin-left: -25%;
	}
	.plan #main-block h2 {
		top: 9vw;
		left: 3.3vw;
		font-size: 1.066rem;
	}
	.plan #main-block h2 sup {
		font-size: 30%;
	}
	#contents .inner.plan-inner {
		margin-top: 0;
		padding-top: 4vw;
	}
	#parking-block a {
		display: block;
		min-width: initial;
		font-size: 0.866rem;
		padding: 0.8em 0;
	}
	#parking-block a::before {
		content: "";
		display: block;
		position: absolute;
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		left: 3px;
		top: 3px;
		border: 1px solid rgba(255,255,255,.5);
	}
	.select-area {
		margin-top: 6vw;
		padding: 4vw;
	}
	.select-free {
		right: 2vw;
		top: 2vw;
		font-size: 1.0rem;
	}
	.select-ttl h3 {
		font-size: 1.5rem;
	}
	.select-ttl p {
		font-size: 1.0rem;
	}
	.select-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: 1.0rem;
	}
	.select-box {
		width: 100%;
		padding: 3vw;
	}
	.select-box h4 {
		padding: 0.5em 0.4em;
		font-size: 1.2rem;
	}
	.select-box h4 + p {
		margin-top: 1rem;
	}
	.select-box p {
		font-size: 1.0rem;
	}
	.select-box p.small {
		font-size: 0.866rem;
	}
	.select-cap {
		font-size: 0.6rem;
	}
	
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	premium-plan
	****************************************************************************************************/
	.premium-plan #main-block figure img {
		width: 140%;
		margin-left: -25%;
	}
	.premium-plan #main-block h2 {
		width: 70vw;
	}
	.equipment-block {
		gap: 2vw;
	}
	.equipment-box {
		width: 45vw;
	}
	.col-box .equipment-txt h4 {
		font-size: 1.2rem;
	}
	.col-box .equipment-txt h4 + p {
		margin-top: 0.4rem;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	.design-block-img figure figcaption {
		font-size: 0.533rem;
	}
	#design1 .design-block-img figure::before,
	#design1 .design-block-img figure::after {
		height: 15vw;
	}
	#design2 .design-block-img figure::before {
		height: 15vw;
	}
	#design3 .design-block-img figure::before {
		height: 15vw;
	}
	#design1 .design-block-text {
		left: auto;
		right: 3.5vw;
		top: 3.5vw;
		transform: translate(0, 0);
		text-align: right;
	}
	#design2 .design-block-text {
		right: 4.5vw;
		bottom: 4.5vw;
	}
	#design3 .design-block-text {
		left: 4.5vw;
		top: 4.5vw;
	}
	.design-block-text h2 {
		font-size: 1.2rem;
	}
	#design1 .design-block-text h2 {
		letter-spacing: 0;
	}
	
	#concept-movie-block {
		position: static;
		transform: translate(0, 0);
		padding: 6vw 4vw;
	}
	#concept-movie-block h3 {
		color: #FFF;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0;
		text-shadow:
			0 0 10px rgba(0,0,0,1),
			0 0 10px rgba(0,0,0,1);
	}
	.movie-box {
		margin-top: 1.0rem;
	}
	.movie-box a img {
		width: 100%;
		min-width: initial;
		min-width: auto;
	}
	
	
	
	/****************************************************************************************************
	zeh-m
	****************************************************************************************************/
	#zeh-m-logo1 {
		width: 30vw;
		margin: auto;
	}
	#zeh-m-logo2 {
		width: 80vw;
		margin: auto;
		margin-top: 10vw;
	}
	.zeh-m-box {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
		gap: 3vw;
		padding: 5vw;
	}
	.zeh-m-text h3 {
		font-size: 1.2rem;
	}
	.zeh-m-text p {
		font-size: 0.933rem;
	}
	.zeh-m-text p.small {
		font-size: 0.666rem;
	}
	#zeh-m-img2 {
		width: 30vw;
	}
	.zeh-m-facility-block {
		gap: 2vw;
	}
	.zeh-m-facility-box {
		width: 45vw;
	}
	.zeh-m-facility-img figcaption {
		font-size: 0.533rem;
	}
	.zeh-m-facility-text div {
		font-size: 0.666rem;
	}
	.zeh-m-facility-text h3 {
		font-size: 1.0rem;
	}
	.zeh-m-facility-text p.small {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	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) {
}