@charset "UTF-8";

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	position: relative;
}

.header__title,
.header__lead {
	position: absolute;
	z-index: 1;
}

.header__title {
	width: 44.436vw;
	top: 7.54vw;
	right: 3.367vw;
}

.header__lead {
	width: 9.81vw;
	right: 8.199vw;
	bottom: 8.492vw;
}

.header__slide {
	line-height: 0;
}

.header__slide--item a {
	position: relative;
}

.header__slide--item a:hover {
	opacity: 1;
}

.header__slide--item figcaption {
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 1.318vw;
	white-space: nowrap;
	position: absolute;
	bottom: 1em;
	left: 9.297vw;
}

/* slick */
.header__slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.header__slide .slick-dots {
	padding-left: 0.732vw;
	font-size: 1.318vw;
	display: flex;
	bottom: 1.2em;
}

.header__slide .slick-dots li {
	margin: 0 0 0 0.878vw;
	width: auto;
	height: auto;
}

.header__slide .slick-dots li button {
	background: rgb(var(--wht));
	width: 0.732vw;
	height: 0.732vw;
	border-radius: 0.732vw;
}

.header__slide .slick-dots li.slick-active button {
	background: #F1C382;
}

.header .object {
	background-image: url(../img/header-obj01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(21.6rem, 15.813vw);
	height: min(17.1rem, 12.518vw);
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.header__title {
		width: 78.4vw;
		top: 16vw;
		right: auto;
		left: 2.667vw;
	}

	.header__lead {
		width: 24vw;
		top: 5.867vw;
		right: 7.2vw;
		bottom: auto;
	}

	.header__slide--item figcaption {
		font-size: 3.733vw;
		left: 24vw;
	}

	/* slick */
	.header__slide .slick-dots {
		padding-left: 2.667vw;
		font-size: 3.733vw;
		bottom: 1.1em;
	}

	.header__slide .slick-dots li {
		margin-left: 1.6vw;
	}

	.header__slide .slick-dots li button {
		width: 1.6vw;
		height: 1.6vw;
		border-radius: 1.6vw;
	}

	.header .object {
		display: none;
	}
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	margin: 0 auto;
	padding: min(10rem, 7.321vw) 0 min(8rem, 5.857vw);
	width: min(77.8rem, 56.955vw);
	position: relative;
}

.about__date {
	margin: 0 auto min(8.3rem, 6.076vw);
	width: min(40.5rem, 29.649vw);
}

.about__lead {
	margin-bottom: min(5.3rem, 3.88vw);
	line-height: 2.77;
	font-size: min(1.8rem, 1.318vw);
	text-align: center;
}

.about__nav {
	margin-bottom: min(3rem, 2.196vw);
}

.about__nav--list {
	display: flex;
	justify-content: space-between;
}

.about__nav--list a {
	text-decoration: none;
}

.about__nav--list-item {
	width: min(24.2rem, 17.716vw);
}

.about__nav--image {
	margin-bottom: min(2.5rem, 1.83vw);
}

.about__nav--image-text {
	text-align: center;
}

.about__nav--image-text img {
	width: auto;
	height: min(3.4rem, 2.489vw);
}

.about__nav--image-text figcaption {
	margin-top: min(0.9rem, 0.659vw);
	font-size: min(1.6rem, 1.171vw);
}

.about .link-button {
	background: url(../img/btn01_off.webp) center repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	width: min(38rem, 27.818vw);
	height: min(7rem, 5.124vw);
	line-height: 1.5;
	color: rgb(var(--wht));
	text-align: center;
	font-size: min(1.6rem, 1.171vw);
	border-radius: min(7rem, 5.124vw);
}

.about .link-button:hover {
	background-image: url(../img/btn01_on.webp);
	color: rgb(var(--wht));
}

.about .link-button svg {
	width: min(2.6rem, 1.903vw);
	height: auto;
	right: min(2.6rem, 1.903vw);
}

.about .link-button .arrow-circle .circle {
	stroke: rgb(var(--wht));
	fill: none;
	transition: all 0.5s ease 0s;
}

.about .link-button .arrow-circle .arrow {
	stroke: rgb(var(--wht));
	stroke-width: 2;
	fill: none;
	transition: all 0.5s ease 0s;
}

.about .object {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}

.about .obj01 {
	background-image: url(../img/about-object01.webp);
	width: min(36.3rem, 26.574vw);
	height: min(28.9rem, 21.157vw);
	top: min(3.1rem, 2.269vw);
	right: max(-30rem, -21.962vw);
	z-index: 10;
}

.about .obj02 {
	background-image: url(../img/about-object02.webp);
	width: min(35.8rem, 26.208vw);
	height: min(32.6rem, 23.865vw);
	top: max(-14rem, -10.249vw);
	right: max(-16rem, -11.713vw);
}

@media screen and (max-width: 768px) {
	.about {
		padding: 16vw 0 25.6vw;
		width: 94.667vw;
	}

	.about__date {
		margin-bottom: 13.333vw;
		width: 87.467vw;
	}

	.about__lead {
		margin-bottom: 16vw;
		line-height: 2.5;
		font-size: 4.267vw;
	}

	.about__nav {
		margin-bottom: 12vw;
	}

	.about__nav--list-item {
		width: 29.6vw;
	}

	.about__nav--image {
		margin-bottom: 3.2vw;
	}

	.about__nav--image-text img {
		height: 4.533vw;
	}

	.about__nav--image-text figcaption {
		margin-top: 1.6vw;
		font-size: 4vw;
	}

	.about .link-button {
		width: 100%;
		height: 18.667vw;
		font-size: 4.267vw;
		border-radius: 18.667vw;
	}

	.about .link-button svg {
		width: 6.933vw;
		right: 6.133vw;
	}

	.about .obj01 {
		background-image: url(../img/about-object01_sp.webp);
		width: 36.267vw;
		height: 28.8vw;
		top: -19.467vw;
		right: -2.667vw;
	}

	.about .obj02 {
		display: none;
	}
}

/* ----------------------------------------------------
	menu
---------------------------------------------------- */
.menu {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}

.menu::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
}

