@charset "UTF-8";
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}

ul {
	padding: 0;
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	text-rendering: optimizespeed;
}

a:not([class]) {
	-webkit-text-decoration-skip-ink: auto;
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	display: block;
}

table {
	border-collapse: collapse;
}

input,
button,
textarea,
select {
	font: inherit;
}

input[type='submit'],
input[type='button'] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	border-radius: 0;
}

input[type='submit']::-webkit-search-decoration {
	display: none;
}

input[type='button']::-webkit-search-decoration {
	display: none;
}

input[type='submit']::focus {
	outline-offset: -2px;
}

input[type='button']::focus {
	outline-offset: -2px;
}

html {
	font-size: 100%;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.04em;
	color: #383332;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fafaf8;
	width: 100vw;
	height: 100vh;
	margin: 0;
	font-family:
		Zen Old Mincho,
		Yu Mincho Light,
		YuMincho,
		Yu Mincho,
		游明朝体,
		ヒラギノ明朝 ProN,
		Hiragino Mincho ProN,
		serif;
	font-size: 1rem;
	line-height: 1.6;
	overflow-x: hidden;
}

a {
	color: #383332;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

a:hover {
	opacity: 0.8;
}

p {
	margin: 1rem auto;
	font-size: 0.875rem;
}

@media screen and (width >= 1024px) {
	p {
		font-size: 0.9375rem;
	}
}
p,
h1,
h2,
h3,
h4 {
	font-weight: 400;
}

button {
	border: none;
}

ul {
	list-style: none;
}

li {
	font-size: 0.875rem;
}

@media screen and (width >= 1024px) {
	li {
		font-size: 0.9375rem;
	}
}
#loading {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100svh;
	backdrop-filter: blur(40px);
	opacity: 1;
	filter: brightness(0.75);
	background: rgba(35, 24, 21, 0.5019607843);
	display: grid;
	place-content: center;
	z-index: 10001;
	transition: opacity 1s ease;
}

#loading img {
	width: clamp(6.25rem, 5.056rem + 5.16vw, 11.25rem);
	opacity: 0;
	animation: logoFade 1.8s ease forwards;
}

@keyframes logoFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#loading.is-hide {
	opacity: 0;
	pointer-events: none;
}
.heading__inner {
	margin-bottom: 1.875rem;
}

@media screen and (width >= 768px) {
	.heading__inner {
		margin-bottom: 2.5rem;
	}
}
.heading__en {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	display: inline-block;
	position: relative;
}

.heading__en:after {
	content: '';
	background: #707070;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 4px;
}

.heading__en {
	color: #231815;
	padding-bottom: 0.75rem;
	line-height: 1;
}

@media screen and (width >= 768px) {
	.heading__en {
		padding-bottom: 0.875rem;
	}
}
.heading__jp {
	color: #383332;
	margin: 0.875rem auto 0;
	line-height: 1;
}

.heading--page .heading__en {
	color: #c4c2be;
	font-size: 1.125rem;
}

@media screen and (width >= 768px) {
	.heading--page .heading__en {
		font-size: 1.5rem;
	}
}
.heading--page .heading__jp {
	letter-spacing: 0.05em;
	font-size: 1.5rem;
}

@media screen and (width >= 768px) {
	.heading--page .heading__jp {
		font-size: 2rem;
	}
}
.heading--section .heading__en {
	font-size: 1.875rem;
}

@media screen and (width >= 768px) {
	.heading--section .heading__en {
		font-size: 2.25rem;
	}
}
.heading--section .heading__jp {
	font-size: 0.75rem;
}

@media screen and (width >= 768px) {
	.heading--section .heading__jp {
		font-size: 0.875rem;
	}
}
.heading--center .heading__inner {
	text-align: center;
}

.heading--center .heading__en {
	display: inline-block;
	position: relative;
}

.heading--center .heading__en:after {
	content: '';
	background: #707070;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.heading--white .heading__en {
	display: inline-block;
	position: relative;
}

.heading--white .heading__en:after {
	content: '';
	background: #fff;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.heading--white .heading__en,
.heading--white .heading__jp {
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5019607843);
}

@media screen and (width >= 768px) {
	.heading--about .heading__inner {
		margin-bottom: 3rem;
	}
}
.heading--about .heading__en {
	display: inline-block;
	position: relative;
}

.heading--about .heading__en:after {
	content: '';
	background: #a3a19c;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 4px;
}

.heading--about .heading__en {
	padding-bottom: 1rem;
}

.heading--about .heading__jp {
	color: #383332;
	margin: 1.125rem auto 3.75rem;
	font-size: 1.5rem;
}

@media screen and (width >= 768px) {
	.heading--about .heading__jp {
		color: #231815;
		margin: 1.125rem auto 3.5rem;
		font-size: 1.75rem;
	}
}
.button {
	display: block;
}

.button a {
	color: #383332;
	padding: 0.75rem 0.25rem 0.75rem 0.9375rem;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 1rem;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}

