@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --Noto-Sans-JP: "Noto Sans JP", sans-serif;
  --Bely-Display: "bely-display", sans-serif;
  --Arboria: Arboria, sans-serif;
  --en-ja: Arboria, "Noto Sans JP", sans-serif;
}

/*----------------------
  ベースのスタイル
-----------------------*/
html {
  font-size: 0.7320644217vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 11.2px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #373e43;
  letter-spacing: 0.04em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  cursor: pointer;
}

.u-en {
  font-family: "bely-display", sans-serif;
}

.u-en02 {
  font-family: Arboria;
}

.opening-filter {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #fff;
}

.opening-filter__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55.7rem;
  height: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  .opening-filter__logo {
    width: 30rem;
  }
}
.opening-filter__logo img {
  width: 100%;
}

.page-header {
  width: fit-content;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 767px) {
  .page-header {
    top: 16px;
    left: 18px;
  }
}

.page-header__logo {
  display: block;
  width: fit-content;
}
.page-header__logo img {
  width: 16.8rem;
}
@media (max-width: 767px) {
  .page-header__logo img {
    width: 9.2rem;
  }
}

.page-cv {
  position: fixed;
  top: 30px;
  right: 30px;
  display: flex;
  gap: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-cv {
    width: 100%;
    justify-content: center;
    top: auto;
    right: auto;
    bottom: 24px;
    gap: 1.3rem;
  }
}

.page-cv__booknow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  z-index: 3;
  padding: 1px;
  position: relative;
}
.page-cv__booknow .page-cv__booknow-inner {
  background: #e9e611;
  padding: 2rem 9rem 2rem 3rem;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-cv__booknow .page-cv__booknow-inner {
    padding: 1.4rem 7.3rem 1.6rem 2.3rem;
  }
}
.page-cv__booknow .page-cv__booknow-text {
  display: block;
  height: fit-content;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0b15;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-cv__booknow .page-cv__booknow-text {
    font-size: 1.6rem;
  }
}
.page-cv__booknow .page-cv__booknow-text span {
  display: block;
  position: relative;
  top: 1px;
}
.page-cv__booknow svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateY(-50%);
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-cv__booknow svg {
    width: 4.5rem;
  }
}

.page-cv__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  z-index: 3;
  padding: 1px;
  position: relative;
}
.page-cv__contact .page-cv__contact-inner {
  background: #e9e611;
  padding: 2rem 9rem 2rem 3rem;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-cv__contact .page-cv__contact-inner {
    padding: 1.4rem 7.3rem 1.6rem 2.3rem;
  }
}
.page-cv__contact .page-cv__contact-text {
  display: block;
  height: fit-content;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0b15;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-cv__contact .page-cv__contact-text {
    font-size: 1.6rem;
  }
}
.page-cv__contact .page-cv__contact-text span {
  display: block;
  position: relative;
  top: 1px;
}
.page-cv__contact svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateY(-50%);
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-cv__contact svg {
    width: 4.5rem;
  }
}

footer {
  background: #000;
}
@media (min-width: 769px) {
  footer {
    /* PC */
    padding: 1.9rem 1.8rem 4rem;
  }
}
@media (max-width: 768px) {
  footer {
    /* SP */
    padding: 1rem 1rem 10.7rem;
  }
}
@media (min-width: 769px) {
  footer .inner {
    /* PC */
    padding: 0 4.2rem;
  }
}
@media (max-width: 768px) {
  footer .inner {
    /* SP */
    padding: 0 1rem;
  }
}

