@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea,
video {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1400px) {
  :root {
    --s: 0.071vw;
    --h: 0.071vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.14vw;
    --h: 0.09vw;
    --f: 0.20vw;
  }
}

.animeSet.slideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  -webkit-transition-timing-function: cubic-bezier(0.395, 0, 0.13, 1.005);
          transition-timing-function: cubic-bezier(0.395, 0, 0.13, 1.005);
}

.animeOff.slideUp {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--f) * 80));
          transform: translateY(calc(var(--f) * 80));
}

@-webkit-keyframes slideUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(var(--f) * 80));
            transform: translateY(calc(var(--f) * 80));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(var(--f) * 80));
            transform: translateY(calc(var(--f) * 80));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.parallaxSlideup {
  will-change: transform;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 1.75;
  letter-spacing: 0.3em;
  color: #000;
}
@media screen and (max-width: 960px) {
  body {
    letter-spacing: 0.05em;
  }
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

@media screen and (min-width: 960.02px) {
  .cta {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
  }
  .cta__nav__item {
    margin: calc(var(--s) * 38) 0 0;
  }
  .cta__nav__link {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(var(--f) * 74);
    height: calc(var(--f) * 204);
    color: #fff;
    font-size: calc(var(--f) * 19);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background: #000;
    border-bottom: calc(var(--f) * 5) solid #00a4dd;
  }
  .cta__nav__link:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .cta__nav__link--pink {
    border-bottom-color: #de8cb2;
  }
}
@media screen and (max-width: 960px) {
  .cta {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: calc(var(--f) * 2) 0 0;
    background: #fff;
  }
  .cta__nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__nav__item {
    width: 100%;
  }
  .cta__nav__link {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: calc(var(--f) * 70);
    color: #fff;
    font-size: calc(var(--f) * 17);
    background: #000;
    border-bottom: calc(var(--f) * 5) solid #00a4dd;
  }
  .cta__nav__link:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .cta__nav__link--pink {
    border-bottom-color: #de8cb2;
  }
}

.footer {
  padding: calc(var(--f) * 32) 0 calc(var(--f) * 60);
  color: #fff;
  background: #000;
}
.footer__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer__logo img {
  width: calc(var(--f) * 96);
}
.footer__box {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
}
.footer__box .title {
  margin: 0 0 0.25em;
}
.footer__box .address {
  font-size: calc(var(--f) * 14);
  line-height: 2.286;
}
.footer__box .link {
  font-size: calc(var(--f) * 14);
  line-height: 2.286;
}
.footer__box a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.footer__box a:hover {
  opacity: 0.7;
}
.footer__box a[target=_blank] {
  display: inline-block;
}
.footer__box a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 0.8125em;
  margin: 0 0 0 0.25em;
  background: url(../img/_common/ico_outlink.svg) center/contain no-repeat;
}
.footer__box a[target=_blank]::after {
  background-image: url(../img/_common/ico_outlink-white.svg);
}
.footer__lang .link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 calc(var(--f) * 12);
  width: 100%;
}
.footer__lang .link li::after {
  content: "/";
  display: inline-block;
  margin: 0 calc(var(--f) * 2);
}
.footer__lang .link li:last-child::after {
  display: none;
}
.footer__lang .link a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.footer__lang .link a:hover {
  opacity: 0.7;
}
.footer__lang .contact {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0.125em;
}
.footer__lang .contact:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: calc(var(--f) * 11);
  letter-spacing: 0;
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: calc(var(--s) * 76);
  }
  .footer__box {
    margin-top: calc(var(--f) * 10);
    margin-right: calc(var(--s) * 110);
  }
  .footer__lang {
    position: absolute;
    right: 0;
    top: calc(var(--f) * 12);
  }
  .footer__lang .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__copyright {
    position: absolute;
    right: 0;
    bottom: calc(var(--f) * -20);
  }
}
@media screen and (max-width: 960px) {
  .footer__container {
    padding: 0 0 calc(var(--f) * 76) calc(var(--f) * 160);
  }
  .footer__logo {
    position: absolute;
    left: calc(var(--f) * 16);
    top: 0;
  }
  .footer__box {
    padding-top: calc(var(--f) * 20);
    padding-bottom: calc(var(--f) * 20);
  }
  .footer__box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__box .link li {
    width: 50%;
  }
  .footer__lang {
    padding: calc(var(--f) * 20) 0;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  background: #fff;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__logo a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: block;
  z-index: 10;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/_common/header_logo_white.svg) center/contain no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__logo img {
  position: relative;
  display: block;
  width: calc(var(--f) * 172);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
body.home .header, body.concept .header, body.stay .header {
  background: none;
}
body.home .header__logo a::before, body.concept .header__logo a::before, body.stay .header__logo a::before {
  opacity: 1;
}
body.home .header__logo img, body.concept .header__logo img, body.stay .header__logo img {
  opacity: 0;
}
body.home .header__logo {
  opacity: 0;
}
body.scroll .header, body.scroll.home .header, body.scroll.concept .header, body.scroll.stay .header {
  background: rgba(0, 0, 0, 0.7);
}
body.scroll .header__logo a::before, body.scroll.home .header__logo a::before, body.scroll.concept .header__logo a::before, body.scroll.stay .header__logo a::before {
  opacity: 1;
}
body.scroll .header__logo img, body.scroll.home .header__logo img, body.scroll.concept .header__logo img, body.scroll.stay .header__logo img {
  opacity: 0;
}
body.scroll.home .header__logo {
  opacity: 1;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    height: calc(var(--s) * 90);
    padding: calc(var(--f) * 16) calc(var(--s) * 190) calc(var(--f) * 16) calc(var(--s) * 50);
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: calc(var(--s) * 68);
    width: 100%;
  }
  .header__nav .link {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 48);
    font-size: calc(var(--f) * 14);
  }
  .header__nav .link a {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav .link a:hover {
    opacity: 0.7;
  }
  .header__nav .lang {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: calc(var(--f) * 14);
  }
  .header__nav .lang li::after {
    content: "/";
    display: inline-block;
    margin: 0 calc(var(--f) * 2);
  }
  .header__nav .lang li:last-child::after {
    display: none;
  }
  .header__nav .lang a {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .header__nav .lang a:hover {
    opacity: 0.7;
  }
  body.scroll .header__nav, body.home .header__nav, body.concept .header__nav, body.stay .header__nav {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    height: calc(var(--s) * 130);
    padding: 0 0 0 3vw;
  }
  .header__logo img {
    width: calc(var(--f) * 200);
  }
  .header__nav {
    display: none;
  }
}

.nav__btn {
  display: none;
}
.nav__label {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: fixed;
  right: calc(var(--s) * 70);
  top: calc(var(--s) * 26);
  z-index: 2100;
  cursor: pointer;
  display: block;
  width: calc(var(--s) * 70);
  height: calc(var(--s) * 40);
}
.nav__label:hover {
  opacity: 0.7;
}
.nav__label span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 86%;
  height: calc(var(--f) * 1);
  margin: auto;
}
.nav__label span::before, .nav__label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.nav__label span::before {
  top: calc(var(--f) * -6);
}
.nav__label span::after {
  top: calc(var(--f) * 6);
}
.nav__btn:checked + .nav__label span::before {
  top: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  background: #fff !important;
}
.nav__btn:checked + .nav__label span::after {
  top: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background: #fff !important;
}
.nav__container {
  position: fixed;
  right: calc(var(--s) * 50);
  top: calc(var(--f) * 18);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  padding: calc(var(--f) * 50) calc(var(--f) * 56) calc(var(--f) * 40) calc(var(--f) * 56);
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  border-radius: calc(var(--f) * 5);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.nav__container .link {
  margin: 0 0 calc(var(--f) * 24);
  font-size: calc(var(--f) * 14);
}
.nav__container .link a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  line-height: 2.6;
}
.nav__container .link a:hover {
  opacity: 0.7;
}
.nav__container .lang {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(var(--f) * 14);
}
.nav__container .lang li::after {
  content: "/";
  display: inline-block;
  margin: 0 calc(var(--f) * 2);
}
.nav__container .lang li:last-child::after {
  display: none;
}
.nav__container .lang a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__container .lang a:hover {
  opacity: 0.7;
}
.nav__btn:checked + .nav__label + .nav__container {
  opacity: 1;
  pointer-events: all;
}
body.scroll .nav__label span::before, body.scroll .nav__label span::after, body.home .nav__label span::before, body.home .nav__label span::after, body.concept .nav__label span::before, body.concept .nav__label span::after, body.stay .nav__label span::before, body.stay .nav__label span::after {
  background: #fff;
}
@media screen and (max-width: 960px) {
  .nav__label {
    right: calc(var(--s) * 50);
    top: calc(var(--s) * 42);
  }
  .nav__container {
    right: calc(var(--s) * 30);
  }
}

.homeConcept {
  position: relative;
  overflow: hidden;
  z-index: 10;
  color: #fff;
  background: #000;
}
.homeConcept__container {
  position: relative;
  width: calc(var(--f) * 1920);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 260) 0 0;
}
.homeConcept__head__text {
  margin: 0 0 calc(var(--h) * 68);
}
.homeConcept__head__text .en {
  display: block;
  margin: 0 0 1.4em;
  font-size: calc(var(--f) * 18);
}
.homeConcept__head__text .ja {
  display: block;
  font-size: calc(var(--f) * 37.4);
}
.homeConcept__head__text .ja small {
  display: inline-block;
  font-size: 0.8em;
}
.homeConcept__body__text {
  margin: 0 0 1.8em;
  line-height: 2.9375;
}
.homeConcept__body__more a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1.5em;
  font-size: calc(var(--f) * 13);
  letter-spacing: 0.2em;
  font-weight: 500;
}
.homeConcept__body__more a::before {
  content: "";
  position: relative;
  top: 0.5em;
  display: block;
  width: 13em;
  height: calc(var(--f) * 1);
  background: #fff;
}
.homeConcept__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homeConcept__bg__photo {
  position: absolute;
  overflow: hidden;
  display: block;
}
.homeConcept__bg__photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.homeConcept__bg__photo .parallaxSlideup {
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  width: auto;
  max-width: unset;
  height: 120%;
}
@media screen and (min-width: 960.02px) {
  .homeConcept {
    height: calc(var(--h) * 2444);
  }
  .homeConcept__head {
    width: calc(var(--f) * 528);
    margin: 0 auto;
  }
  .homeConcept__body {
    width: calc(var(--f) * 528);
    margin: 0 auto;
  }
  .homeConcept__bg__photo--1 {
    left: 0%;
    top: 4.09%;
    width: 29.06%;
    height: 30.87%;
  }
  .homeConcept__bg__photo--2 {
    right: 0%;
    top: 25.76%;
    width: 29.32%;
    height: 17.29%;
  }
  .homeConcept__bg__photo--3 {
    left: 19.79%;
    top: 40.15%;
    width: 20.63%;
    height: 12.18%;
  }
  .homeConcept__bg__photo--4 {
    right: 5.47%;
    top: 50.16%;
    width: 46.3%;
    height: 27.27%;
  }
  .homeConcept__bg__photo--5 {
    left: 28.39%;
    top: 69.13%;
    width: 14.64%;
    height: 15.49%;
  }
  .homeConcept__bg__photo--6 {
    right: 24.69%;
    top: 82.58%;
    width: 20.63%;
    height: 12.14%;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1600px) {
  .homeConcept__bg__photo--1 {
    width: 22%;
  }
}
@media screen and (max-width: 960px) {
  .homeConcept {
    height: calc(var(--h) * 4044);
  }
  .homeConcept__container {
    padding: calc(var(--h) * 180) 6vw;
  }
  .homeConcept__bg {
    top: calc(var(--h) * 1600);
    height: calc(var(--h) * 2444);
  }
  .homeConcept__bg__photo--1 {
    left: 0%;
    top: 4.09%;
    width: 60%;
    height: 30.87%;
  }
  .homeConcept__bg__photo--2 {
    right: 0%;
    top: 25.76%;
    width: 29.32%;
    height: 17.29%;
  }
  .homeConcept__bg__photo--3 {
    left: 19.79%;
    top: 40.15%;
    width: 20.63%;
    height: 12.18%;
  }
  .homeConcept__bg__photo--4 {
    right: 5.47%;
    top: 50.16%;
    width: 46.3%;
    height: 27.27%;
  }
  .homeConcept__bg__photo--5 {
    left: 11%;
    top: 69.13%;
    width: 30%;
    height: 15.49%;
  }
  .homeConcept__bg__photo--6 {
    right: 12%;
    top: 82.58%;
    width: 30%;
    height: 12.14%;
  }
}
.homeConcept__container.animeSet .animeSet__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  -webkit-transition-timing-function: cubic-bezier(0.395, 0, 0.13, 1.005);
          transition-timing-function: cubic-bezier(0.395, 0, 0.13, 1.005);
  position: relative;
  display: inline-block;
}
.homeConcept__container.animeSet .animeSet__inner--01 {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.homeConcept__container.animeSet .animeSet__inner--02 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.homeConcept__container.animeSet .animeSet__inner--03 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.homeConcept__container.animeSet .animeSet__inner--04 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.homeConcept__container.animeSet .animeSet__inner--05 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.homeConcept__container.animeSet .animeSet__inner--06 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.homeConcept__container.animeSet .animeSet__inner--07 {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.homeConcept__container.animeSet .animeSet__inner--08 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.homeConcept__container.animeSet .animeSet__inner--09 {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.homeConcept__container.animeSet .animeSet__inner--10 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.homeConcept__container.animeOff .animeSet__inner {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--f) * 80));
          transform: translateY(calc(var(--f) * 80));
}

