.fv__sidebar {
  display: none;
}

.fv__swiper .swiper-button-next,
.fv__swiper .swiper-button-prev {
  position: relative;
  top: 3px;
  left: auto;
  right: auto;
  margin-top: 0;
}

.fv__swiper .swiper-slide {
  width: 100%;
}
.fv__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fv__swiper .swiper-buttons {
  display: flex;
  justify-content: space-between;
  width: 99px;
  margin: 8px auto 29px;
  align-items: center;
}
.fv__swiper .swiper-pagination {
  position: static;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 24px;
}
.fv__swiper .swiper-pagination-current {
  font-size: 24px;
  line-height: 32px;
}
.fv__swiper .swiper-button-prev,
.fv__swiper .swiper-button-next {
  width: 14px;
  height: 14px;
  background-image: url(../images/common/fv-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: brightness(1.3);
}
.fv__swiper .swiper-button-next {
  transform: scaleX(-1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.fv__swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-title {
  font-size: 40px;
  line-height: 1.8;
  font-family: "Poiret One", sans-serif;
  color: #996c33;
  text-align: center;
  font-weight: 400;
}

.section-intro {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Shippori Mincho", sans-serif;
  text-align: center;
  margin: 24px auto 0;
  letter-spacing: 2px;
}

.service {
  padding: 0 27.5px;
  overflow: hidden;
}

.service__image {
  display: block;
  margin: 48px auto 24px;
  width: min(85.33vw, 450px);
  aspect-ratio: 320 / 214;
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.service__content {
  position: relative;
  padding-bottom: 40px;
}

.service__content * {
  position: relative;
}

.service__content::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - min(85.33vw, 450px) * 214 / 320 / 2);
  position: absolute;
  left: -27.5px;
  bottom: 0;
  background: linear-gradient(90deg, #75cfc3 0%, #effffd 100%);
  z-index: 0;
}

.room,
.access {
  padding: 32px 27.5px 40px;
}

.room__image,
.access__image {
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  margin: 24px auto;
  display: block;
  width: 100%;
  max-width: 450px;
}

.access__image {
  margin-top: 40px;
}

.room .body-copy,
.access .body-copy {
  width: fit-content;
  margin: 0 auto;
}

.sightseeing {
  padding: 40px 0;
  overflow: hidden;
}

.ssSwiper {
  position: relative;
  margin: 24px 0 0 0;
  padding-top: 40px;
}

.ssSwiper .swiper-slide {
  width: min(85.33vw, 320px);
}

.ssSwiper::before {
  content: "";
  display: block;
  height: 280px;
  width: min(85.33vw, 320px);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #75cfc3 0%, #effffd 100%);
  border-radius: 0 64px 64px 0;
}

.ssSwiper .swiper-wrapper {
  padding-left: 24px;
}

.ssSwiper .swiper-slide {
  width: min(85.33vw, 320px);
}

.swiper-slide__image {
  border-radius: 8px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  aspect-ratio: 1;
  object-fit: cover;
}

.swiper-slide__title {
  margin: 16px 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
}

.ssSwiper .body-copy {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ssSwiper .swiper-buttons {
  width: calc(min(85.33vw, 320px) - 7px);
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.ssSwiper .swiper-button-prev,
.ssSwiper .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-image: url(../images/common/swiper-arrow.svg);
  background-size: contain;
  background-color: transparent;
}

.ssSwiper .swiper-button-next {
  transform: scaleX(-1);
}

.info {
  padding: 40px 27.5px 80px;
}

.info__image {
  display: block;
  width: min(85.33vw, 450px);
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  margin: 24px auto 32px;
}

.info__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info__item {
  padding: 0 16px 8px;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}

.info__item-date {
  font-size: 14px;
  line-height: 16px;
}

.info__item-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.info__item-link {
  font-size: 12px;
  padding: 2px 14px;
  width: 92px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info .link {
  margin-top: 32px;
}

@media (min-width: 768px) {
  @media (min-width: 840px) {
    .header {
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      opacity: 0;
      transform: translateY(-76px);
    }

    .header.show {
      opacity: 1;
      transform: translateY(0);
    }

    main {
      margin-top: 0;
    }

    .fv {
      position: relative;
      min-height: 700px;
    }

    .fv__sidebar {
      position: absolute;
      padding: 64px 0 93px 64px;
      max-height: 100vh;
      top: 0;
      left: 0;
      display: flex;
      height: 100%;
      flex-direction: column;
      z-index: 10;
    }

    .swiper-slide--hotel:first-child img {
      object-position: bottom;
    }

    .fv__sidebar-logo {
      height: 65px;
      width: auto;
    }

    .fv__sidebar-list {
      margin-top: 64px;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .fv__sidebar-item {
      font-size: 16px;
      line-height: 1.5;
      font-family: "Shippori Mincho", serif;
      font-weight: 700;
    }

    .fv__sidebar-item a {
      display: block;
      width: fit-content;
    }

    .fv__sidebar-item a::after {
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background-color: var(--accent-color);
      transition: all 0.3s ease;
    }

    .fv__sidebar-item:hover a::after {
      width: 100%;
    }

    .fv__swiper {
      padding: 64px 0 93px 280px;
      height: 100%;
      min-height: 700px;
      /* max-height: 100vh; */
    }

    .fv__yoyaku {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding-top: 40px;
      margin-top: auto;
    }

    .fv__yoyaku-title {
      background-color: var(--accent-color);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      height: 22px;
      line-height: 1;
      border-radius: 4px;
      display: block;
      padding: 4px 19.5px;
    }

    .fv__yoyaku-tel {
      font-size: 24px;
      line-height: 32px;
      font-family: "Shippori Mincho", serif;
      font-weight: 700;
    }

    .fv__yoyaku small {
      font-size: 12px;
    }

    .fv__swiper .swiper-buttons {
      margin: 25px 64px 0 auto;
    }

    .fv__swiper .swiper-slide img {
      width: 100%;
      height: calc(100vh - 157px);
      min-height: 540px;
      object-fit: cover;
      border-radius: 64px 0 0 64px;
    }
  }

  .service {
    padding: 120px 27.5px 0;
  }

  .section-title {
    font-size: 80px;
    line-height: 1;
  }

  .section-intro {
    font-size: min(24px, 2.9vw);
    line-height: 1.5;
    margin: 32px auto 0;
  }

  .service__content {
    padding-bottom: 80px;
  }

  .service__image {
    margin: 32px auto;
    width: 856px;
    aspect-ratio: 856 / 300;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    object-fit: cover;
  }

  .service .link {
    margin-top: 32px;
  }

  .room {
    position: relative;
    padding: 120px 27.5px 120px max(20px, calc(167px + 50vw - 683px));
    display: flex;
    align-items: center;
    gap: clamp(30px, calc(88px + 50vw - 540px), 88px);
  }

  .room .section-title {
    position: absolute;
    /* right: -93px;
    right: -165px; */
    right: clamp(-165px, calc(-165px + 50vw - 683px), -93px);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .room__image {
    margin: 0;
    width: min(504px, 40vw);
    max-width: 504px;
  }

  .room__wrapper .section-intro {
    text-align: left;
    margin-top: 0;
    margin-bottom: 32px;
  }

  @media (max-width: 840px) {
    .room__wrapper {
      padding-right: 80px;
    }
  }

  .room .link {
    margin: 32px 0 0 0;
  }

  .room .body-copy {
    margin: 0;
  }

  .sightseeing {
    padding: 0 0 0 max(20px, calc(167px + 50vw - 683px));
    position: relative;
  }

  .sightseeing::before {
    display: none;
    content: "";
    display: block;
    height: 288px;
    width: calc(100% - 167px);
    position: absolute;
    left: 0;
    top: 74px;
    background: linear-gradient(90deg, #75cfc3 0%, #effffd 100%);
    border-radius: 0 64px 64px 0;
    z-index: -1;
  }

  .sightseeing .section-title {
    text-align: left;
  }

  .sightseeing .section-intro {
    text-align: left;
    margin-top: 64px;
  }

  .ssSwiper {
    margin-top: 0;
    padding-top: 28px;
    position: relative;
    left: -12px;
    width: calc(100% + 12px);
  }

  .ssSwiper::before {
    display: none;
  }

  .ssSwiper .swiper-wrapper {
    padding-left: 12px;
  }

  .ssSwiper .swiper-buttons {
    width: 128px;
    margin: 52px 0 0 12px;
  }

  .ssSwiper .swiper-slide {
    width: 328px !important;
    position: relative;
  }

  @media (min-width: 1200px) {
    .ssSwiper .swiper-slide::after {
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background-color: #c0c0c0;
      right: -57px;
      top: 0;
    }
  }

  .sightseeing .link {
    position: absolute;
    bottom: 0;
    right: 167px;
    z-index: 1000;
  }

  .access {
    padding: 112px 0 0 max(20px, calc(167px + 50vw - 683px));
  }

  .access .section-title {
    text-align: left;
  }

  .access__wrapper {
    display: flex;
    margin-top: 40px;
    gap: clamp(30px, calc(78px + 50vw - 600px), 78px);
    justify-content: right;
    align-items: center;
  }

  .access__image {
    margin: 0;
    border-radius: 64px 0 0 64px;
    aspect-ratio: 671 / 377;
    width: 49.2vw;
    max-width: none;
  }

  .access .section-intro {
    margin-top: 0;
    text-align: left;
  }

  .access .link {
    margin-left: 0;
    margin-top: 32px;
  }

  .info {
    padding: 120px 27.5px 219px;
    position: relative;
  }

  .info .section-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    left: -220px;
    left: -120px;
    left: clamp(-220px, calc(-220px + 50vw - 683px), 45px);
  }

  .info__wrapper {
    display: flex;
    gap: clamp(30px, calc(112px + 50vw - 630px), 112px);
    width: fit-content;
    max-width: 1032px;
    margin: 0 auto;
    align-items: center;
    padding: 0 0 0 80px;
    box-sizing: content-box;
  }

  .info__image {
    margin: 0;
    width: 40.32%;
    max-width: 504px;
  }

  .info .link {
    margin: 40px 0 0 auto;
  }

  .info__item {
    display: flex;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
    gap: 24px;
    align-items: center;
  }

  .info__item-date {
    line-height: 28px;
  }

  .info__item-title {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: calc(100% - 70px - 48px - 120px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
  }

  .info__item-link {
    font-size: 12px;
    padding: 2px 14px;
    width: 102px;
    height: 25px;
    border-radius: 12.5px;
    border: 1px solid #000;
    position: absolute;
    top: auto;
    bottom: 17.5px;
    transform: unset;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .info__item:hover .info__item-link {
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    color: #fff;
  }
}
