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



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 130px 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;
}



/****************************************************************************************************
共通
****************************************************************************************************/

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



/****************************************************************************************************
location
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
	height: auto;
}
#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);
}

.location #main-text {
	position: absolute;
	left: 60px;
	top: 60px;
}
.location #main-text h2 {
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-align: left;
	text-shadow:
		0 0 5px rgb(0,48,64),
		0 0 5px rgb(0,48,64),
		0 0 5px rgb(0,48,64);
}

.location-block + .location-block {
	margin-top: 100px;
}
.location-block:nth-of-type(even) .location-block1 {
	margin-left: 0;
}
.location-block:nth-of-type(even) .location-main {
	order: 2;
}
.location-block1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 40px;
	width: calc(50vw + 600px);
	margin-left: calc(-50vw + 600px);
}
.location-main {
	width: calc(50vw - 20px);
}
.location-main figure {
	position: relative;
	width: 100%;
}
.location-main figure img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}
.location-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);
}
.location-text {
	width: 580px;
}
.location-ttl h3 {
	padding: 0.15em;
	background: url(../img/location/bg.png) no-repeat center center;
	background-size: cover;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.6;
}
.location-info {
	margin-top: 26px;
	text-align: left;
}
.location-info h4 {
	font-size: 2.133rem;
	line-height: 1.6;
}
.location-info p {
	margin-top: 0.5em;
	font-size: 1.2rem;
	line-height: 1.8;
}
.flr {
	float: right;
	margin: 0 0 0.5em 0.8em;
}

.location-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.location-shop {
	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: 30px;
	margin-top: 20px;
	padding: 30px;
	background: #F0F0E1;
	text-align: left;
}
.location-shop-text {
	flex: 1;
}
.location-shop-ttl {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.location-shop-ttl h4 {
	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: 0.3em;
	font-size: 1.733rem;
	font-weight: normal;
	line-height: 1.6;
}
.location-shop-ttl h4::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/location/point.png) no-repeat center center;
	background-size: cover;
}
.location-shop-info p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.location-shop-info ul {
	margin-top: 0.5em;
	font-size: 1.0rem;
	line-height: 1.6;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access-photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}



/****************************************************************************************************
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;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.design-main h2 .eng {
	font-family: 'garamond', 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
	font-size: 1.733rem;
	line-height: 1.8;
}
#design-main4.design-main h2 {
	position: absolute;
	left: 80px;
	top: 80px;
	font-size: 2.0rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: left;
}
#design-main2.design-main h2,
#design-main3.design-main h2,
#design-main5.design-main h2 {
	position: absolute;
	left: 60px;
	bottom: 54px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.02em;
	line-height: 1.6;
	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,
#design-main5.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;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/

	.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.6);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.6);
	}
	.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);
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	#main figure img {
	}
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	.location #main-text {
		left: 4vw;
		top: 4vw;
	}
	.location #main-text h2 {
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	
	.location-block + .location-block {
		margin-top: 10vw;
	}
	.location-main {
		order: 2;
	}
	.location-block1 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
		width: 100%;
		margin-left: 0;
	}
	.location-main {
		width: 100%;
	}
	.location-main figure {
		position: relative;
		width: 100%;
	}
	.location-main figure img {
		height: 60vw;
	}
	.location-main figure figcaption {
		font-size: 0.533rem;
	}
	.location-text {
		width: 100%;
	}
	.location-ttl h3 {
		font-size: 1.6rem;
	}
	.location-info {
		margin-top: 4vw;
	}
	.location-info h4 {
		font-size: 1.6rem;
	}
	.location-info p {
		margin-top: 0.5em;
		font-size: 1.0rem;
		line-height: 1.7;
	}
	.flr {
		width: 30vw;
	}
	
	.location-photo {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		margin-top: 4vw;
	}
	.location-photo > * {
		width: 45vw;
	}
	
	.location-shop {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
		margin-top: 4vw;
		padding: 4vw;
	}
	.location-shop-ttl h4 {
		font-size: 1.466rem;
	}
	.location-shop-ttl h4::before {
		width: 1.2rem;
		height: 1.2rem;
	}
	.location-shop-info p {
		font-size: 1.0rem;
		line-height: 1.7;
	}
	.location-shop-info ul {
		font-size: 0.866rem;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-photo {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
	}
	
	
	
	/****************************************************************************************************
	design
	****************************************************************************************************/
	.design-main figure figcaption {
		font-size: 0.533rem;
	}
	#design-main1.design-main h2 {
		top: 6vw;
		left: 50%;
		transform: translate(-50%, 0);
		font-size: 1.0rem;
		letter-spacing: 0;
		white-space: nowrap;
	}
	.design-main h2 .eng {
		font-size: 0.866rem;
	}
	#design-main4.design-main h2 {
		left: 4vw;
		top: 4vw;
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	#design-main2.design-main h2,
	#design-main3.design-main h2,
	#design-main5.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,
	#design-main5.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) {
}