.menu__content {
	margin: 0 auto;
	padding: min(14rem, 10.249vw) 0 min(7rem, 5.124vw);
	width: min(114rem, 83.455vw);
	text-align: center;
	position: relative;
}

.menu__content::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
}

.menu__title {
	margin-bottom: min(4rem, 2.928vw);
	font-size: min(1.8rem, 1.318vw);
	font-weight: normal;
}

.menu__title img {
	width: auto;
	height: min(6.1rem, 4.466vw);
}

.menu__title--text {
	margin-top: min(2rem, 1.464vw);
	display: block;
}

.menu__lead {
	margin-bottom: min(4rem, 2.928vw);
	line-height: 2.18;
	font-size: min(1.6rem, 1.171vw);
}

.menu__image--trigger {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.menu__content {
		padding: 28vw 0 18.667vw;
		width: 100%;
	}

	.menu__title {
		margin-bottom: 8vw;
		font-size: 4.533vw;
	}

	.menu__title img {
		height: 11.733vw;
	}

	.menu__title--text {
		margin-top: 3.2vw;
	}

	.menu__lead {
		margin-bottom: 10.667vw;
		line-height: 2.26;
		font-size: 4vw;
	}
}

/*
	link-button
------------------------------ */
.modal-content .link-button,
.menu .link-button {
	margin: 0 auto;
	width: min(38rem, 27.818vw);
	height: min(7rem, 5.124vw);
	color: rgb(var(--wht));
	font-size: min(1.6rem, 1.171vw);
	border-radius: min(7rem, 5.124vw);
}

.modal-content .link-button:hover,
.menu .link-button:hover {
	color: rgb(var(--wht));
}

.modal-content .link-button svg,
.menu .link-button svg {
	width: min(2.6rem, 1.903vw);
	height: auto;
	right: min(2.6rem, 1.903vw);
}

.modal-content .link-button .arrow-circle .circle,
.menu .link-button .arrow-circle .circle {
	stroke: rgb(var(--wht));
	fill: none;
	transition: all 0.5s ease 0s;
}

.modal-content .link-button .arrow-circle .arrow,
.menu .link-button .arrow-circle .arrow {
	stroke: rgb(var(--wht));
	stroke-width: 2;
	fill: none;
	transition: all 0.5s ease 0s;
}

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

	.modal-content .link-button,
	.menu .link-button {
		width: 94.667vw;
		height: 18.667vw;
		font-size: 4.267vw;
		border-radius: 18.667vw;
	}

	.modal-content .link-button svg,
	.menu .link-button svg {
		width: 6.933vw;
		right: 6.133vw;
	}
}

