:root {
	--bp-spm: 440px;
}

:root {
	--bp-sp: 767px;
}

:root {
	--bp-portrait: 1100px;
}

:root {
	--bp-pc: 1160px;
}

:root {
	--bp-l2: 1200px;
}

:root {
	--bp-l3: 1300px;
}

/******************************************************************
foundation - base
******************************************************************/
:where(html) {
	-webkit-text-size-adjust: 100%;
}

:where(body) {
	margin: 0;
}

:where(button, input, optgroup, select, textarea) {
	font-size: 15px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	:where(button, input, optgroup, select, textarea) {
		font-size: 15px;
	}
}

:where(html) {
	scroll-behavior: smooth;
}

:where(body) {
	background-color: #f6f2ec;
	min-width: 375px;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	overflow-wrap: break-word;
	overflow-y: scroll;
	color: #222222;
	font-size: 15px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	:where(body) {
		font-size: 15px;
	}
}
@media print {
	:where(body) {
		width: 1100px;
		zoom: 0.8;
	}
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, figure) {
	margin: 0;
	padding: 0;
}

:where(li) {
	list-style: none;
}

:where(table) {
	border-collapse: collapse;
	border-spacing: 0;
}

:where(iframe) {
	border: 0;
}

:where(button) {
	font-family: inherit;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	appearance: none;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	:where(button):hover {
		text-decoration: none;
		color: inherit;
	}
}
:where(button):focus {
	text-decoration: none;
	color: inherit;
}
:where(button) {
	outline-color: #999999;
}

:where(input, select) {
	outline-color: #999999;
}

:where(em) {
	font-style: normal;
	font-weight: bold;
}

:where(fieldset) {
	border: 0;
	padding: 0;
	margin: 0;
}

:where(address) {
	font-style: normal;
}

:where(a) {
	color: #aa0e2a;
	text-decoration: underline;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.1em;
	outline-color: #999999;
}
@media (any-hover: hover) {
	:where(a):hover {
		text-decoration: underline;
		color: #db0c27;
	}
}
:where(a):focus {
	text-decoration: underline;
	color: #db0c27;
}

:where(img) {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

:where(svg) {
	vertical-align: middle;
}

:where(hr) {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dddddd;
}

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper {
	width: 100%;
	overflow: clip;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}
.l-wrapper main {
	flex-grow: 1;
}

/******************************************************************
layout - header-fixed
******************************************************************/
html:has(.l-header-fixed) {
	scroll-padding-top: var(--header-height);
}

@media screen and (max-width: 1100px) {
	body:has(.l-header-fixed) {
		padding-top: var(--header-height);
	}
}

@media screen and (max-width: 1100px) {
	body:has(.l-header-fixed) .l-wrapper {
		min-height: calc(100dvh - var(--header-height));
	}
}

.l-header-fixed {
	position: relative;
	z-index: 120;
}
.l-header-fixed__inner[data-header-fixed=true] {
	position: fixed;
	top: 0;
	width: 100%;
}
@media print {
	.l-header-fixed__inner[data-header-fixed=true] {
		position: relative;
	}
}
@media print, screen and (min-width: 1101px) {
	.l-header-fixed__inner, .l-header-fixed__inner[data-header-fixed=true] {
		position: fixed;
		width: fit-content;
		right: 0;
	}
}

/******************************************************************
layout - header
******************************************************************/
:root {
	--header-height: 0;
}

.l-header__transform {
	flex-grow: 1;
	display: flex;
	background-color: #fff;
	transition-property: transform;
	transition-duration: 0.4s;
	transform: translateY(-100%);
}
.l-header__transform.is-show {
	transform: translateY(0);
}
.l-header__body-landscape {
	display: flex;
}
@media screen and (max-width: 1100px) {
	.l-header__body-landscape {
		display: none;
	}
}
.l-header__nav {
	display: flex;
	margin-right: 50px;
}
@media screen and (max-width: 1160px) {
	.l-header__nav {
		margin-right: 4.3103448276vw;
	}
}
@media screen and (max-width: 1100px) {
	.l-header__nav {
		display: none;
	}
}
.l-header__head {
	flex-grow: 1;
	max-width: 30%;
	align-self: center;
	padding: 0 25px;
}
@media screen and (max-width: 1100px) {
	.l-header__head {
		margin-right: auto;
		padding: 9px 15px;
	}
}
.l-header__logo {
	font-size: 15px;
}
.l-header__logo img {
	max-width: 100%;
	width: 40px;
}
@media screen and (max-width: 1100px) {
	.l-header__logo img {
		width: 91px;
	}
}
.l-header__body-portrait {
	display: none;
}
@media screen and (max-width: 1100px) {
	.l-header__body-portrait {
		background-color: #fff;
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}
}
.l-header__members img {
	width: 75px;
}
.l-header__nav-portrait {
	display: none;
}
@media screen and (max-width: 1100px) {
	.l-header__nav-portrait {
		display: block;
	}
}
.l-header__nav-portrait {
	background-color: #646464;
	color: #fff;
}
.l-header__nav-portrait-inner {
	display: flex;
	align-items: center;
}
.l-header__nav-portrait-head {
	flex-grow: 1;
	padding: 14px 6px 14px 20px;
	font-size: 13px;
}
.l-header__nav-portrait-head a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header__nav-portrait-head a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header__nav-portrait-head a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header__nav-portrait-head--restaurant {
	padding: 0 6px 0 20px;
}
.l-header__nav-portrait-head--restaurant a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header__nav-portrait-head--restaurant a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header__nav-portrait-head--restaurant a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header__nav-portrait-head--restaurant a {
	display: flex;
	align-items: center;
}
.l-header__nav-portrait-head--restaurant a span {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100vw;
	width: 2.1em;
	aspect-ratio: 1/1;
	margin-right: 0.8em;
}

/******************************************************************
layout - header-pc
******************************************************************/
.l-header-pc {
	background-color: #fff;
}
@media screen and (max-width: 1100px) {
	.l-header-pc {
		display: none;
	}
}
.l-header-pc__content {
	display: flex;
	padding-right: 270px;
}
.l-header-pc__head {
	flex-shrink: 0;
	flex-grow: 1;
	align-self: center;
	padding: 20px 0 20px 25px;
}
.l-header-pc__logo {
	font-size: 15px;
}
.l-header-pc__logo img {
	max-width: 100%;
	width: 174px;
}
@media print, screen and (max-width: 1300px) {
	.l-header-pc__logo img {
		width: 13.3846153846vw;
	}
}
.l-header-pc__body {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.l-header-pc__subnav {
	height: 60px;
	display: flex;
	gap: 20px;
	align-items: center;
	padding-right: 30px;
}
.l-header-pc__nav {
	height: 60px;
	display: flex;
	margin-right: -20px;
}
@media print, screen and (max-width: 1300px) {
	.l-header-pc__nav {
		margin-right: -10px;
	}
}
.l-header-pc__members img {
	width: 96px;
}
.l-header-pc__members {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-pc__members:hover {
		opacity: 0.6;
	}
}
.l-header-pc__members:focus {
	opacity: 0.6;
}

/******************************************************************
layout - subheader
******************************************************************/
.l-subheader {
	z-index: 119;
	position: fixed;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	transition-property: transform;
	transition-duration: 0.4s;
	transform: translateY(-100%);
	pointer-events: none;
}
.l-subheader.is-show {
	transform: translateY(0);
	pointer-events: initial;
}
@media screen and (max-width: 1100px) {
	.l-subheader {
		display: none;
	}
}
.l-subheader__content {
	height: 60px;
	display: flex;
	padding-right: 270px;
}
@media print, screen and (max-width: 1300px) {
	.l-subheader__content {
		padding-right: 240px;
	}
}
.l-subheader__head {
	flex-grow: 1;
	align-self: center;
	padding: 0 25px;
}
.l-subheader__logo {
	font-size: 15px;
}
.l-subheader__logo img {
	max-width: 100%;
	width: 40px;
}
.l-subheader__nav {
	display: flex;
	margin-right: 50px;
}

/******************************************************************
layout - header-navbar
******************************************************************/
.l-header-navbar {
	display: flex;
}
.l-header-navbar__inner {
	display: flex;
	align-items: flex-end;
}
.l-header-navbar__inner > li {
	flex-grow: 1;
}
.l-header-navbar__inner > li > a,
.l-header-navbar__inner > li > button {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 18px;
}
@media print, screen and (max-width: 1300px) {
	.l-header-navbar__inner > li > a,
	.l-header-navbar__inner > li > button {
		padding: 20px 10px;
	}
}
@media print, screen and (max-width: 1200px) {
	.l-header-navbar__inner > li > a,
	.l-header-navbar__inner > li > button {
		font-size: 14px;
	}
}
.l-header-navbar__inner > li > a,
.l-header-navbar__inner > li > button {
	position: relative;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar__inner > li > a:hover,
	.l-header-navbar__inner > li > button:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar__inner > li > a:focus,
.l-header-navbar__inner > li > button:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar__inner > li > a,
.l-header-navbar__inner > li > button {
	transition-property: color;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar__inner > li > a:hover,
	.l-header-navbar__inner > li > button:hover {
		color: #aa0e2a;
	}
}
.l-header-navbar__inner > li > a:focus,
.l-header-navbar__inner > li > button:focus {
	color: #aa0e2a;
}
.l-header-navbar__inner > li > a[aria-current=true], .l-header-navbar__inner > li > a[aria-current=page],
.l-header-navbar__inner > li > button[aria-current=true],
.l-header-navbar__inner > li > button[aria-current=page] {
	color: #aa0e2a;
}
.l-header-navbar__inner > li > a[aria-current=true] span, .l-header-navbar__inner > li > a[aria-current=page] span,
.l-header-navbar__inner > li > button[aria-current=true] span,
.l-header-navbar__inner > li > button[aria-current=page] span {
	position: relative;
}
.l-header-navbar__inner > li > a[aria-current=true] span::after, .l-header-navbar__inner > li > a[aria-current=page] span::after,
.l-header-navbar__inner > li > button[aria-current=true] span::after,
.l-header-navbar__inner > li > button[aria-current=page] span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #aa0e2a;
}
.l-header-navbar__inner > li:hover .l-header-navbar__box {
	z-index: 111;
}
.l-header-navbar__box {
	inset-inline: 0;
	background-color: #646464;
	color: #fff;
	font-size: 13px;
}
.l-header-navbar__box-inner {
	display: flex;
}
.l-header-navbar__box-inner p {
	padding-left: 30px;
	display: flex;
	align-items: center;
}
.l-header-navbar__box-inner p a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar__box-inner p a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar__box-inner p a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar__box-inner p a {
	display: flex;
	align-items: center;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar__box-inner p a:hover {
		opacity: 0.6;
	}
}
.l-header-navbar__box-inner p a:focus {
	opacity: 0.6;
}
.l-header-navbar__box-inner p a span {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 100vw;
	width: 2.1em;
	aspect-ratio: 1/1;
	margin-right: 0.8em;
}
.l-header-navbar__box-inner ul {
	padding: 15px 30px;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5em 1.6em;
}
.l-header-navbar__box-inner ul a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar__box-inner ul a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar__box-inner ul a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar__box-inner ul a[aria-current=true] {
	position: relative;
}
.l-header-navbar__box-inner ul a[aria-current=true]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0.2em;
	width: 1.6em;
	border-top: 1px solid #fff;
}
.l-header-navbar__box-inner ul a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar__box-inner ul a:hover {
		opacity: 0.6;
	}
}
.l-header-navbar__box-inner ul a:focus {
	opacity: 0.6;
}

