@charset "utf-8";

body {
  background-image: none;
  min-width: auto;
}

:root {
  --shape-color: #a89683;
}

.stay-body {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;

  overflow-x: hidden;
}

.max-sp--inline {
  display: none;

  @media (width < 861px) {
    display: inline;
  }
}

/* ページヘッダー画像 */
:root:has(.l-stay) .page-hero {
  background-image: url(../images/stay/hero_stay__desktop.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: min(20.9svw, 300px);

  @media (width < 767px) {
    background-image: url(../images/stay/hero_stay__mb.jpg);
    height: calc(100vh - 326px);
    margin-bottom: 100px;
  }

  @media (width > 860px) and (width < 1200px) {
    margin-bottom: 12.5%;
  }

}

h1 {
  backdrop-filter: brightness(0.5);
  width: 100%;
  height: 100%;
  align-content: center;

  .en,
  .jp {
    letter-spacing: 0.2em;
  }

  .en {
    font-size: 26px;
  }

  .jp {
    font-size: 36px;
  }
}

.stay-day__cover {
  background: url(../images/stay/day_1_cover.jpg) no-repeat center center / cover;
  padding-block: 63px;

  @media (width < 767px) {
    padding-block: 15px;
  }

  p {
    writing-mode: vertical-lr;
    width: 100%;
    display: grid;
    place-content: center;
    color: #fff;
    font-size: 3.7em;
    font-weight: 700;
    letter-spacing: 0.2em;

    @media (width < 767px) {
      font-size: 1.7em;
    }
  }
}

/* 冒頭文 */
.stay-intro {
  position: relative;
  margin-top: 300px;
  max-width: 1200px;
  margin: auto;
}

.stay-intro__body {

  width: 91.8%;
  margin-inline: auto;

  @media (width < 860px) {
    margin-bottom: 60px;
  }

  @media (width > 860px) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  @media (width > 860px) and (width < 1200px) {
    width: 400px;
    margin-inline: auto;
  }

  @media (width > 1199px) {
    width: 450px;
    position: absolute;
    top: -35%;
    right: 7.5%;
  }
}

.stay-intro__title {
  color: #a99884;
  font-weight: normal;
  font-size: 167%;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.75;

  @media (width < 768px) {
    margin-bottom: 30px;
  }

  @media (width > 860px) {
    letter-spacing: 0.6em;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
  }
}

.stay-intro__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;

  @media (width > 860px) {
    letter-spacing: 0.2em;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
    line-height: 2.33333;
  }

  @media (width > 1199px) {
    height: min(35.1ch, 562px);
    width: 280px;
    font-size: min(1.11svw, 16px);
  }
}

.stay-intro__image {
  z-index: 1;
  position: relative;
  width: min(57.9375svw, 1000px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;


  @media (width < 1200px) {
    margin-bottom: 50px;
    width: 100svw;
    margin-left: -4.4%;
  }

  @media (width > 860px) and (width < 1200px) {
    margin-top: 6em;
  }

  img {
    transform: translateX(1px) translateY(1px);
  }
}

.stay-intro__last {
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.7;
  width: 94.7%;
  margin-inline: auto;

  @media (width > 860px) {
    font-size: min(1.25svw, 18px);
    text-align: center;
    margin-top: 50px;
  }
}

.stay-intro__logo {
  position: absolute;
  right: -160px;
  bottom: -70px;
  width: min(20.6svw, 296px);

  @media (width < 1200px) {
    display: none;
  }
}

#stay-day1,
#stay-day2 {
  position: relative;

  &::before {
    content: "";
    width: 2px;
    display: block;
    background-color: var(--shape-color);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    @media (width < 861px) {
      left: calc((100% - 91.31538%) / 2);
    }
  }

}

#stay-day1::before {
  height: 100%;
}

#stay-day2::before {
  height: 92.8%;
}

.l-stay {
  color: #333;
  position: relative;

}

.stay-item {
  margin-top: 180px;
  position: relative;
  max-width: 1200px;
  width: 91.31538%;
  margin-inline: auto;

  @media (width < 861px) {
    margin-top: 4em;
  }

  @media (width > 860px) {
    display: flex;
    align-items: flex-start;
  }
}

.stay-layout1::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  height: 63%;
  width: 100svw;
  top: -65%;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.stay-line {
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--shape-color);
  background-repeat: repeat;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  &::before {
    content: '';
    height: 1px;
    display: block;
    background-color: var(--shape-color);
    background-repeat: repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    @media (width < 861px) {
      width: 2em;
    }
  }

  @media (width < 861px) {
    left: 0;
    transform: translateX(-50%);
    top: 2.8em;
  }

  &.stay-line--right {
    &::before {
      left: 90%;
    }
  }

  &.stay-line--left {
    &::before {
      @media (width < 861px) {
        left: 90%;
      }

      @media (width > 860px) {
        right: 90%;
      }
    }
  }
}

