@charset "utf-8";

#top {
	margin-bottom : 0;
}
#top > .inner {
	position : relative;
	padding-bottom : 80px;
}
#top > .inner > header {
	font-weight : bold;
	margin-bottom : 40px;
}
#top h2 {
	font-size : 2em;
	font-weight : bold;
	margin-bottom : 1em;
}
#top h2 .en {
	font-family : "Jost";
	font-size : 0.5em;
	color : #fe922e;
}
#top .content {
	margin-right : 460px;
}
#top .img {
	position : absolute;
	right : 32px;
	bottom : -24px;
}
#top .img img {
	width : 100%;
}

#top .copy {
	font-size : 1.4em;
	font-weight : bold;
	margin-bottom : 1.5em;
	color : #fe922e;
}

#feature header {
	display : grid;
	grid-template-columns : auto 1fr;
	grid-gap : 40px;
	font-weight : bold;
	margin : 0 -100vw 80px;
	padding : 100px 100vw 60px;
	background-color : #fe922e;
}
#feature header p {
	display : flex;
	align-items : center;
}
#feature h2 {
	font-weight : bold;
}
#feature h2 .en {
	font-family : "Jost";
	font-size : 3em;
	color : #ffffff;
}
#feature h3 {
	font-size : 2em;
	font-weight : bold;
	line-height : 1;
	margin-bottom : 1em;
}
#feature h3 .en {
	display : inline-block;
	font-family : "Jost";
	font-style : italic;
	margin-bottom : 0.5em;
	margin-left : -0.2em;
	transform : rotate(-13deg);
	color : #fe922e;
}

#feature h4 {
	font-size : 1.2em;
	font-weight : bold;
	margin-bottom : 1em;
}

#facilities .imgs {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-gap : 32px;
}
#facilities .imgs img {
	width : 100%;
}
#facilities .container {
	margin-bottom : 100px;
}
#facilities .container:nth-of-type(2n - 1) {
	position : relative;
	padding-right : calc(calc(1220px - 33vw) / 2);
}
#facilities .container:nth-of-type(2n - 1) .fiximg {
	position : absolute;
	top : 0;
	right : calc(calc(-1 * calc(50vw - calc(1220px / 2))) - 32px);
	width : 33vw;
}
#facilities .container:nth-of-type(2n) {
	position : relative;
	padding-left : calc(calc(1220px - 33vw) / 2);
}
#facilities .container:nth-of-type(2n) .fiximg {
	position : absolute;
	top : 0;
	left : calc(calc(-1 * calc(50vw - calc(1220px / 2))) - 32px);
	width : 33vw;
}
#facilities .container .text {
	margin-bottom : 40px;
}
#facilities .container .text > p:not(:last-child) {
	margin-bottom : 1em;
}
#facilities .container .fiximg img {
	width : 100%;
}

#price {
	position : relative;
	margin-bottom : 100px;
	padding-top : 40px;
}
#price .container {
	padding-right : calc(calc(1220px - 33vw) / 2);
}
#price .container .fiximg {
	position : absolute;
	top : 0;
	right : calc(calc(-1 * calc(50vw - calc(1220px / 2))) - 32px);
	width : 33vw;
}
#price .container .fiximg img {
	width : 100%;
}

#access {
	position : relative;
	margin-bottom : 100px;
	padding-top : 40px;
}
#access .container {
	padding-right : calc(calc(1220px - 33vw) / 2);
}
#access .container .fiximg {
	position : absolute;
	top : 0;
	right : calc(calc(-1 * calc(50vw - calc(1220px / 2))) - 32px);
	width : 33vw;
}
#access .container .fiximg img {
	width : 100%;
}

#feature .link {
	margin-bottom : 100px;
	text-align : center;
}
#feature .link img {
	max-width : 100%;
}
@media screen and (max-width: 767px) {
	#top {
		margin-bottom : unset;
	}
	#top > .inner {
		padding-bottom : 65vw;
	}
	#top .content {
		margin-right : unset;
	}
	#top .img {
		width : 60%;
	}
	#feature header {
		grid-template-columns : 1fr;
	}
	#facilities .container:nth-of-type(2n-1),
	#facilities .container:nth-of-type(2n) {
		position : unset;
		padding-right : unset;
		padding-left : unset;
	}
	#facilities .imgs {
		grid-template-columns : 1fr;
		margin-bottom : 40px;
	}
	#facilities .container:nth-of-type(2n - 1) .fiximg,
	#facilities .container:nth-of-type(2n) .fiximg {
		position : unset;
		top : unset;
		right : unset;
		left : unset;
		width : unset;
	}

	#price {
		position : unset;
		margin-bottom : 60px;
		padding-top : unset;
	}
	#price .container {
		padding-right : unset;
	}
	#price .container .fiximg {
		position : unset;
		top : unset;
		right : unset;
		width : unset;
	}

	#access {
		position : unset;
		margin-bottom : 60px;
		padding-top : unset;
	}
	#access .container {
		padding-right : unset;
	}
	#access .container .fiximg {
		position : unset;
		top : unset;
		right : unset;
		width : unset;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#top .content {
		margin-right : 260px;
	}
	#top .img {
		width : 240px;
	}

	#facilities .container:nth-of-type(2n-1) {
		position : relative;
		padding-right : calc(calc(100vw - 33vw) / 2);
	}
	#facilities .container:nth-of-type(2n-1) .fiximg {
		position : absolute;
		top : 0;
		right : calc(calc(-1 * calc(50vw - calc(100vw / 2))) - 32px);
		width : 33vw;
	}
	#facilities .container:nth-of-type(2n) {
		position : relative;
		padding-left : calc(calc(100vw - 33vw) / 2);
	}
	#facilities .container:nth-of-type(2n) .fiximg {
		position : absolute;
		top : 0;
		left : calc(calc(-1 * calc(50vw - calc(100vw / 2))) - 32px);
		width : 33vw;
	}

	#price .container {
		padding-right : calc(calc(100vw - 33vw) / 2);
	}
	#price .container .fiximg {
		right : calc(calc(-1 * calc(50vw - calc(100vw / 2))) - 32px);
	}
	#access .container {
		padding-right : calc(calc(100vw - 33vw) / 2);
	}
	#access .container .fiximg {
		right : calc(calc(-1 * calc(50vw - calc(100vw / 2))) - 32px);
		width : 33vw;
	}
}
