@charset "utf-8";
/* ===================================================
	Home CSS
====================================================== */
/* ---------------------------------------------------
main_img
------------------------------------------------------ */
#main_img .ofi {
	width: 100%;
	height: 100svh;
}
#main_img::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.3); z-index: 1; }
#main_img h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#main_img h1 span {
	padding: 0 4%;
	text-shadow: 0 0 10px rgba(0,0,0,.3), 0 0 10px rgba(0,0,0,.3);
}
#main_img h1 .date {
	padding: 0 0 0 10px;
	color: #e5ca16;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.54em;
}
#main_img h1 .font_en {
	margin: 15px 0;
	color: #e5ca16;
	font-size: 80px;
	line-height: 1;
}
#main_img h1 .ja {
	color: #f4f4f4;
	font-size: 24px;
	letter-spacing: 0.1em;
}

#main_img #info_col { width: 550px; text-align: center; font-size: 23px; position: absolute; bottom: calc(50% - 200px); left: 50%; transform: translate(-50%, 50%); z-index: 3; }
#main_img #info_col a { display: block; background: rgba(255, 255, 255, 0.3); border: 1px solid #fff; padding: 18px 10px; color: #fff; position: relative; letter-spacing: 0.16em; line-height: 1.5; }


@media screen and (max-width: 600px) {
	#main_img h1 .date {
		font-size: clamp(1rem, .714rem + 1.429vw, 1.25rem);
	}
	#main_img h1 .font_en {
		font-size: clamp(2.5rem, 1.071rem + 7.143vw, 3.75rem);
	}
	#main_img h1 .ja {
		font-size: clamp(1rem, .714rem + 1.429vw, 1.25rem);
		letter-spacing: 0.05em;
	}
	#main_img #info_col { font-size: 18px; width: 78%; bottom: calc(50% - 150px); }
	#main_img #info_col a { padding: 10px 10px; }
}


/* ---------------------------------------------------
lead
------------------------------------------------------ */
#lead {
	background:  linear-gradient(to bottom, #fcf6c6 0%, #fdfae2 350px);
}
#lead .txt {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding: 100px 0 110px;
	letter-spacing: 0.16em;
}
#lead .txt h2,
#lead .txt p {
	writing-mode: vertical-rl;
}
#lead .txt h2 {
	margin: 0 0 0 30px;

	font-size: 20px;
	line-height: 2.5;
}
#lead .txt p {
	margin: 50px 0 0;

	line-height: 3;
}
#lead .txt .upright {
	text-combine-upright: all;
}

#lead img {
	width: 100%;

	transition: top .2s;
}

#lead .img01 {
	width: 100%;
	height: max(560px, 46.7vw);
	position: relative;
	z-index: 0;

	overflow: hidden;
}
#lead .img01 img {
	position: absolute;
	top: 0;
	left: 0;
	height: max(590px, 49.3vw);
}

#lead .imgs {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}
#lead .imgs p {
	padding: 30px 0;
}
#lead .imgs img {
	position: relative;
}
#lead .img02 {
	width: 27.4%;
	padding-top: 100px;
	margin: -60px auto 0;
}
#lead .img02 img {
	top: -60px;
}
#lead .img03 {
	width: 58.7%;
	margin: 80px 0 0;
}
#lead .img03 img {
	top: 30px;
}

@media screen and (max-width: 600px) {
	#lead .txt {
		display: block;
		padding: 80px 7%;
		letter-spacing: 0.05em;
	}
	#lead .txt h2,
	#lead .txt p {
		writing-mode: horizontal-tb;
	}
	#lead .txt h2 {
		margin: 0 0 40px;

		line-height: 1.8;
		text-align: center;
	}
	#lead .txt p {
		margin: 0;

		line-height: 1.8;
	}

	#lead .img01 {
		height: 66.7vw;
	}
	#lead .img01 img { height: 69vw; }

	#lead .imgs {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 0;
		margin: -6vw 0 0;
	}
	#lead .imgs p {
		padding: 20px 0;
	}
	#lead .img02 {
		width: 33.8%;
		padding-top: 40px;
		margin: 0;
	}
	#lead .img02 img {
		top: -40px;
	}
	#lead .img03 {
		width: 56%;
		margin: 15.4vw 0 0;
	}
	#lead .img03 img {
		top: 20px;
	}
}