.stay-item__text {
  @media (width < 861px) {
    padding-left: 3.67em;
    padding-top: calc(2.8em - 15px);
    margin-bottom: 3.4em;
  }

}

.stay-item__time {
  font-size: 150%;
  letter-spacing: 0.28em;

  @media (width > 860px) {
    /* font-size: 170%; */
    font-size: min(1.16svw, 22px);
  }
}

.stay-item__title {
  font-size: 133%;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.74em;
  margin-block-end: 2.25em;

  @media (width > 860px) {
    gap: 0.92em;
    font-size: min(1.66svw, 24px);
    margin-bottom: min(4.3svw, 62px);
  }

  >small {
    /* font-size: 58.8%; */
    font-size: min(1.12svw, 16px);
    letter-spacing: normal;
    line-height: 1.7;

    @media (width < 861px) {
      font-size: 87.7%;
      /* font-size: min(1.94svw, 28px); */
    }

    @media (width > 860px) {
      /* max-width: 47ch; */
    }
  }
}

.stay-item__link {
  width: min(74.6svw, 280px);
  border: solid 1px #333;
  padding: 10px 5px;
  text-align: center;

  @media (width > 860px) {
    width: min(23.6svw, 340px);
  }

  a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.5em;
    font-size: 123%;
    letter-spacing: 0.2em;

    @media (width > 860px) {
      font-size: min(1.12svw, 16px);
    }
  }

}

.stay-item__link-arrow {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1 / 1;
  vertical-align: middle;
  background-color: #a89683;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  mask-size: contain;
  transform: rotate(-90deg);
}

.stay-item__title-main {
  letter-spacing: 0.2em;
  line-height: 1.4;

  @media (width > 860px) {
    letter-spacing: 0.1em;
  }
}

.stay-item__photo {
  position: relative;
}

