@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #141414;
  background: #E0E0DD;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

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

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-on {
    display: block;
  }
}

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

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

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

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 16px;
  }
}

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

section {
  padding: 96px 0;
}
@media screen and (max-width: 1439px) {
  section {
    padding: max(48px, 48px + 48 * (100vw - 390px) / 1049) 0;
  }
}
section.bg_black {
  color: #fff;
}

.bg_black {
  background-color: #141414;
}

.en {
  font-family: "Frank Ruhl Libre", serif;
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}

.section_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.section_title img {
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .section_title img {
    width: max(50px, 50px + 13 * (100vw - 390px) / 1049);
  }
}
.section_title span.en {
  display: block;
  font-family: "Castoro Titling", serif;
  font-size: 28px;
  line-height: 1.3392857143;
  letter-spacing: 5px;
}
@media screen and (max-width: 1439px) {
  .section_title span.en {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
.section_title h1, .section_title h2, .section_title h3 {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.007em;
}
@media screen and (max-width: 1439px) {
  .section_title h1, .section_title h2, .section_title h3 {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
.section_title.no-icon span.en {
  margin-bottom: 8px;
}
p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  p {
    line-height: 2.2857142857;
  }
}
p.large {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  p.large {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  p.large {
    letter-spacing: 0.3em;
  }
}

.btn_wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .btn_wrap {
    grid-template-columns: 1fr;
  }
}
.btn_wrap.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .btn_wrap.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .btn_wrap.col-3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .btn_wrap.col-3 .btn01:nth-child(3),
  .btn_wrap.col-3 .btn02:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 600px) {
  .btn_wrap.col-3 .btn01:nth-child(3),
  .btn_wrap.col-3 .btn02:nth-child(3) {
    width: 100%;
    grid-column: span 1;
  }
}
.btn_wrap .btn01, .btn_wrap .btn02 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .btn_wrap .btn01, .btn_wrap .btn02 {
    max-width: 350px;
  }
}

.btn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn01.white a {
  background: #fff;
  color: #141414;
}
.btn01 a {
  background: #141414;
}
.btn01 .wp-block-button + .wp-block-button {
  margin-top: 16px;
}

.btn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
}
.btn02.white a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.btn02.white a::after {
  background-image: url(../img/icon_btn_right_white.png);
}
.btn02 a {
  position: relative;
  padding-bottom: 6px;
  padding-right: 35px;
  border-bottom: 1px solid #141414;
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1439px) {
  .btn02 a {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
.btn02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: auto;
  aspect-ratio: 12/9;
  background: url(../img/icon_btn_right_black.png) no-repeat center/contain;
}

ul.tabs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  ul.tabs_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
ul.tabs_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 178px;
      -ms-flex: 0 1 178px;
          flex: 0 1 178px;
}
ul.tabs_list li a {
  max-width: 178px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  ul.tabs_list li a {
    width: auto;
    height: 40px;
  }
}
ul.tabs_list li a:not(.active):hover {
  opacity: 1;
  border: 1px solid #141414;
}
ul.tabs_list li a.active {
  background: #141414;
  border: 1px solid #141414;
  color: #fff;
}
ul.tabs_list li a.active:hover {
  opacity: 1;
}

section.rooms, section.gallery {
  overflow-x: hidden;
}

