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



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 118px 0 0 0;
}
#contents > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}

.sec-block + .sec-block {
	margin-top: 100px;
}

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.in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
}
figure.img-box figcaption.in.left {
	right: auto;
	left: 0.8em;
}
figure.img-box 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);
}
figure.img-box figcaption.white.noshadow {
	text-shadow: none;
}



/****************************************************************************************************
共通
****************************************************************************************************/
#contents p {
	color: #666;
	font-size: 1.066rem;
	line-height: 1.8;
}
#contents p .large,
#contents p.large {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents p .medium,
#contents p.medium {
	font-size: 1.0rem;
	line-height: 1.8;
}
#contents p .small,
#contents p.small {
	font-size: 0.866rem;
	line-height: 1.8;
}

.col-block + .col-block {
	margin-top: 100px;
}

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

.alc {
	text-align: center;
}
.all {
	text-align: left;
}

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



/****************************************************************************************************
タイトル共通
****************************************************************************************************/
.ttl-box {
	position: relative;
	z-index: 10;
}
.ttl-box div {
	color: #009FC9;
	font-family: "Arial";
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttl-box div + h2 {
	margin-top: 0.3em;
}
.ttl-box h2 {
	color: #666;
	font-size: 2.133rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.ttl-box.border {
	padding: 0.8em 0;
	border-top: 1px solid rgba(0,159,201,.5);
	border-bottom: 1px solid rgba(0,159,201,.5);
	color: #009FC9;
}
.ttl-box h3 {
	font-size: 1.533rem;
	line-height: 1.6;
}
#contents .ttl-box p {
	font-size: 1.2rem;
	line-height: 1.8;
}
#contents .ttl-box p.small {
	font-size: 0.866rem;
	line-height: 1.8;
}
.ttl-box div + p {
	margin-top: 1.0em;
}
.ttl-box h2 + p {
	margin-top: 1.0em;
}
.ttl-box p + p.small {
	margin-top: 1em;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access-main {
	position: relative;
}
#access-main figure,
#access-main img {
	width: 100%;
}
#access-main-text {
	position: absolute;
	right: 46px;
	top: 46px;
	text-align: right;
	text-shadow:
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255);
}
#access-main-text h2 {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
#access-main-text h2 sup {
	font-size: 0.666rem;
	vertical-align: text-top;
}
#access > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#access {
	background-image: linear-gradient(180deg, #F7F7F0, #FFF);
}
#access-block {
	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 40px;
}



/****************************************************************************************************
location
****************************************************************************************************/
#location-main {
	position: relative;
}
#location-main figure,
#location-main img {
	width: 100%;
}
#location-main-text {
	position: absolute;
	right: 46px;
	bottom: 46px;
	text-align: right;
	text-shadow:
		0 0 15px rgb(0,0,0),
		0 0 15px rgb(0,0,0),
		0 0 15px rgb(0,0,0);
}
#location-main-text h2 {
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
#shopping > .inner,
#comfort > .inner,
#location > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#shopping,
#comfort,
#location {
	background-image: linear-gradient(180deg, #F7F7F0, #FFF);
}
.photo-block {
	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;
}
.location-column-ttl {
	background: #D6C700;
}
.col-v2 .location-column-ttl {
	background: #C78E4B;
}
.location-column-ttl h3 {
	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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
	padding: 0.5em;
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.6;
}
.location-column-ttl h3 .small {
	font-size: 1.333rem;
}
.location-column-text {
	padding: 2em;
	background: #FFF;
	border: 1px solid #D6C700;
}



/****************************************************************************************************
landplan
****************************************************************************************************/
#landplan-main {
	position: relative;
}
#landplan-main figure,
#landplan-main img {
	width: 100%;
}
#landplan-main-text {
	position: absolute;
	top: calc(50% - 20px);
	right: 8%;
	transform: translate(0, -50%);
	text-align: right;
}
#landplan-main-text h2 {
	color: #666;
	font-size: 3.066rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-shadow:
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255),
		0 0 15px rgb(255,255,255);
}
#landplan > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
.sash-column-block {
	position: relative;
	width: 700px;
	margin-top: -250px;
}
.sash-column-ttl {
	background: #C78E4B;
}
.sash-column-ttl h3 {
	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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
	padding: 0.5em;
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.6;
}
.sash-column-text {
	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: 1em;
	padding: 2em;
	background: #FFF;
	border: 1px solid #C78E4B;
	text-align: left;
}
#entrance-approach,
#entrance-hall {
	position: relative;
}
#entrance-approach figure,
#entrance-approach img,
#entrance-hall figure,
#entrance-hall img {
	width: 100%;
}
#entrance-approach-text,
#entrance-hall-text {
	position: absolute;
	left: 46px;
	bottom: 46px;
	text-align: left;
	text-shadow:
		0 0 15px rgb(0,0,0),
		0 0 15px rgb(0,0,0),
		0 0 15px rgb(0,0,0);
}
#entrance-approach-text h2,
#entrance-hall-text h2 {
	color: #FFF;
	font-size: 3.066rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
}