/* ---------------------------------------------------
sec01
------------------------------------------------------ */
#sec01 {
	padding: 85px 0 0;
	background:  linear-gradient(to bottom, #fdfae2 0%, #fdf8d0 250px);
}
#sec01 .flex_box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px;
}
#sec01 h2 {
	flex-shrink: 0;
	margin: 0 30px 0 0;
}
#sec01 h2 .ja {
	display: flex;
	align-items: center;
}
#sec01 h2 .ja::after {
	content: "";
	width: 100px;
	height: 1px;
	margin: 0 0 0 15px;

	background: rgba(180, 164, 125, .5);
}
#sec01 h2 .font_en {
	font-size: 60px;
}
#sec01 .txt {
	width: 775px;
	margin: 50px 0 0;
	letter-spacing: 0.16em;
}
#sec01 .txt .cap {
	margin: 0 0 25px;

	font-size: 20px;
}
#sec01 .cmn_btn_reserve {
	flex-direction: column;
	width: 100%;
	height: 150px;
	background: #f8e662;
	letter-spacing: 0.16em;
}
#sec01 .cmn_btn_reserve .en {
	margin: 5px 0 0;
}

@media screen and (max-width: 600px) {
	#sec01 {
		padding: 30px 0 0;
	}
	#sec01 .flex_box {
		display: block;
		margin-bottom: 60px;
	}
	#sec01 h2 {
		margin: 0 0 30px;

		text-align: center;
	}
	#sec01 h2 .ja {
		flex-direction: column;
		margin: 0 0 5px;
	}
	#sec01 h2 .ja span {
		order: 2;
	}
	#sec01 h2 .ja::after {
		width: 1px;
		height: 50px;
		margin: 0 0 20px;
	}
	#sec01 h2 .font_en {
		font-size: 40px;
		line-height: 1;
	}
	#sec01 .txt {
		width: auto;
		margin: 0;
		letter-spacing: 0.05em;
	}
	#sec01 .txt .cap { font-size: 18px; text-align: left; }
	#sec01 .cmn_btn_reserve {
		height: 85px;
		letter-spacing: 0.1em;
	}
	#sec01 .cmn_btn_reserve .en {
		margin: 0;
		letter-spacing: 0.05em;
	}
}


/* ---------------------------------------------------
access
------------------------------------------------------ */
#access {
	padding: 0 0 100px;
	background: #fdf8d0;
}
#access h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 140px 0 60px;
	position: relative;
	z-index: 0;

	text-align: center;
}
#access h2::before {
	content: "";
	width: 1px;
	height: 100px;
	margin: 0 0 20px;
	position: relative;
	z-index: 0;

	background: rgba(167, 160, 143, .5);
}
#access h2 span {
	display: block;
	position: relative;
	z-index: 10;
}
#access h2 .font_en {
	margin: 0 0 15px;

	font-size: 60px;
	line-height: 1;
}

#access .map iframe {
	width: 100%;
	filter: sepia(50%) brightness(85%) contrast(95%) saturate(80%) hue-rotate(-10deg);
}

#access .route {
	padding: 100px 0 60px;
	letter-spacing: 0.16em;
}
#access .route > div {
	display: flex;
	padding: 50px 0;

	border-bottom: 1px solid rgba(179, 173, 159, .3);
}
#access .route > div:first-of-type {
	border-top: 1px solid rgba(179, 173, 159, .3);
}
#access .route_tit {
	flex-shrink: 0;
	width: 270px;
}
#access .route_tit span {
	display: block;
}
#access .route_tit .font_en {
	font-size: 28px;
	letter-spacing: 0.02em;
}
#access .route_con dt {
	margin: 0 0 5px;
	font-weight: bold;
}
#access .route_con dt:not(:first-of-type) {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	#access {
		padding-bottom: 100px;
	}
	#access h2 {
		padding: 80px 0 30px;
	}
	#access h2::before {
		height: 50px;
	}
	#access h2 span {
		display: block;
		position: relative;
		z-index: 10;
	}
	#access h2 .font_en {
		margin: 0 0 5px;

		font-size: 40px;
	}

	#access .map iframe {
		height: 60vw;
	}

	#access .route {
		padding: 60px 0 30px;
		letter-spacing: 0.05em;
	}
	#access .route > div {
		display: block;
		padding: 30px 0;
	}
	#access .route_tit {
		width: auto;
		margin: 0 0 20px;
	}
	#access .route_con dt:not(:first-of-type) {
		margin-top: 30px;
	}
}