.homeExperience {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.homeExperience__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 130) 0 calc(var(--h) * 144);
}
.homeExperience__head__text {
  margin: 0 0 calc(var(--h) * 58);
}
.homeExperience__head__text .en {
  display: block;
  padding-left: 0.35em;
  font-size: calc(var(--f) * 47);
  letter-spacing: 0.35em;
  text-align: center;
}
.homeExperience__head__text .ja {
  display: block;
  padding-left: 0.35em;
  margin: 0.4em 0 0;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.35em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .homeExperience__head__text .en {
    font-size: calc(var(--f) * 38);
  }
}
.homeExperience__head__text .en {
  letter-spacing: 0.2em;
}
.homeExperience__body__text {
  margin: 0 0 calc(var(--h) * 136);
}
.homeExperience__body__text .top {
  margin: 0 0 calc(var(--f) * 52);
  padding-left: 0.25em;
  font-size: calc(var(--f) * 37);
  letter-spacing: 0.25em;
  text-align: center;
  white-space: nowrap;
}
.homeExperience__body__text .text {
  line-height: 2.75;
  text-align: center;
}
.homeExperience__body__comingSoon {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 1200);
  max-width: 100%;
  height: calc(var(--h) * 372);
  margin: 0 0 calc(var(--h) * 120);
  border: calc(var(--f) * 1) solid #b3b3b3;
  font-size: calc(var(--f) * 20);
  font-weight: 500;
  letter-spacing: 0.3em;
}
.homeExperience__calendar .top {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  margin: 0 0 calc(var(--f) * 22);
  font-size: calc(var(--f) * 20);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.homeExperience__calendar .top::first-letter {
  color: #00a4dd;
}
.homeExperience__calendar .calendar iframe {
  display: block;
  width: 100%;
  aspect-ratio: 8/6;
}
.homeExperience__bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 1200);
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.homeExperience__bg__photo {
  position: absolute;
}
.homeExperience__bg__photo--1 {
  right: calc(var(--f) * 60);
  top: calc(var(--f) * 70);
  width: calc(var(--f) * 226);
}
.homeExperience__bg__photo--2 {
  left: calc(var(--f) * -54);
  top: calc(var(--f) * 274);
  width: calc(var(--f) * 274);
}
.homeExperience__bg__photo--3 {
  right: calc(var(--f) * 32);
  top: calc(var(--f) * 394);
  width: calc(var(--f) * 136);
}
@media screen and (max-width: 960px) {
  .homeExperience__body__text .top {
    font-size: calc(var(--f) * 32);
  }
  .homeExperience__bg__photo--1 {
    right: calc(var(--f) * -16);
    top: calc(var(--f) * 90);
    width: calc(var(--f) * 180);
  }
  .homeExperience__bg__photo--2 {
    top: calc(var(--f) * 310);
    width: calc(var(--f) * 212);
  }
  .homeExperience__bg__photo--3 {
    right: calc(var(--f) * -16);
    width: calc(var(--f) * 100);
  }
}

