@charset "UTF-8";
/* Common Style
-----------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap);
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap);
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap);
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,
font,
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,
figure,
footer,
header,
menu,
nav,
section,
audio,
video,
canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  color: #333;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::selection {
  background: rgba(7, 55, 53, 0.6);
}
*::-moz-selection {
  background: rgba(7, 55, 53, 0.6);
}

a,
input[type=submit] {
  transition: all 0.3s ease-out;
}

/* Main global 'theme' and typographic styles */
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

body,
input,
textarea {
  color: #1b1b1b;
  line-height: 1.6;
}

a:link,
a:visited {
  color: #1b1b1b;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  text-decoration: none;
  outline-width: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: disc;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 1.5em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: 700;
}
dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}
dd:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 500;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}
blockquote::before, blockquote::after {
  content: "";
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th,
td {
  padding: 0.5em 0.8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: transparent;
}

th {
  font-weight: 400;
}

/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* エフェクトで使う keyframes */
@keyframes blink {
  50% {
    opacity: 0.3;
  }
  0%, 100% {
    opacity: 0.9;
  }
}
/* フェードイン */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* フェードアウト */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* スプリング(拡大してバウンド) */
@keyframes spring {
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* 上に移動しながらフェードイン */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(3em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 下に移動しながらフェードイン */
@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-3em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左に移動しながらフェードイン */
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(3em);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右に移動しながらフェードイン */
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(-3em);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* X方向スケールアップ */
@keyframes scale-up-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/* Y方向スケールアップ */
@keyframes scale-up-y {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
/* Y方向スケールダウン */
@keyframes scale-down-y {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
/* Y方向に拡大しながらフェードイン */
@keyframes scale-y-fade-in {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
/* 拡大しながらフェードイン */
@keyframes scale-fade-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 拡大しながらフェードアウト */
@keyframes scale-fade-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
textarea {
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
textarea {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 100%;
  border: 1px solid #1b1b1b;
  box-shadow: none;
  vertical-align: middle;
  padding: 16px;
  border-radius: 6px;
  color: #1b1b1b;
  background-color: #fffcfa;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=tel],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=number],
  input[type=date],
  textarea {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    padding: 3.7333333333vw;
    border-radius: 1.6vw;
  }
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: rgba(27, 27, 27, 0.2);
}
input[type=text]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=url]:placeholder-shown,
input[type=search]:placeholder-shown,
input[type=number]:placeholder-shown,
input[type=date]:placeholder-shown,
textarea:placeholder-shown {
  background-color: #fffcfa;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  background: #fff;
  color: #073735;
  border-color: #073735;
}
input[type=text].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #de3a30;
  border-width: 2px;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=email][readonly],
input[type=url][readonly],
input[type=search][readonly],
input[type=number][readonly],
input[type=date][readonly],
textarea[readonly] {
  border-color: transparent;
  background: transparent;
  color: #1b1b1b;
}

textarea {
  height: 240px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 53.3333333333vw;
    padding: 3.7333333333vw;
  }
}

input[disabled][readonly],
select[disabled][readonly],
textarea[disabled][readonly] {
  background-color: #fff;
  border-color: rgb(166, 166, 166);
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 16px 32px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 16vw;
    padding: 1.6vw 2.6666666667vw;
  }
}
.page-under .header {
  position: fixed;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 19.2vw;
    margin-left: 1.6vw;
  }
}
.header__logo path {
  fill: #fffcfa;
  transition: all ease 0.2s;
}
.page-page:not(.page-rooms) .header__logo path, .page-single .header__logo path, .header__has-color .header__logo path, .under-nav .header__logo path {
  fill: #1b1b1b;
}
.header__menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__menu {
    gap: 3.2vw;
  }
}
.header__book {
  margin: 0;
}
.header .btn {
  background-color: transparent;
  color: #fffcfa;
  border-color: #fffcfa;
  padding: calc(11px - (1em - 1cap) / 2) 16px;
}
@media screen and (max-width: 767px) {
  .header .btn {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    padding: calc(2.1333333333vw - (1em - 1cap) / 2) 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .header .btn:hover {
    background-color: rgba(247, 241, 237, 0.5);
  }
}
.view-nav .header .btn {
  color: #1b1b1b !important;
  border-color: #1b1b1b;
  background-color: #fffcfa !important;
}
@media screen and (min-width: 767px) {
  .view-nav .header .btn:hover {
    color: #fffcfa !important;
    background-color: #073735 !important;
  }
}
.page-page:not(.page-rooms) .header .btn, .page-single .header .btn, .header__has-color .header .btn, .under-nav .header .btn {
  color: #1b1b1b;
  border-color: #1b1b1b;
}
@media screen and (min-width: 767px) {
  .page-page:not(.page-rooms) .header .btn:hover, .page-single .header .btn:hover, .header__has-color .header .btn:hover, .under-nav .header .btn:hover {
    color: #fffcfa;
    background-color: #073735;
  }
}
.header__nav-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .header__nav-trigger {
    width: 12.8vw;
    height: 12.8vw;
  }
}
@media screen and (min-width: 767px) {
  .header__nav-trigger:hover {
    background-color: rgba(247, 241, 237, 0.5);
  }
}
.header__nav-trigger .screen-reader-text {
  display: block;
  width: 40px;
  height: 2px;
  color: #fff;
  background: #fff;
  border-radius: 2px;
  overflow-x: hidden;
  transition: all ease 0.2s;
  opacity: 0;
}
.header__nav-trigger::before, .header__nav-trigger::after {
  position: absolute;
  top: calc(50% - 1px);
  display: block;
  content: "";
  width: 32px;
  height: 1px;
  background: #fffcfa;
}
@media screen and (max-width: 767px) {
  .header__nav-trigger::before, .header__nav-trigger::after {
    width: 8.5333333333vw;
    height: 1px;
  }
}
.view-nav .header__nav-trigger::before, .view-nav .header__nav-trigger::after {
  background: #1b1b1b;
}
.header__nav-trigger::before {
  margin-top: -5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .header__nav-trigger::before {
    margin-top: -1.3333333333vw;
  }
}
.view-nav .header__nav-trigger::before {
  transform: rotate(30deg);
  margin-top: 0;
}
.header__nav-trigger::after {
  margin-top: 5px;
  transition: all ease 0.4s;
}
@media screen and (max-width: 767px) {
  .header__nav-trigger::after {
    margin-top: 1.3333333333vw;
  }
}
.view-nav .header__nav-trigger::after {
  transform: rotate(-30deg);
  margin-top: 0;
}
.page-page:not(.page-rooms) .header__nav-trigger::before, .page-page:not(.page-rooms) .header__nav-trigger::after, .page-single .header__nav-trigger::before, .page-single .header__nav-trigger::after, .header__has-color .header__nav-trigger::before, .header__has-color .header__nav-trigger::after, .under-nav .header__nav-trigger::before, .under-nav .header__nav-trigger::after, .view-nav .header__nav-trigger::before, .view-nav .header__nav-trigger::after {
  background: #1b1b1b;
}
@media screen and (min-width: 767px) {
  .page-page:not(.page-rooms) .header__nav-trigger:hover, .page-single .header__nav-trigger:hover, .header__has-color .header__nav-trigger:hover, .under-nav .header__nav-trigger:hover, .view-nav .header__nav-trigger:hover {
    background-color: #073735;
  }
  .page-page:not(.page-rooms) .header__nav-trigger:hover::before, .page-page:not(.page-rooms) .header__nav-trigger:hover::after, .page-single .header__nav-trigger:hover::before, .page-single .header__nav-trigger:hover::after, .header__has-color .header__nav-trigger:hover::before, .header__has-color .header__nav-trigger:hover::after, .under-nav .header__nav-trigger:hover::before, .under-nav .header__nav-trigger:hover::after, .view-nav .header__nav-trigger:hover::before, .view-nav .header__nav-trigger:hover::after {
    background: #fffcfa;
  }
}
@media screen and (min-width: 767px) {
  .view-nav .header__nav-trigger:hover::before {
    transform: rotate(15deg);
  }
  .view-nav .header__nav-trigger:hover::after {
    transform: rotate(-15deg);
  }
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  background-color: #fffcfa;
  z-index: 99;
  color: #1b1b1b;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.5s;
  transform: translate(0, -10%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.global-nav__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: scroll;
}
.global-nav__cursor {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fdc5c5;
  mix-blend-mode: difference;
  z-index: 1001;
  pointer-events: none;
  border-radius: 50%;
  translate: -50% -50% !important;
  transition: width ease-out 0.3s, height ease-out 0.3s, opacity ease-out 0.3s;
  opacity: 0;
}
.global-nav__cursor.is-hover {
  width: 155px;
  height: 155px;
  opacity: 1;
}
.view-nav .global-nav {
  pointer-events: auto;
  opacity: 1;
  transform: translate(0, 0);
}
.global-nav__content {
  width: 1080px;
  margin: 170px auto 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 595px;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .global-nav__content {
    padding: 25.3333333333vw 8.5333333333vw 13.3333333333vw;
    height: auto;
    margin-top: 0;
    width: 100%;
  }
}
.global-nav__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  gap: 20px;
  padding-top: 50px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .global-nav__header {
    width: 100%;
    flex-direction: column;
    gap: 4vw;
    padding: 0;
    order: 1;
    margin-bottom: 8vw;
  }
}
.global-nav__header-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.global-nav__header-home-link::after {
  content: "";
  width: 1px;
  height: 68px;
  background-color: #1b1b1b;
  order: 2;
}
@media screen and (max-width: 767px) {
  .global-nav__header-home-link::after {
    height: 11.7333333333vw;
  }
}
.global-nav__header-logo {
  width: 145px;
  height: auto;
  order: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .global-nav__header-logo {
    width: 25.3333333333vw;
    margin-right: 3.4666666667vw;
  }
}
.global-nav__header-brand {
  order: 3;
  width: 94px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .global-nav__header-brand {
    width: 16.2666666667vw;
    margin-left: 3.2vw;
  }
}
.global-nav__sns {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .global-nav__sns {
    gap: 4.2666666667vw;
  }
}
.global-nav__sns a {
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f2ebe6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .global-nav__sns a {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .global-nav__sns a:hover {
    background-color: #073735;
  }
  .global-nav__sns a:hover svg path {
    fill: #fffcfa;
  }
}
.global-nav__sns svg {
  width: 24px;
  height: 24px;
}
.global-nav__sns svg path {
  transition: fill ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .global-nav__sns svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.global-nav__site-nav {
  width: calc(50% - 10px);
  padding-left: 0;
  margin: 0;
  list-style: none;
  min-width: 490px;
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
}
.global-nav__site-nav:first-of-type {
  order: 1;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav:first-of-type {
    margin-bottom: 0;
    order: 2;
  }
}
.global-nav__site-nav:last-of-type {
  margin-top: 45px;
  order: 4;
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav:last-of-type {
    margin: 0 0 10.6666666667vw;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav:last-of-type .global-nav__site-nav-item {
    margin-top: round(down, 3.7333333333vw - (1em - 1cap) / 2, 1px);
  }
}
.global-nav__site-nav:last-of-type .global-nav__site-nav-item:last-of-type::after {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav:last-of-type .global-nav__site-nav-item:first-of-type::before {
    display: none;
  }
}
.global-nav__site-nav.is-open a,
.global-nav__site-nav.is-open span {
  color: #fbf8f6;
  opacity: 0.5;
}
.global-nav__site-nav.is-open span.is-current {
  color: #fff;
  opacity: 1;
}
.global-nav__site-nav.is-open p a {
  color: #fff;
  opacity: 1;
}
.global-nav__site-nav-item {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" on;
  display: flex;
  flex-direction: column;
  gap: round(down, 20px - (1em - 1cap) / 2, 1px);
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav-item {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    font-size: 9.6vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    gap: round(down, 3.7333333333vw - (1em - 1cap) / 2, 1px);
  }
}
.global-nav__site-nav-item:first-of-type::before, .global-nav__site-nav-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  display: block;
  position: relative;
  z-index: 1002;
}
.global-nav__site-nav-item:nth-of-type(n + 2) {
  margin-top: round(down, 20px - (1em - 1cap) / 2, 1px);
}
@media screen and (max-width: 767px) {
  .global-nav__site-nav-item:nth-of-type(n + 2) {
    margin-top: round(down, 3.7333333333vw - (1em - 1cap) / 2, 1px);
  }
}
.global-nav__site-nav-item > span svg {
  transition: transform ease-out 0.3s;
  transform: rotate(180deg);
}
.global-nav__site-nav-item > span.is-current svg {
  transform: rotate(0);
}
.global-nav__cursor-target {
  display: inline-flex;
  padding: 0 16px;
  line-height: 1;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .global-nav__cursor-target {
    gap: 2.1333333333vw;
    padding: 0 3.2vw;
  }
}
.global-nav__cursor-target.is-hover span {
  opacity: 1 !important;
  color: #073735;
  z-index: auto !important;
}
.is-link-hover .global-nav__cursor-target span {
  z-index: 1002;
  opacity: 0.5;
}
.global-nav__cursor-target span {
  transition: all ease-out 0.3s;
}
.global-nav__cursor-target svg {
  vertical-align: top;
  margin-top: calc((1em - 1cap) / 2);
  position: relative;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .global-nav__cursor-target svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.global-nav__links {
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  order: 3;
  gap: 40px;
  padding-top: 32px;
  min-height: 68px;
}
@media screen and (max-width: 767px) {
  .global-nav__links {
    width: 100%;
    min-height: auto;
    gap: 8vw;
    padding: 0;
    order: 4;
  }
}
.global-nav__reserve {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .global-nav__reserve {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    gap: 3.2vw;
  }
}
.global-nav__reserve svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .global-nav__reserve svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.footer {
  width: 100%;
  background: #f7f1ed;
}
.footer__inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 80px 20px;
  padding: 120px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 21.3333333333vw 8.5333333333vw 8vw;
    flex-direction: column;
    gap: 0;
  }
}
.footer__logo {
  width: 255px;
  margin: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__logo h4 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footer__logo h4 {
    margin-bottom: 6.6666666667vw;
  }
}
.footer__logo h4 svg {
  width: 184px;
}
@media screen and (max-width: 767px) {
  .footer__logo h4 svg {
    width: 40vw;
  }
}
.footer__sns {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  list-style: none;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    justify-content: center;
    gap: 4.2666666667vw;
  }
}
.footer__sns a {
  background-color: #f2ebe6;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .footer__sns a {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.footer__sns a:hover {
  background-color: #073735;
}
.footer__sns a:hover svg path {
  fill: #fffcfa;
}
.footer__sns svg {
  width: 24px;
  height: 24px;
}
.footer__sns svg path {
  transition: fill ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__sns svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.footer__desc {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 804px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__desc {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 16vw;
  }
}
.footer__desc dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 56px;
  gap: 24px 32px;
}
@media screen and (max-width: 767px) {
  .footer__desc dl {
    flex-direction: column;
    gap: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__desc dt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .footer__desc dt {
    font-weight: 500;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
}
.footer__desc dd {
  width: calc(100% - 212px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__desc dd {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .footer__desc dd:last-of-type {
    margin-bottom: 0;
  }
}
html[lang=en] .footer__desc dd {
  line-height: 1.5;
  padding-left: 1em;
}
.footer__desc a {
  text-decoration: underline;
}
.footer__desc p {
  margin: 0;
}
.footer__facilities {
  background-color: #f2ebe6;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .footer__facilities {
    margin-bottom: 24vw;
    padding: 8vw 8.5333333333vw 10.6666666667vw;
    gap: 8.5333333333vw;
  }
}
.footer__facilities-inner {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  align-content: space-between;
  justify-content: center;
  max-width: 930px;
  height: 130px;
  margin: 0 auto;
  gap: 8px 20px;
}
@media screen and (max-width: 900px) {
  .footer__facilities-inner {
    align-items: center;
    align-content: center;
    height: auto;
    gap: 0;
  }
}
.footer__facilities-inner .btn {
  order: 2;
}
@media screen and (max-width: 900px) {
  .footer__facilities-inner .btn {
    order: 3;
  }
}
.footer__facility-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 70px;
  order: 1;
}
@media screen and (max-width: 900px) {
  .footer__facility-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__facility-header {
    width: 49.3333333333vw;
    height: 16vw;
  }
}
.footer__facility-header svg {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .footer__facility-header svg {
    width: 37.3333333333vw;
  }
}
.footer__facility-items {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  order: 3;
}
@media screen and (max-width: 900px) {
  .footer__facility-items {
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer__facility-items {
    gap: 2.9333333333vw;
    padding-top: 3.2vw;
    margin: 3.2vw 0 8.5333333333vw;
  }
}
.footer__facility-items::before {
  content: "";
  display: block;
  width: 1px;
  height: 53px;
  background-color: #1b1b1b;
}
@media screen and (max-width: 900px) {
  .footer__facility-items::before {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 40px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .footer__facility-items::before {
    width: 10.6666666667vw;
  }
}
.footer__facility-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .footer__facility-item {
    width: 20vw;
    height: 16vw;
    padding: 2.4vw;
  }
}
.footer__facility-item svg {
  width: 100%;
  height: 100%;
}
.footer__nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 36px 0 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    justify-content: center;
    gap: 5.3333333333vw 8vw;
    margin: 0 0 8vw 0;
  }
  .footer__nav li:first-of-type {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer__nav a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer__nav a {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin: 0;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
  }
}

html,
body {
  width: 100%;
}

html {
  background: #fffcfa;
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html img {
  vertical-align: bottom;
}

main {
  z-index: 2;
}

.noscript {
  display: none;
}

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

@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp,
  span.is-sp,
  br.is-sp {
    display: initial !important;
  }
}
/* plugin style
-----------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 2.6vw;
  width: 2.6vw;
  margin: 0 1.7vw 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 2.6vw;
  width: 2.6vw;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  text-indent: -9999em;
  opacity: 0.5;
  background: #000;
  border-radius: 55%;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 8px 0 0;
  }
  .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* View style
-----------------------------------*/
/**
	First View
 */
.page-index #main,
.page-index .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.page-index.is-loaded #main,
.page-index.is-loaded .footer {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: auto;
}

.page-index .toppage-visual {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-index .toppage-visual {
    height: 100vh;
  }
  @supports (-webkit-touch-callout: none) {
    .is-iphone .page-index .toppage-visual, .is-pad .page-index .toppage-visual {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
  }
}
.page-index .toppage-visual__youtube {
  position: absolute;
  top: -15vh;
  right: 0;
  bottom: -15vh;
  left: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.page-index .toppage-visual__youtube::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
}
.page-index .toppage-visual__youtube iframe {
  position: absolute;
  min-width: 130%;
  min-height: 130vh;
  left: 50%;
  top: 50%;
  z-index: 1;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
}
@media screen and (max-width: 767px) {
  .page-index .toppage-visual__youtube iframe {
    min-height: 100vh;
  }
}
.page-index .toppage-visual__scroll {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  writing-mode: vertical-rl;
  gap: 12px;
  position: absolute;
  right: calc(50px - (1em - 1cap) / 2);
  top: calc(50dvh - 56px);
  margin: 0;
  line-height: 1;
  color: #fffcfa;
}
@media screen and (max-width: 767px) {
  .page-index .toppage-visual__scroll {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    gap: 3.2vw;
    right: calc(3.0666666667vw - (1em - 1cap) / 2);
    z-index: 1;
  }
}
.page-index .toppage-visual__scroll::after {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2041%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200.00146492L1%2039.9985L7%2026.2338%22%20stroke%3D%22%23fffcfa%22%2F%3E%3C%2Fsvg%3E);
  display: inline-block;
  width: 6px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .page-index .toppage-visual__scroll::after {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.5%200.00292972L0.5%2024L3.5%2017.2353%22%20stroke%3D%22%23FFFCFA%22%2F%3E%3C%2Fsvg%3E);
    width: 0.8vw;
    height: 6.1333333333vw;
  }
}

.page-index main > .inner {
  overflow: hidden;
}
.page-index main > .inner > *:not(.toppage-booking) {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-index main > .inner > *:not(.toppage-booking) {
    padding-top: 42.6666666667vw;
  }
}
.page-index main > .inner > *:not(.toppage-booking):last-of-type {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-index main > .inner > *:not(.toppage-booking):last-of-type {
    padding-bottom: 42.6666666667vw;
  }
}

.toppage-gallery {
  width: 100%;
}
.toppage-gallery__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__inner {
    padding: 0 8.5333333333vw;
  }
}
.toppage-gallery .slick-slider .slick-track,
.toppage-gallery .slick-slider .slick-list {
  overflow: visible;
  z-index: 1;
}
.toppage-gallery__heading {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: calc(80px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .toppage-gallery__heading {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.toppage-gallery__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  color: #073735;
  width: 216px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    width: 38.4vw;
  }
}
.toppage-gallery__title.is-visible span {
  opacity: 1;
}
.toppage-gallery__title.is-visible span::before {
  height: 0;
}
.toppage-gallery__title span {
  display: flex;
  flex-direction: column;
  height: 1.2em;
  overflow: hidden;
  margin-bottom: calc((0px - (1em - 1cap) / 2) / 2);
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
.toppage-gallery__title span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-gallery__title span:last-of-type {
  margin: 0 0 0 auto;
}
.toppage-gallery__slider-controller {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__slider-controller {
    display: none;
  }
}
.toppage-gallery__slider-controller .btn-prev,
.toppage-gallery__slider-controller .btn-next {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  background: #fffcfa;
  z-index: 5;
  cursor: pointer;
  transition: all ease-out 0.3s;
  opacity: 1;
  border-radius: 50%;
}
.toppage-gallery__slider-controller .btn-prev:hover,
.toppage-gallery__slider-controller .btn-next:hover {
  background: #f2ebe6;
}
.toppage-gallery__slider-controller .btn-prev svg,
.toppage-gallery__slider-controller .btn-next svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__slider-controller .btn-prev svg,
  .toppage-gallery__slider-controller .btn-next svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.toppage-gallery__slider-controller .btn-prev.is-disabled,
.toppage-gallery__slider-controller .btn-next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.toppage-gallery__slider-controller .btn-prev {
  left: 0;
}
.toppage-gallery__slider-controller .btn-next {
  right: 0;
}
.toppage-gallery__slider {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__slider {
    margin-left: -1.6vw;
  }
}
.toppage-gallery__slide {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__slide {
    padding: 0 1.6vw;
  }
}
.toppage-gallery__slide img {
  display: block;
  width: 255px;
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .toppage-gallery__slide img {
    width: 61.3333333333vw;
    height: 45.6vw;
  }
}
.toppage-gallery .btn-arrow {
  margin-top: calc(80px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .toppage-gallery .btn-arrow {
    margin-top: calc(11.4666666667vw - (1em - 1cap) / 2);
  }
}

.toppage-delimited-img {
  padding: 0 !important;
  margin-top: 200px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .toppage-delimited-img {
    margin-top: 42.6666666667vw;
  }
}
.toppage-delimited-img img {
  height: 130vh;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .toppage-about {
    padding: 0 8.5333333333vw;
  }
}
.toppage-about__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .toppage-about__inner {
    display: block;
  }
}
.toppage-about__desc {
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .toppage-about__desc {
    width: 100%;
  }
}
.toppage-about__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" on;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
  width: fit-content;
  margin: calc((0px - (1em - 1cap) / 2) / 2) 0 calc(60px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .toppage-about__title {
    font-size: 10.3450666667vw;
    gap: calc(3.792vw - (1em - 1cap) / 2);
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.toppage-about__title span {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 1.2em;
  margin-bottom: calc((0px - (1em - 1cap) / 2) / 2);
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.toppage-about__title span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-about__title span:nth-of-type(2) {
  margin: 0 auto calc(0px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .toppage-about__title span:nth-of-type(2) {
    margin: 0 auto -1.7226666667vw;
  }
}
.toppage-about__title.is-visible span {
  opacity: 1;
}
.toppage-about__title.is-visible span::before {
  height: 0;
}
.toppage-about__concept-text {
  border-bottom: 1px solid rgba(27, 27, 27, 0.1);
  padding-bottom: 60px;
  margin-bottom: 60px;
  transition: opacity 1.25s linear 1s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .toppage-about__concept-text {
    padding-bottom: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.toppage-about__concept-text.is-visible {
  opacity: 1;
}
.toppage-about__concept-text p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .toppage-about__concept-text p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 3.4666666667vw;
  }
}
.toppage-about__concept-text p:last-of-type {
  margin-bottom: 0;
}
.toppage-about__text {
  transition: opacity 1.25s linear 0.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .toppage-about__text {
    margin-bottom: 21.3333333333vw;
  }
}
.toppage-about__text.is-visible {
  opacity: 1;
}
.toppage-about__text p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .toppage-about__text p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 3.4666666667vw;
  }
}
.toppage-about__text p:last-of-type {
  margin-bottom: 0;
}
.toppage-about__thumbnails {
  width: 530px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toppage-about__thumbnails {
    width: 100%;
  }
}
.toppage-about__thumbnail {
  width: 255px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .toppage-about__thumbnail {
    position: static;
    width: 40vw;
  }
}
.toppage-about__thumbnail:nth-of-type(1) {
  margin-left: 180px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .toppage-about__thumbnail:nth-of-type(1) {
    margin: 0;
  }
}
.toppage-about__thumbnail:nth-of-type(2) {
  margin: -30px 0 0 455px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .toppage-about__thumbnail:nth-of-type(2) {
    margin: -13.3333333333vw 0 0 auto;
  }
}
.toppage-about__thumbnail:nth-of-type(3) {
  margin: -60px 0 0 auto;
  width: 469px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .toppage-about__thumbnail:nth-of-type(3) {
    width: 61.3333333333vw;
    margin: -6.1333333333vw 0 0 3.2vw;
  }
}
.toppage-about__thumbnail img {
  width: 100%;
}

.toppage-news {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toppage-news {
    padding: 0 8.5333333333vw;
  }
}
.toppage-news__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .toppage-news__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
    align-items: flex-end;
  }
}
.toppage-news__desc {
  width: 745px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .toppage-news__desc {
    width: 100%;
  }
}
.toppage-news__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  color: #073735;
  margin-bottom: calc(60px - (1em - 1cap) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 767px) {
  .toppage-news__title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.toppage-news__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-news__title.is-visible {
  opacity: 1;
}
.toppage-news__title.is-visible::before {
  height: 0;
}
.toppage-news .readMore {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
  padding-top: 48px;
}
.toppage-news .readMore button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background: none;
  outline: none;
  border: none;
}
.toppage-news .readMore span {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  padding-bottom: 6px;
  border-bottom: 2px solid #0e588d;
}
.toppage-news .readMore span::before {
  display: inline-block;
  content: "READ MORE";
  color: #0e588d;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-feature-settings: "palt" on;
}
.toppage-news .readMore span svg {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.toppage-news.is-read .newsListItem {
  display: flex;
}
.toppage-news.is-read .readMore {
  background: none;
}
.toppage-news.is-read .readMore span::before {
  content: "CLOSE";
}
.toppage-news.is-read .readMore span svg {
  transform: rotate(0);
}
.toppage-news__list {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}
.toppage-news__item {
  display: none;
  width: 100%;
}
.toppage-news__item:nth-child(1), .toppage-news__item:nth-child(2), .toppage-news__item:nth-child(3) {
  display: block;
}
.toppage-news__item a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .toppage-news__item a {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 0;
  }
}
.toppage-news__item:last-of-type a {
  border-bottom: none;
}
.toppage-news__item-title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .toppage-news__item-title {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 100%;
  }
}
.toppage-news__item-date {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .toppage-news__item-date {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.toppage-news__img {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .toppage-news__img {
    width: 40vw;
    margin-right: -8.5333333333vw;
  }
}

.toppage-room {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toppage-room {
    padding: 0 8.5333333333vw;
  }
}
.toppage-room__inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toppage-room__inner {
    width: 100%;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.toppage-room__image {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-feature-settings: "palt" on;
  order: 4;
  width: 804px;
  position: relative;
  margin: calc(-57px - (1em - 1cap) / 2) 0 0 auto;
  transition: none;
}
@media screen and (max-width: 767px) {
  .toppage-room__image {
    font-size: 32vw;
    width: 63.4666666667vw;
    margin: calc(-21.3333333333vw - (1em - 1cap) / 2) auto 0;
    order: 2;
    pointer-events: none;
  }
}
.toppage-room__image figure {
  background-color: #000;
}
.toppage-room__image img {
  transition: opacity ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .toppage-room__image img {
    width: 63.4666666667vw;
    height: 77.3333333333vw;
    object-fit: cover;
  }
}
@media screen and (min-width: 767px) {
  .toppage-room__image.is-hover img, .toppage-room__image:hover img {
    opacity: 0.7;
  }
}
.toppage-room__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  order: 2;
  margin-bottom: 0;
  transition: opacity 1.25s linear;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .toppage-room__desc {
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
    order: 3;
  }
}
.toppage-room__desc.is-visible {
  opacity: 1;
}
.toppage-room__link {
  width: calc(100% + 60px);
  order: 3;
  position: absolute;
  bottom: 108px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toppage-room__link {
    width: 100%;
    bottom: 0;
    position: static;
  }
}
.toppage-room .btn-arrow {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .toppage-room .btn-arrow {
    min-width: 40vw;
  }
}
.toppage-room .btn-arrow svg {
  min-width: 1160px;
}
@media screen and (max-width: 767px) {
  .toppage-room .btn-arrow svg {
    min-width: 309.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .toppage-room .btn-arrow.is-hover, .toppage-room .btn-arrow:hover {
    min-width: 1160px;
    color: #1b1b1b;
  }
  .toppage-room .btn-arrow.is-hover::before, .toppage-room .btn-arrow:hover::before {
    background-color: #073735;
  }
  .toppage-room .btn-arrow.is-hover svg path, .toppage-room .btn-arrow:hover svg path {
    stroke: #1b1b1b;
  }
}
.toppage-room__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-feature-settings: "palt" on;
  position: relative;
  z-index: 1;
  color: #fdc5c5;
  mix-blend-mode: difference;
  margin-bottom: 0;
  order: 1;
  margin-top: calc(26px - (1em - 1cap) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 767px) {
  .toppage-room__title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 32vw;
    line-height: 1;
    letter-spacing: -0.04em;
    font-feature-settings: "palt" on;
    margin-top: calc(0 - (1em - 1cap) / 2);
  }
}
.toppage-room__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-room__title.is-visible {
  opacity: 1;
}
.toppage-room__title.is-visible::before {
  height: 0;
}

.toppage-experience {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toppage-experience {
    padding: 0 8.5333333333vw;
  }
}
.toppage-experience__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.toppage-experience__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-feature-settings: "palt" on;
  margin-bottom: calc(120px - (1em - 1cap) / 2);
  color: #073735;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
.toppage-experience__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-experience__title.is-visible {
  opacity: 1;
}
.toppage-experience__title.is-visible::before {
  height: 0;
}
@media screen and (max-width: 767px) {
  .toppage-experience__title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(16vw - (1em - 1cap) / 2);
  }
}
.toppage-experience__content {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content {
    margin-bottom: 32vw;
  }
}
.toppage-experience__content:nth-of-type(odd) .toppage-experience__content-head {
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content:nth-of-type(odd) .toppage-experience__content-head {
    margin: 0 auto 10.6666666667vw;
  }
}
.toppage-experience__content:nth-of-type(4) .toppage-experience__item .toppage-experience__sub-img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content:nth-of-type(4) .toppage-experience__item .toppage-experience__sub-img img {
    height: auto;
  }
}
.toppage-experience__content:last-of-type {
  margin-bottom: 0;
}
.toppage-experience__content-head {
  margin-bottom: 80px;
  width: 529px;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-head {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.toppage-experience__content-head.is-visible .toppage-experience__content-title {
  opacity: 1;
}
.toppage-experience__content-head.is-visible .toppage-experience__content-title::before {
  height: 0;
}
.toppage-experience__content-head.is-visible .toppage-experience__content-read {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-head + .toppage-experience__item {
    align-items: flex-start;
    margin: 0 auto 10.6666666667vw;
  }
}
.toppage-experience__content-head + .toppage-experience__item .toppage-experience__img {
  width: 529px;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-head + .toppage-experience__item .toppage-experience__img {
    width: 61.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-head + .toppage-experience__item .toppage-experience__sub-img {
    order: 3;
  }
}
.toppage-experience__content-title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  color: #c5b5aa;
  margin-bottom: calc(40px - (1em - 1cap) / 2 + 0px - (1em - 1cap) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
.toppage-experience__content-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 7.4666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(5.3333333333vw - (1em - 1cap) / 2);
  }
}
.toppage-experience__content-read {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 2s linear;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-read {
    font-weight: 400;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.toppage-experience__content-notes {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.06em;
  width: 804px;
  margin: 60px 0 0;
  color: #8E8383;
}
@media screen and (max-width: 767px) {
  .toppage-experience__content-notes {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    width: 100%;
    margin: 10.6666666667vw 0 0;
  }
}
.toppage-experience__content-notes::before {
  content: "※";
}
.toppage-experience__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .toppage-experience__item {
    width: 61.3333333333vw;
    margin-bottom: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.toppage-experience__item--left-top-sub-img .toppage-experience__sub-img {
  margin: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .toppage-experience__item--left-top-sub-img .toppage-experience__sub-img {
    margin: 5.3333333333vw 0 0 -10.6666666667vw;
  }
}
.toppage-experience__item--center-top-desc {
  align-items: flex-start;
}
.toppage-experience__item--center-top-desc .toppage-experience__sub-img {
  order: 3;
  margin: auto 0 0;
}
@media screen and (max-width: 767px) {
  .toppage-experience__item--center-top-desc .toppage-experience__sub-img {
    margin: 5.3333333333vw 0 0 -10.6666666667vw;
  }
}
.toppage-experience__item--center-top-desc-top-sub-img {
  align-items: flex-start;
}
.toppage-experience__item--center-top-desc-top-sub-img .toppage-experience__sub-img {
  order: 3;
  margin: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .toppage-experience__item--center-top-desc-top-sub-img .toppage-experience__sub-img {
    margin: 5.3333333333vw 0 0 -10.6666666667vw;
  }
}
.toppage-experience__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .toppage-experience__item:nth-of-type(odd) {
    margin: 0 0 10.6666666667vw auto;
  }
}
.toppage-experience__item:last-of-type {
  margin-bottom: 0;
}
.toppage-experience__img {
  width: 479px;
  height: 396px;
}
.toppage-experience__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .toppage-experience__img {
    width: 61.3333333333vw;
    height: 45.6vw;
  }
}
.toppage-experience__sub-img {
  width: 255px;
  height: 255px;
}
.toppage-experience__sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .toppage-experience__sub-img {
    width: 36.8vw;
    height: 36.8vw;
    margin: 5.3333333333vw 0 0 -10.6666666667vw;
  }
}
.toppage-experience__desc {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 256px;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .toppage-experience__desc {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 100%;
  }
}

.toppage-option {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toppage-option {
    padding: 0 8.5333333333vw;
  }
}
.toppage-option__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.toppage-option__title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  margin-bottom: calc(72px - (1em - 1cap) / 2);
  color: #073735;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 1.2em;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 767px) {
  .toppage-option__title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.toppage-option__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  flex-shrink: 0;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1);
}
.toppage-option__title.is-visible {
  opacity: 1;
}
.toppage-option__title.is-visible::before {
  height: 0;
}
.toppage-option__thumbnails {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .toppage-option__thumbnails {
    gap: 3.2vw;
  }
}
.toppage-option__thumbnail {
  width: 255px;
}
@media screen and (max-width: 767px) {
  .toppage-option__thumbnail {
    width: 25.6vw;
    height: 24.5333333333vw;
  }
  .toppage-option__thumbnail img {
    height: 100%;
    object-fit: cover;
  }
}
.toppage-option__thumbnail:nth-of-type(even) {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .toppage-option__thumbnail:nth-of-type(even) {
    width: 39.7333333333vw;
    height: 52.8vw;
  }
  .toppage-option__thumbnail:nth-of-type(even) img {
    height: 100%;
    object-fit: cover;
  }
}
.toppage-option__thumbnail:nth-of-type(3) {
  margin: auto 0 0;
}
.toppage-option__desc {
  width: 530px;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .toppage-option__desc {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.toppage-option__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .toppage-option__text {
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.toppage-option .btn-arrow {
  margin-top: calc(48px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .toppage-option .btn-arrow {
    margin-top: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}

.toppage-map {
  width: 100%;
}
.toppage-map__inner {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .toppage-map__inner {
    display: block;
  }
}
.toppage-map svg {
  vertical-align: bottom;
}
.toppage-map__access {
  width: 530px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .toppage-map__access {
    width: 100%;
    padding: 0 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.toppage-map__header {
  width: 100%;
  margin-bottom: 40px;
}
.toppage-map__header h2 {
  width: 284px;
  height: 84px;
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .toppage-map__header h2 {
    width: 61.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.toppage-map__header h2 span {
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toppage-map__address {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .toppage-map__address {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 10.6666666667vw;
  }
}
.toppage-map__access-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .toppage-map__access-title {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 2.6666666667vw;
  }
}
.toppage-map__access-desc {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .toppage-map__access-desc {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 10.6666666667vw;
  }
}
.toppage-map__access-list {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .toppage-map__access-list {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.toppage-map__access-list dt {
  margin: 0;
  font-weight: 400;
}
.toppage-map__access-list dd {
  margin-bottom: 6px;
}
.toppage-map__access-list dd:last-child {
  margin-bottom: 0;
}
.toppage-map__maps-container {
  width: calc(50vw - 10px);
}
@media screen and (max-width: 767px) {
  .toppage-map__maps-container {
    width: 100%;
  }
}
.toppage-map__maps {
  position: relative;
  width: calc(50vw - 10px);
  height: 0;
  padding-top: 810px;
}
@media screen and (max-width: 767px) {
  .toppage-map__maps {
    width: 100%;
    padding-top: 76vw;
  }
}
.toppage-map__maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
}
svg rect,
svg path {
  shape-rendering: geometricPrecision;
}

body.is-eventNone * {
  pointer-events: none !important;
}

body:not(.page-contact) .grecaptcha-badge {
  display: none !important;
}

.splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  opacity: 1;
  background-color: #fffcfa;
}
.splash.is-hidden {
  animation: fade-out 0.5s ease-out 0.5s forwards;
  pointer-events: none;
}
.splash.is-hidden svg {
  animation: fade-out 0.5s ease-out forwards;
}
.splash svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34.4827586207dvh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  vertical-align: bottom;
  opacity: 0;
  animation: fade-in 0.5s ease-out forwards;
}

.inview {
  opacity: 0;
  transition: all 0.5s ease;
}
.noscript .inview, .inview.is-view {
  opacity: 1;
}

[data-js=accordion] {
  cursor: pointer;
}
[data-js=accordion] + * {
  display: none;
}

#main {
  width: 100%;
  background-color: #fffcfa;
}

.page-index main {
  overflow: hidden;
}

.page-under main {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-under main {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
  }
}

.page-contents {
  width: 100%;
  max-width: 805px;
  margin: 140px auto 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-contents {
    max-width: none;
    margin-top: 21.3333333333vw;
    padding: 0 8.5333333333vw 42.6666666667vw;
  }
  .page-contents.is-contact {
    margin-top: 42.6666666667vw;
  }
}
.page-contents > *:last-child {
  margin-bottom: 0;
}
.page-contents > *:last-child > *:last-child {
  margin-bottom: 0;
}
.page-contents.is-rooms {
  margin: 0 auto;
  padding: 140px 0 200px;
}
@media screen and (max-width: 767px) {
  .page-contents.is-rooms {
    padding: 21.3333333333vw 8.5333333333vw 42.6666666667vw;
  }
}
.page-contents.is-rooms, .page-contents.is-option, .page-contents.is-photo, .page-contents.is-contact {
  max-width: 1080px;
}

.lang {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #1b1b1b;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lang {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
  }
}
body > .lang {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  body > .lang {
    bottom: 4.2666666667vw;
    left: 4.2666666667vw;
  }
  body > .lang .lang__list {
    transform: translate(0, -100%);
    margin-bottom: 1.6vw;
  }
}
.lang__trigger {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 36px;
  background: #fffcfa;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .lang__trigger {
    width: 17.3333333333vw;
    height: 9.6vw;
    gap: 1.0666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .lang__trigger {
    transition: all ease-out 0.3s;
  }
  .lang__trigger:hover {
    background: #073735;
    color: #fff;
    border-color: #fff;
  }
  .lang__trigger:hover svg path {
    fill: #fff;
  }
}
.lang__trigger.is-open + .lang__list {
  opacity: 1;
  pointer-events: auto;
}
.lang__trigger svg {
  width: 16px;
  height: 17px;
  fill: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .lang__trigger svg {
    width: 4.2666666667vw;
    height: 4.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .lang__trigger svg path {
    transition: fill ease-out 0.3s;
  }
}
.lang__trigger span {
  display: inline-block;
}
.lang__list {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  margin: 0;
  list-style-type: none;
  transform: translate(0, 100%);
  text-align: center;
  font-size: 0.92em;
  transition: opacity ease-in-out 0.2s;
  opacity: 0;
  pointer-events: none;
}
.lang__list li {
  width: 100%;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .lang__list li {
    margin-top: 0.5333333333vw;
  }
}
.lang__list li a {
  display: block;
  width: 100%;
  padding: 0.4em 0;
  background: #fffcfa;
  color: #1b1b1b;
  text-align: center;
  border: 1px solid #1b1b1b;
}
@media screen and (min-width: 767px) {
  .lang__list li a:hover {
    background: #073735;
    color: #fff;
    border-color: #fff;
  }
}

.page-header {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
.page-header h1 {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-feature-settings: "palt" on;
  text-align: center;
  padding: calc(220px - (1em - 1cap) / 2) 0 calc(60px - (1em - 1cap) / 2);
  color: #073735;
}
@media screen and (max-width: 767px) {
  .page-header h1 {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 16vw;
    line-height: 1;
    letter-spacing: -0.02em;
    font-feature-settings: "palt" on;
    padding: calc(37.3333333333vw - (1em - 1cap) / 2) 0 calc(8vw - (1em - 1cap) / 2);
  }
}
.page-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.page-header.is-rooms {
  height: calc(100dvh - 112px);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-header.is-rooms {
    height: 90.6666666667vw;
  }
}
.page-header.is-rooms h1,
.page-header.is-rooms p {
  color: #fffcfa;
}
.page-header.is-rooms h1 {
  padding-top: 27.0935960591dvh;
}
@media screen and (max-width: 767px) {
  .page-header.is-rooms h1 {
    padding-top: 37.3333333333vw;
  }
}
.page-header__scroll {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  writing-mode: vertical-rl;
  gap: 12px;
  position: absolute;
  right: calc(50px - (1em - 1cap) / 2);
  top: calc(50dvh - 56px);
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-header__scroll {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    gap: 3.2vw;
    top: 70.4433497537vh;
    right: calc(3.0666666667vw - (1em - 1cap) / 2);
    z-index: 1;
  }
}
.page-header__scroll::after {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2041%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200.00146492L1%2039.9985L7%2026.2338%22%20stroke%3D%22%231B1B1B%22%2F%3E%3C%2Fsvg%3E);
  display: inline-block;
  width: 6px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .page-header__scroll::after {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.5%200.00292972L0.5%2024L3.5%2017.2353%22%20stroke%3D%22%231B1B1B%22%2F%3E%3C%2Fsvg%3E);
    width: 0.8vw;
    height: 6.1333333333vw;
  }
}
.is-rooms .page-header__scroll {
  color: #fffcfa;
}
@media screen and (max-width: 767px) {
  .is-rooms .page-header__scroll {
    color: #1b1b1b;
  }
}
.is-rooms .page-header__scroll::after {
  content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2041%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200.00146492L1%2039.9985L7%2026.2338%22%20stroke%3D%22%23fffcfa%22%2F%3E%3C%2Fsvg%3E);
}
@media screen and (max-width: 767px) {
  .is-rooms .page-header__scroll::after {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204%2025%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.5%200.00292972L0.5%2024L3.5%2017.2353%22%20stroke%3D%22%231B1B1B%22%2F%3E%3C%2Fsvg%3E);
  }
}

.chartTitle {
  padding-top: 12px;
  margin-bottom: 20px;
  border-top: 2px solid #65615e;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  color: #3e3e39;
}

.section-title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  margin-bottom: calc(50px - (1em - 1cap) / 2);
  color: #073735;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}

.headingS {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.page-contents h5 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-contents h5 {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}

.modal .headingS {
  margin-bottom: 0.5em;
}

.content-breadcrumb {
  width: 1080px;
  margin: 140px auto 0;
  padding: 24px 32px;
  background-color: #f2ebe6;
}
@media screen and (max-width: 767px) {
  .content-breadcrumb {
    width: 100%;
    margin: 21.3333333333vw auto 0;
    padding: 0 8.5333333333vw;
    background-color: transparent;
  }
}
.content-breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .content-breadcrumb ul {
    gap: 2.6666666667vw;
  }
}
.content-breadcrumb ul a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .content-breadcrumb ul a {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    gap: 2.6666666667vw;
    justify-content: space-between;
    padding: 4.2666666667vw 3.2vw;
    background-color: #f2ebe6;
    width: 40vw;
  }
}
.content-breadcrumb ul a svg {
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .content-breadcrumb ul a svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.content-breadcrumb ul a span {
  border-bottom: 1px solid transparent;
  transition: all ease 0.2s;
}
.content-breadcrumb ul a:hover span {
  border-bottom: 1px solid #1b1b1b;
}

.wp-block-table,
table {
  margin-bottom: 0;
}
.wp-block-table + *:not(.wp-block-spacer),
table + *:not(.wp-block-spacer) {
  margin-top: 20px;
}
.wp-block-table td,
.wp-block-table th,
table td,
table th {
  border: none;
}
.wp-block-table a,
table a {
  text-decoration: underline;
}
.wp-block-table.is-style-regular,
table.is-style-regular {
  border-top: 1px solid #1b1b1b;
}
.wp-block-table.is-style-regular th,
.wp-block-table.is-style-regular td,
table.is-style-regular th,
table.is-style-regular td {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 40px 0 40px 32px;
  border-bottom: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-style-regular th,
  .wp-block-table.is-style-regular td,
  table.is-style-regular th,
  table.is-style-regular td {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    padding: 6.4vw 0 6.4vw 4.2666666667vw;
  }
}
.wp-block-table.is-style-regular td:first-child,
table.is-style-regular td:first-child {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 180px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-style-regular td:first-child,
  table.is-style-regular td:first-child {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    width: 21.3333333333vw;
    padding: 6.4vw 0;
  }
}
.wp-block-table .companyVisionCatch,
table .companyVisionCatch {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wp-block-table .companyVisionCatch,
  table .companyVisionCatch {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 8vw;
  }
}

.wp-block-table.is-clause-table1 table {
  max-width: 600px;
  border: 1px solid #1b1b1b;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table1 table {
    max-width: none;
    border: none;
    display: block;
  }
  .wp-block-table.is-clause-table1 table tbody {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
}
.wp-block-table.is-clause-table1 table th,
.wp-block-table.is-clause-table1 table td {
  padding: 14px 10px;
  background: transparent;
  border-bottom: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table1 table th,
  .wp-block-table.is-clause-table1 table td {
    width: 100%;
    padding: 3.7333333333vw 2.6666666667vw;
    text-align: center;
    border-bottom: none;
  }
}
.wp-block-table.is-clause-table1 table td:first-child {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 151px;
  background: transparent;
  text-align: center;
  border-right: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table1 table td:first-child {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #1b1b1b;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table1 table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #1b1b1b;
  }
}
.wp-block-table.is-clause-table1 table tr:last-child th,
.wp-block-table.is-clause-table1 table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table1 table tr:last-child th:not(:last-child),
  .wp-block-table.is-clause-table1 table tr:last-child td:not(:last-child) {
    border-bottom: 1px solid #1b1b1b;
  }
}
.wp-block-table.is-clause-table2 table {
  max-width: 600px;
  border: 1px solid #1b1b1b;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: initial;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table {
    max-width: none;
    display: flex;
  }
  .wp-block-table.is-clause-table2 table tbody tr,
  .wp-block-table.is-clause-table2 table thead tr {
    display: flex;
    flex-direction: column;
  }
}
.wp-block-table.is-clause-table2 table th,
.wp-block-table.is-clause-table2 table td {
  padding: 14px 10px;
  background: transparent;
  border-bottom: 1px solid #1b1b1b;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table th,
  .wp-block-table.is-clause-table2 table td {
    width: auto;
    padding: 3.7333333333vw 2.6666666667vw;
    text-align: center;
  }
}
.wp-block-table.is-clause-table2 table th:not(:first-child),
.wp-block-table.is-clause-table2 table td:not(:first-child) {
  border-left: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table th:not(:first-child),
  .wp-block-table.is-clause-table2 table td:not(:first-child) {
    border-left: none;
  }
}
.wp-block-table.is-clause-table2 table thead {
  border-bottom: none;
}
.wp-block-table.is-clause-table2 table thead th {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table thead th {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    width: 32vw;
  }
  .wp-block-table.is-clause-table2 table thead th:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table tbody {
    border-left: 1px solid #1b1b1b;
    width: 100%;
  }
}
.wp-block-table.is-clause-table2 table tbody tr:last-child th,
.wp-block-table.is-clause-table2 table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .wp-block-table.is-clause-table2 table tbody tr:last-child th:not(:last-child),
  .wp-block-table.is-clause-table2 table tbody tr:last-child td:not(:last-child) {
    border-bottom: 1px solid #1b1b1b;
  }
}

.page-contents ul > li + li,
.page-contents ol > li + li {
  margin-top: 1em;
}
.page-contents.is-clause > ol > li ol {
  list-style: none;
  margin-left: 0;
  padding-top: 0.5em;
}
.page-contents.is-clause > ol > li ol li {
  width: calc(100% + 1em);
  margin-left: -1em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.page-contents.is-clause > ol > li ol li span {
  display: inline-block;
  width: 2.5em;
  text-indent: 0;
}
.page-contents .reserveCheckGroup {
  padding: 50px 30px 40px;
  margin-bottom: 80px;
  font-size: 1.2em;
  text-align: center;
  border: 2px solid #073735;
  border-radius: 10px;
}
.page-contents .reserveCheckGroup .btn-blue {
  min-width: 300px;
  font-weight: 700;
}
.page-contents .reserveCheckGroup .wp-block-buttons {
  justify-content: center;
}
.page-contents .attentionGroup {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.page-contents .attentionGroup h5 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(50px - (1em - 1cap) / 2);
}
@media screen and (max-width: 767px) {
  .faq__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10.6666666667vw;
  }
}
.faq__header .section-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq__header .section-title {
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.faq__search-wrapper {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f1ed;
  border-bottom: 1px solid #1b1b1b;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .faq__search-wrapper {
    max-width: none;
    width: 100%;
    padding: 4.2666666667vw;
  }
}
.faq__search-wrapper svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .faq__search-wrapper svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.faq__search {
  max-width: 234px;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .faq__search {
    max-width: 65.3333333333vw;
  }
}
.faq__no-result {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: none;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq__no-result {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
  }
}
.faq__nav {
  width: 100%;
  margin-bottom: 80px;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .faq__nav {
    border: none;
    margin-bottom: 21.3333333333vw;
    padding: 0 10.6666666667vw;
  }
}
.faq__nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  list-style: none;
  gap: 16px 30px;
}
@media screen and (max-width: 767px) {
  .faq__nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4.2666666667vw;
  }
}
.faq__nav li {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: block;
  margin: 0 !important;
}
.faq__nav li a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #073735;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .faq__nav li a {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: space-between;
    padding: 3.2vw 0;
    border-bottom: 1px solid #1b1b1b;
  }
}
.faq__nav li a:hover span {
  border-bottom: 1px solid #073735;
}
.faq__nav li a span {
  border-bottom: 1px solid transparent;
  transition: border-bottom ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .faq__nav li a span {
    border-bottom: none;
  }
}
.faq__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    margin-bottom: 21.3333333333vw;
  }
}
.faq__list:last-child {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .faq__list:last-child {
    margin-bottom: 42.6666666667vw;
  }
}
.faq__list dl {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .faq__list dl {
    padding: 6.4vw 0;
  }
}
.faq__list dl dt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 100%;
  padding: 0 16px;
  transition: padding ease-out 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .faq__list dl dt {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    padding: 0;
    gap: 3.2vw;
  }
}
.faq__list dl dt::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/svg/plus.svg) no-repeat;
  background-size: 32px 32px;
  flex-shrink: 0;
  transition: transform ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .faq__list dl dt::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background-size: 8.5333333333vw 8.5333333333vw;
  }
}
.faq__list dl dt:hover {
  padding-bottom: 12px;
}
.faq__list dl dt:hover::after {
  transform: rotate(-90deg);
}
.faq__list dl dt.is-current {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq__list dl dt.is-current {
    font-weight: 700;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
  }
}
.faq__list dl dt.is-current::after {
  background: url(../images/svg/minus.svg) no-repeat;
  transform: rotate(0);
}
.faq__list dl dd {
  padding: 30px 90px 0 90px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .faq__list dl dd {
    padding: 3.2vw 0 0 11.7333333333vw;
  }
}
.faq__list dl dd > *:last-of-type {
  margin: 0;
}
.faq__list dl dd a {
  text-decoration: underline;
}
.faq__category {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding-bottom: 40px;
  color: #c5b5aa;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
}
@media screen and (max-width: 767px) {
  .faq__category {
    font-weight: 500;
    font-size: 5.3333333333vw;
    letter-spacing: 0.06em;
    padding-bottom: 6.4vw;
  }
}
.faq__question {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__question {
    gap: 3.2vw;
  }
}
.faq__icon {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f7f1ed;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq__icon {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.wpcf7-form > ol {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 120px;
  list-style: none;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form > ol {
    gap: 2.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.wpcf7-form > ol li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form > ol li {
    gap: 2.6666666667vw;
  }
}
.wpcf7-form > ol li:first-child p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .wpcf7-form > ol li:first-child p {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.wpcf7-form > ol li p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-form > ol li p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.wpcf7-form > ol li + li {
  margin: 0;
}
.wpcf7-form > ol li + li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: center center no-repeat url(../images/svg/16/chevron-down-thin.svg);
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .wpcf7-form > ol li + li::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.wpcf7-form pre {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 235px;
  padding: 16px;
  word-break: initial;
  white-space: pre-wrap;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(27, 27, 27, 0.2);
  border-radius: 6px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .wpcf7-form pre {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    height: 53.3333333333vw;
    padding: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  padding-top: 10px;
  color: #de3a30;
}
.wpcf7-form .ajax-loader {
  position: absolute !important;
  left: 0;
  top: 0;
}
.wpcf7-form .privacyCheck {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .privacyCheck {
    margin-bottom: 10.6666666667vw;
  }
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form [type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-form [type=checkbox] + .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label,
  .wpcf7-form [type=checkbox] + .wpcf7-list-item-label {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    gap: 4.2666666667vw;
  }
}
.wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-form [type=checkbox] + .wpcf7-list-item-label::before {
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #1b1b1b;
  transition: all ease 0.2s;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
  .wpcf7-form [type=checkbox] + .wpcf7-list-item-label::before {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.0666666667vw;
  }
}
.wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-form [type=checkbox] + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  left: 4px;
  width: 16px;
  height: 16px;
  background: center center no-repeat url(../images/svg/16/check.svg);
  background-size: contain;
  opacity: 0.1;
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .wpcf7-form [type=checkbox] + .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
  .wpcf7-form [type=checkbox] + .wpcf7-list-item-label::after {
    left: 1.0666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.wpcf7-form [type=checkbox]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-form [type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #073735;
  border-color: #073735;
}
.wpcf7-form [type=checkbox]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-form [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-form [type=checkbox]:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  border-color: transparent;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__privacy {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed > ol li:first-child {
  color: #96a896;
}
.wpcf7-form.custom-wpcf7c-confirmed > ol li:nth-child(2) {
  color: #073735;
}
.wpcf7-form.submitting.confirmed .contact__thanks, .wpcf7-form.resetting .contact__thanks, .wpcf7-form.sent .contact__thanks {
  display: block;
  width: 100%;
}
.wpcf7-form.submitting.confirmed > ol li:first-child, .wpcf7-form.resetting > ol li:first-child, .wpcf7-form.sent > ol li:first-child {
  color: #96a896;
}
.wpcf7-form.submitting.confirmed > ol li:nth-child(3), .wpcf7-form.resetting > ol li:nth-child(3), .wpcf7-form.sent > ol li:nth-child(3) {
  color: #073735;
}
.wpcf7-form.submitting.confirmed > *:not(ol):not(.contac__thanks):not(.section-title):not(.contact__thanks), .wpcf7-form.resetting > *:not(ol):not(.contac__thanks):not(.section-title):not(.contact__thanks), .wpcf7-form.sent > *:not(ol):not(.contac__thanks):not(.section-title):not(.contact__thanks) {
  display: none !important;
}

.contact__step01 {
  max-width: 804px;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__step01 {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 21.3333333333vw;
  }
}
.contact__form {
  max-width: 804px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-bottom: 10.6666666667vw;
  }
}
.contact__form dt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .contact__form dt {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    margin-bottom: 4.2666666667vw;
  }
}
.contact__form dt .red {
  display: inline-block;
  margin-left: 0.3em;
}
.contact__form dd {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact__form dd {
    margin-bottom: 10.6666666667vw;
  }
}
.contact__form dd:last-child {
  margin-bottom: 0;
}
.contact__submit {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  max-width: 804px;
  margin: 0 auto;
}
.contact__submit p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact__submit p {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.contact__submit .btn {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 530px;
  padding: 20px 0;
  line-height: 1.6;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  background-color: #073735;
  color: #fffcfa;
}
.contact__submit .btn.back, .contact__submit .btn.submit {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact__submit .btn.back, .contact__submit .btn.submit {
    width: 100%;
  }
}
.contact__submit .btn.back {
  background-color: transparent;
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}
.contact__submit .btn.back:hover {
  background-color: #f7f1ed;
  color: #1b1b1b !important;
}
.contact__submit .btn:hover {
  background-color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .contact__submit .btn {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    width: 61.3333333333vw;
    padding: 4.5333333333vw 0;
  }
}
.contact__thanks {
  display: none;
  text-align: center;
}
.contact__thanks h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .contact__thanks h4 {
    font-weight: 500;
    font-size: 5.3333333333vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__thanks p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact__thanks p {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    text-align-last: left;
  }
}

.postWrap {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 176px 40px 140px;
}
.postHeader {
  width: 100%;
  margin-bottom: 60px;
}
.postHeader time {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-right: 24px;
}
.postHeader .cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #af8039;
  border: 1px solid #eee1ce;
  border-radius: 2px;
}
.postTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  color: #3e3a39;
}
.postMeta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.postBody figure {
  margin: 1em 0 2em;
}
.postBody h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.postBody h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.postBody h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
.postBody a {
  color: #0e588d;
  text-decoration: underline;
}

.navBelow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0;
  margin-top: 60px;
  border-top: 1px solid #eee;
}
.navBelow .sep {
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 20px;
  background: #eee;
}
.navBelow .navPrev,
.navBelow .navNext {
  width: 110px;
}
.navBelow .navPrev a svg {
  margin-right: 10px;
  transform: rotate(90deg);
}
.navBelow .navNext a svg {
  margin-left: 10px;
  transform: rotate(-90deg);
}
.navBelow a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  font-feature-settings: "liga" off;
  color: #8094a7;
}
.navBelow a:hover {
  color: #fff;
  background: #073735;
  border-color: #073735;
}
.navBelow a:hover svg path {
  stroke: #fff;
}

@media screen and (max-width: 767px) {
  .chartTitle {
    padding-top: 3.2vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .headingS {
    font-size: 4.2666666667vw;
  }
  .page-contents .reserveCheckGroup {
    padding: 12vw 5vw 10vw;
    margin-top: 10vw;
    margin-bottom: 21.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 1.1em;
  }
  .page-contents .reserveCheckGroup .btn-blue {
    min-width: 100%;
  }
  .page-contents .reserveCheckGroup .wp-block-button {
    width: 100%;
    padding-top: 0.8vw;
  }
  .page-contents .attentionGroup {
    font-size: 3.2vw;
  }
  .page-contents .attentionGroup h5 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .faqNav {
    padding: 0 11.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .faqNav ul {
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
  }
  .faqNav li {
    display: block;
    width: 100%;
    padding-bottom: 1.8666666667vw;
    margin-right: 0;
    border-bottom: 1px solid #073735;
  }
  .faqNav li + li {
    padding-top: 3.2vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .faqNav li a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    font-size: 3.2vw;
  }
  .faqNav li a span {
    width: calc(100% - 10.6vw);
  }
  .faqNav li a svg {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 0;
  }
  .faqList {
    padding-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .faqList:last-child {
    margin-bottom: 26.6666666667vw;
  }
  .faqList .catTitle {
    font-weight: 700;
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .faqList dl dt {
    padding: 6.4vw 9.3333333333vw 6.4vw 0;
    font-size: 3.4666666667vw;
  }
  .faqList dl dt svg {
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-top: -2.1333333333vw;
  }
  .faqList dl dd {
    padding-right: 9.3333333333vw;
    margin-bottom: 8vw;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    padding-top: 2.6666666667vw;
  }
  .postWrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 33.0666666667vw 6.6666666667vw 32vw;
  }
  .postHeader {
    margin-bottom: 10.6666666667vw;
  }
  .postHeader time {
    font-size: 3.7333333333vw;
    margin-right: 3.2vw;
  }
  .postHeader .cat {
    min-width: 26.6666666667vw;
    height: 8vw;
    padding: 0 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 0.5333333333vw;
  }
  .postTitle {
    font-weight: 700;
    font-size: 4.8vw;
  }
  .postMeta {
    margin-bottom: 5.3333333333vw;
  }
  .postBody h2 {
    font-weight: 700;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .postBody h3 {
    font-weight: 700;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
  .postBody h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .navBelow {
    padding: 10.6666666667vw 0 0;
    margin-top: 10.6666666667vw;
  }
  .navBelow .sep {
    height: 10.6666666667vw;
    margin: 0 5.3333333333vw;
    background: #eee;
  }
  .navBelow .navPrev,
  .navBelow .navNext {
    width: 29.3333333333vw;
  }
  .navBelow .navPrev a svg {
    margin-right: 2.6666666667vw;
  }
  .navBelow .navNext a svg {
    margin-left: 2.6666666667vw;
  }
  .navBelow a {
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.rooms__desc {
  padding: 0 137px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .rooms__desc {
    padding: 0;
    margin-bottom: 42.6666666667vw;
  }
}
.rooms__desc h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .rooms__desc h3 {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.rooms__desc p {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .rooms__desc p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.rooms__desc p + h3 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .rooms__desc p + h3 {
    margin-top: 8vw;
  }
}
.rooms__desc-more {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: flex;
  align-items: center;
  margin-top: calc(40px - (1em - 1cap) / 2);
  padding: 0;
  background: none;
  border: none;
  gap: 6px;
  cursor: pointer;
  transition: color ease-out 0.3s;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .rooms__desc-more {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-top: calc(8vw - (1em - 1cap) / 2);
  }
}
.rooms__desc-more:hover {
  color: #073735;
}
.rooms__desc-more:hover svg {
  transform: rotate(-90deg);
}
.rooms__desc-more:hover svg rect {
  fill: #073735;
}
.rooms__desc-more svg {
  display: block;
  width: 32px;
  height: 32px;
  transition: transform ease-out 0.3s;
}
.rooms__desc-more svg rect {
  fill: #1b1b1b;
  transition: fill ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .rooms__desc-more svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.rooms__section-title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: calc(80px - (1em - 1cap) / 2);
  color: #073735;
}
@media screen and (max-width: 767px) {
  .rooms__section-title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.rooms__section-title span {
  margin-left: 1.5em;
}
.rooms__photo-gallery {
  margin: 200px auto;
}
@media screen and (max-width: 767px) {
  .rooms__photo-gallery {
    margin: 42.6666666667vw auto;
  }
}
.rooms__detail {
  width: 100%;
  margin: 0 auto;
}
.rooms__detail-inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rooms__detail-inner {
    display: block;
    gap: 0;
  }
}
.rooms__detail-nav {
  width: 255px;
  position: sticky;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .rooms__detail-nav {
    display: none;
  }
}
.rooms__detail-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rooms__detail-nav a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 13px;
  gap: 13px;
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.3s;
}
.rooms__detail-nav a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f2ebe6;
  transition: background-color 0.3s;
}
.rooms__detail-nav a:hover {
  color: #073735;
}
.rooms__detail-nav a:hover::before {
  background-color: #073735;
}
.rooms__detail-nav-item {
  border-top: 1px solid #1b1b1b;
  margin: 0 !important;
}
.rooms__detail-nav-item:last-of-type {
  border-bottom: 1px solid #1b1b1b;
}
.rooms__detail-nav-item.is-current a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #073735;
}
.rooms__detail-nav-item.is-current a::before {
  background-color: #073735;
}
.rooms__detail-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-heading {
    margin-bottom: 0;
  }
}
.rooms__detail-heading .rooms__section-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .rooms__detail-heading .rooms__section-title {
    margin-bottom: calc(10.6666666667vw - (1em - 1cap) / 2);
  }
}
.rooms__detail-heading .btn {
  margin-bottom: 0;
  width: 255px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-heading .btn {
    display: none;
  }
}
.rooms__detail-items {
  width: 745px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-items {
    width: 100%;
  }
}
.rooms__detail-item {
  border-top: 1px solid #1b1b1b;
  padding: 30px 0 80px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-item {
    padding: 5.3333333333vw 0;
  }
}
.rooms__detail-item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .rooms__detail-item:last-of-type {
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px solid #1b1b1b;
  }
}
.rooms__detail-item-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-item-title {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 3.2vw;
    flex-wrap: nowrap;
  }
  .rooms__detail-item-title::after {
    content: "";
    display: block;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background: url(../images/svg/plus.svg) no-repeat;
    background-size: 8.5333333333vw 8.5333333333vw;
    flex-shrink: 0;
  }
  .rooms__detail-item-title.is-open {
    font-weight: 700;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
  }
  .rooms__detail-item-title.is-open::after {
    background: url(../images/svg/minus.svg) no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .rooms__detail-item-content {
    padding-top: 10.6666666667vw;
  }
}
.rooms__detail-item-content > *:last-child {
  margin-bottom: 0;
}
.rooms__detail-item-content h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-item-content h4 {
    font-weight: 500;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.rooms__detail-item-content p + h4,
.rooms__detail-item-content ul + h4,
.rooms__detail-item-content img + h4 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-item-content p + h4,
  .rooms__detail-item-content ul + h4,
  .rooms__detail-item-content img + h4 {
    margin-top: 10.6666666667vw;
  }
}
.rooms__detail-item-content ul {
  margin-left: 1.5em;
}
.rooms__detail-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-list {
    gap: 4.2666666667vw;
  }
}
.rooms__detail-list dt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .rooms__detail-list dt {
    font-weight: 500;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 21.3333333333vw;
  }
}
.rooms__detail-list dd {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: calc(100% - 180px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .rooms__detail-list dd {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: calc(100% - 25.6vw);
  }
}
@media screen and (max-width: 767px) {
  .rooms__book {
    display: flex !important;
    width: 68vw;
    margin: 10.6666666667vw auto 0;
  }
}

.rooms-footer {
  max-width: 1080px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .rooms-footer {
    width: 100%;
    max-width: none;
    padding: 0 8.5333333333vw;
    margin: 0 auto 42.6666666667vw;
  }
}
.rooms-footer__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 30px 0;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links {
    flex-direction: column;
    padding: 0;
  }
}
.rooms-footer__links-item {
  width: 50%;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-item {
    width: 100%;
    padding: 13.3333333333vw 0;
  }
}
.rooms-footer__links-item:last-of-type {
  border-left: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-item:last-of-type {
    border-left: none;
    border-top: 1px solid #1b1b1b;
  }
}
.rooms-footer__links-item .btn-arrow {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-feature-settings: "palt" on;
  margin-top: calc(40px - (1em - 1cap) / 2);
  min-width: 165px;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-item .btn-arrow {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-top: calc(8vw - (1em - 1cap) / 2);
    min-width: 36vw;
  }
}
.rooms-footer__links-item .btn-arrow:hover {
  min-width: 190px;
}
.rooms-footer__links-item .btn-arrow svg {
  min-width: 190px;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-item .btn-arrow svg {
    min-width: 50.6666666667vw;
  }
}
.rooms-footer__links-title {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  margin-bottom: calc(40px - (1em - 1cap) / 2);
  color: #073735;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-title {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    margin-bottom: calc(5.3333333333vw - (1em - 1cap) / 2);
  }
}
.rooms-footer__links-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
}
@media screen and (max-width: 767px) {
  .rooms-footer__links-desc {
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
    min-height: auto;
  }
}

.rooms-modal__content {
  padding: 0 !important;
}
.rooms-modal__container {
  padding: 0;
  max-width: 1240px !important;
}
.rooms-modal__body {
  display: flex;
  position: relative;
}
.rooms-modal__detail-container {
  width: 50%;
  padding: 120px 100px;
}
@media screen and (max-width: 767px) {
  .rooms-modal__detail-container {
    width: 100%;
    padding: 0;
  }
}
.rooms-modal__detail-container img {
  display: none;
}
@media screen and (max-width: 767px) {
  .rooms-modal__detail-container img {
    display: block;
    width: 100%;
  }
}
.rooms-modal__detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .rooms-modal__detail {
    padding: 13.3333333333vw 8.5333333333vw;
    margin-bottom: 0;
  }
}
.rooms-modal__detail:last-of-type {
  margin-bottom: 0;
}
.rooms-modal__detail p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .rooms-modal__detail p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.rooms-modal__detail p span {
  color: #8E8383;
}
.rooms-modal__detail > *:last-child {
  margin-bottom: 0;
}
.rooms-modal__side-img {
  width: 50%;
  height: 100%;
  position: fixed;
  right: 0;
}
@media screen and (max-width: 767px) {
  .rooms-modal__side-img {
    display: none;
  }
}
.rooms-modal__side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity ease-out 0.3s;
}
.rooms-modal__side-img img.is-active {
  opacity: 1;
}
.rooms-modal__title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .rooms-modal__title {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.rooms-modal .scroll {
  position: absolute;
  right: 20px;
  bottom: 32px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
  color: #073735;
}
.rooms-modal .scroll span {
  display: inline-block;
  margin-right: 20px;
}
.rooms-modal .scroll svg {
  width: 32px;
  height: 32px;
}
.rooms-modal .scroll svg path {
  fill: #073735;
}

.option__item {
  width: 100%;
  padding: 79px;
  border: 1px solid #1b1b1b;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .option__item {
    padding: 0;
    border-radius: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    gap: 8.5333333333vw;
  }
}
.option__item:last-of-type {
  margin-bottom: 0;
}
.option__item a {
  text-decoration: underline;
  word-break: break-all;
}
.option__slider {
  width: 470px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option__slider:not(.slick-initialized) .slick-slide {
  display: block;
}
@media screen and (max-width: 767px) {
  .option__slider {
    width: 100%;
  }
}
.option__slider .slick-list {
  z-index: 1;
}
.option__slider .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  background-color: #fffcfa;
  z-index: 5;
  cursor: pointer;
  padding: 0;
  transition: all ease-out 0.3s;
}
.option__slider .slick-arrow:hover {
  background-color: #f2ebe6;
}
.option__slider .slick-arrow svg {
  width: 48px;
  height: 48px;
}
.option__slider .slick-prev {
  left: 0;
}
.option__slider .slick-next {
  right: 0;
}
.option__slide-img {
  width: 100%;
}
.option__slide-img img {
  width: 100%;
  height: 313px;
  object-fit: cover;
}
.option__slide-img figcaption {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  display: block;
  z-index: 2;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .option__slide-img figcaption {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    padding: 0 2.6666666667vw;
    margin-top: 3.2vw;
  }
}
.option__slide-img i {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  z-index: 3;
  border-radius: 0 0 20px;
}
.option__slide-img i svg {
  width: 16px;
  height: 16px;
}
.option__slide-img i svg path {
  stroke: #073735;
}
.option__title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #073735;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .option__title {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.option__detail {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .option__detail {
    width: 100%;
    padding: 9.6vw 6.4vw 0;
  }
}
.option__desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .option__desc {
    margin-bottom: 5.3333333333vw;
  }
}
.option__desc p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .option__desc p {
    font-weight: 400;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.option__desc > *:last-child {
  margin-bottom: 0;
}
.option__info dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .option__info dl {
    margin-bottom: 4.2666666667vw;
  }
}
.option__info dl dt {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .option__info dl dt {
    font-weight: 500;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 21.3333333333vw;
  }
}
.option__info dl dd {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .option__info dl dd {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    width: 44.5333333333vw;
  }
}
.option__info dl dd a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #073735;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .option__info dl dd a {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.option__info .webBtn {
  margin-top: 16px;
  margin-bottom: 0;
}
.option__info .webBtn a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 10px 20px;
  color: #073735;
  border: 1px solid #1b1b1b;
  text-decoration: none;
}
.option__info .webBtn a svg {
  margin-left: 8px;
}

