@charset "UTF-8";

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	padding-right: 2em;
	height: 80px;
	position: relative;
}

.header .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header .logo img {
	width: 80px;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.header {
		padding-right: 0;
		height: 64px;
	}

	.header .logo img {
		width: 60px;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-bottom: 18.66667vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	line-height: 1;
	color: rgb(var(--blk));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__hotelNav li {
	margin: 0 0 1rem;
	text-indent: 0;
	display: flex;
	position: relative;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
	left: 0;
	content: "|";
}

.footer__hotelNav li::after {
	right: 0;
	content: "|";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: rgb(var(--blk));
	text-decoration: none;
	display: inline-block;
}

.footer__hotelNav li a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		text-align: center;
		display: block;
	}

	.footer__hotelNav li:first-of-type::before,
	.footer__hotelNav li::after {
		content: "";
	}

	.footer__hotelNav li {
		margin-bottom: 1rem;
		justify-content: center;
	}

	.footer__hotelNav li a {
		display: inline-block;
		position: relative;
	}

	.footer__hotelNav li a::before,
	.footer__hotelNav li a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		content: "|";
	}

	.footer__hotelNav li a::before {
		left: 0;
	}

	.footer__hotelNav li a::after {
		right: 0;
	}
}

/*
	copy
------------------------------ */
.copy {
	padding: 2rem 0 3rem;
	color: rgba(var(--blk), 0.5);
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.copy {
		font-size: 2.93333vw;
	}
}

/*
	followContact
------------------------------ */
.followContact {
	background: linear-gradient(-45deg, rgba(209, 173, 176, 1) 0%, rgba(217, 207, 191, 1) 25%, rgba(188, 210, 173, 1) 50%, rgba(180, 209, 210, 1) 72%, rgba(171, 191, 218, 1) 100%);
	max-width: 500px;
	width: 100%;
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.followContact__item {
	width: 50%;
}

.followContact__item a {
	background: none;
	width: 100%;
	height: 93px;
	line-height: 1.25;
	font-size: 21px;
	text-align: center;
}

.followContact__item:first-child a {
	border-right: solid 2px rgb(var(--wht));
}

.followContact__item a img {
	margin-right: 1em;
	width: 28px;
}

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

	.followContact__item a {
		height: 18.66667vw;
		font-size: 4.26667vw;
	}

	.followContact__item a img {
		width: 5.6vw;
	}
}

/* ----------------------------------------------------
	nav
---------------------------------------------------- */
/*
	toggle
------------------------------ */
.toggle {
	width: 80px;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

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

.toggle__inner--item {
	background: rgb(var(--blk));
	width: 60%;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	transition: all 0.6s;
}

.toggle__inner--item:nth-child(1) {
	top: 26px;
	transform: translateX(-50%);
}

.toggle__inner--item:nth-child(2) {
	opacity: 1;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toggle__inner--item:nth-child(3) {
	bottom: 26px;
	transform: translateX(-50%);
}

/* is-open */
.is-open .toggle__inner--item {
	transform-origin: 0 0;
}

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

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

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

@media screen and (max-width: 768px) {
	.toggle {
		width: 64px;
		height: 64px;
	}

	.toggle__inner--item:nth-child(1) {
		top: 20px;
	}

	.toggle__inner--item:nth-child(3) {
		bottom: 20px;
	}
}

/*
	gnav
------------------------------ */
.gnav {
	background: rgb(var(--banner));
	padding-top: 70px;
	max-width: 400px;
	width: 100%;
	height: 100%;
	color: rgb(var(--wht));
	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--item {
	padding: 0 2em;
}

.gnav__list--item a {
	padding: 1em 0;
	color: rgb(var(--blk));
	font-family: var(--montserrat);
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border-bottom: solid 1px rgb(var(--gra));
	display: block;
	transition: opacity 0.6s ease;
}

.gnav__list--item a:hover {
	opacity: 0.6;
}

.gnav .seasonal-link {
	margin-top: 1em;
	font-size: 20px;
	border: none;
}

.gnav .seasonal-link a {
	padding: 0.25em 0;
	border: none;
}

.gnav .seasonal-link a::before {
	content: "-";
}

.gnav .seasonal-link .type1 a {
	color: rgb(var(--season1));
}

.gnav .seasonal-link .type2 a {
	color: rgb(var(--season2));
}

.gnav .seasonal-link .type3 a {
	color: rgb(var(--season3));
}

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

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

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

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