.homeInformation {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.homeInformation__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 180) 0 calc(var(--h) * 160);
}
.homeInformation__head__text {
  margin: 0 0 calc(var(--h) * 155);
}
.homeInformation__head__text .en {
  display: block;
  padding-left: 0.35em;
  font-size: calc(var(--f) * 47);
  letter-spacing: 0.35em;
  text-align: center;
}
.homeInformation__head__text .ja {
  display: block;
  padding-left: 0.35em;
  margin: 0.4em 0 0;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.35em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .homeInformation__head__text .en {
    font-size: calc(var(--f) * 38);
  }
}
.homeInformation__head__text .en {
  letter-spacing: 0.275em;
}
.homeInformation__body:nth-child(2) {
  margin: 0 0 calc(var(--h) * 140);
}
.homeInformation__body:nth-child(3) {
  margin: 0 0 calc(var(--h) * 135);
}
.homeInformation__body:nth-child(4) {
  margin: 0 0 calc(var(--h) * 100);
}
.homeInformation__body:nth-child(5) {
  margin: 0 0 calc(var(--h) * 160);
}
.homeInformation__body__text {
  margin: 0 0 calc(var(--h) * 136);
}
.homeInformation__body__text .top {
  margin: 0 0 calc(var(--f) * 52);
  padding-left: 0.25em;
  font-size: calc(var(--f) * 37);
  letter-spacing: 0.25em;
  text-align: center;
}
.homeInformation__body__text .text {
  line-height: 2.75;
  text-align: center;
}
.homeInformation__body__title {
  margin: 0 0 calc(var(--f) * 32);
}
.homeInformation__body__title .en {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 37);
}
.homeInformation__body__title .ja {
  display: block;
}
.homeInformation__body__news .item {
  margin: 0 0 calc(var(--f) * 34);
  border-bottom: calc(var(--f) * 1) solid #cbcbcb;
}
.homeInformation__body__news .item:last-child {
  margin-bottom: 0;
}
.homeInformation__body__news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 calc(var(--f) * 16);
}
.homeInformation__body__news .box .date {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: calc(var(--f) * 110);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.25em 0 0;
  font-size: calc(var(--f) * 13);
}
.homeInformation__body__news .box .title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  width: calc(100% - var(--f) * 110);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: calc(var(--f) * 16);
}
.homeInformation__body__faq {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: calc(var(--f) * 16);
}
.homeInformation__body__ig .text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0 0 calc(var(--f) * 28);
  font-size: calc(var(--f) * 16);
}
.homeInformation__body__ig .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 23);
  margin: 0 0 calc(var(--f) * 28);
}
.homeInformation__body__ig .item {
  width: calc(var(--s) * 200);
}
.homeInformation__body__ig .box {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
}
.homeInformation__body__ig .box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeInformation__body__ig .igLink {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 0 0 0 1.75em;
  background: url(../img/_common/sns_ig.png) left center/1.1875em no-repeat;
}
.homeInformation__body__ig .igLink::after {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 0.8125em;
  margin: 0 0 0 0.25em;
  background: url(../img/_common/ico_outlink.svg) center/contain no-repeat;
}
.homeInformation__body__access {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
}
.homeInformation__body__access .address {
  margin: 0 0 calc(var(--h) * 30);
}
.homeInformation__body__access .map {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: block;
  margin: 0 0 calc(var(--h) * 46);
  font-size: calc(var(--f) * 14);
}
.homeInformation__body__access .map::after {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 0.8125em;
  margin: 0 0 0 0.25em;
  background: url(../img/_common/ico_outlink.svg) center/contain no-repeat;
}
.homeInformation__body__access .route {
  padding: 0 0 calc(var(--f) * 20);
}
.homeInformation__body__access .route dt {
  margin: 0 0 0.5em;
}
.homeInformation__body__access .route dd {
  margin: 0 0 2.5em;
  font-size: calc(var(--f) * 15);
}
.homeInformation__body__access .route dd:last-child {
  margin-bottom: 0;
}
.homeInformation__body__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(var(--f) * 38);
}
.homeInformation__body__more .label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: inline-block;
  width: calc(var(--f) * 250);
  height: calc(var(--f) * 36);
  padding: 0.25em 0 0 0.15em;
  border: calc(var(--f) * 1) solid #000;
  border-radius: 999px;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.homeInformation__body__more .label:hover {
  color: #fff;
  background: #000;
}
.homeInformation__cta {
  padding: 0 calc(var(--s) * 60);
}
.homeInformation__cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeInformation__cta__item {
  width: 46.3%;
}
.homeInformation__cta__link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--f) * 85);
  padding: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 19);
  border: calc(var(--f) * 1) solid #000;
}
.homeInformation__cta__link:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.homeInformation__cta__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: calc(var(--f) * 5);
  background: #00a4dd;
}
.homeInformation__cta__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.homeInformation__cta__link--pink::before {
  background: #de8cb2;
}
@media screen and (min-width: 960.02px) {
  .homeInformation__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .homeInformation__body__title {
    width: 27.3%;
  }
  .homeInformation__body__contents {
    width: 72.7%;
    padding: calc(var(--f) * 16) 0 0;
  }
  .homeInformation__body__access {
    padding-right: calc(var(--s) * 352);
  }
  .homeInformation__body__access .photo {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--s) * 332);
    height: 100%;
  }
  .homeInformation__body__access .photo img {
    display: block;
    width: 100%;
  }
  .homeInformation__body__access .address {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 960px) {
  .homeInformation__cta {
    padding: 0;
  }
  .homeInformation__body__access {
    padding-right: calc(var(--s) * 230);
  }
  .homeInformation__body__access .photo {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--s) * 200);
    height: 100%;
  }
  .homeInformation__body__access .photo img {
    display: block;
    width: 100%;
  }
  .homeInformation__body__access .address {
    margin-top: 0.3em;
  }
}

