@charset "UTF-8";

/* ---------------------------------------------------
	box_scroll
---------------------------------------------------- */
.box_scroll {
	width: 100%;
	height: calc(100vh - 70px);
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	top: 70px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.box_scroll {
		height: 100vh;
		height: 100dvh;
		top: 0;
	}
}

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: rgb(var(--wht));
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.header {
		height: auto;
		z-index: 100;
	}
}

/* ----------------------------------------------------
	toggle nav
---------------------------------------------------- */
/*
	toggle
------------------------------ */
.toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.toggle {
		width: 40px;
		height: 24px;
		text-align: center;
		display: block;
		position: fixed;
		top: 0.5rem;
		left: 0.5rem;
		z-index: 1000;
	}

	.toggle span.text {
		line-height: 1;
		font-family: var(--athelas);
		font-size: 14px;
	}

	.toggle__inner {
		position: relative;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.toggle__inner span {
		background: rgb(var(--blk));
		width: 100%;
		height: 4px;
		display: block;
		position: absolute;
		left: 0;
		transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
	}

	.toggle__inner span:nth-child(1) {
		top: 0;
	}

	.toggle__inner span:nth-child(2) {
		top: 50%;
		transform: translatey(-50%);
	}

	.toggle__inner span:nth-child(3) {
		bottom: 0;
	}

	/* is-open */
	.is-open .toggle span.text {
		display: none;
	}

	.is-open .toggle__inner span:nth-child(1) {
		height: 1px;
		top: 50%;
		transform: rotate(30deg) translatey(-50%);
	}

	.is-open .toggle__inner span:nth-child(2) {
		width: 0;
	}

	.is-open .toggle__inner span:nth-child(3) {
		height: 1px;
		top: 50%;
		transform: rotate(-30deg) translatey(-50%);
	}
}

/*
	nav_content
------------------------------ */
.gnav {
	margin-right: 0.5em;
	height: 100%;
	font-family: var(--athelas);
	font-weight: 400;
}

.gnav__list {
	height: 100%;
	font-size: 25px;
	display: flex;
	align-items: center;
}

.gnav__item {
	margin-right: 1.5em;
}

.gnav__item a {
	line-height: 1;
	color: rgb(var(--blk));
	text-decoration: none;
	position: relative;
}

.gnav__item a::before {
	background: rgb(var(--blk));
	width: 46px;
	height: 4px;
	opacity: 0;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.5s ease;
	content: "";
}

.gnav__item.current a::before,
.gnav__item a:hover::before {
	opacity: 1;
}

@media screen and (max-width: 1360px) {
	.gnav__list {
		font-size: 1.83824vw;
	}

	.gnav__item a::before {
		width: 3.38235vw;
		height: 0.29412vw;
		bottom: -0.58824vw;
	}
}

