@charset "UTF-8";

:root {
	/* font */
	--gothic: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--mincho: "Zen Old Mincho", serif;

	/* color */
	--blk: 0, 0, 0;
	--wht: 255, 255, 255;
	--orn: 216, 152, 68;
	--yel: 252, 242, 224;
	--grn: 103, 181, 84;
	--blu: 32, 158, 219;
	--lightBlu: 215, 244, 255;
	--nav: 102, 102, 102;
}

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
html {
	scroll-behavior: smooth;
	/* scroll-padding-top: 80px; */
}

@media screen and (max-width: 768px) {
	html {
		/* scroll-padding-top: 21.33333vw; */
	}
}

/*
	表示設定
------------------------------ */
body {
	background: rgb(var(--wht));
	line-height: 1.8;
}

.visually-hidden {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	white-space: nowrap;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	border: 0;
	position: absolute;
}

a {
	display: inline-block;
	text-decoration: underline;
	transition: all 0.5s ease 0s;
}

a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {}

/*
	font
------------------------------ */
body {
	font-family: var(--gothic);
	font-feature-settings: "palt"1;
	letter-spacing: 0.05em;
	font-weight: 500;
}

body,
th,
td {
	color: rgb(var(--blk));
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 1100px) {

	body,
	th,
	td {
		font-size: 1.45455vw;
	}
}

@media screen and (max-width: 768px) {

	body,
	th,
	td {
		font-size: 4.26667vw;
	}
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*
	list
------------------------------ */
ul.list li {
	display: flex;
	position: relative;
}

/* note */
ul.note li {
	font-size: 14px;
}

ul.note li::before {
	content: "※";
}

ul.note.en li::before {
	content: "*";
}

@media screen and (max-width: 768px) {
	ul.note li {
		font-size: 2.93333vw;
	}
}

/*
	linkBtn
------------------------------ */
.linkBtn a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 768px) {
	.linkBtn a {}
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
.pageTop a {
	background: rgba(var(--blu), 0.8);
	width: 64px;
	height: 64px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 10;
}

.pageTop a svg {
	fill: rgb(var(--wht));
	width: 16px;
	height: auto;
}

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
	height: 77px;
	display: flex;
	align-items: center;
}

.header__logo {
	width: 136px;
}

@media screen and (max-width: 1100px) {
	.header {
		padding: 0 4.54545vw;
		height: 7vw;
	}

	.header__logo {
		width: 12.36364vw;
	}
}

@media screen and (max-width: 768px) {
	.header {
		padding: 0;
		height: 17.86667vw;
		justify-content: center;
	}

	.header__logo {
		width: 28.86339vw;
	}

}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	padding-top: 100px;
}

.footer__banner {
	margin: 0 auto 4em;
	padding: 0 50px;
	max-width: 1100px;
}

.footer__banner--title {
	margin-bottom: 0.5em;
	font-family: var(--mincho);
	font-size: 32px;
	text-align: center;
	font-weight: 500;
}

.footer .note {
	margin: 0 auto 4em;
	padding: 0 50px;
	max-width: 1100px;
}

.footer .note li {
	justify-content: center;
}

@media screen and (max-width: 1100px) {
	.footer {
		padding-top: 13.86667vw;
	}

	.footer__banner {
		padding: 0 4.54545vw;
	}

	.footer__banner--title {
		font-size: 2.90909vw;
	}

	.footer .note {
		padding: 0 4.54545vw;
	}
}