.homeMV {
  position: relative;
}
.homeMV__container {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
.homeMV__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 calc(var(--f) * 10);
}
.homeMV__logo img {
  width: calc(var(--f) * 198);
}
.homeMV__swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  display: block;
  width: 100%;
}
.homeMV__swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.homeMV__swiper .swiper-slide span {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
}
.homeMV__swiper .swiper-slide span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeMV__swiper__pagination {
  position: absolute;
  left: calc(var(--s) * 50) !important;
  bottom: calc(var(--s) * 50) !important;
  z-index: 200;
  width: unset !important;
  height: unset !important;
}
.homeMV__swiper__pagination span.swiper-pagination-bullet {
  position: relative;
  display: block;
  opacity: 1;
  width: calc(var(--f) * 26);
  height: calc(var(--f) * 26);
  padding: 0;
  margin: calc(var(--f) * 6) 0 0 !important;
  background: none !important;
  border-radius: 0;
}
.homeMV__swiper__pagination span.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(var(--f) * 1);
  height: 100%;
  margin: auto;
  background: #fff;
}
.homeMV__swiper__pagination span.swiper-pagination-bullet-active::before {
  width: calc(var(--f) * 4);
}
.homeMV__scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 0 calc(var(--f) * 9) calc(var(--f) * 16);
}
.homeMV__scroll a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1em;
  color: #fff;
  font-size: calc(var(--f) * 12);
  letter-spacing: 0.2em;
  font-weight: 500;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.homeMV__scroll a::after {
  content: "";
  position: relative;
  top: 0.15em;
  display: block;
  width: 8.167em;
  height: calc(var(--f) * 1);
  background: #fff;
  -webkit-animation: homeMVScroll 2400ms ease-in-out 0ms infinite;
          animation: homeMVScroll 2400ms ease-in-out 0ms infinite;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 960px) {
  .homeMV__container {
    height: calc(100svh - var(--f) * 72);
  }
  .homeMV__swiper .swiper-slide span {
    height: calc(100svh - var(--f) * 72);
  }
}

