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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	padding: 118px 0 0 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure img {
	width: 100%;
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	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);
}



/****************************************************************************************************
point
****************************************************************************************************/
#point ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#point ul li {
	width: calc(100% / 3);
	padding: 0.6em;
	background: #693668;
	color: #FFF;
	font-size: 1.866rem;
	font-weight: bolder;
}
#point ul li:nth-of-type(2) {
	background: #E9535C;
}
#point ul li:nth-of-type(3) {
	background: #F5AB18;
}



/****************************************************************************************************
cont
****************************************************************************************************/
#cont {
	padding: 100px 0;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
}
#info-text {
}
#info-text h2 {
	display: inline-block;
	font-size: 4.266rem;
	line-height: 1.4;
}
#info-text h2 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;
	gap: 0.3em;
	padding: 0.2em 23px 0.2em 0.8em;
	border: 2px solid rgba(0,159,201,.5);
	border-radius: 1em;
	color: #009FC9;
}
#information .request-box {
	margin-top: 60px;
}
#information .request-notice {
	margin-top: 30px;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.inner {
	width: 1200px;
	padding: 120px 0;
	margin: auto;
}
.ttl-box .english {
	color: #009FC9;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.ttl-box h2 {
	color: #666666;
	font-size: 2.133rem;
	line-height: 1.5;
}
#contents .ttl-box p {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.8;
}
.ttl-box .english + h2 {
	margin-top: 0.3em;
}
.ttl-box h2 + p {
	margin-top: 1.2em;
}

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

figure.img-box {
	position: relative;
	display: inline-block;
	color: #333;
}
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;
	z-index: 2;
}
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;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	position: relative;
	padding: 120px 0;
}
#concept-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#concept-bg figure {
	position: relative;
	width: 100%;
	height: 100%;
}
#concept-bg figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: .65;
}
#concept-bg figure::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
#concept-inner {
	position: relative;
	width: 1000px;
	margin: auto;
	padding: 100px 50px;
	background: rgba(255,255,255,.90);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}
#concept-ttl h2 {
	color: #E9525D;
	font-size: 3.733rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#concept-ttl h3 {
	color: #F7AC19;
	font-size: 2.133rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#concept-text {
	margin-top: 3em;
}
#concept-text p {
	color: #666666;
	font-size: 1.333rem;
	line-height: 2.0;
}
#concept-text p + p {
	margin-top: 2em;
}



/****************************************************************************************************
access
****************************************************************************************************/
#access {
}
#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 {
	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;
}



/****************************************************************************************************
comfort
****************************************************************************************************/
#comfort {
	background-image: linear-gradient(180deg, #F7F7F0, #FFF);
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 7.8vw 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point
	****************************************************************************************************/
	#point ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#point ul li {
		width: 100%;
		font-size: 1.2rem;
		font-weight: bolder;
	}
	#point ul li:nth-of-type(2) {
		width: 50%;
	}
	#point ul li:nth-of-type(3) {
		width: 50%;
	}
	
	
	
	/****************************************************************************************************
	cont
	****************************************************************************************************/
	#cont {
		padding: 6vw 4vw 4vw 4vw;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
	}
	#info-text {
	}
	#info-text h2 {
		font-size: 2rem;
		line-height: 1.4;
	}
	#info-text h2 a {
		gap: 0.2em;
		padding: 0.2em 0.5em 0.2em 0.8em;
		white-space: nowrap;
	}
	#info-text h2 a img {
		width: 1.866rem;
	}
	#information .request-box {
		margin-top: 4vw;
	}
	#information .request-notice {
		margin-top: 3vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.inner {
		width: 92vw;
		padding: 10vw 0;
	}
	.ttl-box .english {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	#contents .ttl-box p {
		font-size: 1rem;
	}

	.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 + .ttl-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);
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	.spLeft {
		text-align: left;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		padding: 10vw 0;
	}
	#concept-inner {
		width: 92vw;
		padding: 10vw 4vw;
		border-radius: 1vw;
	}
	#concept-ttl h2 {
		font-size: 2rem;
		letter-spacing: 0;
	}
	#concept-ttl h3 {
		margin-top: 0.3em;
		font-size: 1.466rem;
		letter-spacing: 0;
	}
	#concept-text {
		margin-top: 2em;
	}
	#concept-text p {
		font-size: 0.866rem;
		line-height: 1.8;
	}
	
	
	
	/****************************************************************************************************
	access
	****************************************************************************************************/
	#access-block {
		gap: 6vw;
	}
	
	
	
	/****************************************************************************************************
	location
	****************************************************************************************************/
	.photo-block {
		gap: 2vw;
	}
	.photo-block > div {
		width: 45vw;
	}
	
	
	
	/****************************************************************************************************
	comfort
	****************************************************************************************************/
	#comfort {
		background-image: linear-gradient(180deg, #F7F7F0, #FFF);
	}
}

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