/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	padding-top: 20rem;
	min-height: 100vh;
	color: rgb(var(--wht));
	text-align: center;
	position: relative;
}

.header__title {
	margin: 0 auto 5ch;
	line-height: normal;
	font-family: var(--garamond);
	font-size: 3.3rem;
	font-style: italic;
	font-weight: 400;
	position: relative;
}

.header__title--small {
	font-size: 2rem;
	display: block;
}

.header__title::before {
	background-color: rgb(var(--wht));
	width: 8.3rem;
	height: 1px;
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.header__lead {
	margin-bottom: 4rem;
	font-family: var(--mincho);
	font-size: 4.1rem;
	font-weight: 500;
	text-align: center;
}

.header__lead--small {
	font-size: 2.5rem;
	display: block;
}

.header__circle {
	margin: 0 auto 21rem;
	width: 14.4rem;
	position: relative;
}

.header__circle svg {
	width: 3.7rem;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
}

.header__circle svg path {
	stroke: rgb(var(--wht));
}

.header__circle.object-visual--spinning .header__circle--image {
	animation: object-motion-spinning 25s linear infinite;
}

@keyframes object-motion-spinning {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.header__text {
	margin-bottom: 8.5rem;
	font-family: var(--mincho);
	font-size: 2rem;
}

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

	.header__title {
		margin-bottom: 4rem;
		font-size: 2.5rem;
	}

	.header__title--small {
		font-size: 1.5rem;
	}

	.header__title::before {
		width: 3.6rem;
		bottom: -2rem;
	}

	.header__lead {
		margin-bottom: 3rem;
		font-size: 3rem;
	}

	.header__lead--small {
		font-size: 1.8rem;
	}

	.header__circle {
		margin-bottom: 15.6rem;
		width: 12.3rem;
	}

	.header__circle svg {
		width: 3.2rem;
	}

	.header__text {
		margin-bottom: 8rem;
		line-height: 2.6;
		font-size: 1.6rem;
	}
}

/*
	header__nav
------------------------------ */
.header__nav {
	padding-bottom: 14rem;
}

.header__nav--list {
	margin: 0 auto;
	width: 100.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.header__nav--item {
	margin-bottom: 4rem;
	width: calc(100% / 6);
}

.header__nav--item a {
	line-height: 1.5;
	color: rgb(var(--wht));
	font-size: 1.8rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header__nav--icon {
	height: 10.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__nav--icon svg path {
	fill: rgb(var(--wht));
}

.nav01 .header__nav--icon svg {
	width: 11.6rem;
}

.nav02 .header__nav--icon svg {
	width: 9.7rem;
}

.nav03 .header__nav--icon svg {
	width: 8.5rem;
}

.nav04 .header__nav--icon svg {
	width: 8.5rem;
}

.nav05 .header__nav--icon svg {
	width: 10.2rem;
}

.nav06 .header__nav--icon svg {
	width: 13.2rem;
}

.nav07 .header__nav--icon svg {
	width: 11rem;
}

.nav08 .header__nav--icon svg {
	width: 10.3rem;
}

.nav09 .header__nav--icon svg {
	width: 7rem;
}

.nav10 .header__nav--icon svg {
	width: 7.5rem;
}

.nav11 .header__nav--icon svg {
	width: 10.6rem;
}

.nav12 .header__nav--icon svg {
	width: 11rem;
}

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

	.header__nav--list {
		width: 35.2rem;
	}

	.header__nav--item {
		margin-bottom: 2.5rem;
		width: calc(100% / 3);
	}

	.header__nav--item a {
		font-size: 1.2rem;
	}

	.header__nav--icon {
		height: 7rem;
	}

	.nav01 .header__nav--icon svg {
		width: 7.6rem;
	}

	.nav02 .header__nav--icon svg {
		width: 6.3rem;
	}

	.nav03 .header__nav--icon svg {
		width: 5.5rem;
	}

	.nav04 .header__nav--icon svg {
		width: 5.6rem;
	}

	.nav05 .header__nav--icon svg {
		width: 6.6rem;
	}

	.nav06 .header__nav--icon svg {
		width: 8.6rem;
	}

	.nav07 .header__nav--icon svg {
		width: 7.2rem;
	}

	.nav08 .header__nav--icon svg {
		width: 6.7rem;
	}

	.nav09 .header__nav--icon svg {
		width: 4.6rem;
	}

	.nav10 .header__nav--icon svg {
		width: 4.9rem;
	}

	.nav11 .header__nav--icon svg {
		width: 6.9rem;
	}

	.nav12 .header__nav--icon svg {
		width: 7.2rem;
	}
}

/* 
	header__bg
------------------------------ */
.header__bg {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.header__bg::before {
	background-color: rgba(var(--blk), 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: "";
}

.header__bg iframe {
	width: 100vw;
	height: 56.25vw;
	min-width: 177.78vh;
	min-height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

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

/* ----------------------------------------------------
	gnav
---------------------------------------------------- */
.gnav {
	display: none;
}

.gnav--sp-toggle {
	background-color: rgb(var(--btn));
	padding-top: 7rem;
	max-width: 37.5rem;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gnav__list {
	display: block;
}

.gnav__item {
	padding: 0 0 0 3rem;
}

.gnav__item a {
	line-height: 2.25;
	color: rgb(var(--wht));
	font-family: var(--main-gothic);
	font-size: 1.8rem;
	text-decoration: none;
}

.gnav__item a::before {
	content: "-";
}

.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 */
.toggle {
	width: 2.5rem;
	height: 2rem;
	display: block;
	position: fixed;
	top: 1.8rem;
	right: 1.6rem;
	z-index: 1000;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.toggle.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

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

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

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

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

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

.is-open .toggle__line {
	background: rgb(var(--wht));
	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%);
}

/* @media screen and (max-width: 768px) {
	.toggle {
		width: 2.5rem;
		height: 2rem;
		display: block;
		position: fixed;
		top: 1.8rem;
		right: 1.6rem;
		z-index: 1000;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.toggle.is-hidden {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

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

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

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

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

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

	.is-open .toggle__line {
		background: rgb(var(--wht));
		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%);
	}
} */

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main {
	font-family: var(--main-gothic);
}

.main .container {
	margin: 0 auto;
	padding: 11rem 0;
	width: 99.5rem;
}

@media screen and (max-width: 768px) {
	.main .container {
		padding: 6.4rem 0;
		width: 100%;
	}
}

/* ----------------------------------------------------
	sec
---------------------------------------------------- */
.sec:nth-child(odd) {
	background-color: rgb(var(--wht));
}

.sec:nth-child(even) {
	background-color: rgb(var(--bg));
}

.sec__content--icon {
	margin-bottom: 1.5rem;
	text-align: center;
}

.sec__content--title {
	margin-bottom: 1.5rem;
	font-family: var(--mincho);
	font-size: 3.4rem;
	text-align: center;
}

.sec__content--title .en {
	color: rgb(var(--btn));
	font-family: var(--garamond);
	font-size: 3.1rem;
	font-style: italic;
	font-weight: 400;
	display: block;
}

.sec .category {
	margin-bottom: 4rem;
	display: flex;
	justify-content: center;
}

.sec .category__item {
	width: 12rem;
	height: 2.4rem;
	color: rgb(var(--wht));
	font-size: 1.6rem;
	border-radius: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec .category__item.stay {
	background-color: rgba(192, 173, 104, 1);
}

.sec .category__item.restaurant {
	background-color: rgba(220, 147, 148, 1);
}

.sec__content--lead {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	text-align: center;
}

.sec__content--image {
	margin-bottom: 5rem;
}

.sec__link-title {
	margin-bottom: 3rem;
	text-align: center;
}

.sec__link-title--inner {
	width: 37.6rem;
	font-size: 2rem;
	border-bottom: solid 1px rgb(var(--btn));
	display: inline-block;
}

.sec__link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec__link--item {
	margin-bottom: 3rem;
	width: 31.7rem;
}

.sec__link--item:not(:nth-child(3n)) {
	margin-right: 2.2rem;
}

.sec__link--item:last-of-type {
	margin-right: 0;
}

.sec__link--item .link-button {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.sec__content--icon {
		margin-bottom: 1rem;
	}

	.sec__content--title {
		margin-bottom: 1.2rem;
		font-size: 2.2rem;
	}

	.sec__content--title .en {
		font-size: 1.8rem;
	}

	.sec .category {
		margin-bottom: 2rem;
	}

	.sec .category__item {
		width: 8rem;
		height: 2rem;
		font-size: 1.2rem;
		border-radius: 2rem;
	}

	.sec__content--lead {
		margin-bottom: 2rem;
		font-size: 1.4rem;
	}

	.sec__content--image {
		margin-bottom: 3rem;
		padding: 0 1.1rem;
	}

	.sec__link-title {
		margin-bottom: 2rem;
		text-align: center;
	}

	.sec__link-title--inner {
		width: 28.6rem;
		font-size: 1.5rem;
	}

	.sec__link {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sec__link--item {
		margin-bottom: 1.2rem;
		width: 17rem;
	}

	.sec__link--item:not(:nth-child(3n)),
	.sec__link--item:last-of-type {
		margin-right: 0;
	}

	.sec__link--item:nth-child(odd) {
		margin-right: 1.1rem;
	}

	.sec__link--item .link-button {
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}
}

/* 
	sec__content--icon
------------------------------ */
#cool-retreat .sec__content--icon img {
	width: 13.2rem;
}

#family-summer .sec__content--icon img {
	width: 10.7rem;
}

#pool-beach .sec__content--icon img {
	width: 9.5rem;
}

#night-experience .sec__content--icon img {
	width: 9.6rem;
}

#summer-stay .sec__content--icon img {
	width: 11.2rem;
}

#highland-resort .sec__content--icon img {
	width: 14.6rem;
}

#onsen-spa .sec__content--icon img {
	width: 12.2rem;
}

#golf-stay .sec__content--icon img {
	width: 12.7rem;
}

#bbq-beer .sec__content--icon img {
	width: 8.6rem;
}