/****************************************************************************************************
plan
****************************************************************************************************/
#plan,
#zeh-m {
	background-image: linear-gradient(180deg, #F7F7F0, #FFF);
}
#plan > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#zeh-m > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#zeh-m > .inner .col-block {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#plan-point {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
#plan-point > div {
	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: 0.5em;
	width: 390px;
	padding: 0.6em;
	color: #FFF;
	background: #C78E4B;
	font-size: 1.733rem;
	font-weight: bold;
	line-height: 1.4;
}
#plan-point > div .small {
	font-size: 1rem;
}

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



/****************************************************************************************************
mg
****************************************************************************************************/
#mg {
	background-image: linear-gradient(180deg, #F7F7F0, #FFF);
}
#mg > .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
.information {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
#contents .information a {
	display: block;
}
#contents .information h3 {
	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: 0.3em;
	padding: 0.2em 1em 0.2em 1em;
	background: #E9535D;
	color: #FFF;
	font-size: 4.266rem;
	line-height: 1.4;
}
.information div {
	padding: 1.2em;
	background: #FFF;
	border: 1px solid #E9535D;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}



/****************************************************************************************************
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: #009FC9;
	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 {
		padding: 8.0vw 0 0 0;
	}
	#contents > .inner {
		width: 100%;
		padding: 10vw 4vw 10vw 4vw;
	}
	.sec-block + .sec-block {
		margin-top: 10vw;
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.spLeft {
		text-align: left;
	}
	
	#contents p {
		font-size: 1.0rem;
	}
	#contents p .large,
	#contents p.large {
		font-size: 1.066rem;
	}
	#contents p .medium,
	#contents p.medium {
		font-size: 0.933rem;
	}
	#contents p .small,
	#contents p.small {
		font-size: 0.733rem;
	}
	
	.col-block + .col-block {
		margin-top: 10vw;
	}

	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.6);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.6);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.6);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.6);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.6);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.6);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.6);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.4);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.4);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.4);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.4);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.4);
	}
	
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.2rem;
	}
	.ttl-box h2 {
		font-size: 1.333rem;
	}
	.ttl-box h2.large {
		font-size: 2rem;
	}
	.ttl-box h3 {
		font-size: 1.166rem;
	}
	#contents .ttl-box p {
		font-size: 1rem;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-main img {
		width: 155%;
		margin-left: -55%;
	}
	#access-main-text {
		right: 3vw;
		top: 3vw;
	}
	#access-main-text h2 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#access-main-text h2 sup {
		font-size: 0.533rem;
	}
	#access > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	#access-block {
		gap: 6vw;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#location-main img {
		width: 120%;
		margin-left: -10%;
	}
	#location-main-text {
		right: 3vw;
		top: 3vw;
		bottom: auto;
	}
	#location-main-text h2 {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#shopping > .inner,
	#comfort > .inner,
	#location > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	.photo-block {
		gap: 2vw;
	}
	.photo-block > div {
		width: 45vw;
	}
	.location-column-ttl h3 {
		font-size: 1.2rem;
	}
	.location-column-ttl h3 .small {
		font-size: 0.866rem;
	}
	.location-column-text {
		padding: 1.4em;
	}
	
	
	
	/****************************************************************************************************
	landplan
	****************************************************************************************************/
	#landplan-main-text {
		position: absolute;
		top: 6vw;
		right: 0;
		left: 0;
		transform: translate(0, 0);
		text-align: center;
	}
	#landplan-main-text h2 {
		color: #333;
		font-size: 1.333rem;
	}
	#landplan > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	.sash-column-block {
		position: relative;
		width: 100%;
		margin-top: 4vw;
	}
	.sash-column-ttl h3 {
		font-size: 1.2rem;
	}
	.sash-column-text {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1.4em;
	}
	.sash-column-text figure {
		width: 50vw;
		margin: auto;
	}
	#entrance-approach-text,
	#entrance-hall-text {
		position: absolute;
		left: 4vw;
		top: 4vw;
		bottom: auto;
	}
	#entrance-approach-text h2,
	#entrance-hall-text h2 {
		color: #FFF;
		font-size: 1.333rem;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	#plan > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	#zeh-m > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	#zeh-m > .inner .col-block {
		width: 100%;
	}
	#plan-point {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
	}
	#plan-point > div {
		width: 45.5vw;
		padding: 0.6em;
		font-size: 1.2rem;
	}
	#plan-point > div:nth-of-type(3) {
		width: 100%;
	}
	#plan-point > div .small {
		font-size:0.733rem;
	}
	
	.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;
	}
	
	#zeh-m-img1 {
		width: 62vw;
		margin: auto;
		margin-top: 7vw;
	}
	#zeh-m-img3 {
		width: 42vw;
		margin: auto;
	}
	#zeh-m-img4 {
		width: 70vw;
		margin: auto;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#mg > .inner {
		width: 92vw;
		padding: 10vw 0 10vw 0;
	}
	.information {
		width: 100%;
		margin-top: 4vw;
	}
	#contents .information h3 {
		gap: 0.2em;
		padding: 0.4em 1em 0.4em 1em;
		white-space: nowrap;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#contents .information h3 img {
		width: 1.4rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	
	
	
	/****************************************************************************************************
	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) {
}