@charset "UTF-8";
@import url(variables.css);
/* 修正版 */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'P22StickleyProCaption';
  src: url(https://stay.from-impact.jp/p22stickleyprocaption/)format('otf'),
    url(../fonts/P22StickleyProCaption.otf)format('otf');
}

@font-face {
  font-family: 'BR Cobane Regular';
  src: url(http://stay.from-impact.jp/wp-content/uploads/2025/06/BR-Cobane-Regular.otf)format('otf'),
    url(../fonts/BR-Cobane-Regular.otf)format('otf');
}

@font-face {
  font-family: 'charter-roman';
  src: url(http://stay.from-impact.jp/wp-content/uploads/2025/06/charter-roman.ttf)format('ttf'),
    url(../fonts/charter-roman.ttf)format('ttf');
}

.num-font {
  font-family: 'Charter Roman', serif;
  font-size: 26px;
}

.text-font {
  font-family: 'BR Cobane Regular', sans-serif;
}

/* 明朝体：游明朝 */
.jp {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

/* ゴシック体：游ゴシック */
.jp-gothic {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: 'P22P22StickleyProCaption', sans-serif;
  color: var(--main);
  background-color: var(--sub);
}

html {
  scroll-padding-top: 70px;
  /* ヘッダーの高さ */
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* 部品
------------------------------------------ */
.center {
  margin: 0 auto;
  text-align: center;
}

/* .wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
    box-sizing: border-box;
} */

.jp {
  font-weight: 300;
  letter-spacing: -0.5px;
}

li,
a {
  list-style: none;
  color: var(--menu);
}

a {
  text-decoration: none;
  border-bottom: 0.8px solid var(--main);
  padding-bottom: 3px;
}

h1 {
  color: #CBA878;
  margin: 0;
}

h2 {
  padding: 100px 0 38px 0;
  font-size: 31.5px;
  font-weight: lighter;
}

p {
  line-height: 1.75;
  letter-spacing: 0.8px;
}

/* ボタン
--------------------- */
.button,
.button__jp {
  background-color: var(--main);
  border-radius: 50px;
  border-bottom: none;
  border: 0.8px solid var(--main);
  color: var(--sub);
  display: block;
  max-width: 304px;
  width: 100%;
  height: 56.01px;
  line-height: 55px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-size: 17.5px;
}

.button__jp {
  letter-spacing: 1.6px;
  font-size: 22px;
}

.rooms {
  margin-bottom: 81px;
}

.background,
.photos {
  margin-top: 115.2px;
}

.sp {
  display: none;
}

.start {
  background: var(--main);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 51.5%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  /* width: 280px; */
}

.start__img {
  width: 230px;
}

/* header
------------------------------------------ */
header {
  background-color: var(--main);
  color: var(--menu);
  height: 70px;
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 46.5px 0 48.5px;
}

.logo-img {
  width: 193.45px;
  padding-top: 29px;
}

.logo {
  width: 36.5px;
}

/* main-video
--------------------- */
.movie {
  /* height: 83.1vh; */
  height: auto;
  width: 93.85%;
  position: relative;
}

.header__video {
  text-align: right;
  margin: 0 0 0 auto;
  padding-top: 112px;
  padding-bottom: 164px;
  background-color: var(--main);
  color: var(--menu);
}


/* 縦書き
--------------------- */
.text-right {
  position: fixed;
  color: var(--menu);
  font-size: 1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0 25px;
  top: 50%;
  right: 0.9%;
  z-index: 999;
  font-size: 13px;
}

.open .text-right {
  top: 35%;
}

.text-left {
  position: fixed;
  color: var(--menu);
  font-size: 1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transform: rotate(180deg);
  margin: 0 25px;
  top: 50.5%;
  left: 0.5%;
  z-index: 999;
  font-size: 13px;
}

.open .text-left {
  top: 35%;
}

.line::after {
  content: "";
  height: 20%;
  border-right: 0.8px solid var(--menu);
  background-color: var(--menu);
  width: 1px;
  color: var(--menu);
  margin: 0 25px;
  position: absolute;
  top: 76.5%;
  right: 20px;
}


/*スクロールダウン全体の場所*/
.scrolldown {
  position: absolute;
  right: 2.98%;
  top: 80%;
  height: 50px;
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: var(--white);
  animation: pathmove 1.5s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 200px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 300px;
    opacity: 0;
  }
}

img {
  width: 100px;
}

.header__list {
  display: flex;
  gap: 31px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}

.header__item {
  letter-spacing: 2px;
}

.header__item a {
  font-size: 12px;
}

.header__list__jp {
  display: flex;
  gap: 32.5px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12.5px;
}

.open .header__list .pc {
  gap: 38px;
}

.header__list__jp {
  padding-top: 19px;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15.5px;
  border-bottom: none;
}

.header__inner {
  justify-content: space-between;
  display: flex;
}

.company a {
  display: block;
  height: 100%;
  border-bottom: none;
}

.header__nav a {
  text-decoration: none;
  letter-spacing: 0.8px;
  font-size: 12px;
}

.hamburger__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 43.5%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

.hamburger__img {
  width: 100%;
}

.header__hamburger {
  display: none;
}

.header.open .header__hamburger {
  overflow-y: auto;
}

/* ハンバーガーメニュー
--------------------- */
.hamburger {
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 45px 48px 31px 16px;
}

.hamburger-menu {
  padding-right: 3.5px;
}

.open .hamburger {
  padding: 45px 78px 31px 16px;
}

.hamburger__span,
.hamburger__span::before,
.hamburger__span::after {
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: var(--menu);
  content: "";
  transition: .3s;
}

.hamburger__logo__img {
  width: 192px;
  margin-left: 50px;
}

.hamburger__span {
  position: absolute;
  top: 36px;
  width: 25px;
  height: 1px;
  background-color: var(--menu);
  content: "";
  margin-left: 4px;
}

.hamburger__span::before {
  top: -9px;
}

.hamburger__span::after {
  bottom: -8px;
}

.open .hamburger__span {
  background-color: transparent;
}

.open .hamburger__span::before,
.open .hamburger__span::after {
  background-color: var(--menu);
}

.open .hamburger__span::before {
  top: 0;
  transform: rotate(45deg);
}

.open .hamburger__span::after {
  bottom: 0;
  transform: rotate(-45deg);
}


.open .hamburger-menu {
  display: none;
}

.open .header__hamburger {
  background-color: var(--main);
  color: var(--sub);
  flex-direction: column;
  height: 100vh;
  padding: 9px 0px;
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  z-index: 20;
}

.open .header__list {
  gap: 38px;
}

/* .open .logo-img {
  margin-left: 50px;
  padding-top: 0px;
} */

.hamburger__footer {
  position: absolute;
  bottom: 11px;
  width: 100%;
  color: var(--sub);
}

.header__hamburger__item {
  margin-right: 31px;
  font-size: 16px;
  padding-top: 18px;
}

.header__hamburger__menu {
  display: flex;
  justify-content: space-between;
}

.rooms__inner,
.about,
.footer {
  background-color: var(--main);
  color: var(--sub);
}

.header__list__sp {
  display: none;
}

/* main
------------------------------------------ */
.spend,
.rooms__inner,
.access__inner,
.sns,
.footer-address {
  display: flex;
}

.spend {
  gap: 124px;
}

.spend__text h2 {
  margin: 0;
  padding: 122px 0 38px 0;
  font-size: 22.8px;
}

.spend__text,
.spend__text__jp {
  width: 419px;
  padding-top: 55px;
}

.spend__text p {
  margin: 0;
  padding-bottom: 20px;
}

.spend__text__jp p {
  padding-bottom: 21.9px;
  font-size: 11.5px;
  letter-spacing: 2.359px;
  line-height: 2.1;
}

.spend__text h2 {
  font-size: 22.8px;
}

.spend__text__jp h2 {
  padding: 119px 0 26px 0;
  font-size: 22.4px;
  letter-spacing: 2px;
}

.spend-image {
  width: 719px;
}

.spend__img {
  width: 100%;
  height: auto;
  margin-top: -53px;
  margin-bottom: 96px;
  /* max-width: 728px; */
}

/* .see {
  height: 696px;
  background-image: url("../img/see.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
} */

.see-image {
  /* width: 727px; */
  height: 700px;
  margin-top: 120px;
  /* margin-bottom: 217.3px; */
  overflow: hidden;
  /* border-radius:30%; */
}

.see__img {
  width: 100%;
  height: auto;
  /* max-width: 728px; */
}



.rooms__inner {
  border-bottom: 0.8px solid var(--sub);
  justify-content: center;
  text-align: left;
  padding: 21.4px 0 31px;
}

.rooms__text {
  width: 315px;
  letter-spacing: 2px;
  line-height: 2;
}

.rooms__text h3 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  font-weight: lighter;
}

.rooms__text__h3 {
  letter-spacing: 1.7px;
}

.rooms__text p {
  margin: 0;
  padding-bottom: 14px;
  letter-spacing: 0.55px;
  font-weight: lighter;
}

.rooms__img {
  width: 390px;
  height: 283px;
  object-fit: cover;
  padding: 16px 0 5px;
}

.rooms__arrow__img__pc {
  width: 55px;
}

.rooms__arrow__img__sp {
  display: none;
  width: 55px;
}

.rooms__btn {
  color: var(--sub);
  letter-spacing: -0.5px;
  border-bottom: 0.8px solid var(--sub);
}

.rooms__arrow {
  display: flex;
  border-bottom: none;
  align-items: flex-end;
  margin: 227px 61px 0 20px;
  /* height: 273px; */
}

.rooms__item {
  display: flex;
}

.arrow__bottom {
  display: flex;
  align-items: flex-end;
}

/* .background {
  height: 696px;
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transform: translateY(-102.162px);
} */

.background-image {
  position: relative;
  height: 800px;
  margin-top: 115px;
  /* margin-bottom: 217.3px; */
  overflow: hidden;
}

.background__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 120%;
  /* 画像を少し大きくしてパララックス用の余白を作る */
  height: auto;
  object-fit: cover;
  will-change: transform;
  /* パフォーマンス最適化 */
  transition: transform 0.1s ease-out;
  /* 滑らかな動きのための微細なトランジション */
}

/*
.background__img {
  width: 100%;
  height: 890px;
  object-fit: cover;
} */

.information {
  /* padding-top: 66.5px; */
  margin-bottom: 51.5px;
  /* min-height: 58vh; */
}

.information__h2 {
  letter-spacing: 1px;
}

.information__box {
  border-top: 0.8px solid var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 18.5px 0;
}

.information__box .date {
  font-size: 11px;
}

.information__box .title {
  font-size: 14px;
}

.information__box p {
  font-size: 12px;
  margin-block: 0;
}

.information__top,
.information__bottom {
  display: flex;
  align-items: center;
  text-align: left;
}

.information__top {
  justify-content: start;
  width: 16%;
  gap: 20px;
}

.information__bottom {
  justify-content: space-between;
  width: 42%;
  gap: 8px;
}

.information__border {
  border-bottom: 0.8px solid var(--main);
  margin-bottom: 38px;
}

.information__box .date::before {
  content: "●";
  padding-right: 3px;
}

.information__box .title {
  color: var(--thin);
}

.arrow {
  width: 38.38px;
}

.btn__wrap {
  max-width: 900px;
  margin: 0 auto;
}

.arrow__left {
  margin-left: 20px;
  padding-right: 23.5px;
  text-align: left;
  width: 85px;
}

.information__btn {
  color: var(--main);
  letter-spacing: 1.5px;
  margin-right: 15px;
}

.information__arrow {
  display: block;
  border-bottom: none;
  padding-left: 10px;

}

.btn__right {
  text-align: right;
}

.access__inner {
  border-top: 0.8px solid var(--main);
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  gap: 80px;
  text-align: left;
  margin-bottom: 89px;
  margin-left: 18px;
}

.access__h2 {
  margin: 0;
  padding: 76px 0 38px 0;
}

.access__text {
  width: 324px;
  margin: 0;
  padding-top: 0px;
  letter-spacing: 14px;
}

.access__text__jp {
  letter-spacing: 2px;
}

.access__text h3 {
  font-weight: lighter;
  padding-bottom: 20px;
}

.access__text p {
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.4px;
  line-height: 2;
  font-size: 12px;
}

.access__img {
  width: 453px;
}

.access__btn {
  border-bottom: none;
}

.photos {
  margin-top: 120px;
  margin-bottom: 50px;
  padding-top: 10px;
}

.photos__box {
  position: relative;
  display: flex;
  overflow: hidden;
}

.photos__box__list {
  display: flex;
  list-style: none;
  margin: 0;
}

.photos__box__list {
  animation: photos__box__list-left 50s infinite linear 0.5s both;
}

.photos__box__list2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: photos__box__list-rl 50s infinite linear 0.5s both;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.photos__img {
  width: auto;
  height: 470px;
}

/* PC表示
------------------------------------------ */
@media (min-width: 950px) {



  .rooms__photos__box {
    position: relative;
    /* display: flex; */
    height: 100vh;
    overflow: hidden;
  }

  .rooms__photos__box__list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    will-change: transform;
    /* list-style: none;
    padding: 0; */
  }

  .rooms__photos__item {
    flex: 0 0 100vw;
    /* PCでも1枚ずつ横に並べる */
    background-color: var(--main);
    color: var(--main);
  }

  .rooms__photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@keyframes photos__box__list-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes photos__box__list-rl {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.rooms__map {
  object-fit: contain;
}

.photos__btn,
.other__btn {
  color: var(--main);
  letter-spacing: 1.5px;
  margin-right: 30px;
}

.photos__padding {
  padding-bottom: 38px;
}

.other h2 {
  padding: 79px 0 38px 0;
}

.other__box {
  border-top: 0.8px solid var(--main);
  padding: 37.5px 0 34.5px 0;
  margin-top: 8px;
}

.other__img__sp {
  display: none;
}

.other {
  margin-bottom: 134.5px;
}


.other__img__pc,
.other__img__sp,
.about__img {
  width: 100%;
}

.other__img__sp {
  display: none;
}

.other__box a,
.other__box__page a {
  border-bottom: none;
}



.btn__left {
  align-items: flex-end;
  display: flex;
  margin-left: 44px;
  justify-content: flex-start
}

.about {
  margin: 0 auto;
  text-align: center;
  padding: 60px 25px 94.5px 20px;
}

.about__logo {
  width: 76px;
}

.about h2 {
  padding: 43px 0 45px 0;
  font-size: 20px;
  letter-spacing: 2.1px;
}

.about__wrap {
  max-width: 567px;
  margin: 0 auto;
}

.about__box dl {
  max-width: 500px;
  margin-bottom: 100px;
}

.about__box dt {
  padding-top: 46px;
  padding-bottom: 20px;
  text-align: left;
  font-size: 15.5px;
  display: block;
  width: 300px;
  letter-spacing: 3px;
}

.about__box dt::before {
  content: "-";
  /* padding-right: 3px; */
}

.about__box dd::before {
  content: "・";
  /* padding-right: 3px; */
  line-height: 1.8;
}

.about__box dd {
  text-align: left;
  font-size: 12.5px;
  color: var(--about);
  text-indent: -1em;
  margin-inline-start: 0;
  padding-left: 6px;
  letter-spacing: 0.97px;
}

.about__box dd:last-child {
  margin-bottom: 40px;
}

.about__img {
  display: flex;
  padding-top: 50px;
  background-color: var(--main);
}

.about__img img {
  width: 100%;
}

/* rooms Page
------------------------------------------ */
.rooms__lower {
  border: none;
  margin: 0 auto;
  /* padding: 80px 0 28.5px 0; */
  /* padding: 20px 0 26.5px 0; */
  padding: 55px 0 10.5px 0;
}

.rooms__photos {
  position: sticky;
  top: 60px;
  background-color: var(--main);
}

.rooms__photos__item>img {
  width: 100%;
  height: 450px;
  /* object-fit: cover;
  object-position: center; */
}

.rooms__photos__box {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.rooms__photos__box::-webkit-scrollbar {
  display: none;
  /* Chrome */
}

.rooms__photos__box__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rooms__text__page h3 {
  font-size: 22px;
}

.rooms__arrow__wrap {
  display: flex;
  text-align: left;
  align-items: flex-end;
  max-width: 810px;
}

.rooms__arrow__right {
  text-align: right;
  width: 500px;
}

.rooms__item__link {
  border-bottom: none;
}

.rooms__item__img {
  width: 58px;
  margin-bottom: 24px;
}

.rooms__photos__item {
  flex: 0 0 auto;
  max-width: 50vw;
  scroll-snap-align: start;
}

.rooms__photos__item img {
  width: 100%;
  /* max-width: 50vw; */
  /* aspect-ratio: 6/5; */
  object-fit: cover;
  /* height: 390px; */
  height: 48vh;
  background-color: var(--main);
}

.slick-track {
  max-width: max-content;
}

.scroll-container {
  height: 100vh;
  /* JavaScriptで上書きされます */
  position: relative;
}

.sticky-wrap {
  /* height: 100vh; */
  position: sticky;
  top: 0;
  height: 683px;
  overflow: hidden;
}

.horizontal-scroll {
  width: 1100vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: max-content;
  will-change: transform;
}

/* .rooms__photos__item {
  flex: 0 0 100vw;
} */

.rooms__photos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* information Page
------------------------------------------ */

.lower-information {
  margin-bottom: 51.5px;
  min-height: 58vh;
}

.lower-information h2 {
  margin-top: 70px;
}

.information__inner {
  margin-bottom: 35px;
}

.information__title {
  padding: 120px 0 39px;
}

.arrow__bottom {
  width: 55px;
  margin-left: 46px;
}

.single__box {
  padding: 25px;
  min-height: 215px;
}

.single__top,
.single__bottom {
  display: flex;
  align-items: center;
  text-align: left;
}

.single__top {
  gap: 20px;
  padding-bottom: 10px;
  max-width: 750px;
  margin: 0 auto;
}

.single__bottom {
  margin: 0 auto;
  max-width: 750px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.single__border {
  border-top: 0.8px solid var(--main);
  border-bottom: 0.8px solid var(--main);
  margin-bottom: 38px;
}

.single-btn {
  padding-bottom: 51.5px;
}

/* other Page
------------------------------------------ */
.header-layout-other {
  padding-top: 100px;
}

.other__box__page {
  border-top: 0.8px solid var(--main);
  padding: 37.5px 0 35px 0;
  margin-top: -2px;
}

.other__all {
  margin: -17px 0 32px;
}

.all__h2 {
  margin: 0;
  padding-bottom: 50px;
  padding-top: 137px;
}

.all-arrow {
  border-bottom: none;
  text-align: left;
}

.arrow__all {
  width: 55px;
}

/* footer
------------------------------------------ */

.footer {
  background-color: var(--main);
  color: var(--sub);
  text-align: left;
  height: 296px;
  width: 100%;
  border-bottom: 1px solid var(--main);
}

.footer-inner {
  height: 274px;
}

.footer__name {
  display: none;
}

.footer__logo {
  width: 40px;
  height: 40px;
}

.icon {
  width: 25px;
}

.language a {
  border-bottom: none;
  color: var(--sub);
}

.language {
  padding-right: 37px;
  gap: 1px;
  display: flex;
  padding-top: 7px;
  color: var(--sub);
}

.sns {
  padding-left: 52px;
  gap: 20px;
}

.sns a {
  border-bottom: none;
}

.sns__btn__x {
  width: 26px;
  padding-top: 2px;
}

.language__link {
  padding-left: 20px;
}

.footer-address {
  padding-left: 52px;
  gap: 80px;
  font-weight: 200;
}

.footer-address-en {
  padding-top: 64px;
  padding-bottom: 53px;
}

.footer-address-en p {
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 11px;
  margin: 0;
}

.footer-address-jp {
  padding-top: 64px;
}

.footer-address-jp p {
  font-size: 11px;
  line-height: 1.95;
  letter-spacing: 1.1px;
}

.footer-address-jp p:first-child {
  margin: 0;
}

.google {
  border-bottom: 0.8px solid var(--sub);
  padding-bottom: 3px;
  font-size: 11px;
  color: var(--sub);
  letter-spacing: 1.8px;
}

.footer-address-jp-access {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1.85px;
}

.footer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.footer__copyright__pc {
  color: var(--menu);
  font-size: 11.5px;
  padding-left: 8px;
  padding-top: 7px;
  letter-spacing: 1.9px;
}

.footer__copyright__sp {
  display: none;
}

.footer-roomsDetails {
  background-color: var(--main);
  color: var(--sub);
  text-align: left;
  height: 296px;
  width: 100%;
  padding-top: 8px;
  /* 画面外に隠す */

  /* z-index: 10; */
  border-bottom: 1px solid var(--main);
}

/* 表示状態 */
.show {
  position: fixed;
  /* bottom: -270px; */
  /* bottom: 0; */
  left: 0;
  transition: all 0.4s ease;
  bottom: -127px;
}

.footer-roomsDetails .footer-address-en {
  padding-top: 7px;
  padding-bottom: 30px;
}

.footer-roomsDetails .footer-address-jp {
  padding-top: 7px;
}



/* SP表示
------------------------------------------ */
@media (max-width: 930px) {

  .footer-roomsDetails {
    position: static;
    /* 通常フローに戻す＝ページ最下部へ */
    transform: none;
    /* アニメ解除 */
    transition: none;
    /* アニメ解除 */
    z-index: auto;
    bottom: 0;
  }

  .footer-roomsDetails.show {
    transform: none;
  }

  .num-font {
    font-size: 25px;
  }

  h2 {
    margin: 0;
    padding: 46px 0 30px 0;
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  p {
    letter-spacing: 0.6px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .center__sp {
    margin: 0 auto;
    text-align: center;
  }

  .start__img {
    width: 168px;
  }

  .scrolldown {
    position: absolute;
    right: 9.9%;
    top: 74%;
  }

  .scrolldown::after {
    background-color: #fff;
  }

  header {
    height: 55px;
    padding: 0 2px 1px 24px;
  }

  .company a {
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .company img {
    width: 138px;
    padding: 0;
    vertical-align: middle;
  }

  .hamburger__logo__img {
    margin-left: 24px;
    width: 138px;
    padding-top: 22px;
    vertical-align: baseline;
  }

  .logo-img img {
    width: 135px;
    padding-top: 0px;
  }

  .header__list,
  .logo {
    display: none;
  }

  .header__inner {
    align-items: center;
  }

  .hamburger {
    height: 55px;
    padding: 0px;
  }

  .header__nav {
    gap: 0;
  }

  .hamburger__span {
    top: 28px;
  }

  .header__list__sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 0.8px solid var(--sub);
    justify-content: space-between;
    margin-bottom: 44px;
    margin-left: 0;
  }

  .header__list__sp dt {
    border-top: 0.8px solid var(--sub);
    letter-spacing: 4.2px;
    width: 70%;
  }

  .header__list__sp dt a {
    display: inline-block;
    padding: 15px 0 12px 23px;
    width: 100%;
    letter-spacing: 0.4px;
    font-size: 18px;
    color: var(--sub);
  }

  .header__list__sp dd {
    width: 30%;
    margin: 0;
    border-top: 0.8px solid var(--sub);
    display: flex;
    justify-content: flex-end;
  }

  .header__list__sp dd a {
    display: inline-block;
    padding: 16px 23px 14px 0;
    width: 100%;
    text-align: right;
    color: var(--sub);
  }

  .open .header__hamburger {
    padding: 0;
  }

  .open .hamburger {
    padding: 45px 47px 12px 16px;
  }

  .header__video {
    padding-top: 13.5px;
    padding-bottom: 84.7px;
  }

  .hamburger__footer {
    position: static;
    padding-bottom: 20px;
  }

  .movie {
    width: 100%;
    /* height: 586px; */
  }

  .text-left,
  .text-right {
    display: none;
  }

  .spend,
  .rooms__inner,
  .access__inner,
  .rooms__photos__inner__list,
  .information__box,
  .footer-address {
    flex-direction: column;
  }

  .spend {
    align-items: center;
    gap: 50px;
  }

  .spend__text,
  .spend__text__jp {
    width: 317px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spend__text p,
  .spend__text__jp p {
    padding-bottom: 30px;
    letter-spacing: 0.6px;
  }

  .spend h2 {
    padding: 0px 0 30px 0;
    letter-spacing: 0.4px;
  }

  .spend-image {
    display: none;
  }

  .spend__img {
    width: 100%;
    margin-bottom: -5px;
  }

  .see {
    display: none;
  }

  .see-image {
    display: none;
  }

  .rooms {
    margin-bottom: 0px;
  }

  .rooms__img {
    padding: 11.5px 0 10px;
  }

  .rooms__item,
  .rooms__photos__box {
    background-color: var(--sub);
    color: var(--main);
  }

  .rooms__photos__box {
    padding-top: 15px;
  }

  .rooms__photos {
    background-color: var(--sub);
  }

  .rooms__item {
    justify-content: space-between;
    padding: 11px 0 4.2px 20px;
  }

  .rooms__photos__box {
    margin-bottom: 0px;
    flex-direction: column;
  }

  .rooms__img,
  .rooms__photos__img {
    width: 100%;
    height: 289px;
  }

  .rooms__photos__item>img {
    max-width: 100%;
    height: 310px;
  }

  .rooms__inner {
    background-color: var(--sub);
    color: var(--main);
    border-top: 0.8px solid var(--main);
    padding: 0 0 5px 0;
    border-bottom: none;
  }

  .rooms__lower {
    border-top: none;
  }

  .rooms__text {
    width: 330px;
  }

  .rooms__text__width__center {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .rooms__text__width {
    padding: 20px 0 15px;
  }

  .rooms__border {
    border-bottom: 1px solid var(--main);
    position: absolute;
    top: 85px;
    width: 100%;
  }

  .rooms__text__width__center {
    text-align: center;
  }

  .rooms__text h3 {
    font-size: 26.5px;
    margin-block-start: 0px;
    margin-bottom: -9px;
    letter-spacing: 0.5px;
  }

  .rooms__text__width__center h3 {
    padding-top: 0px;
    padding-bottom: 23px;
  }

  .rooms__text__left {
    text-align: left;
    padding-top: 15px;
  }

  .rooms__photos__box__list {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }

  .rooms__photos__item1>img {
    padding-bottom: 31px;
    width: 295px;
  }

  .rooms__text p {
    padding-top: 2px;
    padding-bottom: 0px;
    letter-spacing: 0.55px;
    line-height: 1.5;
  }

  .rooms__arrow {
    align-items: self-start;
    margin: 12px 22px 0 0px;
    height: 0px;
  }

  .rooms__arrow__img__pc {
    display: none;
  }

  .rooms__arrow__img__sp {
    display: inline-block;
    width: 28px;
  }

  .arrow__left__rooms {
    margin-top: 68px;
    margin-bottom: 43px;
  }

  .rooms__btn {
    display: none;
  }

  .rooms__photos__inner__list {
    margin: 0 auto;
  }

  .rooms__photos__item {
    max-width: 100%;
    padding-bottom: 6px;
    background-color: var(--sub);
  }

  .horizontal-scroll {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    transform: none !important;
  }

  .sticky-wrap {
    position: static;
    height: auto;
    overflow: visible;
  }

  .button-box,
  .button-box__jp {
    margin: 24.47px 0 42.2px;
  }

  .button,
  .button__jp {
    background-color: var(--main);
    border-radius: 50px;
    border-bottom: none;
    border: 0.8px solid var(--main);
    color: var(--sub);
    display: block;
    max-width: 230px;
    width: 100%;
    height: 43.01px;
    line-height: 42px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    letter-spacing: 1.8px;
    font-size: 15px;
  }

  .background {
    display: none;
  }

  .background-image {
    display: none;
  }

  .information__title {
    padding: 88px 0 31px;
  }

  .information-text {
    letter-spacing: 0.01px;
  }

  .information {
    /* padding-top: 38px; */
    margin-bottom: 43.5px;
  }

  .information__box {
    padding: 11px 20px 13.5px;
    text-align: left;
    gap: 14px;
    align-items: self-start;
  }

  .information__box .date {
    width: 40%;
    font-size: 14px;
  }

  .information__box .title {
    width: 40%;
  }

  .information__box p {
    line-height: 1.8;
    font-size: 11px;
    letter-spacing: 1px;
    width: 88%;
    margin: 0;
  }

  .information__top {
    justify-content: start;
    width: 100%;
    gap: 0px;
  }

  .information__bottom {
    justify-content: space-between;
    width: 100%;
  }

  .information__btn {
    margin-right: 22px;
  }

  .information__border {
    margin-bottom: 25px;
  }

  .information__inner {
    margin-bottom: 44px;
  }

  .information__arrow {
    padding-left: 0px;
  }

  .arrow__bottom {
    width: 26px;
    margin-left: 25px;
  }

  .arrow {
    width: 25px;
    /* padding-top: 16px;
    margin-right: 3px;
    margin-left: 0px; */
  }

  /*
  .information__arrow img {
    margin-left: 20px;
  } */

.lower-information h2 {
  padding: 100px 0 38px 0;
  margin-top: 0;
}

  .photos__btn,
  .other__btn {
    margin-right: 23px;
  }

  .access__h2 {
    padding: 46px 0 30px 0;
  }

  .access__inner {
    gap: 16px;
    padding-top: 25px;
    margin-bottom: 40.5px;
    margin-left: 0px;
  }

  .access__text p {
    margin: 0;
    /* padding: 0 0 16px 0px; */
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 11px;
  }

  .access__img {
    width: 100%;
  }

  .photos__padding {
    padding-bottom: 35px;
  }

  .photos {
    padding-top: 0;
    margin-top: 90px;
    margin-bottom: 45px;
  }

  .photos__img {
    display: inline-block;
    width: auto;
    height: 267.5px;
    vertical-align: bottom;
  }

  .other h2 {
    padding: 52px 0 24px 0;
  }

  .other__box {
    padding: 21.5px 0 28.5px 0;
  }

  .other__img__sp {
    display: inline-block;
  }

  .other__img__pc {
    display: none;
  }

  .other {
    margin-bottom: 66.9px;
  }

  .about {
    padding: 57px 21px 57px 24px;
  }

  .about__logo {
    width: 58px;
    height: 58px;
  }

  .about h2 {
    font-size: 20px;
    letter-spacing: 0.8px;
    padding: 54px 0 21px 0;
  }

  .about__box dt {
    letter-spacing: 2.5px;
    padding-top: 51px;
    line-height: 0.9;
    padding-bottom: 16px;
  }

  .about__box dd {
    letter-spacing: 0.8px;
    line-height: 1.3;
  }

  .other__all {
    margin: -17px 0 41px;
  }

  .all__h2 {
    margin: 0;
    padding-bottom: 30px;
    padding-top: 104px;
  }

  .arrow__all {
    width: 28px;
  }

  .btn__left {
    margin-left: 24px;
  }

  .other__box__page {
    margin-top: 0px;
    padding: 22.5px 0 21.5px 0;
  }

  .footer,
  .footer-roomsDetails {
    padding-top: 60px;
    height: 500px;
  }



  .footer__name p {
    margin: 0;
    letter-spacing: 2.38px;
    line-height: 1.75;
  }

  .footer__logo {
    padding: 4px 4px 0 0;
    width: 42px;
  }

  .footer-address {
    padding-left: 25px;
  }

  .footer-address-en {
    padding-top: 5px;
    padding-bottom: 24px;
  }

  .footer-address-jp {
    padding-top: 10px;
    padding-bottom: 46px;
  }

  .footer-address-jp-access {
    margin-bottom: 22px;
  }

  .footer-address-en p {
    letter-spacing: 0.2px;
  }

  .footer-address-jp p {
    letter-spacing: 2.2px;
  }

  .footer__name {
    display: flex;
    justify-content: space-between;
    margin-right: 20px;
  }

  .footer-address {
    gap: 0px;
  }

  .sns {
    padding-left: 25px;
    gap: 19px;
  }

  .language {
    padding-right: 26px;
    padding-top: 9px;
  }

  .language__link {
    padding-left: 23px;
  }

  .footer__item {
    margin-top: 46px;
    margin-bottom: 15.5px;
    /* padding-bottom: 3px; */
  }

  .footer__copyright__pc {
    display: none;
  }

  .footer__copyright__sp {
    display: inline-block;
    text-align: center;
    font-size: 10px;
  }
  
  
.scroll-container {
    height: auto;
    }

}