/* ---------------------------------------------------
  表示切り替え（PC / SP）
--------------------------------------------------- */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* ---------------------------------------------------
  汎用リスト
--------------------------------------------------- */
ul.list li {
	margin-left: 1em;
	text-indent: -1em;
}

ul.note li {
	font-size: min(1.4rem, 1.025vw);
}

ul.note li::before {
	content: "※";
}

@media screen and (max-width: 768px) {
	ul.note li {
		font-size: 3.467vw;
	}
}

ul.square li::before {
	content: "■";
}

/* ---------------------------------------------------
  電話リンク
--------------------------------------------------- */
.telephone {
	text-decoration: none;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.telephone {
		pointer-events: all;
	}
}

/* ---------------------------------------------------
  ボタンリンク
--------------------------------------------------- */
.link-button {
	height: min(8rem, 5.857vw);
	line-height: normal;
	color: rgb(var(--wht));
	font-size: min(2rem, 1.464vw);
	font-weight: 600;
	text-decoration: none;
	border-radius: min(8rem, 5.857vw);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.link-button.type1 {
	background: linear-gradient(90deg, #9FE494 0%, #58C37B 77.88%);
}

.link-button.type2 {
	background: linear-gradient(90deg, #6CE5F6 0.04%, #3CBED1 77.98%);
}

.link-button__inner {
	background-image: url(../img/arrow-link-button.svg);
	background-position: center right min(3rem, 2.196vw);
	background-repeat: no-repeat;
	background-size: min(1.6rem, 1.171vw) auto;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.link-button {
		height: 18.667vw;
		font-size: 4.8vw;
		border-radius: 21.333vw;
	}

	.link-button__inner {
		background-position: center right 6.4vw;
		background-size: 4vw auto;
	}
}

/* ---------------------------------------------------
  ページトップ
--------------------------------------------------- */
.pageTop a {
	background: rgba(var(--grn), 0.8);
	width: 64px;
	height: 64px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: var(--pageTop-right);
	bottom: var(--pageTop-bottom);
	z-index: 10;
}

.pageTop a svg {
	fill: rgb(var(--wht));
	width: 16px;
	height: auto;
}

/* ---------------------------------------------------
  フェードイン
--------------------------------------------------- */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

.fadeBottom {
	transform: translateY(50px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}

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

.slick-list {
	line-height: 0;
}

.slick-dots {
	display: flex;
	bottom: 0;
}

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

.slick-dots li:not(:last-of-type) {
	margin-right: min(0.7rem, 0.512vw);
}

.slick-dots li button {
	background-color: rgba(217, 217, 217, 1);
	padding: 0;
	width: min(1rem, 0.732vw);
	height: min(1rem, 0.732vw);
	border-radius: min(1rem, 0.732vw);
}

.slick-dots li button::before {
	display: none;
}

.slick-dots li.slick-active button {
	background-color: rgb(var(--wht));
}

.slick-arrow {
	width: min(2.4rem, 1.757vw);
	height: min(3.6rem, 2.635vw);
	z-index: 1;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
	background-image: url(../img/arrow-link-button.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-prev {
	left: min(1.8rem, 1.318vw);
	transform: translateY(-50%) rotate(180deg);
}

.slick-next {
	right: min(1.8rem, 1.318vw);
}

@media screen and (max-width: 768px) {
	.slick-dots li:not(:last-of-type) {
		margin-right: 1.333vw;
	}

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

	.slick-arrow {
		width: 4.267vw;
		height: 6.400vw;
	}
}

/* ---------------------------------------------------
	gnav
---------------------------------------------------- */
.gnav {
	background: rgb(var(--grn));
	width: 100%;
	line-height: 1;
	font-size: min(2rem, 1.464vw);
	position: sticky;
	top: 0;
	z-index: 999;
}

.gnav__list {
	height: min(7rem, 5.124vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gnav__list--item {
	display: flex;
}

.gnav__list--item:not(:last-of-type)::after {
	color: rgb(var(--wht));
	content: "|";
}

.gnav__list--item a {
	padding: 0 0.75em;
	color: rgb(var(--wht));
	font-family: var(--jost);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gnav__list--item a b {
	font-family: var(--gothic);
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.gnav {
		padding-top: 20vw;
		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 {
		padding: 0 8.533vw;
		display: block;
	}

	.gnav__list--item {
		margin-bottom: 6.667vw;
		padding-bottom: 6.667vw;
		display: block;
	}

	.gnav__list--item:not(:last-of-type) {
		border-bottom: solid 1px rgb(var(--wht));
	}

	.gnav__list--item:not(:last-of-type)::after {
		content: "";
	}

	.gnav__list--item a {
		padding: 0;
		font-size: 5.333vw;
		display: block;
	}

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

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

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

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

@media screen and (max-width: 768px) {
	.toggle {
		background: rgb(var(--grn));
		width: 17.067vw;
		height: 17.067vw;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		cursor: pointer;
	}

	.toggle__inner--item {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.6s;
	}

	.toggle__inner--item:nth-child(1),
	.toggle__inner--item:nth-child(2),
	.toggle__inner--item:nth-child(3) {
		background: rgba(var(--wht), 1);
		width: 7.467vw;
		height: 2px;
		display: block;
	}

	.toggle__inner--item:nth-child(1) {
		top: 4.533vw;
	}

	.toggle__inner--item:nth-child(2) {
		top: 7.2vw;
	}

	.toggle__inner--item:nth-child(3) {
		top: 9.867vw;
	}

	.toggle__inner--item:nth-child(4) {
		line-height: 1;
		width: 100%;
		height: auto;
		color: rgb(var(--wht));
		font-family: var(--jost);
		font-size: 3.733vw;
		font-weight: 400;
		text-align: center;
		bottom: 2.133vw;
	}

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

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

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

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

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background-color: rgb(var(--wht));
	padding: min(7rem, 5.124vw) 0;
}

.footer__note {
	margin: 0 auto min(6rem, 4.392vw);
	width: min(114rem, 83.455vw);
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 20.267vw 0 8vw;
	}

	.footer__note {
		margin-bottom: 16vw;
		width: 91.467vw;
	}
}

/* 
	line
------------------------------ */
.footer .line {
	margin: 0 auto min(3rem, 2.196vw);
	padding: min(2rem, 1.464vw) min(3.7rem, 2.709vw);
	width: min(69rem, 50.512vw);
	border: solid 1px rgb(var(--blk));
	border-radius: min(1rem, 0.732vw);
}

.footer .line__title {
	margin-bottom: min(1.2rem, 0.878vw);
	padding-bottom: min(1rem, 0.732vw);
	line-height: normal;
	color: rgb(var(--line));
	font-size: min(2rem, 1.464vw);
	text-align: center;
	border-bottom: solid 1px rgb(var(--blk));
}

.footer .line__inner {
	margin-bottom: min(1.2rem, 0.878vw);
	display: flex;
	justify-content: center;
}

.footer .line__logo {
	margin: 1em min(3.2rem, 2.343vw) 0 0;
	color: rgb(var(--line));
	font-size: min(1.2rem, 0.878vw);
	text-align: center;
}

.footer .line__logo figcaption {
	margin-top: 0.5em;
}

.footer .line__logo img {
	width: min(6.6rem, 4.832vw);
}

.footer .line__content--title {
	line-height: normal;
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
}

.footer .line__content--title .marker {
	background: linear-gradient(transparent 60%, rgba(253, 225, 70, 1) 60%);
	font-size: min(2.5rem, 1.83vw);
	font-weight: 600;
}

.footer .line__content .note {
	margin-top: 0.5em;
	line-height: normal;
}

.footer .line .link-button {
	background-color: rgb(var(--line));
	background-image: url(../img/arrow-link-line.svg);
	background-position: center right min(2rem, 1.464vw);
	background-repeat: no-repeat;
	background-size: min(1.5rem, 1.098vw) auto;
	margin: 0 auto;
	color: rgb(var(--wht));
	width: min(39rem, 28.551vw);
	height: min(5rem, 3.66vw);
	font-size: min(1.8rem, 1.318vw);
}

@media screen and (max-width: 768px) {
	.footer .line {
		margin-bottom: 6.667vw;
		padding: 6.667vw 0;
		width: 80vw;
		border-radius: 2.667vw;
	}

	.footer .line__title {
		margin: 0 auto 6.667vw;
		padding-bottom: 2.667vw;
		width: 74.667vw;
		font-size: 4.267vw;
	}

	.footer .line__inner {
		margin: 0 auto 5.333vw;
		width: 58.667vw;
		display: block;
	}

	.footer .line__logo {
		margin: 0 0 5.333vw;
		font-size: 2.933vw;
	}

	.footer .line__logo figcaption {
		margin-top: 0;
	}

	.footer .line__logo img {
		width: 16vw;
	}

	.footer .line__content--title {
		font-size: 4.8vw;
	}

	.footer .line__content--title .marker {
		font-size: 6.133vw;
	}

	.footer .line .link-button {
		background-position: center right 3.2vw;
		background-size: 3.467vw auto;
		width: 58.667vw;
		height: 12vw;
		font-size: 4.267vw;
	}
}

/* 
	momochihama
------------------------------ */
.footer .momochihama {
	margin-bottom: min(6rem, 4.392vw);
}

.footer .momochihama a {
	background-color: rgba(0, 154, 163, 1);
	background-image: url(../img/momochihama-bg.svg);
	background-position: center right min(2rem, 1.464vw);
	background-repeat: no-repeat;
	background-size: min(18.5rem, 13.543vw) auto;
	margin: 0 auto;
	padding: min(1.5rem, 1.098vw);
	color: rgb(var(--wht));
	width: min(69rem, 50.512vw);
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .momochihama__image {
	margin-right: min(1.5rem, 1.098vw);
	width: min(29rem, 21.23vw);
}

.footer .momochihama__content {
	width: calc(100% - min(29rem, 21.23vw) - min(1.5rem, 1.098vw));
}

.footer .momochihama__content .title {
	line-height: normal;
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
}

.footer .momochihama__content .title .eng {
	font-size: min(1.1rem, 0.805vw);
	display: block;
}

.footer .momochihama__content .date {
	color: rgba(250, 194, 61, 1);
	font-family: var(--mincho);
	font-size: min(2rem, 1.464vw);
}

.footer .momochihama__content .text {
	font-size: min(1.2rem, 0.878vw);
}

@media screen and (max-width: 768px) {
	.footer .momochihama {
		margin-bottom: 10.667vw;
	}

	.footer .momochihama a {
		background-position: bottom 3.2vw right 2.667vw;
		background-size: 49.333vw auto;
		padding: 4.8vw 2.933vw;
		width: 80vw;
		flex-direction: column-reverse;
		position: relative;
	}

	.footer .momochihama__image {
		margin-right: 0;
		width: 74.133vw;
		position: absolute;
		top: 20.267vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer .momochihama__content {
		width: 100%;
		line-height: normal;
	}

	.footer .momochihama__content .title {
		margin-bottom: 56vw;
		font-size: 4.8vw;
		text-align: center;
	}

	.footer .momochihama__content .title .eng {
		font-size: 2.933vw;
	}

	.footer .momochihama__content .date {
		margin-bottom: 2.667vw;
		font-size: 5.867vw;
		text-align: center;
	}

	.footer .momochihama__content .text {
		font-size: 3.2vw;
	}
}

/* 
	inquiry
------------------------------ */
.footer .inquiry {
	margin-bottom: min(4rem, 2.928vw);
	text-align: center;
}

.footer .inquiry__title {
	font-size: min(2rem, 1.464vw);
}

.footer .inquiry__content {
	line-height: normal;
	font-size: min(4rem, 2.928vw);
	font-weight: 600;
}

.footer .inquiry__content--note {
	font-size: min(1.6rem, 1.171vw);
	font-weight: 500;
	display: block;
}

@media screen and (max-width: 768px) {
	.footer .inquiry {
		margin-bottom: 8vw;
	}

	.footer .inquiry__title {
		font-size: 4.267vw;
	}

	.footer .inquiry__content {
		font-size: 6.4vw;
	}

	.footer .inquiry__content--note {
		font-size: 4vw;
	}
}

/* 
	hotels
------------------------------ */
.footer .hotels {
	margin-bottom: min(5rem, 3.66vw);
}

.footer .hotels__logo {
	margin: 0 auto min(4rem, 2.928vw);
	width: min(18.8rem, 13.763vw);
}

.footer .hotels__content {
	margin-bottom: min(5rem, 3.66vw);
	text-align: center;
}

.footer .hotels__content--name {
	margin-bottom: min(1rem, 0.732vw);
	font-size: min(2rem, 1.464vw);
}

.footer .hotels__content--detail {
	font-size: min(1.6rem, 1.171vw);
}

.footer .hotels__sns {
	margin-bottom: min(5rem, 3.66vw);
	display: flex;
	justify-content: center;
}

.footer .hotels__sns--item {
	margin: 0 min(3rem, 2.196vw);
	width: min(5.1rem, 3.734vw);
}

.footer .hotels__map {
	margin: 0 auto;
	width: min(114rem, 83.455vw);
}

.footer .hotels__map iframe {
	width: 100%;
	height: min(36.3rem, 26.574vw);
}

@media screen and (max-width: 768px) {
	.footer .hotels {
		margin-bottom: 8vw;
	}

	.footer .hotels__logo {
		margin-bottom: 10.667vw;
		width: 39.467vw;
	}

	.footer .hotels__content {
		margin-bottom: 8vw;
	}

	.footer .hotels__content--name {
		margin-bottom: 2.667vw;
		font-size: 5.333vw;
	}

	.footer .hotels__content--detail {
		font-size: 4vw;
	}

	.footer .hotels__sns {
		margin-bottom: 8vw;
	}

	.footer .hotels__sns--item {
		margin: 0 8vw;
		width: 11.733vw;
	}

	.footer .hotels__map {
		width: 100%;
	}

	.footer .hotels__map iframe {
		height: 49.067vw;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	line-height: 1;
	font-size: min(1.6rem, 1.171vw);
	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: min(1.1rem, 0.805vw);
	text-align: center;
}

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