/*
	menu__slide
------------------------------ */
.menu__slide {
	margin-top: min(4rem, 2.928vw);
}

.menu__slide--item {
	padding: 0 min(1.7rem, 1.245vw);
}

.modal-image,
.menu__image {
	border-radius: min(2rem, 1.464vw);
	overflow: hidden;
}

.modal-image {
	margin: 0 auto;
	width: min(59.5rem, 43.558vw);
}

.modal-title,
.menu__slide .title {
	margin-top: min(1.8rem, 1.318vw);
	font-size: min(1.8rem, 1.318vw);
	font-weight: normal;
}

.modal-content__name,
.menu__slide .content__name {
	margin-top: min(0.5rem, 0.366vw);
	font-size: min(1.4rem, 1.025vw);
}

.content__detail--benefits,
.menu__slide .content__detail--benefits {
	background: rgb(var(--wht));
	margin: min(1rem, 0.732vw) auto 0;
	width: min(14rem, 10.249vw);
	height: min(3rem, 2.196vw);
	font-size: min(1.6rem, 1.171vw);
	border-style: solid;
	border-width: 1px;
	border-radius: min(3rem, 2.196vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu__modal--conetnt .content__detail--benefits {
	background: #DA6C2E;
	color: rgb(var(--wht));
	border: none;
}

.modal-content__text {
	margin: min(1rem, 0.732vw) 0 min(3rem, 2.196vw);
	line-height: 2.18;
	font-size: min(1.6rem, 1.171vw);
}

@media screen and (max-width: 768px) {
	.menu__slide {
		margin-top: 13.333vw;
	}

	.menu__slide--item {
		padding: 0 2.133vw;
	}

	.modal-image,
	.menu__image {
		border-radius: 2.133vw;
	}

	.modal-image {
		width: 100%;
	}

	.modal-title,
	.menu__slide .title {
		margin-top: 4.8vw;
		font-size: 4.8vw;
	}

	.modal-content__name,
	.menu__slide .content__name {
		margin-top: 1.333vw;
		font-size: 3.733vw;
	}

	.content__detail--benefits,
	.menu__slide .content__detail--benefits {
		margin: 2.667vw auto 0;
		width: 37.333vw;
		height: 8vw;
		font-size: 4.2667vw;
		border-radius: 8vw;
	}

	.modal-content__text {
		margin: 2.667vw 0 8vw;
		font-size: 4.2667vw;
		text-align: left;
	}
}

/*
	slick-arrow
------------------------------ */
.slick-arrow {
	width: min(2rem, 1.464vw);
	height: min(2rem, 1.464vw);
	border-top-style: solid;
	border-top-width: 2px;
	top: min(21.7rem, 15.886vw);
	cursor: pointer;
}

.slick-prev {
	border-left-style: solid;
	border-left-width: 2px;
	left: max(-5rem, -3.66vw);
	transform: rotate(-45deg);
}

.slick-next {
	border-right-style: solid;
	border-right-width: 2px;
	right: max(-5rem, -3.66vw);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.slick-arrow {
		width: 4vw;
		height: 4vw;
		top: 22.4vw;
		z-index: 1;
	}

	.slick-prev {
		left: 10.667vw;
	}

	.slick-next {
		right: 10.667vw;
	}
}

/*
	modal
------------------------------ */
.menu__modal--more {
	margin-top: min(2rem, 1.464vw);
}

.menu__modal--more .switch {
	font-size: min(1.8rem, 1.318vw);
	border-bottom: solid 1px;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.menu__modal--more .switch:hover {
	border-bottom: none;
}

.menu__modal--more .switch svg {
	margin-left: min(0.8rem, 0.586vw);
}

.menu__modal--more .switch .arrow-circle .circle {
	fill: none;
}

.menu__modal--more .switch .arrow-circle .arrow {
	stroke-width: 2;
	fill: none;
}

.menu__modal--conetnt {
	width: min(75rem, 54.905vw);
	text-align: center;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2000;
	transform: translate(-50%, -50%);
}

.modal__inner {
	background: rgb(var(--wht));
	padding: min(5.7rem, 4.173vw) 0;
	max-height: 80vh;
	overflow-y: auto;
}

.menu__modal--conetnt .close {
	/* width: min(5.9rem, 4.319vw); */
	width: min(4rem, 2.928vw);
	height: min(3.2rem, 2.343vw);
	position: absolute;
	top: max(-4.3rem, -3.148vw);
	right: 0;
	z-index: 2000;
	cursor: pointer;
}

.menu__modal--conetnt .close::before,
.menu__modal--conetnt .close::after {
	background-color: rgb(var(--wht));
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
}

.menu__modal--conetnt .close::before {
	transform: rotate(45deg);
}

.menu__modal--conetnt .close::after {
	transform: rotate(-45deg);
}

.modal-overlay {
	background: rgba(var(--blk), 0.75);
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	cursor: pointer;
}

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

.menu__modal--conetnt.is-open,
.modal-overlay.is-open {
	display: block;
}

@media screen and (max-width: 768px) {
	.menu__modal--more {
		margin-top: 5.333vw;
	}

	.menu__modal--more .switch {
		font-size: 4.8vw;
	}

	.menu__modal--more .switch svg {
		margin-left: 1.6vw;
		width: 6.933vw;
		height: auto;
	}

	.menu__modal--conetnt {
		width: 90vw;
	}

	.modal__inner {
		padding: 8vw 4.8vw;
		max-height: 70vh;
	}

	.menu__modal--conetnt .close {
		width: 10.667vw;
		height: 8.533vw;
		top: -9.867vw;
	}

	.menu__modal--conetnt .link-button {
		width: 100%;
	}
}

/* ----------------------------------------------------
	foods
---------------------------------------------------- */
.foods {
	background-image: url(../img/foods-bg.svg);
}

.foods::before {
	background-color: #F5C988;
	top: 1px;
}

.foods-modal .link-button,
.foods .link-button {
	background: url(../img/btn02_off.webp) center repeat-y;
	background-size: 100% auto;
}

.foods-modal .link-button:hover,
.foods .link-button:hover {
	background-image: url(../img/btn02_on.webp);
}

.foods-modal .modal-title,
.foods-modal .modal-content__name,
.foods .menu__slide .switch,
.foods .menu__slide .title,
.foods .menu__slide .content__name,
.foods .menu__slide .content__detail--benefits,
.foods .menu__title--text {
	color: rgb(var(--brn));
}

.foods .slick-arrow,
.foods .menu__modal--more .switch,
.foods .menu__slide .content__detail--benefits {
	border-color: rgb(var(--brn));
}

.foods .menu__slide .arrow-circle .circle {
	stroke: rgb(var(--brn));
}

.foods .menu__slide .arrow-circle .arrow {
	stroke: rgb(var(--brn));
}

.foods .menu__content::before {
	background-image: url(../img/foods-object01.webp);
	width: min(41.3rem, 30.234vw);
	height: min(53.4rem, 39.092vw);
	top: max(-6rem, -4.392vw);
	left: max(-1.7rem, -1.245vw);
}

@media screen and (max-width: 768px) {
	.foods .slick-arrow {
		border-color: rgb(var(--wht));
	}

	.foods .menu__content::before {
		background-image: url(../img/foods-object01_sp.webp);
		width: 48.267vw;
		height: 61.333vw;
		top: -6.933vw;
		left: 0;
	}
}

/* ----------------------------------------------------
	drink
---------------------------------------------------- */
.drink {
	background-image: url(../img/drink-bg.svg);
}

.drink::before {
	background-color: #C5CA87;
}

.drink-modal .link-button,
.drink .link-button {
	background: url(../img/btn03_off.webp) center repeat-y;
	background-size: 100% auto;
}

.drink-modal .link-button:hover,
.drink .link-button:hover {
	background-image: url(../img/btn03_on.webp);
}

.drink-modal .modal-title,
.drink-modal .modal-content__name,
.drink .menu__slide .switch,
.drink .menu__slide .title,
.drink .menu__slide .content__name,
.drink .menu__slide .content__detail--benefits,
.drink .menu__title--text {
	color: rgb(var(--grn));
}

.drink .slick-arrow,
.drink .menu__modal--more .switch,
.drink .menu__slide .content__detail--benefits {
	border-color: rgb(var(--grn));
}

.drink .menu__slide .arrow-circle .circle {
	stroke: rgb(var(--grn));
}

.drink .menu__slide .arrow-circle .arrow {
	stroke: rgb(var(--grn));
}

.drink .menu__content::before {
	background-image: url(../img/drink-object01.webp);
	width: min(50.1rem, 36.676vw);
	height: min(44.6rem, 32.65vw);
	top: max(-6rem, -4.392vw);
	right: max(-11.2rem, -8.199vw);
}

@media screen and (max-width: 768px) {
	.drink .slick-arrow {
		border-color: rgb(var(--wht));
	}

	.drink .menu__content::before {
		background-image: url(../img/drink-object01_sp.webp);
		width: 56.8vw;
		height: 40.533vw;
		top: -8.267vw;
		right: 0;
	}
}

/* ----------------------------------------------------
	local
---------------------------------------------------- */
.local {
	background-image: url(../img/local-bg.svg);
}

.local::before {
	background-color: #E2CC73;
}

.local-modal .link-button,
.local .link-button {
	background: url(../img/btn04_off.webp) center repeat-y;
	background-size: 100% auto;
}

.local-modal .link-button:hover,
.local .link-button:hover {
	background-image: url(../img/btn04_on.webp);
}

.local-modal .modal-title,
.local-modal .modal-content__name,
.local .menu__slide .switch,
.local .menu__slide .title,
.local .menu__slide .content__name,
.local .menu__slide .content__detail--benefits,
.local .menu__title--text {
	color: rgb(var(--brn));
}

.local .slick-arrow,
.local .menu__modal--more .switch,
.local .menu__slide .content__detail--benefits {
	border-color: rgb(var(--brn));
}

.local .menu__slide .arrow-circle .circle {
	stroke: rgb(var(--brn));
}

.local .menu__slide .arrow-circle .arrow {
	stroke: rgb(var(--brn));
}

.local .menu__content .object {
	background-image: url(../img/local-object01.webp);
}

.local .menu__content::before {
	background-image: url(../img/local-object01.webp);
	width: min(49.7rem, 36.384vw);
	height: min(51.6rem, 37.775vw);
	top: max(-9.5rem, -6.955vw);
	left: max(-5.2rem, -3.807vw);
}

@media screen and (max-width: 768px) {
	.local .slick-arrow {
		border-color: rgb(var(--wht));
	}

	.local .menu__content::before {
		background-image: url(../img/local-object01_sp.webp);
		width: 57.333vw;
		height: 66.133vw;
		top: -14.4vw;
		left: 0;
	}
}

/* ----------------------------------------------------
	hotels
---------------------------------------------------- */
.hotels {
	position: relative;
}

.hotels__title {
	padding-top: min(19rem, 13.909vw);
}

.hotels__title {
	line-height: 1;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: min(4rem, 2.928vw);
}

.hotels__title img {
	width: min(28.8rem, 21.083vw);
}

.hotels__title--text {
	margin-top: min(2rem, 1.464vw);
	font-size: min(1.8rem, 1.318vw);
	display: block;
}

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

	.hotels__title {
		margin-bottom: 1.333vw;
		padding: 0;
		width: 100%;
		top: auto;
	}

	.hotels__title img {
		width: 56.267vw;
	}

	.hotels__title--text {
		margin-top: 3.2vw;
		line-height: 1.4;
		font-size: 4.533vw;
	}
}

/* 
	hotels__map
------------------------------ */
.hotels__map {
	margin: 0 auto min(10rem, 7.321vw);
	width: min(128.4rem, 93.997vw);
	position: relative;
}

.hotels__map--list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}

.hotels__map .area {
	width: min(20rem, 14.641vw);
	position: absolute;
}

.hotels__map .area01 {
	top: min(3rem, 2.196vw);
	right: min(10rem, 7.321vw);
}

.hotels__map .area02 {
	top: min(38rem, 27.818vw);
	right: min(21rem, 15.373vw);
}

.hotels__map .area03 {
	top: min(65rem, 47.584vw);
	right: min(44rem, 32.211vw);
}

.hotels__map .area04 {
	top: min(22.2rem, 16.252vw);
	right: min(47rem, 34.407vw);
}

.hotels__map .area05 {
	top: min(30rem, 21.962vw);
	left: min(36rem, 26.354vw);
}

.hotels__map .area06 {
	top: min(53.8rem, 39.385vw);
	left: min(10rem, 7.321vw);
}

.area__list--item {
	margin-top: min(1rem, 0.732vw);
}

.area__list--item .link-button {
	background: rgba(var(--brn), 0);
	width: 100%;
	height: min(5.4rem, 3.953vw);
	color: rgb(var(--brn));
	font-size: min(1.8rem, 1.318vw);
	border: solid 1px rgb(var(--brn));
}

.area__list--item .link-button:hover {
	background: rgba(var(--brn), 0.1);
}

.area__list--item .link-button svg {
	width: min(1.9rem, 1.391vw);
	right: min(1.3rem, 0.952vw);
}

.area__list--item .link-button .arrow-circle .circle {
	stroke: rgb(var(--brn));
	fill: none;
	transition: all 0.5s ease 0s;
}

.area__list--item .link-button .arrow-circle .arrow {
	stroke: rgb(var(--brn));
	stroke-width: 2;
	fill: none;
	transition: all 0.5s ease 0s;
}

.area__list--item .link-button:hover .arrow-circle .circle {
	stroke: rgb(var(--brn));
	fill: rgb(var(--brn));
}

.area__list--item .link-button:hover .arrow-circle .arrow {
	stroke: rgb(var(--wht));
	stroke-width: 2;
	fill: none;
}

@media screen and (max-width: 768px) {
	.hotels__map {
		margin-bottom: 0;
		width: 100%;
	}

	.hotels__map--list {
		width: 100%;
		height: 86.4vw;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		left: 50%;
		transform: translateX(-50%);
	}

	.hotels__map .area {
		width: 20.533vw;
	}

	.hotels__map .area01 {
		top: 0;
		right: 2.667vw;
	}

	.hotels__map .area02 {
		top: 30.4vw;
		right: 5.6vw;
	}

	.hotels__map .area03 {
		top: auto;
		right: 32vw;
		bottom: 0;
	}

	.hotels__map .area04 {
		top: 13.6vw;
		right: 29.867vw;
	}

	.hotels__map .area05 {
		top: 17.867vw;
		top: 18.133vw;
		left: 26.133vw;
	}

	.hotels__map .area06 {
		top: auto;
		bottom: 9.867vw;
		left: 2.667vw;
	}







	.area__list--item {
		margin-top: 1.067vw;
	}

	.area__list--item .link-button {
		height: 5.333vw;
		font-size: 2.667vw;
	}

	.area__list--item .link-button svg {
		display: none;
	}
}

/* 
	hotels__nav
------------------------------ */
.hotels__nav {
	background: rgba(var(--wht), 0.9);
	width: 100%;
	opacity: 0;
	position: sticky;
	top: 0;
	z-index: 5;
	transition: all 0.5s ease 0s;
}

.hotels__nav--list {
	margin-bottom: min(8rem, 5.857vw);
	height: min(10rem, 7.321vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels__nav--list-item {
	margin: 0 min(1.75rem, 1.281vw);
}

.hotels__nav--list-item a {
	background: url(../img/icon-arrow02.svg) center right no-repeat;
	background-size: min(1.9rem, 1.391vw) auto;
	padding-right: min(2.4rem, 1.757vw);
	color: rgb(var(--brn));
	font-size: min(1.8rem, 1.318vw);
	text-decoration: none;
	display: flex;
	align-items: center;
	pointer-events: none;
}

/* is-show */
.hotels__nav.is-show {
	opacity: 1;
}

.hotels__nav.is-show a {
	pointer-events: all;
}

@media screen and (max-width: 768px) {
	.hotels__nav--list {
		margin-bottom: 0;
		padding-left: 3.2vw;
		height: 20.267vw;
		height: 24vw;
		display: grid;
		grid-template-columns: 36% 42% 20%;
	}

	.hotels__nav--list-item {
		margin: 0;
		padding-right: 5.333vw;
	}

	.hotels__nav--list-item.hokkaido {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.hotels__nav--list-item.tokyo {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.hotels__nav--list-item.kanagawa {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.hotels__nav--list-item.aichi {
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.hotels__nav--list-item.nagano {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.hotels__nav--list-item.kyoto {
		grid-column: 2/3;
		grid-row: 3/4;
	}

	.hotels__nav--list-item.hiroshima {
		padding-right: 3.2vw;
		grid-column: 3/4;
		grid-row: 1/2;
	}

	.hotels__nav--list-item.okinawa {
		padding-right: 3.2vw;
		grid-column: 3/4;
		grid-row: 2/3;
	}

	.hotels__nav--list-item a {
		background-position: center left;
		background-size: 3.733vw auto;
		padding-left: 4.8vw;
		font-size: 3.467vw;
		font-size: 3.733vw;
	}
}

/* 
	hotels__list
------------------------------ */
.hotels__list {
	margin: 0 auto min(12rem, 8.785vw);
	width: min(114rem, 83.455vw);
	display: flex;
	flex-wrap: wrap;
}

.hotels__list--item {
	margin-bottom: min(5rem, 3.66vw);
	width: calc((100% - min(10rem, 7.321vw)) / 3);
}

.hotels__list--item:not(:nth-child(3n)) {
	margin-right: min(5rem, 3.66vw);
}

.hotels__list--item a {}

.hotels__list--item a:hover {
	text-decoration: none;
}

.hotels__header {
	margin-bottom: min(1.2rem, 0.878vw);
	display: flex;
	justify-content: space-between;
}

.hotels__header--area,
.hotels__header--benefits {
	height: min(3.6rem, 2.635vw);
	font-size: min(1.8rem, 1.318vw);
	border-radius: min(3.6rem, 2.635vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels__header--area {
	width: min(11rem, 8.053vw);
	color: rgb(var(--wht));
}

.hotels__header--benefits {
	width: min(22.7rem, 16.618vw);
	color: rgb(var(--brn));
	border: solid 1px rgb(var(--brn));
}

.hotels__image {
	overflow: hidden;
	border-radius: min(1rem, 0.732vw);
}

.hotels__image img {
	border-radius: min(1rem, 0.732vw);
	transition: all 0.5s ease 0s;
}

.hotels__image:hover img {
	transform: scale(1.1);
}

.hotels__detail--name {
	margin: min(0.5rem, 0.366vw) 0;
	font-size: min(1.4rem, 1.025vw);
}

.hotels__detail--name a {
	text-decoration: none;
}

.hotels__detail--menu {
	line-height: 1.66;
	font-size: min(1.8rem, 1.318vw);
}

.hotels__tag {
	display: flex;
	flex-wrap: wrap;
}

.hotels__tag--item {
	margin-right: 0.5em;
	line-height: 2.14;
	color: rgb(var(--gry));
	font-size: min(1.4rem, 1.025vw);
}

/* hokkaido */
.hokkaido .hotels__header--area {
	background-color: #9B86C7;
}

.hokkaido .hotels__detail--name {
	color: #9B86C7;
}

/* tokyo */
.tokyo .hotels__header--area {
	background-color: #DA6C2E;
}

.tokyo .hotels__detail--name {
	color: #DA6C2E;
}

/* kanagawa */
.kanagawa .hotels__header--area {
	background-color: #E2A64F;
}

.kanagawa .hotels__detail--name {
	color: #E2A64F;
}

/* aichi */
.aichi .hotels__header--area {
	background-color: #B85858;
}

.aichi .hotels__detail--name {
	color: #B85858;
}

/* nagano */
.nagano .hotels__header--area {
	background-color: #6D8666;
}

.nagano .hotels__detail--name {
	color: #6D8666;
}

/* kyoto */
.kyoto .hotels__header--area {
	background-color: #5A7AA7;
}

.kyoto .hotels__detail--name {
	color: #5A7AA7;
}

/* hiroshima */
.hiroshima .hotels__header--area {
	background-color: #7AB3C6;
}

.hiroshima .hotels__detail--name {
	color: #7AB3C6;
}

/* okinawa */
.okinawa .hotels__header--area {
	background-color: #DBC64D;
}

.okinawa .hotels__detail--name {
	color: #DBC64D;
}

@media screen and (max-width: 768px) {
	.hotels__list {
		margin-bottom: 16vw;
		width: 94.4vw;
		display: block;
	}

	.hotels__list--item {
		margin-bottom: 8vw;
		width: 100%;
		display: grid;
		grid-template-columns: 45vw auto;
	}

	.hotels__list--item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.hotels__header {
		margin-bottom: 0;
		padding-left: 3.733vw;
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.hotels__header--area,
	.hotels__header--benefits {
		height: 5.6vw;
		font-size: 3.2vw;
		border-radius: 5.6vw;
	}

	.hotels__header--area {
		width: 16vw;
	}

	.hotels__header--benefits {
		width: 26.667vw;
	}

	.hotels__image {
		grid-column: 1/2;
		grid-row: 1/4;
	}

	.hotels__image img {
		border-radius: 1.067vw;
	}

	.hotels__content {
		padding-left: 3.733vw;
		grid-column: 2/3;
	}

	.hotels__detail--name {
		margin: 1.333vw 0;
		line-height: 1.5;
		font-size: 3.2vw;
	}

	.hotels__detail--menu {
		line-height: 1.5;
		font-size: 3.733vw;
	}

	.hotels__tag {
		margin-top: 1.333vw;
	}

	.hotels__tag--item {
		line-height: 1.5;
		font-size: 3.2vw;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer__banner {
	margin: 0 auto min(8rem, 5.857vw);
	width: min(76.8rem, 56.223vw);
}

.footer__banner--item:not(:last-of-type) {
	margin-bottom: min(3.6rem, 2.635vw);
}

.footer__banner--text {
	margin-bottom: 0.5em;
	font-size: min(2.5rem, 1.83vw);
	font-weight: 400;
	text-align: center;
}

.footer__note {
	margin: 0 auto min(8rem, 5.857vw);
	width: min(86.4rem, 63.25vw);
}

@media screen and (max-width: 768px) {
	.footer__banner {
		margin-bottom: 22.667vw;
		width: 93.867vw;
	}

	.footer__banner--item:not(:last-of-type) {
		margin-bottom: 4.533vw;
	}

	.footer__banner--text {
		font-size: 4.533vw;
	}

	.footer__note {
		margin-bottom: 22.667vw;
		width: 93.867vw;
	}
}

/* 
	hotel-nav 
------------------------------ */
.spgr {
	background: rgb(var(--beg));
	margin-bottom: min(10rem, 7.321vw);
	padding: min(8rem, 5.857vw) 0;
	text-align: center;
}

.spgr__logo {
	margin: 0 auto min(2.9rem, 2.123vw);
	width: min(22.7rem, 16.618vw);
}

.spgr__title {
	margin-bottom: min(3rem, 2.196vw);
	font-size: min(2.5rem, 1.83vw);
	font-weight: 400;
}

.spgr__title--small {
	font-size: min(1.9rem, 1.391vw);
	display: block;
}

.spgr .link-button {
	background-color: rgb(var(--orn));
	margin: 0 auto;
	width: min(38rem, 27.818vw);
	height: min(7rem, 5.124vw);
	color: rgb(var(--wht));
	font-size: min(1.6rem, 1.171vw);
	border-radius: min(7rem, 5.124vw);
}

@media screen and (max-width: 768px) {
	.spgr {
		margin-bottom: 12.533vw;
		padding: 12.8vw 2.667vw;
	}

	.spgr__logo {
		margin-bottom: 4.267vw;
		width: 37.6vw;
	}

	.spgr__title {
		margin-bottom: 4.267vw;
		font-size: 4.533vw;
	}

	.spgr__title--small {
		font-size: 3.733vw;
	}

	.spgr .link-button {
		width: 100%;
		height: 18.667vw;
		font-size: 4.267vw;
		border-radius: 18.667vw;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	line-height: 1;
	font-family: var(--gothic);
	font-size: min(1.7rem, 1.328vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.footer .hotel-nav__item {}

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

@media screen and (max-width: 768px) {
	.footer .hotel-nav {
		font-size: 3.733vw;
	}

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

/* 
	copy
------------------------------ */
.footer .copy {
	padding: min(3rem, 2.196vw) 0;
	color: rgb(var(--gry));
	font-family: var(--gothic);
	font-size: min(1.2rem, 0.878vw);
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		padding: 5.867vw 0;
		font-size: 2.4vw;
	}
}