.read-more__section {
  width: 100%;
  flex-shrink: 0;
  padding: 0;
  background: #f7f1ed;
  color: #1b1b1b;
}
.read-more__content {
  display: none;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .read-more__content {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.read-more__content a {
  color: #073735;
  text-decoration: underline;
}
.read-more__content > *:last-of-type {
  margin-bottom: 0;
}
.read-more__content > *:last-of-type > *:last-of-type {
  margin-bottom: 0;
}
.read-more__blocks {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .read-more__blocks {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.read-more__blocks .read-more__block {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .read-more__blocks .read-more__block {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
.read-more__blocks .read-more__block:not(:has(:is(.read-more__figure))) {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .read-more__blocks .read-more__block:not(:has(:is(.read-more__figure))) {
    width: 100%;
  }
}
.read-more__block {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .read-more__block {
    margin-bottom: 8.5333333333vw;
  }
}
.read-more__title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .read-more__title {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.read-more__title + .read-more__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .read-more__title + .read-more__text {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .read-more__text {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}
.read-more__text h4,
.read-more__text h5 {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .read-more__text h4,
  .read-more__text h5 {
    font-weight: 700;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 5.3333333333vw;
  }
}
.read-more__text > *:last-child {
  margin-bottom: 0;
}
.read-more__figure {
  width: 100%;
}
.read-more__figure img {
  max-width: none;
  width: 100%;
}
.read-more__figure figcaption {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.read-more__figure + .read-more__text,
.read-more__figure + .read-more__title {
  margin-top: 20px;
}
.read-more__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0;
  cursor: pointer;
  background-color: #f7f1ed;
  transition: background-color ease-out 0.3s;
}
.read-more__trigger:hover {
  background-color: #f2ebe6;
}
.read-more__trigger:hover > span {
  color: #073735;
}
.read-more__trigger:hover svg path {
  stroke: #073735;
}
@media screen and (max-width: 767px) {
  .read-more__trigger {
    height: 16vw;
  }
}
.read-more__trigger > span {
  display: inline-flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  color: #1b1b1b;
}
.read-more__trigger > span span {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .read-more__trigger > span span {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
  }
}
.read-more__trigger > span span::before {
  display: inline;
  content: "Read More";
}
.read-more__trigger svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-top: -2px;
  transform: rotate(180deg);
}
.read-more__trigger svg path {
  stroke: #1b1b1b;
  transition: stroke ease-out 0.3s;
}
.is-open .read-more__trigger > span span::before {
  content: "Close";
}
.is-open .read-more__trigger svg {
  transform: rotate(0);
}

/* Components style
-----------------------------------*/
.btn-arrow, .btn,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  color: #1b1b1b;
  text-decoration: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all ease-out 300ms;
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  gap: 4px;
}
.btn-arrow svg, .btn svg,
.wp-block-button__link svg {
  display: block;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn,
.wp-block-button__link {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  border-radius: 50px;
  padding: calc(16px - (1em - 1cap) / 2) 16px;
  justify-content: center;
  border: 1px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .btn,
  .wp-block-button__link {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    border-radius: 13.3333333333vw;
    padding: calc(5.0666666667vw - (1em - 1cap) / 2) 6.4vw;
  }
}
.btn.is-ja,
.wp-block-button__link.is-ja {
  font-family: source-han-serif-japanese, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.8;
}
.btn.size-s,
.wp-block-button__link.size-s {
  display: inline-flex;
  height: 40px;
  padding: 0 19px;
}
@media screen and (min-width: 767px) {
  .btn:hover,
  .wp-block-button__link:hover {
    color: #fffcfa !important;
    background: #073735;
  }
  .btn:hover svg path,
  .wp-block-button__link:hover svg path {
    stroke: #fffcfa;
  }
}
.btn:active,
.wp-block-button__link:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.is-next,
.wp-block-button__link.is-next {
  display: flex;
  flex-flow: row nowrap;
  padding-right: 0;
  padding-left: 0;
}
.btn.is-next span,
.wp-block-button__link.is-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.btn.is-next::before, .btn.is-next::after,
.wp-block-button__link.is-next::before,
.wp-block-button__link.is-next::after {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 1.5em;
  min-width: 1.5em;
  content: "";
  text-align: center;
}
.btn[disabled], .btn.is-disabled,
.wp-block-button__link[disabled],
.wp-block-button__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.is-fullWidth,
.wp-block-button__link.is-fullWidth {
  display: flex;
  width: 100%;
}
.btn svg,
.wp-block-button__link svg {
  display: block;
  width: 16px;
  height: 16px;
}
.btn svg path,
.wp-block-button__link svg path {
  stroke: #1b1b1b;
  transition: stroke ease-out 300ms;
}
.btn svg.prev,
.btn img.prev,
.wp-block-button__link svg.prev,
.wp-block-button__link img.prev {
  position: absolute;
  top: 50%;
  left: 4vw;
  width: 6.4vw;
  margin-top: -3.2vw;
  transform: rotate(180deg);
}

.btn-arrow {
  font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
  min-width: 255px;
  gap: 10px;
  padding: 0 0 calc(17px - (1em - 1cap) / 2) 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    font-family: "Cormorant Garamond", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt" on;
    min-width: 40vw;
    padding: 0 0 calc(4.5333333333vw - (1em - 1cap) / 2) 1.3333333333vw;
    gap: 2.9333333333vw;
  }
}
.btn-arrow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1b1b1b;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .btn-arrow::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.btn-arrow svg {
  display: block;
  min-width: 288px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .btn-arrow svg {
    min-width: 76.8vw;
  }
}
.btn-arrow svg path {
  stroke: #1b1b1b;
  transition: stroke ease-out 300ms;
}
@media screen and (min-width: 767px) {
  .btn-arrow:hover {
    color: #073735;
    min-width: 288px;
  }
  .btn-arrow:hover::before {
    background-color: #073735;
  }
  .btn-arrow:hover svg path {
    stroke: #073735;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  padding: 0 30px;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .modal {
    justify-content: flex-start;
    padding: 4.2666666667vw;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal.is-active .modal__container {
  transform: translate(0, 0);
}
.modal .delete {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 60px;
  height: 60px;
  padding: 0;
  vertical-align: top;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  z-index: 100;
  background-color: #fffcfa;
  transition: background-color ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .modal .delete {
    width: 16vw;
    height: 16vw;
    gap: 4.2666666667vw;
  }
}
.modal .delete::before, .modal .delete::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #1b1b1b;
  transition: transform ease-out 0.3s;
}
@media screen and (max-width: 767px) {
  .modal .delete::before, .modal .delete::after {
    width: 8.5333333333vw;
  }
}
.modal .delete::before {
  transform: rotate(30deg);
}
.modal .delete::after {
  transform: rotate(-30deg);
}
@media screen and (min-width: 767px) {
  .modal .delete:hover {
    background-color: #f7f1ed;
  }
  .modal .delete:hover::before {
    transform: rotate(15deg);
  }
  .modal .delete:hover::after {
    transform: rotate(-15deg);
  }
}
.modal__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.4);
}
.modal__container {
  width: 100%;
  max-width: 720px;
  transform: translate(0, -10%);
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .modal__container {
    max-width: 100%;
    height: 100%;
  }
}
.modalMovie .modal__container {
  max-width: 960px;
}
#modalFloorMap .modal__container {
  max-width: 1040px;
}
#modalNotBook .modal__container {
  max-width: 600px;
}
.modal__container .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.modal__content {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 100px);
  max-width: 1240px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 40px;
  background: #fffcfa;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-height: none;
    height: 100%;
  }
}
.modal__content > *:last-child {
  margin-bottom: 0;
}
#modalNotBook .modal__content {
  font-weight: 700;
}
#modalNotBook .modal__content .headingS {
  font-weight: 700;
}
.modalMovie .modal__content {
  padding: 0;
}
.modalMovie .modal__content .video-container {
  margin-bottom: 0;
}
#modalFloorMap .modal__content {
  padding: 60px 40px 80px;
}
#modalFloorMap .modal__content .message-body {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.modal__content .btn {
  max-width: 240px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modal__container .delete {
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
  }
  #modalFloorMap .modal__container {
    max-height: calc(100vh - 20vw);
  }
  .modal__content .btn {
    margin-top: 5.3333333333vw;
    max-width: 64vw;
  }
  #modalFloorMap .modal__content {
    padding: 6.6666666667vw 5.3333333333vw 9.6vw;
  }
  .modal #modalNotBook {
    padding-top: 0;
    justify-content: center;
  }
  .modal #modalNotBook .modal__content {
    font-size: 3.2vw;
  }
  .modal #modalNotBook .modal__content .headingS {
    margin-bottom: 1em;
  }
}
/* @ pagination
// ------------------------------------------------------------ */
.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  max-width: 1020px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-grenier .pagination {
  padding: 30px 0 80px;
}
.pagination span,
.pagination a {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 2px;
  text-align: center;
  letter-spacing: 0;
  outline: none;
  text-decoration: none;
  color: #484643;
  background: transparent;
}
.page-grenier .pagination span,
.page-grenier .pagination a {
  background: #f9fbfd;
  border: 1px solid #f9fbfd;
}
.pagination span svg,
.pagination a svg {
  width: 15px;
  height: 15px;
  fill: transparent;
  vertical-align: bottom;
}
.pagination span.next,
.pagination a.next {
  background: none;
  border-color: transparent;
}
.pagination span.next:hover,
.pagination a.next:hover {
  color: #000;
  background: #ffe9c6;
}
.page-grenier .pagination span.next:hover,
.page-grenier .pagination a.next:hover {
  background: #f0f2f4;
  border: 1px solid #dae2e1;
}
.page-grenier .page-grenier .pagination span.next:hover,
.page-grenier .page-grenier .pagination a.next:hover {
  background: #f0f2f4;
  border: 1px solid #dae2e1;
}
.pagination span.prev,
.pagination a.prev {
  background: none;
}
.pagination span.prev svg,
.pagination a.prev svg {
  transform: rotate(180deg);
}
.pagination span.prev:hover,
.pagination a.prev:hover {
  color: #000;
  background: #ffe9c6;
}
.page-grenier .pagination span.prev:hover,
.page-grenier .pagination a.prev:hover {
  background: #f0f2f4;
  border: 1px solid #dae2e1;
}
.pagination span:hover,
.pagination a:hover {
  color: #000;
  background: #ffe9c6;
}
.page-grenier .pagination span:hover,
.page-grenier .pagination a:hover {
  background: #f0f2f4;
  border: 1px solid #dae2e1;
}
.pagination span.is-current,
.pagination a.is-current {
  background: #fbf0dc;
}
.pagination span.is-current:hover,
.pagination a.is-current:hover {
  opacity: 1;
}
.page-grenier .pagination span.is-current,
.page-grenier .pagination a.is-current {
  background: #f0f2f4;
  border: 1px solid #dae2e1;
}