@-webkit-keyframes homeMVScroll {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  55% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes homeMVScroll {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  55% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  75% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.homeStay {
  color: #fff;
  background: url(../img/home/stay_bg.jpg) center/cover no-repeat;
}
.homeStay__container {
  position: relative;
  width: calc(var(--f) * 1920);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 180) 0 calc(var(--h) * 152);
}
.homeStay__head__text {
  margin: 0 0 calc(var(--h) * 58);
}
.homeStay__head__text .en {
  display: block;
  padding-left: 0.35em;
  font-size: calc(var(--f) * 47);
  letter-spacing: 0.35em;
  text-align: center;
}
.homeStay__head__text .ja {
  display: block;
  padding-left: 0.35em;
  margin: 0.4em 0 0;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.35em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .homeStay__head__text .en {
    font-size: calc(var(--f) * 38);
  }
}
.homeStay__body__text {
  margin: 0 0 calc(var(--h) * 86);
}
.homeStay__body__text .top {
  margin: 0 0 calc(var(--f) * 30);
  padding-left: 0.25em;
  font-size: calc(var(--f) * 37);
  letter-spacing: 0.25em;
  text-align: center;
  white-space: nowrap;
}
.homeStay__body__text .text {
  line-height: 2.75;
  text-align: center;
}
.homeStay__body__merit {
  margin: 0 0 calc(var(--h) * 100);
}
.homeStay__body__merit .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--s) * 46);
}
.homeStay__body__merit .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: calc(var(--f) * 196);
  aspect-ratio: 1/1;
  padding: calc(var(--f) * 32) 0 0;
  text-align: center;
  border: calc(var(--f) * 1) solid #fff;
  border-radius: 999px;
}
.homeStay__body__merit .item .title {
  width: 100%;
  margin: 0 0 calc(var(--f) * 12);
  font-size: calc(var(--f) * 15);
  text-align: center;
}
.homeStay__body__merit .item .main {
  width: 100%;
  font-size: calc(var(--f) * 23);
  line-height: 1.52;
}
.homeStay__body__merit .item .main small {
  font-size: 0.64em;
}
.homeStay__body__merit .item .time {
  font-size: calc(var(--f) * 20);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.homeStay__body__merit .item .spacial {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: inline-block;
  padding: 0.25em 1em;
  margin: calc(var(--f) * 8) 0 0;
  font-size: calc(var(--f) * 12);
  background: #d5231f;
}
.homeStay__body__merit .item .notice {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  width: 100%;
  margin: calc(var(--f) * 12) 0 0;
  font-size: calc(var(--f) * 12);
}
.homeStay__body__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeStay__body__more .label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: inline-block;
  width: calc(var(--f) * 250);
  height: calc(var(--f) * 36);
  padding: 0.25em 0 0 0.15em;
  border: calc(var(--f) * 1) solid #000;
  border-radius: 999px;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.homeStay__body__more .label:hover {
  color: #fff;
  background: #000;
}
.homeStay__body__more .label {
  color: #fff;
  font-weight: 300;
  border-color: #fff;
}
.homeStay__body__more .label:hover {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 960.02px) {
  .homeStay__body__merit .items {
    padding-right: calc(var(--s) * 42);
  }
}

.homeSuisui {
  position: relative;
  z-index: 10;
  color: #fff;
  background: #1b1440 url(../img/home/suisui_bg.png) center top/100% auto no-repeat;
}
.homeSuisui__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 216) 0 calc(var(--h) * 160);
}
.homeSuisui__head__text {
  padding: 0 calc(var(--f) * 78) 0 0;
  margin: 0 0 calc(var(--h) * 90);
  text-align: center;
}
.homeSuisui__head__text img {
  display: inline-block;
  width: calc(var(--f) * 408);
}
.homeSuisui__body__comingSoon {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--f) * 1200);
  max-width: 100%;
  height: calc(var(--h) * 372);
  border: calc(var(--f) * 1) solid #fff;
  font-size: calc(var(--f) * 20);
  font-weight: 500;
  letter-spacing: 0.3em;
}
.homeSuisui__calendar .top {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  margin: 0 0 calc(var(--f) * 22);
  font-size: calc(var(--f) * 20);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.homeSuisui__calendar .top::first-letter {
  color: #00a4dd;
}
.homeSuisui__bg__photo {
  position: absolute;
}
.homeSuisui__bg__photo--1 {
  right: calc(var(--f) * 27);
  top: calc(var(--f) * 350);
  width: calc(var(--f) * 164);
}
@media screen and (max-width: 960px) {
  .homeSuisui__bg__photo--1 {
    right: calc(var(--f) * -20);
    top: calc(var(--f) * 280);
    width: calc(var(--f) * 130);
  }
}

.accessGuidance {
  padding: calc(var(--h) * 242) 0 calc(var(--h) * 240);
}
.accessGuidance__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.accessGuidance__head__text {
  margin: 0 0 calc(var(--h) * 115);
  font-size: calc(var(--f) * 37);
}
.accessGuidance__head__nav {
  margin: 0 0 calc(var(--f) * 36);
}
.accessGuidance__head__nav a {
  display: block;
  letter-spacing: 0;
  line-height: 2.83;
}
.accessGuidance__body__box {
  margin: 0 0 calc(var(--h) * 100);
}
.accessGuidance__body__box:last-child {
  margin-bottom: 0;
}
.accessGuidance__body__title {
  padding: 0 0 calc(var(--f) * 8);
  margin: 0 0 calc(var(--h) * 52);
  font-size: calc(var(--f) * 23);
  letter-spacing: 0;
  border-bottom: 1px solid #cbcbcb;
}
.accessGuidance__body__guidance {
  margin: 0 0 calc(var(--h) * 64);
}
.accessGuidance__body__guidance .subtitle {
  margin: 0 0 2em;
  font-size: calc(var(--f) * 18);
  letter-spacing: 0;
}
.accessGuidance__body__guidance .chart img {
  display: block;
  width: 100%;
}
.accessGuidance__body__guidance:last-child {
  margin-bottom: 0;
}
.accessGuidance__faq__box {
  margin: 0 0 calc(var(--h) * 100);
}
.accessGuidance__faq__box:last-child {
  margin-bottom: 0;
}
.accessGuidance__faq__title {
  padding: 0 0 calc(var(--f) * 8);
  margin: 0 0 calc(var(--h) * 44);
  font-size: calc(var(--f) * 23);
  letter-spacing: 0;
}
.accessGuidance__faq__items dt, .accessGuidance__faq__items dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.accessGuidance__faq__items dd {
  padding: calc(var(--f) * 16) 0 calc(var(--f) * 34);
  margin: 0 0 calc(var(--f) * 32);
  border-bottom: 1px solid #cbcbcb;
}
.accessGuidance__faq__items .q,
.accessGuidance__faq__items .a {
  width: calc(var(--f) * 40);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: calc(var(--f) * 21);
  letter-spacing: 0;
  line-height: 1;
}
.accessGuidance__faq__items .inner {
  width: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 960.02px) {
  .accessGuidance__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accessGuidance__head {
    position: relative;
    white-space: nowrap;
  }
  .accessGuidance__head__inner {
    position: sticky;
    left: 0;
    top: calc(var(--f) * -80);
  }
  .accessGuidance__body {
    width: calc(var(--s) * 900);
    padding-top: calc(var(--f) * 14);
  }
  .accessGuidance__faq {
    width: calc(var(--s) * 872);
    padding-top: calc(var(--f) * 24);
  }
}
@media screen and (max-width: 960px) {
  .accessGuidance__head__text {
    margin: 0 0 calc(var(--h) * 50);
    font-size: calc(var(--f) * 37);
  }
  .accessGuidance__head__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1.5em;
  }
}