@media screen and (max-width: 768px) {
	.footer {
		padding-top: 13.86667vw;
	}

	.footer__banner {
		margin-bottom: 2em;
		padding: 0 6.4vw;
	}

	.footer__banner--title {
		line-height: 1.33333;
		font-size: 6.4vw;
	}

	.footer .note {
		margin-bottom: 2em;
		padding: 0 6.4vw;
	}
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	margin-bottom: 4em;
	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 {
		margin-bottom: 2em;
		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: 1rem 0;
	color: rgba(var(--blk), 1);
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #999;
}

@media screen and (max-width: 1100px) {
	.copy {
		font-size: 1.09091vw;
	}
}

@media screen and (max-width: 768px) {
	.copy {
		padding: 4.8vw 0;
		font-size: 2.93333vw;
	}
}

/* ----------------------------------------------------
	gnav
---------------------------------------------------- */
.gnav {
	display: none;
}

@media screen and (max-width: 768px) {
	.gnav {
		background: rgb(var(--wht));
		padding: 17.86667vw 8vw;
		width: 100%;
		height: 100%;
		overflow: auto;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		transform: translateX(-100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.gnav__list--item {
		margin-bottom: 2.4vw;
		width: 100%;
	}

	.gnav__list--item:not(:nth-child(3n)) {
		margin-right: 5%;
	}

	.gnav__list--item a {
		padding: 2.4vw 0 2.4vw 20vw;
		line-height: 1.5;
		font-weight: bold;
		text-decoration: none;
		border-bottom: solid 5px rgb(var(--lightBlu));
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}

	.gnav__list--item a::before,
	.gnav__list--item a::after {
		position: absolute;
		content: "";
	}

	.gnav__list--item a::before {
		background-position: center;
		background-repeat: no-repeat;
		width: 20vw;
		height: 100%;
		top: 0;
		left: 0;
	}

	.gnav__list--item a::after {
		background: url(../img/arrow.svg) center no-repeat;
		background-size: cover;
		width: 3.2vw;
		height: 3.2vw;
		top: 40%;
		right: 0.5em;
	}

	.gnav__list--item a .category {
		font-size: 3.46667vw;
	}

	.gnav__list--item a .category.c01 {
		color: rgb(var(--orn));
	}

	.gnav__list--item a .category.c02 {
		color: rgb(var(--grn));
	}

	.gnav__list--item a .name {
		color: rgb(var(--nav));
		font-size: 4vw;
	}

	.gnav__list--item a.navIcon00::before {
		background-image: url(../img/icon00.webp);
		background-size: 49.56684% auto;
	}
	
	.gnav__list--item a.navIcon01::before {
		background-image: url(../img/icon01.webp);
		background-size: 43.89895% auto;
	}

	.gnav__list--item a.navIcon02::before {
		background-image: url(../img/icon02.webp);
		background-size: 49.56684% auto;
	}

	.gnav__list--item a.navIcon03::before {
		background-image: url(../img/icon03.webp);
		background-size: 40.61947% auto;
	}

	.gnav__list--item a.navIcon04::before {
		background-image: url(../img/icon04.webp);
		background-size: 48.73105% auto;
	}

	.gnav__list--item a.navIcon05::before {
		background-image: url(../img/icon05.webp);
		background-size: 49.80368% auto;
	}

	.gnav__list--item a.navIcon06::before {
		background-image: url(../img/icon06.webp);
		background-size: 31.96263% auto;
	}

	.gnav__list--item a.navIcon07::before {
		background-image: url(../img/icon07.webp);
		background-size: 35.42105% auto;
	}

	.gnav__list--item a.navIcon08::before {
		background-image: url(../img/icon08.webp);
		background-size: 49.32509% auto;
	}

	.gnav__list--item a.navIcon09::before {
		background-image: url(../img/icon09.webp);
		background-size: 61.73860% auto;
	}

	/* is-open */
	.is-open {
		overflow: hidden;
	}

	.is-open .gnav {
		z-index: 999;
		transform: translateX(0);
	}

	.is-open .overlay {
		opacity: 1;
		visibility: visible;
		cursor: pointer;
	}
}

/*
	toggle
------------------------------ */
.tggole {
	display: none;
}

@media screen and (max-width: 768px) {
	.toggle {
		width: 40px;
		height: 12px;
		display: block;
		position: fixed;
		top: calc((17.86667vw - 12px) / 2);
		left: 1em;
		z-index: 1000;
	}

	.toggle__inner {
		width: 100%;
		height: 100%;
		position: relative;
		cursor: pointer;
	}

	.toggle__inner--item {
		background: rgb(var(--blk));
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		transition: all 0.25s;
	}

	.toggle__inner--item:nth-child(1) {
		top: 0;
		transform: translateX(-50%);
	}

	.toggle__inner--item:nth-child(2) {
		bottom: 0;
		transform: translateX(-50%);
	}

	/* is-open */
	.is-open .toggle__inner--item {
		width: 75%;
		transform-origin: 0 0;
	}

	.is-open .toggle__inner--item:nth-child(1) {
		top: 50%;
		transform: rotate(30deg) translate(-50%, -50%);
	}

	.is-open .toggle__inner--item:nth-child(2) {
		top: 50%;
		bottom: auto;
		transform: rotate(-30deg) translate(-50%, -50%);
	}
}