.gallery-slider {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.gallery-slider li img {
  aspect-ratio: 600/352;
  -o-object-fit: cover;
     object-fit: cover;
}

.sightseeing .section_title:not(:first-of-type) {
  margin-top: 96px;
}
@media screen and (max-width: 1439px) {
  .sightseeing .section_title:not(:first-of-type) {
    margin-top: max(48px, 48px + 48 * (100vw - 390px) / 1049);
  }
}
.sightseeing .tabs_list a {
  color: #141414;
}
@media screen and (max-width: 600px) {
  .sightseeing .tabs_list a {
    font-size: 13px;
    line-height: 1.7230769231;
  }
}
.sightseeing .sightseeing_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .sightseeing .sightseeing_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sightseeing .sightseeing_list figure, .sightseeing .sightseeing_list img {
  width: 100% !important;
}

.colorbox_wrap figure::before {
  display: none;
}
.colorbox_wrap figure img {
  aspect-ratio: 1/1;
}
.colorbox_wrap .wp-element-caption {
  display: none;
}

/* キャプションのデザイン調整（お好みで） */
.pswp__caption-content {
  text-align: center;
  padding: 10px;
  color: #fff;
}

.pswp--touch .pswp__button--arrow {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* 矢印が画像に被りすぎないよう調整（必要に応じて） */
.pswp__button--arrow--prev {
  left: -10px;
}

.pswp__button--arrow--next {
  right: -10px;
}

.pswp__button--arrow--prev {
  background: url(../img/icon_arrow_left.png) no-repeat center/contain;
}
.pswp__button--arrow--prev:hover {
  background: url(../img/icon_arrow_left.png) no-repeat center/contain;
}
.pswp__button--arrow--prev svg {
  display: none;
}

.pswp__button--arrow--next {
  background: url(../img/icon_arrow_right.png) no-repeat center/contain;
}
.pswp__button--arrow--next:hover {
  background: url(../img/icon_arrow_right.png) no-repeat center/contain;
}
.pswp__button--arrow--next svg {
  display: none;
}

.pswp__button--close {
  background: url(../img/icon_popup_close.png) no-repeat center/contain;
}
.pswp__button--close:hover {
  background: url(../img/icon_popup_close.png) no-repeat center/contain;
}
.pswp__button--close svg {
  display: none;
}

@media screen and (max-width: 600px) {
  .map {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 373/256;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.no-link > a {
  pointer-events: none;
  /* クリックを反応させない */
  cursor: default;
  /* カーソルを指マークにしない */
}
.no-link > a:hover {
  opacity: 1;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-in-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 16px 0;
  }
}
header.active {
  background: #141414;
}
header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  padding-right: 35px;
  max-width: 1960px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding-right: max(20px, 20px + 15 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner {
    padding: 0 16px;
  }
}
header .header_inner .logo {
  position: relative;
  width: 313px;
  height: auto;
  aspect-ratio: 313/54;
}
@media screen and (max-width: 1439px) {
  header .header_inner .logo {
    width: max(206px, 206px + 107 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .logo {
    width: 206px;
    aspect-ratio: 206/35;
  }
}
header .header_inner .logo a {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
header .header_inner .logo a img {
  width: 313px;
  height: auto;
  aspect-ratio: 313/54;
}
header .header_inner .header_right {
  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;
}
header .header_inner .header_right nav.global-nav {
  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;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100svh;
    z-index: 99;
    background: #141414;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0;
    gap: 40px;
    overflow-y: scroll;
  }
  header .header_inner .header_right nav.global-nav.active {
    visibility: visible;
    opacity: 1;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu {
  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;
  gap: 24px;
  margin-right: 22px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu {
    gap: max(12px, 12px + 12 * (100vw - 1025px) / 414);
    margin-right: max(11px, 11px + 11 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
    gap: 0;
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 0;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu > li:last-of-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu > li:last-of-type {
    display: block;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu > li > a {
  font-size: 16px;
  color: #fff;
  font-family: "Castoro Titling", serif;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu > li > a {
    font-size: max(14px, 14px + 2 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu > li > a {
    font-size: 16px;
    display: block;
    padding: 11.5px 0;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu > li > a .japanese-title {
  display: none;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu > li > a .japanese-title {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #656565;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu > li ul.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
header .header_inner .header_right nav.global-nav ul.nav-menu > li ul.sub-menu li a {
  font-size: 16px;
  color: #fff;
  font-family: "Castoro Titling", serif;
}
header .header_inner .header_right nav.global-nav .lang-sns_wrap {
  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;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav .lang-sns_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 15px;
  }
}
header .header_inner .header_right nav.global-nav .lang-sns_wrap .language .language-selector button {
  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;
}
header .header_inner .header_right nav.global-nav .lang-sns_wrap .language img {
  width: 26px;
  height: auto;
  aspect-ratio: 26/26;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 4px;
}
header .header_inner .header_right nav.global-nav .lang-sns_wrap .language .language-selector {
  color: #fff;
}
header .header_inner .header_right .sns_list li a img {
  width: 23px;
  height: auto;
  aspect-ratio: 23/23;
}
header .header_inner .header_right .ham_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right .ham_btn {
    display: block;
    position: absolute;
    z-index: 101;
    top: 24px;
    right: 16px;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
}
.language-selector .current-lang {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}
.language-selector .language-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.language-selector .language-dropdown.show {
  display: block;
}
.language-selector .language-dropdown li {
  padding: 0;
}
.language-selector .language-dropdown a {
  color: black;
  padding: 4px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.language-selector .language-dropdown a:hover {
  background-color: #f1f1f1;
}

.fv_top {
  position: relative;
}
.fv_top .fv-slider {
  aspect-ratio: 1440/800;
  max-height: 800px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fv_top .fv-slider {
    aspect-ratio: 390/797;
    height: 100svh;
  }
}
.fv_top .fv-slider .splide__track {
  height: 100%;
}
.fv_top .fv-slider .splide__track ul li img {
  width: 100%;
  height: 100%;
}
.fv_top .fv-slider .splide__slide img {
  -webkit-transition: -webkit-transform 6.5s ease-in-out;
  transition: -webkit-transform 6.5s ease-in-out;
  transition: transform 6.5s ease-in-out;
  transition: transform 6.5s ease-in-out, -webkit-transform 6.5s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.fv_top .fv-slider .splide__slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fv_top .fv_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 32px;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-weight: 500;
  width: calc(100vw - 40px);
}
@media screen and (max-width: 1439px) {
  .fv_top .fv_catch {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .fv_top .fv_catch {
    line-height: 2.1;
  }
}
.fv_top .fv_catch.fade-in-up {
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.fv_top .fv_catch.fade-in-up.is-visible {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv_child .fv_img img {
  width: 100%;
  max-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 1440/660;
}
@media screen and (max-width: 600px) {
  .fv_child .fv_img img {
    aspect-ratio: 390/580;
    max-height: none;
  }
}

.fv_child.rooms_single .rooms-fv-slider img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/660;
  max-height: 660px;
}
@media screen and (max-width: 600px) {
  .fv_child.rooms_single .rooms-fv-slider img {
    aspect-ratio: 390/580;
    max-height: none;
  }
}
.fv_child.rooms_single .rooms-fv-thumbnails {
  margin: 16px 0;
  padding: 0 12px;
  overflow-x: auto;
}
.fv_child.rooms_single .rooms-fv-thumbnails .splide__track {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.fv_child.rooms_single .rooms-fv-thumbnails .splide__track::-webkit-scrollbar {
  display: none;
}
.fv_child.rooms_single .rooms-fv-thumbnails ul.splide__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fv_child.rooms_single .rooms-fv-thumbnails .splide__slide {
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
}
.fv_child.rooms_single .rooms-fv-thumbnails .splide__slide.is-active {
  opacity: 1;
  border: none;
}
.fv_child.rooms_single .rooms-fv-thumbnails .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 187/86;
}
@media screen and (max-width: 600px) {
  .fv_child.rooms_single .rooms-fv-thumbnails .splide__slide img {
    aspect-ratio: 85/39;
  }
}

@media screen and (max-width: 600px) {
  main.top section.about,
  .editor-top .editor-styles-wrapper section.about {
    padding-bottom: 0;
  }
}
main.top section.about p,
.editor-top .editor-styles-wrapper section.about p {
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.top section.about p,
  .editor-top .editor-styles-wrapper section.about p {
    text-align: left;
  }
}
main.top section.about p span,
.editor-top .editor-styles-wrapper section.about p span {
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.top section.about .about_img,
  .editor-top .editor-styles-wrapper section.about .about_img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  main.top section.about .about_img figure, main.top section.about .about_img img,
  .editor-top .editor-styles-wrapper section.about .about_img figure,
  .editor-top .editor-styles-wrapper section.about .about_img img {
    max-height: 580px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.top section.about .btn02 a,
.editor-top .editor-styles-wrapper section.about .btn02 a {
  letter-spacing: 0.06em;
}
main.top section.rooms .inner,
.editor-top .editor-styles-wrapper section.rooms .inner {
  max-width: calc(1260px + 10%);
}
main.top section.rooms ul.rooms_list,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list {
  margin-top: 96px;
  gap: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  main.top section.rooms ul.rooms_list,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list {
    margin-top: max(48px, 48px + 48 * (100vw - 390px) / 1049);
    gap: max(36px, 36px + 36 * (100vw - 390px) / 1049);
  }
}
main.top section.rooms ul.rooms_list li,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.rooms ul.rooms_list li .img_wrap,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .img_wrap {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 990px;
      -ms-flex: 1 1 990px;
          flex: 1 1 990px;
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li .img_wrap,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .img_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
main.top section.rooms ul.rooms_list li .img_wrap figure, main.top section.rooms ul.rooms_list li .img_wrap img,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .img_wrap figure,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.rooms ul.rooms_list li .text_wrap,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 540px;
      -ms-flex: 1 1 540px;
          flex: 1 1 540px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -180px;
  padding: 48px 60px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.rooms ul.rooms_list li .text_wrap,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
    padding: 48px max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li .text_wrap,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 0;
    background: none;
    padding: 48px 0;
  }
}
main.top section.rooms ul.rooms_list li .text_wrap,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
  z-index: 1;
}
main.top section.rooms ul.rooms_list li .text_wrap:first-child,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap:first-child {
  margin-top: 0 !important;
}
main.top section.rooms ul.rooms_list li .text_wrap h3,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 5px;
  letter-spacing: -0.012em;
  color: #352E2E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  main.top section.rooms ul.rooms_list li .text_wrap h3,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap h3 {
    font-size: max(22px, 22px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.rooms ul.rooms_list li .text_wrap span.detail,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap span.detail {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #352E2E;
}
main.top section.rooms ul.rooms_list li .text_wrap p,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap p {
  color: #352E2E;
  margin: 38px 0;
}
main.top section.rooms ul.rooms_list li .text_wrap .btn01,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 {
  width: 100%;
}
main.top section.rooms ul.rooms_list li .text_wrap .btn01 a,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 a {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  letter-spacing: 0.032em;
}
@media screen and (max-width: 1439px) {
  main.top section.rooms ul.rooms_list li .text_wrap .btn01 a,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.rooms ul.rooms_list li:nth-of-type(even),
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li:nth-of-type(even),
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.rooms ul.rooms_list li:nth-of-type(even) .img_wrap,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) .img_wrap {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li:nth-of-type(even) .img_wrap,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) .img_wrap {
    margin-inline: calc(50% - 50vw);
  }
}
main.top section.rooms ul.rooms_list li:nth-of-type(even) .text_wrap,
.editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) .text_wrap {
  margin-left: 0;
  margin-right: -180px;
}
@media screen and (max-width: 600px) {
  main.top section.rooms ul.rooms_list li:nth-of-type(even) .text_wrap,
  .editor-top .editor-styles-wrapper section.rooms ul.rooms_list li:nth-of-type(even) .text_wrap {
    margin-right: 0;
  }
}
main.top section.points ul.points_list,
.editor-top .editor-styles-wrapper section.points ul.points_list {
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.points ul.points_list,
  .editor-top .editor-styles-wrapper section.points ul.points_list {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list,
  .editor-top .editor-styles-wrapper section.points ul.points_list {
    gap: 0;
  }
}
main.top section.points ul.points_list li,
.editor-top .editor-styles-wrapper section.points ul.points_list li {
  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;
  gap: 30px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.points ul.points_list li,
  .editor-top .editor-styles-wrapper section.points ul.points_list li {
    padding: 40px max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li,
  .editor-top .editor-styles-wrapper section.points ul.points_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 16px;
    gap: 24px;
  }
}
main.top section.points ul.points_list li .img_wrap,
.editor-top .editor-styles-wrapper section.points ul.points_list li .img_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 534px;
      -ms-flex: 1 1 534px;
          flex: 1 1 534px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li .img_wrap,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .img_wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    gap: 10px;
  }
}
main.top section.points ul.points_list li .img_wrap figure:nth-child(3),
.editor-top .editor-styles-wrapper section.points ul.points_list li .img_wrap figure:nth-child(3) {
  grid-column: 1/-1;
}
main.top section.points ul.points_list li .text_wrap,
.editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 556px;
      -ms-flex: 1 1 556px;
          flex: 1 1 556px;
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li .text_wrap,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-top: 24px;
  }
}
main.top section.points ul.points_list li .text_wrap span.en,
.editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap span.en {
  display: block;
  font-family: "Castoro Titling", serif;
  white-space: nowrap;
  font-size: 82px;
  line-height: 1;
  opacity: 0.2;
}
@media screen and (max-width: 1439px) {
  main.top section.points ul.points_list li .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap span.en {
    font-size: max(40px, 40px + 42 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap span.en {
    font-size: 48px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.points ul.points_list li .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap span.en {
    font-size: max(36px, 36px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.points ul.points_list li .text_wrap h3,
.editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap h3 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.points ul.points_list li .text_wrap h3,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li .text_wrap h3,
  .editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap h3 {
    margin-bottom: 30px;
  }
}
main.top section.points ul.points_list li .text_wrap p,
.editor-top .editor-styles-wrapper section.points ul.points_list li .text_wrap p {
  line-height: 2.25;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li:first-of-type,
  .editor-top .editor-styles-wrapper section.points ul.points_list li:first-of-type {
    padding-top: 0;
  }
}
main.top section.points ul.points_list li:nth-of-type(odd),
.editor-top .editor-styles-wrapper section.points ul.points_list li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  main.top section.points ul.points_list li:nth-of-type(odd),
  .editor-top .editor-styles-wrapper section.points ul.points_list li:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.gallery .gallery-slider,
.editor-top .editor-styles-wrapper section.gallery .gallery-slider {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  main.top section.gallery .gallery-slider,
  .editor-top .editor-styles-wrapper section.gallery .gallery-slider {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.experience .inner,
.editor-top .editor-styles-wrapper section.experience .inner {
  max-width: 1440px;
  padding: 0 70px;
}
@media screen and (max-width: 1024px) {
  main.top section.experience .inner,
  .editor-top .editor-styles-wrapper section.experience .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience .inner,
  .editor-top .editor-styles-wrapper section.experience .inner {
    padding: 0 16px;
  }
}
main.top section.experience ul.experience_list,
.editor-top .editor-styles-wrapper section.experience ul.experience_list {
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    gap: max(56px, 56px + 56 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list {
    gap: 32px;
  }
}
main.top section.experience ul.experience_list li,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.experience ul.experience_list li .img_wrap,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .img_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 900px;
      -ms-flex: 1 1 900px;
          flex: 1 1 900px;
  padding-right: 68.8px;
  padding-bottom: 72px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li .img_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .img_wrap {
    padding-right: max(34.4px, 34.4px + 34.4 * (100vw - 390px) / 1049);
    padding-bottom: max(36px, 36px + 36 * (100vw - 390px) / 1049);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 max(600px, 600px + 300 * (100vw - 601px) / 838);
        -ms-flex: 1 1 max(600px, 600px + 300 * (100vw - 601px) / 838);
            flex: 1 1 max(600px, 600px + 300 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li .img_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .img_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
main.top section.experience ul.experience_list li .img_wrap figure, main.top section.experience ul.experience_list li .img_wrap img,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .img_wrap figure,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.experience ul.experience_list li .text_wrap,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 553px;
      -ms-flex: 1 1 553px;
          flex: 1 1 553px;
  margin-left: -155px;
  padding-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap {
    padding-top: max(45px, 45px + 45 * (100vw - 390px) / 1049);
    margin-left: min(-77.5px, -77.5px + -77.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    margin-left: 0;
  }
}
main.top section.experience ul.experience_list li .text_wrap span.en,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap span.en {
  display: block;
  font-family: "Frank Ruhl Libre", serif;
  white-space: nowrap;
  font-size: 140px;
  line-height: 1;
  color: #fff;
  letter-spacing: 4px;
  opacity: 0.4;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap span.en {
    font-size: max(50px, 50px + 90 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 389px) {
  main.top section.experience ul.experience_list li .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap span.en {
    font-size: max(60px, 60px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.experience ul.experience_list li .text_wrap > div,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap > div {
  margin-top: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.top section.experience ul.experience_list li .text_wrap h3,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap h3 {
  margin-top: 90px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 6.25px;
  margin-bottom: 27.5px;
  max-width: 400px;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li .text_wrap h3,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap h3 {
    font-size: max(16px, 16px + 9 * (100vw - 390px) / 1049);
    margin-top: max(45px, 45px + 45 * (100vw - 390px) / 1049);
    max-width: max(200px, 200px + 200 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li .text_wrap h3,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap h3 {
    max-width: none;
    margin-top: 27.5px;
  }
}
main.top section.experience ul.experience_list li .text_wrap p,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap p {
  max-width: 400px;
  margin-left: auto;
  color: #352E2E;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li .text_wrap p,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap p {
    max-width: max(200px, 200px + 200 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li .text_wrap p,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li .text_wrap p {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:first-of-type,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:first-of-type {
    padding-top: 0;
  }
}
main.top section.experience ul.experience_list li:first-of-type span.en,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:first-of-type span.en {
  font-size: 150px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li:first-of-type span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:first-of-type span.en {
    font-size: max(50px, 50px + 100 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 389px) {
  main.top section.experience ul.experience_list li:first-of-type span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:first-of-type span.en {
    font-size: max(65px, 65px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.experience ul.experience_list li:nth-of-type(odd),
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd),
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.experience ul.experience_list li:nth-of-type(odd) .img_wrap,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .img_wrap {
  padding-right: 0;
  padding-left: 68.8px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .img_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .img_wrap {
    padding-left: max(34.4px, 34.4px + 34.4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .img_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .img_wrap {
    padding-left: 0;
  }
}
main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 570px;
      -ms-flex: 1 1 570px;
          flex: 1 1 570px;
  margin-left: 0;
  margin-right: -155px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap {
    margin-right: min(-77.5px, -77.5px + -77.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en {
  margin-left: 75px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en {
    margin-left: max(60px, 60px + 15 * (100vw - 610px) / 829);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap span.en {
    margin-left: 0;
  }
}
main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap h3, main.top section.experience ul.experience_list li:nth-of-type(odd) .text_wrap p,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap h3,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(odd) .text_wrap p {
  margin-left: 0;
  margin-right: auto;
}
main.top section.experience ul.experience_list li:nth-of-type(3) .text_wrap,
.editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(3) .text_wrap {
  margin-right: -250px;
}
@media screen and (max-width: 1439px) {
  main.top section.experience ul.experience_list li:nth-of-type(3) .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(3) .text_wrap {
    margin-right: min(-125px, -125px + -125 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.experience ul.experience_list li:nth-of-type(3) .text_wrap,
  .editor-top .editor-styles-wrapper section.experience ul.experience_list li:nth-of-type(3) .text_wrap {
    margin-right: 0;
  }
}
main.top section.review,
.editor-top .editor-styles-wrapper section.review {
  position: relative;
  z-index: 0;
}
main.top section.review .review_bg,
.editor-top .editor-styles-wrapper section.review .review_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
main.top section.review .review_bg img,
.editor-top .editor-styles-wrapper section.review .review_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.review .inner,
.editor-top .editor-styles-wrapper section.review .inner {
  position: relative;
  z-index: 2;
}
main.top section.review .inner .review_wrap p,
.editor-top .editor-styles-wrapper section.review .inner .review_wrap p {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  main.top section.review .inner .review_wrap p,
  .editor-top .editor-styles-wrapper section.review .inner .review_wrap p {
    font-size: max(13px, 13px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.review .inner .review_wrap p,
  .editor-top .editor-styles-wrapper section.review .inner .review_wrap p {
    letter-spacing: 0.5px;
  }
}
main.top section.review .inner p.large,
.editor-top .editor-styles-wrapper section.review .inner p.large {
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  main.top section.review .inner p.large,
  .editor-top .editor-styles-wrapper section.review .inner p.large {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.review .inner p.large,
  .editor-top .editor-styles-wrapper section.review .inner p.large {
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
}
main.top section.review .review_point_wrap,
.editor-top .editor-styles-wrapper section.review .review_point_wrap {
  margin: 50px 0 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.review .review_point_wrap,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap {
    margin: max(30px, 30px + 20 * (100vw - 390px) / 1049) 0 max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.review .review_point_wrap,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap {
    margin: 34px 0;
  }
}
main.top section.review .review_point_wrap > .flex,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
main.top section.review .review_point_wrap > .flex .point,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.top section.review .review_point_wrap > .flex .point img,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex .point img {
  width: 115px;
}
@media screen and (max-width: 1439px) {
  main.top section.review .review_point_wrap > .flex .point img,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex .point img {
    width: max(78px, 78px + 37 * (100vw - 390px) / 1049);
  }
}
main.top section.review .review_point_wrap > .flex .point p.fz80,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex .point p.fz80 {
  font-size: 80px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.review .review_point_wrap > .flex .point p.fz80,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex .point p.fz80 {
    font-size: max(48px, 48px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.review .review_point_wrap > .flex > .flex,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex > .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main.top section.review .review_point_wrap > .flex > .flex p.fz26,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex > .flex p.fz26 {
  font-size: 26px;
  color: #D9D9D9;
  line-height: 1;
  letter-spacing: 0.01em;
}
main.top section.review .review_point_wrap > .flex > .flex p.fz26:first-of-type,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex > .flex p.fz26:first-of-type {
  padding-bottom: 3px;
}
@media screen and (max-width: 1439px) {
  main.top section.review .review_point_wrap > .flex > .flex p.fz26,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex > .flex p.fz26 {
    font-size: max(18px, 18px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.review .review_point_wrap > .flex + p,
.editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex + p {
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  main.top section.review .review_point_wrap > .flex + p .sme-font-size,
  .editor-top .editor-styles-wrapper section.review .review_point_wrap > .flex + p .sme-font-size {
    font-size: 10px !important;
  }
}
main.top section.review .btn01 a,
.editor-top .editor-styles-wrapper section.review .btn01 a {
  width: 100%;
  height: 70px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  font-size: 14px;
  letter-spacing: 1.4px;
}
main.top section.review .btn01 a::before,
.editor-top .editor-styles-wrapper section.review .btn01 a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: auto;
  aspect-ratio: 22/14;
  background: url(../img/icon_review.png) no-repeat center/contain;
  vertical-align: 2px;
}

main.rooms section.intro h2, .editor-page .editor-styles-wrapper section.intro h2 {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.rooms section.intro h2, .editor-page .editor-styles-wrapper section.intro h2 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms section.intro h2, .editor-page .editor-styles-wrapper section.intro h2 {
    margin-bottom: 40px;
    line-height: 1.7777777778;
  }
}
main.rooms section.intro p, .editor-page .editor-styles-wrapper section.intro p {
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.rooms section.intro p, .editor-page .editor-styles-wrapper section.intro p {
    text-align: left;
  }
}
main.rooms section.rooms, .editor-page .editor-styles-wrapper section.rooms {
  padding: 64px 0;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms, .editor-page .editor-styles-wrapper section.rooms {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0;
  }
}
main.rooms section.rooms ul.rooms_tabs, .editor-page .editor-styles-wrapper section.rooms ul.rooms_tabs {
  margin-top: 96px;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_tabs, .editor-page .editor-styles-wrapper section.rooms ul.rooms_tabs {
    margin-top: max(48px, 48px + 48 * (100vw - 390px) / 1049);
  }
}
main.rooms section.rooms ul.rooms_list, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list {
  margin-top: 60px;
  gap: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list {
    margin-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
    gap: max(48px, 48px + 48 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list {
    gap: 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
    padding: 40px, max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap {
    background: #fff;
    padding: 40px 16px;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  min-height: 422px;
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 580px;
      -ms-flex: 1 1 580px;
          flex: 1 1 580px;
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type span.en, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type span.en {
  font-size: 16px;
  font-family: "Noto Serif", serif;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #849DB0;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type span.en, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type span.en {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  line-height: 1.5;
  margin: 8px 0 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3 {
    font-size: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type h3 {
    line-height: 1.75;
    margin-top: 0;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p {
  color: #352E2E;
  margin: 16px 0;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p.small, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p.small {
    font-size: 13px;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p:last-child, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:first-of-type p:last-child {
  margin-bottom: 0;
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2), .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 515px;
      -ms-flex: 0 1 515px;
          flex: 0 1 515px;
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2), .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl {
    padding: 0;
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt,
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt,
.editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd {
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 0;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt,
  main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt,
  .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 1049);
  }
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt:last-of-type,
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd:last-of-type, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt:last-of-type,
.editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd:last-of-type {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 400;
}
main.rooms section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .text_detail_wrap > div:nth-of-type(2) dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 100px);
      -ms-flex: 1 1 calc(100% - 100px);
          flex: 1 1 calc(100% - 100px);
  text-align: right;
}
main.rooms section.rooms ul.rooms_list li .text_wrap .btn01, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 {
  width: 100%;
  margin-top: 40px;
}
main.rooms section.rooms ul.rooms_list li .text_wrap .btn01 a, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 a {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  main.rooms section.rooms ul.rooms_list li .text_wrap .btn01 a, .editor-page .editor-styles-wrapper section.rooms ul.rooms_list li .text_wrap .btn01 a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

main.rooms_single p > a,
.editor-rooms .editor-styles-wrapper p > a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
main.rooms_single section.intro h2,
.editor-rooms .editor-styles-wrapper section.intro h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.intro h2,
  .editor-rooms .editor-styles-wrapper section.intro h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.intro h2,
  .editor-rooms .editor-styles-wrapper section.intro h2 {
    margin-bottom: 48px;
  }
}
main.rooms_single section.intro p.fz20,
.editor-rooms .editor-styles-wrapper section.intro p.fz20 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.intro p.fz20,
  .editor-rooms .editor-styles-wrapper section.intro p.fz20 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.intro p.fz20,
  .editor-rooms .editor-styles-wrapper section.intro p.fz20 {
    line-height: 1.7142857143;
    margin-bottom: 24px;
  }
}
main.rooms_single section.intro p.fz32,
.editor-rooms .editor-styles-wrapper section.intro p.fz32 {
  font-size: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.intro p.fz32,
  .editor-rooms .editor-styles-wrapper section.intro p.fz32 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.intro p.fz32,
  .editor-rooms .editor-styles-wrapper section.intro p.fz32 {
    line-height: 1.3333333333;
    margin-bottom: 24px;
  }
}
main.rooms_single section.intro p.fz32 + p,
.editor-rooms .editor-styles-wrapper section.intro p.fz32 + p {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.intro p.fz32 + p,
  .editor-rooms .editor-styles-wrapper section.intro p.fz32 + p {
    line-height: 2.2857142857;
  }
}
main.rooms_single section.facility h3,
.editor-rooms .editor-styles-wrapper section.facility h3 {
  font-size: 22px;
  letter-spacing: -0.003em;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.facility h3,
  .editor-rooms .editor-styles-wrapper section.facility h3 {
    font-size: max(18px, 18px + 4 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.facility h3.border_bottom,
.editor-rooms .editor-styles-wrapper section.facility h3.border_bottom {
  border-bottom: 1px solid #141414;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility h3.border_bottom,
  .editor-rooms .editor-styles-wrapper section.facility h3.border_bottom {
    border-bottom: 0.5px solid #141414;
  }
}
main.rooms_single section.facility:not(:first-of-type) h3,
.editor-rooms .editor-styles-wrapper section.facility:not(:first-of-type) h3 {
  margin-top: 64px;
}
main.rooms_single section.facility dl,
.editor-rooms .editor-styles-wrapper section.facility dl {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility dl,
  .editor-rooms .editor-styles-wrapper section.facility dl {
    grid-template-columns: auto 1fr;
    grid-template-rows: none;
  }
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.facility dl dt,
  main.rooms_single section.facility dl dd,
  .editor-rooms .editor-styles-wrapper section.facility dl dt,
  .editor-rooms .editor-styles-wrapper section.facility dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.facility dl dt:not(:first-of-type),
main.rooms_single section.facility dl dd:not(:first-of-type),
.editor-rooms .editor-styles-wrapper section.facility dl dt:not(:first-of-type),
.editor-rooms .editor-styles-wrapper section.facility dl dd:not(:first-of-type) {
  border-left: 1px solid #141414;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility dl dt:not(:first-of-type),
  main.rooms_single section.facility dl dd:not(:first-of-type),
  .editor-rooms .editor-styles-wrapper section.facility dl dt:not(:first-of-type),
  .editor-rooms .editor-styles-wrapper section.facility dl dd:not(:first-of-type) {
    border-left: none;
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility dl dt:last-of-type,
  main.rooms_single section.facility dl dd:last-of-type,
  .editor-rooms .editor-styles-wrapper section.facility dl dt:last-of-type,
  .editor-rooms .editor-styles-wrapper section.facility dl dd:last-of-type {
    border-bottom: 0.5px solid #141414;
  }
}
main.rooms_single section.facility dl dt,
.editor-rooms .editor-styles-wrapper section.facility dl dt {
  font-weight: 400;
  padding: 16px 16px 3px;
  border-top: 1px solid #141414;
  grid-row: 1;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility dl dt,
  .editor-rooms .editor-styles-wrapper section.facility dl dt {
    grid-row: auto;
    padding: 16px;
    border-top: 0.5px solid #141414;
  }
}
main.rooms_single section.facility dl dd,
.editor-rooms .editor-styles-wrapper section.facility dl dd {
  padding: 3px 16px 16px;
  border-bottom: 1px solid #141414;
  grid-row: 2;
  margin: 0;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility dl dd,
  .editor-rooms .editor-styles-wrapper section.facility dl dd {
    grid-row: auto;
    padding: 16px;
    border-top: 0.5px solid #141414;
    border-bottom: none;
    text-align: right;
  }
}
main.rooms_single section.facility ul.amenities_list,
.editor-rooms .editor-styles-wrapper section.facility ul.amenities_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 20px;
  gap: 36px 32px;
  margin-top: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  main.rooms_single section.facility ul.amenities_list,
  .editor-rooms .editor-styles-wrapper section.facility ul.amenities_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.amenities_list,
  .editor-rooms .editor-styles-wrapper section.facility ul.amenities_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-bottom: 0;
  }
}
main.rooms_single section.facility ul.amenities_list li,
.editor-rooms .editor-styles-wrapper section.facility ul.amenities_list li {
  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;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.amenities_list li,
  .editor-rooms .editor-styles-wrapper section.facility ul.amenities_list li {
    gap: 16px 4px;
  }
}
main.rooms_single section.facility ul.amenities_list li img,
.editor-rooms .editor-styles-wrapper section.facility ul.amenities_list li img {
  width: 24px;
  height: auto;
  aspect-ratio: 24/32;
}
main.rooms_single section.facility ul.amenities_list li p,
.editor-rooms .editor-styles-wrapper section.facility ul.amenities_list li p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.amenities_list li p,
  .editor-rooms .editor-styles-wrapper section.facility ul.amenities_list li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.amenities_list + p,
  .editor-rooms .editor-styles-wrapper section.facility ul.amenities_list + p {
    font-size: 13px;
    letter-spacing: 0.064em;
    line-height: 1.5384615385;
  }
}
main.rooms_single section.facility .attention_wrap h4, main.rooms_single section.facility .attention_wrap p,
.editor-rooms .editor-styles-wrapper section.facility .attention_wrap h4,
.editor-rooms .editor-styles-wrapper section.facility .attention_wrap p {
  font-size: 15px;
  line-height: 2.1333333333;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility .attention_wrap h4, main.rooms_single section.facility .attention_wrap p,
  .editor-rooms .editor-styles-wrapper section.facility .attention_wrap h4,
  .editor-rooms .editor-styles-wrapper section.facility .attention_wrap p {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
main.rooms_single section.facility .attention_wrap h4,
.editor-rooms .editor-styles-wrapper section.facility .attention_wrap h4 {
  font-weight: 600;
  line-height: 2.6666666667;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility .attention_wrap h4,
  .editor-rooms .editor-styles-wrapper section.facility .attention_wrap h4 {
    line-height: 2.8571428571;
  }
}
main.rooms_single section.facility .attention_wrap h3 + h4,
.editor-rooms .editor-styles-wrapper section.facility .attention_wrap h3 + h4 {
  margin-top: 0;
}
main.rooms_single section.facility .btn01,
.editor-rooms .editor-styles-wrapper section.facility .btn01 {
  margin-top: 96px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.facility .btn01,
  .editor-rooms .editor-styles-wrapper section.facility .btn01 {
    margin-top: max(48px, 48px + 48 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.facility .btn01 a,
.editor-rooms .editor-styles-wrapper section.facility .btn01 a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  gap: 14px;
  max-width: 490px;
  width: 100%;
  height: 70px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility .btn01 a,
  .editor-rooms .editor-styles-wrapper section.facility .btn01 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 97px;
  }
}
main.rooms_single section.facility .btn01 a p:nth-of-type(1),
.editor-rooms .editor-styles-wrapper section.facility .btn01 a p:nth-of-type(1) {
  font-family: "Castoro Titling", serif;
  padding-right: 14px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.032em;
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility .btn01 a p:nth-of-type(1),
  .editor-rooms .editor-styles-wrapper section.facility .btn01 a p:nth-of-type(1) {
    margin-top: 0;
    padding-right: 0;
  }
}
main.rooms_single section.facility .btn01 a p:nth-of-type(2),
.editor-rooms .editor-styles-wrapper section.facility .btn01 a p:nth-of-type(2) {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.052em;
  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;
  gap: 14px;
}
main.rooms_single section.facility .btn01 a p:nth-of-type(2)::before,
.editor-rooms .editor-styles-wrapper section.facility .btn01 a p:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #fff;
}
main.rooms_single section.facility ul.facility_list,
.editor-rooms .editor-styles-wrapper section.facility ul.facility_list {
  margin-top: 96px;
  padding: 0 50px;
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.facility ul.facility_list,
  .editor-rooms .editor-styles-wrapper section.facility ul.facility_list {
    margin-top: max(48px, 48px + 48 * (100vw - 390px) / 1049);
    padding: 0 max(16px, 16px + 34 * (100vw - 390px) / 1049);
    gap: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.facility_list,
  .editor-rooms .editor-styles-wrapper section.facility ul.facility_list {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
main.rooms_single section.facility ul.facility_list li h3,
.editor-rooms .editor-styles-wrapper section.facility ul.facility_list li h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 30px 0 22px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.facility ul.facility_list li h3,
  .editor-rooms .editor-styles-wrapper section.facility ul.facility_list li h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin: max(8px, 8px + 22 * (100vw - 390px) / 1049) 0 max(8px, 8px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.facility_list li h3,
  .editor-rooms .editor-styles-wrapper section.facility ul.facility_list li h3 {
    line-height: 2;
  }
}
main.rooms_single section.facility ul.facility_list li p,
.editor-rooms .editor-styles-wrapper section.facility ul.facility_list li p {
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.facility ul.facility_list li p,
  .editor-rooms .editor-styles-wrapper section.facility ul.facility_list li p {
    line-height: 2;
  }
}
main.rooms_single section.access .map iframe,
.editor-rooms .editor-styles-wrapper section.access .map iframe {
  aspect-ratio: none;
  width: 100%;
  height: auto;
  max-height: 320px;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.access .map iframe,
  .editor-rooms .editor-styles-wrapper section.access .map iframe {
    aspect-ratio: 1/1;
    max-height: none;
  }
}
main.rooms_single section.access h3,
.editor-rooms .editor-styles-wrapper section.access h3 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5555555556;
}
main.rooms_single section.access p,
.editor-rooms .editor-styles-wrapper section.access p {
  font-size: 14px;
  line-height: 1.6285714286;
  margin-top: 16px;
}
main.rooms_single section.reservation,
.editor-rooms .editor-styles-wrapper section.reservation {
  max-width: 1000px;
  width: calc(100vw - 60px);
  margin-inline: auto;
  padding-top: 48px;
  padding-bottom: 66px;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.reservation,
  .editor-rooms .editor-styles-wrapper section.reservation {
    padding-top: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.reservation,
  .editor-rooms .editor-styles-wrapper section.reservation {
    width: calc(100vw - 32px);
  }
}
main.rooms_single section.reservation .btn01,
.editor-rooms .editor-styles-wrapper section.reservation .btn01 {
  width: 100%;
}
main.rooms_single section.reservation .btn01 .wp-block-button,
.editor-rooms .editor-styles-wrapper section.reservation .btn01 .wp-block-button {
  width: 100%;
}
main.rooms_single section.reservation .btn01 .wp-block-button a,
.editor-rooms .editor-styles-wrapper section.reservation .btn01 .wp-block-button a {
  display: block;
  width: 100%;
  max-width: 504px;
  margin-inline: auto;
  height: 84px;
  background: #fff;
  color: #141414;
  font-size: 24px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.reservation .btn01 .wp-block-button a,
  .editor-rooms .editor-styles-wrapper section.reservation .btn01 .wp-block-button a {
    max-width: max(254px, 254px + 250 * (100vw - 390px) / 1049);
    height: max(48px, 48px + 36 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.reservation .btn01 + p,
.editor-rooms .editor-styles-wrapper section.reservation .btn01 + p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.reservation .btn01 + p,
  .editor-rooms .editor-styles-wrapper section.reservation .btn01 + p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.rooms ul.rooms_list,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 860px;
  margin: 96px auto;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.rooms ul.rooms_list,
  .editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list {
    margin: max(48px, 48px + 48 * (100vw - 390px) / 1049) auto;
  }
}
@media screen and (max-width: 600px) {
  main.rooms_single section.rooms ul.rooms_list,
  .editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list {
    grid-template-columns: 1fr;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
main.rooms_single section.rooms ul.rooms_list li > a,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 414/552;
  overflow: hidden;
  padding: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1439px) {
  main.rooms_single section.rooms ul.rooms_list li > a,
  .editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a {
    padding: 32px max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.rooms_single section.rooms ul.rooms_list li > a::before,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  main.rooms_single section.rooms ul.rooms_list li > a::before,
  .editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a::before {
    opacity: 1;
  }
}
main.rooms_single section.rooms ul.rooms_list li > a:hover,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a:hover {
  opacity: 1;
}
main.rooms_single section.rooms ul.rooms_list li > a:hover::before,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a:hover::before {
  opacity: 1;
}
main.rooms_single section.rooms ul.rooms_list li > a:hover img,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  main.rooms_single section.rooms ul.rooms_list li > a:hover img,
  .editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main.rooms_single section.rooms ul.rooms_list li > a figure, main.rooms_single section.rooms ul.rooms_list li > a img,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a figure,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.rooms_single section.rooms ul.rooms_list li > a .text_wrap,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a .text_wrap {
  position: relative;
  z-index: 2;
  color: #fff;
}
main.rooms_single section.rooms ul.rooms_list li > a .text_wrap h3,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a .text_wrap h3 {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: 0.06em;
}
main.rooms_single section.rooms ul.rooms_list li > a .text_wrap p,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a .text_wrap p {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.14em;
}
main.rooms_single section.rooms ul.rooms_list li > a .text_wrap span.arrow_right,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a .text_wrap span.arrow_right {
  padding-right: 16px;
  padding-bottom: 8px;
  font-size: 14px;
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: 0.04em;
  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;
  gap: 15px;
  margin-top: 8px;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 5px;
}
main.rooms_single section.rooms ul.rooms_list li > a .text_wrap span.arrow_right::after,
.editor-rooms .editor-styles-wrapper section.rooms ul.rooms_list li > a .text_wrap span.arrow_right::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 16/16;
  background: url(../img/icon_btn_right_white.png) no-repeat center/contain;
}

@media screen and (max-width: 600px) {
  section.information {
    padding-bottom: 24px;
  }
}
section.information .information_list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.information .information_list {
    margin-top: max(32px, 64px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  section.information .information_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  section.information .information_list {
    gap: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.information .information_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.information .information_list li .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  section.information .information_list li .text_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
section.information .information_list li .text_wrap h3 {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: -0.009em;
  margin: 24px 0 16px;
}
@media screen and (max-width: 1439px) {
  section.information .information_list li .text_wrap h3 {
    margin: max(14px, 14px + 10 * (100vw - 390px) / 1049) 0 max(6px, 6px + 10 * (100vw - 390px) / 1049);
  }
}
section.information .information_list li .text_wrap h3 a {
  border-bottom: 0.5px solid #737373;
  padding-bottom: 0.1em;
}
section.information .information_list li .text_wrap p {
  font-size: 14px;
  line-height: 1.6285714286;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  section.information .information_list li .text_wrap p {
    line-height: 2.2857142857;
  }
}
section.information .information_list li .text_wrap .btn01 {
  padding: 24px 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 600px) {
  section.information .information_list li .text_wrap .btn01 {
    padding: 12px 0 24px;
  }
}
section.information .information_list li .text_wrap .btn01 a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  section.information .information_list li .text_wrap .btn01 a {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  section.information .information_list li .text_wrap .btn01 a {
    height: 68px;
  }
}

@media screen and (max-width: 600px) {
  section.instagram {
    padding-bottom: 72px;
  }
}
section.instagram .ig_wrap {
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  section.instagram .ig_wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 480px) {
  section.instagram #sb_instagram.sbi_mob_col_2 #sbi_images {
    gap: 0 !important;
  }
}
section.instagram .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  section.instagram .flex {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  section.instagram .flex {
    gap: 8px;
  }
}
section.instagram .flex img {
  width: 22px;
  height: auto;
  margin-top: 2px;
}
section.instagram .flex p {
  font-size: 13px;
  line-height: 1.1538461538;
  letter-spacing: 2.1px;
}

.footer_bg img {
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/458;
  max-height: 458px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .footer_bg img {
    aspect-ratio: 390/191;
    max-height: none;
  }
}

footer {
  padding: 60px 0 30px;
  background: #141414;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 86px 0 20px;
  }
}
footer * {
  color: #fff;
}
footer .footer_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap {
    gap: max(30px, 30px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
footer .footer_wrap .footer_left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_left {
    display: contents;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_left .footer_logo {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .footer_wrap .footer_left .footer_logo a img {
  width: 223px;
  height: auto;
  aspect-ratio: 223/107;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap .footer_left .footer_logo a img {
    width: max(150px, 150px + 73 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_left .footer_logo a img {
    width: 206px;
    aspect-ratio: 206/35;
  }
}
footer .footer_wrap .footer_left .addr {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_left .addr {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}
footer .footer_wrap .footer_left .lang-sns_wrap {
  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;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_left .lang-sns_wrap {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
footer .footer_wrap .footer_left .language .language-selector button {
  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;
}
footer .footer_wrap .footer_left .language img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 4px;
}
footer .footer_wrap .footer_right {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_right {
    display: contents;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_right nav.footer_nav {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list {
    max-width: 420px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 15px;
  }
}
footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li a {
  font-size: 16px;
  font-family: "Frank Ruhl Libre", serif;
}
@media screen and (max-width: 1439px) {
  footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li a {
    font-size: max(13px, 13px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li a {
    letter-spacing: 0;
  }
}
footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li a .japanese-title {
  display: none;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li a .japanese-title {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #656565;
  }
}
footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li ul.sub-menu {
  margin-top: 8px;
  padding-left: 0.25em;
}
footer .footer_wrap .footer_right nav.footer_nav ul.footer_menu_list li ul.sub-menu li a {
  letter-spacing: 0;
}
footer .copyright {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  margin-top: 60px;
  text-align: center;
}