/*--------------------
*
-----------------------*/
.footer-location-hotels {
  border-bottom: 1px solid #333;
}
@media (min-width: 769px) {
  .footer-location-hotels {
    /* PC */
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .footer-location-hotels {
    /* SP */
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}

.heading {
  color: #ddd;
  font-family: var(--Bely-Display);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 769px) {
  .heading img {
    /* PC */
    width: 7.4rem;
    height: 7rem;
    flex-shrink: 0;
    aspect-ratio: 37/35;
  }
}
@media (max-width: 768px) {
  .heading img {
    /* SP */
    width: 7.5rem;
    height: 7.1rem;
    flex-shrink: 0;
    aspect-ratio: 75/71;
  }
}

@media (min-width: 769px) {
  .location-box {
    /* PC */
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .location-box {
    /* SP */
    padding-bottom: 3rem;
    border-bottom: 1px solid #333;
  }
}
.location-box a {
  color: #ddd;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.location-box a:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  background-color: #e9e611;
  border-radius: 100vmax;
}
@media (min-width: 769px) {
  .location-box .heading {
    /* PC */
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 768px) {
  .location-box .heading {
    /* SP */
    margin-bottom: 2.1rem;
  }
}

@media (min-width: 769px) {
  .fhg-hotels-box {
    /* PC */
    display: flex;
    align-items: center;
    gap: 3.6rem;
  }
}
@media (max-width: 768px) {
  .fhg-hotels-box {
    /* SP */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }
}
@media (hover: hover) {
  .fhg-hotels-box > a {
    transition: opacity 0.3s ease;
  }
  .fhg-hotels-box > a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 769px) {
  .fhg-hotels-box ul {
    /* PC */
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .fhg-hotels-box ul {
    /* SP */
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.fhg-hotels-box ul a {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  background: #222;
  display: grid;
  place-items: center;
}
@media (min-width: 769px) {
  .fhg-hotels-box ul a {
    /* PC */
    width: 22rem;
    height: 10rem;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .fhg-hotels-box ul a {
    /* SP */
    height: 10rem;
    width: 33.5rem;
    height: 10rem;
    flex-shrink: 0;
  }
}
@media (hover: hover) {
  .fhg-hotels-box ul a {
    transition: opacity 0.3s ease;
  }
  .fhg-hotels-box ul a:hover {
    opacity: 0.8;
  }
}
.fhg-hotels-box ul a.--sevenxseve .logo {
  width: 10.8rem;
  height: 5.227rem;
  flex-shrink: 0;
}
.fhg-hotels-box ul a.--fav-FAV .logo {
  width: 13.2rem;
  height: 4.8058rem;
  flex-shrink: 0;
}
.fhg-hotels-box ul a.--base-layer-hotel .logo {
  width: 18rem;
  height: 1.4rem;
  flex-shrink: 0;
  aspect-ratio: 90/7;
}
.fhg-hotels-box ul a.--hotel-fork-and-knife .logo {
  width: 16.7915rem;
  height: 2.3rem;
  flex-shrink: 0;
  aspect-ratio: 90/7;
}
.fhg-hotels-box .icon {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.3rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.list-hotel {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .list-hotel {
    /* PC */
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .list-hotel {
    /* SP */
    gap: 2.3rem;
  }
}

/*-------------------------
*
------------------------------*/
.footer-bottom {
  display: grid;
}
@media (min-width: 769px) {
  .footer-bottom {
    /* PC */
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 2.2rem auto auto;
    padding: 2.8rem 1rem 0 0;
  }
}
@media (max-width: 768px) {
  .footer-bottom {
    /* SP */
    padding: 3rem 0;
  }
}
@media (min-width: 769px) {
  .footer-bottom nav {
    /* PC */
    grid-area: 2/1;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .footer-bottom nav {
    /* SP */
    grid-area: 1/1;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.footer-bottom nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .footer-bottom nav ul {
    /* PC */
    gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .footer-bottom nav ul {
    /* SP */
    gap: 1.4rem;
  }
}
.footer-bottom nav a {
  color: #ddd;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer-bottom .copyright {
  color: #ddd;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 769px) {
  .footer-bottom .copyright {
    /* PC */
    grid-area: 3/1;
  }
}
@media (max-width: 768px) {
  .footer-bottom .copyright {
    /* SP */
    grid-area: 3/1;
    width: 100%;
    display: grid;
    place-items: center;
  }
}
.footer-bottom .logo {
  width: 16.5rem;
  height: 9rem;
  flex-shrink: 0;
  aspect-ratio: 165/90;
}
@media (min-width: 769px) {
  .footer-bottom .logo {
    /* PC */
  }
}
@media (max-width: 768px) {
  .footer-bottom .logo {
    /* SP */
    margin-bottom: 3.6rem;
  }
}
@media (min-width: 769px) {
  .footer-bottom .logo-box {
    /* PC */
    grid-area: 1/3;
    grid-row: span 3;
  }
}
@media (max-width: 768px) {
  .footer-bottom .logo-box {
    /* SP */
    grid-area: 2/1;
    width: 100%;
    display: grid;
    place-items: center;
  }
}
@media (hover: hover) {
  .footer-bottom .logo-box {
    transition: opacity 0.3s ease;
  }
  .footer-bottom .logo-box:hover {
    opacity: 0.5;
  }
}
.footer-bottom .icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

/* Add global styles here */
[data-underline-reappear] span {
  position: relative;
}
[data-underline-reappear] span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s ease;
  transform: scaleX(1);
  transform-origin: center left;
}
@media (hover: hover) {
  [data-underline-reappear]:hover span:before {
    animation: underline 0.5s linear forwards;
  }
}

@keyframes underline {
  0% {
    transform: scaleX(1);
    transform-origin: center right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: center right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: center left;
  }
  to {
    transform: scaleX(1);
    transform-origin: center left;
  }
}
[data-underline-appear] span {
  position: relative;
}
[data-underline-appear] span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: center right;
}
@media (hover: hover) {
  [data-underline-appear]:hover span:before {
    transform: scaleX(1);
    transform-origin: center left;
  }
}

/*--------------------
*
------------------------*/
.current-hotel__box {
  border-bottom: 1px solid #333;
}
@media (min-width: 769px) {
  .current-hotel__box {
    /* PC */
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .current-hotel__box {
    /* SP */
    padding: 3rem 0;
  }
}

.heading {
  color: #ddd;
  font-family: var(--Bely-Display);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 769px) {
  .heading {
    /* PC */
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .heading {
    /* SP */
    margin-bottom: 2.1rem;
  }
}

.fhg-hotels-box .heading {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .nav-page {
    /* PC */
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .nav-page {
    /* SP */
    margin-bottom: 2rem;
  }
}
.nav-page ul {
  display: flex;
  align-items: center;
  gap: 0.8rem 2.4rem;
  flex-wrap: wrap;
}
.nav-page a {
  color: #ddd;
  font-family: var(--Arboria);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.nav-policy ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.nav-policy a {
  color: #ddd;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*-------------------
*
-----------------------------*/
.box-bread {
  width: 100%;
  height: 6rem;
  border-radius: 3px;
  background: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 0 3rem;
}

.bread-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .bread-list {
    width: 24rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.bread-link,
.bread-current,
.bread-delimiter {
  color: #ddd;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.bread-delimiter {
  color: #fff;
}

.button-top {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  border-radius: 3px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-main {
  position: relative;
}

@media (min-width: 768px) {
  .l-contents {
    display: flex;
  }
}

@media (min-width: 768px) {
  .l-page {
    width: calc(100% - 36.4rem);
  }
}

.main {
  position: relative;
}

.main-contents {
  position: relative;
}

.c-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  mask-image: url("../images/mask-top.png");
  -webkit-mask-image: url("../images/mask-top.png");
  mask-mode: alpha;
  -webkit-mask-position: 0% bottom;
  mask-position: 0% bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 140%;
}

.c-overlay-sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.mv-clone {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 5.6rem;
  right: 0;
  width: 57rem;
  height: 8rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .mv-clone {
    margin-top: -16rem;
  }
}

.fixed-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
.fixed-mv img,
.fixed-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixed-mv .fixed-mv__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.mv-sticky {
  width: 100%;
  height: 1600px;
  position: relative;
}

.mv {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv {
    height: 100svh;
  }
}

.mv__inner {
  max-width: 165rem;
  padding-top: 40px;
  padding-inline: 6.4rem;
}
@media (max-width: 767px) {
  .mv__inner {
    padding-top: 20px;
    padding-inline: 2rem;
  }
}
@media (min-width: 1680px) {
  .mv__inner {
    margin: auto;
  }
}

.mv__sub-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv__sub-text {
    width: 100%;
  }
}
.mv__sub-text .mv__sub-text-title {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1.27;
  margin-bottom: 3.3rem;
}
@media (max-width: 767px) {
  .mv__sub-text .mv__sub-text-title {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
.mv__sub-text .mv__sub-text-body {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mv__sub-text .mv__sub-text-body {
    font-size: 1.6rem;
  }
}

.mv__booknow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6.6rem;
  bottom: 0px;
  border-radius: 0.4rem;
  z-index: 3;
  padding: 1px;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv__booknow {
    position: fixed;
    right: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.mv__booknow .mv__booknow-inner {
  background: #e9e611;
  padding: 2rem 9rem 2rem 3rem;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .mv__booknow .mv__booknow-inner {
    padding: 1.4rem 7.3rem 1.6rem 2.3rem;
  }
}
.mv__booknow .mv__booknow-text {
  display: block;
  height: fit-content;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0b15;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv__booknow .mv__booknow-text {
    font-size: 1.6rem;
  }
}
.mv__booknow .mv__booknow-text span {
  display: block;
  position: relative;
  top: 1px;
  transform: translateY(200%);
}
.mv__booknow svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateX(-13rem) translateY(-50%);
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .mv__booknow svg {
    width: 4.5rem;
    transform: translateX(-10.4rem) translateY(-50%);
  }
}

.mv__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 29.6rem;
  bottom: 0px;
  border-radius: 0.4rem;
  z-index: 3;
  padding: 1px;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv__contact {
    position: fixed;
    right: 1.2rem;
    bottom: 30px;
  }
}
.mv__contact .mv__contact-inner {
  background: #e9e611;
  padding: 2rem 9rem 2rem 3rem;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .mv__contact .mv__contact-inner {
    padding: 1.4rem 7.3rem 1.6rem 2.3rem;
  }
}
.mv__contact .mv__contact-text {
  display: block;
  height: fit-content;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0b15;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv__contact .mv__contact-text {
    font-size: 1.6rem;
  }
}
.mv__contact .mv__contact-text span {
  display: block;
  position: relative;
  top: 1px;
  transform: translateY(200%);
}
.mv__contact svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateX(-13rem) translateY(-50%);
  width: 6rem;
  height: auto;
}
@media (max-width: 767px) {
  .mv__contact svg {
    width: 4.5rem;
    transform: translateX(-10.4rem) translateY(-50%);
  }
}

.mv__logo {
  position: fixed;
  left: 6.4rem;
  top: 30px;
  width: 14.9rem;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mv__logo {
    width: 11.8rem;
    left: 1.6rem;
    top: 14px;
  }
}
@media (hover: hover) {
  .mv__logo:hover img {
    opacity: 0.7;
  }
}
.mv__logo img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.mv__insta {
  display: block;
  width: 12.7rem;
  z-index: 1000;
  opacity: 0;
}
@media (min-width: 768px) {
  .mv__insta {
    position: absolute;
    left: 6.4rem;
    bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .mv__insta {
    display: none;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12.8rem;
  }
}
.mv__insta img {
  display: block;
  width: 100%;
  height: auto;
}

.mv-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  pointer-events: none;
}
.mv-logo img {
  width: 55.7rem;
  height: auto;
}
@media (max-width: 767px) {
  .mv-logo img {
    width: 30rem;
  }
}

.spa {
  width: 100%;
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .spa {
    margin-bottom: 10rem;
  }
}

.spa__inner {
  width: 110.9rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .spa__inner {
    padding-inline: 2rem;
  }
}

.spa__title-cover {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .spa__title-cover {
    margin-bottom: 4rem;
  }
}

.spa__title {
  width: fit-content;
  font-size: 9rem;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .spa__title {
    position: relative;
    left: -2rem;
  }
}
@media (max-width: 767px) {
  .spa__title {
    font-size: 4.9rem;
  }
}

.spa__images {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .spa__images {
    gap: 1rem;
    margin-bottom: 4.8rem;
  }
}

.spa__image {
  width: 100%;
  scale: 0.6;
  filter: blur(15px);
}
.spa__image img {
  width: 100%;
}

.spa__sub-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.8rem;
}
@media (max-width: 767px) {
  .spa__sub-images {
    margin-bottom: 3.1rem;
  }
}

.spa__sub-image {
  width: 54.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .spa__sub-image {
    width: 16.1rem;
  }
}
.spa__sub-image img {
  width: 100%;
}

.spa__contents {
  width: 83rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .spa__contents {
    width: 100%;
  }
}

.spa__sub {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .spa__sub {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.spa__text {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .spa__text {
    font-size: 1.6rem;
  }
}

.spa__link {
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (hover: hover) {
  .spa__link:hover .spa__link-text {
    opacity: 0.5;
  }
}

.spa__link-text {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: underline;
  margin-right: 0.8rem;
  transition: opacity 0.3s ease;
}

.spa__link-arrow {
  width: 1rem;
  position: relative;
  top: 0.3rem;
}
.spa__link-arrow svg {
  width: 100%;
  height: auto;
}

.info {
  margin-bottom: 27rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 10rem;
  }
}

.info__inner {
  max-width: 130.6rem;
  margin: auto;
}
@media (max-width: 767px) {
  .info__inner {
    padding-inline: 2rem;
  }
}

.info__ul {
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .info__ul {
    margin-bottom: 1.9rem;
  }
}

.info__flex {
  position: relative;
}
@media (max-width: 767px) {
  .info__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.info__title h2 {
  font-size: 9rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .info__title h2 {
    font-size: 4.9rem;
  }
}

.info__contents {
  width: 60.9rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .info__contents {
    width: 100%;
    padding-top: 3rem;
  }
}

.info__list {
  border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
  padding-block: 3rem;
}
@media (max-width: 767px) {
  .info__list {
    padding-block: 2.4rem;
  }
}
.info__list a {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  border-radius: 100vmax;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  padding: 0.4rem 0 0.5rem;
  margin-top: 1rem;
}
.info__list a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../images/new-window.svg") center no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .info__list a:hover span {
    opacity: 0.7;
  }
}
.info__list a span {
  transition: opacity 0.4s ease;
}
.info__list .info__list-booksauna {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  z-index: 3;
  padding: 1px;
}
.info__list .info__list-booksauna::after {
  display: none;
}
.info__list .info__list-booksauna svg {
  position: absolute;
  top: calc(50% + 1px);
  right: 2px;
  transform: translateY(-50%);
  width: 4.8rem;
  height: auto;
}
@media (max-width: 767px) {
  .info__list .info__list-booksauna svg {
    width: 4rem;
    transform: translateY(-50%);
  }
}
.info__list .info__list-booksauna-inner {
  background: #e9e611;
  padding: 0.7rem 5rem 1rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .info__list .info__list-booksauna-inner {
    padding: 0.7rem 4.2rem 1rem 1.6rem;
  }
}
.info__list .info__list-booksauna-text {
  display: block;
  height: fit-content;
  font-size: 2rem;
  font-weight: 500;
  color: #0f0b15;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .info__list .info__list-booksauna-text {
    font-size: 1.6rem;
  }
}
.info__list .info__list-booksauna-text span {
  display: block;
  position: relative;
  top: 1px;
}
.info__list h3 {
  background: linear-gradient(to right, #4150B1 0%, #8766AC 36%, #D77185 66%, #F6BF75 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.info__list p {
  gap: 1rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .info__list p {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
  }
}

.info__list-flex {
  display: flex;
}
@media (max-width: 767px) {
  .info__list-flex span {
    min-width: 8.5rem;
  }
}

.info__image {
  width: 60.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .info__image {
    width: 100%;
  }
}
.info__image img {
  width: 100%;
}

.access {
  width: 100%;
  margin-bottom: 23.3rem;
}
@media (max-width: 767px) {
  .access {
    margin-bottom: 10rem;
  }
}

.access__head {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .access__head {
    gap: 4rem;
    align-items: flex-start;
    padding-inline: 2rem;
    margin-bottom: 4rem;
  }
}

.access__title {
  font-size: 9rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .access__title {
    font-size: 4.9rem;
  }
}

.access__text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
}

.access__tab {
  position: relative;
}
@media (max-width: 767px) {
  .access__tab::before {
    content: "scroll →";
    position: absolute;
    right: 10px;
    bottom: 2rem;
    font-size: 1.2rem;
    color: #adabaa;
  }
}

.access__tab-buttons {
  display: flex;
  justify-content: center;
  border-bottom: 1px rgba(255, 255, 255, 0.35) solid;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .access__tab-buttons {
    margin-bottom: 3rem;
  }
}
.access__tab-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4rem;
  height: 5.2rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  position: relative;
  opacity: 0.35;
}
@media (max-width: 767px) {
  .access__tab-buttons button {
    width: 8.35rem;
    height: 4.9rem;
    font-size: 1.8rem;
  }
}
.access__tab-buttons button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
}
.access__tab-buttons button.is-current {
  opacity: 1;
  pointer-events: none;
}
.access__tab-buttons button.is-current::after {
  opacity: 1;
}

.access__tab-contents {
  width: 118rem;
  max-width: 100%;
  min-height: 58rem;
  margin: auto;
  position: relative;
}
@media (min-width: 1680px) {
  .access__tab-contents {
    width: 99rem;
  }
}
@media (max-width: 767px) {
  .access__tab-contents {
    width: 100%;
    min-height: 44.5rem;
    overflow-x: scroll;
  }
}
.access__tab-contents img {
  width: 100%;
}
@media (max-width: 767px) {
  .access__tab-contents img {
    width: 76rem;
  }
}

.access__tab-contents-body {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .access__tab-contents-body {
    padding-inline: 2rem;
  }
}
.access__tab-contents-body.is-current {
  opacity: 1;
  pointer-events: auto;
}
.access__tab-contents-body p {
  color: #fff;
}

.locations {
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .locations {
    margin-bottom: 6rem;
  }
}

.locations__inner {
  max-width: 116.6rem;
  margin: auto;
}
@media (max-width: 767px) {
  .locations__inner {
    padding-inline: 2rem;
  }
}

.locations__title {
  width: fit-content;
  font-size: 9rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .locations__title {
    font-size: 4.9rem;
    margin-bottom: 4rem;
  }
}

.locations__hotel-name {
  position: absolute;
  top: 4rem;
  left: 4rem;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 767px) {
  .locations__hotel-name {
    font-size: 3.2rem;
    top: 2.1rem;
    left: 1.8rem;
  }
}

.locations__links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .locations__links {
    flex-direction: column;
    gap: 2rem;
  }
}

.locations__link {
  display: block;
  width: 56rem;
  height: 26rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .locations__link {
    width: 100%;
    height: 15.6rem;
  }
}
@media (hover: hover) {
  .locations__link:hover .locations__bg {
    opacity: 0.5;
  }
}
.locations__link svg {
  position: absolute;
  right: 2.8rem;
  bottom: 2.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .locations__link svg {
    right: 2rem;
    bottom: 1.8rem;
  }
}

.locations__link-logo.seven {
  width: 20.2rem;
  position: absolute;
  right: 2.8rem;
  top: 2.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .locations__link-logo.seven {
    width: 14.14rem;
    right: 1.9rem;
    top: 1.9rem;
  }
}
.locations__link-logo.seven img {
  width: 100%;
}

.locations__link-logo.fav {
  width: 7.2rem;
  position: absolute;
  right: 12.8rem;
  top: 2.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .locations__link-logo.fav {
    width: 4.8rem;
    right: 7rem;
    top: 2.2rem;
  }
}
.locations__link-logo.fav img {
  width: 100%;
}

.locations__link-logo.fav02 {
  width: 7.4rem;
  position: absolute;
  right: 2.8rem;
  top: 3.9rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .locations__link-logo.fav02 {
    width: 3.6rem;
    right: 1.9rem;
    top: 3.5rem;
  }
}
.locations__link-logo.fav02 img {
  width: 100%;
}

.locations__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.register {
  display: grid;
  place-items: center;
  margin-bottom: 12rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .register {
    /* PC */
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .register {
    /* SP */
    padding: 0 2rem;
    grid-template: fit-content;
  }
}
.register .figure {
  position: relative;
}
@media (min-width: 769px) {
  .register .figure {
    /* PC */
    position: absolute;
    z-index: -1;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .register .figure {
    /* SP */
    border-radius: 0.4rem;
    margin-bottom: 2rem;
    overflow: hidden;
  }
}
.register .inner {
  width: 100%;
  position: relative;
  display: grid;
}
@media (min-width: 769px) {
  .register .inner {
    /* PC */
    padding: 5.8rem 4.4rem 4.2rem 5.4rem;
    height: 45.3rem;
  }
}
@media (max-width: 768px) {
  .register .inner {
    /* SP */
    display: grid;
  }
}
.register .background-image {
  display: block;
}
@media (min-width: 769px) {
  .register .background-image {
    /* PC */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .register .background-image {
    /* SP */
    grid-area: 2/1;
    width: 33.5rem;
    height: 34.4rem;
    flex-shrink: 0;
    object-fit: cover;
    width: 100%;
  }
}
.register .heading {
  color: #fff;
  font-family: var(--Bely-Display);
  font-style: normal;
  font-weight: 400;
  grid-area: 1/1;
  grid-column: span 3;
}
@media (min-width: 769px) {
  .register .heading {
    /* PC */
    font-size: 6rem;
    line-height: 100%;
    margin-bottom: 7.3rem;
  }
}
@media (max-width: 768px) {
  .register .heading {
    /* SP */
    font-size: 3.8rem;
    line-height: 110%;
    margin-bottom: 2rem;
  }
}
.register .text {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 769px) {
  .register .text {
    /* PC */
    grid-area: 2/1;
    font-size: 1.6rem;
    width: 64rem;
  }
}
@media (max-width: 768px) {
  .register .text {
    /* SP */
    grid-area: 3/1;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.register .link {
  flex-shrink: 0;
  border-radius: 0.8rem;
  background: rgba(15, 11, 21, 0.9); /* #0F0B15 */
}
@media (min-width: 769px) {
  .register .link {
    /* PC */
    grid-area: 2/3;
    width: 44rem;
    /* height: 22rem; */
    height: 16.2rem;
    padding: 2.8rem 3rem 3rem 2.9rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .register .link {
    /* SP */
    grid-area: 4/1;
    padding: 2.6rem 2rem 2rem 2.6rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    width: 33.5rem;
    height: 14.4rem;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  .register .logo {
    /* PC */
    width: 10.4rem;
    height: 10.4rem;
    aspect-ratio: 1/1;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .register .logo {
    /* SP */
    width: 10.4rem;
    height: 10.4rem;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    align-self: flex-end;
  }
}
.register .link-text {
  color: #fff;
  font-family: var(--Arboria);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 769px) {
  .register .link-text {
    /* PC */
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .register .link-text {
    /* SP */
    font-size: 1.5rem;
  }
}
.register .link-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 769px) {
  .register .link-inner {
    /* PC */
    gap: 2.2rem;
  }
}
@media (max-width: 768px) {
  .register .link-inner {
    /* SP */
    gap: 2.1rem;
  }
}
@media (min-width: 769px) {
  .register .icon-box {
    /* PC */
    width: 4.2rem;
    height: 4rem;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .register .icon-box {
    /* SP */
    width: 3.4rem;
    height: 3.2rem;
    flex-shrink: 0;
  }
}

.discover {
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .discover {
    margin-bottom: 6rem;
  }
}

.discover__inner {
  max-width: 116.6rem;
  margin: auto;
}
@media (max-width: 767px) {
  .discover__inner {
    padding-inline: 2rem;
  }
}

.discover__title {
  width: fit-content;
  font-size: 9rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .discover__title {
    font-size: 4.9rem;
    white-space: nowrap;
    margin-bottom: 4rem;
  }
}

.discover__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6rem 0;
}
@media (max-width: 767px) {
  .discover__links {
    flex-direction: column;
    gap: 2rem;
  }
}

.discover__link {
  display: block;
  width: 56rem;
  height: 26rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .discover__link {
    width: 100%;
    height: 15.6rem;
  }
}
@media (hover: hover) {
  .discover__link:hover .discover__bg {
    opacity: 0.5;
  }
}
.discover__link svg {
  position: absolute;
  right: 2.8rem;
  bottom: 2.6rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link svg {
    right: 2rem;
    bottom: 1.8rem;
  }
}

.discover__link-logo.seven {
  width: 20.2rem;
  position: absolute;
  right: 2.8rem;
  top: 2.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link-logo.seven {
    width: 14.14rem;
    right: 1.9rem;
    top: 1.9rem;
  }
}
.discover__link-logo.seven img {
  width: 100%;
}

.discover__link-logo.fav {
  width: 7.2rem;
  position: absolute;
  right: 12.8rem;
  top: 2.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link-logo.fav {
    width: 4.8rem;
    right: 7rem;
    top: 2.2rem;
  }
}
.discover__link-logo.fav img {
  width: 100%;
}

.discover__link-logo.fav02 {
  width: 7.4rem;
  position: absolute;
  right: 2.8rem;
  top: 3.9rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link-logo.fav02 {
    width: 3.6rem;
    right: 1.9rem;
    top: 3.5rem;
  }
}
.discover__link-logo.fav02 img {
  width: 100%;
}

.discover__link-logo.base-layer {
  width: 27.9rem;
  position: absolute;
  right: 2.3rem;
  top: 0.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link-logo.base-layer {
    width: 19rem;
    right: 0.9rem;
    top: 3.5rem;
  }
}
.discover__link-logo.base-layer img {
  width: 100%;
}

.discover__link-logo.hotel-fork-and-nife {
  width: 25.5rem;
  position: absolute;
  top: 3.1rem;
  right: 3.1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .discover__link-logo.hotel-fork-and-nife {
    width: 14.9rem;
    right: 2rem;
    top: 3.3rem;
  }
}
.discover__link-logo.hotel-fork-and-nife img {
  width: 100%;
}

.discover__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.room {
  margin-bottom: 27rem;
}
@media (max-width: 767px) {
  .room {
    margin-bottom: 10rem;
  }
}

.room__inner {
  width: 110.9rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .room__inner {
    padding-inline: 2rem;
  }
}

.room__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .room__flex {
    flex-direction: column;
    gap: 4rem;
  }
}

.room__texts {
  width: 40.8rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media (min-width: 768px) {
  .room__texts {
    position: sticky;
    top: 35svh;
    left: 0;
  }
}
@media (max-width: 767px) {
  .room__texts {
    gap: 4rem;
  }
}

.room__title {
  width: fit-content;
  font-size: 9rem;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .room__title {
    position: relative;
    left: -2rem;
  }
}
@media (max-width: 767px) {
  .room__title {
    font-size: 4.9rem;
  }
}

.room__text {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .room__text {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}

.room__images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 65.7rem;
  max-width: 100%;
}

.room__image {
  width: 100%;
  height: 38.5rem;
  position: sticky;
  top: 35svh;
  left: 0;
}
@media (max-width: 767px) {
  .room__image {
    top: 20svh;
    height: 45rem;
  }
}
.room__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self {
  padding-top: 35rem;
  margin-bottom: 27rem;
}
@media (max-width: 767px) {
  .self {
    padding-top: 10rem;
    margin-bottom: 12rem;
  }
}

.self__inner {
  width: 90.1rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .self__inner {
    padding-inline: 2rem;
  }
}
.self__inner h2 {
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10.3rem;
}
@media (max-width: 767px) {
  .self__inner h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.self__inner p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  .self__inner p {
    font-size: 1.6rem;
  }
}

.page-contents {
  width: 100%;
  min-height: 50svh;
  background: #fff;
  margin-bottom: 180px;
  padding-block: 28rem 6rem;
}
@media (max-width: 767px) {
  .page-contents {
    padding-block: 9.9rem 2rem;
    padding-inline: 2rem;
    margin-bottom: 84px;
  }
}
.page-contents * {
  color: #100b16;
}
.page-contents .page-contents__text-num {
  display: block;
  padding-left: 1.6em;
  position: relative;
}
.page-contents .page-contents__text-num::before {
  counter-increment: item;
  content: counter(item) ". ";
  position: absolute;
  left: 0;
}

.page-contents__title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .page-contents__title {
    width: 100vw;
    font-size: 2.7rem;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 5.2rem;
    padding-inline: 0.4rem;
  }
}

.page-contents__inner {
  max-width: 76rem;
  margin: auto;
}

.page-contents__box {
  margin-bottom: 6rem;
}
.page-contents__box--mini {
  margin-bottom: 3rem;
}

.page-contents__sub {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .page-contents__sub {
    margin-bottom: 2.4rem;
  }
}
.page-contents__sub--mini {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .page-contents__sub--mini {
    font-size: 1.6rem;
  }
}
.page-contents__sub--mb {
  margin-bottom: 0;
}

.page-contents__text {
  font-size: 1.6rem;
  line-height: 1.6;
  counter-reset: item;
}
@media (max-width: 767px) {
  .page-contents__text {
    font-size: 1.4rem;
  }
}

.page-contents__qa {
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-bottom: 1px rgba(15, 11, 21, 0.15) solid;
  padding-block: 3rem;
}
@media (max-width: 767px) {
  .page-contents__qa {
    padding-block: 2rem;
  }
}

.page-contents__qa-question {
  display: flex;
  gap: 6px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-contents__qa-question {
    font-size: 1.6rem;
  }
}
.page-contents__qa-question span {
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .page-contents__qa-question span {
    top: 0;
  }
}

.page-contents__qa-answer {
  display: flex;
  gap: 6px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-contents__qa-answer {
    font-size: 1.4rem;
  }
}
.page-contents__qa-answer span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .page-contents__qa-answer span {
    top: -0.7rem;
  }
}

.page-sauna .page-contents__box {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .page-sauna .page-contents__box {
    border-bottom: 1px rgba(15, 11, 21, 0.15) solid;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .page-sauna .page-contents__box:last-of-type {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-inner {
  max-width: 119rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .u-inner {
    max-width: 33.5rem;
  }
}

.u-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

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