.conceptIntro {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0 0 calc(var(--h) * 150);
  color: #fff;
}
.conceptIntro__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  padding: calc(var(--h) * 250) 0 calc(var(--h) * 355);
}
.conceptIntro__head__text {
  -webkit-animation: slideUP 1200ms cubic-bezier(0.395, 0, 0.13, 1.005) 600ms forwards;
          animation: slideUP 1200ms cubic-bezier(0.395, 0, 0.13, 1.005) 600ms forwards;
  margin: 0 0 calc(var(--f) * 20);
  font-size: calc(var(--f) * 40);
  letter-spacing: 0.3em;
}
.conceptIntro__body__text {
  -webkit-animation: slideUP 1200ms cubic-bezier(0.395, 0, 0.13, 1.005) 600ms forwards;
          animation: slideUP 1200ms cubic-bezier(0.395, 0, 0.13, 1.005) 600ms forwards;
  line-height: 2.5;
  text-align: left;
  letter-spacing: 0.16em;
}
.conceptIntro__body__text p {
  margin: 0 0 2.5em;
}
.conceptIntro__body__text p:last-child {
  margin-bottom: 0;
}
.conceptIntro__bg {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.conceptIntro__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960.02px) {
  .conceptIntro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 394);
  }
  .conceptIntro__head__text {
    padding-top: 0.15em;
  }
  .conceptIntro__body__text {
    white-space: nowrap;
  }
}