@media screen and (width >= 768px) {
	.button a {
		padding: 1rem;
		font-size: 1.125rem;
	}
}
.button a:before {
	content: '';
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #383332;
	width: 5px;
	height: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button a:hover:before {
	-webkit-transform: translate(2px, -50%);
	transform: translate(2px, -50%);
}

.bg-media {
	--parallax-offset-y: 6%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-media:after {
	content: '';
	backdrop-filter: blur(5px);
	z-index: 0;
	background-color: rgba(50, 50, 50, 0.5019607843);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-media__image {
	width: 100%;
	height: calc(100% + var(--parallax-offset-y) * 2);
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wide-media {
	--parallax-offset-y: 6%;
	width: 100%;
	height: 50dvh;
	position: relative;
	overflow: hidden;
}

@media screen and (width >= 768px) {
	.wide-media {
		height: 80dvh;
	}
}
@media screen and (width >= 1280px) {
	.wide-media {
		height: 100dvh;
	}
}
.wide-media__image {
	width: 100%;
	height: calc(100% + var(--parallax-offset-y) * 2);
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-fade {
	opacity: 0;
}

.js-fade-text {
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

.reserve-button a {
	text-align: center;
	background-color: #fff;
	width: min(48vw, 208px);
	padding: 0.9375rem;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 1.125rem;
	display: block;
	position: relative;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
}

@media screen and (width >= 768px) {
	.reserve-button a {
		padding: 1rem;
	}
}
.reserve-button a:hover {
	opacity: 0.9;
	-webkit-transform: translateY(-1%);
	transform: translateY(-1%);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3019607843);
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3019607843);
}

.reserve-button a:before {
	content: '';
	z-index: 10;
	background: url(../../../../../../wp-content/uploads/new-window.png) 50% / contain no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 8px;
	right: 8px;
}

.reserve-button--center {
	margin: 0 0 2.5rem;
}

@media screen and (width >= 768px) {
	.reserve-button--center {
		margin: 0 0 4rem;
	}
}
.reserve-button--center a {
	width: 240px;
	margin: auto;
	line-height: 1;
}

.reserve-button--center a span {
	padding-top: 5px;
	font-family:
		Zen Old Mincho,
		Yu Mincho Light,
		YuMincho,
		Yu Mincho,
		游明朝体,
		ヒラギノ明朝 ProN,
		Hiragino Mincho ProN,
		serif;
	font-size: 0.875rem;
	display: block;
}

.reserve-button--small {
	margin: 0;
}

.reserve-button--small a {
	color: #fff;
	background: #231815;
	padding: 0.75rem 1.125rem;
	font-size: 1rem;
}

@media screen and (width >= 768px) {
	.reserve-button--small a {
		font-size: 1.125rem;
	}
}
.reserve-button--small a:before {
	background: url(../../../../../../wp-content/uploads/new-window-white.png) 50% / contain no-repeat;
}

.reserve-button--small a span {
	padding-top: 5px;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
}

@media screen and (width >= 768px) {
	.reserve-button--small a span {
		padding-top: 8px;
	}
}
.slider-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (width >= 768px) {
	.slider-column {
		margin: 12.5rem 0;
	}
}
@media screen and (width >= 1024px) {
	.slider-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 5rem;
	}
}
@media screen and (width >= 1280px) {
	.slider-column {
		gap: 8rem;
	}
}
.slider-column__item {
	z-index: 10;
	width: 100%;
	padding: 3.75rem 0 0;
	position: relative;
}

@media screen and (width >= 768px) {
	.slider-column__item {
		width: 95%;
		padding: 5.625rem 0 0;
	}
}
@media screen and (width >= 1024px) {
	.slider-column__item {
		padding-top: 2.5rem;
	}
}
.slider-column__slider {
	z-index: 10;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 85%;
	position: relative;
}

@media screen and (width >= 768px) {
	.slider-column__slider {
		width: 80%;
	}
}
@media screen and (width >= 1024px) {
	.slider-column__slider {
		width: 25%;
		min-width: 300px;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}
.slider__image {
	height: 100%;
}

.slider__image img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 4/5;
	width: 100%;
}

.slider--loop {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.slider--loop .slider__list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider--loop .slider__item {
	margin: 0 0.25rem;
}

.slider--loop .slider__image {
	width: 200px;
}

@media screen and (width >= 768px) {
	.slider--loop .slider__image {
		width: 400px;
	}
}
.slider--fade .slider__item {
	margin: 0;
}

.slider--fade .slider__image {
	width: 100%;
}

.header {
	z-index: 10000;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.header--lower {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(250, 250, 248, 0.95)),
		color-stop(20%, rgba(250, 250, 248, 0.85)),
		to(rgba(250, 250, 248, 0))
	);
	background: linear-gradient(
		to bottom,
		rgba(250, 250, 248, 0.95) 0%,
		rgba(250, 250, 248, 0.85) 20%,
		rgba(250, 250, 248, 0) 100%
	);
}

.header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (width >= 768px) {
	.header__inner {
		margin: 0.5rem 1rem;
	}
}
.header__logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header__logo a {
	padding: 0.1875rem 0.3125rem;
	display: grid;
}

@media screen and (width >= 768px) {
	.header__logo a {
		padding: 0.5rem;
	}
}
@media screen and (width >= 1024px) {
	.header__logo a {
		padding: 0.625rem 0.5rem;
	}
}
.header__logo a:hover {
	opacity: 0.6;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3019607843));
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3019607843));
}

.header__logo-image {
	vertical-align: bottom;
	-o-object-fit: contain;
	object-fit: contain;
	grid-row-start: 1;
	grid-column-start: 1;
	height: 38px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (width >= 768px) {
	.header__logo-image {
		height: 52px;
	}
}
.header__logo-image--white {
	visibility: hidden;
	opacity: 0;
}

.header__controls {
	gap: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (width >= 1280px) {
	.header__controls {
		gap: 1.5rem;
	}
}
.header__controls-bg {
	visibility: hidden;
	backdrop-filter: blur();
	-webkit-filter: brightness();
	filter: brightness();
	z-index: 1;
	opacity: 0;
	background: rgba(35, 24, 21, 0);
	width: 100vw;
	height: 100vh;
	-webkit-transition: all 0.3s ease-out 0.2s;
	transition: all 0.3s ease-out 0.2s;
	position: absolute;
	top: 0;
	left: 0;
}

.header__controls-bg.is-open {
	visibility: visible;
	backdrop-filter: blur(40px);
	opacity: 1;
	-webkit-filter: brightness(0.75);
	filter: brightness(0.75);
	background: rgba(35, 24, 21, 0.5019607843);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header__language-nav {
	z-index: 15;
	position: relative;
}

.header__language-nav a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header__menu {
	z-index: 10;
	position: relative;
}

.header__menu-button {
	cursor: pointer;
	z-index: 15;
	background: 0 0;
	width: 40px;
	height: 40px;
	margin: 0.4375rem 0.3125rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

@media screen and (width >= 768px) {
	.header__menu-button {
		margin: 0.9375rem 0.625rem;
	}
}
@media screen and (width >= 1024px) {
	.header__menu-button {
		margin: 1.5rem;
	}
}
.header__menu-button:hover {
	opacity: 0.7;
}

.header__menu-button:hover .header__menu-button-line--secondary {
	width: 60%;
}

.header__menu-button:hover span {
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3019607843));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3019607843));
}

.header__menu-button.is-open {
	visibility: hidden;
}

.header__menu-button.is-open .header__menu-button-line {
	opacity: 0;
}

.header__menu-button-line {
	background: #383332;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0.3125rem;
	right: 0;
}

.header__menu-button-line--secondary {
	width: 50%;
	top: 0.875rem;
}