@media screen and (max-width: 767px) {
  .pagination {
    padding: 5.3333333333vw 0;
  }
  .page-grenier .pagination {
    padding: 8vw 0 21.3333333333vw;
  }
  .pagination span,
  .pagination a {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    margin: 0 0.5333333333vw;
    font-size: 4.2666666667vw;
  }
  .pagination span svg,
  .pagination a svg {
    width: 4vw;
    height: 4vw;
  }
}
.photo-gallery {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 80px;
  gap: min(7.4074074074%, 80px);
}
@media screen and (max-width: 767px) {
  .photo-gallery {
    width: 100%;
    flex-flow: column nowrap;
    gap: 10.6666666667vw;
  }
}
.photo-gallery__carousel {
  max-width: 745px;
  width: 68.9814814815%;
}
@media screen and (max-width: 767px) {
  .photo-gallery__carousel {
    width: 100%;
    max-width: none;
  }
}
.photo-gallery__carousel-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 496px;
  transition: all ease 0.3s;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__carousel-inner {
    height: 55.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.photo-gallery__carousel-inner .btn-prev,
.photo-gallery__carousel-inner .btn-next {
  position: absolute;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  border: none;
  padding: 6px;
  background: #fffcfa;
  z-index: 5;
  cursor: pointer;
  transition: all ease 0.6s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .photo-gallery__carousel-inner .btn-prev,
  .photo-gallery__carousel-inner .btn-next {
    padding: 1.0666666667vw;
  }
}
.photo-gallery__carousel-inner .btn-prev:hover,
.photo-gallery__carousel-inner .btn-next:hover {
  background-color: #f2ebe6;
}
.photo-gallery__carousel-inner .btn-prev svg,
.photo-gallery__carousel-inner .btn-next svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__carousel-inner .btn-prev svg,
  .photo-gallery__carousel-inner .btn-next svg {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.photo-gallery__carousel-inner .btn-prev.is-disabled,
.photo-gallery__carousel-inner .btn-next.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.photo-gallery__carousel-inner .btn-prev {
  left: 0;
}
.photo-gallery__carousel-inner .btn-next {
  right: 0;
}
.photo-gallery__carousel-img-frame {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-gallery__carousel-img-frame.is-remove {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.photo-gallery__carousel-img {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.photo-gallery__caption {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .photo-gallery__caption {
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
  }
}
.photo-gallery__thumbnails {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 255px;
  width: 23.6111111111%;
  height: 480px;
  padding: 0 min(1.1111111111%, 12px);
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  gap: min(3.3402922756%, 16px) min(6.9264069264%, 16px);
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}
.photo-gallery__thumbnails.is-top {
  border-top: none;
}
.photo-gallery__thumbnails.is-bottom {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .photo-gallery__thumbnails {
    width: 100%;
    max-width: none;
    height: 49.3333333333vw;
    padding: 0 1.6vw;
    gap: 2.6666666667vw 3.2vw;
  }
}
.photo-gallery__thumbnail {
  display: block;
  width: 46.3203463203%;
  max-width: 107px;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .photo-gallery__thumbnail {
    width: calc(25% - 2.4vw);
    max-width: none;
  }
}
.photo-gallery__thumbnail:hover .photo-gallery__thumbnail-img::after {
  opacity: 1;
}
.photo-gallery__thumbnail-img {
  display: block;
  width: 100%;
  padding-top: 66%;
  background: center center no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.photo-gallery__thumbnail-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  border: 0 solid #000;
  background: rgba(255, 252, 250, 0.6);
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: all ease-out 0.2s;
  box-sizing: border-box;
}
.photo-gallery__thumbnail-img.is-selected::after {
  opacity: 1;
  border-width: 2px;
}
.photo-gallery__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  list-style: none;
  padding: 20px 20px 0 0;
  margin: 0;
  z-index: 1;
}
.photo-gallery__buttons .btn {
  border-radius: 0;
}
.photo-gallery__buttons .btn svg {
  margin-left: 10px;
}
.photo-gallery__buttons li {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
.photo-gallery__buttons li + li::before {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background: #dedede;
  margin: 0 20px;
}

.toppage-booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #f7f1ed;
  padding: 44px 0;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .toppage-booking {
    justify-content: center;
    gap: 5.3333333333vw;
    padding: 8.5333333333vw 4.2666666667vw 6.4vw;
  }
}

.toppage-booking__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .toppage-booking__inner {
    padding: 0 4.2666666667vw;
  }
}

.toppage-booking__form {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .toppage-booking__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.2666666667vw;
  }
}

.toppage-booking__fields {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .toppage-booking__fields {
    flex-direction: column;
    width: 100%;
    gap: 3.2vw;
  }
}

.toppage-booking__date,
.toppage-booking__guests {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .toppage-booking__date,
  .toppage-booking__guests {
    width: 100%;
    gap: 1.6vw;
  }
}
.toppage-booking__date label,
.toppage-booking__guests label {
  display: block;
  color: #1b1b1b;
  height: 22px;
  font-feature-settings: "palt" on;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.toppage-booking__date label,
.toppage-booking__guests label {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .toppage-booking__date label,
  .toppage-booking__guests label {
    height: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}

.toppage-booking__date-field {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  border: 1px solid #d3d1c9;
  border-radius: 6px;
  background-color: #fffcfa;
  padding: 8px 13px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .toppage-booking__date-field {
    gap: 0;
    height: 11.7333333333vw;
    border-radius: 1.6vw;
    padding: 2.1333333333vw 3.4666666667vw;
  }
}

input.toppage-booking__date-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: none;
  padding: 0;
  height: auto;
  color: #1b1b1b;
  cursor: pointer;
  font-feature-settings: "palt" on;
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  input.toppage-booking__date-input {
    font-size: 4.2666666667vw;
    transform: scale(0.875);
    transform-origin: left center;
    min-width: 68.2666666667vw;
  }
}
input.toppage-booking__date-input[readonly] {
  color: #1b1b1b;
}

.toppage-booking__date-field svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #1b1b1b;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .toppage-booking__date-field svg {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.toppage-booking__guests-selects {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .toppage-booking__guests-selects {
    gap: 1.0666666667vw;
    align-items: center;
  }
}

.toppage-booking__adults,
.toppage-booking__children {
  flex: 1;
  height: 44px;
  border: 1px solid #d3d1c9;
  border-radius: 6px;
  background-color: #fffcfa;
  color: #1b1b1b;
  padding: 8px 34px 8px 13px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%278%27%20height=%275%27%20viewBox=%270%200%208%205%27%3E%3Cpath%20d=%27M4%205L0%200h8z%27%20fill=%27%23073735%27/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 8px 5px;
  font-feature-settings: "palt" on;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.toppage-booking__adults,
.toppage-booking__children {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .toppage-booking__adults,
  .toppage-booking__children {
    height: 11.7333333333vw;
    border-radius: 1.6vw;
    padding: 2.1333333333vw 9.0666666667vw 2.1333333333vw 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}

.toppage-booking__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  flex-shrink: 0;
  height: 44px;
  border: none;
  border-radius: 6px;
  background-color: #073735;
  color: #fffcfa;
  cursor: pointer;
  padding-top: 2px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  letter-spacing: 1.4px;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .toppage-booking__submit {
    width: 100%;
    height: 11.7333333333vw;
    border-radius: 1.6vw;
    padding-top: 0.5333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 1.4px;
    line-height: 2;
  }
}
@media screen and (min-width: 767px) {
  .toppage-booking__submit:hover {
    opacity: 0.6;
  }
}
.toppage-booking__submit:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toppage-booking__note {
  color: #8E8383;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .toppage-booking__note {
    font-size: 3.7333333333vw;
  }
}

.toppage-booking__error {
  color: #de3a30;
  text-align: center;
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.toppage-booking__error[hidden] {
  display: none;
}

.flatpickr-calendar.flatpickr-calendar {
  background: #fffcfa;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 482px;
}
.flatpickr-calendar.flatpickr-calendar::before, .flatpickr-calendar.flatpickr-calendar::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar.flatpickr-calendar {
    border-radius: 2.1333333333vw;
    padding: 3.4666666667vw;
  }
}

.flatpickr-calendar .flatpickr-months {
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-months {
    padding: 3.7333333333vw 4.8vw;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: static;
  height: auto;
  overflow: visible;
}

.flatpickr-calendar .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  color: #191919;
  padding-top: 0;
  gap: 2px;
  position: static;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-current-month {
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    gap: 0.5333333333vw;
    height: 6.9333333333vw;
  }
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  order: -1;
  width: fit-content;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown {
  display: none;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper::after {
  content: "年";
  display: inline-block;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
  order: 1;
  margin-left: 0;
  font-weight: 500;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month:hover {
  background: transparent;
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  pointer-events: none;
  padding: 0;
  display: inline-block;
  width: 4.5ch;
  min-width: 4ch;
  max-width: 100%;
  height: 1lh;
}
@supports (field-sizing: content) {
  .flatpickr-calendar .flatpickr-current-month input.cur-year {
    field-sizing: content;
  }
}

html[lang=en] .flatpickr-calendar .flatpickr-current-month {
  gap: 0.5ch;
}
html[lang=en] .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  order: 0;
}
html[lang=en] .flatpickr-calendar .flatpickr-current-month .numInputWrapper::after {
  content: none;
}
html[lang=en] .flatpickr-calendar .flatpickr-current-month span.cur-month {
  order: 0;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  color: #191919;
  fill: #191919;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    width: 4.8vw;
  }
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  color: #073735;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #073735;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: block;
  visibility: hidden;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  width: 100%;
  height: 100%;
}

.flatpickr-calendar .flatpickr-innerContainer {
  padding: 0 6px;
}

.flatpickr-calendar .flatpickr-weekdays {
  height: auto;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-weekdays {
    padding: 1.6vw 0;
  }
}

.flatpickr-calendar span.flatpickr-weekday {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #191919;
  height: auto;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar span.flatpickr-weekday {
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
}

.flatpickr-calendar .flatpickr-days {
  width: 100%;
}

.flatpickr-calendar .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.flatpickr-calendar .flatpickr-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: auto;
  min-height: 57px;
  max-width: none;
  line-height: 1.6;
  border-radius: 0;
  color: #191919;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-day {
    font-weight: 400;
    font-size: 4vw;
    letter-spacing: 0.06em;
    gap: 0.8vw;
    min-height: 13.6vw;
  }
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #073735 !important;
  border-color: #073735 !important;
  color: #fffcfa;
  box-shadow: none;
}
.flatpickr-calendar .flatpickr-day.selected .flatpickr-day-price {
  color: #fffcfa;
}

.flatpickr-day-price {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #073735;
  line-height: 1.2;
  font-feature-settings: "palt" 1;
  transition: opacity 0.2s ease;
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .flatpickr-day-price {
    font-weight: 400;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding-bottom: 0.2666666667vw;
  }
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: rgba(7, 55, 53, 0.7) !important;
  border-color: rgba(7, 55, 53, 0.7) !important;
  box-shadow: none !important;
  border: none !important;
}

.flatpickr-day.startRange {
  border-radius: 12px 0 0 12px !important;
}
@media screen and (max-width: 767px) {
  .flatpickr-day.startRange {
    border-radius: 3.2vw 0 0 3.2vw;
  }
}

.flatpickr-day.startRange:not(:has(+ .endRange), :has(+ .inRange)) {
  border-radius: 12px !important;
}
@media screen and (max-width: 767px) {
  .flatpickr-day.startRange:not(:has(+ .endRange), :has(+ .inRange)) {
    border-radius: 3.2vw;
  }
}

.flatpickr-day.endRange {
  border-radius: 0 12px 12px 0 !important;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.inRange {
  color: #fffcfa !important;
  box-shadow: none;
}
.flatpickr-day.startRange .flatpickr-day-price,
.flatpickr-day.endRange .flatpickr-day-price,
.flatpickr-day.selected.startRange .flatpickr-day-price,
.flatpickr-day.selected.endRange .flatpickr-day-price,
.flatpickr-day.inRange .flatpickr-day-price {
  color: #fffcfa !important;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.selected.endRange {
  background: #073735 !important;
  border-color: #073735 !important;
}

.flatpickr-day.selected.endRange {
  border-radius: 0 12px 12px 0;
  box-shadow: none !important;
}
@media screen and (max-width: 767px) {
  .flatpickr-day.selected.endRange {
    border-radius: 0 3.2vw 3.2vw 0;
  }
}

.flatpickr-day.selected.startRange.endRange {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .flatpickr-day.selected.startRange.endRange {
    border-radius: 3.2vw;
  }
}

.flatpickr-day.inRange {
  background: rgba(7, 55, 53, 0.7) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
  background: #e8e5e3;
  color: rgba(25, 25, 25, 0.4);
  cursor: not-allowed;
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled .flatpickr-day-price,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover .flatpickr-day-price {
  color: rgba(25, 25, 25, 0.4);
}

.flatpickr-calendar .flatpickr-day.is-checkout-only,
.flatpickr-calendar .flatpickr-day.is-checkout-only:hover {
  background: #e8e5e3;
  color: rgba(25, 25, 25, 0.4);
  cursor: pointer;
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.is-checkout-only .flatpickr-day-price,
.flatpickr-calendar .flatpickr-day.is-checkout-only:hover .flatpickr-day-price {
  color: rgba(25, 25, 25, 0.4);
}

.flatpickr-calendar .flatpickr-day.is-checkout-only.inRange {
  background: #e8e5e3 !important;
  color: rgba(25, 25, 25, 0.4) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.flatpickr-calendar .flatpickr-day.is-checkout-only.inRange .flatpickr-day-price {
  color: rgba(25, 25, 25, 0.4) !important;
}

.flatpickr-calendar .flatpickr-day.is-checkout-only.selected {
  background-color: #073735 !important;
  border-color: #073735 !important;
  color: #fffcfa;
}
.flatpickr-calendar .flatpickr-day.is-checkout-only.selected .flatpickr-day-price {
  color: #fffcfa;
}

.flatpickr-calendar.is-checkout-picking .flatpickr-day.is-checkout-only:not(.selected):not(.startRange):not(.endRange) {
  background: transparent;
  color: #191919;
}
.flatpickr-calendar.is-checkout-picking .flatpickr-day.is-checkout-only:not(.selected):not(.startRange):not(.endRange) .flatpickr-day-price {
  color: #073735;
}
.flatpickr-calendar.is-checkout-picking .flatpickr-day.is-checkout-only:not(.selected):not(.startRange):not(.endRange):hover {
  background: rgba(7, 55, 53, 0.1);
  color: #191919;
  border-color: transparent;
}
.flatpickr-calendar.is-checkout-picking .flatpickr-day.is-checkout-only:not(.selected):not(.startRange):not(.endRange):hover .flatpickr-day-price {
  color: #073735;
}

.flatpickr-day.prevMonthDay:not(.flatpickr-disabled):not(.is-checkout-only),
.flatpickr-day.nextMonthDay:not(.flatpickr-disabled):not(.is-checkout-only) {
  cursor: pointer;
}

.flatpickr-day.today:not(.selected):not(.startRange):not(.endRange) {
  border-color: #073735;
}
.flatpickr-day.today:not(.selected):not(.startRange):not(.endRange):hover {
  background: rgba(7, 55, 53, 0.1);
}

.flatpickr-day:hover:not(.flatpickr-disabled):not(.selected):not(.startRange):not(.endRange):not(.inRange) {
  background: rgba(7, 55, 53, 0.1);
  border-color: transparent;
}

.flatpickr-calendar-footer {
  padding: 14px 18px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #65615e;
  border-top: 1px solid #d3d1c9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flatpickr-calendar-footer {
    text-align: center;
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    padding: 3.4666666667vw;
  }
}

.flatpickr-calendar.is-loading .flatpickr-day-price {
  opacity: 0;
}

.toppage-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.toppage-booking-modal[hidden] {
  display: none;
}
.toppage-booking-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.4);
}
.toppage-booking-modal__container {
  position: relative;
  z-index: 1;
  background: #fffcfa;
  border-radius: 3.2vw;
  width: 100%;
  max-width: 106.6666666667vw;
  height: fit-content;
  max-height: calc(100vh - 13.3333333333vw);
  overflow-y: auto;
}
.toppage-booking-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  color: #1b1b1b;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__header {
    padding: 4vw 4.2666666667vw;
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
    color: #191919;
    border-bottom-color: #d3d1c9;
  }
}
.toppage-booking-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #1b1b1b;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__close {
    color: #191919;
  }
}
.toppage-booking-modal__close svg {
  width: 6.4vw;
  height: 6.4vw;
}
.toppage-booking-modal__calendar .flatpickr-calendar {
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__calendar .flatpickr-calendar {
    padding: 0;
  }
}
.toppage-booking-modal__calendar .flatpickr-calendar-footer {
  display: none;
}
.toppage-booking-modal__price-note {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.2);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #1b1b1b;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__price-note {
    border-top: 1px solid #d3d1c9;
    border-bottom: none;
    color: #65615e;
    font-feature-settings: "palt" 1;
    line-height: 1.4;
    font-size: 3.2vw;
    padding: 3.4666666667vw 4.2666666667vw;
  }
}
.toppage-booking-modal__footer {
  padding: 0 16px 13px;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__footer {
    padding: 0 4.2666666667vw 3.7333333333vw;
    border-top: 1px solid #d3d1c9;
  }
}
.toppage-booking-modal__dates {
  display: flex;
  padding: 13px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__dates {
    padding: 3.2vw 0 3.7333333333vw;
  }
}
.toppage-booking-modal__date-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5333333333vw;
  align-items: center;
}
.toppage-booking-modal__date-item:first-child {
  border-right: 1px solid rgba(27, 27, 27, 0.2);
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__date-item:first-child {
    border-right-color: #d3d1c9;
  }
}
.toppage-booking-modal__date-item > span:first-child {
  color: #8E8383;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__date-item > span:first-child {
    color: rgba(25, 25, 25, 0.4);
    font-weight: 400;
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
  }
}
.toppage-booking-modal__date-value {
  color: #1b1b1b;
  font-feature-settings: "palt" on;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__date-value {
    color: #191919;
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.toppage-booking-modal__apply {
  width: 100%;
  padding: 1.8666666667vw;
  border: none;
  border-radius: 1.6vw;
  background: #073735;
  color: #fffcfa;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.toppage-booking-modal__apply[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .toppage-booking-modal__apply {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    letter-spacing: 1.4px;
    line-height: 2;
    font-feature-settings: "palt" 1;
    color: #fffcfa;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.blue {
  color: #0e588d !important;
}

.green {
  color: #073735 !important;
}

.orange {
  color: #fb7818 !important;
}

.red {
  color: #de3a30 !important;
}

.yellow {
  color: #9b6900 !important;
}

.purple {
  color: #847bb9 !important;
}

.pink {
  color: #ff82a1 !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-blue {
  background-color: #0e588d !important;
}

.bg-blue-light {
  background-color: #73cbef !important;
}

.bg-green-light {
  background-color: #a0d264 !important;
}

.bg-orange {
  background-color: #fb7818 !important;
}

.bg-red {
  background-color: #de3a30 !important;
}

.bg-yellow {
  background-color: #9b6900 !important;
}

.bg-purple {
  background-color: #847bb9 !important;
}

.bg-pink {
  background-color: #ff82a1 !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

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

.has-text-align-center,
.is-center {
  text-align: center !important;
}

.has-text-align-right,
.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: 0.8em !important;
}

.fs0875 {
  font-size: 0.875em !important;
}

.fs09 {
  font-size: 0.9em !important;
}

.fs0937 {
  font-size: 0.9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

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

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

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

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

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

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

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

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

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

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

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

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

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

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

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

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

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

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

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

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

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

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

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

.pr50 {
  padding-right: 50px !important;
}

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

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

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

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

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

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

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 1.5em;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: 0.1;
}

.op02 {
  opacity: 0.2;
}

.op03 {
  opacity: 0.3;
}

.op04 {
  opacity: 0.4;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op07 {
  opacity: 0.7;
}

.op08 {
  opacity: 0.8;
}

.op09 {
  opacity: 0.9;
}

.op10 {
  opacity: 10;
}

.cf::after {
  display: table;
  content: "";
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
