@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(.l-sp-navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: YakuHanMP, "Shippori Mincho", serif;
	font-size: 1.4rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #6A6F43;
	word-wrap: break-word;
	background: #FFFAEF;
}

[lang=zh-TW] body {
	font-family: "Noto Serif TC", serif;
}

[lang=zh-Hans] body {
	font-family: "Noto Serif SC", serif;
}

a {
	color: inherit;
}

div[id],
section[id],
article[id] {
	scroll-margin-top: 80px;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

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

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

.ls-0 {
	letter-spacing: 0 !important;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* padding
-------------------------------*/

.p-0 {
	padding: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

/* gap
-------------------------------*/

/* Layout */

.l-body {
	width: 100%;
}

.l-body.is-fixed {
	position: fixed;
}

.l-footer {
	background: #42423e;
	color: #FFFAEF;
}

.l-footer__inner {
	display: grid;
	grid-template-columns: calc(100% - 235px) 235px;
	grid-template-rows: auto auto;
}

.l-wrapper {
	position: relative;
	width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
}

.l-page {
	position: relative;
}

.l-page__inner {
	padding: 5rem 0 14.4rem;
}

.l-page__inner--pt-lg {
	padding-top: 10rem;
}

.l-sp-navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7000;
	background: rgba(40, 56, 32, 0.94);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	display: none;
}

.l-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col__main {
	width: calc(100% - 250px);
	max-width: 660px;
}

.l-2col__sub {
	width: 220px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.heading-primary {
	line-height: 1;
}

.heading-primary__en {
	font: 400 1.4rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	color: #969F65;
}

.heading-primary__en--md {
	font-size: 1.6rem;
}

.heading-primary__en--lg-light {
	font-size: 5rem;
	line-height: 1.25;
}

.heading-primary__en--lg {
	font-size: 5.6rem;
	line-height: 1.25;
	color: #6A6F43;
}

.heading-primary__en--lg-2 {
	font-size: 5.6rem;
	line-height: 1.25;
	color: #6A6F43;
}

.heading-primary__en--lg-3 {
	font-size: 4.8rem;
	line-height: 1.25;
	color: #6A6F43;
}

.heading-primary__en--white {
	color: rgba(255, 250, 239, 0.5);
}

.heading-primary__jp {
	font-size: 4.8rem;
	letter-spacing: 0.015em;
	margin-top: 0.3em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.heading-primary__jp--sm {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #969F65;
	margin-top: 0;
	margin-bottom: 0.7em;
}

.heading-primary__jp--xsm {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 2.3333em;
}

.heading-primary__jp--md {
	font-size: 4rem;
	margin-top: 0.3em;
}

.heading-primary__jp--md-2 {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
}

.heading-primary--sm .heading-primary__en {
	font-size: 1.1rem;
}

.heading-primary--sm .heading-primary__jp {
	font-size: 2.8rem;
	font-weight: 700;
}

.heading-primary--white .heading-primary__en {
	color: #FFFAEF;
}

.heading-primary--white .heading-primary__jp {
	color: #FFFAEF;
}

.heading-primary--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.heading-primary--flex .heading-primary__jp--sm {
	margin-bottom: 1.1em;
}

.heading-primary--mb {
	margin-bottom: 28px;
}

.heading-secondary {
	font-size: 2.8rem;
	letter-spacing: 0.01em;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 1.28em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}

.heading-secondary--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.heading-secondary--mb-sm {
	margin-bottom: 1.5rem;
}

.heading-secondary--car::before,
.heading-secondary--train::before,
.heading-secondary--stay::before,
.heading-secondary--pay::before {
	content: "";
	display: block;
	width: 1.4285em;
	height: 1.4285em;
	margin-right: 0.4285em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.heading-secondary--car::before {
	background: url(../img/icon_car.svg) no-repeat center center/contain;
}

.heading-secondary--train::before {
	background: url(../img/icon_train.svg) no-repeat center center/contain;
}

.heading-secondary--stay::before {
	background: url(../img/icon_stay.svg) no-repeat center center/contain;
}

.heading-secondary--pay::before {
	background: url(../img/icon_pay.svg) no-repeat center center/contain;
}

.heading-secondary:not(:first-child) {
	margin-top: 2em;
}

.text-12 {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.text-13 {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.text-14 {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.text-15 {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.text-16 {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.15em;
}

[lang=en-US] .text-16 {
	letter-spacing: 0.05em;
}

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 4rem;
}

.buttons-wrap--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	display: block;
	background: none;
	border: none;
	padding: 0 2em 1.5em 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-bottom: 2px solid #C7A130;
	line-height: 1.4;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::before {
	position: absolute;
	top: calc((100% - 1.5em) / 2);
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.43em;
	height: 1.43em;
	display: inline-block;
	background: #C7A130;
	border-radius: 50%;
}

.button-primary::after {
	position: absolute;
	top: calc((100% - 1.5em) / 2);
	right: 0.715em;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	background: #FFFAEF;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	display: block;
	background: #C7A130;
	text-decoration: none;
	color: #FFFAEF;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 1.4em 1em;
	border-radius: 50px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	content: "";
	position: absolute;
	right: 1.2em;
	top: 45%;
	width: 1.3em;
	height: 1.3em;
	display: inline-block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	-webkit-transform: rotate(315deg) translateY(-50%);
	transform: rotate(315deg) translateY(-50%);
	background: currentColor;
}

.button-secondary[href*=".pdf"]::after {
	-webkit-mask: url(../img/icon_file.svg) no-repeat center/contain;
	mask: url(../img/icon_file.svg) no-repeat center/contain;
	width: 1.2em;
	height: 1.45em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 1.25em;
}

.button-secondary[disabled],
.button-secondary--disabled {
	background: rgba(66, 66, 63, 0.2);
	pointer-events: none;
}

.button-secondary[disabled]::after,
.button-secondary--disabled::after {
	content: none;
}

.button-secondary--line {
	background: none;
	border: 1px solid #C7A130;
	color: #C7A130;
}

.button-reserve {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #42423F;
	background: #C7A130;
	text-decoration: none;
	gap: 0.6em 1.5em;
	padding: 0 1.43em;
	height: 7.2rem;
	z-index: 5000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-reserve span {
	font: 400 1rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	opacity: 0.6;
}

.button-reserve--mv-owner {
	border-top: 1px solid rgba(255, 250, 239, 0.2);
	background: rgba(255, 250, 239, 0.15);
	color: #FFFAEF;
}

.button-reserve--owner {
	background: none;
	font-weight: 400;
	border-left: 1px solid rgba(57, 73, 49, 0.2);
}

.button-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #FFFAEF;
	padding: 3rem 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #394931;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-contact--footer {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.button-contact span {
	display: block;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	opacity: 0.5;
}

.color-black {
	color: #42423F;
}

.color-white {
	color: #FFFAEF;
}

.color-red {
	color: #F00;
}

.color-base {
	color: #6A6F43;
}

.color-gold {
	color: #C7A130;
}

.color-green {
	color: #394931;
}

.color-light-green {
	color: #969F65;
}

.color-line {
	color: rgba(57, 73, 49, 0.2);
}

.bogo-language-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bogo-language-switcher .en-US {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.bogo-language-switcher .ja {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.bogo-language-switcher .zh-CN {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.bogo-language-switcher .zh-TW {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.menu-btn {
	display: none;
}

.sp-navi-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
}

.sp-navi-head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 25px 25px 20px;
}

.sp-navi-head__logo img {
	display: block;
}

.sp-navi-main {
	height: 100%;
	padding: 0 25px;
	overflow-y: auto;
}

.sp-navi-cv {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-navi-cv > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-right: 1px solid rgba(255, 250, 239, 0.2);
	border-bottom: 1px solid rgba(255, 250, 239, 0.2);
	padding: 10rem 4.5rem 8rem;
}

.footer-content-1 {
	padding-bottom: 9rem;
}

.footer-content-1__logo {
	margin-bottom: 0.95em;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 4.8rem;
	letter-spacing: 0.1em;
}

.footer-content-1__logo__en {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 1.5rem 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
}

.footer-content-1__logo__en span {
	display: block;
	padding-bottom: 0.1em;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.footer-content-1__logo__jp {
	margin-top: 0.8em;
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.footer-content-2__title {
	position: relative;
	margin-bottom: 5.5rem;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.footer-content-2__title::before {
	content: "";
	position: absolute;
	top: -1.1em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#FFFAEF), color-stop(9.7em, #FFFAEF), color-stop(9.7em, rgba(255, 250, 239, 0.2)), to(rgba(255, 250, 239, 0.2)));
	background: linear-gradient(to right, #FFFAEF 0%, #FFFAEF 9.7em, rgba(255, 250, 239, 0.2) 9.7em, rgba(255, 250, 239, 0.2) 100%);
}

.footer-content-2__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3em 3em;
}

.footer-info {
	letter-spacing: 0.1em;
}

.footer-info__head {
	margin-bottom: 1em;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1.2rem;
}

.footer-info__detail {
	line-height: 1.5;
}

.footer-info__tel {
	margin-top: 0.5em;
	line-height: 1.5;
}

.footer-info__tel a {
	text-decoration: none;
}

.footer-info__email {
	margin-top: 0.5em;
	line-height: 1.5;
}

.footer-info__email a {
	text-decoration: none;
}

.footer-info__sns {
	margin-top: 3em;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-info__sns img {
	width: 30px;
}

.footer-bottom {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	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;
	gap: 1em 1.5em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px solid rgba(255, 250, 239, 0.2);
	padding: 1.8rem 2.4rem;
}

.footer-bottom__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-bottom__logo {
	margin-right: 1.71em;
}

.footer-bottom__logo img {
	display: block;
}

.footer-seriese-link__head {
	margin-bottom: 1em;
	font-size: 2rem;
	letter-spacing: 0.1em;
}

.footer-seriese-link__head span {
	display: inline-block;
	margin-left: 1em;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.footer-seriese-link__items {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.footer-seriese-link__item a {
	position: relative;
	display: block;
	padding: 0.8em 0 1em 2em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer-seriese-link__item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: currentColor;
	border-radius: 50%;
}

.footer-seriese-link__item a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.3em;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 10px;
	height: 10px;
	-webkit-mask-image: url(../img/arrow_right.svg);
	mask-image: url(../img/arrow_right.svg);
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background: #394931;
}

.footer-sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.71em;
}

.footer-sub-navi__item {
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.footer-sub-navi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.copyright {
	display: block;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	opacity: 0.5;
}

.footer-navi {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-bottom: 1px solid rgba(255, 250, 239, 0.2);
	padding: 4.5rem 3.1rem;
}

.footer-logo {
	width: 139px;
	margin: 0 auto 12.7rem;
}

.footer-logo a {
	display: block;
	text-decoration: none;
}

.footer-logo a img {
	display: block;
}

.navi__item--owner {
	display: none;
}

.l-footer .navi__item--owner {
	display: block;
}

.navi__item a {
	display: block;
	padding: 0.857em 0;
	line-height: 1.4;
	color: #FFFAEF;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a span {
	display: block;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	opacity: 0.5;
}

.navi__item--ls-sm a {
	letter-spacing: 0.01em;
}

.mainvisual {
	position: relative;
	width: 100%;
	height: 100svh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainvisual__images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

.mainvisual__image::before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.8s cubic-bezier(0.64, 0.03, 0.26, 0.93);
	transition: 0.8s cubic-bezier(0.64, 0.03, 0.26, 0.93);
	z-index: 1;
}

.mainvisual__image.is-black::before {
	background: rgba(0, 0, 0, 0.9);
}

.mainvisual__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mainvisual__image.swiper-slide-prev img,
.mainvisual__image.swiper-slide-active img {
	-webkit-animation: zoom 7s linear forwards;
	animation: zoom 7s linear forwards;
}

.mainvisual__logo {
	margin: 3.2rem;
}

.mainvisual__main {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFFAEF;
}

.mainvisual__navis {
	position: relative;
	border-left: 1px solid rgba(255, 250, 239, 0.2);
	width: 23.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mainvisual__texts {
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	margin: 53px 40px;
}

.mainvisual__text-sm {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}

.mainvisual__text-sm__num {
	font-size: 3.6rem;
}

.mainvisual__text-sm__strong {
	font-size: 2rem;
	letter-spacing: 0.1em;
}

.mainvisual__text-md {
	margin-bottom: 30px;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.mainvisual__text-lg {
	font-size: clamp(3.3rem, 0.5rem + 3.6458333333vw, 4rem);
	letter-spacing: 0.1em;
	margin-top: 10px;
}

.mainvisual__text-lg__num,
.mainvisual__text-lg__strong {
	font-size: 3.2em;
	letter-spacing: 0.02em;
}

.home-content {
	position: relative;
}

.home-content .lower-navi {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.home-content .lower-navi.is-visible {
	opacity: 1;
	visibility: visible;
}

.mv-lang {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 1.3rem;
	color: #FFFAEF;
	margin: 28px 25px;
}

.mv-lang__label {
	margin-left: 1.6rem;
}

.mv-lang ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.2rem;
}

.mv-lang li a {
	text-decoration: none;
}

.mv-lang li a:not([aria-current]) {
	opacity: 0.5;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.language-switch {
	background: url(../img/icon_lang.svg) no-repeat left 0.4rem center/1.8rem auto, url(../img/arrow_bottom_green.svg) no-repeat right 0.2rem center/0.8rem auto;
	border: none;
	border-bottom: 1px solid currentColor;
	padding: 0.8rem 1.3rem 0.8rem 2.8rem;
	font: 400 1.3rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 8.4rem;
	margin-bottom: 0.5rem;
	color: #394931;
	border-radius: 0;
}

.language-switch--mv {
	display: none;
}

.language-switch-select {
	position: relative;
}

.language-switch-select__trg {
	background: url(../img/icon_lang.svg) no-repeat left 0.4rem center/1.8rem auto, url(../img/arrow_bottom_green.svg) no-repeat right 0.2rem center/0.8rem auto;
	border: none;
	border-bottom: 1px solid currentColor;
	padding: 0.8rem 1.3rem 0.8rem 2.8rem;
	font: 400 1.3rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 8.4rem;
	text-align: left;
	color: #394931;
}

.language-switch-select__trg--mv {
	display: none;
}

.language-switch-select__content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.language-switch-select__content .bogo-language-switcher {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.language-switch-select__content .bogo-language-switcher li {
	width: 100%;
	background: #FFFAEF;
	border-bottom: 1px solid currentColor;
}

.language-switch-select__content .bogo-language-switcher li a,
.language-switch-select__content .bogo-language-switcher li > span:not(:has(a)) {
	display: block;
	padding: 0.8em 1em;
	text-align: center;
	text-decoration: none;
}

.home-concept {
	position: relative;
	padding: 19.2rem 0 13.8rem;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.home-concept::before {
	position: absolute;
	bottom: 0;
	left: calc(50% + 50vw);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "";
	width: 90.9rem;
	height: 52rem;
	display: block;
	background: url(../img/bg_logo.svg) no-repeat center/contain;
	z-index: -1;
	-webkit-filter: blur(4.8px);
	filter: blur(4.8px);
}

.home-concept__text {
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.015em;
	margin-top: 9.6rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home-concept__text p:not(:last-child) {
	margin-bottom: 2rem;
}

.home-rooms {
	padding: 6rem 0;
}

.home-rooms__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home-rooms__content {
	width: calc(50% + 50vw + 24px);
	margin-left: -24px;
	padding-left: 24px;
	padding-top: 13px;
	overflow: hidden;
}

.rooms-slide {
	overflow: visible !important;
	padding-top: 28px !important;
	width: calc(100vw - 50px);
	max-width: 1080px;
	margin-left: 0 !important;
}

.rooms-slide .swiper-pagination {
	position: relative;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: auto !important;
}

.rooms-slide .swiper-button-prev,
.rooms-slide .swiper-button-next {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.rooms-slide .swiper-button-prev {
	margin-right: 20px;
}

.rooms-slide__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100vw - 40px);
	max-width: 1080px;
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
	margin-top: 7.2rem;
}

.rooms-slide__buttons .button-primary {
	margin-bottom: -1px;
}

.rooms-slide__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.8rem;
}

.rooms-slide__navi .swiper-pagination::after {
	content: "";
	width: 1px;
	height: 18px;
	display: inline-block;
	background: rgba(57, 73, 49, 0.2);
	margin: 0 2rem 0 1.5rem;
}

.rooms-item {
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.rooms-item__image img {
	display: block;
}

.rooms-item__type {
	position: absolute;
	top: -28px;
	left: -24px;
	font: 400 1.4rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #969F65;
}

.rooms-item__type::before {
	position: absolute;
	top: 4em;
	left: 100%;
	content: "";
	width: 6.76em;
	height: 1px;
	display: block;
	background: #969F65;
	-webkit-transform: translateX(-50%) rotate(120deg);
	transform: translateX(-50%) rotate(120deg);
}

.rooms-item__type span {
	display: block;
	font-size: 4.4rem;
}

.rooms-item__name {
	font-size: 2rem;
	letter-spacing: 0.015em;
	line-height: 1.3;
	margin-top: 1.6rem;
}

.rooms-item__name span {
	font-size: 70%;
	padding-left: 1em;
}

.rooms-item__text {
	font-size: 1.3rem;
	letter-spacing: 0.01em;
	line-height: 2;
	margin-top: 0.5rem;
}

.home-restaurant {
	padding: 6rem 0 0;
}

.home-restaurant__inner {
	display: grid;
	grid-template-columns: 46.3% 50%;
	gap: 0 3.7%;
}

.home-restaurant__image-wrap {
	position: relative;
	grid-row: span 3/span 3;
	height: 100%;
}

.home-restaurant__image {
	position: sticky;
	top: 0;
	width: 50vw;
	height: 100vh;
}

.home-restaurant__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-restaurant__heading {
	margin-bottom: 5.5rem;
	padding-top: 1.3rem;
}

.home-restaurant__info {
	grid-row-start: 3;
	padding-bottom: 11.6rem;
	margin-top: 12rem;
}

.page-link__item {
	border: 1px solid rgba(57, 73, 49, 0.2);
}

.page-link__item:not(:last-child) {
	margin-bottom: 2.8rem;
}

.page-link__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}

.page-link__image {
	width: 31.6%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.page-link__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-link__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 2.2rem 4.8% 0;
}

.page-link__title__en {
	display: block;
	font: 400 1.1rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 1.25;
	color: #969F65;
	margin-bottom: 0.5rem;
}

.page-link__title__jp {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.page-link__link {
	position: relative;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.01em;
	border-bottom: 2px solid #C7A130;
	padding-bottom: 1.07em;
	margin-left: auto;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	padding-right: 2em;
}

.page-link__link::before {
	position: absolute;
	top: calc((100% - 1.07em) / 2);
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 1.43em;
	height: 1.43em;
	display: block;
	background: #C7A130;
	border-radius: 50%;
}

.page-link__link::after {
	position: absolute;
	top: calc((100% - 1.07em) / 2);
	right: 0.715em;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	width: 0.58em;
	height: 0.58em;
	display: block;
	-webkit-mask: url(../img/arrow_right.svg) no-repeat center/contain;
	mask: url(../img/arrow_right.svg) no-repeat center/contain;
	background: #FFFAEF;
}

.home-reservation {
	margin-top: 11.5rem;
}

.home-reservation__heading {
	margin-bottom: 2.5rem;
}

.home-reservation__text p:not(:last-child),
.home-reservation__text ul:not(:last-child) {
	margin-bottom: 0.5rem;
}

.home-reservation__button {
	margin-top: 4rem;
}

.home-hotspring {
	background: url(../img/bg_home_hotspring.jpg) no-repeat center/cover;
	color: #FFFAEF;
	padding: 17.5rem 0 17.9rem;
}

.home-hotspring__heading {
	margin-bottom: 2rem;
}

.home-hotspring__button {
	margin-top: 7.3rem;
}

.home-access {
	padding: 11.5rem 0 6rem;
}

.home-access__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem 0;
	margin-bottom: 4rem;
}

.home-access__heading {
	margin-right: 2.2rem;
}

.home-access__button {
	margin-left: auto;
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.home-access__map {
	aspect-ratio: 16/9;
}

.home-access__map img {
	display: block;
}

.home-access__map iframe {
	width: 100%;
	height: 100%;
}

.home-gallery {
	overflow: hidden;
	padding-bottom: 14rem;
	padding: 6.5rem 0 14rem;
}

.home-gallery__heading {
	margin-bottom: 3.5rem;
}

.home-gallery__slide {
	overflow: visible !important;
}

.home-gallery__slide__item {
	border: 1px solid rgba(57, 73, 49, 0.2);
	border-right: none;
	padding: 1.5rem 1.2rem 0.8rem;
}

.home-gallery__slide__item:last-child {
	border-right: 1px solid rgba(57, 73, 49, 0.2);
}

.home-gallery__slide__num {
	display: block;
	position: relative;
	font: 400 1.2rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.01em;
	color: #969F65;
	margin-bottom: 3rem;
}

.home-gallery__slide__num::before {
	position: absolute;
	top: 1.5rem;
	left: 0.5rem;
	content: "";
	width: 3.6rem;
	height: 1px;
	display: block;
	background: currentColor;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.home-gallery__slide__image {
	display: block;
	width: 71.4%;
	margin-left: auto;
	margin-right: auto;
}

.home-gallery__slide__image img {
	display: block;
}

.home-gallery__slide__name {
	text-align: right;
	margin-top: 1.8rem;
}

.home-gallery__slide .swiper-pagination {
	position: relative;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: auto !important;
}

.home-gallery__slide .swiper-button-prev,
.home-gallery__slide .swiper-button-next {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.home-gallery__slide .swiper-button-prev {
	margin-right: 20px;
}

.home-gallery__slide__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100vw - 40px);
	max-width: 1080px;
	margin-top: 4rem;
}

.home-gallery__slide__buttons .button-primary {
	margin-bottom: -1px;
}

.home-gallery__slide__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.8rem;
}

.home-gallery__slide__navi .swiper-pagination::after {
	content: "";
	width: 1px;
	height: 18px;
	display: inline-block;
	background: rgba(57, 73, 49, 0.2);
	margin: 0 2rem 0 1.5rem;
}

.home-info {
	padding: 11.5rem 0 6rem;
}

.home-info-list {
	border-top: 1px solid #6A6F43;
	margin-top: 4rem;
}

.home-info-list__item {
	position: relative;
	border-bottom: 1px solid #6A6F43;
}

.home-info-list__item::before {
	position: absolute;
	top: 0;
	left: 30%;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background: #6A6F43;
}

.home-info-list__item a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 26px 0 16px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.home-info-list__date {
	font-size: 2rem;
	letter-spacing: 0.05em;
	width: 30%;
	padding: 0 20px 0 72px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-info-list__title {
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 0 20px 0 7.8%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.youtube {
	aspect-ratio: 16/9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.page-head {
	position: relative;
	height: 480px;
	width: 100%;
	padding-top: 45px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.page-head__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	margin: 0 auto;
}

.page-head__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 139px;
	margin-left: auto;
	margin-right: 48px;
}

.page-head__logo img {
	display: block;
}

.page-head__title {
	width: calc(100% - 50px);
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFAEF;
}

.page-head__title__ja {
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFFAEF;
	margin-bottom: 0.6em;
	letter-spacing: 0.1em;
}

.page-head__title__en {
	display: block;
	font-size: clamp(8.5rem, -0.4379310345rem + 11.6379310345vw, 11.2rem);
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	margin-bottom: -0.155em;
}

.page-head__image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	height: 480px;
}

.page-head__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.lead {
	text-align: right;
	margin-bottom: 8rem;
}

.wide-image {
	position: relative;
	margin-top: 8rem;
	width: calc(50% + 50vw);
}

.wide-image__logo {
	position: absolute;
	right: 10rem;
	bottom: -5rem;
	width: 18rem;
}

.wide-image-slide {
	position: relative;
	margin-top: 8rem;
	width: calc(50% + 50vw);
}

.wide-image-slide__item img {
	display: block;
}

.list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-1__dt {
	padding: 15px 3% 15px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: 700;
	width: 180px;
	border-top: 1px solid rgba(57, 73, 49, 0.2);
}

.list-1__dt:last-of-type {
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
}

.list-1__dd {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 13px 0;
	width: calc(100% - 180px);
	border-top: 1px solid rgba(57, 73, 49, 0.2);
}

.list-1__dd:last-of-type {
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
}

.list-1__note {
	margin-top: 12px;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.list-1__note a {
	color: #C7A130;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.list-1--sm .list-1__dt {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	width: 90px;
	padding: 12px 3% 12px 0;
}

.list-1--sm .list-1__dd {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding: 10px 0;
	width: calc(100% - 90px);
}

.list-simple li::before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 50%;
	background: #6A6F43;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right: 0.5em;
}

.list-simple-gold li {
	padding-left: calc(7px + 0.5em);
	text-indent: calc(-7px - 0.5em);
}

.list-simple-gold li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	background: #C7A130;
	vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right: 0.5em;
}

.list-number-1 {
	list-style-type: decimal;
	margin-left: 1.8em;
}

.list-number-2 li {
	text-indent: -2em;
	padding-left: 2em;
	counter-increment: cnt;
}

.list-number-2 li::before {
	content: "(" counter(cnt) ") ";
}

.list-number-3 {
	counter-reset: item;
}

.list-number-3 li {
	text-indent: -2em;
	padding-left: 2em;
	counter-increment: item;
}

.list-number-3 li::before {
	content: "(" counter(item, katakana-iroha) ") ";
}

.list-dl-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-dl-1 dt {
	min-width: 250px;
}

.hotspring {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hotspring:not(:last-child) {
	margin-bottom: 8rem;
}

.hotspring__inner {
	width: 32%;
}

.hotspring__content {
	width: 67%;
}

.restaurant {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.restaurant__inner {
	width: 52%;
}

.restaurant__text {
	margin-top: 27px;
}

.restaurant__content {
	width: 41.5%;
}

.restaurant__heading {
	margin-top: 8px;
	margin-bottom: 11px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.restaurant__heading--tel {
	margin-top: 20px;
	margin-bottom: 0;
}

.restaurant__link {
	margin-top: 30px;
}

.menu {
	margin-top: 70px;
}

.menu__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F8F3E6;
}

.menu__item:not(:last-child) {
	margin-bottom: 20px;
}

.menu__image-slide {
	position: relative;
	width: 50%;
}

.menu__image-slide__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.menu__image {
	position: relative;
	width: 50%;
}

.menu__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.menu__image__note {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em;
	font-size: 1.1rem;
	color: #FFFAEF;
	text-shadow: 0 0 2px #42423F;
	letter-spacing: 0.1em;
}

.menu__content {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu__content__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.menu__main {
	padding: 40px 40px;
}

.menu__heading {
	font: 400 4rem YakuHanMP, "Shippori Mincho", serif;
}

.menu__heading--sm {
	font-size: 3.5rem;
}

.menu__link {
	padding-right: 10px;
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.menu__list__term::after {
	content: "：";
	padding: 0 0.5em;
}

.table-1__th-2 {
	text-align: left;
	width: 120px;
	position: relative;
}

[lang=en-US] .table-1__th-2 {
	width: 24rem;
}

.table-1__th-2::after {
	position: absolute;
	top: -2px;
	right: 10px;
	content: ":";
}

[lang=en-US] .table-2 {
	line-height: 1.5;
}

.table-2 th,
.table-2 td {
	padding: 0.5em 1em;
	border: 1px solid rgba(57, 73, 49, 0.2);
	text-align: center;
}

[lang=en-US] .table-2 th,
[lang=en-US] .table-2 td {
	padding: 0.2em;
}

.room-type {
	margin-bottom: 14.5rem;
}

.room-type__heading {
	margin-bottom: 4.8rem;
}

.room-type__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem 3.2rem;
}

.room-type__list__item a {
	text-decoration: none;
}

.room-type__image {
	position: relative;
}

.room-type__image::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.room-type__image img {
	display: block;
}

.room-type__image__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	letter-spacing: 0.01em;
	line-height: 2;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.room-type__text {
	font: 400 1.2rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	color: #969F65;
}

.room-type__text span {
	font-size: 2.4rem;
	padding: 0 0.4em 0 0.2em;
}

.room {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.room:not(:first-child) {
	margin-top: -1px;
}

.room__main {
	width: 29.6%;
	padding: 1.8rem 0 12rem;
}

.room__num {
	display: inline-block;
	position: relative;
	font: 400 1rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.01em;
	color: #969F65;
	text-align: left;
	padding-left: 0.3em;
}

.room__num::before {
	position: absolute;
	bottom: 0;
	left: 100%;
	content: "";
	width: 9.464rem;
	height: 1px;
	display: block;
	background: rgba(57, 73, 49, 0.2);
	-webkit-transform: translateX(-50%) rotate(120deg);
	transform: translateX(-50%) rotate(120deg);
}

.room__num span {
	display: block;
	font-size: 2.8rem;
}

.room__heading {
	margin: 9.6rem 0 6.8rem;
}

.room__spec {
	margin: 10.8rem 0 11.5rem;
}

.room__content-heading {
	font: 400 1.6rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin-bottom: 1.5rem;
}

.room__table {
	width: 100%;
	border-top: 1px solid rgba(57, 73, 49, 0.2);
	border-collapse: separate;
}

.room__table tbody th,
.room__table tbody td {
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 2;
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
	padding: 0.7em 0;
	vertical-align: middle;
}

.room__table tbody th {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: left;
	width: 120px;
}

.room__layout {
	width: 87.5%;
}

.room__layout img {
	mix-blend-mode: multiply;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.room__layout--lg {
	width: 100%;
}

.room__image-wrap {
	position: relative;
	width: 66.7%;
}

.room__images {
	position: sticky;
	top: 0;
	width: calc((100vw - 40px) * 0.167 + 50vw);
	max-width: calc(180.36px + 50vw);
	height: 100vh;
}

.room__image {
	width: 100%;
	height: 100%;
}

.room__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.room__image a img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.room__image a::before {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	background: url(../img/icon_zoom.svg) no-repeat center/contain;
}

.room__amenities {
	margin-top: 10rem;
}

.room__list__item:not(:last-child) {
	margin-bottom: 4rem;
}

.room__list__term {
	margin-bottom: 1rem;
}

.room__list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 15px;
}

.access:not(:last-child) {
	margin-bottom: 12rem;
}

.access__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 1.5rem 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.54em;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 4.8rem;
	letter-spacing: 0.1em;
}

.access__head span {
	display: block;
	font-size: 0.416em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	opacity: 0.5;
}

.access__text {
	letter-spacing: 0.1em;
}

.access__map {
	margin-top: 2.8rem;
	aspect-ratio: 16/9;
}

.access__map img {
	display: block;
}

.access__map iframe {
	width: 100%;
	height: 100%;
}

.access-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto auto;
	gap: 0 5.92%;
	margin-top: 9rem;
}

.access-info__image img {
	display: block;
}

.access-logo {
	grid-column: span 2/span 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5.2rem 2rem;
	background: #394931;
	color: #FFFAEF;
}

.access-logo--sp-only {
	display: none;
}

.access-logo__logo img {
	display: block;
}

.access-logo__label {
	margin-left: 1.2em;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.access-logo__label span {
	display: block;
	font-size: 1.85rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	opacity: 0.5;
}

.lower-navi {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
	background: #FFFAEF;
	z-index: 4000;
}

.lower-navi__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 2.8rem;
	padding: 2.1rem 2rem;
}

.lower-navi__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.lower-navi__list {
	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 1.64em;
}

.lower-navi__list__item a {
	text-decoration: none;
	color: #394931;
	display: block;
	padding: 0.5em 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.lower-navi__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 2rem;
}

.lower-navi__primary-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.lower-navi__primary-buttons .button-reserve {
	width: 23.5rem;
	height: 100%;
}

.page-title-simple {
	background: #6A6F43;
	color: #FFFAEF;
	text-align: center;
	padding: 2em 0;
	margin-bottom: 1.4em;
	font-size: 3.8rem;
}

.page-title-simple__text {
	letter-spacing: 0.015em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.owner-feature {
	padding: 86px 0 120px;
}

.owner-feature__item {
	margin-top: 72px;
}

.owner-feature__body {
	margin-top: 20px;
	border-radius: 12px;
	border: 1px solid rgba(57, 73, 49, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px 3.5%;
}

.owner-feature__heading {
	width: 25.5rem;
	margin-right: 1.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.owner-feature__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.bg-box {
	background: #F8F3E6;
	padding: 12px 20px;
}

.bg-green {
	background: #394931;
}

.owner-gallery {
	overflow: hidden;
}

.owner-gallery .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.owner-gallery__item img {
	display: block;
}

.owner-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 32px;
	padding: 42px 4.444444%;
	border-radius: 12px;
	background: #2E3A27;
	color: #FFFAEF;
	margin-top: -8.2rem;
	position: relative;
	z-index: 10;
}

.owner-price__heading {
	line-height: 1;
}

.owner-price__sub {
	width: 32rem;
}

.owner-reserve {
	color: #FFFAEF;
	padding: 78px 0 120px;
}

.owner-club {
	padding: 112px 0 0;
}

.owner-club__logo {
	text-align: center;
	margin: 0 auto 60px;
	width: 24.1rem;
}

.owner-club__heading {
	color: rgba(106, 111, 67, 0.5);
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
}

.buttons-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.4rem;
	margin-top: 56px;
}

.buttons-list__item {
	width: calc(50% - 1.2rem);
	max-width: 450px;
	text-align: center;
}

.buttons-list__item:only-child {
	width: 540px;
	max-width: 100%;
}

.buttons-list__note {
	opacity: 0.5;
	margin-top: 5px;
}

.owner-contact {
	width: 36rem;
	background: #FFFAEF;
	border: 1px solid #C7A130;
	padding: 21px 24px 24px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 158px 63px rgba(0, 0, 0, 0.01), 0px 89px 53px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.09), 0px 10px 22px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 158px 63px rgba(0, 0, 0, 0.01), 0px 89px 53px rgba(0, 0, 0, 0.05), 0px 40px 40px rgba(0, 0, 0, 0.09), 0px 10px 22px rgba(0, 0, 0, 0.1);
	z-index: 4000;
}

.owner-contact__heading {
	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;
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.owner-contact__heading__en {
	font-family: "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	font-size: 2rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

.owner-contact__heading__jp {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.owner-contact__text {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.owner-contact__text a[href*="tel:"] {
	text-decoration: none;
}

.owner-contact__text a:not([href*="tel:"]) {
	color: #C7A130;
}

.owner-contact__close {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(32%, -31%);
	transform: translate(32%, -31%);
	border-radius: 50%;
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/icon_close.svg) no-repeat center, #C7A130;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post_password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}

.post_password__input {
	border-radius: 0;
	font-size: 1.8rem;
	border: 1px solid rgba(57, 73, 49, 0.2);
	width: 15rem;
	padding: 0.5em 1em;
}

.post_password__input:focus-visible {
	border-color: currentColor;
}

.post_password__button {
	background: #394931;
	color: #FFFAEF;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.8rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0.5em 1em;
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post_password__button:hover {
	background: #C7A130;
}

.article-head {
	margin-bottom: 7rem;
}

.article-head__date {
	display: block;
	font: 400 3.6rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.05em;
	margin-bottom: 4rem;
}

.article-head__title {
	font-size: 3rem;
	line-height: 1.533;
}

.recent-post__heading {
	position: relative;
	font-size: 2.5rem;
	padding: 0 0 30px 30px;
	border-bottom: 1px solid #6A6F43;
}

.recent-post__heading::before {
	position: absolute;
	top: 2px;
	left: 5px;
	content: "";
	border: 12px solid transparent;
	border-left: 18px solid #6A6F43;
}

.recent-post__more-wrap {
	text-align: right;
	margin-top: 6rem;
}

.recent-post__more {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	font: 400 1.9rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.recent-post-list__item {
	display: none;
}

.recent-post-list__item a {
	display: block;
	text-decoration: none;
	padding: 36px 6px;
	border-bottom: 1px solid #6A6F43;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.recent-post-list__date {
	display: block;
	font: 400 2rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	margin-bottom: 1.2rem;
}

.recent-post-list__title {
	font-size: 1.6rem;
	line-height: 1.5625;
}

.wp-content {
	font-size: 2.2rem;
	line-height: 1.818;
}

.wp-content p {
	margin: 4rem 0;
}

.wp-content p strong {
	font-weight: 700;
}

.wp-content h2 {
	font-size: 2.8rem;
	line-height: 1.5;
}

.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-size: 2.5rem;
	line-height: 1.5;
}

.rental-items {
	margin-top: 12.5rem;
}

.rental-items__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3.3rem;
}

.rental-items__contents {
	position: relative;
}

.rental-items__tablist {
	position: sticky;
	top: 0;
	left: 0;
	padding-top: 72px;
	margin-top: -72px;
}

.rental-items__tablist__item {
	width: 25%;
	border: none;
	background: none;
	padding: 22px 0;
	margin: 0;
	color: #969F65;
	border-bottom: 1px solid rgba(57, 73, 49, 0.2);
	background: #FFFAEF;
}

.rental-items__tablist__item[aria-selected=true] {
	position: relative;
	color: #C7A130;
}

.rental-items__tablist__item[aria-selected=true]::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #C7A130;
}

.rental-items__tab-contents {
	padding: 45px 0 0;
}

.rental-items__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 31px 2.6%;
}

.rental-items__list__image {
	aspect-ratio: 249/187;
	margin-bottom: 1.5rem;
	background: #ffffff;
	padding: 10px;
}

.rental-items__list__image img {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.rental-items__list__title {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 0.3rem;
}

.floormap__heading {
	margin-bottom: 4.8rem;
}

.floormap__contents {
	background: #394931;
	color: #FFFAEF;
}

.floormap-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 3.7% 33px 3.3%;
}

.floormap-slide .swiper-wrapper {
	width: 81.7%;
	height: auto;
}

.floormap-slide .swiper-notification {
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
}

.floormap-slide__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
	opacity: 0 !important;
	padding: 130px 26px 150px;
}

.floormap-slide__item img {
	display: block;
	width: 100%;
}

.floormap-slide__item.swiper-slide-active {
	opacity: 1 !important;
}

.floormap-slide__floor {
	position: absolute;
	top: 5px;
	left: 20px;
	font: 400 4rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
}

.floormap-slide__floor span {
	font-size: 6rem;
}

.floormap-slide__thumb {
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 15.9% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.floormap-slide__thumb__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100% !important;
	height: calc((100% - 36px) / 4) !important;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	opacity: 1 !important;
	border-radius: 12px !important;
	padding: 0 10px;
}

.floormap-slide__thumb__item::before {
	content: none !important;
}

.floormap-slide__thumb__item.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.2);
}

.floormap-slide__thumb__floor {
	display: block;
	margin-top: 13px;
	font: 400 1.2rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
}

.floormap-slide__thumb__floor span {
	font-size: 2rem;
}

.souvenir {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10rem;
}

.souvenir__main {
	width: 38%;
}

.souvenir__heading {
	margin-bottom: 4rem;
}

.souvenir__image {
	width: 58.3%;
}

.souvenir__image img {
	display: block;
	width: 100%;
}

.common-areas {
	margin-top: 14rem;
}

.common-areas__heading {
	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;
	margin-bottom: 3.7rem;
}

.common-areas__contents {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.common-areas__item {
	border: 1px solid rgba(57, 73, 49, 0.2);
	border-radius: 12px;
	padding: 16px 5.7% 30px;
}

.common-areas__label {
	display: block;
	font: 400 1.2rem "Marcellus", YakuHanMP, "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	color: #969F65;
	margin-bottom: 2.8rem;
}

.common-areas__icon {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

.common-areas__icon img {
	display: block;
	width: 100%;
}

.common-areas__name {
	font-size: clamp(1.8rem, 0.9287356322rem + 1.1494252874vw, 2.4rem);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.3rem;
}

.common-areas__text {
	max-width: 285px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="img/icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/

.js-accordion-content {
	display: none;
}

/*
#styleguide
タブ
```
<div class="js-tab">
	<div role="tablist" aria-labelledby="このタブの見出しタグのid紐付け" class="js-tablist">
		<button id="tab-1" class="js-tablist__item" type="button" role="tab" aria-selected="true" aria-controls="tabpanel-1">すべて</button>
		<button id="tab-2" class="js-tablist__item" type="button" role="tab" aria-selected="false" aria-controls="tabpanel-2" tabindex="-1">お知らせ</button>
	</div>
	<div class="">
		<!-- TabPanel1 -->
		<div id="tabpanel-1" role="tabpanel" tabindex="0" aria-labelledby="tab-1">
			「すべて」のタブの中身
		</div>
		<!-- / TabPanel1 -->
		<!-- TabPanel2 -->
		<div id="tabpanel-2" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="is-hidden">
			「お知らせ」のタブの中身
		</div>
		<!-- / TabPanel2 -->
	</div>
</div>
```
*/

.js-tablist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.js-tablist__item[aria-selected=true] {
	font-weight: 700;
}

[role=tabpanel].is-hidden {
	display: none;
}

@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 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 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%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

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

/* Auto Height */

.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-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.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;
}

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

/* 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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	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;
	-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-radius: 50%;
	border-top-color: transparent;
}

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

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

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

/* Slide styles end */

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-left: auto;
		--swiper-pagination-right: 8px;
		--swiper-pagination-bottom: 8px;
		--swiper-pagination-top: auto;
		--swiper-pagination-fraction-color: inherit;
		--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
		--swiper-pagination-progressbar-size: 4px;
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-border-radius: 50%;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 2px;
}

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

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

/* Common Styles */

.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);
	left: 0;
	width: 100%;
}

/* Bullets */

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

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

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

.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 {
	position: relative;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

.swiper-pagination-bullet svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	stroke-dasharray: 0 53;
}

.swiper-pagination-bullet::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #C7A130;
	border-radius: 50%;
}

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

.swiper-pagination-bullet-active svg {
	-webkit-animation: circle 6.7s linear;
	animation: circle 6.7s linear;
}

.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: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Fraction */

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

/* Progress */

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.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);
	left: 0;
	top: 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%;
	left: 0;
	top: 0;
}

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

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-top-offset: 50%;
		--swiper-navigation-sides-offset: 10px;
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 14px;
	height: 7px;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	overflow: hidden;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.2;
	cursor: auto;
	pointer-events: none;
}

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

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

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/arrow_navi.svg) no-repeat center/contain;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

@media (hover: hover) {

.button-primary:hover {
	opacity: 0.6;
}

.button-secondary:hover {
	background: #394931;
}

.button-secondary--line:hover {
	background: #C7A130;
	color: #FFFAEF;
}

.button-secondary--hover-white:hover {
	background: #FFFAEF;
	color: #6A6F43;
}

.button-reserve:hover {
	background: #394931;
	color: #FFF;
}

.button-contact:hover {
	background: #394931;
	color: #FFFAEF;
}

.footer-info__sns:hover {
	opacity: 0.6;
}

.footer-seriese-link__item a:hover {
	opacity: 0.6;
}

.footer-sub-navi__item a:hover {
	opacity: 0.6;
}

.navi__item a:hover {
	opacity: 0.6;
}

.mv-lang li a:not([aria-current]):hover {
	opacity: 1;
}

.rooms-item:hover {
	opacity: 0.6;
}

.page-link__item a:hover {
	opacity: 0.6;
}

.home-info-list__item a:hover {
	opacity: 0.6;
}

.list-1__note a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.room-type__list__item a:hover .room-type__image::before {
	opacity: 1;
}

.room-type__list__item a:hover .room-type__image__text {
	opacity: 1;
}

.lower-navi__list__item a:hover {
	opacity: 0.6;
}

.owner-contact__text a:not([href*="tel:"]):hover {
	text-decoration: none;
}

.owner-contact__close:hover {
	background-color: #394931;
}

.recent-post__more:hover {
	text-decoration: none;
	opacity: 0.6;
}

.recent-post-list__item a:hover {
	opacity: 0.6;
}

.wp-content p a:hover {
	text-decoration: none;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

/* pc */

.mt-pc-0 {
	margin-top: 0px !important;
}

.mb-pc-0 {
	margin-bottom: 0px !important;
}

.mr-pc-0 {
	margin-right: 0px !important;
}

.ml-pc-0 {
	margin-left: 0px !important;
}

.mx-pc-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-pc-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* pc */

.mt-pc-10 {
	margin-top: 10px !important;
}

.mb-pc-10 {
	margin-bottom: 10px !important;
}

.mr-pc-10 {
	margin-right: 10px !important;
}

.ml-pc-10 {
	margin-left: 10px !important;
}

.mx-pc-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-pc-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* pc */

.mt-pc-15 {
	margin-top: 15px !important;
}

.mb-pc-15 {
	margin-bottom: 15px !important;
}

.mr-pc-15 {
	margin-right: 15px !important;
}

.ml-pc-15 {
	margin-left: 15px !important;
}

.mx-pc-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-pc-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* pc */

.mt-pc-20 {
	margin-top: 20px !important;
}

.mb-pc-20 {
	margin-bottom: 20px !important;
}

.mr-pc-20 {
	margin-right: 20px !important;
}

.ml-pc-20 {
	margin-left: 20px !important;
}

.mx-pc-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-pc-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* pc */

.mt-pc-25 {
	margin-top: 25px !important;
}

.mb-pc-25 {
	margin-bottom: 25px !important;
}

.mr-pc-25 {
	margin-right: 25px !important;
}

.ml-pc-25 {
	margin-left: 25px !important;
}

.mx-pc-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-pc-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* pc */

.mt-pc-30 {
	margin-top: 30px !important;
}

.mb-pc-30 {
	margin-bottom: 30px !important;
}

.mr-pc-30 {
	margin-right: 30px !important;
}

.ml-pc-30 {
	margin-left: 30px !important;
}

.mx-pc-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-pc-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* pc */

.mt-pc-35 {
	margin-top: 35px !important;
}

.mb-pc-35 {
	margin-bottom: 35px !important;
}

.mr-pc-35 {
	margin-right: 35px !important;
}

.ml-pc-35 {
	margin-left: 35px !important;
}

.mx-pc-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-pc-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* pc */

.mt-pc-40 {
	margin-top: 40px !important;
}

.mb-pc-40 {
	margin-bottom: 40px !important;
}

.mr-pc-40 {
	margin-right: 40px !important;
}

.ml-pc-40 {
	margin-left: 40px !important;
}

.mx-pc-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-pc-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* pc */

.mt-pc-auto {
	margin-top: auto !important;
}

.mb-pc-auto {
	margin-bottom: auto !important;
}

.mr-pc-auto {
	margin-right: auto !important;
}

.ml-pc-auto {
	margin-left: auto !important;
}

.mx-pc-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-pc-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.l-wrapper { /* pc */
	max-width: 1080px;
}

}

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

.lower-navi__primary-buttons .button-reserve { /* 1220px以下 */
	width: 16rem;
}

}

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

.lower-navi__primary-buttons { /* 1070px以下 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.lower-navi__primary-buttons .button-reserve { /* 1070px以下 */
	width: 20rem;
}

}

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

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

.mb-sp-0 {
	margin-bottom: 0px !important;
}

.mr-sp-0 {
	margin-right: 0px !important;
}

.ml-sp-0 {
	margin-left: 0px !important;
}

.mx-sp-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-sp-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

.mb-sp-10 {
	margin-bottom: 10px !important;
}

.mr-sp-10 {
	margin-right: 10px !important;
}

.ml-sp-10 {
	margin-left: 10px !important;
}

.mx-sp-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-sp-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

.mb-sp-15 {
	margin-bottom: 15px !important;
}

.mr-sp-15 {
	margin-right: 15px !important;
}

.ml-sp-15 {
	margin-left: 15px !important;
}

.mx-sp-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-sp-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

.mb-sp-20 {
	margin-bottom: 20px !important;
}

.mr-sp-20 {
	margin-right: 20px !important;
}

.ml-sp-20 {
	margin-left: 20px !important;
}

.mx-sp-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-sp-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

.mb-sp-25 {
	margin-bottom: 25px !important;
}

.mr-sp-25 {
	margin-right: 25px !important;
}

.ml-sp-25 {
	margin-left: 25px !important;
}

.mx-sp-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-sp-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

.mb-sp-30 {
	margin-bottom: 30px !important;
}

.mr-sp-30 {
	margin-right: 30px !important;
}

.ml-sp-30 {
	margin-left: 30px !important;
}

.mx-sp-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-sp-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

.mb-sp-35 {
	margin-bottom: 35px !important;
}

.mr-sp-35 {
	margin-right: 35px !important;
}

.ml-sp-35 {
	margin-left: 35px !important;
}

.mx-sp-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-sp-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

.mb-sp-40 {
	margin-bottom: 40px !important;
}

.mr-sp-40 {
	margin-right: 40px !important;
}

.ml-sp-40 {
	margin-left: 40px !important;
}

.mx-sp-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-sp-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* sp */

.mt-sp-auto {
	margin-top: auto !important;
}

.mb-sp-auto {
	margin-bottom: auto !important;
}

.mr-sp-auto {
	margin-right: auto !important;
}

.ml-sp-auto {
	margin-left: auto !important;
}

.mx-sp-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.my-sp-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

/* sp */

.p-sp-0 {
	padding: 0px !important;
}

.pt-sp-0 {
	padding-top: 0px !important;
}

.pb-sp-0 {
	padding-bottom: 0px !important;
}

.pr-sp-0 {
	padding-right: 0px !important;
}

.pl-sp-0 {
	padding-left: 0px !important;
}

.px-sp-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-sp-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/* sp */

.p-sp-10 {
	padding: 10px !important;
}

.pt-sp-10 {
	padding-top: 10px !important;
}

.pb-sp-10 {
	padding-bottom: 10px !important;
}

.pr-sp-10 {
	padding-right: 10px !important;
}

.pl-sp-10 {
	padding-left: 10px !important;
}

.px-sp-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-sp-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* sp */

.p-sp-15 {
	padding: 15px !important;
}

.pt-sp-15 {
	padding-top: 15px !important;
}

.pb-sp-15 {
	padding-bottom: 15px !important;
}

.pr-sp-15 {
	padding-right: 15px !important;
}

.pl-sp-15 {
	padding-left: 15px !important;
}

.px-sp-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-sp-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/* sp */

.p-sp-20 {
	padding: 20px !important;
}

.pt-sp-20 {
	padding-top: 20px !important;
}

.pb-sp-20 {
	padding-bottom: 20px !important;
}

.pr-sp-20 {
	padding-right: 20px !important;
}

.pl-sp-20 {
	padding-left: 20px !important;
}

.px-sp-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-sp-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

/* sp */

.p-sp-25 {
	padding: 25px !important;
}

.pt-sp-25 {
	padding-top: 25px !important;
}

.pb-sp-25 {
	padding-bottom: 25px !important;
}

.pr-sp-25 {
	padding-right: 25px !important;
}

.pl-sp-25 {
	padding-left: 25px !important;
}

.px-sp-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-sp-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

/* sp */

.p-sp-30 {
	padding: 30px !important;
}

.pt-sp-30 {
	padding-top: 30px !important;
}

.pb-sp-30 {
	padding-bottom: 30px !important;
}

.pr-sp-30 {
	padding-right: 30px !important;
}

.pl-sp-30 {
	padding-left: 30px !important;
}

.px-sp-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-sp-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* sp */

.p-sp-35 {
	padding: 35px !important;
}

.pt-sp-35 {
	padding-top: 35px !important;
}

.pb-sp-35 {
	padding-bottom: 35px !important;
}

.pr-sp-35 {
	padding-right: 35px !important;
}

.pl-sp-35 {
	padding-left: 35px !important;
}

.px-sp-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-sp-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* sp */

.p-sp-40 {
	padding: 40px !important;
}

.pt-sp-40 {
	padding-top: 40px !important;
}

.pb-sp-40 {
	padding-bottom: 40px !important;
}

.pr-sp-40 {
	padding-right: 40px !important;
}

.pl-sp-40 {
	padding-left: 40px !important;
}

.px-sp-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-sp-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.l-footer__inner { /* sp */
	display: block;
}

.l-page__inner { /* sp */
	padding: 3rem 0 7rem;
}

.l-page__inner--pt-lg { /* sp */
	padding-top: 6rem;
}

.l-2col { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.l-2col__main { /* sp */
	width: 100%;
	max-width: none;
}

.l-2col__sub { /* sp */
	width: 100%;
}

.heading-primary__en--lg-light { /* sp */
	font-size: 4.2rem;
}

.heading-primary__en--lg { /* sp */
	font-size: 4.2rem;
}

.heading-primary__en--lg-2 { /* sp */
	font-size: 4rem;
}

.heading-primary__en--lg-3 { /* sp */
	font-size: 4.2rem;
}

.heading-primary__jp { /* sp */
	font-size: 3.6rem;
	margin-top: 0.35em;
}

.heading-primary__jp--sm { /* sp */
	margin-top: 0;
	font-size: 1.4rem;
}

.heading-primary__jp--xsm { /* sp */
	font-size: 1.2rem;
}

.heading-primary__jp--md { /* sp */
	font-size: 3rem;
}

.heading-primary__jp--md-2 { /* sp */
	font-size: 2.8rem;
}

.heading-primary--sm .heading-primary__jp { /* sp */
	font-size: 2.4rem;
}

.heading-primary--flex { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.heading-secondary { /* sp */
	font-size: 2rem;
}

.text-15 { /* sp */
	font-size: 1.3rem;
}

.text-16 { /* sp */
	font-size: 1.3rem;
}

.buttons-wrap--sp-right { /* sp */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.button-secondary { /* sp */
	padding: 1em 2.6em;
}

.button-secondary::after { /* sp */
	right: 0.5em;
}

.button-reserve { /* sp */
	width: 20.2rem;
	height: 6.4rem;
	padding: 0 1.4rem;
	gap: 1em;
	font-size: 1.3rem;
}

.button-reserve span { /* sp */
	font-size: 0.9rem;
}

.button-reserve--mv { /* sp */
	position: fixed;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-reserve--mv.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.button-reserve--mv-owner { /* sp */
	display: none;
}

.button-contact--footer { /* sp */
	display: none;
}

.button-contact { /* sp */
	width: 20.2rem;
	height: 6.4rem;
	padding: 0 1.4rem;
	gap: 1.5rem;
	font-size: 1.3rem;
}

.button-contact span { /* sp */
	font-size: 0.9rem;
}

.menu-btn { /* sp */
	position: fixed;
	top: 0;
	right: 0;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 5000;
}

.menu-btn span {
	display: block;
	width: 64px;
	height: 1px;
	background: #FFFAEF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu-btn.is-green span {
	background: #394931;
}

.menu-btn.is-open span {
	background: #FFFAEF;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.menu-btn.is-open span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open span:nth-child(1) {
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
}

.menu-btn.is-open span:nth-child(3) {
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
}

.sp-navi-head__logo { /* sp */
	width: 16.5rem;
	display: block;
}

.footer { /* sp */
	padding: 5.5rem 2.5rem 5rem;
}

.footer-content-1 { /* sp */
	padding-bottom: 6.5rem;
}

.footer-content-1__logo { /* sp */
	margin-bottom: 1em;
	font-size: 3.2rem;
}

.footer-content-1__logo__en { /* sp */
	gap: 1rem 1.6rem;
}

.footer-content-1__logo__en span { /* sp */
	font-size: 1.2rem;
}

.footer-content-1__logo__jp { /* sp */
	font-size: 1.2rem;
}

.footer-content-2__title { /* sp */
	margin-bottom: 4.5rem;
}

.footer-content-2__title::before { /* sp */
	width: calc(100% + 5rem);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 250, 239, 0.2)), color-stop(2.5rem, rgba(255, 250, 239, 0.2)), color-stop(2.5rem, #FFFAEF), color-stop(11.8em, #FFFAEF), color-stop(9.7em, rgba(255, 250, 239, 0.2)), to(rgba(255, 250, 239, 0.2)));
	background: linear-gradient(to right, rgba(255, 250, 239, 0.2) 0%, rgba(255, 250, 239, 0.2) 2.5rem, #FFFAEF 2.5rem, #FFFAEF 11.8em, rgba(255, 250, 239, 0.2) 9.7em, rgba(255, 250, 239, 0.2) 100%);
}

.footer-info__head { /* sp */
	margin-bottom: 0.6em;
}

.footer-info__detail { /* sp */
	line-height: 2;
}

.footer-info__tel { /* sp */
	margin-top: 0;
}

.footer-info__email { /* sp */
	margin-top: 0;
}

.footer-bottom { /* sp */
	gap: 2.4em 3em;
	padding: 3.2rem 2.4rem;
}

.footer-bottom__main { /* sp */
	display: block;
}

.footer-bottom__logo { /* sp */
	margin: 0 0 1em 0;
}

.footer-seriese-link__head { /* sp */
	margin-bottom: 0.5em;
}

.navi { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 0 20px;
}

.navi__item { /* sp */
}

.navi__item--owner { /* sp */
	display: block;
}

.navi__item a { /* sp */
	font-size: 1.6rem;
	padding: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.2em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navi__item a span { /* sp */
	font-size: 0.9rem;
}

.mainvisual { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0;
}

.mainvisual__images { /* sp */
	position: relative;
	height: 100%;
}

.mainvisual__logo { /* sp */
	position: absolute;
	top: 25px;
	left: 25px;
	margin: 0;
	width: 16.5rem;
}

.mainvisual__main { /* sp */
	background: #394931;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: static;
}

.mainvisual__navis { /* sp */
	border-left: none;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #394931;
	padding-bottom: 0;
}

.mainvisual__texts { /* sp */
	margin: 30px 6.4%;
}

.mainvisual__text-md { /* sp */
	font-size: 1.72rem;
	margin-bottom: 15px;
}

.mainvisual__text-lg { /* sp */
	font-size: 5.8vw;
}

.mainvisual__text-lg__num { /* sp */
	font-size: 3.42em;
}

.mainvisual__text-lg__strong { /* sp */
	font-size: 2.57em;
}

.mainvisual__lang .mv-lang { /* sp */
	display: none;
}

.mainvisual__lang { /* sp */
	width: 50%;
	height: 6.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 6.4%;
}

.mainvisual__main-navi { /* sp */
	display: none;
}

.mv-lang { /* sp */
	font-size: 1.6rem;
	margin: 20px 25px;
}

.language-switch { /* sp */
	font-size: 1.6rem;
}

.language-switch--mv { /* sp */
	display: block;
	color: #FFFAEF;
	background: url(../img/icon_lang_white.svg) no-repeat left 0.4rem center/1.8rem auto, url(../img/arrow_bottom_white.svg) no-repeat right 0.2rem center/0.8rem auto;
	width: 100%;
}

.language-switch-select__trg { /* sp */
	font-size: 1.6rem;
}

.language-switch-select__trg--mv { /* sp */
	display: block;
	color: #FFFAEF;
	background: url(../img/icon_lang_white.svg) no-repeat left 0.4rem center/1.8rem auto, url(../img/arrow_bottom_white.svg) no-repeat right 0.2rem center/0.8rem auto;
	width: 100%;
}

.home-concept { /* sp */
	padding: 10rem 0 6rem;
}

.home-concept::before { /* sp */
	width: 30.8rem;
	height: 17.6rem;
}

.home-concept__text { /* sp */
	font-size: 1.8rem;
	margin-top: 4.8rem;
	padding: 0;
}

.home-rooms { /* sp */
	padding: 5.7rem 0 5rem;
}

.home-rooms__head { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 1.3rem;
	margin-bottom: 3.3rem;
}

.home-rooms__content { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	margin: 0;
	padding: 0;
}

.rooms-slide { /* sp */
	padding: 0 !important;
	width: calc(100% - 50px);
	margin-left: 25px !important;
}

.rooms-slide .swiper-button-prev,
.rooms-slide .swiper-button-next { /* sp */
	display: none;
}

.rooms-slide__buttons { /* sp */
	margin-top: 5rem;
}

.rooms-slide__navi .swiper-pagination::after { /* sp */
	content: none;
}

.rooms-item__type { /* sp */
	position: relative;
	top: 0;
	left: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1rem;
	padding: 0.43em 1.5em 0.86em 0.4em;
	margin-right: 1.3em;
	text-align: center;
}

.rooms-item__type::before { /* sp */
	top: 50%;
	left: 100%;
	width: 1px;
	height: 100%;
	background: rgba(57, 73, 49, 0.2);
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.rooms-item__type span { /* sp */
	font-size: 2.4rem;
	padding-top: 0.2em;
}

.rooms-item__name { /* sp */
	font-size: 1.8rem;
	margin-top: 0;
}

.rooms-item__name span { /* sp */
	padding-left: 0;
}

.rooms-item__main { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.8rem;
}

.home-restaurant { /* sp */
	padding: 4.5rem 0 0;
}

.home-restaurant__inner { /* sp */
	display: block;
}

.home-restaurant__image-wrap { /* sp */
	width: 100%;
	margin-bottom: 2.7rem;
}

.home-restaurant__image { /* sp */
	position: static;
	width: calc(50% + 50vw);
	height: auto;
}

.home-restaurant__heading { /* sp */
	margin-bottom: 2.3rem;
	padding-top: 0;
}

.home-restaurant__info { /* sp */
	margin-top: 6.4rem;
	padding-bottom: 10rem;
}

.page-link__item:not(:last-child) { /* sp */
	margin-bottom: 2rem;
}

.page-link__image { /* sp */
	width: 32.9%;
}

.page-link__main { /* sp */
	padding: 1rem 1rem 0 1.5rem;
}

.page-link__title__en { /* sp */
	font-size: 1rem;
}

.page-link__title__jp { /* sp */
	font-size: 1.8rem;
}

.page-link__link { /* sp */
	font-size: 1.2rem;
}

.home-reservation { /* sp */
	margin-top: 5.8rem;
}

.home-hotspring { /* sp */
	padding: 9.7rem 0 8rem;
}

.home-hotspring__heading { /* sp */
	margin-bottom: 2.5rem;
}

.home-hotspring__button { /* sp */
	margin-top: 6rem;
}

.home-access { /* sp */
	padding: 7.6rem 0 5rem;
}

.home-access__head { /* sp */
	display: block;
}

.home-access__heading { /* sp */
	margin-right: 0;
	margin-bottom: 2.5rem;
}

.home-access__button { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.7rem 0 0;
	padding: 0;
}

.home-access__map { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.home-gallery { /* sp */
	padding: 4.5rem 0 12rem;
}

.home-gallery__slide__item { /* sp */
	padding: 1.6rem 1.3rem 1.4rem 1.2rem;
}

.home-gallery__slide__num { /* sp */
	margin-bottom: 2.6rem;
}

.home-gallery__slide__image { /* sp */
	width: 72.6%;
}

.home-gallery__slide__name { /* sp */
	margin-top: 1.5rem;
}

.home-gallery__slide .swiper-button-prev,
.home-gallery__slide .swiper-button-next { /* sp */
	display: none;
}

.home-gallery__slide__buttons { /* sp */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-gallery__slide__navi .swiper-pagination::after { /* sp */
	content: none;
}

.home-info { /* sp */
	padding: 7.6rem 0 5rem;
}

.home-info-list { /* sp */
	margin-top: 2rem;
}

.home-info-list__item::before { /* sp */
	content: none;
}

.home-info-list__item a { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.home-info-list__date { /* sp */
	width: 100%;
	padding: 0;
	text-align: left;
	font-size: 1.6rem;
}

.home-info-list__title { /* sp */
	font-size: 1.6rem;
	padding: 0;
}

.page-head { /* sp */
	height: 260px;
	padding-top: 25px;
}

.page-head__logo { /* sp */
	margin-left: 25px;
}

.page-head__title { /* sp */
	padding-left: 0;
}

.page-head__title__ja { /* sp */
	opacity: 0;
	font-size: 1.6rem;
}

.page-head__title__en { /* sp */
	font-size: clamp(4rem, -0.3048469388rem + 11.4795918367vw, 8.5rem);
}

.page-head__image { /* sp */
	height: 260px;
}

.lead { /* sp */
	text-align: left;
	margin-bottom: 4rem;
}

.wide-image { /* sp */
	margin-top: 8rem;
}

.wide-image__logo { /* sp */
	width: 9rem;
	right: 2rem;
	bottom: -3rem;
}

.wide-image-slide { /* sp */
	margin-top: 8rem;
}

.list-1__dt:last-of-type { /* sp */
	border-bottom: none;
}

.list-1__dt { /* sp */
	width: 100%;
	padding: 10px 0 5px;
}

.list-1__dd { /* sp */
	border-top: none;
	width: 100%;
	padding: 0 0 10px;
}

.list-1--sm .list-1__dt { /* sp */
	width: 100%;
	padding: 7px 0 0;
}

.list-1--sm .list-1__dd { /* sp */
	padding: 0 0 7px;
	width: 100%;
}

.list-dl-1 { /* sp */
	display: block;
}

.list-dl-1 dt { /* sp */
	min-width: auto;
}

.list-dl-1 dd { /* sp */
	margin-left: 1.5em;
}

.hotspring { /* sp */
	margin-top: 4rem;
	display: block;
}

.hotspring:not(:last-child) { /* sp */
	margin-bottom: 4rem;
}

.hotspring__inner { /* sp */
	width: 100%;
}

.hotspring__content { /* sp */
	margin-top: 20px;
	width: 100%;
}

.restaurant { /* sp */
	margin-top: 25px;
	display: block;
}

.restaurant__inner { /* sp */
	width: 100%;
}

.restaurant__text { /* sp */
	margin-top: 15px;
}

.restaurant__content { /* sp */
	width: 100%;
	margin-top: 30px;
}

.restaurant__heading { /* sp */
	margin-bottom: 7px;
}

.menu__item:not(:last-child) { /* sp */
	margin-bottom: 40px;
}

.menu__item { /* sp */
	display: block;
}

.menu__image-slide { /* sp */
	width: 100%;
}

.menu__image { /* sp */
	width: 100%;
}

.menu__image__note { /* sp */
	font-size: 0.9rem;
}

.menu__content { /* sp */
	width: 100%;
}

.menu__main { /* sp */
	padding: 20px 5% 40px;
}

.menu__heading { /* sp */
	font-size: 3.2rem;
}

.menu__heading--sm { /* sp */
	font-size: 3rem;
}

.menu__link { /* sp */
}

[lang=en-US] .table-1__th-2 { /* sp */
	width: 19rem;
}

.room-type { /* sp */
	margin-bottom: 7.5rem;
}

.room-type__heading { /* sp */
	margin-bottom: 2.4rem;
}

.room-type__list { /* sp */
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem 1rem;
}

.room-type__image__text { /* sp */
	opacity: 1;
	position: static;
	height: auto;
	color: inherit;
	line-height: 1.65;
	display: block;
	text-align: left;
}

.room-type__text { /* sp */
}

.room { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.room:not(:first-child) { /* sp */
	margin-top: 4rem;
}

.room__main { /* sp */
	width: 100%;
	padding: 1.8rem 0 4rem;
}

.room__heading { /* sp */
	margin: 4.5rem 0 3.4rem;
}

.room__spec { /* sp */
	margin: 5rem 0;
}

.room__layout { /* sp */
	margin-left: auto;
	margin-right: auto;
}

.room__image-wrap { /* sp */
	width: 100%;
}

.room__images { /* sp */
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	max-width: none;
	height: auto;
}

.room__image a { /* sp */
}

.access:not(:last-child) { /* sp */
	margin-bottom: 6rem;
}

.access__head { /* sp */
	font-size: 3.7rem;
}

.access-info { /* sp */
	gap: 0 0.5em;
	margin-top: 5rem;
	display: block;
}

.access-info__main { /* sp */
	margin-top: 60px;
}

.access-logo--sp-only { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column: auto;
}

.access-logo { /* sp */
	padding: 2rem 1rem;
}

.access-logo__logo { /* sp */
	width: 5.5rem;
}

.access-logo__label { /* sp */
	margin-left: 1.8rem;
	font-size: 2.1rem;
}

.access-logo__label span { /* sp */
	font-size: 0.98rem;
}

.lower-navi { /* sp */
	display: none;
}

.page-title-simple { /* sp */
	font-size: 2.6rem;
}

.owner-feature { /* sp */
	padding: 40px 0;
}

.owner-feature__item { /* sp */
	margin-top: 60px;
}

.owner-feature__body { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	gap: 15px;
}

.owner-price { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -4rem;
	padding: 25px 20px;
}

.owner-price__sub { /* sp */
	width: 100%;
}

.owner-reserve { /* sp */
	padding: 40px 0;
}

.owner-club { /* sp */
	padding: 40px 0 0;
}

.owner-club__logo { /* sp */
	width: 18rem;
}

.owner-club__heading { /* sp */
	font-size: 1.8rem;
}

.buttons-list { /* sp */
	margin-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.buttons-list__item { /* sp */
	width: 100%;
}

.owner-contact { /* sp */
	width: 100%;
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 80px;
}

.owner-contact__close { /* sp */
	display: none;
}

.article-head { /* sp */
	margin-bottom: 3.5rem;
}

.article-head__date { /* sp */
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.article-head__title { /* sp */
	font-size: 2.2rem;
}

.wp-content { /* sp */
	font-size: 1.6rem;
}

.rental-items { /* sp */
	margin-top: 6rem;
}

.rental-items__tablist { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 69px;
	margin-top: -69px;
}

.rental-items__tablist__item { /* sp */
	width: 50%;
	padding: 15px 0;
}

.rental-items__tab-contents { /* sp */
	padding: 30px 0 0;
}

.rental-items__list { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.floormap-slide { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 10px;
}

.floormap-slide .swiper-wrapper { /* sp */
	width: 100%;
}

.floormap-slide__item { /* sp */
	padding: 30px 20px;
}

.floormap-slide__floor { /* sp */
	top: 0;
	left: 10px;
	font-size: 3rem;
}

.floormap-slide__floor span { /* sp */
	font-size: 4rem;
}

.floormap-slide__thumb { /* sp */
	width: 100% !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.floormap-slide__thumb__item { /* sp */
	width: auto !important;
	padding: 10px;
}

.floormap-slide__thumb__item img { /* sp */
	height: 5.3vw;
}

.floormap-slide__thumb__floor { /* sp */
	margin-top: 5px;
}

.souvenir { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	margin-top: 5rem;
}

.souvenir__main { /* sp */
	width: 100%;
}

.souvenir__heading { /* sp */
	margin-bottom: 2rem;
}

.souvenir__image { /* sp */
	width: 100%;
}

.common-areas { /* sp */
	margin-top: 7rem;
}

.common-areas__heading { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.8rem;
}

.common-areas__contents { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.common-areas__item { /* sp */
	padding: 10px 10px 20px;
}

.common-areas__label { /* sp */
	margin-bottom: 1.5rem;
}

.common-areas__icon { /* sp */
	width: 80px;
	margin-bottom: 1.5rem;
}

.common-areas__name { /* sp */
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

}

@-webkit-keyframes zoom {

from {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

to {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoom {

from {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

to {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes swiper-preloader-spin {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes circle {

0% {
	stroke-dasharray: 0 53;
}

100% {
	stroke-dasharray: 53 53;
}

}

@keyframes circle {

0% {
	stroke-dasharray: 0 53;
}

100% {
	stroke-dasharray: 53 53;
}

}