.conceptStaff {
  padding: 0 0 calc(var(--h) * 190);
}
.conceptStaff__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.conceptStaff__head__text {
  margin: 0 0 calc(var(--h) * 86);
  font-size: calc(var(--f) * 40);
  letter-spacing: 0.3em;
}
.conceptStaff__body__item {
  margin: 0 0 calc(var(--h) * 150);
}
.conceptStaff__body__item:last-child {
  margin-bottom: 0;
}
.conceptStaff__body__text .title {
  margin: 0 0 1.4em;
  font-size: calc(var(--f) * 27);
}
.conceptStaff__body__text .detail {
  letter-spacing: 0.22em;
}
.conceptStaff__body__text .detail p {
  margin: 0 0 1.75em;
}
.conceptStaff__body__text .detail p:last-child {
  margin-bottom: 0;
}
.conceptStaff__body__text .profile {
  margin: calc(var(--h) * 60) 0 0;
}
.conceptStaff__body__text .profile dt {
  margin: 0 0 0.85em;
  letter-spacing: 0.15em;
}
.conceptStaff__body__text .profile dd {
  font-size: calc(var(--f) * 11);
}
.conceptStaff__body__text .link {
  margin: calc(var(--h) * 56) 0 0;
}
.conceptStaff__body__text .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.conceptStaff__body__text .link a::after {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 0.8125em;
  margin: 0 0 0 0.25em;
  background: url(../img/_common/ico_outlink.svg) center/contain no-repeat;
}
.conceptStaff__body__text .link a::before {
  content: "";
  position: relative;
  top: 0.4em;
  display: block;
  width: 10.625em;
  height: calc(var(--f) * 1);
  margin: 0 1.25em 0 0;
  background: #000;
}
.conceptStaff__body__staff .position {
  font-size: calc(var(--f) * 21);
  margin: 0 0 0.5em;
}
.conceptStaff__body__staff .profile {
  margin: calc(var(--h) * 60) 0 0;
}
.conceptStaff__body__staff .profile dt {
  margin: 0 0 0.85em;
  letter-spacing: 0.15em;
}
.conceptStaff__body__staff .profile dd {
  font-size: calc(var(--f) * 11);
}
.conceptStaff__body__staff .link {
  margin: calc(var(--h) * 56) 0 0;
}
.conceptStaff__body__staff .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 14);
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.conceptStaff__body__staff .link a::after {
  content: "";
  display: inline-block;
  width: 0.9375em;
  height: 0.8125em;
  margin: 0 0 0 0.25em;
  background: url(../img/_common/ico_outlink.svg) center/contain no-repeat;
}
.conceptStaff__body__staff .link a::before {
  content: "";
  position: relative;
  top: 0.4em;
  display: block;
  width: 10.625em;
  height: calc(var(--f) * 1);
  margin: 0 0.5em 0 0;
  background: #000;
}
@media screen and (min-width: 960.02px) {
  .conceptStaff__body__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 80);
  }
  .conceptStaff__body__text {
    width: 100%;
  }
  .conceptStaff__body__staff {
    width: calc(var(--f) * 320);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: calc(var(--f) * 6) 0 0;
  }
  .conceptStaff__body__staff .profile,
  .conceptStaff__body__staff .link {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .conceptStaff__body__text .profile,
  .conceptStaff__body__text .link {
    display: none;
  }
  .conceptStaff__body__staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: calc(var(--f) * 36) 0 0;
  }
  .conceptStaff__body__staff .text {
    width: 55%;
  }
  .conceptStaff__body__staff .photo {
    width: 40%;
  }
}

.contactForm {
  padding: calc(var(--h) * 216) 0 calc(var(--h) * 110);
}
.contactForm__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.contactForm__head {
  margin: 0 0 calc(var(--h) * 66);
}
.contactForm__head__text {
  margin: 0 0 calc(var(--h) * 46);
  font-size: calc(var(--f) * 37);
  text-align: center;
}
.contactForm__head__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  text-align: center;
}
.contactForm__head__notice p {
  margin: 0 0 1.75em;
}
.contactForm__head__notice p:last-child {
  margin-bottom: 0;
}
.contactForm__input {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  margin: 0 0 calc(var(--h) * 100);
}
.contactForm__input table {
  width: 100%;
}
.contactForm__input th, .contactForm__input td {
  display: block;
}
.contactForm__input th {
  margin: 0 0 1em;
}
.contactForm__input td {
  margin: 0 0 calc(var(--h) * 40);
}
.contactForm__input tr:last-child td {
  margin-bottom: 0;
}
.contactForm__input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contactForm__input input[type=text],
.contactForm__input input[type=email],
.contactForm__input input[type=tel],
.contactForm__input select,
.contactForm__input textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: calc(var(--f) * 8);
  border: calc(var(--f) * 1) solid #cbcbcb;
  border-radius: calc(var(--f) * 5);
}
.contactForm__input tr.select .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contactForm__input tr.select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  right: calc(var(--f) * 10);
  top: calc(var(--f) * 10);
  pointer-events: none;
  display: block;
  width: calc(var(--f) * 31);
  height: calc(100% - var(--f) * 20);
  background: #999999 url(../img/contact/select.svg) center/calc(var(--f) * 9) no-repeat;
  border-radius: calc(var(--f) * 2);
}
.contactForm__input textarea {
  height: calc(var(--h) * 267);
}
.contactForm__submit .wpcf7-form-control {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  display: block;
  width: calc(var(--f) * 474);
  max-width: 80%;
  padding: 0.75em 0;
  margin: 0 auto;
  color: #fff;
  font-size: calc(var(--f) * 19);
  background: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}
@media screen and (min-width: 960.02px) {
  .contactForm__input {
    width: calc(var(--f) * 840);
    margin-right: auto;
    margin-left: auto;
  }
}

.stayEnjoy {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 120);
}
.stayEnjoy__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.stayEnjoy__head__text {
  position: absolute;
  left: -0.5em;
  top: 0;
  font-size: calc(var(--f) * 38);
  letter-spacing: 0.25em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.stayEnjoy__list {
  padding: 0 0 0 calc(var(--s) * 126);
}
.stayEnjoy__list__item {
  margin: 0 0 calc(var(--h) * 80);
}
.stayEnjoy__list__item:last-child {
  margin-bottom: 0;
}
.stayEnjoy__list__item .title {
  margin: 0 0 1em;
  font-size: calc(var(--f) * 27);
}
.stayEnjoy__list__item .detail {
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 960.02px) {
  .stayEnjoy__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 80);
  }
  .stayEnjoy__list__item .img {
    width: calc(var(--s) * 350);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: calc(var(--f) * 4) 0 0;
  }
  .stayEnjoy__list__item .text {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .stayEnjoy__list__item {
    margin: 0 0 calc(var(--h) * 120);
  }
  .stayEnjoy__list__item:last-child {
    margin-bottom: 0;
  }
  .stayEnjoy__list__item .img {
    width: calc(var(--s) * 450);
    margin: 0 0 calc(var(--f) * 18);
  }
  .stayEnjoy__list__item .title {
    margin-bottom: 0.5em;
  }
  .stayEnjoy__list__item .title br {
    display: none;
  }
}