/******************************************************************
layout - header-navbar-nav
******************************************************************/
.l-header-navbar-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
	margin-right: -40px;
}
.l-header-navbar-nav > li {
	width: calc(33.3333333333% - 40px);
}
.l-header-navbar-nav > li:first-child {
	width: calc(100% - 40px);
}
.l-header-navbar-nav > li:nth-child(3n+2) {
	width: calc(28% - 40px);
}
.l-header-navbar-nav > li:nth-child(3n+3) {
	width: calc(38% - 40px);
}
.l-header-navbar-nav > li:nth-child(3n+4) {
	width: calc(34% - 40px);
}
.l-header-navbar-nav > li .l-header-navbar-nav__title {
	margin-bottom: 0.8em;
	font-weight: bold;
	font-size: 18px;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a {
	display: inline-block;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a[aria-current=true] {
	position: relative;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a[aria-current=true]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -4px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #fff;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li .l-header-navbar-nav__title a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li .l-header-navbar-nav__title a:hover {
		opacity: 0.6;
	}
}
.l-header-navbar-nav > li .l-header-navbar-nav__title a:focus {
	opacity: 0.6;
}
.l-header-navbar-nav > li .l-header-navbar-nav__title + .l-header-navbar-nav__subtitle {
	margin-top: 40px;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle {
	margin-bottom: 0.4em;
	font-size: 15px;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a {
	display: inline-block;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a[aria-current=true] {
	position: relative;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a[aria-current=true]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #fff;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a:hover {
		opacity: 0.6;
	}
}
.l-header-navbar-nav > li .l-header-navbar-nav__subtitle a:focus {
	opacity: 0.6;
}
.l-header-navbar-nav > li > ul > *:not(:last-child) {
	margin-bottom: 0.5em;
}
.l-header-navbar-nav > li > ul > li a {
	display: inline-block;
}
.l-header-navbar-nav > li > ul > li a[aria-current=true] {
	position: relative;
}
.l-header-navbar-nav > li > ul > li a[aria-current=true]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #fff;
}
.l-header-navbar-nav > li > ul > li a {
	font-size: 14px;
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li > ul > li a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-navbar-nav > li > ul > li a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-navbar-nav > li > ul > li a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-navbar-nav > li > ul > li a:hover {
		opacity: 1;
	}
}
.l-header-navbar-nav > li > ul > li a:focus {
	opacity: 1;
}
.l-header-navbar-nav > li > ul.l-header-navbar-nav__small > li a {
	font-size: 13px;
}

/******************************************************************
layout - header-dropdown
******************************************************************/
body:has(.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown > [aria-hidden=false]) {
	overflow: hidden;
}

@media print, screen and (min-width: 1101px) {
	body:has(.l-header-fixed--portrait-over .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
@media screen and (max-width: 1100px) {
	body:has(.l-header-fixed--portrait .l-header-dropdown > [aria-hidden=false]) {
		overflow: hidden;
	}
}
.l-header-dropdown__button--text {
	white-space: nowrap;
	gap: 8px;
	padding: 14px 12px;
	line-height: 1;
}
.l-header-dropdown__button--text .l-header-dropdown__button-label {
	display: inline-block;
	padding-right: 20px;
	font-size: 11px;
	position: relative;
}
.l-header-dropdown__button--text .l-header-dropdown__button-label::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-header-dropdown__button--text .l-header-dropdown__button-label::after {
	top: 0;
	bottom: 0;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateX(-1.6568542495px) translateY(-1.6568542495px) rotate(135deg);
}
.l-header-dropdown__button--text[aria-expanded=true] .l-header-dropdown__button-label {
	position: relative;
}
.l-header-dropdown__button--text[aria-expanded=true] .l-header-dropdown__button-label::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-header-dropdown__button--text[aria-expanded=true] .l-header-dropdown__button-label::after {
	top: 0;
	bottom: 0;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateX(-1.6568542495px) translateY(1.6568542495px) rotate(-45deg);
}
.l-header-dropdown__body {
	display: none;
	position: absolute;
	inset-inline: 0;
	top: var(--header-height);
	z-index: 110;
	max-height: calc(100dvh - var(--header-height));
	overflow-y: auto;
	scroll-behavior: smooth;
	overscroll-behavior: contain;
	background-color: #646464;
	color: #fff;
}
.l-header-dropdown__body-inner {
	max-width: 500px;
	margin-inline: auto;
}
.l-header-dropdown__body-inner > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body-inner nav > *:not(:last-child) {
	margin-bottom: 2rem;
}
.l-header-dropdown__body > * {
	transition-property: opacity, transform;
	transition-duration: 0.6s;
	transition-delay: 0.2s;
	opacity: 0;
}
.l-header-dropdown__body[aria-hidden=false] > * {
	opacity: 1;
}

.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	position: fixed;
	z-index: 109;
	inset-inline: 0;
	background-color: rgba(0, 0, 0, 0.7);
	top: var(--header-height);
	transition: opacity 0.4s, height 0s 0.4s;
	opacity: 0;
	height: 0;
}
.l-header-fixed:not(.l-header-fixed--portrait-over):not(.l-header-fixed--portrait) .l-header-dropdown:has(> [aria-hidden=false])::after {
	transition: opacity 0.4s, height 0s 0s;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	opacity: 1;
	height: 100vh;
	height: 100dvh;
}

@media screen and (max-width: 1100px) {
	.l-header-fixed--portrait .l-header-dropdown::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		position: fixed;
		z-index: 109;
		inset-inline: 0;
		background-color: rgba(0, 0, 0, 0.7);
		top: var(--header-height);
		transition: opacity 0.4s, height 0s 0.4s;
		opacity: 0;
		height: 0;
	}
	.l-header-fixed--portrait .l-header-dropdown:has(> [aria-hidden=false])::after {
		transition: opacity 0.4s, height 0s 0s;
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px);
		opacity: 1;
		height: 100vh;
		height: 100dvh;
	}
}
/******************************************************************
layout - header-dropdown-nav
******************************************************************/
.l-header-dropdown-nav > li > a:not([role=button]), .l-header-dropdown-nav > li > button,
.l-header-dropdown-nav > li > a[role=button] {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 1em 20px 1em 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > a:hover:not([role=button]), .l-header-dropdown-nav > li > button:hover,
	.l-header-dropdown-nav > li > a[role=button]:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-dropdown-nav > li > a:focus:not([role=button]), .l-header-dropdown-nav > li > button:focus,
.l-header-dropdown-nav > li > a[role=button]:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-dropdown-nav > li > button,
.l-header-dropdown-nav > li > a[role=button] {
	position: relative;
}
.l-header-dropdown-nav > li > button::before, .l-header-dropdown-nav > li > button::after,
.l-header-dropdown-nav > li > a[role=button]::before,
.l-header-dropdown-nav > li > a[role=button]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.l-header-dropdown-nav > li > button::before,
.l-header-dropdown-nav > li > a[role=button]::before {
	background-color: #fff;
	width: 10px;
	height: 2px;
	top: 0;
	bottom: 0;
	right: 0;
}
.l-header-dropdown-nav > li > button::after,
.l-header-dropdown-nav > li > a[role=button]::after {
	background-color: #fff;
	width: 2px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 4px;
}
.l-header-dropdown-nav > li > button[aria-expanded=true]:after,
.l-header-dropdown-nav > li > a[role=button][aria-expanded=true]:after {
	height: 0;
}
.l-header-dropdown-nav > li > a:not([role=button]) {
	position: relative;
}
.l-header-dropdown-nav > li > a:not([role=button])::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-header-dropdown-nav > li > a:not([role=button])::after {
	top: 0;
	bottom: 0;
	right: 2px;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-1.6568542495px) rotate(45deg);
}
.l-header-dropdown-nav > li > ul {
	display: none;
}
.l-header-dropdown-nav > li > ul li:last-child {
	padding-bottom: 0.75em;
}
.l-header-dropdown-nav > li > ul li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0.4em 0;
	font-size: 14px;
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li > ul li a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-dropdown-nav > li > ul li a:focus {
	text-decoration: none;
	color: inherit;
}
.l-header-dropdown-nav > li + li.l-header-dropdown-nav__sub {
	margin-top: 40px;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__sub + li.l-header-dropdown-nav__sub {
	margin-top: 0;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__sub a:not([role=button]) {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-weight: normal;
	padding: 0.4em 0;
	font-size: 15px;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li.l-header-dropdown-nav__sub a:not([role=button]):hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__sub a:not([role=button]):focus {
	text-decoration: none;
	color: inherit;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__sub a:not([role=button])::after {
	content: initial;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__sub + li.l-header-dropdown-nav__small {
	margin-top: 40px;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__small a:not([role=button]) {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-weight: normal;
	padding: 0.4em 0;
	font-size: 14px;
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-dropdown-nav > li.l-header-dropdown-nav__small a:not([role=button]):hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__small a:not([role=button]):focus {
	text-decoration: none;
	color: inherit;
}
.l-header-dropdown-nav > li.l-header-dropdown-nav__small a:not([role=button])::after {
	content: initial;
}

/******************************************************************
layout - header-menu
******************************************************************/
@media screen and (max-width: 1100px) {
	.l-header-menu a {
		box-sizing: border-box;
		display: block;
		border-top: 1px solid #585858;
		padding: 14px 20px;
		font-size: 13px;
		color: inherit;
		text-decoration: none;
	}
}
@media screen and (max-width: 1100px) and (any-hover: hover) {
	.l-header-menu a:hover {
		text-decoration: none;
		color: inherit;
	}
}
@media screen and (max-width: 1100px) {
	.l-header-menu a:focus {
		text-decoration: none;
		color: inherit;
	}
	.l-header-menu a[aria-current=true] span, .l-header-menu a[aria-current=page] span {
		position: relative;
	}
	.l-header-menu a[aria-current=true] span::after, .l-header-menu a[aria-current=page] span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		bottom: -3px;
		left: 0;
		width: 1.2em;
		border-top: 1px solid #fff;
	}
}

/******************************************************************
layout - header-lang-pulldown
******************************************************************/
.l-header-lang-pulldown {
	position: relative;
}
.l-header-lang-pulldown__button {
	display: flex;
	align-items: center;
	gap: 0.35em;
	line-height: 1;
	font-size: 12px;
}
@media screen and (max-width: 1100px) {
	.l-header-lang-pulldown__button {
		flex-direction: column;
		font-size: 9px;
	}
}
.l-header-lang-pulldown__button {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-lang-pulldown__button:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-header-lang-pulldown__button:focus {
	text-decoration: none;
	color: inherit;
}
@media (any-hover: hover) {
	.l-header-lang-pulldown__button:hover {
		text-decoration: underline;
	}
}
.l-header-lang-pulldown__button:focus {
	text-decoration: underline;
}
.l-header-lang-pulldown__button svg, .l-header-lang-pulldown__button img {
	width: 18px;
	margin-top: 0.15em;
}
.l-header-lang-pulldown__menu {
	margin-top: 20px;
	display: none;
	position: absolute;
	z-index: 120;
	right: -1em;
}
@media screen and (max-width: 1100px) {
	.l-header-lang-pulldown__menu {
		right: -27px;
	}
}
.l-header-lang-pulldown__menu ul {
	background-color: #787878;
	border-radius: 5px;
	position: relative;
}
.l-header-lang-pulldown__menu ul::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10.2px;
	height: 6px;
	border-color: #787878;
	border-style: solid;
	border-top-width: 0;
	border-right: 5.1px solid transparent !important;
	border-bottom-width: 6px;
	border-left: 5.1px solid transparent !important;
	top: -6px;
	right: 43px;
}
.l-header-lang-pulldown__menu li:not(:last-child) {
	border-bottom: 1px solid #646464;
}
.l-header-lang-pulldown__menu li:first-child a {
	border-radius: 5px 5px 0 0;
}
.l-header-lang-pulldown__menu li:last-child a {
	border-radius: 0 0 5px 5px;
}
.l-header-lang-pulldown__menu a {
	display: block;
	white-space: nowrap;
	padding: 0.6em 1.2em;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-lang-pulldown__menu a:hover {
		text-decoration: none;
		color: #fff;
	}
}
.l-header-lang-pulldown__menu a:focus {
	text-decoration: none;
	color: #fff;
}
.l-header-lang-pulldown__menu a {
	transition-property: background;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-lang-pulldown__menu a:hover {
		background-color: #636363;
	}
}
.l-header-lang-pulldown__menu a:focus {
	background-color: #636363;
}

/******************************************************************
layout - header-sns
******************************************************************/
.l-header-sns {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.l-header-sns {
		margin-top: 50px;
	}
}
.l-header-sns {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.l-header-sns {
		gap: 20px;
		justify-content: flex-start;
	}
}
.l-header-sns li a {
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-header-sns li a:hover {
		text-decoration: none;
		color: #fff;
	}
}
.l-header-sns li a:focus {
	text-decoration: none;
	color: #fff;
}
.l-header-sns li a {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 0.8em;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-header-sns li a:hover {
		opacity: 0.6;
	}
}
.l-header-sns li a:focus {
	opacity: 0.6;
}
.l-header-sns li a img {
	filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
	.l-header-sns li a span {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		overflow: hidden;
		padding: 0;
		clip: rect(0, 0, 0, 0);
	}
}
/******************************************************************
layout - emergency
******************************************************************/
.l-emergency {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-emergency {
		padding-inline: 20px;
	}
}
.l-main-2column .l-emergency, .l-main-3column .l-emergency {
	padding-inline: 0 !important;
}

.l-emergency {
	margin-block: 40px;
}
@media screen and (max-width: 767px) {
	.l-emergency {
		margin-block: 30px;
	}
}
.l-emergency__inner {
	background-color: #fff;
	border-radius: 10px;
}
.l-emergency p {
	color: #aa0e2a;
	font-weight: bold;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.l-emergency p {
		font-size: 15px;
	}
}
.l-emergency p > * {
	display: block;
	padding: 1.25rem 40px;
}
@media screen and (max-width: 767px) {
	.l-emergency p > * {
		padding: 0.9375rem 35px 0.9375rem 0.9375rem;
	}
}
.l-emergency p a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-emergency p a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-emergency p a:focus {
	text-decoration: none;
	color: inherit;
}
.l-emergency p a {
	position: relative;
}
.l-emergency p a::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-emergency p a::after {
	top: 0;
	bottom: 0;
	right: 20px;
	transform-origin: center center;
	border-top: 2px solid #aa0e2a;
	border-right: 2px solid #aa0e2a;
	transform: translateX(-1.4497474683px) rotate(45deg);
}
.l-emergency p a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-emergency p a:hover {
		opacity: 0.6;
	}
}
.l-emergency p a:focus {
	opacity: 0.6;
}
.l-emergency p span {
	display: block;
	width: fit-content;
	margin-inline: auto;
}

/******************************************************************
layout - visual
******************************************************************/
.l-visual {
	position: relative;
	background: var(--bg) center center/cover no-repeat;
	--bg-sp: var(--bg);
}
@media screen and (max-width: 1100px) {
	.l-visual {
		background-image: var(--bg-sp);
	}
}
.l-visual {
	position: relative;
}
.l-visual::after {
	z-index: 1;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
	.l-visual::after {
		width: 100%;
	}
}
.l-visual > img {
	width: 100%;
}
.l-visual__inner--top > * {
	padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
	.l-visual__inner--top > * {
		padding-bottom: 54px;
	}
}
.l-visual__inner {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-visual__inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-visual__inner, .l-main-3column .l-visual__inner {
	padding-inline: 0 !important;
}

.l-visual__inner {
	padding-inline: 52.5px;
}
@media screen and (max-width: 767px) {
	.l-visual__inner {
		padding-inline: 20px;
	}
}
.l-visual__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.l-visual__inner > *:not(:last-child) {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.l-visual__inner > *:not(:last-child) {
		margin-bottom: 30px;
	}
}
.l-visual:has(img) .l-visual__inner, .l-visual:has(.c-swiper-visual) .l-visual__inner, .l-visual:has(.c-youtube) .l-visual__inner, .l-visual:has(.c-video) .l-visual__inner {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	height: 100%;
	width: calc(100% - 52.5px - 52.5px);
}
@media screen and (max-width: 767px) {
	.l-visual:has(img) .l-visual__inner, .l-visual:has(.c-swiper-visual) .l-visual__inner, .l-visual:has(.c-youtube) .l-visual__inner, .l-visual:has(.c-video) .l-visual__inner {
		width: calc(100% - 20px - 20px);
	}
}
.l-visual:not(:has(img)) .l-visual__inner {
	max-height: 700px;
	height: 39vw;
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.l-visual:not(:has(img)) .l-visual__inner {
		min-height: 95vw;
	}
}
/******************************************************************
layout - breadcrumb
******************************************************************/
.l-breadcrumb {
	background-color: #f0eae0;
}
.l-breadcrumb ol {
	padding-block: 20px;
	padding-inline: 30px;
	padding-left: 52px;
}
@media screen and (max-width: 767px) {
	.l-breadcrumb ol {
		padding-inline: 20px;
		padding-left: 42px;
	}
}
.l-breadcrumb ol {
	position: relative;
}
.l-breadcrumb ol::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 24px;
	left: 30px;
	width: 14px;
	height: 14px;
}
@media screen and (max-width: 767px) {
	.l-breadcrumb ol::after {
		left: 20px;
	}
}
.l-breadcrumb ol::after {
	background: url(../img/icn-home.svg) left center/14px auto no-repeat;
}
.l-breadcrumb ol li {
	display: inline;
	position: relative;
}
.l-breadcrumb ol li:not(:first-child) {
	margin-left: 0.5em;
}
.l-breadcrumb ol li:not(:last-child)::after {
	content: ">";
	padding-left: 0.75em;
}
.l-breadcrumb ol li {
	font-size: 13px;
}
@media screen and (max-width: 767px) {
	.l-breadcrumb ol li {
		font-size: 12px;
	}
}
.l-breadcrumb ol li a {
	color: inherit;
}
@media (any-hover: hover) {
	.l-breadcrumb ol li a:hover {
		color: #db0c27;
	}
}
.l-breadcrumb ol li a:focus {
	color: #db0c27;
}

/******************************************************************
layout - bottom-fixed
******************************************************************/
@media screen and (max-width: 1100px) {
	body:not(:has(.c-section--booknow)) .l-bottom-fixed__btn {
		--bottom: 60px!important;
	}
}

.l-bottom-fixed__btn {
	display: none;
	--bottom: 0;
}
@media screen and (max-width: 1100px) {
	.l-bottom-fixed__btn {
		--bottom: 60px;
	}
}
.l-bottom-fixed__btn {
	z-index: 90;
	position: fixed;
	right: 0;
	bottom: var(--bottom);
	margin: 15px;
	width: 350px;
}
@media screen and (max-width: 1100px) {
	.l-bottom-fixed__btn {
		margin: 5px;
		width: calc(100% - 10px);
	}
}
.l-bottom-fixed__btn {
	transition-property: bottom;
	transition-duration: 0.4s;
}
.l-bottom-fixed__btn a {
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	background-color: rgba(34, 34, 34, 0.9);
	font-size: 13px;
	padding: 0.75em;
	color: #ccc;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-bottom-fixed__btn a:hover {
		text-decoration: none;
		color: #ccc;
	}
}
.l-bottom-fixed__btn a:focus {
	text-decoration: none;
	color: #ccc;
}
.l-bottom-fixed__btn a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-bottom-fixed__btn a:hover {
		opacity: 0.7;
	}
}
.l-bottom-fixed__btn a:focus {
	opacity: 0.7;
}
.l-bottom-fixed__btn a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.l-bottom-fixed__img {
	flex-shrink: 0;
	width: 50px;
}
@media screen and (max-width: 1100px) {
	.l-bottom-fixed__img {
		width: 40px;
	}
}
.l-bottom-fixed__text {
	flex-grow: 1;
}
.l-bottom-fixed__close {
	position: absolute;
	top: -8px;
}
@media print, screen and (min-width: 1101px) {
	.l-bottom-fixed__close {
		left: -4px;
	}
}
@media screen and (max-width: 1100px) {
	.l-bottom-fixed__close {
		right: -4px;
	}
}
.l-bottom-fixed__close {
	display: inline-block;
	border-radius: 100vw;
	aspect-ratio: 1/1;
	line-height: 0;
	padding: 4px;
	background-color: #aa0e2a;
	border: 1px solid #fff;
	box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.8);
	transition-property: background;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-bottom-fixed__close:hover {
		background-color: #ccc;
	}
}
.l-bottom-fixed__close:focus {
	background-color: #ccc;
}
.l-bottom-fixed__close > span {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
}
.l-bottom-fixed__close > span::before, .l-bottom-fixed__close > span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.l-bottom-fixed__close > span::before {
	background-color: #fff;
	width: 9.313708499px;
	height: 2px;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.l-bottom-fixed__close > span::after {
	background-color: #fff;
	width: 9.313708499px;
	height: 2px;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/******************************************************************
layout - bottom-fixed-booking
******************************************************************/
@media print, screen and (min-width: 1101px) {
	.l-bottom-fixed-booking {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.l-bottom-fixed-booking__btn {
		display: none;
		z-index: 90;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
	}
}

/******************************************************************
layout - pagetop
******************************************************************/
@media print {
	.l-pagetop {
		display: none !important;
	}
}
.l-pagetop__btn {
	position: absolute !important;
	transition-property: transform, background;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.3, 1.6, 0.8, 1);
	display: block;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
}
@media screen and (max-width: 767px) {
	.l-pagetop__btn {
		bottom: 30px;
		right: 15px;
	}
}
.l-pagetop__btn {
	position: relative;
}
.l-pagetop__btn::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.l-pagetop__btn::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateY(1.6568542495px) rotate(45deg);
}
.l-pagetop__btn {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #aa0e2a;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-pagetop__btn:hover {
		opacity: 0.7;
	}
}
.l-pagetop__btn:focus {
	opacity: 0.7;
}

/******************************************************************
layout - footer
******************************************************************/
.l-footer__hotels {
	background: #362d2c var(--bg) center center/cover no-repeat;
	--bg-sp: var(--bg);
}
@media screen and (max-width: 767px) {
	.l-footer__hotels {
		background: #362d2c var(--bg-sp) center top/100% no-repeat;
		background-image: var(--bg-sp);
	}
}
.l-footer__hotels {
	position: relative;
}
.l-footer__hotels::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
	.l-footer__hotels::after {
		width: 100%;
	}
}
.l-footer__hotels-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-footer__hotels-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-footer__hotels-inner, .l-main-3column .l-footer__hotels-inner {
	padding-inline: 0 !important;
}

@media print, screen and (min-width: 768px) {
	.l-footer__hotels-inner {
		aspect-ratio: 1280/600;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__hotels-inner {
		padding-block: 85vw 60px;
	}
}
.l-footer__hotels-copy {
	margin-top: 20px;
	line-height: 1.8;
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.l-footer__hotels-copy {
		font-size: 15px;
	}
}
.l-footer__hotels .c-button-list {
	margin-top: 30px;
}
.l-footer__content {
	position: relative;
	background-color: #fff;
}
.l-footer__content-inner {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-footer__content-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-footer__content-inner, .l-main-3column .l-footer__content-inner {
	padding-inline: 0 !important;
}

@media screen and (max-width: 767px) {
	.l-footer__content-inner {
		padding-inline: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.l-footer__content-inner {
		display: flex;
	}
}
.l-footer__head {
	padding: 50px 60px 50px 0;
}
@media screen and (max-width: 1160px) {
	.l-footer__head {
		padding: 50px 5.1724137931vw 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__head {
		padding: 30px 20px;
	}
}
.l-footer__head > *:not(:last-child) {
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.l-footer__head > *:not(:last-child) {
		margin-bottom: 1rem;
	}
}
@media print, screen and (min-width: 768px) {
	.l-footer__head {
		flex-shrink: 0;
	}
}
.l-footer__logo img {
	width: 228px;
}
@media screen and (max-width: 767px) {
	.l-footer__logo img {
		width: 173px;
	}
}
.l-footer__address {
	line-height: 2;
	padding-left: 0.5em;
}
.l-footer__body {
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.l-footer__body::before {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		top: 0;
		left: 0;
		height: 100%;
		border-left: 1px solid #eeeeee;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__body::before {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		top: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #eeeeee;
	}
}
.l-footer__body {
	flex-grow: 1;
	padding: 50px 0 50px 60px;
}
@media screen and (max-width: 1160px) {
	.l-footer__body {
		padding: 50px 0 50px 5.1724137931vw;
	}
}
@media screen and (max-width: 767px) {
	.l-footer__body {
		padding: 40px 20px;
	}
}
.l-footer__body > *:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.l-footer__body > *:not(:last-child) {
		margin-bottom: 40px;
	}
}
.l-footer__title {
	font-weight: normal;
	font-size: 14px;
}
.l-footer__bottom {
	background-color: #222222;
	color: #fff;
}
.l-footer__bottom-inner {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.l-footer__bottom-inner {
		padding-inline: 20px;
	}
}
.l-main-2column .l-footer__bottom-inner, .l-main-3column .l-footer__bottom-inner {
	padding-inline: 0 !important;
}

.l-footer__bottom-inner {
	padding-block: 20px;
}
@media screen and (max-width: 1100px) {
	.l-footer__bottom-inner {
		padding-block: 30px;
	}
}
@media print, screen and (min-width: 1101px) {
	.l-footer__bottom-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 30px;
	}
}
@media screen and (max-width: 1100px) {
	.l-footer__bottom-inner > *:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1101px) {
	.l-footer__bottom-head {
		flex-shrink: 0;
	}
}
.l-footer__bottom-copy {
	color: #888888;
	white-space: nowrap;
	font-size: 12px;
	align-self: flex-end;
}

/******************************************************************
layout - footer-nav-list
******************************************************************/
.l-footer-nav-list {
	display: flex;
	gap: 40px 50px;
	flex-wrap: wrap;
}
/******************************************************************
layout - footer-menu
******************************************************************/
.l-footer-menu > *:not(:last-child) {
	margin-bottom: 0.6em;
}
.l-footer-menu a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-footer-menu a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-footer-menu a:focus {
	text-decoration: none;
	color: inherit;
}
.l-footer-menu a {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.l-footer-menu a {
		font-size: 14px;
	}
}
.l-footer-menu a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-footer-menu a:hover {
		opacity: 0.7;
	}
}
.l-footer-menu a:focus {
	opacity: 0.7;
}

.l-footer-menu2 > *:not(:last-child) {
	margin-bottom: 0.25em;
}
.l-footer-menu2 a {
	font-size: 13px;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-footer-menu2 a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-footer-menu2 a:focus {
	text-decoration: none;
	color: inherit;
}
.l-footer-menu2 a {
	transition-property: opacity;
	transition-duration: 0.4s;
	filter: brightness(0);
	opacity: 0.6;
}
@media (any-hover: hover) {
	.l-footer-menu2 a:hover {
		opacity: 1;
	}
}
.l-footer-menu2 a:focus {
	opacity: 1;
}

/******************************************************************
layout - footer-submenu
******************************************************************/
.l-footer-submenu + .l-footer-submenu {
	margin-top: 0.5em;
}

.l-footer-submenu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	font-size: 0.8rem;
}
.l-footer-submenu a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-footer-submenu a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-footer-submenu a:focus {
	text-decoration: none;
	color: inherit;
}
.l-footer-submenu a {
	transition-property: opacity;
	transition-duration: 0.4s;
	opacity: 0.6;
}
@media (any-hover: hover) {
	.l-footer-submenu a:hover {
		opacity: 1;
	}
}
.l-footer-submenu a:focus {
	opacity: 1;
}

/******************************************************************
layout - footer-sns-list
******************************************************************/
.l-footer-sns-list {
	display: flex;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 767px) {
	.l-footer-sns-list {
		gap: 20px;
	}
}
.l-footer-sns-list li a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.l-footer-sns-list li a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.l-footer-sns-list li a:focus {
	text-decoration: none;
	color: inherit;
}
.l-footer-sns-list li a {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 0.8em;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.l-footer-sns-list li a:hover {
		opacity: 0.6;
	}
}
.l-footer-sns-list li a:focus {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.l-footer-sns-list li a span {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		overflow: hidden;
		padding: 0;
		clip: rect(0, 0, 0, 0);
	}
}
/******************************************************************
component - section
******************************************************************/
.c-section {
	position: relative;
}
.c-section--offset-cut {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
}
.c-section--italic {
	clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
	padding-block: 10vw;
}
.c-section__fit {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit, .l-main-3column .c-section__fit {
	padding-inline: 0 !important;
}

.c-section__fit--slim {
	max-width: 750px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__fit--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__fit--slim, .l-main-3column .c-section__fit--slim {
	padding-inline: 0 !important;
}

.c-section__fit--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__top {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__top {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top, .l-main-3column .c-section__top {
	padding-inline: 0 !important;
}

.c-section__top {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.c-section__top {
		margin-top: 60px;
	}
}
.c-section__top--slim {
	max-width: 750px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__top--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__top--slim, .l-main-3column .c-section__top--slim {
	padding-inline: 0 !important;
}

.c-section__top--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__bottom {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom, .l-main-3column .c-section__bottom {
	padding-inline: 0 !important;
}

.c-section__bottom {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom {
		margin-bottom: 60px;
	}
}
.c-section__bottom--slim {
	max-width: 750px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__bottom--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__bottom--slim, .l-main-3column .c-section__bottom--slim {
	padding-inline: 0 !important;
}

.c-section__bottom--full {
	max-width: none;
	padding-inline: 0;
}
.c-section__vertical {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical, .l-main-3column .c-section__vertical {
	padding-inline: 0 !important;
}

.c-section__vertical {
	margin-block: 80px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical {
		margin-block: 60px;
	}
}
.c-section__vertical-slim {
	max-width: 750px;
}
.c-section__vertical--slim {
	max-width: 750px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-section__vertical--slim {
		padding-inline: 20px;
	}
}
.l-main-2column .c-section__vertical--slim, .l-main-3column .c-section__vertical--slim {
	padding-inline: 0 !important;
}

.c-section__vertical--full {
	max-width: none;
	padding-inline: 0;
}
.c-section--booknow {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	background: url(../img/bg-booknow.jpg) right top/cover no-repeat;
}
@media screen and (max-width: 767px) {
	.c-section--booknow {
		background: url(../img/bg-booknow-sp.jpg) center bottom/cover no-repeat;
	}
}
.c-section--booknow-top {
	position: relative;
	z-index: 2;
	margin-top: -130px;
}
@media screen and (max-width: 767px) {
	.c-section--booknow-top {
		margin-top: -54px;
	}
}
.c-section--outline-top {
	position: relative;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.c-section--outline-top {
		padding-bottom: 65vw;
	}
}
.c-section--outline-top::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	z-index: -2;
	background: url(../img/bg-outline-top-multilingual.svg) center center/100% auto no-repeat;
	aspect-ratio: 1645/1412;
	bottom: -20vw;
	right: -40vw;
	width: 125vw;
}
@media screen and (max-width: 767px) {
	.c-section--outline-top::before {
		background-image: url(../img/bg-outline-top-multilingual-sp.svg);
		bottom: -42vw;
		right: -105vw;
		width: 290vw;
	}
}
html[lang=ja] .c-section::before {
	background-image: url(../img/bg-outline-top.svg);
}
@media screen and (max-width: 767px) {
	html[lang=ja] .c-section::before {
		background-image: url(../img/bg-outline-top-sp.svg);
	}
}

.c-section--mice-list {
	padding-top: 0.1px;
	padding-bottom: 0.1px;
	position: relative;
}
.c-section--mice-list * {
	color: #fff !important;
}
.c-section--mice-list > * {
	position: relative;
	z-index: 2;
}
.c-section--mice-list {
	background: var(--bg) center center/cover no-repeat;
	--bg-sp: var(--bg);
}
@media screen and (max-width: 1100px) {
	.c-section--mice-list {
		background-image: var(--bg-sp);
	}
}
.c-section--mice-list {
	position: relative;
}
.c-section--mice-list::after {
	z-index: 1;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/******************************************************************
component - c-flexbox
******************************************************************/
.c-flexbox {
	display: flex;
	flex-wrap: wrap;
}
.c-flexbox > [class*=c-flexbox__item], .c-flexbox > .c-flexbox__item5col {
	position: relative;
	box-sizing: border-box;
}
.c-flexbox > [class*=c-flexbox__item]:has(> .c-button:first-child):has(> .c-button:last-child), .c-flexbox > .c-flexbox__item5col:has(> .c-button:first-child):has(> .c-button:last-child) {
	display: flex;
}
.c-flexbox > [class*=c-flexbox__item]:has(> .c-button-visual:first-child):has(> .c-button-visual:last-child), .c-flexbox > .c-flexbox__item5col:has(> .c-button-visual:first-child):has(> .c-button-visual:last-child) {
	display: flex;
}
.c-flexbox--facilities > [class*=c-flexbox__item] {
	display: flex;
	flex-direction: column;
}
.c-flexbox--facilities > [class*=c-flexbox__item] .c-button-list {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.c-flexbox--center {
	justify-content: center;
}
.c-flexbox--right {
	justify-content: flex-end;
}
.c-flexbox--bottom {
	align-items: flex-end;
}
.c-flexbox--vertical > [class*=c-flexbox__item], .c-flexbox--vertical > .c-flexbox__item5col {
	display: flex;
	align-items: center;
}
.c-flexbox {
	--flexbox-gap-y: 1rem;
	--flexbox-gap-x: 1rem;
	margin-right: calc(var(--flexbox-gap-x) * -1);
}
.c-flexbox--center {
	margin-right: calc(var(--flexbox-gap-x) * -0.5);
	margin-left: calc(var(--flexbox-gap-x) * -0.5);
}
.c-flexbox--right {
	margin-right: initial;
	margin-left: calc(var(--flexbox-gap-x) * -1);
}
.c-flexbox {
	gap: var(--flexbox-gap-y) var(--flexbox-gap-x);
}
.c-flexbox > .c-flexbox__item1 {
	width: calc(8.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item2 {
	width: calc(16.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item3 {
	width: calc(25% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item4 {
	width: calc(33.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item5 {
	width: calc(41.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item6 {
	width: calc(50% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item7 {
	width: calc(58.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item8 {
	width: calc(66.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item9 {
	width: calc(75% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item10 {
	width: calc(83.3333333333% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item11 {
	width: calc(91.6666666667% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item12 {
	width: calc(100% - var(--flexbox-gap-x));
}
.c-flexbox > .c-flexbox__item5col {
	width: calc(20% - var(--flexbox-gap-x));
}
@media screen and (max-width: 1160px) {
	.c-flexbox.pc-vw {
		--flexbox-gap-y: 1.3793103448vw;
		--flexbox-gap-x: 1.3793103448vw;
	}
}
.c-flexbox--2l {
	--flexbox-gap-y: 1.5rem;
	--flexbox-gap-x: 1.5rem;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--2l.pc-vw {
		--flexbox-gap-y: 2.0689655172vw;
		--flexbox-gap-x: 2.0689655172vw;
	}
}
.c-flexbox--2x {
	--flexbox-gap-y: 2rem;
	--flexbox-gap-x: 2rem;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--2x.pc-vw {
		--flexbox-gap-y: 2.7586206897vw;
		--flexbox-gap-x: 2.7586206897vw;
	}
}
.c-flexbox--3x {
	--flexbox-gap-y: 3rem;
	--flexbox-gap-x: 3rem;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--3x.pc-vw {
		--flexbox-gap-y: 4.1379310345vw;
		--flexbox-gap-x: 4.1379310345vw;
	}
}
.c-flexbox--0px {
	--flexbox-gap-y: 0px;
	--flexbox-gap-x: 0px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--0px.pc-vw {
		--flexbox-gap-y: 0;
		--flexbox-gap-x: 0;
	}
}
.c-flexbox--20px {
	--flexbox-gap-y: 20px;
	--flexbox-gap-x: 20px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--20px.pc-vw {
		--flexbox-gap-y: 1.724137931vw;
		--flexbox-gap-x: 1.724137931vw;
	}
}
.c-flexbox--40px {
	--flexbox-gap-y: 40px;
	--flexbox-gap-x: 40px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--40px.pc-vw {
		--flexbox-gap-y: 3.4482758621vw;
		--flexbox-gap-x: 3.4482758621vw;
	}
}
.c-flexbox--50px {
	--flexbox-gap-y: 50px;
	--flexbox-gap-x: 50px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--50px.pc-vw {
		--flexbox-gap-y: 4.3103448276vw;
		--flexbox-gap-x: 4.3103448276vw;
	}
}
.c-flexbox--60px {
	--flexbox-gap-y: 60px;
	--flexbox-gap-x: 60px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--60px.pc-vw {
		--flexbox-gap-y: 5.1724137931vw;
		--flexbox-gap-x: 5.1724137931vw;
	}
}
.c-flexbox--80px {
	--flexbox-gap-y: 80px;
	--flexbox-gap-x: 80px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--80px.pc-vw {
		--flexbox-gap-y: 6.8965517241vw;
		--flexbox-gap-x: 6.8965517241vw;
	}
}
.c-flexbox--rooms {
	--flexbox-gap-y: 30px;
	--flexbox-gap-x: 10px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--rooms.pc-vw {
		--flexbox-gap-y: 2.5862068966vw;
		--flexbox-gap-x: 0.8620689655vw;
	}
}
.c-flexbox--restaurants {
	--flexbox-gap-y: 30px;
	--flexbox-gap-x: 10px;
}

@media screen and (max-width: 1160px) {
	.c-flexbox--restaurants.pc-vw {
		--flexbox-gap-y: 2.5862068966vw;
		--flexbox-gap-x: 0.8620689655vw;
	}
}
@media screen and (max-width: 1160px) {
	.c-flexbox.pc-destroy {
		display: initial;
		flex-wrap: initial;
		margin-right: initial;
		margin-left: initial;
		gap: initial;
	}
	.c-flexbox.pc-destroy > * {
		position: initial;
		box-sizing: initial;
		width: initial;
	}
	.c-flexbox > .pc-item1 {
		width: calc(8.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item2 {
		width: calc(16.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item3 {
		width: calc(25% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item4 {
		width: calc(33.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item5 {
		width: calc(41.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item6 {
		width: calc(50% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item7 {
		width: calc(58.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item8 {
		width: calc(66.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item9 {
		width: calc(75% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item10 {
		width: calc(83.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item11 {
		width: calc(91.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item12 {
		width: calc(100% - var(--flexbox-gap-x));
	}
	.c-flexbox > .pc-item5col {
		width: calc(20% - var(--flexbox-gap-x));
	}
	.c-flexbox--2l {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox.pc-2l {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox--2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox.pc-2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox--3x {
		--flexbox-gap-y: 3rem;
		--flexbox-gap-x: 3rem;
	}
	.c-flexbox.pc-3x {
		--flexbox-gap-y: 3rem;
		--flexbox-gap-x: 3rem;
	}
	.c-flexbox--0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox.pc-0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox--20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox.pc-20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox--40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox.pc-40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox--50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox.pc-50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox--60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox.pc-60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox--80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox.pc-80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox--rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.pc-rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox--restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.pc-restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
}
@media screen and (max-width: 1100px) {
	.c-flexbox.portrait-destroy {
		display: initial;
		flex-wrap: initial;
		margin-right: initial;
		margin-left: initial;
		gap: initial;
	}
	.c-flexbox.portrait-destroy > * {
		position: initial;
		box-sizing: initial;
		width: initial;
	}
	.c-flexbox > .portrait-item1 {
		width: calc(8.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item2 {
		width: calc(16.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item3 {
		width: calc(25% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item4 {
		width: calc(33.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item5 {
		width: calc(41.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item6 {
		width: calc(50% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item7 {
		width: calc(58.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item8 {
		width: calc(66.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item9 {
		width: calc(75% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item10 {
		width: calc(83.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item11 {
		width: calc(91.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item12 {
		width: calc(100% - var(--flexbox-gap-x));
	}
	.c-flexbox > .portrait-item5col {
		width: calc(20% - var(--flexbox-gap-x));
	}
	.c-flexbox--2l {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox.portrait-2l {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox--2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox.portrait-2x {
		--flexbox-gap-y: 2rem;
		--flexbox-gap-x: 2rem;
	}
	.c-flexbox--3x {
		--flexbox-gap-y: 3rem;
		--flexbox-gap-x: 3rem;
	}
	.c-flexbox.portrait-3x {
		--flexbox-gap-y: 3rem;
		--flexbox-gap-x: 3rem;
	}
	.c-flexbox--0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox.portrait-0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox--20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox.portrait-20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox--40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox.portrait-40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox--50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox.portrait-50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox--60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox.portrait-60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox--80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox.portrait-80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox--rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.portrait-rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox--restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.portrait-restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
}
@media screen and (max-width: 767px) {
	.c-flexbox.sp-destroy {
		display: initial;
		flex-wrap: initial;
		margin-right: initial;
		margin-left: initial;
		gap: initial;
	}
	.c-flexbox.sp-destroy > * {
		position: initial;
		box-sizing: initial;
		width: initial;
	}
	.c-flexbox {
		--flexbox-gap-y: 0.75rem;
		--flexbox-gap-x: 0.75rem;
	}
	.c-flexbox > .sp-item1 {
		width: calc(8.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item2 {
		width: calc(16.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item3 {
		width: calc(25% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item4 {
		width: calc(33.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item5 {
		width: calc(41.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item6 {
		width: calc(50% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item7 {
		width: calc(58.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item8 {
		width: calc(66.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item9 {
		width: calc(75% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item10 {
		width: calc(83.3333333333% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item11 {
		width: calc(91.6666666667% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item12 {
		width: calc(100% - var(--flexbox-gap-x));
	}
	.c-flexbox > .sp-item5col {
		width: calc(20% - var(--flexbox-gap-x));
	}
	.c-flexbox--2l {
		--flexbox-gap-y: 1.125rem;
		--flexbox-gap-x: 1.125rem;
	}
	.c-flexbox.sp-2l {
		--flexbox-gap-y: 1.125rem;
		--flexbox-gap-x: 1.125rem;
	}
	.c-flexbox--2x {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox.sp-2x {
		--flexbox-gap-y: 1.5rem;
		--flexbox-gap-x: 1.5rem;
	}
	.c-flexbox--3x {
		--flexbox-gap-y: 2.25rem;
		--flexbox-gap-x: 2.25rem;
	}
	.c-flexbox.sp-3x {
		--flexbox-gap-y: 2.25rem;
		--flexbox-gap-x: 2.25rem;
	}
	.c-flexbox--0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox.sp-0px {
		--flexbox-gap-y: 0px;
		--flexbox-gap-x: 0px;
	}
	.c-flexbox--20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox.sp-20px {
		--flexbox-gap-y: 20px;
		--flexbox-gap-x: 20px;
	}
	.c-flexbox--40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox.sp-40px {
		--flexbox-gap-y: 40px;
		--flexbox-gap-x: 40px;
	}
	.c-flexbox--50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox.sp-50px {
		--flexbox-gap-y: 50px;
		--flexbox-gap-x: 50px;
	}
	.c-flexbox--60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox.sp-60px {
		--flexbox-gap-y: 60px;
		--flexbox-gap-x: 60px;
	}
	.c-flexbox--80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox.sp-80px {
		--flexbox-gap-y: 80px;
		--flexbox-gap-x: 80px;
	}
	.c-flexbox--rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.sp-rooms {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox--restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
	.c-flexbox.sp-restaurants {
		--flexbox-gap-y: 30px;
		--flexbox-gap-x: 10px;
	}
}

/******************************************************************
component - accordion
******************************************************************/
.c-accordion-head:not(:first-child) {
	margin-top: 80px;
}
.c-accordion-head {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-weight: 500;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.c-accordion-head:not(:first-child) {
		margin-top: 60px;
	}
	.c-accordion-head {
		font-size: 25px;
	}
}

.c-accordion summary {
	cursor: pointer;
	user-select: none;
}
.c-accordion summary::marker {
	content: none;
}
.c-accordion summary::-webkit-details-marker {
	display: none;
}
.c-accordion summary {
	list-style-type: none;
}
.c-accordion summary:has(.c-accordion__dt):has(.c-accordion__dd) {
	display: flex;
}
.c-accordion__dt {
	flex-shrink: 0;
	font-weight: bold;
	margin-right: 0.5em;
}
.c-accordion .c-accordion__a, .c-accordion .c-accordion__q {
	position: relative;
	display: block;
	padding-left: 3rem;
}
@media screen and (max-width: 767px) {
	.c-accordion .c-accordion__a, .c-accordion .c-accordion__q {
		padding-left: 2rem;
	}
}
.c-accordion .c-accordion__a::before, .c-accordion .c-accordion__q::before {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	line-height: 1;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.c-accordion .c-accordion__a::before, .c-accordion .c-accordion__q::before {
		font-size: 25px;
		top: 0;
	}
}
.c-accordion .c-accordion__q::before {
	color: #aa0e2a;
	content: "Q";
}
.c-accordion .c-accordion__a::before {
	color: #888888;
	content: "A";
}
.c-accordion {
	position: relative;
}
.c-accordion::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 50%;
	width: 100vw;
	border-top: 1px solid #dddddd;
	transform: translateX(-50%);
}
.c-accordion details {
	position: relative;
}
.c-accordion details::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 1px solid #dddddd;
	transform: translateX(-50%);
}
.c-accordion details[open] summary {
	color: #aa0e2a;
}
.c-accordion details[open] summary::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYWEwZTJhIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2FhMGUyYSIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
.c-accordion summary {
	position: relative;
}
.c-accordion summary::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 38px;
	right: 0;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iIzIyMiIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
	.c-accordion summary::after {
		top: 28px;
	}
}
.c-accordion summary {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-accordion summary {
		font-size: 15px;
	}
}
.c-accordion summary {
	font-size: 17px;
	padding: 30px 48px 30px 0;
}
@media screen and (max-width: 767px) {
	.c-accordion summary {
		font-size: 16px;
		padding: 20px 38px 20px 0;
	}
}
.c-accordion__body {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-accordion__body {
		font-size: 15px;
	}
}
.c-accordion__body-inner {
	padding: 5px 48px 30px 0;
}
@media screen and (max-width: 767px) {
	.c-accordion__body-inner {
		padding: 5px 0 30px 0;
	}
}

/******************************************************************
component - tab
******************************************************************/
.c-tab__menu {
	display: flex;
}
.c-tab__list {
	display: flex;
}
.c-tab a.c-tab__item {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-tab a.c-tab__item:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-tab a.c-tab__item:focus {
	text-decoration: none;
	color: inherit;
}
.c-tab__item {
	box-sizing: border-box;
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.c-section .c-tab.c-tab--news .c-tab__menu {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.c-section .c-tab.c-tab--news .c-tab__menu {
		margin-bottom: 2.25rem;
	}
}
.c-section .c-tab.c-tab--news .c-tab__menu {
	gap: 10px 32px;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.c-section .c-tab.c-tab--news .c-tab__menu {
		gap: 10px 20px;
	}
}
.c-section .c-tab.c-tab--news .c-tab__item {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-section .c-tab.c-tab--news .c-tab__item:hover {
		opacity: 0.6;
	}
}
.c-section .c-tab.c-tab--news .c-tab__item:focus {
	opacity: 0.6;
}
.c-section .c-tab.c-tab--news .c-tab__item[aria-current=page], .c-section .c-tab.c-tab--news .c-tab__item[aria-selected=true] {
	font-weight: bold !important;
	color: #aa0e2a !important;
	opacity: 1 !important;
	position: relative;
}
.c-section .c-tab.c-tab--news .c-tab__item[aria-current=page]::after, .c-section .c-tab.c-tab--news .c-tab__item[aria-selected=true]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #aa0e2a;
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu {
		margin-bottom: 60px;
	}
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu {
	gap: 1px;
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu.c-tab__menu--sp1col {
		flex-direction: row;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu.c-tab__menu--sp2col, .c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu.c-tab__menu--sp3col {
		flex-direction: row;
		flex-wrap: wrap;
		border-radius: 0.6em;
		overflow: hidden;
	}
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__list {
	width: 100%;
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__list:first-child .c-tab__item {
	border-radius: 100vw 0 0 100vw;
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__list:last-child .c-tab__item {
	border-radius: 0 100vw 100vw 0;
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__list:first-child .c-tab__item {
		border-radius: 0.6em 0.6em 0 0;
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__list:last-child .c-tab__item {
		border-radius: 0 0 0.6em 0.6em;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp1col .c-tab__list:first-child .c-tab__item {
		border-radius: 0.6em 0 0 0.6em;
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp1col .c-tab__list:last-child .c-tab__item {
		border-radius: 0 0.6em 0.6em 0;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp2col .c-tab__list {
		width: calc(50% - 0.5px);
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp2col .c-tab__list .c-tab__item {
		border-radius: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp3col .c-tab__list {
		width: calc(33.3333333333% - 0.6666666667px);
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp3col .c-tab__list .c-tab__item {
		border-radius: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp-last3item .c-tab__list:nth-last-child(1),
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp-last3item .c-tab__list:nth-last-child(2),
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp-last3item .c-tab__list:nth-last-child(3) {
		width: calc(33.3333333333% - 0.6666666667px);
	}
}
@media screen and (max-width: 767px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__menu--sp1col .c-tab__item {
		padding: 1em 5px;
	}
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item {
	background-color: #fff;
	padding: 1em;
}
@media print, screen and (min-width: 768px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item {
		position: relative;
		position: relative;
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item::after {
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10.8px;
		height: 6px;
		border-color: #aa0e2a;
		border-style: solid;
		border-top-width: 6px;
		border-right: 5.4px solid transparent !important;
		border-bottom-width: 0;
		border-left: 5.4px solid transparent !important;
		bottom: -6px;
		left: 0;
		right: 0;
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item {
		transition-property: background color;
		transition-duration: 0.4s;
	}
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item::after {
		transition-property: opacity;
		transition-duration: 0.4s;
		opacity: 0;
	}
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item[aria-current=page], .c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item[aria-selected=true] {
	font-weight: bold;
	background-color: #aa0e2a;
	color: #fff;
}
@media print, screen and (min-width: 768px) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item[aria-current=page]::after, .c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item[aria-selected=true]::after {
		opacity: 1;
	}
}
@media (any-hover: hover) {
	.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item:not([aria-current=page]):not([aria-selected=true]):hover {
		color: #aa0e2a;
	}
}
.c-section:not(.c-section--booknow):not(.c-section--booknow-top) .c-tab:not(.c-tab--news) .c-tab__item:not([aria-current=page]):not([aria-selected=true]):focus {
	color: #aa0e2a;
}
.p-dialog-booking .c-tab__menu {
	margin: 105px 75px 55px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking .c-tab__menu {
		margin: 105px 6.4655172414vw 55px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .c-tab__menu {
		margin: 50px 20px 45px 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .c-tab__list {
		width: 100%;
	}
}
.p-dialog-booking .c-tab__list:first-child .c-tab__item {
	border-radius: 100vw 0 0 100vw;
}
.p-dialog-booking .c-tab__list:last-child .c-tab__item {
	border-radius: 0 100vw 100vw 0;
}
.p-dialog-booking .c-tab__item {
	background-color: #9f001e;
	color: #fff;
	padding: 1em;
	width: 160px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .c-tab__item {
		width: 100%;
	}
}
.p-dialog-booking .c-tab__item {
	position: relative;
	position: relative;
}
.p-dialog-booking .c-tab__item::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10.8px;
	height: 6px;
	border-color: #fff;
	border-style: solid;
	border-top-width: 6px;
	border-right: 5.4px solid transparent !important;
	border-bottom-width: 0;
	border-left: 5.4px solid transparent !important;
	bottom: -6px;
	left: 0;
	right: 0;
}
.p-dialog-booking .c-tab__item {
	transition-property: background color;
	transition-duration: 0.4s;
}
.p-dialog-booking .c-tab__item::after {
	transition-property: opacity;
	transition-duration: 0.4s;
	opacity: 0;
}
.p-dialog-booking .c-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}
.p-dialog-booking .c-tab__item .fill {
	transition-property: fill;
	transition-duration: 0.4s;
	fill: #fff;
}
.p-dialog-booking .c-tab__item[aria-current=page], .p-dialog-booking .c-tab__item[aria-selected=true] {
	font-weight: bold;
	background-color: #fff;
	color: #aa0e2a;
}
.p-dialog-booking .c-tab__item[aria-current=page]::after, .p-dialog-booking .c-tab__item[aria-selected=true]::after {
	opacity: 1;
}
.p-dialog-booking .c-tab__item[aria-current=page] .fill, .p-dialog-booking .c-tab__item[aria-selected=true] .fill {
	fill: #aa0e2a;
}
@media (any-hover: hover) {
	.p-dialog-booking .c-tab__item:not([aria-current=page]):not([aria-selected=true]):hover {
		color: #ffc4ce;
	}
}
.p-dialog-booking .c-tab__item:not([aria-current=page]):not([aria-selected=true]):focus {
	color: #ffc4ce;
}
.p-section-booking .c-tab__menu {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-section-booking .c-tab__menu {
		flex-direction: row;
	}
}
.p-section-booking .c-tab__list {
	width: auto;
}
@media screen and (max-width: 767px) {
	.p-section-booking .c-tab__list {
		width: 100%;
	}
}
.p-section-booking .c-tab__list:first-child .c-tab__item {
	border-radius: 15px 0 0 0;
}
.p-section-booking .c-tab__list:last-child .c-tab__item {
	border-radius: 0 15px 0 0;
}
.p-section-booking .c-tab__item {
	background-color: #fff;
	color: #222222;
	padding: 1em;
	width: 160px;
}
@media screen and (max-width: 767px) {
	.p-section-booking .c-tab__item {
		width: 100%;
	}
}
.p-section-booking .c-tab__item {
	position: relative;
	position: relative;
}
.p-section-booking .c-tab__item::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10.8px;
	height: 6px;
	border-color: #aa0e2a;
	border-style: solid;
	border-top-width: 6px;
	border-right: 5.4px solid transparent !important;
	border-bottom-width: 0;
	border-left: 5.4px solid transparent !important;
	bottom: -6px;
	left: 0;
	right: 0;
}
.p-section-booking .c-tab__item {
	transition-property: background color;
	transition-duration: 0.4s;
}
.p-section-booking .c-tab__item::after {
	z-index: 2;
	transition-property: opacity;
	transition-duration: 0.4s;
	opacity: 0;
}
.p-section-booking .c-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
}
.p-section-booking .c-tab__item .fill {
	transition-property: fill;
	transition-duration: 0.4s;
	fill: #222222;
}
.p-section-booking .c-tab__item[aria-current=page], .p-section-booking .c-tab__item[aria-selected=true] {
	font-weight: bold;
	background-color: #aa0e2a;
	color: #fff;
}
.p-section-booking .c-tab__item[aria-current=page]::after, .p-section-booking .c-tab__item[aria-selected=true]::after {
	opacity: 1;
}
.p-section-booking .c-tab__item[aria-current=page] .fill, .p-section-booking .c-tab__item[aria-selected=true] .fill {
	fill: #fff;
}
@media (any-hover: hover) {
	.p-section-booking .c-tab__item:not([aria-current=page]):not([aria-selected=true]):hover {
		color: #444;
	}
}
.p-section-booking .c-tab__item:not([aria-current=page]):not([aria-selected=true]):focus {
	color: #444;
}
.p-section-booking .c-tab__panel {
	padding: 30px 75px 40px 75px;
}
.p-section-booking .c-tab__panel:has(.p-section-booking__marriott) {
	padding-top: 40px;
}
@media screen and (max-width: 1160px) {
	.p-section-booking .c-tab__panel {
		padding: 30px 6.4655172414vw 40px 6.4655172414vw;
	}
	.p-section-booking .c-tab__panel:has(.p-section-booking__marriott) {
		padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-section-booking .c-tab__panel {
		padding: 30px 20px 40px 20px;
	}
}
.p-section-booking .c-tab__panel {
	background: linear-gradient(to right, #222 0%, rgba(34, 34, 34, 0.9) 100%);
	color: #fff;
}
.p-section-booking .c-tab__panel a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-section-booking .c-tab__panel a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.p-section-booking .c-tab__panel a:focus {
	text-decoration: none;
	color: inherit;
}

/******************************************************************
component - more-read
******************************************************************/
.c-more-read__open-outer:has([hidden]), .c-more-read__close-outer:has([hidden]) {
	display: none;
}
.c-more-read__body {
	display: none;
}
.c-more-read__body-inner {
	padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.c-more-read__body-inner {
		padding-bottom: 2.25rem;
	}
}

/******************************************************************
component - 100vw
******************************************************************/
:root {
	--scrollbar: 0px;
}

.c-100vw {
	width: calc(100vw - var(--scrollbar));
	margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
}
.c-100vw__inner {
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-100vw__inner {
		padding-inline: 20px;
	}
}

/******************************************************************
component - card
******************************************************************/
[class*=c-flexbox__item]:has(> .c-card),
.c-flexbox__item5col:has(> .c-card) {
	display: flex;
}

.c-card {
	flex-grow: 1;
	display: flex;
	flex-direction: column-reverse;
}
.c-card > a {
	flex-grow: 1;
	display: flex;
	flex-direction: column-reverse;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-card > a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-card > a:focus {
	text-decoration: none;
	color: inherit;
}
.c-card__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.c-card__copy {
	flex-grow: 1;
}
.c-card__head img {
	width: 100%;
}
.c-card--column {
	flex-direction: row-reverse;
}
.c-card--column > a {
	flex-direction: row-reverse;
}
.c-card--column .c-card__head {
	flex-shrink: 0;
	max-width: 30%;
}
@media print, screen and (min-width: 768px) {
	.c-card--spover-column {
		flex-direction: row-reverse;
	}
	.c-card--spover-column > a {
		flex-direction: row-reverse;
	}
	.c-card--spover-column .c-card__head {
		flex-shrink: 0;
		width: 30%;
	}
}
@media screen and (max-width: 767px) {
	.c-card--sp-column {
		flex-direction: row-reverse;
	}
	.c-card--sp-column > a {
		flex-direction: row-reverse;
	}
	.c-card--sp-column .c-card__head {
		flex-shrink: 0;
		width: 30%;
	}
}
.c-card--button.c-card--column {
	flex-direction: row;
}
.c-card--button.c-card--column > a {
	flex-direction: row;
}
.c-card--button {
	background-color: #fff;
}
.c-card--button .c-card__body {
	align-self: center;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.c-card--button .c-card__body {
		padding: 15px;
	}
}
.c-card--button .c-card__link {
	display: inline-block;
	padding-left: 30px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy43NSA1LjUgMy41IDMuNS0zLjUgMy41IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Im05IDFjNC40MSAwIDggMy41OSA4IDhzLTMuNTkgOC04IDgtOC0zLjU5LTgtOCAzLjU5LTggOC04bTAtMWMtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOSA5LTQuMDMgOS05LTQuMDMtOS05LTl6IiBmaWxsPSIjMjIyIi8+PC9zdmc+") left center no-repeat;
}
.c-card--button .c-card__head {
	flex-shrink: 0;
	max-width: 240px;
}
@media screen and (max-width: 767px) {
	.c-card--button .c-card__head {
		max-width: 120px;
	}
}

/******************************************************************
component - card--simple
******************************************************************/
.c-card--simple .c-card__body {
	padding-top: 30px;
}
.c-card--simple .c-card__body > *:not(:last-child) {
	margin-bottom: 20px;
}
.c-card--simple .c-card__title {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 35px;
}
@media screen and (max-width: 767px) {
	.c-card--simple .c-card__title {
		font-size: 25px;
	}
}
.c-card--simple .c-card__title-ja {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.c-card--simple .c-card__title-ja {
		font-size: 22px;
	}
}
.c-card--simple .c-card__copy {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-card--simple .c-card__copy {
		font-size: 15px;
	}
}
.c-card--simple.c-card--column .c-card__body {
	padding-top: 0;
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
	.c-card--simple.c-card--column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
@media print, screen and (min-width: 768px) {
	.c-card--simple.c-card--spover-column .c-card__body {
		padding-top: 0;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-card--simple.c-card--spover-column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.c-card--simple.c-card--sp-column .c-card__body {
		padding-top: 0;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-card--simple.c-card--sp-column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
/******************************************************************
component - card--simple2
******************************************************************/
.c-card--simple2 .c-card__body {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.c-card--simple2 .c-card__body {
		padding-top: 30px;
		padding-inline: 20px;
	}
}
.c-card--simple2 .c-card__body > *:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.c-card--simple2 .c-card__body > *:not(:last-child) {
		margin-bottom: 20px;
	}
}
.c-card--simple2 .c-card__title {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 35px;
}
@media screen and (max-width: 767px) {
	.c-card--simple2 .c-card__title {
		font-size: 25px;
	}
}
.c-card--simple2 .c-card__title-ja {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.8;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.c-card--simple2 .c-card__title-ja {
		font-size: 22px;
	}
}
.c-card--simple2 .c-card__copy {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-card--simple2 .c-card__copy {
		font-size: 15px;
	}
}
.c-card--simple2.c-card--column .c-card__body {
	padding-top: 0;
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
	.c-card--simple2.c-card--column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
@media print, screen and (min-width: 768px) {
	.c-card--simple2.c-card--spover-column .c-card__body {
		padding-top: 0;
		padding-left: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-card--simple2.c-card--spover-column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
@media screen and (max-width: 767px) {
	.c-card--simple2.c-card--sp-column .c-card__body {
		padding-top: 0;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-card--simple2.c-card--sp-column .c-card__body {
		padding-top: 0;
		padding-left: 0.75rem;
	}
}
/******************************************************************
component - menu
******************************************************************/
.c-menu-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 32px;
}
@media screen and (max-width: 767px) {
	.c-menu-wrap {
		gap: 10px 20px;
	}
}
.c-menu-wrap dt {
	background-color: #aa0e2a;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.3em 0.8em;
}
.c-menu-wrap dd {
	padding: 0.3em 0;
}

.c-menu {
	display: flex;
	flex-wrap: wrap;
}
.c-menu a,
.c-menu button {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-menu a:hover,
	.c-menu button:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-menu a:focus,
.c-menu button:focus {
	text-decoration: none;
	color: inherit;
}
.c-menu a,
.c-menu button {
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.c-menu {
	gap: 10px 32px;
}
@media screen and (max-width: 767px) {
	.c-menu {
		gap: 10px 20px;
	}
}
.c-menu a,
.c-menu button {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-menu a:hover,
	.c-menu button:hover {
		opacity: 0.6;
	}
}
.c-menu a:focus,
.c-menu button:focus {
	opacity: 0.6;
}
.c-menu a[aria-checked=true], .c-menu a[aria-current=page],
.c-menu button[aria-checked=true],
.c-menu button[aria-current=page] {
	font-weight: bold !important;
	color: #aa0e2a !important;
	opacity: 1 !important;
	position: relative;
}
.c-menu a[aria-checked=true]::after, .c-menu a[aria-current=page]::after,
.c-menu button[aria-checked=true]::after,
.c-menu button[aria-current=page]::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: -3px;
	left: 0;
	width: 1.2em;
	border-top: 1px solid #aa0e2a;
}

/******************************************************************
component - pagination
******************************************************************/
.c-pagination {
	display: flex;
	align-items: center;
}
.c-pagination.js-init {
	display: none;
}
.c-pagination a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-pagination a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-pagination a:focus {
	text-decoration: none;
	color: inherit;
}
.c-pagination .c-pagination__next-icon, .c-pagination .c-pagination__prev-icon, .c-pagination .c-pagination__last-icon span, .c-pagination__last-icon .c-pagination span, .c-pagination .c-pagination__last-icon, .c-pagination .c-pagination__first-icon span, .c-pagination__first-icon .c-pagination span, .c-pagination .c-pagination__first-icon {
	display: inline-block;
	width: 1.5em;
	height: 2em;
}
.c-pagination__first-icon {
	position: relative;
}
.c-pagination__first-icon::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__first-icon::after {
	top: 0;
	bottom: 0;
	left: -7px;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(2.0710678119px) rotate(-45deg);
}
.c-pagination__first-icon span {
	position: relative;
}
.c-pagination__first-icon span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__first-icon span::after {
	top: 0;
	bottom: 0;
	left: 7px;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(2.0710678119px) rotate(-45deg);
}
.c-pagination__last-icon {
	position: relative;
}
.c-pagination__last-icon::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__last-icon::after {
	top: 0;
	bottom: 0;
	left: -7px;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(-2.0710678119px) rotate(135deg);
}
.c-pagination__last-icon span {
	position: relative;
}
.c-pagination__last-icon span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__last-icon span::after {
	top: 0;
	bottom: 0;
	left: 7px;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(-2.0710678119px) rotate(135deg);
}
.c-pagination__first-icon[tabindex="-1"], .c-pagination__first-icon[disabled], .c-pagination__last-icon[tabindex="-1"], .c-pagination__last-icon[disabled] {
	opacity: 0.2;
	pointer-events: none;
}
.c-pagination__prev-icon {
	position: relative;
}
.c-pagination__prev-icon::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__prev-icon::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(2.0710678119px) rotate(-45deg);
}
.c-pagination__next-icon {
	position: relative;
}
.c-pagination__next-icon::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__next-icon::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	transform: translateX(-2.0710678119px) rotate(135deg);
}
.c-pagination__prev-icon[tabindex="-1"], .c-pagination__prev-icon[disabled], .c-pagination__next-icon[tabindex="-1"], .c-pagination__next-icon[disabled] {
	opacity: 0.2;
	pointer-events: none;
}
.c-pagination__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}
@media screen and (max-width: 767px) {
	.c-pagination__list {
		gap: 10px;
	}
}
.c-pagination__list > *:not([aria-hidden=true]) > * {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition-property: background, opacity;
	transition-duration: 0.4s;
	background: #fff;
	border-radius: 50%;
}
@media (any-hover: hover) {
	.c-pagination__list > *:not([aria-hidden=true]) > *:hover {
		opacity: 0.6;
	}
}
.c-pagination__list > *:not([aria-hidden=true]) > *:focus {
	opacity: 0.6;
}
.c-pagination__list > *:not([aria-hidden=true]) > *[aria-current=true], .c-pagination__list > *:not([aria-hidden=true]) > *[aria-current=page] {
	outline-offset: 3px;
	background-color: #aa0e2a;
	color: #fff !important;
	opacity: 1 !important;
}
.c-pagination__next--reverse, .c-pagination__prev:not(.c-pagination__prev--reverse) {
	margin-right: 1em;
	padding-left: 1.5em;
	position: relative;
}
.c-pagination__next--reverse::after, .c-pagination__prev:not(.c-pagination__prev--reverse)::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__next--reverse::after, .c-pagination__prev:not(.c-pagination__prev--reverse)::after {
	top: 0;
	bottom: 0;
	left: 0;
	transform-origin: center center;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	transform: translateX(2.4852813742px) rotate(-45deg);
}
.c-pagination__prev--reverse, .c-pagination__next:not(.c-pagination__next--reverse) {
	margin-left: 1em;
	padding-right: 1.5em;
	position: relative;
}
.c-pagination__prev--reverse::after, .c-pagination__next:not(.c-pagination__next--reverse)::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-pagination__prev--reverse::after, .c-pagination__next:not(.c-pagination__next--reverse)::after {
	top: 0;
	bottom: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #444444;
	border-right: 2px solid #444444;
	transform: translateX(-2.4852813742px) rotate(45deg);
}
.c-pagination__prev, .c-pagination__next {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-pagination__prev:hover, .c-pagination__next:hover {
		opacity: 0.6;
	}
}
.c-pagination__prev:focus, .c-pagination__next:focus {
	opacity: 0.6;
}
.c-pagination__prev[tabindex="-1"], .c-pagination__prev[disabled], .c-pagination__next[tabindex="-1"], .c-pagination__next[disabled] {
	opacity: 0.2;
	pointer-events: none;
}

/******************************************************************
component - hr
******************************************************************/
.c-hr {
	border-color: #dddddd;
	margin-top: 80px;
	margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
	.c-hr {
		margin-top: 60px;
		margin-bottom: 60px !important;
	}
}

/******************************************************************
component - news-icon
******************************************************************/
.c-news {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-news {
		font-size: 15px;
	}
}
.c-news > *:has(> a) a {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-areas: "date icon" "body body";
}
.c-news > *:not(:has(> a)) {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-areas: "date icon" "body body";
}
.c-news {
	position: relative;
	padding-top: 1px;
}
.c-news::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 50%;
	width: 100vw;
	border-top: 1px solid #dddddd;
	transform: translateX(-50%);
}
.c-news > *:has(> a) {
	position: relative;
}
.c-news > *:has(> a)::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 1px solid #dddddd;
	transform: translateX(-50%);
}
.c-news > *:has(> a) a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-news > *:has(> a) a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-news > *:has(> a) a:focus {
	text-decoration: none;
	color: inherit;
}
.c-news > *:has(> a) a {
	padding-block: 30px;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-news > *:has(> a) a:hover {
		opacity: 0.6;
	}
}
.c-news > *:has(> a) a:focus {
	opacity: 0.6;
}
.c-news > *:not(:has(> a)) {
	position: relative;
}
.c-news > *:not(:has(> a))::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 1px solid #dddddd;
	transform: translateX(-50%);
}
.c-news > *:not(:has(> a)) {
	padding-block: 30px;
}
.c-news > *:not(:has(> a)) .c-news__body a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-news > *:not(:has(> a)) .c-news__body a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-news > *:not(:has(> a)) .c-news__body a:focus {
	text-decoration: none;
	color: inherit;
}
@media (any-hover: hover) {
	.c-news > *:not(:has(> a)) .c-news__body a:hover {
		text-decoration: underline;
	}
}
.c-news > *:not(:has(> a)) .c-news__body a:focus {
	text-decoration: underline;
}
.c-news__date {
	grid-area: date;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-news__date {
		font-size: 16px;
	}
}
.c-news__date {
	position: relative;
	padding-right: 44px;
}
.c-news__date::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 12px;
	bottom: 0;
	width: 20px;
	height: 1px;
	border-top: 1px solid #aa0e2a;
}
.c-news__icon {
	grid-area: icon;
	color: #aa0e2a;
	font-size: 14px;
}
.c-news__body {
	grid-area: body;
}

/******************************************************************
component - list
******************************************************************/
.c-list > * {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-list > * {
		font-size: 15px;
	}
}
.c-list--gutter > *:not(:first-child) {
	margin-top: 0.75em;
}

/******************************************************************
component - list-disc
******************************************************************/
.c-list-disc > * {
	margin-left: 1.5em;
	list-style-type: circle;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-list-disc > * {
		font-size: 15px;
	}
}

/******************************************************************
component - list-order
******************************************************************/
.c-list-order:has(> :nth-child(10)) {
	margin-left: 0.75em;
}
.c-list-order > * {
	margin-left: 1.5em;
	list-style: decimal;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-list-order > * {
		font-size: 15px;
	}
}
.c-list-order > *::marker {
	font-weight: bold;
	color: #aa0e2a;
}

/******************************************************************
component - list-arrow-bottom-inline
******************************************************************/
.c-list-arrow-bottom-inline {
	display: flex;
	flex-wrap: wrap;
}
.c-list-arrow-bottom-inline > *:not(:last-child) {
	margin-right: 1rem;
}
.c-list-arrow-bottom-inline--center {
	justify-content: center;
}
.c-list-arrow-bottom-inline--right {
	justify-content: flex-end;
}
.c-list-arrow-bottom-inline {
	font-weight: 600;
}
.c-list-arrow-bottom-inline a {
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
}
.c-list-arrow-bottom-inline a::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYWEwZTJhIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2FhMGUyYSIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
@media (any-hover: hover) {
	.c-list-arrow-bottom-inline a:hover::after {
		background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGIwYzI3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2RiMGMyNyIvPjwvc3ZnPg==") no-repeat center center/100% auto;
	}
}
.c-list-arrow-bottom-inline a:focus::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGIwYzI3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2RiMGMyNyIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
.c-list-arrow-bottom-inline a {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-list-arrow-bottom-inline a {
		font-size: 15px;
	}
}
.c-list-arrow-bottom-inline--gutter {
	margin-top: -0.75em;
}
.c-list-arrow-bottom-inline--gutter > * {
	margin-top: 0.75em;
}

/******************************************************************
component - list-note
******************************************************************/
.c-list-note {
	display: table;
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-list-note {
		font-size: 15px;
	}
}
.c-list-note__item {
	display: table-row;
}
.c-list-note__head {
	display: table-cell;
	padding-right: 0.75em;
	white-space: nowrap;
	vertical-align: top;
}
.c-list-note__head--asterisk {
	width: 1.5em;
	padding-right: 0;
}
.c-list-note__body {
	display: table-cell;
	vertical-align: top;
}
.c-list-note__body a {
	word-break: break-all;
}
.c-list-note--small * {
	font-size: 14px;
	color: #777777;
}

/******************************************************************
component - image
******************************************************************/
a:has(> .c-image) {
	display: block;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	a:has(> .c-image):hover {
		text-decoration: none;
		color: inherit;
	}
}
a:has(> .c-image):focus {
	text-decoration: none;
	color: inherit;
}

a:has(> .c-image:not(.c-image--full):not(.c-image--object-fit)) {
	width: fit-content;
	margin-inline: auto;
}

a:has(> .c-image.c-image--left:not(.c-image--full):not(.c-image--object-fit)) {
	margin-inline: initial;
}

a:has(> .c-image.c-image--right:not(.c-image--full):not(.c-image--object-fit)) {
	margin-inline: auto 0;
}

.c-image {
	display: table;
}
.c-image--2_STAY img {
	transform: translate(40px, -40px);
}
@media screen and (max-width: 767px) {
	.c-image--2_STAY img {
		transform: translate(40px, 0) scale(1.15);
		transform-origin: center right;
	}
}
.c-image {
	width: fit-content;
	margin-inline: auto;
}
.c-image--left {
	margin-inline: initial;
}
.c-image--right {
	margin-inline: auto 0;
}
.c-image--circle img {
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}
.c-image__circle {
	object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}
.c-image--object-fit {
	width: 100%;
}
.c-image--object-fit img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.c-image--full {
	width: 100%;
}
.c-image--full img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.c-image--sp-full {
		margin-inline: -20px;
		width: calc(100% + 20px + 20px);
	}
	.c-image--sp-full img {
		width: 100%;
	}
	.c-image--sp-full .c-image__title,
	.c-image--sp-full .c-image__caption {
		padding-inline: 20px;
	}
}
.c-image--100vw {
	width: calc(100vw - var(--scrollbar));
	margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
}
.c-image--100vw img {
	width: 100%;
}
.c-image--100vw .c-image__title,
.c-image--100vw .c-image__caption {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-image--100vw .c-image__title,
	.c-image--100vw .c-image__caption {
		padding-inline: 20px;
	}
}
.l-main-2column .c-image--100vw .c-image__title, .l-main-3column .c-image--100vw .c-image__title,
.l-main-2column .c-image--100vw .c-image__caption,
.l-main-3column .c-image--100vw .c-image__caption {
	padding-inline: 0 !important;
}

.c-image:has(.c-image__badge) {
	position: relative;
}
.c-image__badge-new, .c-image__badge {
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border-radius: 100vw;
	width: fit-content;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 5em;
	padding: 0.5em;
	background-color: #aa0e2a;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	transform: translate(10%, -20%);
}
@media screen and (max-width: 767px) {
	.c-image__badge-new, .c-image__badge {
		transform: translate(-10%, -20%);
	}
}
.c-image__badge-new {
	right: auto;
	left: 0;
	transform: translate(-20%, -20%);
}
@media screen and (max-width: 767px) {
	.c-image__badge-new {
		right: 0;
		left: auto;
		transform: translate(-10%, -20%);
	}
}
.c-image__caption {
	display: table-caption;
	caption-side: bottom;
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
}
.c-image__caption:first-child {
	margin-bottom: 0.5rem;
}
.c-image__caption:last-child {
	margin-top: 0.5rem;
}
.c-image__caption--rooms {
	margin-top: 1rem !important;
}
.c-image__caption--rooms > *:not(:last-child) {
	margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
	.c-image__caption--rooms {
		margin-top: 0.5rem !important;
	}
	.c-image__caption--rooms > *:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
}
.c-image__caption--rooms .c-image__caption-roomname {
	display: block;
	color: #222222;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--rooms .c-image__caption-roomname {
		font-size: 15px;
	}
}
.c-image__caption--rooms .c-image__caption-roomsize {
	display: block;
}
.c-image__caption--facilities {
	margin-top: 1rem !important;
}
.c-image__caption--facilities > *:not(:last-child) {
	margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
	.c-image__caption--facilities {
		margin-top: 0.5rem !important;
	}
	.c-image__caption--facilities > *:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
}
.c-image__caption--facilities .c-image__caption-facilitiesname {
	display: block;
	color: #222222;
	line-height: 1.8;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--facilities .c-image__caption-facilitiesname {
		font-size: 15px;
	}
}
.c-image__caption--facilities .c-image__caption-facilitiessummary {
	display: block;
	line-height: 1.8;
}
.c-image__caption--restaurant {
	margin-top: 1rem !important;
}
.c-image__caption--restaurant > *:not(:last-child) {
	margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
	.c-image__caption--restaurant {
		margin-top: 0.5rem !important;
	}
	.c-image__caption--restaurant > *:not(:last-child) {
		margin-bottom: 0.5rem !important;
	}
}
.c-image__caption--restaurant .c-image__caption-restaurantname {
	display: block;
	color: #222222;
	line-height: 1.8;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--restaurant .c-image__caption-restaurantname {
		font-size: 15px;
	}
}
.c-image__caption--restaurant .c-image__caption-restaurantsummary {
	display: block;
	line-height: 1.8;
}
.c-image__caption--recommend {
	margin-top: 1rem !important;
	display: block;
	color: #222222;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--recommend {
		margin-top: 0.5rem !important;
		font-size: 14px;
	}
}
.c-image__caption--plan {
	margin-top: 1rem !important;
}
.c-image__caption--plan > *:not(:last-child) {
	margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
	.c-image__caption--plan {
		margin-top: 0.75rem !important;
	}
	.c-image__caption--plan > *:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
}
.c-image__caption--plan .c-image__caption-planname {
	display: block;
	color: #222222;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--plan .c-image__caption-planname {
		font-size: 15px;
	}
}
.c-image__caption--plan .c-image__caption-planperiod {
	display: block;
}
.c-image__caption--plan .c-image__caption-planfee {
	display: block;
	color: #aa0e2a;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--plan .c-image__caption-planfee {
		font-size: 15px;
	}
}
.c-image__caption--benefits {
	margin-top: 30px;
	display: block;
	color: #222222;
	line-height: 2;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c-image__caption--benefits {
		font-size: 15px;
	}
}
.c-image__order {
	position: relative;
	display: block;
}
.c-image__order-label {
	font-style: italic;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #aa0e2a;
	font-size: 80px;
}
@media screen and (max-width: 767px) {
	.c-image__order-label {
		font-size: 60px;
	}
}

/******************************************************************
component - image-list
******************************************************************/
.c-image-list {
	display: flex;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.c-image-list {
		gap: 1.5rem;
	}
}
.c-image-list--center {
	justify-content: center;
}
.c-image-list--right {
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.c-image-list.sp-center {
		justify-content: center;
	}
	.c-image-list.sp-row {
		flex-direction: column;
	}
	.c-image-list.sp-row-center {
		flex-direction: column;
		align-items: center;
	}
}

/******************************************************************
component - image-column
******************************************************************/
.c-image-column {
	--max-img-width: fit-content(calc(50% - 25px));
	--max-img-width-sp: fit-content(40%);
}
.c-image-column:has(.c-swiper-image-column) {
	--max-img-width: 55%;
}
.c-image-column:has(.c-swiper-image-column2) {
	--max-img-width: 37%;
}
.c-image-column {
	display: grid;
	grid-template-areas: "img body";
	grid-template-columns: var(--max-img-width) 1fr;
}
@media screen and (max-width: 767px) {
	.c-image-column {
		grid-template-columns: var(--max-img-width-sp) 1fr;
	}
}
.c-image-column--right {
	grid-template-areas: "body img";
	grid-template-columns: 1fr var(--max-img-width);
}
@media screen and (max-width: 767px) {
	.c-image-column--right {
		grid-template-columns: 1fr var(--max-img-width-sp);
	}
}
.c-image-column__body {
	grid-area: body;
}
.c-image-column__img {
	grid-area: img;
}
.c-image-column__img > *:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.c-image-column__img > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
}
@media print, screen and (min-width: 768px) {
	.c-image-column--chef .c-image-column__body {
		padding-top: 20px;
	}
}
.c-image-column--vertical {
	align-items: center;
}
.c-image-column {
	--image-column-gap: 1rem;
	gap: var(--image-column-gap);
}
@media screen and (max-width: 1160px) {
	.c-image-column.pc-vw {
		--image-column-gap: 1.3793103448vw;
	}
}
.c-image-column--2x {
	--image-column-gap: 2rem;
}

@media screen and (max-width: 1160px) {
	.c-image-column--2x.pc-vw {
		--image-column-gap: 2.7586206897vw;
	}
}
.c-image-column--3x {
	--image-column-gap: 3rem;
}

@media screen and (max-width: 1160px) {
	.c-image-column--3x.pc-vw {
		--image-column-gap: 4.1379310345vw;
	}
}
.c-image-column--50px {
	--image-column-gap: 50px;
}

@media screen and (max-width: 1160px) {
	.c-image-column--50px.pc-vw {
		--image-column-gap: 4.3103448276vw;
	}
}
@media screen and (max-width: 1160px) {
	.c-image-column.pc-top {
		align-items: stretch;
	}
	.c-image-column.pc-vertical {
		align-items: center;
	}
	.c-image-column.pc-row {
		grid-template-areas: "img" "body";
		grid-template-columns: 100%;
	}
	.c-image-column.pc-row .c-image-column__img {
		width: fit-content;
		margin-inline: auto;
		max-width: 100% !important;
	}
	.c-image-column.pc-row-reverse {
		grid-template-areas: "body" "img";
	}
	.c-image-column--2x {
		--image-column-gap: 2rem;
	}
	.c-image-column.pc-2x {
		--image-column-gap: 2rem;
	}
	.c-image-column--3x {
		--image-column-gap: 3rem;
	}
	.c-image-column.pc-3x {
		--image-column-gap: 3rem;
	}
	.c-image-column--50px {
		--image-column-gap: 50px;
	}
	.c-image-column.pc-50px {
		--image-column-gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.c-image-column {
		--image-column-gap: 0.75rem;
	}
	.c-image-column.sp-top {
		align-items: stretch;
	}
	.c-image-column.sp-vertical {
		align-items: center;
	}
	.c-image-column.sp-row {
		grid-template-areas: "img" "body";
		grid-template-columns: 100%;
	}
	.c-image-column.sp-row .c-image-column__img {
		width: fit-content;
		margin-inline: auto;
		max-width: 100% !important;
	}
	.c-image-column.sp-row-reverse {
		grid-template-areas: "body" "img";
	}
	.c-image-column--2x {
		--image-column-gap: 1.5rem;
	}
	.c-image-column.sp-2x {
		--image-column-gap: 1.5rem;
	}
	.c-image-column--3x {
		--image-column-gap: 2.25rem;
	}
	.c-image-column.sp-3x {
		--image-column-gap: 2.25rem;
	}
	.c-image-column--50px {
		--image-column-gap: 50px;
	}
	.c-image-column.sp-50px {
		--image-column-gap: 50px;
	}
}

/******************************************************************
component - image-loop
******************************************************************/
.c-image-loop + .c-image-loop {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.c-image-loop + .c-image-loop {
		margin-top: 5px;
	}
}

.c-image-loop {
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-image-loop {
		gap: 5px;
	}
}
.c-image-loop--reverse .c-image-loop__items {
	animation-direction: reverse;
}
.c-image-loop__items {
	animation: image-loop 50s infinite linear both;
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-image-loop__items {
		gap: 5px;
	}
}
.c-image-loop__item img {
	display: block;
	max-width: none;
	width: auto;
	height: 250px;
}
@media screen and (max-width: 767px) {
	.c-image-loop__item img {
		height: 160px;
	}
}

@keyframes image-loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
/******************************************************************
component - table
******************************************************************/
.c-table-scroll .c-table {
	min-width: 700px;
}

.c-table {
	width: 100%;
}
.c-table--stripe *:not(thead) tr:nth-child(odd) {
	background-color: #f1f1f1;
}
.c-table--stripe-even *:not(thead) tr:nth-child(even) {
	background-color: #f1f1f1;
}
.c-table--horizontal th, .c-table--horizontal td {
	border-left: 0 !important;
	border-right: 0 !important;
}
.c-table th, .c-table td {
	font-size: 15px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.c-table th, .c-table td {
		font-size: 15px;
	}
}
.c-table th, .c-table td {
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	text-align: left;
	padding-block: 1rem;
	letter-spacing: 0.03em;
}
.c-table th:not(:last-child), .c-table td:not(:last-child) {
	padding-right: 1rem;
}
.c-table__b {
	color: #aa0e2a;
	font-weight: bold;
}
.c-table--rooms th {
	width: 160px;
}
@media screen and (max-width: 767px) {
	.c-table--rooms th {
		width: 110px;
	}
}
.c-table--restaurant1 th, .c-table--restaurant2 th {
	width: 130px;
}
@media screen and (max-width: 767px) {
	.c-table--restaurant1 th, .c-table--restaurant2 th {
		width: 70px;
	}
}
@media screen and (max-width: 767px) {
	.c-table--restaurant2 tr:first-child tr, .c-table--restaurant2 tr:first-child td {
		border-top: 0;
	}
}
.c-table--info th {
	width: 120px;
}
@media screen and (max-width: 767px) {
	.c-table--info th {
		width: 60px;
	}
}
.c-table--OpeningHours th {
	width: 33%;
}
@media screen and (max-width: 767px) {
	.c-table--OpeningHours th {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.c-table--banquet th, .c-table--banquet td {
		font-size: 13px;
	}
	.c-table--banquet th:not(:last-child), .c-table--banquet td:not(:last-child) {
		padding-right: 0.5rem;
	}
}

/******************************************************************
component - table-scroll
******************************************************************/
.c-table-scroll {
	overflow-x: auto;
}
.c-table-scroll::-webkit-scrollbar {
	width: 5px;
	background: #F1F1F1;
}
.c-table-scroll::-webkit-scrollbar:horizontal {
	height: 5px;
	background: #F1F1F1;
}
.c-table-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 2px;
}
.c-table-scroll::-webkit-scrollbar-thumb:horizontal {
	background: #BCBCBC;
	border-radius: 2px;
}
.c-table-scroll {
	scrollbar-width: thin;
	scrollbar-color: #BCBCBC #F1F1F1;
}
.c-table-scroll--100vw {
	box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
	.c-table-scroll--100vw {
		width: calc(100vw - var(--scrollbar));
		margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
		padding-inline: 30px;
	}
}
@media screen and (max-width: 767px) {
	.c-table-scroll--100vw {
		padding-inline: 20px;
	}
}

.js-table-scroll-attention {
	position: relative;
}
.js-table-scroll-attention__body {
	vertical-align: middle;
	box-sizing: border-box;
	position: absolute;
	inset: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	border-radius: 10px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.js-table-scroll-attention__body {
		font-size: 0.75rem;
	}
}
.js-table-scroll-attention__body {
	padding: 55px 10px 10px 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtOS4yOTI4OTMyMiA3aC01LjU4NTc4NjQ0bDEuMTQ2NDQ2NjEgMS4xNDY0NDY2MWMuMTk1MjYyMTUuMTk1MjYyMTUuMTk1MjYyMTUuNTExODQ0NjMgMCAuNzA3MTA2NzhzLS41MTE4NDQ2My4xOTUyNjIxNS0uNzA3MTA2NzggMGwtMi0yYy0uMTk1MjYyMTUtLjE5NTI2MjE1LS4xOTUyNjIxNS0uNTExODQ0NjMgMC0uNzA3MTA2NzhsMi0yYy4xOTUyNjIxNS0uMTk1MjYyMTUuNTExODQ0NjMtLjE5NTI2MjE1LjcwNzEwNjc4IDBzLjE5NTI2MjE1LjUxMTg0NDYzIDAgLjcwNzEwNjc4bC0xLjE0NjQ0NjYxIDEuMTQ2NDQ2NjFoNS41ODU3ODY0NGwtMS4xNDY0NDY2MS0xLjE0NjQ0NjYxYy0uMTk1MjYyMTUtLjE5NTI2MjE1LS4xOTUyNjIxNS0uNTExODQ0NjMgMC0uNzA3MTA2NzhzLjUxMTg0NDYzLS4xOTUyNjIxNS43MDcxMDY3OCAwbDIuMDAwMDAwMDEgMmMuMTk1MjYyMS4xOTUyNjIxNS4xOTUyNjIxLjUxMTg0NDYzIDAgLjcwNzEwNjc4bC0yLjAwMDAwMDAxIDJjLS4xOTUyNjIxNS4xOTUyNjIxNS0uNTExODQ0NjMuMTk1MjYyMTUtLjcwNzEwNjc4IDBzLS4xOTUyNjIxNS0uNTExODQ0NjMgMC0uNzA3MTA2Nzh6bTQuNzA3MTA2NzggMi41djIuNTQ3NDM3NmMwIC4zMzA5MTA1LS4xMTYwMTQ1LjY1MTM0ODQtLjMyNzg1ODMuOTA1NTYwOS0uNTAwMTI3NC42MDAxNTI5LTEuMzkyMDgwOS42ODEyMzk2LTEuOTkyMjMzOS4xODExMTIxbC0uOTIzODM0LS43Njk4NjE3Yy0uMjgyNDI4OS0uMjM1MzU3My0uNjM4NDMzOC0uMzY0MjQ4OS0xLjAwNjA3MzgtLjM2NDI0ODktLjI2NjM2NDc0IDAtLjUwOTE3Mzk1LjE1MjYxNDYtLjYyNDY3Nzk1LjM5MjYzMzRsLS4wMzU2OTg1Ny4wNzQxODIxYy0uMTM1MTQ0ODMuMjgwODMyNi0uMDk0MjEzMTkuNjE0NjcxNC4xMDQ3NzM4Ni44NTQ1MzY1bDQuNDEzNDY3NjYgNS4zMjAxMjg0Yy43MTM5MTM4Ljg2MDU3MzYgMS43NzM5ODQ4IDEuMzU4NTE5NiAyLjg5MjEzNSAxLjM1ODUxOTYgMi40ODUyODE0IDAgNC41LTIuMDE0NzE4NiA0LjUtNC41di00YzAtLjI3NjE0MjQtLjIyMzg1NzYtLjUtLjUtLjVzLS41LjIyMzg1NzYtLjUuNXYxYzAgLjI3NjE0MjQtLjIyMzg1NzYuNS0uNS41cy0uNS0uMjIzODU3Ni0uNS0uNXYtMmMwLS4yNzYxNDI0LS4yMjM4NTc2LS41LS41LS41cy0uNS4yMjM4NTc2LS41LjV2MmMwIC4yNzYxNDI0LS4yMjM4NTc2LjUtLjUuNXMtLjUtLjIyMzg1NzYtLjUtLjV2LTNjMC0uMjc2MTQyMzctLjIyMzg1NzYtLjUtLjUtLjVzLS41LjIyMzg1NzYzLS41LjV2M2MwIC4yNzYxNDI0LS4yMjM4NTc2LjUtLjUuNXMtLjUtLjIyMzg1NzYtLjUtLjV2LTdjMC0uMjc2MTQyMzctLjIyMzg1NzYtLjUtLjUtLjVzLS41LjIyMzg1NzYzLS41LjV6bS0xLS4wMDAwMDA1NXYtMy45OTk5OTk0NWMwLS44Mjg0MjcxMi42NzE1NzI5LTEuNSAxLjUtMS41czEuNS42NzE1NzI4OCAxLjUgMS41djIuNTg1MzUyODVjLjE1NjM4OTUtLjA1NTI3NTc0LjMyNDY4MjMtLjA4NTM1Mjg1LjUtLjA4NTM1Mjg1LjY5MTczNCAwIDEuMjc0MTA2Mi40NjgyMzM4NiAxLjQ0NzQ1OTUgMS4xMDUwNDQ2Mi4xNzA5OTQ2LS4wNjc3ODc4NS4zNTc0MTY2LS4xMDUwNDQ2Mi41NTI1NDA1LS4xMDUwNDQ2Mi42OTE3MzQgMCAxLjI3NDEwNjIuNDY4MjMzODYgMS40NDc0NTk1IDEuMTA1MDQ0Ni4xNzA5OTQ2LS4wNjc3ODc4LjM1NzQxNjYtLjEwNTA0NDYuNTUyNTQwNS0uMTA1MDQ0Ni44Mjg0MjcxIDAgMS41LjY3MTU3MjkgMS41IDEuNXY0YzAgMy4wMzc1NjYxLTIuNDYyNDMzOSA1LjUtNS41IDUuNS0xLjQxNTcwNjcgMC0yLjc1Nzg3ODQtLjYzMDQ1NjktMy42NjE3NzU0LTEuNzIwMDQybC00LjQxMzQ2NzY1LTUuMzIwMTI4NGMtLjQ0ODYzNzg3LS41NDA4MDE4LS41NDA5MjI2OC0xLjI5MzQ3NzUtLjIzNjIyNDAzLTEuOTI2NjQ1MWwuMDM1Njk4NTgtLjA3NDE4MjFjLjI4MjExNzE1LS41ODYyNDI5Ljg3NTE3NTc2LS45NTkwMDI0IDEuNTI1NzY4NS0uOTU5MDAyNC42MDE1NzY1IDAgMS4xODQxMTQzLjIxMDkwNzggMS42NDYyNTgyLjU5NjAyNzdsLjkyMzgzNC43Njk4NjE3Yy4xNzU4NzYxLjE0NjU2MzMuNDM3MjY0OS4xMjI4MDA3LjU4MzgyODMtLjA1MzA3NTMuMDYyMDgxMi0uMDc0NDk3NS4wOTYwNzk1LS4xNjg0MDI1LjA5NjA3OTUtLjI2NTM3NjV2LTIuNTQ3NDM3NnoiLz48L3N2Zz4=") center top 8px/45px auto no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
}
.js-table-scroll-attention__body {
	transition-property: opacity;
	transition-duration: 0.4s;
	opacity: 0;
	pointer-events: none;
}
.js-table-scroll-attention.is-scroll .js-table-scroll-attention__body[aria-hidden=false] {
	opacity: 1;
	pointer-events: auto;
}

/******************************************************************
component - heading
******************************************************************/
.c-heading1 {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 60px;
}
@media screen and (max-width: 767px) {
	.c-heading1 {
		font-size: 45px;
	}
}
.c-heading1--w {
	color: #fff;
}
.c-heading1__ja {
	padding-top: 0.5em;
	display: block;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-heading1__ja {
		font-size: 16px;
	}
}

.c-heading1-s {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.c-heading1-s {
		font-size: 28px;
	}
}

.c-heading2-en:not(:first-child) {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.c-heading2-en:not(:first-child) {
		margin-top: 1.5rem;
	}
}
.c-heading2-en {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 55px;
}
@media screen and (max-width: 767px) {
	.c-heading2-en {
		font-size: 40px;
	}
}
.c-heading2-en--w {
	color: #fff;
}
.c-heading2-en__ja {
	padding-top: 0.5em;
	display: block;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.c-heading2 {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.c-heading2 {
		font-size: 25px;
	}
}

.c-heading3-en {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	line-height: 1.2;
	font-size: 42px;
}
@media screen and (max-width: 767px) {
	.c-heading3-en {
		font-size: 35px;
	}
}
.c-heading3-en--w {
	color: #fff;
}
.c-heading3-en__ja {
	padding-top: 0.5em;
	display: block;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.c-heading3 {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.c-heading3 {
		font-size: 22px;
	}
}

.c-heading4 {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.c-heading4 {
		font-size: 18px;
	}
}

/******************************************************************
component - heading-news
******************************************************************/
.c-heading-news1 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #aa0e2a;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.c-heading-news1 {
		font-size: 28px;
	}
}

/******************************************************************
component - lead
******************************************************************/
.c-lead1:not(:first-child) {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.c-lead1:not(:first-child) {
		margin-top: 1.5rem;
	}
}
.c-lead1 {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-weight: 500;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.c-lead1 {
		font-size: 25px;
	}
}

.c-lead2 {
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-weight: 400;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.c-lead2 {
		font-size: 22px;
	}
}

/******************************************************************
component - text
******************************************************************/
.c-text {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-text {
		font-size: 15px;
	}
}
.c-text__underline {
	font-weight: normal;
	padding-bottom: 5px;
	display: inline;
	background-image: linear-gradient(180deg, transparent 55%, #ff9900 55%, #ff9900 90%, transparent 90%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/******************************************************************
component - button-list
******************************************************************/
.c-button-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.c-button-list--center {
	justify-content: center;
}
.c-button-list--right {
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.c-button-list.sp-center {
		justify-content: center;
	}
	.c-button-list.sp-row {
		flex-direction: column;
	}
	.c-button-list.sp-row-center {
		flex-direction: column;
		align-items: center;
	}
}
.c-button-list > * {
	min-width: min(240px, 100%);
}
@media screen and (max-width: 767px) {
	.c-button-list > * {
		min-width: min(400px, 100%);
	}
}
.c-button-list:not(.c-button-list--rooms) .c-button {
	width: 100% !important;
	min-width: auto !important;
}
.c-button-list--rooms {
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.c-button-list--rooms {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.c-button-list--rooms * {
		min-width: initial;
		width: 100%;
	}
	.c-button-list--rooms * .c-button {
		width: 100% !important;
		min-width: auto !important;
		padding-inline: 0.5em;
	}
}
.c-button-list--2column > * {
	min-width: min( calc((100%/2) - (1rem*1/2) ), 240px);
}
.c-button-list--2column > * .c-button {
	min-width: 10em !important;
}
.c-button-list--3column > * {
	min-width: min( calc((100%/3) - (1rem*2/3) ), 240px);
}
.c-button-list--3column > * .c-button {
	min-width: 9em !important;
}
.c-button-list--4column > * {
	min-width: min( calc((100%/4) - (1rem*3/4) ), 240px);
}
.c-button-list--4column > * .c-button {
	min-width: 8em !important;
}
.c-button-list--5column > * {
	min-width: min( calc((100%/5) - (1rem*4/5) ), 240px);
}
.c-button-list--5column > * .c-button {
	min-width: 8em !important;
}
.c-button-list--2pagecolumn > * {
	min-width: min( calc((1100px/2) - (1rem*1/2) ), 100%);
}
.c-button-list--3pagecolumn > * {
	min-width: min( calc((1100px/3) - (1rem*2/3) ), 100%);
}
.c-button-list--4pagecolumn > * {
	min-width: min( calc((1100px/4) - (1rem*3/4) ), 100%);
}
.c-button-list--5pagecolumn > * {
	min-width: min( calc((1100px/5) - (1rem*4/5) ), 100%);
}
.c-button-list--2pagecolumn-slim > * {
	min-width: min( calc((750px/2) - (1rem*1/2) ), 100%);
}
.c-button-list--3pagecolumn-slim > * {
	min-width: min( calc((750px/3) - (1rem*2/3) ), 100%);
}
.c-button-list--4pagecolumn-slim > * {
	min-width: min( calc((750px/4) - (1rem*3/4) ), 100%);
}
.c-button-list--5pagecolumn-slim > * {
	min-width: min( calc((750px/5) - (1rem*4/5) ), 100%);
}

/******************************************************************
component - button-list2
******************************************************************/
.c-button-list2 {
	display: flex;
	gap: 1rem;
}
.c-button-list2 > * {
	min-width: min(240px, calc(50% - (1rem / 2)));
}

/******************************************************************
component - button-list3
******************************************************************/
.c-button-list3 {
	display: flex;
	gap: 1rem;
}
.c-button-list3 > * {
	min-width: min(240px, calc(50% - (1rem / 2)));
}
@media screen and (max-width: 767px) {
	.c-button-list3 > *:first-child {
		min-width: min(240px, calc(57% - (1rem / 2)));
	}
	.c-button-list3 > *:last-child {
		min-width: min(240px, calc(44% - (1rem / 2)));
	}
}

/******************************************************************
component - button
******************************************************************/
.c-button {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-button:focus {
	text-decoration: none;
	color: inherit;
}
.c-button {
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
span.c-button {
	pointer-events: none;
}

.c-button--full {
	width: 100% !important;
	min-width: auto !important;
}
.c-button--label {
	position: relative;
}

/******************************************************************
component - button--basic
******************************************************************/
.c-button--basic-arrow-top, .c-button--basic-arrow-w, .c-button--basic-arrow, .c-button--basic-pdf, .c-button--basic-blank, .c-button--basic-w, .c-button--basic {
	min-width: min(240px, 100%);
	padding: 0.5em 1em;
	min-height: 3.2em;
	background-color: #444444;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button--basic-arrow-top:hover, .c-button--basic-arrow-w:hover, .c-button--basic-arrow:hover, .c-button--basic-pdf:hover, .c-button--basic-blank:hover, .c-button--basic-w:hover, .c-button--basic:hover {
		text-decoration: none;
		color: #fff;
	}
}
.c-button--basic-arrow-top:focus, .c-button--basic-arrow-w:focus, .c-button--basic-arrow:focus, .c-button--basic-pdf:focus, .c-button--basic-blank:focus, .c-button--basic-w:focus, .c-button--basic:focus {
	text-decoration: none;
	color: #fff;
}
.c-button--basic-arrow-top, .c-button--basic-arrow-w, .c-button--basic-arrow, .c-button--basic-pdf, .c-button--basic-blank, .c-button--basic-w, .c-button--basic {
	font-weight: bold;
	border-radius: 100vw;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-button--basic-arrow-top:hover, .c-button--basic-arrow-w:hover, .c-button--basic-arrow:hover, .c-button--basic-pdf:hover, .c-button--basic-blank:hover, .c-button--basic-w:hover, .c-button--basic:hover {
		opacity: 0.7;
	}
}
.c-button--basic-arrow-top:focus, .c-button--basic-arrow-w:focus, .c-button--basic-arrow:focus, .c-button--basic-pdf:focus, .c-button--basic-blank:focus, .c-button--basic-w:focus, .c-button--basic:focus {
	opacity: 0.7;
}

.c-button--basic-w {
	background-color: #fff;
	color: #222222;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button--basic-w:hover {
		text-decoration: none;
		color: #222222;
	}
}
.c-button--basic-w:focus {
	text-decoration: none;
	color: #222222;
}
.c-button--basic-blank {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--basic-blank::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1.1em;
	bottom: 0;
	width: 13px;
	height: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMXY1aC04di01em0xLTFoLTEwdjdoMTB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0ibTEwIDkuNWgtOS41di02LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center/100% auto;
}
.c-button--basic-pdf {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--basic-pdf::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1em;
	bottom: 0;
	width: 24px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
}
.c-button--basic-arrow {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--basic-arrow::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1.1em;
	bottom: 0;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
.c-button--basic-arrow-w {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--basic-arrow-w::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1.1em;
	bottom: 0;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iIzIyMjIyMiIvPjwvc3ZnPg==") no-repeat center center/100% auto;
}
.c-button--basic-arrow-top {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--basic-arrow-top::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1.1em;
	bottom: 0;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTUuNSAxMC4yIDMuNS0zLjUgMy41IDMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxN2MtNC40IDAtOC0zLjYtOC04czMuNi04IDgtOCA4IDMuNiA4IDgtMy42IDgtOCA4bTAgMWM1IDAgOS00IDktOXMtNC05LTktOS05IDQtOSA5IDQgOSA5IDl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") no-repeat center center/100% auto;
}
.c-button--basic-icon {
	margin-right: 0.5em;
}

/******************************************************************
component - button--booking
******************************************************************/
.c-button--booking-pdf, .c-button--booking-blank, .c-button--booking-w, .c-button--booking {
	min-width: min(240px, 100%);
	padding: 0.5em 1em;
	min-height: 3.2em;
	background-color: #aa0e2a;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button--booking-pdf:hover, .c-button--booking-blank:hover, .c-button--booking-w:hover, .c-button--booking:hover {
		text-decoration: none;
		color: #fff;
	}
}
.c-button--booking-pdf:focus, .c-button--booking-blank:focus, .c-button--booking-w:focus, .c-button--booking:focus {
	text-decoration: none;
	color: #fff;
}
.c-button--booking-pdf, .c-button--booking-blank, .c-button--booking-w, .c-button--booking {
	font-weight: bold;
	border-radius: 100vw;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-button--booking-pdf:hover, .c-button--booking-blank:hover, .c-button--booking-w:hover, .c-button--booking:hover {
		opacity: 0.7;
	}
}
.c-button--booking-pdf:focus, .c-button--booking-blank:focus, .c-button--booking-w:focus, .c-button--booking:focus {
	opacity: 0.7;
}

.c-button--booking-w {
	background-color: #fff;
	color: #222222;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button--booking-w:hover {
		text-decoration: none;
		color: #222222;
	}
}
.c-button--booking-w:focus {
	text-decoration: none;
	color: #222222;
}
.c-button--booking-w {
	font-weight: bold;
}
.c-button--booking-blank {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--booking-blank::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 1.1em;
	bottom: 0;
	width: 13px;
	height: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMXY1aC04di01em0xLTFoLTEwdjdoMTB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0ibTEwIDkuNWgtOS41di02LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center/100% auto;
}
.c-button--booking-pdf {
	padding: 0.5em 3.4em 0.5em 3em;
}
.c-button--booking-pdf::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 0.8em;
	bottom: 0;
	width: 24px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
}
/******************************************************************
component - button-visual-list
******************************************************************/
.c-button-visual-wrap > *:not(:last-child) {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-button-visual-wrap > *:not(:last-child) {
		margin-bottom: 0;
	}
}

.c-button-visual-list + .c-button-visual-list--2col {
	margin-top: 70px;
}
@media screen and (max-width: 767px) {
	.c-button-visual-list + .c-button-visual-list--2col {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.c-button-visual-list {
		margin-inline: -20px;
	}
}
.c-button-visual-list > *:not(:last-child) {
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	.c-button-visual-list > *:not(:last-child) {
		margin-bottom: 0;
	}
}
.c-button-visual-list--2col > *:not(:last-child) {
	margin-bottom: 0;
}
.c-button-visual-list--2col {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.c-button-visual-list--2col {
		gap: 0;
	}
}
.c-button-visual-list--2col > * {
	width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
	.c-button-visual-list--2col > * {
		width: 100%;
	}
}
/******************************************************************
component - button-visual
******************************************************************/
.c-button-visual {
	position: relative;
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button-visual:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-button-visual:focus {
	text-decoration: none;
	color: inherit;
}
@media screen and (max-width: 767px) {
	.c-button-visual .u-hover-scale-bg__body {
		background-size: 100% auto !important;
		background-position: top center !important;
	}
}
.c-button-visual {
	position: relative;
}
.c-button-visual::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
	.c-button-visual::after {
		height: 100%;
		background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgb(51, 51, 51) 87vw, rgb(51, 51, 51) 100%);
	}
}
.c-button-visual {
	aspect-ratio: 1100/400;
}
@media screen and (max-width: 767px) {
	.c-button-visual {
		aspect-ratio: initial;
		padding-top: 64vw;
	}
}
.c-button-visual:where(.c-button-visual-list--2col *) {
	aspect-ratio: 525/350;
}
@media screen and (max-width: 767px) {
	.c-button-visual:where(.c-button-visual-list--2col *) {
		aspect-ratio: initial;
	}
}
.c-button-visual {
	display: flex;
	align-items: flex-end;
}
.c-button-visual > img {
	width: 100%;
}
.c-button-visual__inner {
	position: relative;
	z-index: 1;
	flex-grow: 1;
	display: grid;
	grid-template-columns: auto 240px;
}
@media screen and (max-width: 1160px) {
	.c-button-visual__inner {
		grid-template-columns: auto 18vw;
	}
}
.c-button-visual__inner {
	grid-template-areas: "body summary";
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.c-button-visual__inner {
		grid-template-columns: 100%;
		grid-template-areas: "body" "summary";
		gap: 25px;
	}
}
.c-button-visual__inner {
	box-sizing: border-box;
	color: #fff;
	padding: 40px 30px;
}
@media screen and (max-width: 1160px) {
	.c-button-visual__inner {
		padding: 3.4482758621vw 2.5862068966vw;
	}
}
@media screen and (max-width: 767px) {
	.c-button-visual__inner {
		padding: 40px 20px;
	}
}
.c-button-visual__body {
	grid-area: body;
}
.c-button-visual__title {
	grid-area: title;
	font-family: "Playfair Display", serif;
	font-weight: normal;
	line-height: 1.2;
	font-size: 45px;
}
@media screen and (max-width: 1160px) {
	.c-button-visual__title {
		font-size: 3.8793103448vw;
	}
}
@media screen and (max-width: 767px) {
	.c-button-visual__title {
		font-size: 35px;
	}
}
.c-button-visual-list--2col .c-button-visual__title {
	font-size: 42px;
}
@media screen and (max-width: 1160px) {
	.c-button-visual-list--2col .c-button-visual__title {
		font-size: 3.6206896552vw;
	}
}
@media screen and (max-width: 767px) {
	.c-button-visual-list--2col .c-button-visual__title {
		font-size: 35px;
	}
}

.c-button-visual__title-ja {
	line-height: 2;
	display: block;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.c-button-visual__title-ja {
		font-size: 16px;
	}
}
.c-button-visual-list--2col .c-button-visual__title-ja {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.c-button-visual-list--2col .c-button-visual__title-ja {
		font-size: 16px;
	}
}

.c-button-visual__copy {
	line-height: 2;
	grid-area: copy;
}
.c-button-visual__summary {
	grid-area: summary;
	align-self: flex-end;
	box-sizing: border-box;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.c-button-visual__summary {
		width: 160px;
	}
}
.c-button-visual__summary {
	text-align: center;
	padding: 1em;
	background-color: #fff;
	border-radius: 100vw;
	color: #222222;
	font-weight: bold;
}
.c-button-visual a.c-button-visual__summary {
	color: #222222;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-button-visual a.c-button-visual__summary:hover {
		text-decoration: none;
		color: #222222;
	}
}
.c-button-visual a.c-button-visual__summary:focus {
	text-decoration: none;
	color: #222222;
}

/******************************************************************
component - badge-list
******************************************************************/
.c-badge-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
	font-size: 13px;
	line-height: 1;
}
.c-badge-list--center {
	justify-content: center;
}
.c-badge-list--right {
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.c-badge-list.sp-center {
		justify-content: center;
	}
	.c-badge-list.sp-row {
		flex-direction: column;
	}
	.c-badge-list.sp-row-center {
		flex-direction: column;
		align-items: center;
	}
}
/******************************************************************
component - badge
******************************************************************/
.c-badge {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	vertical-align: 1px;
}
.c-badge--full {
	width: 100% !important;
	min-width: auto !important;
}

.c-badge--restaurant {
	padding: 0.25em 0.5em;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	color: #aa0e2a;
	border: 1px solid #aa0e2a;
}
[aria-hidden=true] .c-badge--restaurant {
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

/******************************************************************
component - youtube
******************************************************************/
.c-flexbox .c-youtube {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.l-visual .c-youtube {
		position: relative;
		overflow: hidden;
		aspect-ratio: 1/1;
	}
	.l-visual .c-youtube iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
}

.c-youtube {
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
}
.c-youtube--full {
	width: 100%;
}
.c-youtube iframe {
	width: 100%;
	aspect-ratio: 16/9;
	vertical-align: middle;
}
.c-youtube--height {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 700px;
	height: 39vw;
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.c-youtube--height {
		min-height: 95vw;
	}
}
.c-youtube--height iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
	.c-youtube--height iframe {
		width: auto;
		height: 120%;
	}
}
.c-youtube__caption {
	font-size: 14px;
	color: #777777;
}
.c-youtube__caption:first-child {
	margin-bottom: 0.5rem;
}
.c-youtube__caption:last-child {
	margin-top: 0.5rem;
}
/******************************************************************
component - googlemap
******************************************************************/
.c-googlemap iframe {
	width: 100%;
	filter: saturate(75%);
	aspect-ratio: 1280/600;
}
@media screen and (max-width: 767px) {
	.c-googlemap iframe {
		aspect-ratio: 360/420;
	}
}
.c-googlemap--100vw {
	width: calc(100vw - var(--scrollbar));
	margin: 0 calc(50% - 50vw + var(--scrollbar) / 2);
}
.c-googlemap--100vw iframe {
	width: 100%;
}
.c-googlemap--100vw .c-googlemap__title,
.c-googlemap--100vw .c-googlemap__caption {
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-googlemap--100vw .c-googlemap__title,
	.c-googlemap--100vw .c-googlemap__caption {
		padding-inline: 20px;
	}
}
.l-main-2column .c-googlemap--100vw .c-googlemap__title, .l-main-3column .c-googlemap--100vw .c-googlemap__title,
.l-main-2column .c-googlemap--100vw .c-googlemap__caption,
.l-main-3column .c-googlemap--100vw .c-googlemap__caption {
	padding-inline: 0 !important;
}

.c-googlemap--100vw .c-googlemap__title,
.c-googlemap--100vw .c-googlemap__caption {
	width: 1100px;
}
.c-googlemap__title {
	width: fit-content;
}
.c-googlemap__title--center {
	margin-inline: auto;
}
.c-googlemap__title {
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-googlemap__title {
		font-size: 16px;
	}
}
.c-googlemap__title {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.c-googlemap__title {
		margin-top: 2.25rem;
	}
}
.c-googlemap__caption {
	width: fit-content;
	line-height: 2;
}
.c-googlemap__caption--center {
	margin-inline: auto;
}
.c-googlemap__caption:first-child {
	margin-bottom: 0.5rem;
}
.c-googlemap__caption:last-child {
	margin-top: 0.5rem;
}
/******************************************************************
component - dialog
******************************************************************/
body:has(.c-dialog[open]) {
	overflow: hidden;
}

.l-wrapper:has(.c-dialog[open]) {
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.c-dialog {
	max-width: 100vw;
	max-height: 100dvh;
	margin: auto !important;
	box-sizing: border-box;
	width: 100vw;
	height: 100dvh;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	padding: 50px;
}
@media screen and (max-width: 767px) {
	.c-dialog {
		padding: 20px;
	}
}
.c-dialog[open] {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-dialog::backdrop {
	background-color: rgba(34, 34, 34, 0.9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.c-dialog {
	transition-property: opacity;
	transition-duration: 300ms;
	opacity: 0;
}
.c-dialog::backdrop {
	transition-property: opacity;
	transition-duration: 300ms;
	opacity: 0;
}
.c-dialog__inner {
	transition-property: transform;
	transition-duration: 300ms;
	transform: scale(0.97);
}
.c-dialog.is-open {
	opacity: 1;
}
.c-dialog.is-open::backdrop {
	opacity: 1;
}
.c-dialog.is-open .c-dialog__inner {
	transform: scale(1);
}
.c-dialog__inner {
	box-sizing: border-box;
	position: relative;
	width: fit-content;
	height: fit-content;
	max-height: 100%;
	max-width: 1300px;
	outline: 0;
}
.c-dialog[data-type=image] .c-dialog__inner img {
	max-height: calc(100dvh - 50px - 50px);
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=image] .c-dialog__inner img {
		max-height: calc(100dvh - 20px - 20px);
	}
}
.c-dialog[data-type=movie] .c-dialog__inner, .c-dialog[data-type=youtube] .c-dialog__inner {
	width: 100%;
}
.c-dialog[data-type=movie] .c-dialog__inner iframe, .c-dialog[data-type=youtube] .c-dialog__inner iframe {
	width: 100%;
	aspect-ratio: 16/9;
}
.c-dialog__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	border-radius: 100vw;
	aspect-ratio: 1/1;
	line-height: 0;
	padding: 16px;
	transition-property: background;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog__close:hover {
		background-color: #333;
	}
}
.c-dialog__close:focus {
	background-color: #333;
}
.c-dialog__close > span {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
}
.c-dialog__close > span::before, .c-dialog__close > span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.c-dialog__close > span::before {
	background-color: #fff;
	width: 30.941125497px;
	height: 3px;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.c-dialog__close > span::after {
	background-color: #fff;
	width: 30.941125497px;
	height: 3px;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/******************************************************************
component - dialog-nav
******************************************************************/
.c-dialog[data-type=booking] .c-dialog__inner2, .c-dialog[data-type=nav] .c-dialog__inner2 {
	overflow-y: auto;
	scroll-behavior: smooth;
	overscroll-behavior: contain;
}
.c-dialog[data-type=booking] .c-dialog__inner2::-webkit-scrollbar, .c-dialog[data-type=nav] .c-dialog__inner2::-webkit-scrollbar {
	width: 5px;
	background: #F1F1F1;
}
.c-dialog[data-type=booking] .c-dialog__inner2::-webkit-scrollbar:horizontal, .c-dialog[data-type=nav] .c-dialog__inner2::-webkit-scrollbar:horizontal {
	height: 5px;
	background: #F1F1F1;
}
.c-dialog[data-type=booking] .c-dialog__inner2::-webkit-scrollbar-thumb, .c-dialog[data-type=nav] .c-dialog__inner2::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 2px;
}
.c-dialog[data-type=booking] .c-dialog__inner2::-webkit-scrollbar-thumb:horizontal, .c-dialog[data-type=nav] .c-dialog__inner2::-webkit-scrollbar-thumb:horizontal {
	background: #BCBCBC;
	border-radius: 2px;
}
.c-dialog[data-type=booking] .c-dialog__inner2, .c-dialog[data-type=nav] .c-dialog__inner2 {
	scrollbar-width: thin;
	scrollbar-color: #BCBCBC #F1F1F1;
}
.c-dialog__inner2 {
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-delay: 0.1s;
	opacity: 0;
}
.c-dialog.is-open .c-dialog__inner2 {
	opacity: 1;
}
.c-dialog[data-type=nav] {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=nav] {
		padding: 0;
	}
}
.c-dialog[data-type=nav] {
	width: min(90vw, 880px);
	transition-property: transform, opacity;
	transition-duration: 300ms;
	opacity: 0;
	transform: translateX(10%);
}
.c-dialog[data-type=nav].is-open {
	opacity: 1;
	transform: translateX(0);
}
.c-dialog[data-type=nav] {
	justify-content: flex-end;
	margin-right: 0 !important;
}
.c-dialog[data-type=nav] .c-dialog__inner {
	transform: scale(1);
}
.c-dialog[data-type=nav] .c-dialog__inner {
	width: 100%;
	height: 100%;
	max-height: none;
	max-width: none;
	background-color: #222222;
	color: #fff;
	padding: 0;
}
.c-dialog[data-type=nav] .c-dialog__inner a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-dialog[data-type=nav] .c-dialog__inner a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-dialog[data-type=nav] .c-dialog__inner a:focus {
	text-decoration: none;
	color: inherit;
}
.c-dialog[data-type=nav] .c-dialog__inner2 {
	box-sizing: border-box;
	width: 100%;
	height: 100dvh;
	padding: 120px 65px 100px 65px;
}
@media screen and (max-width: 1160px) {
	.c-dialog[data-type=nav] .c-dialog__inner2 {
		padding: 120px 5.6034482759vw 100px 5.6034482759vw;
	}
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=nav] .c-dialog__inner2 {
		padding: 90px 25px 100px 30px;
	}
}
.c-dialog[data-type=booking] {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=booking] {
		padding: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.c-dialog[data-type=booking] {
		max-width: 1100px;
	}
}
.c-dialog[data-type=booking] {
	transition-property: transform, opacity;
	transition-duration: 400ms;
}
@media screen and (max-width: 1100px) {
	.c-dialog[data-type=booking] {
		transition-duration: 300ms;
	}
}
.c-dialog[data-type=booking] {
	opacity: 0;
	transform: translateX(10%);
}
.c-dialog[data-type=booking].is-open {
	opacity: 1;
	transform: translateX(0);
}
.c-dialog[data-type=booking] {
	justify-content: flex-end;
	margin-right: 0 !important;
}
.c-dialog[data-type=booking] .c-dialog__inner {
	transform: scale(1);
}
@media print, screen and (min-width: 768px) {
	.c-dialog[data-type=booking] .c-dialog__inner {
		align-self: flex-start;
		height: auto;
		overflow: hidden;
		max-height: 100vh;
	}
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=booking] .c-dialog__inner {
		height: 100%;
	}
}
.c-dialog[data-type=booking] .c-dialog__inner {
	width: 100%;
	max-height: none;
	max-width: none;
	background-color: #aa0e2a;
	color: #fff;
	padding: 0;
}
.c-dialog[data-type=booking] .c-dialog__inner a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-dialog[data-type=booking] .c-dialog__inner a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-dialog[data-type=booking] .c-dialog__inner a:focus {
	text-decoration: none;
	color: inherit;
}
.c-dialog[data-type=booking] .c-dialog__inner2 {
	width: 100%;
	height: calc(100% - 60px);
	max-height: 100vh;
}
.c-dialog__header {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
@media screen and (max-width: 1100px) {
	.c-dialog__header .c-dialog-booking {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.c-dialog[data-type=booking] .c-dialog__header {
		top: initial;
		bottom: 0;
		width: 100%;
	}
}
.c-dialog__subnav {
	height: 60px;
	display: flex;
	gap: 20px;
	align-items: center;
	padding-right: 30px;
}
@media screen and (max-width: 1100px) {
	.c-dialog__subnav {
		gap: 0.75rem;
		padding-right: 0.75rem;
	}
}
.c-dialog__members img {
	filter: brightness(0) invert(1);
	width: 96px;
}
@media screen and (max-width: 1100px) {
	.c-dialog__members img {
		width: 75px;
	}
}
.c-dialog__members {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog__members:hover {
		opacity: 0.6;
	}
}
.c-dialog__members:focus {
	opacity: 0.6;
}
.c-dialog__footer {
	position: absolute;
	bottom: 0;
	right: 0;
}
@media print, screen and (min-width: 768px) {
	.c-dialog__footer .c-dialog__close-booking {
		display: none;
	}
}
.c-dialog__close-nav {
	display: inline-block;
	aspect-ratio: 1/1;
	height: 60px;
	background-color: #fff;
	position: relative;
}
.c-dialog__close-nav::before, .c-dialog__close-nav::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.c-dialog__close-nav::before {
	background-color: #222222;
	width: 21.627416998px;
	height: 1px;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.c-dialog__close-nav::after {
	background-color: #222222;
	width: 21.627416998px;
	height: 1px;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.c-dialog__close-nav {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog__close-nav:hover {
		opacity: 0.8;
	}
}
.c-dialog__close-nav:focus {
	opacity: 0.8;
}
.c-dialog__close-nav-inner {
	line-height: 0;
	display: inline-block;
	aspect-ratio: 1/1;
	height: 60px;
	position: relative;
}
.c-dialog__close-nav-inner::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 11px;
	height: 5px;
	border-color: #fff;
	border-style: solid;
	border-top-width: 5px;
	border-right: 5.5px solid transparent !important;
	border-bottom-width: 0;
	border-left: 5.5px solid transparent !important;
	bottom: -5px;
	left: 0;
	right: 0;
}
.c-dialog__close-booking {
	display: inline-block;
	width: 210px;
}
@media screen and (max-width: 767px) {
	.c-dialog__close-booking {
		width: 100%;
	}
}
.c-dialog__close-booking {
	height: 60px;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.c-dialog__close-booking {
		position: relative;
	}
	.c-dialog__close-booking::after {
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 11px;
		height: 5px;
		border-color: #fff;
		border-style: solid;
		border-top-width: 5px;
		border-right: 5.5px solid transparent !important;
		border-bottom-width: 0;
		border-left: 5.5px solid transparent !important;
		bottom: -5px;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-dialog__close-booking {
		position: relative;
	}
	.c-dialog__close-booking::after {
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 11px;
		height: 5px;
		border-color: #fff;
		border-style: solid;
		border-top-width: 0;
		border-right: 5.5px solid transparent !important;
		border-bottom-width: 5px;
		border-left: 5.5px solid transparent !important;
		top: -5px;
		left: 0;
		right: 0;
	}
}
.c-dialog__close-booking {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog__close-booking:hover {
		opacity: 0.8;
	}
}
.c-dialog__close-booking:focus {
	opacity: 0.8;
}
.c-dialog__close-booking {
	line-height: 0;
	font-weight: bold;
	color: #aa0e2a;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-dialog__close-booking:hover {
		text-decoration: none;
		color: #aa0e2a;
	}
}
.c-dialog__close-booking:focus {
	text-decoration: none;
	color: #aa0e2a;
}
.c-dialog__close-booking {
	display: flex;
	justify-content: center;
	gap: 0.8em;
	align-items: center;
}
.c-dialog__close-booking-close {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
}
.c-dialog__close-booking-close::before, .c-dialog__close-booking-close::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
}
.c-dialog__close-booking-close::before {
	background-color: #aa0e2a;
	width: 24.4558441227px;
	height: 1px;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.c-dialog__close-booking-close::after {
	background-color: #aa0e2a;
	width: 24.4558441227px;
	height: 1px;
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.c-dialog-hamburger {
	line-height: 0;
	background-color: #333;
	display: inline-block;
	aspect-ratio: 1/1;
	padding: 18px;
}
.c-dialog-hamburger > span {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 13px;
}
.c-dialog-hamburger > span span {
	position: absolute;
	display: block;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.c-dialog-hamburger > span span:first-child {
	top: 0;
}
.c-dialog-hamburger > span span:nth-child(2) {
	top: 0;
	bottom: 0;
}
.c-dialog-hamburger > span span:last-child {
	bottom: 0;
}
.c-dialog-hamburger > span span:first-child {
	transition: top 0.24s 0.16s, transform 0.16s;
}
.c-dialog-hamburger > span span:nth-child(2) {
	transition: opacity 0.24s 0.16s;
}
.c-dialog-hamburger > span span:last-child {
	transition: bottom 0.24s 0.16s, transform 0.16s;
}
.c-dialog-hamburger {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog-hamburger:hover {
		opacity: 0.8;
	}
}
.c-dialog-hamburger:focus {
	opacity: 0.8;
}

.c-dialog-booking {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 10px;
	width: 210px;
	font-size: 15px;
	font-weight: bold;
	background-color: #aa0e2a;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-dialog-booking:hover {
		text-decoration: none;
		color: #fff;
	}
}
.c-dialog-booking:focus {
	text-decoration: none;
	color: #fff;
}
.c-dialog-booking img {
	margin-right: 6px;
}
.c-dialog-booking {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-dialog-booking:hover {
		opacity: 0.8;
	}
}
.c-dialog-booking:focus {
	opacity: 0.8;
}

.l-bottom-fixed-booking .c-dialog-booking {
	width: 100%;
	font-size: 15px;
	height: 60px;
}

/******************************************************************
component - swiper
******************************************************************/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/******************************************************************
component - swiper-module
******************************************************************/
.c-swiper-module {
	position: relative;
}
.c-swiper-module .swiper-outer {
	position: relative;
}
.c-swiper-module .swiper-wrapper {
	width: fit-content;
	margin-inline: auto;
}
.c-swiper-module .swiper-slide img {
	width: 100%;
}
.c-swiper-module .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}
.c-swiper-module .swiper-slide > a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-swiper-module .swiper-slide > a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-swiper-module .swiper-slide > a:focus {
	text-decoration: none;
	color: inherit;
}
.c-swiper-module .swiper-slide__body {
	padding-top: 1em;
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
}
.c-swiper-module[data-center=true] .swiper-slide {
	width: initial;
}
.c-swiper-module[data-center=true] .swiper-slide img {
	width: min(840px, 70vw);
}
.c-swiper-module[data-center=true] .swiper-slide__body {
	max-width: min(840px, 70vw);
}
.c-swiper-module--variablewidth .swiper-slide {
	flex-shrink: initial;
}
.c-swiper-module--variablewidth .swiper-slide img {
	max-width: initial;
	width: auto !important;
	height: min(550px, 50vw);
}
.c-swiper-module .swiper-outer .swiper-button-prev,
.c-swiper-module .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-module .swiper-outer .swiper-button-prev,
.c-swiper-module .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-module .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-module .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-module .swiper-button-prev.swiper-button-disabled,
.c-swiper-module .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-module .swiper-button-prev.swiper-button-hidden,
.c-swiper-module .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-module .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-module .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-module .swiper-button-lock {
	display: none;
}
.c-swiper-module .swiper-button-prev,
.c-swiper-module .swiper-button-next {
	backdrop-filter: blur(5px);
	overflow: hidden;
}
.c-swiper-module .swiper-button-prev {
	border-radius: 0 50% 50% 0;
}
.c-swiper-module .swiper-button-next {
	border-radius: 50% 0 0 50%;
}
.c-swiper-module .swiper-button-prev span,
.c-swiper-module .swiper-button-next span {
	position: relative;
	display: block;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-module .swiper-button-prev span,
	.c-swiper-module .swiper-button-next span {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-button-prev span,
	.c-swiper-module .swiper-button-next span {
		width: 60px;
		height: 60px;
	}
}
.c-swiper-module .swiper-button-prev span,
.c-swiper-module .swiper-button-next span {
	transition-property: all;
	transition-duration: 0.2s;
}
.c-swiper-module .swiper-button-prev span::before,
.c-swiper-module .swiper-button-next span::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	background-color: #333;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-module .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-module .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-module .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateX(3.5857864376px) rotate(-135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-module .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-module .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateX(2.2928932188px) rotate(-135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-module .swiper-button-prev span:hover::after {
		right: 25px;
	}
}
.c-swiper-module .swiper-button-prev span:focus::after {
	right: 25px;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-module .swiper-button-next span {
		position: relative;
	}
	.c-swiper-module .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-module .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(-3.5857864376px) rotate(135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-button-next span {
		position: relative;
	}
	.c-swiper-module .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-module .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: translateX(-2.2928932188px) rotate(135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-module .swiper-button-next span:hover::after {
		left: 25px;
	}
}
.c-swiper-module .swiper-button-next span:focus::after {
	left: 25px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-button-prev,
	.c-swiper-module .swiper-button-next {
		display: none;
	}
}
.c-swiper-module > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module > .swiper-pagination {
		bottom: 14px;
	}
}
.c-swiper-module .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-module .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-module .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-module .swiper-pagination-lock {
	display: none;
}
.c-swiper-module > .swiper-pagination {
	position: relative;
	z-index: 10;
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module > .swiper-pagination {
		padding-inline: 20px;
	}
}
.l-main-2column .c-swiper-module > .swiper-pagination, .l-main-3column .c-swiper-module > .swiper-pagination {
	padding-inline: 0 !important;
}

.c-swiper-module > .swiper-pagination {
	width: initial;
	margin-top: 20px;
	bottom: auto;
}
@media screen and (max-width: 767px) {
	.c-swiper-module > .swiper-pagination {
		margin-top: 16px;
		bottom: auto;
	}
}
.c-swiper-module .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-module .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-module .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-module .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-module .swiper-pagination svg {
	display: none;
}
.c-swiper-module .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-module .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-module .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-module .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-module .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}

/******************************************************************
component - swiper-restaurant
******************************************************************/
.c-swiper-restaurant {
	position: relative;
}
.c-swiper-restaurant .swiper-outer {
	position: relative;
}
.c-swiper-restaurant .swiper-wrapper {
	width: fit-content;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant {
		margin-inline: -20px;
	}
}
.c-swiper-restaurant .swiper-slide img {
	width: 100%;
}
.c-swiper-restaurant .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}
.c-swiper-restaurant .swiper-slide > a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-swiper-restaurant .swiper-slide > a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-swiper-restaurant .swiper-slide > a:focus {
	text-decoration: none;
	color: inherit;
}
.c-swiper-restaurant .swiper-slide__body {
	padding-top: 1em;
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
}
.c-swiper-restaurant[data-center=true] .swiper-slide {
	width: initial;
}
.c-swiper-restaurant[data-center=true] .swiper-slide img {
	width: min(840px, 70vw);
}
.c-swiper-restaurant[data-center=true] .c-card__body {
	width: min(840px, 70vw);
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant[data-center=true] .c-card__body {
		box-sizing: border-box;
		width: 100vw !important;
	}
	.c-swiper-restaurant[data-center=true] .swiper-slide {
		width: initial;
	}
	.c-swiper-restaurant[data-center=true] .swiper-slide img {
		width: 100vw;
	}
}
.c-swiper-restaurant .swiper-outer .swiper-button-prev,
.c-swiper-restaurant .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-restaurant .swiper-outer .swiper-button-prev,
.c-swiper-restaurant .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-restaurant .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-restaurant .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-restaurant .swiper-button-prev.swiper-button-disabled,
.c-swiper-restaurant .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-restaurant .swiper-button-prev.swiper-button-hidden,
.c-swiper-restaurant .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-restaurant .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-restaurant .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-restaurant .swiper-button-lock {
	display: none;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper {
		margin-inline: 40px;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper {
		margin-inline: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-prev {
		left: 0;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-prev {
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-next {
		right: 0;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-outer .swiper-button-next {
		right: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-prev,
	.c-swiper-restaurant .swiper-button-next {
		backdrop-filter: blur(5px);
		overflow: hidden;
	}
	.c-swiper-restaurant .swiper-button-prev {
		border-radius: 0 50% 50% 0;
	}
	.c-swiper-restaurant .swiper-button-next {
		border-radius: 50% 0 0 50%;
	}
	.c-swiper-restaurant .swiper-button-prev span,
	.c-swiper-restaurant .swiper-button-next span {
		position: relative;
		display: block;
		transition-property: all;
		transition-duration: 0.2s;
	}
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-prev span,
	.c-swiper-restaurant .swiper-button-next span {
		width: 80px;
		height: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-button-prev span,
	.c-swiper-restaurant .swiper-button-next span {
		width: 60px;
		height: 60px;
	}
}
@media print, screen and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-prev span::before,
	.c-swiper-restaurant .swiper-button-next span::before {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 100vw;
		background-color: #333;
	}
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateX(3.5857864376px) rotate(-135deg);
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateX(2.2928932188px) rotate(-135deg);
	}
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
	.c-swiper-restaurant .swiper-button-prev span:hover::after {
		right: 25px;
	}
}
@media print, screen and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-prev span:focus::after {
		right: 25px;
	}
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-next span {
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(-3.5857864376px) rotate(135deg);
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-button-next span {
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: translateX(-2.2928932188px) rotate(135deg);
	}
}
@media print and (any-hover: hover), screen and (min-width: 768px) and (any-hover: hover) {
	.c-swiper-restaurant .swiper-button-next span:hover::after {
		left: 25px;
	}
}
@media print, screen and (min-width: 768px) {
	.c-swiper-restaurant .swiper-button-next span:focus::after {
		left: 25px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-button-prev,
	.c-swiper-restaurant .swiper-button-next {
		position: static !important;
		transform: none !important;
		mix-blend-mode: normal !important;
	}
	.c-swiper-restaurant .swiper-buttons {
		display: flex;
	}
	.c-swiper-restaurant .swiper-button-prev,
	.c-swiper-restaurant .swiper-button-next {
		filter: grayscale(0) !important;
		opacity: 1 !important;
	}
	.c-swiper-restaurant .swiper-button-prev span,
	.c-swiper-restaurant .swiper-button-next span {
		display: block;
		width: fit-content;
		background-color: #e6dac8;
		padding: 18px;
	}
	.c-swiper-restaurant .swiper-button-prev span {
		margin-right: 1px;
		border-radius: 50% 0 0 50%;
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(1.4497474683px) rotate(-45deg);
	}
	.c-swiper-restaurant .swiper-button-next span {
		border-radius: 0 50% 50% 0;
		position: relative;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-restaurant .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(-1.4497474683px) rotate(135deg);
	}
}
.c-swiper-restaurant > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant > .swiper-pagination {
		bottom: 14px;
	}
}
.c-swiper-restaurant .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-restaurant .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-restaurant .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-restaurant .swiper-pagination-lock {
	display: none;
}
.c-swiper-restaurant > .swiper-pagination {
	position: relative;
	z-index: 10;
	max-width: 1100px;
	margin-inline: auto;
	padding-inline: 30px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant > .swiper-pagination {
		padding-inline: 20px;
	}
}
.l-main-2column .c-swiper-restaurant > .swiper-pagination, .l-main-3column .c-swiper-restaurant > .swiper-pagination {
	padding-inline: 0 !important;
}

.c-swiper-restaurant > .swiper-pagination {
	width: initial;
	margin-top: 20px;
	bottom: auto;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant > .swiper-pagination {
		margin-top: 16px;
		bottom: auto;
	}
}
.c-swiper-restaurant .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-restaurant .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-restaurant .swiper-pagination svg {
	display: none;
}
.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-restaurant .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-restaurant .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-restaurant .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.c-swiper-restaurant .swiper-nav {
		max-width: 1100px;
		margin-inline: auto;
		padding-inline: 30px;
		padding-top: 40px;
	}
}
@media screen and (min-width: 768px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav {
		padding-inline: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.l-main-2column .c-swiper-restaurant .swiper-nav, .l-main-3column .c-swiper-restaurant .swiper-nav {
		padding-inline: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav {
		position: relative;
		margin-top: 0;
		padding-inline: 0;
		display: flex;
		gap: 20px;
		align-items: center;
		justify-content: center;
		padding-top: 50px;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav {
		margin-top: 0;
		padding-inline: 20px;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav {
		flex-wrap: wrap;
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .c-button-list {
		order: 1;
		flex-grow: 1;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .c-button-list {
		order: 3;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .swiper-buttons {
		order: 3;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .swiper-buttons {
		order: 2;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .swiper-pagination {
		order: 2;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav .swiper-pagination {
		order: 1;
		flex-grow: 1;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-restaurant .swiper-nav {
		margin-inline: 20px;
	}
}

/******************************************************************
component - swiper-top-visual
******************************************************************/
.c-swiper-top-visual {
	position: relative;
}
.c-swiper-top-visual .swiper-outer {
	position: relative;
}
.c-swiper-top-visual .swiper-slide img {
	width: 100%;
}
.c-swiper-top-visual .swiper-slide__bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-slide__bg {
		min-height: initial;
		aspect-ratio: 1/1;
	}
}
.c-swiper-top-visual .swiper-slide__bg {
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-slide__bg {
		min-height: 95vw;
	}
}
.c-swiper-top-visual .swiper-outer .swiper-button-prev,
.c-swiper-top-visual .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-top-visual .swiper-outer .swiper-button-prev,
.c-swiper-top-visual .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-top-visual .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-top-visual .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-top-visual .swiper-button-prev.swiper-button-disabled,
.c-swiper-top-visual .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-top-visual .swiper-button-prev.swiper-button-hidden,
.c-swiper-top-visual .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-top-visual .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-top-visual .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-top-visual .swiper-button-lock {
	display: none;
}
.c-swiper-top-visual .swiper-button-prev,
.c-swiper-top-visual .swiper-button-next {
	backdrop-filter: blur(5px);
	overflow: hidden;
}
.c-swiper-top-visual .swiper-button-prev {
	border-radius: 0 50% 50% 0;
}
.c-swiper-top-visual .swiper-button-next {
	border-radius: 50% 0 0 50%;
}
.c-swiper-top-visual .swiper-button-prev span,
.c-swiper-top-visual .swiper-button-next span {
	position: relative;
	display: block;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-top-visual .swiper-button-prev span,
	.c-swiper-top-visual .swiper-button-next span {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-button-prev span,
	.c-swiper-top-visual .swiper-button-next span {
		width: 60px;
		height: 60px;
	}
}
.c-swiper-top-visual .swiper-button-prev span,
.c-swiper-top-visual .swiper-button-next span {
	transition-property: all;
	transition-duration: 0.2s;
}
.c-swiper-top-visual .swiper-button-prev span::before,
.c-swiper-top-visual .swiper-button-next span::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	background-color: #333;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-top-visual .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-top-visual .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-top-visual .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateX(3.5857864376px) rotate(-135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-top-visual .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-top-visual .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateX(2.2928932188px) rotate(-135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-top-visual .swiper-button-prev span:hover::after {
		right: 25px;
	}
}
.c-swiper-top-visual .swiper-button-prev span:focus::after {
	right: 25px;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-top-visual .swiper-button-next span {
		position: relative;
	}
	.c-swiper-top-visual .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-top-visual .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(-3.5857864376px) rotate(135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-button-next span {
		position: relative;
	}
	.c-swiper-top-visual .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-top-visual .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: translateX(-2.2928932188px) rotate(135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-top-visual .swiper-button-next span:hover::after {
		left: 25px;
	}
}
.c-swiper-top-visual .swiper-button-next span:focus::after {
	left: 25px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-button-prev,
	.c-swiper-top-visual .swiper-button-next {
		display: none;
	}
}
.c-swiper-top-visual > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual > .swiper-pagination {
		bottom: 14px;
	}
}
.c-swiper-top-visual .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-top-visual .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-top-visual .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-top-visual .swiper-pagination-lock {
	display: none;
}
.c-swiper-top-visual .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-top-visual .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-top-visual .swiper-pagination svg {
	display: none;
}
.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-top-visual .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-top-visual .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-top-visual .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-top-visual .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}

/******************************************************************
component - swiper-visual
******************************************************************/
.c-swiper-visual {
	position: relative;
}
.c-swiper-visual .swiper-outer {
	position: relative;
}
.c-swiper-visual .swiper-slide img {
	width: 100%;
}
.c-swiper-visual .swiper-slide__bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-slide__bg {
		min-height: initial;
		aspect-ratio: 1/1;
	}
}
.c-swiper-visual .swiper-slide__bg {
	max-height: 700px;
	height: 39vw;
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-slide__bg {
		min-height: 95vw;
	}
}
.c-swiper-visual .swiper-slide__bg--top {
	max-height: 750px;
	height: 45vw;
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-slide__bg--top {
		max-height: initial;
		height: 120vw;
	}
}
.c-swiper-visual .swiper-outer .swiper-button-prev,
.c-swiper-visual .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-visual .swiper-outer .swiper-button-prev,
.c-swiper-visual .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-visual .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-visual .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-visual .swiper-button-prev.swiper-button-disabled,
.c-swiper-visual .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-visual .swiper-button-prev.swiper-button-hidden,
.c-swiper-visual .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-visual .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-visual .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-visual .swiper-button-lock {
	display: none;
}
.c-swiper-visual .swiper-button-prev,
.c-swiper-visual .swiper-button-next {
	backdrop-filter: blur(5px);
	overflow: hidden;
}
.c-swiper-visual .swiper-button-prev {
	border-radius: 0 50% 50% 0;
}
.c-swiper-visual .swiper-button-next {
	border-radius: 50% 0 0 50%;
}
.c-swiper-visual .swiper-button-prev span,
.c-swiper-visual .swiper-button-next span {
	position: relative;
	display: block;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-visual .swiper-button-prev span,
	.c-swiper-visual .swiper-button-next span {
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-button-prev span,
	.c-swiper-visual .swiper-button-next span {
		width: 60px;
		height: 60px;
	}
}
.c-swiper-visual .swiper-button-prev span,
.c-swiper-visual .swiper-button-next span {
	transition-property: all;
	transition-duration: 0.2s;
}
.c-swiper-visual .swiper-button-prev span::before,
.c-swiper-visual .swiper-button-next span::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	background-color: #333;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-visual .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-visual .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-visual .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: translateX(3.5857864376px) rotate(-135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-button-prev span {
		position: relative;
	}
	.c-swiper-visual .swiper-button-prev span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-visual .swiper-button-prev span::after {
		top: 0;
		bottom: 0;
		right: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translateX(2.2928932188px) rotate(-135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-visual .swiper-button-prev span:hover::after {
		right: 25px;
	}
}
.c-swiper-visual .swiper-button-prev span:focus::after {
	right: 25px;
}
@media print, screen and (min-width: 768px) {
	.c-swiper-visual .swiper-button-next span {
		position: relative;
	}
	.c-swiper-visual .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 10px;
		height: 10px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-visual .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 20px;
		transform-origin: center center;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: translateX(-3.5857864376px) rotate(135deg);
	}
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-button-next span {
		position: relative;
	}
	.c-swiper-visual .swiper-button-next span::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		width: 6px;
		height: 6px;
		transition-property: top, right, bottom, left, opacity;
		transition-duration: 0.2s;
	}
	.c-swiper-visual .swiper-button-next span::after {
		top: 0;
		bottom: 0;
		left: 13px;
		transform-origin: center center;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: translateX(-2.2928932188px) rotate(135deg);
	}
}
@media (any-hover: hover) {
	.c-swiper-visual .swiper-button-next span:hover::after {
		left: 25px;
	}
}
.c-swiper-visual .swiper-button-next span:focus::after {
	left: 25px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-button-prev,
	.c-swiper-visual .swiper-button-next {
		display: none;
	}
}
.c-swiper-visual > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual > .swiper-pagination {
		bottom: 14px;
	}
}
.c-swiper-visual .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-visual .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-visual .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-visual .swiper-pagination-lock {
	display: none;
}
.c-swiper-visual .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-visual .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-visual .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-visual .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-visual .swiper-pagination svg {
	display: none;
}
.c-swiper-visual .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-visual .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-visual .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-visual .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-visual .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}
.c-swiper-visual .swiper-pagination {
	box-sizing: border-box;
	bottom: auto;
	top: 20px;
	padding-inline: 20px;
	justify-content: flex-end;
}

/******************************************************************
component - swiper-image-column
******************************************************************/
.c-swiper-image-column {
	position: relative;
}
.c-swiper-image-column .swiper-outer {
	position: relative;
}
.c-swiper-image-column .swiper-slide img {
	width: 100%;
}
.c-swiper-image-column > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 14px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column > .swiper-pagination {
		bottom: 8px;
	}
}
.c-swiper-image-column .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-image-column .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-image-column .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-image-column .swiper-pagination-lock {
	display: none;
}
.c-swiper-image-column .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-image-column .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-image-column .swiper-pagination svg {
	display: none;
}
.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-image-column .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-image-column .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-image-column .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}
.c-swiper-image-column .swiper-pagination {
	width: auto;
	right: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column .swiper-pagination {
		right: 14px;
	}
}

/******************************************************************
component - swiper-image-column2
******************************************************************/
.c-swiper-image-column2 {
	position: sticky;
	top: calc(var(--header-height) + 10px);
}
.c-swiper-image-column2 .swiper-outer {
	position: relative;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 {
		margin-inline: -20px;
	}
	.c-swiper-image-column2 .swiper-slide__body {
		padding-inline: 20px;
	}
}
.c-swiper-image-column2 .swiper-slide img {
	width: 100%;
}
.c-swiper-image-column2 .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}
.c-swiper-image-column2 .swiper-slide > a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-swiper-image-column2 .swiper-slide > a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.c-swiper-image-column2 .swiper-slide > a:focus {
	text-decoration: none;
	color: inherit;
}
.c-swiper-image-column2 .swiper-slide__body {
	padding-top: 1em;
	font-size: 14px;
	line-height: 1.8;
	color: #777777;
}
.c-swiper-image-column2 .swiper-outer .swiper-button-prev,
.c-swiper-image-column2 .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-image-column2 .swiper-outer .swiper-button-prev,
.c-swiper-image-column2 .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-image-column2 .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-image-column2 .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-image-column2 .swiper-button-prev.swiper-button-disabled,
.c-swiper-image-column2 .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-image-column2 .swiper-button-prev.swiper-button-hidden,
.c-swiper-image-column2 .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-image-column2 .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-image-column2 .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-image-column2 .swiper-button-lock {
	display: none;
}
.c-swiper-image-column2 .swiper-outer .swiper {
	margin-inline: 40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-outer .swiper {
		margin-inline: 20px;
	}
}
.c-swiper-image-column2 .swiper-outer .swiper-button-prev {
	left: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-outer .swiper-button-prev {
		left: 0;
	}
}
.c-swiper-image-column2 .swiper-outer .swiper-button-next {
	right: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-outer .swiper-button-next {
		right: 0;
	}
}
.c-swiper-image-column2 .swiper-buttons {
	display: flex;
}
.c-swiper-image-column2 .swiper-button-prev,
.c-swiper-image-column2 .swiper-button-next {
	filter: grayscale(0) !important;
	opacity: 1 !important;
}
.c-swiper-image-column2 .swiper-button-prev span,
.c-swiper-image-column2 .swiper-button-next span {
	display: block;
	width: fit-content;
	background-color: #e6dac8;
	padding: 18px;
}
.c-swiper-image-column2 .swiper-button-prev span {
	margin-right: 1px;
	border-radius: 50% 0 0 50%;
	position: relative;
}
.c-swiper-image-column2 .swiper-button-prev span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-swiper-image-column2 .swiper-button-prev span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(1.4497474683px) rotate(-45deg);
}
.c-swiper-image-column2 .swiper-button-next span {
	border-radius: 0 50% 50% 0;
	position: relative;
}
.c-swiper-image-column2 .swiper-button-next span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-swiper-image-column2 .swiper-button-next span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(-1.4497474683px) rotate(135deg);
}
.c-swiper-image-column2 > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 14px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 > .swiper-pagination {
		bottom: 8px;
	}
}
.c-swiper-image-column2 .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-image-column2 .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-image-column2 .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-image-column2 .swiper-pagination-lock {
	display: none;
}
.c-swiper-image-column2 .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-image-column2 .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-image-column2 .swiper-pagination svg {
	display: none;
}
.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-image-column2 .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-image-column2 .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-image-column2 .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}
.c-swiper-image-column2 .swiper-pagination {
	width: auto;
	right: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-pagination {
		right: 14px;
	}
}
.c-swiper-image-column2 .swiper-nav {
	position: relative;
	margin-top: 20px;
	padding-inline: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-nav {
		margin-top: 20px;
		padding-inline: 20px;
	}
}
.c-swiper-image-column2 .swiper-nav {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-nav {
		flex-wrap: wrap;
		padding-top: 20px;
	}
}
.c-swiper-image-column2 .swiper-nav .c-button-list {
	order: 1;
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-nav .c-button-list {
		order: 3;
		width: 100%;
	}
}
.c-swiper-image-column2 .swiper-nav .swiper-buttons {
	order: 3;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-nav .swiper-buttons {
		order: 2;
	}
}
.c-swiper-image-column2 .swiper-nav .swiper-pagination {
	order: 2;
}
@media screen and (max-width: 767px) {
	.c-swiper-image-column2 .swiper-nav .swiper-pagination {
		order: 1;
		flex-grow: 1;
	}
}
.c-swiper-image-column2 .swiper-nav {
	padding-top: 0;
	justify-content: space-between;
}

/******************************************************************
component - swiper-recommend
******************************************************************/
.c-swiper-recommend {
	position: relative;
}
.c-swiper-recommend .swiper-outer {
	position: relative;
}
.c-swiper-recommend .swiper-wrapper {
	width: fit-content;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend {
		margin-inline: -20px;
	}
	.c-swiper-recommend .c-image__caption {
		padding-inline: 20px;
	}
}
.c-swiper-recommend .swiper:has(.c-image__badge) {
	padding-top: 15px;
	margin-top: -15px;
}
.c-swiper-recommend .swiper-slide img {
	width: 100%;
}
.c-swiper-recommend .swiper-outer .swiper-button-prev,
.c-swiper-recommend .swiper-outer .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.c-swiper-recommend .swiper-outer .swiper-button-prev,
.c-swiper-recommend .swiper-outer .swiper-button-next {
	mix-blend-mode: overlay;
}
.c-swiper-recommend .swiper-outer .swiper-button-prev {
	left: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-outer .swiper-button-prev {
		left: -30px;
	}
}
.c-swiper-recommend .swiper-outer .swiper-button-next {
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-outer .swiper-button-next {
		right: -30px;
	}
}
.c-swiper-recommend .swiper-button-prev.swiper-button-disabled,
.c-swiper-recommend .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	filter: grayscale(100%);
	cursor: auto;
	pointer-events: none;
}
.c-swiper-recommend .swiper-button-prev.swiper-button-hidden,
.c-swiper-recommend .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.c-swiper-recommend .swiper-navigation-disabled .swiper-button-prev,
.c-swiper-recommend .swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}
.c-swiper-recommend .swiper-button-lock {
	display: none;
}
.c-swiper-recommend .swiper-outer .swiper {
	margin-inline: 40px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-outer .swiper {
		margin-inline: 20px;
	}
}
.c-swiper-recommend .swiper-outer .swiper-button-prev {
	left: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-outer .swiper-button-prev {
		left: 0;
	}
}
.c-swiper-recommend .swiper-outer .swiper-button-next {
	right: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-outer .swiper-button-next {
		right: 0;
	}
}
.c-swiper-recommend .swiper-buttons {
	display: flex;
}
.c-swiper-recommend .swiper-button-prev,
.c-swiper-recommend .swiper-button-next {
	filter: grayscale(0) !important;
	opacity: 1 !important;
}
.c-swiper-recommend .swiper-button-prev span,
.c-swiper-recommend .swiper-button-next span {
	display: block;
	width: fit-content;
	background-color: #e6dac8;
	padding: 18px;
}
.c-swiper-recommend .swiper-button-prev span {
	margin-right: 1px;
	border-radius: 50% 0 0 50%;
	position: relative;
}
.c-swiper-recommend .swiper-button-prev span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-swiper-recommend .swiper-button-prev span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(1.4497474683px) rotate(-45deg);
}
.c-swiper-recommend .swiper-button-next span {
	border-radius: 0 50% 50% 0;
	position: relative;
}
.c-swiper-recommend .swiper-button-next span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-swiper-recommend .swiper-button-next span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(-1.4497474683px) rotate(135deg);
}
.c-swiper-recommend > .swiper-pagination {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend > .swiper-pagination {
		bottom: 14px;
	}
}
.c-swiper-recommend .swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.c-swiper-recommend .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.c-swiper-recommend .swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}
.c-swiper-recommend .swiper-pagination-lock {
	display: none;
}
.c-swiper-recommend .swiper-pagination {
	--animation-duration: 0;
	--animation-play-state: running;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-pagination {
		gap: 10px;
	}
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
	}
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	border-radius: 100vw;
	overflow: hidden;
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	height: 8px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::before, .c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::after {
		height: 8px;
	}
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::before {
	background-color: #fff;
	width: 100%;
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet::after {
	background: #aa0e2a;
	width: 0;
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet {
	transition-property: background, width;
	transition-duration: 0.2s;
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet:only-child {
	display: none !important;
}
.c-swiper-recommend .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.c-swiper-recommend .swiper-pagination svg {
	display: none;
}
.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet-active {
	width: 28px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-pagination .swiper-pagination-bullet-active {
		width: 28px;
	}
}
.c-swiper-recommend .swiper-pagination.is-stop .swiper-pagination-bullet-active::after, .c-swiper-recommend .swiper-pagination:not(.has-autoplay) .swiper-pagination-bullet-active::after {
	width: 100%;
}
.c-swiper-recommend .swiper-pagination.is-autoplay:not(.is-stop) .swiper-pagination-bullet-active::after {
	animation-name: paginationActive;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-duration: var(--animation-duration);
	animation-play-state: var(--animation-play-state);
}
@keyframes paginationActive {
	100% {
		width: 100%;
	}
}
.c-swiper-recommend .swiper-nav {
	position: relative;
	margin-top: 0;
	padding-inline: 0;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-nav {
		margin-top: 0;
		padding-inline: 20px;
	}
}
.c-swiper-recommend .swiper-nav {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-nav {
		flex-wrap: wrap;
		padding-top: 20px;
	}
}
.c-swiper-recommend .swiper-nav .c-button-list {
	order: 1;
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-nav .c-button-list {
		order: 3;
		width: 100%;
	}
}
.c-swiper-recommend .swiper-nav .swiper-buttons {
	order: 3;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-nav .swiper-buttons {
		order: 2;
	}
}
.c-swiper-recommend .swiper-nav .swiper-pagination {
	order: 2;
}
@media screen and (max-width: 767px) {
	.c-swiper-recommend .swiper-nav .swiper-pagination {
		order: 1;
		flex-grow: 1;
	}
}

/******************************************************************
component - video
******************************************************************/
.c-flexbox .c-video {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.l-visual .c-video {
		position: relative;
		overflow: hidden;
		aspect-ratio: 1/1;
	}
	.l-visual .c-video video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
	}
}

.c-video {
	position: relative;
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
}
.c-video--full {
	width: 100%;
}
.c-video video {
	width: 100%;
	aspect-ratio: 16/9;
	vertical-align: middle;
	background-color: #000;
}
.c-video--height {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 700px;
	height: 39vw;
	min-height: 500px;
}
@media screen and (max-width: 767px) {
	.c-video--height {
		min-height: 95vw;
	}
}
.c-video--height video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
	.c-video--height video {
		width: auto;
		height: 120%;
	}
}
.c-video__title {
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.c-video__title {
		font-size: 18px;
	}
}
.c-video__title:first-child {
	margin-bottom: 0.5rem;
}
.c-video__title:last-child {
	margin-top: 0.5rem;
}
.c-video__caption {
	font-size: 90%;
}
.c-video__caption:first-child {
	margin-bottom: 0.5rem;
}
.c-video__caption:last-child {
	margin-top: 0.5rem;
}
.c-video__control {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: fit-content;
	line-height: 1;
	background-color: #fff;
	padding: 6px;
	border-radius: 100vw;
}
.c-video__control__pause, .c-video__control__play {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.c-video__control__pause {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzk5OSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control__play {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzk5OSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control[aria-pressed=true] .c-video__control__pause {
	display: none;
}
.c-video__control[aria-pressed=false] .c-video__control__play {
	display: none;
}
@media (any-hover: hover) {
	.c-video__control:hover .c-video__control__pause {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
	}
	.c-video__control:hover .c-video__control__play {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
	}
}
.c-video__control:focus .c-video__control__pause {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNiAxOWg0VjVINnYxNHptOC0xNHYxNGg0VjVoLTR6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}
.c-video__control:focus .c-video__control__play {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzMzMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNOCA1djE0bDExLTd6Ii8+PC9zdmc+") center center/100% auto no-repeat;
}

/******************************************************************
component - form-frame-column
******************************************************************/
.c-form-frame-column--confirm {
	border-bottom: 1px solid #dddddd;
}
.c-form-frame-column--confirm .c-form-frame-column__item {
	border-top: 1px solid #dddddd;
	padding: 1rem;
}
@media screen and (max-width: 767px) {
	.c-form-frame-column--confirm .c-form-frame-column__item {
		padding: 1rem 0;
	}
}
.c-form-frame-column--confirm .c-form-frame-column__item:not(:last-child) {
	margin-bottom: 0;
}
.c-form-frame-column--confirm .c-form-frame-column__head {
	color: #aa0e2a;
}
.c-form-frame-column__item {
	display: grid;
	grid-template-areas: "head body";
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.c-form-frame-column__item {
		grid-template-areas: "head" "body";
		grid-template-columns: minmax(0, 1fr);
		gap: 0.5em;
	}
}
.c-form-frame-column__item:not(:last-child) {
	margin-bottom: 20px;
}
.c-form-frame-column__item--submit {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.c-form-frame-column__item--submit {
		margin-top: 2.25rem;
	}
}
.c-form-frame-column__head {
	grid-area: head;
}
.c-form-frame-column__head > *:not(:last-child) {
	margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
	.c-form-frame-column__head > *:last-child {
		margin-bottom: 1em;
	}
}
.c-form-frame-column__title {
	display: flex;
	gap: 0.5em;
	align-items: start;
}
@media print, screen and (min-width: 768px) {
	.c-form-frame-column__title {
		margin-block: 1em;
	}
}
.c-form-frame-column__title {
	font-weight: bold;
	font-size: 15px;
}
.c-form-frame-column__title-inner:first-child {
	margin-right: auto;
}
.c-form-frame-column__body {
	grid-area: body;
	align-self: center;
}
.c-form-frame-column__body:has(.c-form-invalid) > .c-input, .c-form-frame-column__body:has(.c-form-invalid) > .c-check input, .c-form-frame-column__body:has(.c-form-invalid) > .c-select select {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-form-frame-column__body .c-input-name__item:has(.c-form-invalid) .c-input {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-form-frame-column__body:has(.c-form-invalid--zip3) input:nth-of-type(1), .c-form-frame-column__body:has(.c-form-invalid--zip4) input:nth-of-type(2) {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-form-frame-column__body:has(.c-form-invalid--tel1) input:nth-of-type(1), .c-form-frame-column__body:has(.c-form-invalid--tel2) input:nth-of-type(2), .c-form-frame-column__body:has(.c-form-invalid--tel3) input:nth-of-type(3) {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-form-frame-column__body:has(.c-form-invalid--year) input:nth-of-type(1), .c-form-frame-column__body:has(.c-form-invalid--month) input:nth-of-type(2), .c-form-frame-column__body:has(.c-form-invalid--day) input:nth-of-type(3) {
	border: 1px solid #f17995;
	background: #fff1f1;
}

/******************************************************************
component - form-step
******************************************************************/
.c-form-step {
	display: flex;
	margin-bottom: 64px !important;
	gap: 70px;
}
@media screen and (max-width: 1160px) {
	.c-form-step {
		margin-bottom: 48px !important;
		gap: 6.0344827586vw;
	}
}
@media screen and (max-width: 767px) {
	.c-form-step {
		gap: 5vw;
	}
}
.c-form-step li {
	width: 100%;
	padding: 1em 1em;
	text-align: center;
	border-radius: 100vw;
}
@media screen and (max-width: 767px) {
	.c-form-step li {
		border-radius: 10px;
	}
}
.c-form-step li {
	border: 1px solid #e5dbca;
	background-color: #fff;
}
.c-form-step li[aria-current=page] {
	background-color: #444444;
	border-color: #444444;
	color: #fff;
}
.c-form-step li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-form-step li:not(:last-child) {
	position: relative;
}
.c-form-step li:not(:last-child)::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.c-form-step li:not(:last-child)::after {
	top: 0;
	bottom: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #e5dbca;
	border-right: 2px solid #e5dbca;
	transform: translateX(-2.0710678119px) rotate(45deg);
}
.c-form-step li:not(:last-child)::after {
	right: -40px;
}
@media screen and (max-width: 1160px) {
	.c-form-step li:not(:last-child)::after {
		right: -3.4482758621vw;
	}
}
@media screen and (max-width: 1160px) {
	.c-form-step li:not(:last-child)::after {
		right: calc(-2.8vw - 5px);
	}
}

/******************************************************************
component - form-button
******************************************************************/
.js-agree .c-form-button {
	margin-top: 0 !important;
}
@media screen and (max-width: 1160px) {
	.js-agree .c-form-button {
		margin-top: 0 !important;
	}
}

.c-form-button {
	margin-top: 64px !important;
}
@media screen and (max-width: 1160px) {
	.c-form-button {
		margin-top: 48px !important;
	}
}
.c-form-button {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.c-form-button {
		gap: 0.75rem;
	}
}
.c-form-button form {
	width: 16em;
}
.c-form-button form button,
.c-form-button form a {
	width: 100% !important;
}
.c-form-button .c-form-button__complete, .c-form-button .c-form-button__submit, .c-form-button .c-form-button__back, .c-form-button .c-form-button__confirm {
	min-width: min(240px, 100%);
}
@media screen and (max-width: 767px) {
	.c-form-button .c-form-button__complete, .c-form-button .c-form-button__submit, .c-form-button .c-form-button__back, .c-form-button .c-form-button__confirm {
		min-width: min(400px, 100%);
	}
}
.c-form-button .c-form-button__complete, .c-form-button .c-form-button__submit, .c-form-button .c-form-button__back, .c-form-button .c-form-button__confirm {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
	min-height: 3.2em;
	background-color: #aa0e2a;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.c-form-button .c-form-button__complete:hover, .c-form-button .c-form-button__submit:hover, .c-form-button .c-form-button__back:hover, .c-form-button .c-form-button__confirm:hover {
		text-decoration: none;
		color: #fff;
	}
}
.c-form-button .c-form-button__complete:focus, .c-form-button .c-form-button__submit:focus, .c-form-button .c-form-button__back:focus, .c-form-button .c-form-button__confirm:focus {
	text-decoration: none;
	color: #fff;
}
.c-form-button .c-form-button__complete, .c-form-button .c-form-button__submit, .c-form-button .c-form-button__back, .c-form-button .c-form-button__confirm {
	font-weight: bold;
	border-radius: 100vw;
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-form-button .c-form-button__complete:hover:not(:disabled), .c-form-button .c-form-button__submit:hover:not(:disabled), .c-form-button .c-form-button__back:hover:not(:disabled), .c-form-button .c-form-button__confirm:hover:not(:disabled) {
		opacity: 0.7;
	}
}
.c-form-button .c-form-button__complete:focus:not(:disabled), .c-form-button .c-form-button__submit:focus:not(:disabled), .c-form-button .c-form-button__back:focus:not(:disabled), .c-form-button .c-form-button__confirm:focus:not(:disabled) {
	opacity: 0.7;
}
.c-form-button__confirm:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	filter: grayscale(1);
}
.c-form-button__back {
	background-color: #444444 !important;
}
.c-form-button__complete {
	background-color: #444444 !important;
}

/******************************************************************
component - input
******************************************************************/
.c-input {
	box-sizing: border-box;
	vertical-align: middle;
	padding: 1em 1em;
	background-color: #ffffff;
	border: 0;
}
textarea.c-input {
	line-height: 2;
}

@media print, screen and (min-width: 768px) {
	.c-input {
		min-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	.c-input {
		width: 100%;
	}
}
.p-dialog-booking .c-input {
	border-radius: 0;
	border: 0;
	background-color: #b63149;
	color: #fff;
}

.p-section-booking .c-input {
	border-radius: 0;
	border: 0;
	background-color: #444444;
	color: #fff;
}

.c-input::placeholder {
	color: #8e8e8e;
}
.c-input:-ms-input-placeholder {
	color: #8e8e8e;
}
.c-input:-moz-placeholder, .c-input::-moz-placeholder {
	color: #8e8e8e;
	opacity: 1;
}
.c-input[aria-invalid=true] {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-input:disabled {
	background: #eee;
	opacity: 0.6;
	cursor: not-allowed;
}
.c-input--full {
	display: block;
	width: 100%;
}
.c-input--half {
	width: 50%;
}
.c-input--pref {
	width: 10em;
}
.c-input--tel {
	width: 18em;
}
.c-input--zip {
	width: 12em;
}
.c-input--mail {
	width: 60%;
}
@media screen and (max-width: 767px) {
	.c-input--mail {
		width: 100%;
	}
}
.c-input--multiple {
	width: 100%;
	height: 15em;
}

/******************************************************************
component - check
******************************************************************/
.c-check {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
}
.c-check--row {
	flex-direction: column;
}
.c-check--row > * {
	width: fit-content;
}
.c-check > * {
	cursor: pointer;
	display: inline-flex;
}
.c-check > *:has(:disabled) {
	opacity: 0.6;
	cursor: not-allowed;
}
.c-check > * input {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: calc((1lh - 18px) / 2 + 1px);
	margin-right: 0.5em;
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	background-color: #fff;
}
.c-check > * input[aria-invalid=true] {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-check > * input:disabled {
	background: #eee;
	cursor: not-allowed;
}
.c-check > * input[type=checkbox]::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: -5px;
	left: 0;
	width: 9px;
	height: 18px;
	border-bottom: 3px solid #aa0e2a;
	border-right: 3px solid #aa0e2a;
	transform-origin: bottom right;
	transform: rotate(0deg) scale(0);
}
.c-check > * input[type=checkbox]:checked::before {
	transform: rotate(40deg) scale(1);
}
.c-check > * input[type=radio] {
	border-radius: 100vw;
}
.c-check > * input[type=radio]::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 8.1px;
	height: 8.1px;
	border-radius: 100vw;
	background-color: #aa0e2a;
	transition-property: transform;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.3, 2, 0.6, 1);
	transform: scale(0);
}
.c-check > * input[type=radio]:checked::before {
	transform: scale(1);
}

/******************************************************************
component - select
******************************************************************/
.c-select {
	position: relative;
	width: fit-content;
}
@media print, screen and (min-width: 768px) {
	.c-select {
		min-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	.c-select {
		width: 100%;
	}
}
.c-select {
	position: relative;
}
.c-select::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-color: #888888;
	border-style: solid;
	border-top-width: 6px;
	border-right: 3px solid transparent !important;
	border-bottom-width: 0;
	border-left: 3px solid transparent !important;
	top: 0;
	bottom: 0;
	right: 0.75em;
}
.p-dialog-booking .c-select, .p-section-booking .c-select {
	position: relative;
}
.p-dialog-booking .c-select::after, .p-section-booking .c-select::after {
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-color: #fff;
	border-style: solid;
	border-top-width: 6px;
	border-right: 3px solid transparent !important;
	border-bottom-width: 0;
	border-left: 3px solid transparent !important;
	top: 0;
	bottom: 0;
	right: 0.75em;
}

.c-select::after {
	pointer-events: none;
}
.c-select:has(select[disabled])::after {
	border-color: #ccc;
}
.c-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	padding: 1em 30px 1em 1em;
	background-color: #ffffff;
	border: 0;
	color: #222222;
}
.p-dialog-booking .c-select select {
	border-radius: 0;
	border: 0;
	background-color: #b63149;
	color: #fff;
}

.p-section-booking .c-select select {
	border-radius: 0;
	border: 0;
	background-color: #444444;
	color: #fff;
}

.c-select select[aria-invalid=true] {
	border: 1px solid #f17995;
	background: #fff1f1;
}
.c-select select:disabled {
	background: #eee;
	opacity: 0.6;
	cursor: not-allowed;
}
.c-select--full {
	display: block;
	width: 100%;
}
.c-select--half {
	width: 50%;
}
.c-select--pref {
	width: 10em;
}

/******************************************************************
component - form-text
******************************************************************/
.c-form-text {
	margin-bottom: 64px !important;
}
@media screen and (max-width: 1160px) {
	.c-form-text {
		margin-bottom: 48px !important;
	}
}

/******************************************************************
component - form-required
******************************************************************/
.c-form-required {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	vertical-align: 1px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	padding: 0.15em 0.5em;
	background: #aa0e2a;
	color: #fff;
}

/******************************************************************
component - form-note
******************************************************************/
.c-form-note {
	font-size: 85%;
}

/******************************************************************
component - form-invalid
******************************************************************/
.c-form-invalid {
	color: #f40940;
	margin-top: calc((1em - 1lh) / 2);
}

/******************************************************************
component - input-booking-stay
******************************************************************/
.c-input-booking-stay {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-stay {
		flex-wrap: wrap;
		gap: 15px 10px;
	}
}
.c-input-booking-stay__item-checkin, .c-input-booking-stay__item-nights, .c-input-booking-stay__item-rooms, .c-input-booking-stay__item-adults, .c-input-booking-stay__item-child1, .c-input-booking-stay__item-child2 {
	width: 100%;
}
.c-input-booking-stay__item-checkin .c-input,
.c-input-booking-stay__item-checkin .c-select, .c-input-booking-stay__item-nights .c-input,
.c-input-booking-stay__item-nights .c-select, .c-input-booking-stay__item-rooms .c-input,
.c-input-booking-stay__item-rooms .c-select, .c-input-booking-stay__item-adults .c-input,
.c-input-booking-stay__item-adults .c-select, .c-input-booking-stay__item-child1 .c-input,
.c-input-booking-stay__item-child1 .c-select, .c-input-booking-stay__item-child2 .c-input,
.c-input-booking-stay__item-child2 .c-select {
	width: 100%;
	min-width: auto;
}
.c-input-booking-stay__item-checkin {
	width: 180px;
	flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-stay__item-checkin {
		width: calc(44% - 6.6666666667px);
	}
}
.p-section-booking .c-input-booking-stay__item-checkin .c-input {
	background-image: url(../img/icn-calendar.svg);
	background-position: right 14px center;
	background-size: 16px 20px;
	background-repeat: no-repeat;
}

.c-input-booking-stay__item-nights, .c-input-booking-stay__item-rooms {
	flex-grow: 1;
}
@media print, screen and (min-width: 1101px) {
	.c-input-booking-stay__item-nights, .c-input-booking-stay__item-rooms {
		max-width: 120px;
	}
}
@media screen and (max-width: 1100px) {
	.c-input-booking-stay__item-nights, .c-input-booking-stay__item-rooms {
		width: calc(28% - 6.6666666667px);
	}
}
.c-input-booking-stay__item-adults, .c-input-booking-stay__item-child1, .c-input-booking-stay__item-child2 {
	flex-grow: 1;
}
@media print, screen and (min-width: 1101px) {
	.c-input-booking-stay__item-adults, .c-input-booking-stay__item-child1, .c-input-booking-stay__item-child2 {
		max-width: 120px;
	}
}
@media screen and (max-width: 1100px) {
	.c-input-booking-stay__item-adults, .c-input-booking-stay__item-child1, .c-input-booking-stay__item-child2 {
		width: calc((100% - 20px) / 3);
	}
}
.c-input-booking-stay__submit {
	flex-shrink: 0;
	width: 180px;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-stay__submit {
		margin-inline: auto;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c-input-booking-stay__submit {
		width: 100%;
	}
}
.c-input-booking-stay__submit button {
	width: 100%;
	border-radius: 100vw;
	padding: calc(1em + 1px) 1em;
	font-weight: bold;
}
.p-dialog-booking .c-input-booking-stay__submit button {
	background-color: #fff;
	color: #aa0e2a;
	color: #aa0e2a;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-dialog-booking .c-input-booking-stay__submit button:hover {
		text-decoration: none;
		color: #aa0e2a;
	}
}
.p-dialog-booking .c-input-booking-stay__submit button:focus {
	text-decoration: none;
	color: #aa0e2a;
}
.p-dialog-booking .c-input-booking-stay__submit button .stroke {
	stroke: #aa0e2a;
}

.p-section-booking .c-input-booking-stay__submit button {
	background-color: #aa0e2a;
	color: #fff;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-section-booking .c-input-booking-stay__submit button:hover {
		text-decoration: none;
		color: #fff;
	}
}
.p-section-booking .c-input-booking-stay__submit button:focus {
	text-decoration: none;
	color: #fff;
}
.p-section-booking .c-input-booking-stay__submit button .stroke {
	stroke: #fff;
}

.c-input-booking-stay__submit button {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-input-booking-stay__submit button:hover {
		opacity: 0.7;
	}
}
.c-input-booking-stay__submit button:focus {
	opacity: 0.7;
}
.c-input-booking-stay__submit button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
}
.c-input-booking-stay__label {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.c-input-booking-stay-note {
	font-size: 12px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
@media screen and (max-width: 767px) {
	.c-input-booking-stay-note {
		margin-top: 30px;
		gap: 20px;
	}
}
.c-input-booking-stay-note__copy {
	border: 1px solid #fff;
	border-radius: 1px;
	padding: 0.2em 0.4em;
}
@media screen and (max-width: 767px) {
	.c-input-booking-stay-note__copy {
		margin-inline: auto;
	}
}
.c-input-booking-stay-note__text {
	padding-top: 0.2em;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.c-input-booking-stay-note__text {
		padding-top: initial;
		margin-inline: auto;
	}
}
.c-input-booking-stay-note__link {
	padding-top: 0.2em;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.c-input-booking-stay-note__link {
		padding-top: initial;
		margin-inline: auto;
		justify-content: center;
	}
}
.c-input-booking-stay-note__link a {
	text-decoration: underline !important;
}
@media (any-hover: hover) {
	.c-input-booking-stay-note__link a:hover {
		text-decoration: none !important;
	}
}
.c-input-booking-stay-note__link a:focus {
	text-decoration: none !important;
}
.c-input-booking-stay-note__note {
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.7;
}

/******************************************************************
component - input-booking-marriott
******************************************************************/
.c-input-booking-marriott-note {
	font-size: 12px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
@media screen and (max-width: 767px) {
	.c-input-booking-marriott-note {
		margin-top: 30px;
		gap: 20px;
	}
}
.c-input-booking-marriott-note__text {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.c-input-booking-marriott-note__text {
		margin-inline: auto;
	}
}
.c-input-booking-marriott-note__link {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.c-input-booking-marriott-note__link {
		margin-inline: auto;
		justify-content: center;
	}
}
.c-input-booking-marriott-note__link a {
	text-decoration: underline !important;
}
@media (any-hover: hover) {
	.c-input-booking-marriott-note__link a:hover {
		text-decoration: none !important;
	}
}
.c-input-booking-marriott-note__link a:focus {
	text-decoration: none !important;
}

/******************************************************************
component - input-booking-restaurant
******************************************************************/
.c-input-booking-restaurant {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant {
		flex-wrap: wrap;
		gap: 15px 10px;
	}
}
.c-input-booking-restaurant__item-date, .c-input-booking-restaurant__item-restaurant, .c-input-booking-restaurant__item-people {
	width: 100%;
}
.c-input-booking-restaurant__item-date .c-input,
.c-input-booking-restaurant__item-date .c-select, .c-input-booking-restaurant__item-restaurant .c-input,
.c-input-booking-restaurant__item-restaurant .c-select, .c-input-booking-restaurant__item-people .c-input,
.c-input-booking-restaurant__item-people .c-select {
	width: 100%;
	min-width: auto;
}
.c-input-booking-restaurant__item-date {
	width: 180px;
	flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant__item-date {
		order: 1;
		width: calc(50% - 10px);
	}
}
.p-section-booking .c-input-booking-restaurant__item-date .c-input {
	background-image: url(../img/icn-calendar.svg);
	background-position: right 14px center;
	background-size: 16px 20px;
	background-repeat: no-repeat;
}

.c-input-booking-restaurant__item-restaurant {
	flex-grow: 1;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant__item-restaurant {
		order: 3;
		width: calc(50% - 10px);
	}
}
.c-input-booking-restaurant__item-people {
	flex-grow: 1;
}
@media print, screen and (min-width: 1101px) {
	.c-input-booking-restaurant__item-people {
		max-width: 120px;
	}
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant__item-people {
		order: 2;
		width: calc((100% - 20px) / 2);
	}
}
.c-input-booking-restaurant__submit {
	flex-shrink: 0;
	width: 180px;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant__submit {
		order: 4;
		margin-inline: auto;
		margin-top: 20px;
		width: 100%;
	}
}
.c-input-booking-restaurant__submit button {
	width: 100%;
}
@media screen and (max-width: 1100px) {
	.c-input-booking-restaurant__submit button {
		width: 180px;
		margin-inline: auto;
	}
}
@media screen and (max-width: 767px) {
	.c-input-booking-restaurant__submit button {
		width: 100%;
	}
}
.c-input-booking-restaurant__submit button {
	border-radius: 100vw;
	padding: calc(1em + 1px) 1em;
	font-weight: bold;
}
.p-dialog-booking .c-input-booking-restaurant__submit button {
	background-color: #fff;
	color: #aa0e2a;
	color: #aa0e2a;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-dialog-booking .c-input-booking-restaurant__submit button:hover {
		text-decoration: none;
		color: #aa0e2a;
	}
}
.p-dialog-booking .c-input-booking-restaurant__submit button:focus {
	text-decoration: none;
	color: #aa0e2a;
}
.p-dialog-booking .c-input-booking-restaurant__submit button .stroke {
	stroke: #aa0e2a;
}

.p-section-booking .c-input-booking-restaurant__submit button {
	background-color: #aa0e2a;
	color: #fff;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-section-booking .c-input-booking-restaurant__submit button:hover {
		text-decoration: none;
		color: #fff;
	}
}
.p-section-booking .c-input-booking-restaurant__submit button:focus {
	text-decoration: none;
	color: #fff;
}
.p-section-booking .c-input-booking-restaurant__submit button .stroke {
	stroke: #fff;
}

.c-input-booking-restaurant__submit button {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.c-input-booking-restaurant__submit button:hover {
		opacity: 0.7;
	}
}
.c-input-booking-restaurant__submit button:focus {
	opacity: 0.7;
}
.c-input-booking-restaurant__submit button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
}
.c-input-booking-restaurant__label {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.c-input-booking-restaurant-note {
	font-size: 12px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.c-input-booking-restaurant-note {
		margin-top: 30px;
	}
}
.c-input-booking-restaurant-note__link {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1em;
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.c-input-booking-restaurant-note__link {
		margin-inline: auto;
		justify-content: center;
	}
}
.c-input-booking-restaurant-note__link a {
	text-decoration: underline !important;
}
@media (any-hover: hover) {
	.c-input-booking-restaurant-note__link a:hover {
		text-decoration: none !important;
	}
}
.c-input-booking-restaurant-note__link a:focus {
	text-decoration: none !important;
}
.c-input-booking-restaurant-note__note {
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.7;
}

/******************************************************************
component - bonvoy-card
******************************************************************/
.c-bonvoy-card {
	background-color: #fff;
	display: inline-flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.c-bonvoy-card {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
}
.c-bonvoy-card__head {
	padding: 30px;
}
@media screen and (max-width: 1160px) {
	.c-bonvoy-card__head {
		padding: 2.5862068966vw;
	}
}
@media print, screen and (min-width: 768px) {
	.c-bonvoy-card__head {
		border-right: 1px solid #f6f2ec;
	}
}
@media screen and (max-width: 767px) {
	.c-bonvoy-card__head {
		padding: 30px;
		border-bottom: 1px solid #f6f2ec;
	}
}
.c-bonvoy-card__head img {
	width: 140px;
}
@media screen and (max-width: 767px) {
	.c-bonvoy-card__head img {
		width: 50vw;
		max-width: 180px;
	}
}
.c-bonvoy-card__body {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.c-bonvoy-card__body {
		font-size: 15px;
	}
}
.c-bonvoy-card__body {
	padding: 20px 30px;
}
@media screen and (max-width: 1160px) {
	.c-bonvoy-card__body {
		padding: 1.724137931vw 2.5862068966vw;
	}
}
@media screen and (max-width: 767px) {
	.c-bonvoy-card__body {
		padding: 20px 30px;
	}
}
.c-bonvoy-card__body strong {
	display: block;
	font-size: 14px;
}
.c-bonvoy-card__body small {
	display: block;
	font-size: 12px;
	color: #888888;
}

/******************************************************************
project - dialog-booking
******************************************************************/
.p-dialog-booking .datepicker {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .datepicker {
		margin-bottom: 45px;
	}
}
.p-dialog-booking__stay {
	padding: 0 75px 70px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__stay {
		padding: 0 6.4655172414vw 70px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__stay {
		padding: 0 20px 65px 20px;
	}
}
.p-dialog-booking__marriott {
	padding: 0 0 70px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__marriott {
		padding: 0 0 70px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott {
		padding: 0;
	}
}
.p-dialog-booking__marriott {
	display: flex;
	gap: 80px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__marriott {
		gap: 6.8965517241vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott {
		display: block;
	}
}
.p-dialog-booking__marriott-body {
	flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott-body {
		padding: 0 20px 60px 20px;
		display: flex;
		flex-direction: column;
	}
}
.p-dialog-booking__marriott-title {
	order: 2;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 30px;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott-title {
		font-size: 25px;
	}
}
.p-dialog-booking__marriott-copy {
	order: 2;
	line-height: 2;
	margin-bottom: 30px;
}
.p-dialog-booking__marriott-btn {
	order: 2;
	flex-shrink: 0;
	width: 320px;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__marriott-btn {
		margin-inline: auto;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott-btn {
		width: 100%;
	}
}
.p-dialog-booking__marriott-btn a,
.p-dialog-booking__marriott-btn button {
	box-sizing: border-box;
	width: 100%;
	border-radius: 100vw;
	padding: calc(1em + 1px) 1em;
	background-color: #fff;
	color: #aa0e2a !important;
	font-weight: bold;
	color: #aa0e2a;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-dialog-booking__marriott-btn a:hover,
	.p-dialog-booking__marriott-btn button:hover {
		text-decoration: none;
		color: #aa0e2a;
	}
}
.p-dialog-booking__marriott-btn a:focus,
.p-dialog-booking__marriott-btn button:focus {
	text-decoration: none;
	color: #aa0e2a;
}
.p-dialog-booking__marriott-btn a,
.p-dialog-booking__marriott-btn button {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-dialog-booking__marriott-btn a:hover,
	.p-dialog-booking__marriott-btn button:hover {
		opacity: 0.7;
	}
}
.p-dialog-booking__marriott-btn a:focus,
.p-dialog-booking__marriott-btn button:focus {
	opacity: 0.7;
}
.p-dialog-booking__marriott-btn a,
.p-dialog-booking__marriott-btn button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
}
.p-dialog-booking__marriott .c-input-booking-marriott-note {
	order: 2;
}
.p-dialog-booking__marriott-logo {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott-logo {
		order: 1;
		margin-top: 0;
		margin-bottom: 30px;
		text-align: center;
	}
}
.p-dialog-booking__marriott-logo a {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-dialog-booking__marriott-logo a:hover {
		opacity: 0.7;
	}
}
.p-dialog-booking__marriott-logo a:focus {
	opacity: 0.7;
}
.p-dialog-booking__marriott-logo img {
	width: 120px;
	filter: brightness(0) invert(1);
}
.p-dialog-booking__marriott-img {
	width: 45%;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__marriott-img {
		width: 100%;
	}
}
.p-dialog-booking__restaurant {
	padding: 0 75px 70px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__restaurant {
		padding: 0 6.4655172414vw 70px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__restaurant {
		padding: 0 20px 65px 20px;
	}
}
.p-dialog-booking__telephone {
	color: #222222;
	background-color: #f6f2ec;
	padding: 80px 75px 95px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__telephone {
		padding: 80px 6.4655172414vw 95px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__telephone {
		padding: 60px 20px 60px 20px;
	}
}
.p-dialog-booking__telephone-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__telephone-list {
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__telephone-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.p-dialog-booking__telephone-list img {
	width: 100%;
	margin-bottom: 16px;
}
.p-dialog-booking__telephone-floor {
	display: block;
	font-size: 13px;
	color: #aa0e2a;
	margin-bottom: 4px;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__telephone-floor {
		font-size: 12px;
	}
}
.p-dialog-booking__telephone-name {
	display: block;
	font-size: 17px;
	color: #aa0e2a;
	margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__telephone-name {
		font-size: 16px;
	}
}
.p-dialog-booking__telephone-tel {
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 6px;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__telephone-tel {
		font-size: 16px;
	}
}
.p-dialog-booking__telephone-note {
	display: block;
	font-size: 13px;
	color: #777777;
}
@media screen and (max-width: 1100px) {
	.p-dialog-booking__telephone-note {
		font-size: 12px;
	}
}
.p-dialog-booking__members {
	border-top: 1px solid #b63149;
	padding: 55px 75px 60px 75px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__members {
		padding: 55px 6.4655172414vw 60px 6.4655172414vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__members {
		padding: 45px 20px 65px 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.p-dialog-booking__members {
		display: flex;
		align-items: center;
	}
}
.p-dialog-booking__members-head {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.p-dialog-booking__members-head {
		flex-shrink: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__members-head {
		margin-bottom: 30px;
	}
}
.p-dialog-booking__members-members {
	margin-bottom: 20px;
}
.p-dialog-booking__members-members img {
	width: 170px;
	filter: brightness(0) invert(1);
}
.p-dialog-booking__members-point {
	font-size: 14px;
}
.p-dialog-booking__members-point small {
	display: block;
	font-size: 12px;
}
.p-dialog-booking__members-body {
	border-left: 1px solid #fff;
	margin-left: 40px;
	padding-left: 50px;
}
@media screen and (max-width: 1160px) {
	.p-dialog-booking__members-body {
		margin-left: 3.4482758621vw;
		padding-left: 4.3103448276vw;
	}
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__members-body {
		border-left: initial;
		margin-left: initial;
		padding-left: initial;
	}
}
.p-dialog-booking__members-catch {
	margin-bottom: 25px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking__members-catch {
		font-size: 22px;
	}
}
.p-dialog-booking__members-text {
	line-height: 2;
}

/******************************************************************
project - datepicker
******************************************************************/
.ui-widget {
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.p-dialog-booking .ui-widget {
	margin-top: 0;
	border-radius: 0;
	box-shadow: none;
}

.ui-widget.ui-widget-content {
	position: relative;
	border: none;
	box-sizing: border-box;
	padding-inline: 10px;
	background-color: #aa0e2a;
}

.p-dialog-booking .ui-widget.ui-widget-content {
	width: 100% !important;
	padding-inline: 70px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .ui-widget.ui-widget-content {
		padding-inline: 10px;
	}
}

.p-dialog-booking .ui-datepicker .ui-datepicker-header {
	position: static;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .ui-datepicker .ui-datepicker-header {
		position: relative;
		margin-bottom: 15px;
	}
}

.ui-widget-header {
	border: none;
	background: none;
}

.ui-datepicker .ui-datepicker-title {
	background: none;
	color: #fff;
	font-size: 18px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: none;
	background: none;
	color: #fff !important;
	font-size: 15px;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
	padding: 0.3em;
	width: 1.2em;
	aspect-ratio: 1/1;
	margin-inline: auto;
	line-height: 1;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #aa0e2a;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border-radius: 100vw;
	background-color: #fff;
	color: #aa0e2a !important;
}

.ui-datepicker th {
	color: #fff;
	font-weight: normal;
}

.ui-datepicker th:first-child span {
	display: block;
	text-align: center;
	padding: 0.3em;
	width: 1.2em;
	aspect-ratio: 1/1;
	margin-inline: auto;
	line-height: 1;
	border: 1px solid #fff;
	border-radius: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker th:last-child span {
	display: block;
	text-align: center;
	padding: 0.3em;
	width: 1.2em;
	aspect-ratio: 1/1;
	margin-inline: auto;
	line-height: 1;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background: none !important;
	border: 0 !important;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	transition-property: opacity;
	transition-duration: 0.4s;
}
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled),
.ui-datepicker .ui-datepicker-next:not(.ui-state-disabled) {
	cursor: pointer;
}
@media (any-hover: hover) {
	.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):hover,
	.ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):hover {
		opacity: 0.6;
	}
}
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):focus,
.ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):focus {
	opacity: 0.6;
}

.p-dialog-booking .ui-datepicker .ui-datepicker-prev,
.p-dialog-booking .ui-datepicker .ui-datepicker-next {
	width: 38px;
	height: 38px;
}
@media screen and (max-width: 767px) {
	.p-dialog-booking .ui-datepicker .ui-datepicker-prev,
	.p-dialog-booking .ui-datepicker .ui-datepicker-next {
		width: 30px;
		height: 30px;
	}
}

.ui-datepicker .ui-datepicker-prev {
	left: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
	right: 0 !important;
}

.ui-widget-header .ui-icon {
	background: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.ui-widget-header .ui-icon::before {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 100vw;
}

.ui-datepicker .ui-datepicker-prev span {
	margin: 0;
	left: 0;
	top: 0;
	position: relative;
}
.ui-datepicker .ui-datepicker-prev span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.ui-datepicker .ui-datepicker-prev span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(1.4497474683px) rotate(-45deg);
}

.ui-datepicker .ui-datepicker-next span {
	margin: 0;
	left: 0;
	top: 0;
	position: relative;
}
.ui-datepicker .ui-datepicker-next span::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	transition-property: top, right, bottom, left, opacity;
	transition-duration: 0.2s;
}
.ui-datepicker .ui-datepicker-next span::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: translateX(-1.4497474683px) rotate(135deg);
}

/******************************************************************
project - section-booking
******************************************************************/
.p-section-booking__marriott {
	display: grid;
	grid-template-columns: 120px auto 220px;
	grid-template-areas: "logo title btn" "logo note btn";
	gap: 12px 60px;
}
@media screen and (max-width: 767px) {
	.p-section-booking__marriott {
		grid-template-columns: 100%;
		grid-template-areas: "logo" "title" "btn" "note";
		gap: 25px;
	}
}
.p-section-booking__marriott-logo {
	grid-area: logo;
	align-self: center;
	text-align: center;
}
.p-section-booking__marriott-logo img {
	filter: brightness(0) invert(1);
}
.p-section-booking__marriott-title {
	grid-area: title;
	font-weight: normal;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.p-section-booking__marriott-title {
		text-align: center;
	}
}
.p-section-booking__marriott .c-input-booking-marriott-note {
	grid-area: note;
	margin-top: 0;
}
.p-section-booking__marriott-btn {
	align-self: center;
	grid-area: btn;
}
.p-section-booking__marriott-btn a,
.p-section-booking__marriott-btn button {
	box-sizing: border-box;
	width: 220px;
}
@media screen and (max-width: 1100px) {
	.p-section-booking__marriott-btn a,
	.p-section-booking__marriott-btn button {
		width: 180px;
		margin-inline: auto;
	}
}
@media screen and (max-width: 767px) {
	.p-section-booking__marriott-btn a,
	.p-section-booking__marriott-btn button {
		width: 100%;
	}
}
.p-section-booking__marriott-btn a,
.p-section-booking__marriott-btn button {
	border-radius: 100vw;
	padding: calc(1em + 1px) 1em;
	font-weight: bold;
}
.p-dialog-booking .p-section-booking__marriott-btn a,
.p-dialog-booking .p-section-booking__marriott-btn button {
	background-color: #fff;
	color: #aa0e2a;
	color: #aa0e2a;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-dialog-booking .p-section-booking__marriott-btn a:hover,
	.p-dialog-booking .p-section-booking__marriott-btn button:hover {
		text-decoration: none;
		color: #aa0e2a;
	}
}
.p-dialog-booking .p-section-booking__marriott-btn a:focus,
.p-dialog-booking .p-section-booking__marriott-btn button:focus {
	text-decoration: none;
	color: #aa0e2a;
}
.p-dialog-booking .p-section-booking__marriott-btn a .stroke,
.p-dialog-booking .p-section-booking__marriott-btn button .stroke {
	stroke: #aa0e2a;
}

.p-section-booking .p-section-booking__marriott-btn a,
.p-section-booking .p-section-booking__marriott-btn button {
	background-color: #aa0e2a;
	color: #fff;
	color: #fff;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-section-booking .p-section-booking__marriott-btn a:hover,
	.p-section-booking .p-section-booking__marriott-btn button:hover {
		text-decoration: none;
		color: #fff;
	}
}
.p-section-booking .p-section-booking__marriott-btn a:focus,
.p-section-booking .p-section-booking__marriott-btn button:focus {
	text-decoration: none;
	color: #fff;
}
.p-section-booking .p-section-booking__marriott-btn a .stroke,
.p-section-booking .p-section-booking__marriott-btn button .stroke {
	stroke: #fff;
}

.p-section-booking__marriott-btn a,
.p-section-booking__marriott-btn button {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-section-booking__marriott-btn a:hover,
	.p-section-booking__marriott-btn button:hover {
		opacity: 0.7;
	}
}
.p-section-booking__marriott-btn a:focus,
.p-section-booking__marriott-btn button:focus {
	opacity: 0.7;
}
.p-section-booking__marriott-btn a,
.p-section-booking__marriott-btn button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
}

/******************************************************************
project - outline-top
******************************************************************/
.p-outline-top {
	max-width: 790px;
	display: grid;
	grid-template-columns: auto 260px;
	grid-template-areas: "title img" "copy img";
	gap: 30px 20px;
}
@media screen and (max-width: 767px) {
	.p-outline-top {
		grid-template-columns: auto 48%;
		grid-template-areas: "title img" "copy copy";
		gap: 30px 20px;
	}
}
.p-outline-top h2 {
	grid-area: title;
}
@media screen and (max-width: 767px) {
	.p-outline-top h2 {
		align-self: center;
	}
}
.p-outline-top p {
	grid-area: copy;
}
.p-outline-top div {
	grid-area: img;
}
@media screen and (max-width: 767px) {
	.p-outline-top div {
		margin-right: -8vw;
	}
}
.p-outline-top div img {
	margin-top: -55px;
}
@media screen and (max-width: 767px) {
	.p-outline-top div img {
		margin-top: 0;
	}
}

/******************************************************************
project - restaurant-hotel-members
******************************************************************/
.p-restaurant-hotel-members {
	box-sizing: border-box;
	text-align: center;
	width: 280px;
}
@media screen and (max-width: 767px) {
	.p-restaurant-hotel-members {
		width: 100vw;
		max-width: 100%;
	}
}
.p-restaurant-hotel-members__members {
	display: block;
	background-color: #fff;
	padding: 25px 20px 20px 20px;
}
.p-restaurant-hotel-members__members img {
	width: 186px;
}
.p-restaurant-hotel-members__point {
	display: block;
	margin-top: 1px;
	background-color: #fff;
	padding: 16px;
	line-height: 1.8;
	font-size: 14px;
	font-weight: bold;
}
.p-restaurant-hotel-members__point small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}
/******************************************************************
project - scenes-list
******************************************************************/
.p-scenes-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}
@media screen and (max-width: 1100px) {
	.p-scenes-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.p-scenes-list {
		grid-template-columns: repeat(1, 1fr);
	}
}
.p-scenes-list li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-scenes-list li a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.p-scenes-list li a:focus {
	text-decoration: none;
	color: inherit;
}
.p-scenes-list li a {
	border: 1px solid #e5dbca;
	background-color: #faf8f5;
	padding: 30px 30px 30px 58px;
}
@media screen and (max-width: 767px) {
	.p-scenes-list li a {
		padding: 25px 15px 25px 40px;
	}
}
.p-scenes-list li a {
	position: relative;
}
.p-scenes-list li a::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 28px;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 767px) {
	.p-scenes-list li a::after {
		position: absolute;
		content: "";
		margin: auto;
		box-sizing: border-box;
		vertical-align: middle;
		top: 0;
		bottom: 0;
		left: 13px;
		width: 18px;
		height: 18px;
	}
}
.p-scenes-list li a::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy43NSA1LjUgMy41IDMuNS0zLjUgMy41IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Im05IDFjNC40MSAwIDggMy41OSA4IDhzLTMuNTkgOC04IDgtOC0zLjU5LTgtOCAzLjU5LTggOC04bTAtMWMtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOSA5LTQuMDMgOS05LTQuMDMtOS05LTl6IiBmaWxsPSIjMjIyIi8+PC9zdmc+");
}
.p-scenes-list li a {
	transition-property: color;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.p-scenes-list li a:hover {
		color: #aa0e2a;
	}
	.p-scenes-list li a:hover::after {
		background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy43NSA1LjUgMy41IDMuNS0zLjUgMy41IiBmaWxsPSJub25lIiBzdHJva2U9IiNhYTBlMmEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Im05IDFjNC40MSAwIDggMy41OSA4IDhzLTMuNTkgOC04IDgtOC0zLjU5LTgtOCAzLjU5LTggOC04bTAtMWMtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOSA5LTQuMDMgOS05LTQuMDMtOS05LTl6IiBmaWxsPSIjYWEwZTJhIi8+PC9zdmc+");
	}
}
.p-scenes-list li a:focus {
	color: #aa0e2a;
}
.p-scenes-list li a:focus::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy43NSA1LjUgMy41IDMuNS0zLjUgMy41IiBmaWxsPSJub25lIiBzdHJva2U9IiNhYTBlMmEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Im05IDFjNC40MSAwIDggMy41OSA4IDhzLTMuNTkgOC04IDgtOC0zLjU5LTgtOCAzLjU5LTggOC04bTAtMWMtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOSA5LTQuMDMgOS05LTQuMDMtOS05LTl6IiBmaWxsPSIjYWEwZTJhIi8+PC9zdmc+");
}
/******************************************************************
project - find-a-table
******************************************************************/
.p-find-a-table {
	background-color: #fff;
	padding: 30px 50px 50px 50px;
}
@media screen and (max-width: 767px) {
	.p-find-a-table {
		padding: 30px 20px 50px 20px;
	}
}
.p-find-a-table > *:not(:last-child) {
	margin-bottom: 1rem;
}
.p-find-a-table__tel {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.p-find-a-table__tel {
		font-size: 20px;
	}
}
.p-find-a-table__number {
	font-size: 45px;
}
@media screen and (max-width: 767px) {
	.p-find-a-table__number {
		font-size: 36px;
	}
}
.p-find-a-table__hours {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.p-find-a-table__hours {
		display: block;
	}
}
.p-find-a-table .c-button-list {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-find-a-table .c-button-list {
		margin-top: 1.5rem;
	}
}

/******************************************************************
project - mice-reasons
******************************************************************/
.p-mice-reasons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 45px;
}
@media screen and (max-width: 1100px) {
	.p-mice-reasons {
		gap: 60px 60px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.p-mice-reasons {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 20px;
	}
}
.p-mice-reasons__item {
	display: grid;
	grid-template-columns: auto 90px;
	grid-template-rows: auto auto 1fr auto;
	grid-template-areas: "title img" "summary img" "text text" "btn btn";
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__item {
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto 1fr auto;
		grid-template-areas: "img" "title" "summary" "text" "btn";
	}
}
.p-mice-reasons__title {
	grid-area: title;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	color: #aa0e2a;
	display: flex;
	align-items: flex-end;
	padding-right: 35px;
	padding-top: 18px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__title {
		padding-right: 0;
		padding-top: 0;
		margin-top: 10px;
	}
}
.p-mice-reasons__title strong {
	font-weight: 500;
	font-size: 75px;
	line-height: 60px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__title strong {
		font-size: 50px;
		line-height: 46px;
	}
}
.p-mice-reasons__title > span {
	line-height: 1.2;
	margin-left: 0.4em;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__title > span {
		font-size: 17px;
	}
}
.p-mice-reasons__img {
	grid-area: img;
	margin-left: -30px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__img {
		margin-left: 0;
	}
}
.p-mice-reasons__img {
	text-align: center;
}
.p-mice-reasons__img img {
	border-radius: 50%;
}
.p-mice-reasons__summary {
	grid-area: summary;
	line-height: 2;
	margin-top: 30px;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__summary {
		margin-top: 20px;
		font-size: 16px;
	}
}
.p-mice-reasons__text {
	grid-area: text;
	color: #777777;
	line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__text {
		margin-top: 15px;
	}
}
.p-mice-reasons__btn {
	grid-area: btn;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.p-mice-reasons__btn {
		margin-top: 35px;
	}
}
.p-mice-reasons__btn .c-button {
	padding-inline: 1em;
}
/******************************************************************
project - mice-list
******************************************************************/
.p-mice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
@media screen and (max-width: 767px) {
	.p-mice-list {
		flex-direction: column;
		gap: 30px;
	}
}
.p-mice-list a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-mice-list a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.p-mice-list a:focus {
	text-decoration: none;
	color: inherit;
}
.p-mice-list a {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") bottom left no-repeat;
}
@media print, screen and (min-width: 768px) {
	.p-mice-list a {
		display: inline-block;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-mice-list a {
		display: block;
		padding-right: 30px;
		background-position: right top 1em;
	}
}
.p-mice-list--right a {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy43NSA1LjUgMy41IDMuNS0zLjUgMy41IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Im05IDFjNC40MSAwIDggMy41OSA4IDhzLTMuNTkgOC04IDgtOC0zLjU5LTgtOCAzLjU5LTggOC04bTAtMWMtNC45NyAwLTkgNC4wMy05IDlzNC4wMyA5IDkgOSA5LTQuMDMgOS05LTQuMDMtOS05LTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+") bottom left no-repeat;
}
@media screen and (max-width: 767px) {
	.p-mice-list--right a {
		background-position: right top 1em;
	}
}
.p-mice-list__en {
	display: block;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 36px;
}
@media screen and (max-width: 767px) {
	.p-mice-list__en {
		font-size: 30px;
	}
}
.p-mice-list__ja {
	display: block;
	margin-top: 0.6em;
}

/******************************************************************
project - mice-number
******************************************************************/
.p-mice-number {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media screen and (max-width: 1100px) {
	.p-mice-number {
		gap: 10px;
	}
}
.p-mice-number div {
	width: calc(16.6666666667% - 16.6666666667px);
}
@media screen and (max-width: 1100px) {
	.p-mice-number div {
		width: calc(25% - 7.5px);
	}
}
@media screen and (max-width: 767px) {
	.p-mice-number div {
		width: calc(33.3333333333% - 6.6666666667px);
	}
}
@media screen and (max-width: 440px) {
	.p-mice-number div {
		width: calc(50% - 5px);
	}
}
.p-mice-number div {
	box-sizing: border-box;
	border: 1px solid #e5dbca;
	background-color: #faf8f5;
	aspect-ratio: 166/140;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
	text-align: center;
	color: #aa0e2a;
	line-height: 1.2;
}
.p-mice-number dt {
	margin-top: 0.8em;
}
.p-mice-number dd {
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.p-mice-number dd {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.p-mice-number dd {
		font-size: 16px;
	}
}
.p-mice-number dd span {
	margin-top: calc((1em - 1lh) / 2);
	margin-right: 5px;
	display: inline-block;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 60px;
}
@media screen and (max-width: 1160px) {
	.p-mice-number dd span {
		font-size: 5.1724137931vw;
	}
}
@media screen and (max-width: 767px) {
	.p-mice-number dd span {
		font-size: 45px;
	}
}
/******************************************************************
project - download
******************************************************************/
.p-download {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 60px;
}
@media screen and (max-width: 767px) {
	.p-download {
		grid-template-columns: repeat(1, 1fr);
		gap: 0 60px;
	}
}
.p-download > *:nth-child(1) {
	border-top: 1px solid #d8d4c7;
}
.p-download > *:nth-child(2) {
	border-top: 1px solid #d8d4c7;
}
@media screen and (max-width: 767px) {
	.p-download > *:nth-child(2) {
		border-top: none;
	}
}
.p-download > * {
	border-bottom: 1px solid #d8d4c7;
	padding-block: 1.25em;
}
/******************************************************************
project - hotel-list
******************************************************************/
.p-hotel-list-head {
	margin-top: 3rem;
	font-family: "Noto Serif JP", serif;
	color: #aa0e2a;
	font-weight: 500;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.p-hotel-list-head {
		margin-top: 2.25rem;
		font-size: 25px;
	}
}

.p-hotel-list {
	line-height: 2;
}
.p-hotel-list__title {
	display: flex;
	color: #aa0e2a;
}
.p-hotel-list__title img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	width: 24px;
	height: 24px;
	object-fit: none;
}
.p-hotel-list__note {
	color: #777777;
	font-size: 14px;
}
/******************************************************************
project - facilities-list
******************************************************************/
.p-facilities-list li {
	border-bottom: 1px solid #e5dbca;
}
.p-facilities-list li a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.p-facilities-list li a:hover {
		text-decoration: none;
		color: inherit;
	}
}
.p-facilities-list li a:focus {
	text-decoration: none;
	color: inherit;
}
@media (any-hover: hover) {
	.p-facilities-list li a:hover {
		color: #aa0e2a;
	}
}
.p-facilities-list li a:focus {
	color: #aa0e2a;
}
.p-facilities-list li:has(> a) a {
	display: flex;
	padding-block: 20px;
	padding-right: 30px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIuNSA3Ljc1LTMuNSAzLjUtMy41LTMuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjIyMjIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48cGF0aCBkPSJtOSAxYzQuNDEgMCA4IDMuNTkgOCA4cy0zLjU5IDgtOCA4LTgtMy41OS04LTggMy41OS04IDgtOG0wLTFjLTQuOTcgMC05IDQuMDMtOSA5czQuMDMgOSA5IDkgOS00LjAzIDktOS00LjAzLTktOS05eiIgZmlsbD0iIzIyMjIyMiIvPjwvc3ZnPg==") right 10px top 30px no-repeat;
}
@media screen and (max-width: 767px) {
	.p-facilities-list li:has(> a) a {
		padding-block: 10px;
		background-position: right top 20px;
	}
}
.p-facilities-list li:not(:has(> a)) {
	display: flex;
	padding-block: 20px;
}
@media screen and (max-width: 767px) {
	.p-facilities-list li:not(:has(> a)) {
		padding-block: 10px;
	}
}
.p-facilities-list__head {
	font-family: "Playfair Display", serif;
	color: #aa0e2a;
	min-width: 4.5em;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.p-facilities-list__head {
		min-width: 4em;
		font-size: 21px;
	}
}
.p-facilities-list__body {
	margin-top: 9px;
	font-weight: 600;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-facilities-list__body {
		margin-top: 6px;
		font-size: 15px;
	}
}
/******************************************************************
project - facilities-platform
******************************************************************/
.p-facilities-platform {
	border: 1px solid #e5dbca;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 40px;
}
@media screen and (max-width: 767px) {
	.p-facilities-platform {
		flex-direction: column;
		gap: 20px;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-facilities-platform__head {
		max-width: 70vw;
	}
}
.p-facilities-platform__body {
	line-height: 2;
}
/******************************************************************
project - facilities-sdgs
******************************************************************/
.p-facilities-sdgs {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-facilities-sdgs {
		gap: 7px;
	}
}
.p-facilities-sdgs li {
	width: calc(12.5% - 17.5px);
}
@media screen and (max-width: 767px) {
	.p-facilities-sdgs li {
		width: calc(25% - 5.25px);
	}
}
.p-facilities-sdgs img {
	width: 100%;
}
/******************************************************************
project - access
******************************************************************/
@media screen and (max-width: 767px) {
	.p-access__flight {
		margin-top: 60px;
	}
}
/******************************************************************
project - filter-node
******************************************************************/
.p-filter-node__body.js-init, .p-filter-node__body:empty {
	display: none;
}
.p-filter-node__body [data-label] {
	animation: p-filter-node-ani 0.4s ease-in-out both;
}

@keyframes p-filter-node-ani {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/******************************************************************
project - news-pagination
******************************************************************/
.p-news-pagination__body.js-init {
	display: none;
}
.p-news-pagination__body > * {
	animation: p-news-pagination-ani 0.4s ease-in-out both;
}

@keyframes p-news-pagination-ani {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/******************************************************************
utility - mediaquery
******************************************************************/
.u-portrait-media {
	display: none;
}

@media screen and (max-width: 1100px) {
	.u-landscape-media {
		display: none;
	}
	.u-portrait-media {
		display: block;
	}
	img.u-portrait-media {
		display: inline-block;
	}
	br.u-portrait-media {
		display: inline-block;
	}
	table.u-portrait-media {
		display: table;
	}
}
.u-sp-media {
	display: none;
}

@media screen and (max-width: 767px) {
	.u-pc-media {
		display: none;
	}
	.u-sp-media {
		display: block;
	}
	img.u-sp-media {
		display: inline-block;
	}
	br.u-sp-media {
		display: inline-block;
	}
	table.u-sp-media {
		display: table;
	}
}
/******************************************************************
utility - u-gutter
******************************************************************/
.u-gutter > *:not(:last-child) {
	margin-bottom: 1rem;
}

.u-gutter-s > *:not(:last-child) {
	margin-bottom: 0.75rem;
}

.u-gutter-2l > *:not(:last-child) {
	margin-bottom: 1.5rem;
}

.u-gutter-2x > *:not(:last-child) {
	margin-bottom: 2rem;
}

.u-gutter-3x > *:not(:last-child) {
	margin-bottom: 3rem;
}

.u-gutter-4x > *:not(:last-child) {
	margin-bottom: 4rem;
}

.u-gutter-50px > *:not(:last-child) {
	margin-bottom: 50px;
}

.u-gutter-60px > *:not(:last-child) {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.u-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-gutter-2l > *:not(:last-child) {
		margin-bottom: 1.125rem;
	}
	.u-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-gutter-3x > *:not(:last-child) {
		margin-bottom: 2.25rem;
	}
	.u-gutter-4x > *:not(:last-child) {
		margin-bottom: 3rem;
	}
	.u-sp-gutter > *:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.u-sp-gutter-s > *:not(:last-child) {
		margin-bottom: 0.5625rem;
	}
	.u-sp-gutter-2l > *:not(:last-child) {
		margin-bottom: 1.125rem;
	}
	.u-sp-gutter-2x > *:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.u-sp-gutter-3x > *:not(:last-child) {
		margin-bottom: 2.25rem;
	}
	.u-sp-gutter-4x > *:not(:last-child) {
		margin-bottom: 3rem;
	}
	.u-sp-gutter-50px > *:not(:last-child) {
		margin-bottom: 50px;
	}
	.u-sp-gutter-60px > *:not(:last-child) {
		margin-bottom: 60px;
	}
}
/******************************************************************
utility - margin
******************************************************************/
.u-margin-s {
	margin-bottom: 0 !important;
	height: 15px;
}
@media screen and (max-width: 767px) {
	.u-margin-s {
		height: 10px;
	}
}
.u-margin-m {
	margin-bottom: 0 !important;
	height: 30px;
}
@media screen and (max-width: 767px) {
	.u-margin-m {
		height: 20px;
	}
}
.u-margin-l {
	margin-bottom: 0 !important;
	height: 45px;
}
@media screen and (max-width: 767px) {
	.u-margin-l {
		height: 30px;
	}
}

/******************************************************************
utility - display
******************************************************************/
.u-block {
	display: block;
}

.u-none {
	display: none;
}

.u-inline {
	display: inline;
}

.u-inline-block {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.u-sp-block {
		display: block;
	}
	.u-sp-none {
		display: none;
	}
	.u-sp-inline {
		display: inline;
	}
	.u-sp-inline-block {
		display: inline-block;
	}
}
/******************************************************************
utility - display-off
******************************************************************/
.u-display-off {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

/******************************************************************
utility - text-align
******************************************************************/
.u-center {
	text-align: center !important;
}

.u-right {
	text-align: right !important;
}

.u-left {
	text-align: left !important;
}

/******************************************************************
utility - hover-opacity
******************************************************************/
.u-hover-opacity {
	transition-property: opacity;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.u-hover-opacity:hover {
		opacity: 0.7;
	}
}
.u-hover-opacity:focus {
	opacity: 0.7;
}

/******************************************************************
utility - hover-dark-img
******************************************************************/
.u-hover-dark-img__body img {
	transition-property: filter;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	.u-hover-dark-img:hover .u-hover-dark-img__body img {
		filter: brightness(0.8);
	}
}
.u-hover-dark-img:focus .u-hover-dark-img__body img {
	filter: brightness(0.8);
}

/******************************************************************
utility - hover-dark-bg
******************************************************************/
.u-hover-dark-bg {
	position: relative;
	z-index: 1;
}
.u-hover-dark-bg .u-hover-dark-bg__body {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bg) center center/cover no-repeat;
	--bg-sp: var(--bg);
}
@media screen and (max-width: 767px) {
	.u-hover-dark-bg .u-hover-dark-bg__body {
		background-image: var(--bg-sp);
	}
}
.u-hover-dark-bg .u-hover-dark-bg__body {
	transition-property: filter;
	transition-duration: 0.4s;
}
@media (any-hover: hover) {
	a.u-hover-dark-bg:hover .u-hover-dark-bg__body {
		filter: brightness(0.8);
	}
}
a.u-hover-dark-bg:focus .u-hover-dark-bg__body {
	filter: brightness(0.8);
}

.u-hover-dark-bg:has(a:hover, :focus) .u-hover-dark-bg__body {
	filter: brightness(0.8);
}

/******************************************************************
utility - icon-blank
******************************************************************/
.u-icon-blank-invert, .u-icon-blank {
	position: relative;
	margin-left: 0.6em;
	padding-left: 15px;
}
.u-icon-blank-invert::after, .u-icon-blank::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMXY1aC04di01em0xLTFoLTEwdjdoMTB6IiBmaWxsPSIjYWEwZTJhIi8+PHBhdGggZD0ibTEwIDkuNWgtOS41di02LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2FhMGUyYSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center/100% auto;
}

@media (any-hover: hover) {
	a:hover .u-icon-blank::after {
		background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMXY1aC04di01em0xLTFoLTEwdjdoMTB6IiBmaWxsPSIjZGIwYzI3Ii8+PHBhdGggZD0ibTEwIDkuNWgtOS41di02LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2RiMGMyNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center/100% auto;
	}
}
a:focus .u-icon-blank::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTMgMTAiIHdpZHRoPSIxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMXY1aC04di01em0xLTFoLTEwdjdoMTB6IiBmaWxsPSIjZGIwYzI3Ii8+PHBhdGggZD0ibTEwIDkuNWgtOS41di02LjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2RiMGMyNyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+") no-repeat center center/100% auto;
}

.u-icon-blank-invert::after {
	filter: brightness(0) invert(1);
}

/******************************************************************
utility - icon-pdf
******************************************************************/
.u-icon-pdf-invert, .u-icon-pdf {
	position: relative;
	margin-left: 0.6em;
	padding-left: 15px;
}
.u-icon-pdf-invert::after, .u-icon-pdf::after {
	position: absolute;
	content: "";
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 12px;
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjYWEwZTJhIj48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
}

.u-icon-pdf-invert::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
}

@media (any-hover: hover) {
	a:hover .u-icon-pdf::after {
		background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZGIwYzI3Ij48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
	}
}
a:focus .u-icon-pdf::after {
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMjQgMTIiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZGIwYzI3Ij48cGF0aCBkPSJtMjMgMXYxMGgtMjJ2LTEwem0xLTFoLTI0djEyaDI0eiIvPjxwYXRoIGQ9Im00LjExIDkuNDl2LTYuNjVoMi4xYy41IDAgLjk0LjA2IDEuMzIuMTlzLjY5LjM0LjkxLjY0LjM0LjcxLjM0IDEuMjEtLjExLjktLjMzIDEuMjItLjUzLjU2LS45MS43MS0uODIuMjMtMS4zLjIzaC0uOTV2Mi40NGgtMS4xOXptMS4xOS0zLjM4aC44NmMuNDkgMCAuODYtLjEgMS4xLS4zcy4zNi0uNTEuMzYtLjkxLS4xMy0uNjktLjM4LS44NS0uNjMtLjI0LTEuMTItLjI0aC0uODF2Mi4zMXoiLz48cGF0aCBkPSJtMTAuMDMgOS40OXYtNi42NWgxLjc3Yy42OCAwIDEuMjcuMTIgMS43NS4zN3MuODUuNjEgMS4xMSAxLjEuMzggMS4xLjM4IDEuODQtLjEzIDEuMzUtLjM4IDEuODUtLjYyLjg3LTEuMDkgMS4xMi0xLjA0LjM4LTEuNy4zOGgtMS44NHptMS4xOS0uOTZoLjVjLjQ0IDAgLjgyLS4wOSAxLjE0LS4yNnMuNTUtLjQzLjcyLS43OS4yNS0uOC4yNS0xLjM0LS4wOC0xLS4yNS0xLjM0LS40LS41OS0uNzItLjc2Yy0uMzItLjE2LS42OS0uMjQtMS4xNC0uMjRoLS41eiIvPjxwYXRoIGQ9Im0xNi40IDkuNDl2LTYuNjVoNC4wMXYxaC0yLjgzdjEuODhoMi40MXYxaC0yLjQxdjIuNzdoLTEuMTl6Ii8+PC9nPjwvc3ZnPg==") no-repeat center center/100% auto;
}