/* 14:50 */
.stay-layout1 {
  max-width: 1160px;
  margin-top: 12%;

  .stay-item__text {
    order: 2;

    @media (860px < width < 1280px) {
      margin-top: 25px;
    }

    @media (width > 1179px) {
      margin-top: 1.08333%;
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.9svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    order: 1;
    width: 43.1%;
    margin-right: 18.9%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 14:50 */
.stay-layout2 {
  max-width: 1160px;
  margin-top: 60px;
  justify-content: flex-end;


  @media (width > 860px) {
    margin-top: 100px;
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__text {
    @media (width > 860px) {
      /* transform: translateX(-30px); */
      margin-top: 1.08333%;
    }

    @media (860px < width < 1280px) {
      margin-top: 25px;
    }

  }

  .stay-item__photo {
    width: 43.1%;
    margin-left: 16.3%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 15:00 */
.stay-layout3 {
  max-width: 1160px;
  margin-top: 60px;

  @media (width > 860px) {
    margin-top: 100px;
  }

  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
    }

    @media (860px < width < 1299px) {
      transform: translateX(-3.6svw);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    width: 67.37%;
    order: 1;
    margin-right: 11.4%;

    @media (width > 860px) {
      margin-top: 2.9%;
    }

    @media (width < 768px) {
      width: 99.34545%;
      margin: 0;
    }

    .photo1 {
      width: 72.7%;

      @media (width > 860px) {
        width: 84.4%;
      }
    }

    .photo2 {
      position: absolute;
      left: 66.3%;
      top: 70%;
      z-index: 1;
      width: 31.75714%;

      @media (width > 860px) {
        width: 37.25714%;
        left: 71.1%;
      }
    }
  }
}

/* 16:00 */
.stay-layout4 {
  max-width: 1160px;
  margin-top: 60px;
  justify-content: flex-end;

  @media (width > 860px) {
    margin-top: 100px;
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 424px;
    }

    @media (860px < width < 1280px) {
      margin-top: 25px;
      /* transform: translateX(100px); */
    }

    @media (width > 1179px) {
      margin-top: 1.08333%;
    }
  }

  .stay-item__title {
    &>small {
      @media (860px < width < 1299px) {
        max-width: 48ch;
      }

    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__photo {
    width: 39.5%;
    margin-left: 15.9%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 0 0 auto;
    }

    .photo1 {
      margin: 0 -5.49091% 0 auto;
      width: 71.2%;

      @media (width > 860px) {
        width: auto;
      }
    }

    .photo2 {
      position: absolute;
      right: 62%;
      top: 82%;
      z-index: 1;
      width: 33.85714%;

      @media (width > 860px) {
        width: 51.75714%;
        right: 94%;
        top: 85.3%;
      }
    }
  }

}

/* 17:30 */
.stay-layout5 {
  max-width: 1160px;
  margin-top: 9.8em;


  @media (width > 1199px) {
    margin-top: 21em;
  }

  .photo3--sp {
    position: absolute;
    right: -4.7%;
    top: -50px;
    z-index: 1;
    width: 27.75714%;

    @media (width > 860px) {
      display: none;
    }
  }

  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
      transform: translateX(-5.5%);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    width: 67.37%;
    order: 1;
    margin-right: 11.4%;

    @media (width > 860px) {
      margin-top: 2.9%;
    }

    @media (width < 768px) {
      width: 99.34545%;
      margin: 0 0 0 auto;
    }

    .photo1 {
      width: 83.8%;
      margin-left: -5.4%;

      @media (width > 860px) {
        width: 87.9%;
      }
    }

    .photo2 {
      position: absolute;
      left: 56.3%;
      top: 96%;
      z-index: 1;
      width: 37.35714%;

      @media (width > 860px) {
        top: 97.3%;
        width: 45.7%;
        left: 61%;
      }
    }

    .photo3 {
      position: absolute;
      width: 32.5%;
      right: -111.8%;
      top: 95.9%;

      @media (width < 1281px) {
        right: calc(-67.3% - 21svw);
        transform: translateX(-50%);
      }

      @media (width < 861px) {
        display: none;
      }
    }
  }
}


/* 19:00 */
.stay-layout6 {
  max-width: 1160px;
  justify-content: flex-end;
  margin-top: 24.7%;

  @media (width > 1199px) {
    margin-top: 25.1em;
  }

  .stay-item__text {
    @media (width > 860px) {
      margin-top: 1.08333%;
      width: 437px;
    }

    @media (860px < width < 1280px) {
      margin-top: 25px;
      /* transform: translateX(110px); */
    }

  }

  .stay-item__title {
    >small {
      width: min(100%, 47ch);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__photo {
    width: 43.1%;
    margin-left: 12%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 19:30 */
.stay-layout7 {
  max-width: 1160px;
  margin-top: 60px;

  @media (width > 860px) {
    margin-top: 100px;
  }


  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
      transform: translateX(6.5%);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    order: 1;
    margin-right: 29%;


    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }

    .photo {

      @media (width > 860px) {
        margin-left: -39.5%;
        width: 195.8%;
      }

      img {
        @media (860px< width < 1351px) {
          width: 97svw;
        }
      }
    }
  }
}

/* 21:00 */
.stay-layout8 {
  max-width: 1160px;
  justify-content: flex-end;
  margin-top: 60px;

  @media (width > 860px) {
    margin-top: 12.35%;
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 437px;
      /* transform: translateX(2.9svw); */
      margin-top: 1.08333%;
    }

    @media (860px < width < 1280px) {
      /* transform: translateX(100px); */
      margin-top: 25px;
    }

  }

  .stay-item__title {
    &>small {
      @media (width > 860px) {
        max-width: 47ch;
      }
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__photo {
    width: 43.1%;
    margin-left: 16.3%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 21:30 */
.stay-layout9 {
  max-width: 1160px;
  margin-top: 60px;
  padding-bottom: 10%;
  justify-content: flex-end;

  @media (width > 860px) {
    margin-top: 100px;
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 36.7%;
    }

    @media (width > 860px) {
      margin-top: 1.08333%;
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    margin-right: 29%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }

    .photo {
      @media (width > 860px) {
        margin-left: -39.5%;
        width: 195.8%;
      }
    }
  }
}

/* 6:30 */
.stay-layout10 {
  max-width: 1160px;
  margin-top: 4.8%;


  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
      transform: translateX(6.5%);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    order: 1;
    margin-right: 18.9%;
    width: 43.1%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 7:00 */
.stay-layout11 {
  max-width: 1160px;
  margin-top: 40%;
  justify-content: flex-end;


  @media (width > 860px) {
    margin-top: 10.41667%;
  }

  .photo2--sp {
    position: absolute;
    right: -4.7%;
    top: -17%;
    z-index: 1;
    width: 50.8%;

    @media (width > 860px) {
      display: none;
    }
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 437px;
      /* margin-top: 1.08333%; */
      margin-top: 25px;
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__title {
    >small {
      width: min(100%, 47ch);
    }
  }

  .stay-item__photo {
    width: 39.5%;
    margin-left: 15.9%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 0 0 auto;
    }

    .photo1 {
      width: 100%;
      margin: 0 -4.79091% 0 auto;

      @media (width > 860px) {
        width: 91.5%;
      }
    }

    .photo2 {
      display: none;

      @media (width > 860px) {
        display: block;
        width: 51.75714%;
        top: 106%;
        right: 81%;
        z-index: 0;
        position: absolute;
      }
    }
  }
}

/* 21:30 */
.stay-layout12 {
  max-width: 1160px;
  margin-top: 40px;
  justify-content: flex-end;

  @media (width > 860px) {
    margin-top: 12.01667%;
  }


  .stay-item__text {
    @media (width > 860px) {
      width: 36.7%;
    }

    @media (width > 860px) {
      margin-top: 3.58333%;
    }

    @media (860px < width < 1280px) {
      margin-top: 7.08333%;
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 60px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    margin-right: 29%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }

    .photo {
      @media (width > 860px) {
        margin-left: -39.5%;
        width: 195.8%;
      }
    }
  }
}

/* 21:00 */
.stay-layout13 {
  max-width: 1160px;
  justify-content: flex-end;
  margin-top: 40px;

  @media (width > 860px) {
    margin-top: 10.41667%;
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 437px;
      margin-top: 3.28333%;
    }

    @media (width > 1279px) {
      margin-top: 1.28333%;
      transform: translateX(90px);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__photo {
    width: 43.1%;
    margin-left: 16.3%;

    @media (width < 768px) {
      width: 96.4%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 9:30 */
.stay-layout14 {
  max-width: 1160px;
  margin-top: 40px;

  @media (width > 860px) {
    margin-top: 100px;
  }

  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
      transform: translateX(6.5%);
    }

    @media (width > 1279px) {
      transform: translateX(9.5%);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
      }

    }
  }

  .stay-item__photo {
    order: 1;
    margin-right: 18.9%;
    width: 43.1%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 10:00 */
.stay-layout15 {
  max-width: 1160px;
  justify-content: flex-end;
  margin-top: 40px;

  @media (width > 860px) {
    margin-top: 10.41667%;
  }

  .stay-item__text {
    @media (width > 860px) {
      width: 437px;
      margin-top: 1.08333%;
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(25.59svw, 368px);

      @media (width < 861px) {
        width: 2em;
      }
    }
  }

  .stay-item__photo {
    width: 43.1%;
    margin-left: 16.3%;

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
    }
  }
}

/* 10:30 */
.stay-layout16 {
  max-width: 1160px;
  position: relative;

  @media (width < 768px) {
    margin-top: 10.41667%;
  }



  .stay-item__text {
    order: 2;

    @media (width > 860px) {
      margin-top: 1.08333%;
      transform: translateX(6.5%);
    }
  }

  .stay-line {
    @media (width > 860px) {
      top: 30px;
    }

    &::before {
      width: min(7.99svw, 115px);

      @media (width < 861px) {
        width: 2em;
        content: "";
        width: 2px;
        height: 300px;
        display: block;
        background-color: #fff;
        z-index: 1;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
      }

    }
  }

  .stay-item__photo {
    width: 60.37%;
    order: 1;

    @media (width > 860px) {
      background-color: #fff;
      transform: translateY(10.1%);
      z-index: -1;
    }

    @media (width < 861px) {
      width: 99.34545%;
      margin: 0 -4.79091% 0 auto;
      z-index: 1;
    }

    .photo1,
    .photo2 {
      transform: translateY(max(-20.5%, -1px));
    }

    .photo1 {
      width: 83.8%;

      @media (width > 860px) {
        margin-left: -20.1%;
        width: 79.5%;
      }
    }

    .photo2 {
      position: absolute;
      left: -10.2%;
      top: 96%;
      z-index: 1;
      width: 37.35714%;

      @media (width > 860px) {
        top: 92.2%;
        width: 47.9%;
        left: 50.6%;
      }
    }

  }
}

.stay-guide__banner {
  max-width: 800px;
  margin-inline: auto;
  margin-block-start: 370px;
  position: relative;

  @media (width < 861px) {
    margin-top: min(45.4svw, 170px);
    padding-inline: 10px;
  }
}

.stay-guide__banner-image {
  filter: brightness(0.56);

  img {
    @media (width < 861px) {
      object-fit: cover;
      aspect-ratio: 4 / 3;
    }
  }
}

.stay-guide__banner-body {
  position: absolute;
  inset: 0;
  align-content: center;
  text-align: center;
  color: #fff;
  display: grid;
  gap: 10px;
}

.stay-guide__banner-title {
  display: grid;
  font-size: 22px;

  span {
    color: #999;
    font-size: 16px;
    line-height: 1;

    @media (width < 767px) {
      font-size: 10px;
    }
  }
}

.stay-guide__banner-link {
  border: solid 1px #fff;
  text-align: center;
  width: fit-content;
  margin-inline: auto;

  a {
    color: #fff;
    display: flex;
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 123%;
    letter-spacing: 0.2em;

    @media (width < 767px) {
      font-size: 14px;
      padding-inline: 20px;
    }
  }
}

.stay-guide__banner-link-arrow {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1 / 1;
  vertical-align: middle;
  background-color: #fff;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  mask-size: contain;
  transform: rotate(-90deg);
}