.stayFloor {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 calc(var(--h) * 120);
}
.stayFloor__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.stayFloor__head__text {
  margin: 0 0 calc(var(--h) * 76);
  font-size: calc(var(--f) * 27);
}
.stayFloor__layout {
  margin: 0 0 calc(var(--h) * 86);
}
.stayFloor__layout__item {
  margin: 0 0 calc(var(--f) * 46);
}
.stayFloor__layout__item:last-child {
  margin-bottom: 0;
}
.stayFloor__layout__item .title {
  margin: 0 0 0.5em;
  font-size: calc(var(--f) * 21);
}
.stayFloor__gallery {
  margin: 0 0 calc(var(--h) * 74);
}
.stayFloor__gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--s) * 54);
}
.stayFloor__gallery__item {
  width: calc((100% - var(--s) * 163) / 4);
}
.stayFloor__gallery__item .img {
  display: block;
  margin: 0 0 calc(var(--f) * 8);
}
.stayFloor__gallery__item .img img {
  display: block;
  width: 100%;
}
.stayFloor__gallery__item .title {
  margin: 0 0 calc(var(--f) * 8);
}
.stayFloor__gallery__item .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  font-size: calc(var(--f) * 14);
}
.stayFloor__data {
  margin: 0 0 calc(var(--h) * 100);
}
.stayFloor__data__table .title {
  display: block;
  margin: 0 0 calc(var(--f) * 40);
  font-size: calc(var(--f) * 27);
}
.stayFloor__data__table table {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  width: 100%;
  border-top: 1px solid #000;
}
.stayFloor__data__table th, .stayFloor__data__table td {
  height: calc(var(--f) * 66);
  padding: 1em 0;
  font-size: calc(var(--f) * 14);
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.stayFloor__data__table th small, .stayFloor__data__table td small {
  display: inline-block;
  font-size: 0.786em;
}
.stayFloor__data__table th {
  padding-right: 1em;
  white-space: nowrap;
}
@media screen and (min-width: 960.02px) {
  .stayFloor__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stayFloor__data__table {
    width: 46.5%;
  }
}
@media screen and (max-width: 960px) {
  .stayFloor__gallery__item {
    width: calc((100% - var(--s) * 55) / 2);
  }
  .stayFloor__data__table {
    margin: 0 0 calc(var(--h) * 76);
  }
  .stayFloor__data__table:last-child {
    margin-bottom: 0;
  }
}

.stayIntro {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 142) 0 calc(var(--h) * 126);
}
.stayIntro__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.stayIntro__head__text {
  margin: 0 0 calc(var(--h) * 76);
  font-size: calc(var(--f) * 27);
}
.stayIntro__about {
  margin: 0 0 calc(var(--h) * 76);
  letter-spacing: -0.07em;
}
.stayIntro__data {
  margin: 0 0 calc(var(--h) * 100);
}
.stayIntro__data__table table {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  width: 100%;
  border-top: 1px solid #000;
}
.stayIntro__data__table th, .stayIntro__data__table td {
  height: calc(var(--f) * 66);
  padding: 1em 0;
  font-size: calc(var(--f) * 14);
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
.stayIntro__data__table th small, .stayIntro__data__table td small {
  display: inline-block;
  font-size: 0.786em;
}
.stayIntro__data__table th {
  padding-right: 1em;
  white-space: nowrap;
}
.stayIntro__swiper {
  position: relative;
  width: calc(var(--f) * 720);
  max-width: 100%;
  margin: 0 auto;
}
.stayIntro__swiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stayIntro__swiper .swiper-slide {
  display: block;
}
.stayIntro__swiper .box {
  display: block;
  padding: 0 calc(var(--f) * 20) calc(var(--f) * 40);
}
.stayIntro__swiper .box img {
  display: block;
  width: 100%;
}
.stayIntro__swiper .box p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.025em;
  padding: calc(var(--f) * 18) 0 0;
  font-size: calc(var(--f) * 14);
  text-align: center;
}
.stayIntro__swiper__pagination {
  position: relative !important;
  top: unset !important;
  left: 0 !important;
  bottom: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--s) * 13);
  width: 100%;
  padding: 0 calc(var(--f) * 40);
  margin: calc(var(--h) * 16) 0 0 !important;
}
.stayIntro__swiper__pagination .swiper-wrapper {
  margin: 0 !important;
}
.stayIntro__swiper__pagination .thumblist-item .box {
  position: relative;
  width: calc(var(--f) * 75);
  height: calc(var(--f) * 75);
  padding: 0;
}
.stayIntro__swiper__pagination .thumblist-item .box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stayIntro__swiper__pagination .thumblist-item .box p {
  display: none;
}
.stayIntro__swiper__prev, .stayIntro__swiper__next {
  position: absolute;
  bottom: 0;
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 75);
  margin: 0;
  background: url(../img/stay/swiper-arrow.svg) center/calc(var(--f) * 13.5) auto no-repeat;
}
.stayIntro__swiper__prev {
  left: calc(var(--f) * -20);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.stayIntro__swiper__next {
  right: calc(var(--f) * -20);
}
@media screen and (min-width: 960.02px) {
  .stayIntro__container, .stayIntro__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stayIntro__head, .stayIntro__about, .stayIntro__data__table {
    width: 46.5%;
  }
  .stayIntro__data {
    width: 100%;
    margin-top: calc(var(--h) * 52);
  }
}
@media screen and (max-width: 960px) {
  .stayIntro__data__table {
    margin: 0 0 calc(var(--h) * 76);
  }
  .stayIntro__data__table:last-child {
    margin-bottom: 0;
  }
}

.stayTitle {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 280) 0 calc(var(--h) * 300);
}
.stayTitle__container {
  position: relative;
  width: calc(var(--f) * 1200);
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.stayTitle__head__text {
  color: #fff;
}
.stayTitle__head__text .en {
  display: block;
  padding-left: 0.35em;
  font-size: calc(var(--f) * 47);
  letter-spacing: 0.35em;
  text-align: center;
}
.stayTitle__head__text .ja {
  display: block;
  padding-left: 0.35em;
  margin: 0.4em 0 0;
  font-size: calc(var(--f) * 17);
  letter-spacing: 0.35em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .stayTitle__head__text .en {
    font-size: calc(var(--f) * 38);
  }
}
.stayTitle__bg {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.stayTitle__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}