/* ---------------------------------------------------
	gnav
---------------------------------------------------- */
/* ---------------------------------------------------
	必須スタイル
	ナビ本体とSP開閉に必要な指定
---------------------------------------------------- */
.gnav {
	background: rgba(var(--gld), 1);
	width: 100%;
	line-height: 1;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
}

.gnav__list {
	display: flex;
	justify-content: center;
}

.gnav__item a {
	height: 9.8rem;
	display: block;
}

.gnav__item a figure,
.gnav__item a picture {
	height: 100%;
}

.gnav__item a img {
	width: auto;
	height: 100%;
	display: block;
}

@media screen and (max-width: 768px) {
	.gnav--sp-toggle {
		padding-top: 5.5rem;
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.gnav__list {
		display: block;
	}

	.gnav__item a {
		height: auto;
	}

	.gnav__item a img {
		width: 100%;
		height: auto;
	}

	.overlay.is-gnav-overlay {
		background: rgba(var(--blk), 0.75);
		width: 100vw;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
	}

	body.is-open {
		overflow: hidden;
	}

	.is-open .gnav--sp-toggle {
		transform: translateX(0);
	}

	.is-open .overlay.is-gnav-overlay {
		opacity: 1;
		visibility: visible;
		cursor: pointer;
	}
}

/* ---------------------------------------------------
	toggle: 3本線
---------------------------------------------------- */
.toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.toggle {
		background: rgba(var(--gld), 1);
		width: 4.8rem;
		height: 4.8rem;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
	}

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

	.toggle__line {
		background: rgb(var(--wht));
		width: 2.5rem;
		height: 1px;
		display: block;
		position: absolute;
		left: 50%;
		transition: all 0.6s;
		transform: translateX(-50%);
		transform-origin: center;
	}

	.toggle__line:nth-child(1) {
		top: 1.4rem;
	}

	.toggle__line:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.toggle__line:nth-child(3) {
		bottom: 1.4rem;
	}

	.is-open .toggle__line {
		transform-origin: 0 0;
	}

	.is-open .toggle__line:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
	}

	.is-open .toggle__line:nth-child(2) {
		opacity: 0;
	}

	.is-open .toggle__line:nth-child(3) {
		top: 50%;
		bottom: auto;
		transform: rotate(-45deg) translate(-50%, -50%);
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding: 4.5rem 0 2rem;
}

.footer__logo {
	margin: 0 auto 4.5rem;
	width: 22.8rem;
}

.footer__address {
	margin: 0 auto 5rem;
	width: 29rem;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 2rem 0;
	}

	.footer__logo {
		margin: 0 auto 3.5rem;
		width: 19.6rem;
	}

	.footer__address {
		width: 25rem;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	line-height: 1;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .hotel-nav::before,
.footer .hotel-nav__item::after {
	content: "|";
}

.footer .hotel-nav__item a {
	padding: 0 1em;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.footer .hotel-nav {
		font-size: 4.267vw;
		text-align: center;
		display: block;
	}

	.footer .hotel-nav::before {
		content: "";
	}

	.footer .hotel-nav__item::before,
	.footer .hotel-nav__item::after {
		content: "|";
	}

	.footer .hotel-nav__item:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.footer .hotel-nav__item a {
		padding: 0 1em;
		text-decoration: none;
	}
}

/* 
	copy
------------------------------ */
.footer .copy {
	margin-top: 2em;
	line-height: normal;
	font-size: 1.1rem;
	text-align: center;
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	padding: 6rem 0;
	position: relative;
}

.section::before,
.section::after {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	content: "";
}

@media screen and (max-width: 768px) {
	.section {
		padding: 0;
	}

	.section::before,
	.section::after {
		display: none;
	}
}

/*
	events
------------------------------ */
.events__head {
	background-color: rgb(var(--crm));
}

.events__head::before {
	background-image: url(../img/events-obj01.webp);
	width: 52.4vw;
	height: 25.5vw;
	top: 12.4rem;
	right: 0;
}

.events__head::after {
	background-image: url(../img/events-obj02.webp);
	width: 52.4vw;
	height: 25.5vw;
	bottom: 0;
	left: 0;
}

.events__retro {
	background-color: rgb(var(--gry));
}

.events__retro::before,
.events__experience::before {
	background-image: url(../img/retro-obj01.webp);
	width: 72.2vw;
	height: 87.3vw;
	top: 0;
	right: 0;
}

.events__retro::after,
.events__experience::after {
	background-image: url(../img/retro-obj02.webp);
	width: 73vw;
	height: 30vw;
	bottom: 0;
	left: 0;
}

.events__retro .stage01 {
	margin-bottom: 6rem;
}

.events__nostalgic {
	background-color: rgb(var(--red));
}

.events__experience {
	background-color: rgb(var(--gry));
}

@media screen and (max-width: 768px) {
	.events__retro {
		padding-bottom: 4rem;
	}
}

/* show-list */
.show-list {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.show-list__item {
	margin-bottom: 6rem;
	width: 40rem;
}

.show-list__image {
	margin: 0 auto 3rem;
	width: 31rem;
}

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

	.show-list__item {
		margin-bottom: 4rem;
		width: 100%;
	}

	.show-list__image {
		margin-bottom: 1rem;
		width: 24rem;
	}
}

/* accordion  */
.accordion__trigger {
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.accordion__trigger img {
	width: 10rem;
}

.accordion__panel {
	display: none;
}

@media screen and (max-width: 768px) {
	.accordion__panel {
		margin: 0 auto;
		width: 35.2rem;
	}
}

/*
	cuisine
------------------------------ */
.cuisine__info {
	background-color: rgb(var(--gry));
}

.cuisine__info::before {
	background-image: url(../img/cuisine-obj01.webp);
	width: 50vw;
	height: 50vw;
	top: 0;
	right: 0;
}

.cuisine__dinner {
	background-color: rgb(var(--crm));
}

.cuisine__dinner::before {
	background-image: url(../img/dinner-obj01.webp);
	width: 73vw;
	height: 30vw;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 768px) {}

/*
	stayplan
------------------------------ */
@media screen and (max-width: 768px) {
	.stayplan .content {
		padding: 4.5rem 0 2rem;
	}
}

/*
	modelplan
------------------------------ */
@media screen and (max-width: 768px) {
	.modelplan .content {
		padding: 4.5rem 0 2rem;
	}
}

/*
	reservation
------------------------------ */
.reservation {
	padding-bottom: 0;
}

.reservation .early-bird {
	background: linear-gradient(90deg, rgba(173, 24, 31, 1) 0%, rgba(120, 36, 36, 1) 100%);
	margin: 6rem auto 0;
	padding: 2.4rem 0;
}

.reservation .early-bird__image {
	margin: 0 auto;
	width: 75rem;
}

@media screen and (max-width: 768px) {
	.reservation {
		padding-top: 4.5rem;
	}

	.reservation .early-bird {
		display: none;
	}
}

/* ----------------------------------------------------
	content
---------------------------------------------------- */
.content {
	margin: 0 auto;
	width: 90rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.content {
		width: 100%;
	}
}

/* ----------------------------------------------------
	spgr
---------------------------------------------------- */
.spgr {
	background-color: #f3f3ed;
	padding: 3.5rem 0;
	text-align: center;
}

.spgr img {
	width: 50rem;
}

@media screen and (max-width: 768px) {
	.spgr {
		padding: 5.5rem 0;
	}

	.spgr img {
		width: 34.8rem;
	}
}