#cool-menu .sec__content--icon img {
	width: 8.9rem;
}

#summer-menu .sec__content--icon img {
	width: 13.7rem;
}

#late-summer .sec__content--icon img {
	width: 12rem;
}

@media screen and (max-width: 768px) {
	#cool-retreat .sec__content--icon img {
		width: 9.2rem;
	}

	#family-summer .sec__content--icon img {
		width: 8.4rem;
	}

	#pool-beach .sec__content--icon img {
		width: 8.1rem;
	}

	#night-experience .sec__content--icon img {
		width: 7.4rem;
	}

	#summer-stay .sec__content--icon img {
		width: 9.4rem;
	}

	#highland-resort .sec__content--icon img {
		width: 11rem;
	}

	#onsen-spa .sec__content--icon img {
		width: 9rem;
	}

	#golf-stay .sec__content--icon img {
		width: 9.1rem;
	}

	#bbq-beer .sec__content--icon img {
		width: 5.4rem;
	}

	#cool-menu .sec__content--icon img {
		width: 6.3rem;
	}

	#summer-menu .sec__content--icon img {
		width: 11rem;
	}

	#late-summer .sec__content--icon img {
		width: 9.1rem;
	}
}

/* ----------------------------------------------------
	kids
---------------------------------------------------- */
.kids {
	background-color: rgb(var(--wht));
	padding: 11rem 0;
}