@media screen and (max-width: 768px) {
	.gnav {
		background: rgba(var(--yel), 0.9);
		margin-right: 0;
		max-width: 100%;
		width: 100%;
		color: #fff;
		text-align: center;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		transform: translateX(-100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.gnav__list {
		padding-top: calc(13.33333vw + 2rem);
		height: 100%;
		font-size: 8vw;
		display: block;
	}

	.gnav__item {
		margin-right: 0;
		text-align: left;
	}

	.gnav__item a::before {
		display: none;
	}

	.gnav__item a {
		padding: 1rem 2rem;
		display: block;
	}

	/* is-open */
	.is-open {
		overflow: hidden;
	}

	.is-open .gnav {
		z-index: 999;
		transform: translateX(0);
	}
}

/*
	reservationNav
------------------------------ */
.header .reservation__btn {
	background: rgb(var(--bwn));
	box-shadow: none;
	padding: 0 0.5em;
	height: 45px;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 20px;
	font-weight: bold;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1360px) {
	.header .reservation__btn {
		font-size: 1.47059vw;
	}
}

@media screen and (max-width: 768px) {
	.header .reservation__btn {
		height: 33px;
		font-size: 16px;
		border: solid 1px rgb(var(--wht));
		position: fixed;
		top: 0.5rem;
		right: 0.5rem;
	}
}

/*
	reservation
------------------------------ */
.reservation__title {
	line-height: 1;
	font-family: var(--athelas);
	font-size: 72px;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 1439px) {
	.reservation__title {
		font-size: 5.00347vw;
	}
}

@media screen and (max-width: 768px) {
	.reservation__title {
		margin-bottom: 1rem;
		font-size: 9.6vw;
		text-align: left;
	}
}

/*
	season
------------------------------ */
.reservation .season {
	max-width: 1262px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reservation .season__item {
	width: 47.38510%;
}

.reservation .season__title {
	font-size: 22px;
	display: flex;
	align-items: baseline;
}

.reservation .season__title .en {
	margin-right: 1rem;
	font-family: var(--athelas);
	font-size: 38px;
	font-weight: normal;
}

.reservation .season__title small {
	font-family: var(--mincho);
	font-size: 24px;
}

.reservation .season__nav {
	margin-bottom: 2rem;
}

.reservation .season__nav--item {
	margin-bottom: 2rem;
}

.reservation .season__nav--item.linkBtn a {
	padding: 0 1.5rem;
	height: 60px;
	line-height: 1;
	color: rgb(var(--blk));
	font-size: 20px;
	border: solid 1px rgb(var(--blk));
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}

.reservation .season__nav--item.linkBtn a::before {
	width: 100%;
	height: 100%;
	border: solid 1px rgb(var(--blk));
	border-top: none;
	border-left: none;
	position: absolute;
	top: 7px;
	left: 7px;
	content: "";
}

.reservation .season__nav--item.linkBtn a svg {
	width: 10.86957%;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

.reservation .season__nav--item.linkBtn a svg .cls {
	fill: none;
	stroke: #322723;
	stroke-miterlimit: 10;
}

@media screen and (max-width: 1439px) {
	.reservation .season__title {
		font-size: 1.52884vw;
	}

	.reservation .season__title .en {
		font-size: 2.64072vw;
	}

	.reservation .season__title small {
		font-size: 1.66782vw;
	}

	.reservation .season__nav--item.linkBtn a {
		height: 4.16956vw;
		font-size: 1.38985vw;
	}

	.reservation .season__nav--item.linkBtn a::before {
		top: 0.48645vw;
		left: 0.48645vw;
	}
}

@media screen and (max-width: 768px) {
	.reservation .season {
		display: block;
	}

	.reservation .season__item {
		padding: 0.5rem 0;
		width: 100%;
		border-top: solid 1px rgb(var(--gry));
	}

	.reservation .season__title {
		padding-left: 1rem;
		line-height: 1.25;
		font-size: 4.26667vw;
		border-left-style: solid;
		border-left-width: 7px;
		display: block;
		position: relative;
		transition: all 0.3s ease;
	}

	.reservation .season__title::before,
	.reservation .season__title::after {
		background: rgb(var(--blk));
		width: 6.66667vw;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 1.5rem;
		content: "";
	}

	.reservation .season__title::before {
		transform: translateY(-50%);
	}

	.reservation .season__title::after {
		transform: translateY(-50%) rotate(90deg);
	}

	.reservation .season__title.active::after {
		transform: translateY(-50%) rotate(0);
	}

	.reservation .season__title .en {
		font-size: 7.46667vw;
		display: block;
	}

	.reservation .season__title small {
		font-size: 4.8vw;
	}

	.reservation .season__nav {
		margin-top: 1rem;
		display: none;
	}

	.reservation .season__nav--item {
		margin-bottom: 1rem;
	}

	.reservation .season__nav--item.linkBtn a {
		height: 14.13333vw;
		font-size: 4vw;
	}
}

/* btn color */
.reservation .season .spring .linkBtn a {
	background: rgb(var(--spr));
}

.reservation .season .summer .linkBtn a {
	background: rgb(var(--sum));
}

.reservation .season .autumn .linkBtn a {
	background: rgb(var(--aut));
}

.reservation .season .winter .linkBtn a {
	background: rgb(var(--win));
}

/* season__title */
.reservation .spring .season__title {
	border-left-color: rgb(var(--spr));
}

.reservation .summer .season__title {
	border-left-color: rgb(var(--sum));
}

.reservation .autumn .season__title {
	border-left-color: rgb(var(--aut));
}

.reservation .winter .season__title {
	border-left-color: rgb(var(--win));
}

/*
	join
------------------------------ */
.reservation .join {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reservation .join__content {
	padding-left: 1rem;
	border-left: solid 3px rgb(var(--blk));
}

.reservation .join__content .title {
	margin-bottom: 0.5rem;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 26px;
}

.reservation .join__content .text {
	line-height: 1;
	font-size: 18px;
}

.reservation .join .linkBtn {
	width: 28.02242%;
}

.reservation .join .linkBtn a {
	padding-left: 1.5rem;
	height: 53px;
	color: rgb(var(--blk));
	font-size: 18px;
	border: solid 1px rgb(var(--blk));
	border-radius: 53px;
	justify-content: flex-start;
}

.reservation .join .linkBtn a svg {
	width: 10.86957%;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

.reservation .join .linkBtn a svg .cls {
	fill: none;
	stroke: #322723;
	stroke-miterlimit: 10;
}

@media screen and (max-width: 1439px) {
	.reservation .join__content .title {
		font-size: 1.80681vw;
	}

	.reservation .join__content .text {
		font-size: 1.25087vw;
	}

	.reservation .join .linkBtn a {
		padding-left: 1.66782vw;
		height: 3.68311vw;
		font-size: 1.25087vw;
		border-radius: 3.68311vw;
	}

	.reservation .join .linkBtn a svg {
		right: 1.66782vw;
	}
}

@media screen and (max-width: 768px) {
	.reservation .join {
		display: block;
	}

	.reservation .join__content {
		padding-left: 0;
		border-left: none;
	}

	.reservation .join__content .title {
		margin: 1.5rem 0 0.5rem;
		font-size: 4.26667vw;
	}

	.reservation .join__content .text {
		line-height: 1.5;
		font-size: 3.73333vw;
	}

	.reservation .join .linkBtn {
		margin-top: 1rem;
		width: 100%;
	}

	.reservation .join .linkBtn a {
		padding-left: 1.5rem;
		height: 13.33333vw;
		font-size: 4vw;
		border-radius: 13.33333vw;
	}

	.reservation .join .linkBtn a svg {
		right: 1.5rem;
	}
}

/*
	reservation-popup
------------------------------ */
.reservation-popup {
	background: rgba(var(--wht), 0.95);
	width: 100%;
	height: calc(100vh - 70px);
	opacity: 0;
	visibility: hidden;
	overflow-y: hidden;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 1000;
	transition: opacity 0.5s, visibility 0.5s;
}

.reservation-popup__content {
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.reservation-popup .close {
	width: 48px;
	height: 25px;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}

.reservation-popup__close {
	height: 100%;
	display: block;
	position: relative;
}

.reservation-popup__close::before,
.reservation-popup__close::after {
	background: rgb(var(--blk));
	width: 100%;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}

.reservation-popup__close::before {
	transform: translateY(-50%) rotate(-30deg);
}

.reservation-popup__close::after {
	transform: translateY(-50%) rotate(30deg);
}

@media screen and (max-width: 768px) {
	.reservation-popup {
		height: 100vh;
		height: 100dvh;
		top: 0;
	}

	.reservation-popup__content {
		padding: calc(48px + 1rem) 3.2vw 0;
		display: block;
	}
}