.header__menu-close {
	visibility: hidden;
	cursor: pointer;
	opacity: 0;
	background: 0 0;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

.header__menu-close.is-open {
	visibility: visible;
	opacity: 1;
}

.header__menu-close-line {
	background: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0.625rem;
	right: 0;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.header__menu-close-line--secondary {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.header__button {
	position: fixed;
	bottom: 0.875rem;
	right: 0.75rem;
}

@media screen and (width >= 768px) {
	.header__button {
		bottom: 1.25rem;
		right: 1.25rem;
	}
}
@media screen and (width >= 1024px) {
	.header__button {
		bottom: 2rem;
		right: 2rem;
	}
}
.header.is-white .header__logo-image--primary {
	visibility: hidden;
	opacity: 0;
}

.header.is-white .header__logo-image--white {
	visibility: visible;
	opacity: 1;
}

.header.is-white .header__language-nav a,
.header.is-white .header__language-nav-item {
	color: #fff;
}

.header.is-white .header__menu-button-line {
	background-color: #fff;
}

.language-nav {
	width: 100%;
	margin-top: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.language-nav.is-open .language-nav__item {
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.language-nav.is-open .language-nav__item a {
	color: #fff;
}

.language-nav__item {
	color: #383332;
	padding: 0.5rem;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 1rem;
	position: relative;
}

@media screen and (width >= 768px) {
	.language-nav__item {
		font-size: 1.125rem;
	}
}
.language-nav__item:first-child:before {
	content: '/';
	position: absolute;
	right: -4px;
}

.language-nav__item a {
	opacity: 0.5;
	padding: 0.5rem;
}

.language-nav__item a:hover {
	opacity: 0.9;
}

.language-nav__item.is-active span {
	padding: 0.5rem;
}

@media screen and (width >= 1024px) {
	.language-nav--small {
		display: none;
	}
}
.language-nav--small .language-nav__item {
	color: #fff;
}

.language-nav--large {
	display: none;
}

@media screen and (width >= 1024px) {
	.language-nav--large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.drawer {
	--link-padding: 0.5rem;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	width: 100dvw;
	height: 100dvh;
	padding: 1.25rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
}

@media screen and (width >= 768px) {
	.drawer {
		padding: 2.5rem clamp(2.5rem, 10vw, 7.5rem);
	}
}
@media screen and (width >= 1024px) {
	.drawer {
		--link-padding: 1rem;
		padding: 2.5rem;
	}
}
.drawer.is-open {
	visibility: visible;
	opacity: 1;
}

.drawer.is-open .drawer__content {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out 0.3s;
	transition: all 0.8s ease-in-out 0.3s;
}

.drawer__content {
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
	opacity: 0;
	z-index: 10;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: clamp(3.5rem, 5vh, 5rem);
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media screen and (width >= 768px) {
	.drawer__content {
		gap: 0;
	}
}
@media screen and (width >= 1024px) {
	.drawer__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 100%;
	}
}
@media screen and (width >= 1280px) {
	.drawer__content {
		gap: clamp(10rem, 10vw, 10.5rem);
	}
}
.drawer__content p {
	color: #fff;
}

.drawer__content a {
	color: #fff;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
}

.drawer__content a:hover {
	opacity: 0.6;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.drawer__info {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1.8;
}

@media screen and (width >= 768px) {
	.drawer__info {
		font-size: 1rem;
	}
}
@media screen and (width >= 1024px) {
	.drawer__info {
		grid-template-rows: 4fr 1fr 5rem;
		width: 50%;
		height: 100%;
		display: grid;
	}
}
.drawer__info a {
	padding: var(--link-padding);
	font-size: 0.875rem;
	text-decoration: underline;
	display: inline-block;
}

@media screen and (width >= 768px) {
	.drawer__info a {
		font-size: 1rem;
	}
}
.drawer__info p {
	padding: 0 var(--link-padding);
	margin: 0 0 0.5rem;
}

@media screen and (width >= 1024px) {
	.drawer__info p {
		margin: 0;
	}
}
.drawer__main {
	padding: var(--link-padding);
	min-height: 60dvh;
}

@media screen and (width >= 768px) {
	.drawer__main {
		grid-template-rows: 2fr 10fr 3fr;
		display: grid;
	}
}
@media screen and (width >= 1024px) {
	.drawer__main {
		grid-template-rows: 1fr 8fr 3fr;
		width: 50%;
		height: 100%;
	}
}
@media screen and (width >= 1280px) {
	.drawer__main {
		grid-template-rows: 1fr 5fr 2fr;
	}
}
.drawer__info-text {
	margin-bottom: 1.25rem;
}

@media screen and (width >= 1024px) {
	.drawer__info-text {
		grid-row-start: 2;
		margin-bottom: 0;
	}
}
.drawer__map-link {
	display: inline-block;
	position: relative;
}

.drawer__map-link:after {
	content: '';
	pointer-events: none;
	background: url(../../../../../../wp-content/uploads/new-window-white.png) 50% / contain no-repeat;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 6px;
	right: -2px;
}

@media screen and (width >= 1024px) {
	.drawer__map-link:after {
		top: 15px;
		right: 5px;
	}
}
.drawer__sns-link {
	padding-bottom: 0.5rem;
}

@media screen and (width >= 1024px) {
	.drawer__sns-link {
		grid-row-start: 3;
		align-self: flex-end;
	}
}
.drawer__sns-link img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 20px;
	height: 20px;
}

@media screen and (width >= 768px) {
	.drawer__sns-link img {
		width: 24px;
		height: 24px;
	}
}
.drawer__language-nav {
	-webkit-transform: translateX(calc(-1 * var(--link-padding) - 0.5rem));
	transform: translateX(calc(-1 * var(--link-padding) - 0.5rem));
}

.drawer__gnav {
	margin-top: 1.5rem;
}

@media screen and (width >= 1024px) {
	.drawer__gnav {
		grid-row-start: 2;
		margin-top: 0;
	}
}
.drawer__gnav .sub-menu {
	margin-block: 0.5rem;
}
.drawer__gnav .sub-menu li {
	margin: 0;
}
.drawer__gnav .sub-menu a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	font-size: 1.2rem;
	padding: 0.3rem 0.3rem 0.3rem 0;
}
.drawer__gnav .sub-menu a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (width >= 1024px) {
	.drawer__gnav .sub-menu a {
		font-size: 1.5rem;
	}
}
.drawer__reserve {
	padding-top: clamp(0.5rem, 5vh, 1rem);
}

@media screen and (width >= 1024px) {
	.drawer__reserve {
		grid-row-start: 3;
		padding-top: clamp(1.5rem, 5vh, 2.5rem);
	}
}
.drawer__reserve a {
	font-size: 1.75rem;
	text-decoration: underline;
	position: relative;
}

@media screen and (width >= 768px) {
	.drawer__reserve a {
		font-size: 2.5rem;
	}
}
.drawer__reserve a:after {
	pointer-events: none;
	content: '';
	background: url(../../../../../../wp-content/uploads/new-window-white.png) 50% / contain no-repeat;
	width: 0.75rem;
	height: 0.75rem;
	position: absolute;
	top: -5px;
	right: -18px;
}

@media screen and (width >= 768px) {
	.drawer__reserve a:after {
		width: 1.25rem;
		height: 1.25rem;
		top: -8px;
		right: -27px;
	}
}
.gnav__list {
	width: 100%;
	height: 100%;
	margin: 0;
	display: grid;
}

.gnav__list li {
	margin: 0.625rem 0;
}

@media screen and (width >= 1024px) {
	.gnav__list li {
		margin: 0;
	}
}
.gnav__list a {
	padding: 1rem 1rem 1rem 0;
	font-size: 1.5rem;
}

@media screen and (width >= 768px) {
	.gnav__list a {
		font-size: 2rem;
	}
}
.footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#fafaf8), to(#c4c2be));
	background: linear-gradient(#fafaf8 0%, #c4c2be 100%);
}

.footer__inner {
	padding: 5rem 1.25rem;
}

@media screen and (width >= 768px) {
	.footer__inner {
		padding: 5.625rem 2.5rem 7.5rem;
	}
}
@media screen and (width >= 1280px) {
	.footer__inner {
		padding: 4.5rem 2.5rem 7rem 7.5rem;
	}
}
@media screen and (width >= 768px) {
	.footer__contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.footer__content {
	margin: 0 0 3.125rem;
}

@media screen and (width >= 768px) {
	.footer__content {
		margin: 0 3.125rem 0 0;
	}
}
@media screen and (width >= 1024px) {
	.footer__content {
		margin: 0 4.5rem 0 0;
	}
}
.footer__title {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	display: inline-block;
	position: relative;
}

.footer__title:after {
	content: '';
	background: #707070;
	width: 10px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 4px;
}

.footer__title {
	color: #231815;
	letter-spacing: 0.05em;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.3125rem;
	font-size: 1.25rem;
}

@media screen and (width >= 768px) {
	.footer__title {
		margin-bottom: 1.125rem;
		padding-bottom: 0.5rem;
		font-size: 1.5rem;
	}
}
.footer__desc a {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	text-decoration: underline;
}

.footer__desc p {
	margin: 0 0 0.75rem;
}

.footer__desc--address p {
	font-size: 0.8125rem;
}

@media screen and (width >= 768px) {
	.footer__desc--address p {
		font-size: 0.875rem;
	}
}
.footer__desc--address a {
	padding: 0.3125rem 0;
	font-size: 0.9375rem;
	position: relative;
}

.footer__desc--address a:after {
	content: '';
	pointer-events: none;
	background: url(../../../../../../wp-content/uploads/new-window.png) 50% / contain no-repeat;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 0;
	right: -10px;
}

.footer__desc--hours {
	gap: 0 2.5rem;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__desc--hours p {
	line-height: 1.8;
}

.footer__info {
	margin-top: 1.25rem;
}

@media screen and (width >= 768px) {
	.footer__info {
		margin-top: 4rem;
	}
}
@media screen and (width >= 1280px) {
	.footer__info {
		margin-top: 0;
	}
}
.footer__logo {
	margin-bottom: 0.25rem;
}

.footer__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 130px;
	height: auto;
	margin-left: auto;
	margin-right: 0;
	display: block;
}

@media screen and (width >= 768px) {
	.footer__logo img {
		width: 160px;
	}
}
.footer__copy p {
	text-align: right;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 0.625rem;
}

@media screen and (width >= 768px) {
	.footer__copy p {
		font-size: 0.75rem;
	}
}
.fnav {
	gap: 0 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fnav__list {
	margin: 0;
	padding: 0;
}

.fnav__list li {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
}

.fnav__list a {
	line-height: 1.8;
	text-decoration: underline;
}

.hero {
	z-index: -10;
	background-color: #fafaf8;
	width: 100vw;
	height: 130svh;
	position: fixed;
}

.hero:before {
	content: '';
	opacity: 0.4;
	z-index: -1;
	background-color: #383332;
	width: 100%;
	height: 100%;
	position: absolute;
}

.hero__title {
	width: 100%;
	height: 100svh;
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	z-index: 2;
	/* color: #fff;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5019607843));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5019607843));
  padding: 40vh 1.25rem 0;
  font-size: 1.125rem; */
}

.hero__title img {
	width: clamp(6.25rem, 5.056rem + 5.16vw, 11.25rem);
	opacity: 0.5;
}

@media screen and (width >= 768px) {
	.hero__title {
		/* padding: 30vh 7.5rem 0;
    font-size: 2rem; */
	}
}
.hero__video {
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -20;
	width: 100vw;
	height: 100svh;
	position: absolute;
	top: 0;
	left: 0;
}

.hero__video--sp {
	display: none;
}

@media screen and (width < 768px) {
	.hero__video--sp {
		display: block;
	}
	.hero__video--pc {
		display: none;
	}
}
.about {
	--color-top: #fafaf800;
	--color-bottom: #fafaf8;
}

.about__scroll-area {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(75%, var(--color-top)),
		to(var(--color-bottom))
	);
	background: linear-gradient(180deg, var(--color-top) 75%, var(--color-bottom) 100%);
	width: 100vw;
	height: 130svh;
}

.about__main {
	color: #231815;
	background: #fafaf8;
}

.about__inner {
	width: min(100% - 40px, 680px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.about__inner {
		width: min(100% - 100px, 680px);
	}
}
.about__inner {
	padding: 0 0 5rem;
}

@media screen and (width >= 768px) {
	.about__inner {
		padding: 0 0 12.5rem;
	}
}
.about__content {
	padding: 0 2px;
}

@media screen and (width >= 768px) {
	.about__content {
		padding: 0 4px;
	}
}
.about__text {
	margin: 2rem 0 0;
}

@media screen and (width >= 768px) {
	.about__text {
		margin: 2.5rem 0;
	}
}
.about__text p {
	line-height: 1.8;
}

.keyword__word {
	letter-spacing: 0.05em;
	margin: 0 0 5px;
	font-size: 1.25rem;
	line-height: 1;
}

@media screen and (width >= 768px) {
	.keyword__word {
		margin: 0 0 3px;
		font-size: 1.125rem;
	}
}
.keyword__desc {
	letter-spacing: 0.02em;
	color: #383332;
	margin: 0;
	font-size: 0.75rem;
}

.keyword__list {
	margin: 1.375rem 0;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	list-style-type: none;
}

@media screen and (width >= 768px) {
	.keyword__list {
		margin: 1.5rem 0;
	}
}
.keyword__list li {
	counter-increment: number;
	margin: 0.625rem 0;
	-webkit-padding-start: 1.75rem;
	padding-inline-start: 1.75rem;
	line-height: 1.6;
	position: relative;
}

@media screen and (width >= 768px) {
	.keyword__list li {
		margin: 0.75rem 0;
		line-height: 1;
	}
}
.keyword__list li:before {
	content: '0' counter(number);
	color: #231815;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 0.75rem;
	position: absolute;
	top: 2px;
	left: 2px;
}

@media screen and (width >= 768px) {
	.keyword__list li:before {
		top: 55%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.keyword__list li:after {
	content: '';
	background-color: #707070;
	width: 1px;
	height: 5px;
	position: absolute;
	top: 9px;
	left: 1.125rem;
}

@media screen and (width >= 768px) {
	.keyword__list li:after {
		top: 55%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.suppliers {
	background: #fafaf8;
	position: relative;
}

@media screen and (width >= 768px) {
	.suppliers {
		background: url(../../../../../../wp-content/uploads/top_producers-bg1.webp) 50% / cover
			no-repeat;
	}
	.suppliers:before {
		content: '';
		pointer-events: none;
		z-index: 1;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(10%, #fafaf8),
			to(rgba(250, 250, 248, 0))
		);
		background: linear-gradient(#fafaf8 10%, rgba(250, 250, 248, 0) 100%);
		width: 100%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.suppliers:after {
		content: '';
		pointer-events: none;
		z-index: 1;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(250, 250, 248, 0)),
			color-stop(60%, #fafaf8)
		);
		background: linear-gradient(rgba(250, 250, 248, 0) 0%, #fafaf8 60%);
		width: 100%;
		height: 40%;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
.suppliers__inner {
	width: min(100% - 40px, 1200px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.suppliers__inner {
		width: min(100% - 100px, 1200px);
	}
}
.suppliers__inner {
	z-index: 100;
	padding: 5rem 0;
	position: relative;
}

@media screen and (width >= 768px) {
	.suppliers__inner {
		padding: 10rem 0;
	}
}
@media screen and (width >= 1024px) {
	.suppliers__inner {
		padding: 12.5rem 0;
	}
}
@media screen and (width >= 1280px) {
	.suppliers__inner {
		padding: 12.5rem 0 17.5rem;
	}
}
.suppliers__heading {
	z-index: 10;
	position: relative;
	/* .heading__jp {
  	color: #383332;
  	margin: 1.125rem auto 3.75rem;
  	font-size: 1.5rem;
  } */
}

/* @media screen and (width >= 768px) {
	.suppliers__heading .heading__jp {
		font-size: 1.75rem;
	}
} */
.suppliers__text {
	text-align: left;
	z-index: 0;
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}

.suppliers__text:before {
	content: '';
	z-index: -1;
	background: url(../../../../../../wp-content/uploads/top_producers-bg-sp.webp) top/cover no-repeat;
	width: 100vw;
	height: 100vw;
	position: absolute;
	top: -60%;
	left: -20px;
}

@media screen and (width >= 768px) {
	.suppliers__text {
		text-align: center;
	}
	.suppliers__text:before {
		display: none;
	}
}
.suppliers__links {
	margin: 1.875rem 0 0;
	padding: 0;
}

@media screen and (width >= 768px) {
	.suppliers__links {
		margin: 3rem 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.suppliers__links li {
	margin: 15px 0;
}

@media screen and (width >= 768px) {
	.suppliers__links li {
		width: 33.3333333333%;
		margin: 0;
	}
}
.suppliers__button-area {
	text-align: center;
	margin-top: 3rem;
}

.card {
	position: relative;
	overflow: hidden;
}

.card__link {
	display: block;
}

.card__link:hover,
.card__link:focus-visible {
	opacity: 1;
}

.card__link:hover .card__image:after,
.card__link:focus-visible .card__image:after {
	backdrop-filter: blur();
	background: rgba(35, 24, 21, 0.4);
}

.card__link:hover .card__image img,
.card__link:focus-visible .card__image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.card__link:hover .card__body,
.card__link:focus-visible .card__body {
	opacity: 1;
}

.card__link:hover .card__title-en,
.card__link:focus-visible .card__title-en {
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.card__link:hover .card__title-jp,
.card__link:focus-visible .card__title-jp {
	-webkit-transition: opacity 0.5s ease-out 0.2s;
	transition: opacity 0.5s ease-out 0.2s;
}

@media screen and (width >= 1024px) {
	.card__link:hover .card__title-en,
	.card__link:focus-visible .card__title-en {
		opacity: 0;
	}
	.card__link:hover .card__title-jp,
	.card__link:focus-visible .card__title-jp {
		opacity: 1;
	}
}
.card__image {
	width: 100%;
	height: 100%;
	position: relative;
}

.card__image:after {
	content: '';
	backdrop-filter: blur(2px);
	z-index: 1;
	background: rgba(35, 24, 21, 0.5019607843);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (width >= 1024px) {
	.card__image:after {
		backdrop-filter: blur(5px);
	}
}
.card__image img {
	-o-object-fit: contain;
	object-fit: contain;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.card__body {
	color: #fafaf8;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
	opacity: 0.6;
	z-index: 10;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: absolute;
	bottom: 0;
	left: 0.75rem;
}

.card__number {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	display: inline-block;
	position: relative;
}

.card__number:after {
	content: '';
	background: #fafaf8;
	width: 5px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 4px;
}

.card__number {
	letter-spacing: 0.02em;
	margin-left: 1px;
	padding-bottom: 2px;
	font-size: 0.75rem;
}

.card__number:after {
	opacity: 0.6;
	left: 1px;
}

.card__title-area {
	display: grid;
}

.card__title {
	margin: 0.75rem 0 1rem;
	line-height: 1;
}

@media screen and (width >= 768px) {
	.card__title {
		margin: 0.5rem 0;
	}
}
.card__title-en {
	grid-row-start: 1;
	grid-column-start: 1;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 3rem;
	-webkit-transition: opacity 0.5s ease-out 0.2s;
	transition: opacity 0.5s ease-out 0.2s;
}

@media screen and (width >= 768px) {
	.card__title-en {
		font-size: 2rem;
	}
}
@media screen and (width >= 1024px) {
	.card__title-en {
		font-size: 3rem;
	}
}
.card__title-jp {
	opacity: 0;
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 2.5rem;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	-webkit-transform: translate(-2px);
	transform: translate(-2px);
}

@media screen and (width >= 768px) {
	.card__title-jp {
		margin-top: 0.75rem;
		font-size: 1.375rem;
	}
}
@media screen and (width >= 1024px) {
	.card__title-jp {
		font-size: 2rem;
	}
}
@media screen and (width >= 1280px) {
	.card__title-jp {
		margin-top: 0.5rem;
		font-size: 2.5rem;
	}
}
.insta {
	background-color: #fafaf8;
	width: 100%;
	padding: 5rem 0;
	overflow: hidden;
}

@media screen and (width >= 768px) {
	.insta {
		padding: 7.5rem 0;
	}
	.insta__slider {
		margin-top: 3.125rem;
	}
}
.insta__button-area {
	width: min(100% - 40px, 1200px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.insta__button-area {
		width: min(100% - 100px, 1200px);
	}
}
.insta__button-area {
	margin-top: 0.9375rem;
}

@media screen and (width >= 768px) {
	.insta__button-area {
		margin-top: 3rem;
	}
}
.facilities {
	background: #fafaf8;
	width: 100%;
	overflow: hidden;
}

@media screen and (width >= 1024px) {
	.facilities {
		background: url(../../../../../../wp-content/uploads/top_facility-bg.webp) 50% / cover no-repeat;
	}
}
.facilities__inner {
	width: min(100% - 40px, 1200px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.facilities__inner {
		width: min(100% - 100px, 1200px);
	}
}
.facilities__inner {
	padding: 5rem 0 0.625rem;
}

@media screen and (width >= 768px) {
	.facilities__inner {
		padding: 3.125rem 0 0.625rem;
	}
}
@media screen and (width >= 1024px) {
	.facilities__inner {
		padding: 0 0 6.25rem;
	}
}
@media screen and (width >= 1280px) {
	.facilities__inner {
		padding: 1.5rem 0 7.5rem;
	}
}
.facilities__button {
	margin-top: 1rem;
}

.accommodation {
	position: relative;
}

.accommodation:after {
	content: '';
	z-index: 1;
	background: url(../../../../../../wp-content/uploads/top_facility-bg-sp.webp) bottom/cover
		no-repeat;
	width: 100vw;
	height: 100vw;
	position: absolute;
	bottom: -10%;
	left: -20px;
}

@media screen and (width >= 768px) {
	.accommodation:after {
		bottom: -20%;
		left: -50px;
	}
}
@media screen and (width >= 1024px) {
	.accommodation:after {
		display: none;
	}
}
.reservation {
	position: relative;
	overflow: hidden;
}

.reservation__inner {
	width: min(100% - 40px, 600px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.reservation__inner {
		width: min(100% - 100px, 600px);
	}
}
.reservation__inner {
	z-index: 10;
	padding: 3.125rem 0;
	position: relative;
}

@media screen and (width >= 768px) {
	.reservation__inner {
		padding: 5.5rem 0 5rem;
	}
}
.reservation__content {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5019607843);
}

.reservation__buttons {
	margin: 2.1875rem 0 0;
}

@media screen and (width >= 768px) {
	.reservation__buttons {
		margin: 3rem 0 0;
	}
}
.reservation__buttons a {
	text-shadow: none;
}

.contact {
	background-color: #fafaf8;
}

.contact__inner {
	width: min(100% - 40px, 1200px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.contact__inner {
		width: min(100% - 100px, 1200px);
	}
}
.contact__inner {
	padding: 6.25rem 0 3.125rem;
}

@media screen and (width >= 768px) {
	.contact__inner {
		padding: 12.5rem 0 7.5rem;
	}
}
@media screen and (width >= 1280px) {
	.contact__inner {
		padding: 12.5rem 0;
	}
}
.contact__content {
	max-width: 700px;
}

.contact__button {
	margin-top: 0.5rem;
}

:root {
	--swiper-theme-color: #007aff;
}

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

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

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

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

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

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

.swiper-css-mode > .swiper-wrapper {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: auto;
}

.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 {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-slides-offset-before);
	margin-inline-start: var(--swiper-slides-offset-before);
	scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-end: var(--swiper-slides-offset-after);
	margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-slides-offset-before);
	margin-block-start: var(--swiper-slides-offset-before);
	scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-after: var(--swiper-slides-offset-after);
	margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	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: '';
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	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 {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	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 {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	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);
}

.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 {
	pointer-events: none;
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.1490196078);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5019607843)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5019607843)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.5019607843))
	);
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5019607843));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5019607843)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
	width: var(--swiper-navigation-size);
	height: var(--swiper-navigation-size);
	z-index: 10;
	cursor: pointer;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
	display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) ::slotted(svg),
:is(.swiper-button-prev, .swiper-button-next) svg {
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	fill: currentColor;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
	top: var(--swiper-navigation-top-offset, 50%);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	margin-left: 0;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 4px);
	left: auto;
}

:is(
		.swiper-horizontal .swiper-button-prev,
		.swiper-horizontal ~ .swiper-button-prev,
		.swiper-horizontal.swiper-rtl .swiper-button-next,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-next
	)
	::slotted(.swiper-navigation-icon),
:is(
		.swiper-horizontal .swiper-button-prev,
		.swiper-horizontal ~ .swiper-button-prev,
		.swiper-horizontal.swiper-rtl .swiper-button-next,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-next
	)
	.swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

:is(
		.swiper-horizontal.swiper-rtl .swiper-button-prev,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-prev
	)
	::slotted(.swiper-navigation-icon),
:is(
		.swiper-horizontal.swiper-rtl .swiper-button-prev,
		.swiper-horizontal.swiper-rtl ~ .swiper-button-prev
	)
	.swiper-navigation-icon {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
	left: var(--swiper-navigation-top-offset, 50%);
	margin-left: calc(0px - var(--swiper-navigation-size) / 2);
	margin-top: 0;
	right: auto;
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
	top: var(--swiper-navigation-sides-offset, 4px);
	bottom: auto;
}

:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev)
	::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-prev)
	.swiper-navigation-icon {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
	bottom: var(--swiper-navigation-sides-offset, 4px);
	top: auto;
}

:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next)
	::slotted(.swiper-navigation-icon),
:is(.swiper-vertical .swiper-button-next, .swiper-vertical ~ .swiper-button-next)
	.swiper-navigation-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.swiper-pagination {
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: absolute;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	width: 100%;
	left: 0;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	display: inline-block;
}

button.swiper-pagination-bullet {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

:is(
		.swiper-vertical > .swiper-pagination-bullets,
		.swiper-pagination-vertical.swiper-pagination-bullets
	)
	.swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

:is(
	.swiper-vertical > .swiper-pagination-bullets,
	.swiper-pagination-vertical.swiper-pagination-bullets
).swiper-pagination-bullets-dynamic {
	width: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

:is(
		.swiper-vertical > .swiper-pagination-bullets,
		.swiper-pagination-vertical.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition:
		top 0.2s,
		-webkit-transform 0.2s;
	transition:
		top 0.2s,
		-webkit-transform 0.2s;
	transition:
		transform 0.2s,
		top 0.2s;
	transition:
		transform 0.2s,
		top 0.2s,
		-webkit-transform 0.2s;
	display: inline-block;
}

:is(
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-horizontal.swiper-pagination-bullets
	)
	.swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-horizontal.swiper-pagination-bullets
).swiper-pagination-bullets-dynamic {
	white-space: nowrap;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

:is(
		.swiper-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-horizontal.swiper-pagination-bullets
	).swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition:
		left 0.2s,
		-webkit-transform 0.2s;
	transition:
		left 0.2s,
		-webkit-transform 0.2s;
	transition:
		transform 0.2s,
		left 0.2s;
	transition:
		transform 0.2s,
		left 0.2s,
		-webkit-transform 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:
		right 0.2s,
		-webkit-transform 0.2s;
	transition:
		right 0.2s,
		-webkit-transform 0.2s;
	transition:
		transform 0.2s,
		right 0.2s;
	transition:
		transform 0.2s,
		right 0.2s,
		-webkit-transform 0.2s;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	top: 0;
	left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	top: 0;
	left: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
	position: relative;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	position: absolute;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	position: absolute;
}

.swiper-scrollbar-drag {
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none;
}

.swiper .swiper-notification {
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	opacity: 0.6;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	-webkit-filter: blur(50px);
	filter: blur(50px);
	background: #000;
	position: absolute;
	inset: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property:
		opacity,
		height,
		-webkit-transform;
	transition-property:
		opacity,
		height,
		-webkit-transform;
	transition-property: transform, opacity, height;
	transition-property:
		transform,
		opacity,
		height,
		-webkit-transform;
	overflow: hidden;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/*$vite$:1*/
/*--------------------------------------------------------------

本番環境後のスタイル調整（Vite使用なし）
下層ページ / カスタム投稿タイプ

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

@media screen and (width >= 768px) {
	.br_pc {
		display: inline;
	}
}
/* ===== 追加コンポーネント ===== */
.c-menu-group:nth-child(n + 2) {
	margin-top: 2rem;
}

.c-menu-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}
.c-menu-price dt {
	font-size: 1rem;
}
.c-menu-price dd {
	font-size: 0.9rem;
	-webkit-margin-start: 0rem;
	margin-inline-start: 0rem;
}

@media screen and (width >= 768px) {
	.c-menu-price dt {
		font-size: 1.2rem;
	}
	.c-menu-price dd {
		font-size: 1rem;
	}
}
.c-menu-info {
	margin-top: 0.5rem;
	border-top: 1px solid color-mix(in srgb, #c4c2be 30%, transparent);
	padding-top: 0.5rem;
}
.c-menu-info > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
	line-height: 2;
}
.c-menu-info li span {
	font-size: 0.8rem;
}

.c-menu-info--sub {
	margin-left: 1.3rem;
}

.c-menu-info--sub > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 0.5rem;
	line-height: 2;
	font-size: 0.9rem;
}

@media screen and (width >= 768px) {
	.c-menu-info > li {
		font-size: 1rem;
	}
}

/* ===== 下層ページ（共通） ===== */
.lower-hero {
	position: relative;
	height: 80vh;
	height: 80svh;
}
.lower-hero__image {
	position: relative;
	width: 100%;
	height: 100%;
}
.lower-hero__image::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(56, 51, 50, 0.3);
	z-index: 1;
}
.lower-hero__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.lower-hero__heading {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-inline: 1rem;
	text-align: center;
	z-index: 2;
}
.lower-hero__heading--jp {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.4;
}
.lower-hero__heading--en {
	font-size: 1rem;
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.7);
}

.lower-page {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}

.l-container--lower {
	width: min(calc(100% - 40px), 1200px);
	margin-inline: auto;
}

@media screen and (width >= 768px) {
	.lower-hero__heading--jp {
		font-size: 2.2rem;
	}
	.lower-hero__heading--en {
		font-size: 1.2rem;
	}
	.l-container--lower {
		width: min(calc(100% - 100px), 1200px);
		margin-inline: auto;
	}
}
.c-page-link {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.c-page-link__container {
	padding-top: 2rem;
	border-top: 1px solid #707070;
}

/* ===== about us ===== */
.p-about-message {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-about-message__container {
	width: min(100% - 40px, 1440px);
	margin-inline: auto;
}
.p-about-message__inner {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.p-about-message .heading__inner {
	margin-bottom: 4rem;
}
.p-about-message__text p {
	margin: 0;
	line-height: 2.4;
}
.p-about-message__text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.p-about-message__sign {
	width: 160px;
	margin-top: 2rem;
}
.p-about-message__images {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	row-gap: 2rem;
	margin-top: 2rem;
}
.p-about-message__images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-about-message__img {
	aspect-ratio: 4/5;
}
.p-about-message__img--top {
	grid-column: 2/9;
}
.p-about-message__img--bottom {
	aspect-ratio: 3 / 2;
	grid-column: 1/7;
}

@media screen and (width >= 768px) {
	.p-about-message__container {
		width: min(100% - 80px, 1440px);
	}
	.p-about-message__inner {
		grid-template-columns: auto minmax(300px, 1fr);
	}
	.p-about-message__text p {
		line-height: 2.8;
	}
	.p-about-message__sign {
		width: 200px;
		margin-top: 4rem;
	}
	.p-about-message__images {
		row-gap: 4rem;
	}
	.p-about-message__img--top {
		grid-column: 5/9;
	}
	.p-about-message__img--bottom {
		grid-column: 3/6;
	}
}
.p-about-inherit {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-about-inherit .heading__inner {
	margin-bottom: 4rem;
}
.p-about-inherit .heading__en span {
	display: inline-block;
	font-size: 1rem;
}
.p-about-inherit__container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-areas: 'content' 'image';
	row-gap: 2rem;
	padding-inline: 20px;
}
.p-about-inherit__text {
	margin: 0;
	line-height: 2.2;
}
.p-about-inherit__text:not(:last-child) {
	margin-bottom: 1.5rem;
}
.p-about-inherit__image {
	grid-area: image;
	aspect-ratio: 4/5;
	grid-column: 1/10;
}
.p-about-inherit__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-about-inherit__content {
	grid-area: content;
	grid-column: 1/13;
	align-self: center;
}

@media screen and (width >= 768px) {
	.p-about-inherit__container {
		grid-template-areas: 'content image';
		row-gap: 0;
		padding-inline: 0;
	}
	.p-about-inherit .heading__en span {
		display: inline;
		font-size: 1.4rem;
	}
	.p-about-inherit__image {
		grid-column: 1/6;
	}
	.p-about-inherit__content {
		grid-column: 7/12;
	}
	.p-about-inherit__price dt {
		font-size: 1.4rem;
	}
	.p-about-inherit__text {
		line-height: 2.2;
	}
}
.p-about-concept {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-about-concept__container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding-inline: 20px;
}
.p-about-concept__content {
	grid-column: 1/13;
	grid-row: 2;
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.p-about-concept__text {
	margin: 0;
	line-height: 2.2;
}
.p-about-concept__text:not(:last-child) {
	margin-bottom: 1.5rem;
}
.p-about-concept__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-about-concept__image--top {
	aspect-ratio: 3/2;
	grid-column: 5/13;
	grid-row: 1;
}
.p-about-concept__image--bottom {
	aspect-ratio: 4/5;
	grid-column: 1/8;
	grid-row: 3;
}

@media screen and (width >= 768px) {
	.p-about-concept__container {
		padding-inline: 0;
	}
	.p-about-concept__content {
		grid-column: 3/10;
		margin-top: 0;
	}
	.p-about-concept__image--top {
		grid-column: 9/13;
	}
	.p-about-concept__image--bottom {
		grid-column: 1/4;
	}
}
/* ===== restaurant ===== */
.p-restaurant-message {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-restaurant-message__container {
	width: min(100% - 40px, 1440px);
	margin-inline: auto;
}
.p-restaurant-message__inner {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-restaurant-message .heading__inner {
	margin-bottom: 4rem;
}
.p-restaurant-message__text p {
	margin: 0;
	line-height: 2.6;
}
.p-restaurant-message__text p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.p-restaurant-message__images {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	row-gap: 2rem;
	margin-top: 2rem;
}
.p-restaurant-message__images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-restaurant-message__img {
	aspect-ratio: 3/2;
}
.p-restaurant-message__img--top {
	grid-column: 2/9;
}
.p-restaurant-message__img--bottom {
	grid-column: 1/6;
}

@media screen and (width >= 768px) {
	.p-restaurant-message__container {
		width: min(100% - 80px, 1440px);
	}
	.p-restaurant-message__inner {
		grid-template-columns: auto minmax(300px, 1fr);
	}
	.p-restaurant-message__images {
		row-gap: 4rem;
	}
	.p-restaurant-message__img--top {
		grid-column: 4/9;
	}
	.p-restaurant-message__img--bottom {
		grid-column: 2/5;
	}
}
.p-restaurant-menu {
	padding: clamp(3.125rem, 1.633rem + 6.45vw, 9.375rem) 0;
}
.p-restaurant-menu__container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-areas: 'content' 'image';
	row-gap: 2rem;
	padding-inline: 20px;
}
.p-restaurant-menu__image {
	grid-area: image;
	aspect-ratio: 4/3;
	grid-column: 2/13;
}
.p-restaurant-menu__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-restaurant-menu__content {
	grid-area: content;
	grid-column: 1/13;
	align-self: center;
}
.p-restaurant-menu__price {
	margin-top: 4rem;
}
.p-restaurant-menu__desc {
	margin-top: 3rem;
}
.p-restaurant-menu__text {
	line-height: 1.8;
}

@media screen and (width >= 768px) {
	.p-restaurant-menu__container {
		grid-template-areas: 'image content';
		row-gap: 0;
		padding-inline: 0;
	}
	.p-restaurant-menu__image {
		grid-column: 1/6;
	}
	.p-restaurant-menu__content {
		grid-column: 7/12;
	}
}
.p-restaurant-creator {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-restaurant-creator__text {
	margin-bottom: 4rem;
}

/* ===== accommodation ===== */
.p-accommodation-message__container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-areas: 'content' 'image';
	row-gap: 2rem;
	padding-inline: 20px;
}
.p-accommodation-message__image {
	grid-area: image;
	aspect-ratio: 3/2;
	grid-column: 2/13;
}
.p-accommodation-message__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-accommodation-message__content {
	grid-area: content;
	grid-column: 1/13;
	align-self: center;
}
.p-accommodation-message__text {
	line-height: 2.2;
}

@media screen and (width >= 768px) {
	.p-accommodation-message__container {
		grid-template-areas: 'image content';
		row-gap: 0;
		padding-inline: 0;
	}
	.p-accommodation-message__image {
		grid-column: 1/7;
	}
	.p-accommodation-message__content {
		grid-column: 8/12;
	}
	.p-accommodation-message__price dt {
		font-size: 1.4rem;
	}
}
/* .p-accommodation-amenities {
	padding: 150px 0;

	&__text {
		line-height: 1.8;
		margin-bottom: 4rem;
	}
} */
.p-accommodation-food {
	padding: clamp(6.25rem, 5.504rem + 3.23vw, 9.375rem) 0;
}
.p-accommodation-food__inner {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.p-accommodation-food .heading__inner {
	margin-bottom: 4rem;
}
.p-accommodation-food__text {
	line-height: 2.6;
	margin: 0 0 2rem;
}
.p-accommodation-food__images {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	row-gap: 2rem;
}
.p-accommodation-food__images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.p-accommodation-food__img {
	aspect-ratio: 4/5;
}
.p-accommodation-food__img--top {
	grid-column: 3/9;
}
.p-accommodation-food__img--bottom {
	grid-column: 1/5;
}

@media screen and (width >= 768px) {
	.p-accommodation-food__inner {
		grid-template-columns: 4.5fr 5.5fr;
	}
	.p-accommodation-food__text {
		margin: 6rem 0 2rem;
	}
	.p-accommodation-food__images {
		row-gap: 4rem;
	}
	.p-accommodation-food__img--top {
		grid-column: 5/9;
	}
	.p-accommodation-food__img--bottom {
		grid-column: 1/4;
	}
}
.p-accommodation-room {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-accommodation-room .heading__inner {
	margin-bottom: 4rem;
}
.p-accommodation-room__inner .p-accommodation-room__item:nth-child(2) {
	margin-top: 4rem;
}
.p-accommodation-room__item {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
.p-accommodation-room__text {
	line-height: 1.8;
}
.p-accommodation-room__image {
	aspect-ratio: 3/2;
}
.p-accommodation-room__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

@media screen and (width >= 768px) {
	.p-accommodation-room__inner .p-accommodation-room__item:nth-child(2) {
		margin-top: 6rem;
	}
	.p-accommodation-room__item {
		grid-template-columns: 4fr 6fr;
		gap: 4rem;
		width: min(100%, 1100px);
	}
	.p-accommodation-room__item:nth-child(2) {
		justify-self: end;
	}
}
.p-accommodation-facilities {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}
.p-accommodation-facilities .heading__inner {
	margin-bottom: 4rem;
}
.p-accommodation-facilities__inner .p-accommodation-facilities__item:nth-child(2) {
	margin-top: 4rem;
}
.p-accommodation-facilities__item {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem;
}
.p-accommodation-facilities__text {
	line-height: 1.8;
}
.p-accommodation-facilities {
	/* スライダー */
}
.p-accommodation-facilities__slider-wrapper {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3/2;
}
.p-accommodation-facilities__slider-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
	z-index: 0;
}
.p-accommodation-facilities__slider-slide.is-active {
	opacity: 1;
	z-index: 1;
}
.p-accommodation-facilities__slider-image {
	width: 100%;
	height: 100%;
}
.p-accommodation-facilities__slider-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

@media screen and (width >= 768px) {
	.p-accommodation-facilities__inner .p-accommodation-facilities__item:nth-child(2) {
		margin-top: 6rem;
	}
	.p-accommodation-facilities__item {
		grid-template-columns: 4fr 6fr;
		gap: 4rem;
		width: min(100%, 1100px);
	}
	.p-accommodation-facilities__item:nth-child(2) {
		justify-self: end;
	}
}
/* ===== archive / single ===== */
.archive {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}

.archive-pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 0.8rem;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}
.archive-pagination .page-numbers .current {
	font-size: 1rem;
	color: #a3a19c;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid;
}

.archive-button {
	text-align: center;
	margin-top: 2rem;
}

.single {
	padding: clamp(3.125rem, 2.379rem + 3.23vw, 6.25rem) 0;
}

.single-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-supplier__content p {
	overflow-wrap: anywhere;
}

.cat {
	font-family:
		minion-pro-display,
		Times New Roman,
		serif;
	font-size: 0.9rem;
	color: #707070;
}

.pagination {
	margin-top: 4rem;
}
.pagination a {
	font-size: 1rem;
}

@media screen and (width >= 768px) {
	.cat {
		font-size: 1rem;
	}
}
/* archive-supplier */
.archive-supplier__info {
	margin-bottom: 4rem;
}
.archive-supplier__info h3 {
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #707070;
}
.archive-supplier__info ul li:not(:last-child) {
	margin-bottom: 0.3rem;
}
.archive-supplier__info ul a {
	font-size: 1rem;
}
.archive-supplier__info--tag ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
.archive-supplier__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}
.archive-supplier__thumbnail {
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-bottom: 1rem;
}
.archive-supplier__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.archive-supplier__title {
	font-size: 0.9rem;
}
.archive-supplier__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	margin-top: 0.5rem;
}
.archive-supplier__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	margin-top: 0.5rem;
}

@media screen and (width >= 768px) {
	.archive-supplier__info h3 {
		font-size: 1.4rem;
	}
	.archive-supplier__info ul a {
		font-size: 1.1rem;
	}
	.archive-supplier__list {
		grid-template-columns: repeat(3, 1fr);
	}
	.archive-supplier__title {
		font-size: 1.1rem;
	}
}
/* single-supplier */
.single-supplier__inner {
	display: grid;
	grid-template-columns: 1fr;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 4rem;
}
.single-supplier__thumbnail {
	aspect-ratio: 4/3;
	overflow: hidden;
	margin-bottom: 1rem;
}
.single-supplier__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.single-supplier__title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.single-supplier__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
}
.single-supplier__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	margin-top: 0.5rem;
}
.single-supplier__content {
	margin-top: 2rem;
}

@media screen and (width >= 768px) {
	.single-supplier__inner {
		grid-template-columns: minmax(0, 1fr) min(270px, 25%);
	}
	.single-supplier__title {
		font-size: 1.6rem;
	}
}
/* archive-gallery */
.archive-gallery__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}
.archive-gallery__thumbnail {
	aspect-ratio: 4/5;
	overflow: hidden;
}
.archive-gallery__thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

@media screen and (width >= 768px) {
	.archive-gallery__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* sidebar-supplier */
.sidebar-supplier {
	position: static;
}
.sidebar-supplier__group:nth-child(n + 2) {
	margin-top: 2rem;
}
.sidebar-supplier__title {
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #707070;
}
.sidebar-supplier__group--tag .sidebar-supplier__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
}
.sidebar-supplier__list a {
	font-size: 1rem;
}
.sidebar-supplier__list > li:not(:last-child) {
	margin-bottom: 0.5rem;
}
.sidebar-supplier__list--child a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
}
.sidebar-supplier__list--child a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #c4c2be;
}

@media screen and (width >= 768px) {
	.sidebar-supplier {
		position: sticky;
		top: 100px;
	}
	.sidebar-supplier__group--tag .sidebar-supplier__list {
		display: block;
	}
	.sidebar-supplier__title {
		font-size: 1.4rem;
	}
	.sidebar-supplier__category a {
		font-size: 1.1rem;
	}
}