.kids .container {
	padding: 9.5rem 5.8rem;
	border: solid 1px rgb(var(--btn));
}

.kids__title {
	margin-bottom: 3rem;
	font-family: var(--mincho);
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.kids__logo {
	margin: 0 auto 4.5rem;
	width: 55rem;
}

.kids__lead {
	margin-bottom: 4.5rem;
	font-size: 1.6rem;
	text-align: center;
}

.kids__image {
	margin-bottom: 6.5rem;
	display: flex;
}

.kids__image--item:not(:last-of-type) {
	margin-right: 2.2rem;
}

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

	.kids .container {
		padding: 4.5rem 1.5rem;
		width: 35.2rem;
	}

	.kids__title {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}

	.kids__logo {
		margin-bottom: 3rem;
		width: 27rem;
	}

	.kids__lead {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}

	.kids__image {
		margin-bottom: 3rem;
	}

	.kids__image--item:not(:last-of-type) {
		margin-right: 0.8rem;
	}

	.kids .link-button {
		width: 17.7rem;
	}
}

/* ----------------------------------------------------
	feature
---------------------------------------------------- */
.feature {
	background-color: rgb(var(--btn));
	padding: 11rem 0 19rem;
	color: rgb(var(--wht));
}

.feature__title {
	margin-bottom: 4rem;
	font-family: var(--mincho);
	font-size: 2.9rem;
	font-weight: 500;
	text-align: center;
}

.feature__slide {
	position: relative;
}

.feature__slide--item {
	padding: 0 2.5rem;
	text-decoration: none;
}

.feature__slide--item figcaption {
	margin-top: 2.4rem;
	font-size: 1.8rem;
	text-align: center;
}

.feature .slick-arrow {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.8rem;
	height: 1.5rem;
	top: auto;
	bottom: -7.5rem;
	left: 50%;
	transform-origin: center;
}

.feature .slick-prev {
	background-image: url(../img/arrow-slick-prev.svg);
	transform: translateX(-5rem);
}

.feature .slick-next {
	background-image: url(../img/arrow-slick-next.svg);
	transform: translateX(5rem);
}

@media screen and (max-width: 768px) {
	.feature {
		padding: 5rem 0 9rem;
	}

	.feature__title {
		font-size: 1.8rem;
	}

	.feature__slide--item {
		padding: 0 1rem;
	}

	.feature__slide--item figcaption {
		margin-top: 1rem;
		font-size: 1.6rem;
	}

	.feature .slick-arrow {
		bottom: -4.5rem;
	}

	.feature .slick-prev {
		transform: translateX(-3rem);
	}

	.feature .slick-next {
		transform: translateX(3rem);
	}
}

/* ----------------------------------------------------
	spgr
---------------------------------------------------- */
.spgr {
	background-color: rgba(244, 244, 238, 1);
}

.spgr__logo {
	margin: 0 auto 3rem;
	width: 22.7rem;
}

.spgr__content {
	font-weight: 500;
	text-align: center;
}

.spgr__content--title {
	font-size: 1.9rem;
}

.spgr__content--text {
	font-size: 2.5rem;
}

.spgr .link-button {
	background-color: rgba(153, 133, 66, 1);
	margin-top: 3rem;
	width: 29.4rem;
	height: 5.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 5.8rem;
}

.spgr .link-button svg {
	width: 2.9rem;
	height: 2.1rem;
	right: 1.4rem;
}

@media screen and (max-width: 768px) {
	.spgr__logo {
		width: 22.4rem;
	}

	.spgr__content--title {
		font-size: 1.6rem;
	}

	.spgr__content--text {
		line-height: normal;
		font-size: 2rem;
	}

	.spgr .link-button {
		margin-top: 2rem;
		width: 27.7rem;
		height: 5.2rem;
		border-radius: 5.2rem;
	}

	.spgr .link-button svg {
		width: 2.7rem;
		height: 1.8rem;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background-color: rgb(var(--wht));
	padding: 5rem 0;
}

.footer__note {
	margin-bottom: 4rem;
	text-align: center;
}

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

	.footer__note {
		margin-bottom: 3rem;
	}
}

/* 
	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;
}

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