@charset "UTF-8";
/* ==========================================================================
   SAKURA GARDEN HOTEL - TOP PAGE (260629_改修 / 260707改修 準拠)
   ========================================================================== */
html {
  color-scheme: light;
}

.p-top {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333333;
  background: #ffffff;
  margin-top: 0;
}
.p-top h1,
.p-top h2,
.p-top h3,
.p-top h4,
.p-top p {
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  :where(.p-top) p {
    font-size: max(1em, 14px);
  }
}

.p-top .js-fadeUp,
.p-top .js-fadeLeft,
.p-top .js-fadeRight {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition-delay: var(--fade-delay, 0s);
}
.p-top .js-fadeUp.is-inview,
.p-top .js-fadeLeft.is-inview,
.p-top .js-fadeRight.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

.p-top .js-fadeUp {
  transform: translateY(2.5vw);
}

.p-top .js-fadeLeft {
  transform: translateX(-3.3333333333vw);
}

.p-top .js-fadeRight {
  transform: translateX(3.3333333333vw);
}

.p-top .c-en {
  font-family: "Manrope", sans-serif;
}

.p-top .c-lead {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(108, 122, 64, 0.1);
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .c-lead {
    font-size: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .c-lead {
    font-size: 8vw;
  }
}

.p-top .c-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  color: #333333;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top .c-btn2 {
    padding: 1.1666666667vw 3.3333333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .c-btn2 {
    padding: 3.2vw 8vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .c-btn2:hover {
    background: #6c7a40;
    border-color: #6c7a40;
    color: #ffffff;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-hero {
    min-height: 36.6666666667vw;
  }
}

.p-hero__swiper,
.p-hero__swiper .swiper-slide {
  height: 100%;
}

.p-hero__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.16) 100%);
}
.p-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-hero__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.p-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero__logo img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__logo img {
    width: 43.59375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__logo img {
    width: 77.5vw;
  }
}

.p-hero__text {
  margin-top: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.34em;
}
@media screen and (min-width: 768px) {
  .p-hero__text {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__text {
    font-size: 3.6vw;
  }
}

.p-hero__textChar {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.6em);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: calc(var(--i) * 0.06s);
  white-space: pre;
}
.is-active .p-hero__textChar {
  opacity: 1;
  transform: translateX(0);
}

.p-hero__scroll {
  position: absolute;
  z-index: 2;
  right: 10.8333333333vw;
  bottom: 2.5vw;
  display: flex;
  align-items: top;
  gap: 0.5208333333vw;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hero__scroll {
    right: 16.2962962963vw;
    bottom: 0;
  }
}

.p-hero__scrollText {
  writing-mode: vertical-rl;
  font-family: "Manrope", sans-serif;
  font-size: 0.625vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-hero__scrollText {
    font-size: 1.8518518519vw;
  }
}

.p-hero__scrollLine {
  position: relative;
  overflow: hidden;
  width: 1px;
  height: 7.8125vw;
  background: rgba(255, 255, 255, 0.2);
}
.p-hero__scrollLine::after {
  content: "";
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  animation: scrollFlow 1.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-hero__scrollLine {
    height: 13.8888888889vw;
  }
}

@keyframes scrollFlow {
  0% {
    top: -40%;
  }
  100% {
    top: 100%;
  }
}
.p-secHead {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-secHead {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-secHead {
    padding-top: 14vw;
  }
}

.p-secHead__en {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(108, 122, 64, 0.1);
}
@media screen and (min-width: 768px) {
  .p-secHead__en {
    font-size: 11.0416666667vw;
  }
  .p-secHead__en--experience {
    font-size: 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-secHead__en {
    font-size: 19.6296296296vw;
  }
  .p-secHead__en--experience {
    font-size: 10.5555555556vw;
  }
}

.p-secHead__ja {
  position: relative;
  margin-top: -1.6em;
  font-weight: 600;
  color: #6c7a40;
}
@media screen and (min-width: 768px) {
  .p-secHead__ja {
    font-size: 2.6666666667vw;
  }
  .p-secHead__ja--experience {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-secHead__ja {
    font-size: 5.2777777778vw;
  }
  .p-secHead__ja--experience {
    font-size: 4.2592592593vw;
  }
}

.p-secHead--left {
  text-align: left;
}
.p-secHead--left .p-secHead__en {
  text-align: left;
}
.p-secHead--left .p-secHead__ja {
  text-align: left;
}

.p-reservation {
  position: relative;
  z-index: 3;
  background: #ffffff;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-reservation {
    margin-top: -3.3333333333vw;
  }
}

.p-reservation__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ced4b7;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-reservation__inner {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reservation__inner {
    gap: 2.5vw;
    padding: 1.6666666667vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    padding: 8vw 6vw;
  }
}

.p-reservation__head {
  flex: none;
}

.p-reservation__en {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #565f31;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-reservation__en {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__en {
    font-size: 8vw;
  }
}

.p-reservation__ja {
  margin-top: 0.2083333333vw;
  font-weight: 500;
  color: #565f31;
}
@media screen and (min-width: 768px) {
  .p-reservation__ja {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__ja {
    font-size: 4vw;
  }
}

.p-reservation__widget {
  min-width: 0;
}

#booking .form-twrap-0 .input-container-title-db81ec::after,
#booking .form-twrap-1 .input-container-title-db81ec::after,
#booking .form-twrap-3 .input-container-title-db81ec::after {
  display: none !important;
}
#booking .form-twrap-0 .input-container-title-db81ec,
#booking .form-twrap-1 .input-container-title-db81ec,
#booking .form-twrap-3 .input-container-title-db81ec {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#booking .search-widget-search-container-bf1818 {
  display: grid !important;
  align-items: end;
  column-gap: 1.25vw;
  row-gap: 0.8333333333vw;
}
@media screen and (min-width: 768px) {
  #booking .search-widget-search-container-bf1818 {
    grid-template-columns: 1fr minmax(8.3333333333vw, auto);
  }
}
@media screen and (max-width: 767px) {
  #booking .search-widget-search-container-bf1818 {
    grid-template-columns: 1fr;
  }
}
#booking .search-widget-input-wrapper-eaf5bf {
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 0.8333333333vw;
  row-gap: 0.8333333333vw;
  min-width: 0;
}
#booking .search-widget-input-wrapper-eaf5bf > div:nth-child(1) {
  flex: 2 1 12.5vw;
  min-width: 0;
}
#booking .search-widget-input-wrapper-eaf5bf > div:nth-child(2) {
  display: flex !important;
  gap: 0.4166666667vw;
  min-width: 0;
}
#booking .search-widget-input-wrapper-eaf5bf > div:nth-child(2) > div {
  flex: 1 1 0;
  min-width: 0;
}
#booking .search-widget-input-wrapper-eaf5bf > div:nth-child(3) {
  flex: 1 1 6.25vw;
  min-width: 0;
}
#booking .input-container-input-container-da40af {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
  min-width: 0;
}
#booking .input-container-title-db81ec {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #565f31;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #booking .input-container-title-db81ec {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #booking .input-container-title-db81ec {
    font-size: 3.3333333333vw;
  }
}
#booking .input-container-slot-239963 {
  width: 100%;
}
#booking #tripla-searching-app form {
  background: none;
  box-shadow: none;
  width: 100% !important;
  padding: 0;
}
#booking .search-widget-calendar-9fdfc9 {
  background: #fff !important;
}
#booking .search-widget-input-34bba0,
#booking .dropdown-selector-input-6d2b0e {
  box-sizing: border-box;
  width: 100%;
  height: 2.5vw;
  padding: 0 0.8333333333vw;
  border: 1px solid rgba(86, 95, 49, 0.35);
  background: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.1458333333vw !important;
  border-radius: 0;
  min-width: auto !important;
}
@media screen and (max-width: 767px) {
  #booking .search-widget-input-34bba0,
  #booking .dropdown-selector-input-6d2b0e {
    height: 5.5vw;
    padding: 0 1.4814814815vw !important;
    font-size: 3.3333333333vw !important;
  }
}
#booking select.search-widget-input-34bba0,
#booking .dropdown-selector-input-6d2b0e {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c7a40' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 0.7291666667vw center;
  background-size: 1.0416666667vw !important;
  padding-right: 1.875vw;
}
@media screen and (max-width: 767px) {
  #booking select.search-widget-input-34bba0,
  #booking .dropdown-selector-input-6d2b0e {
    background-size: 3.1481481481vw !important;
  }
}
#booking .dropdown-selector-container-ef1ce2 {
  position: relative;
}
#booking .dropdown-dropdown-f4f232 {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.4166666667vw);
  left: 0;
  background: #ffffff;
  border: 1px solid #d8d2c0;
  box-shadow: 0 0.4166666667vw 1.25vw rgba(0, 0, 0, 0.12);
  padding: 0.8333333333vw;
}
#booking .dropdown-hidden-0be5d9 {
  display: none;
}
#booking .count-picker-count-row-c57a77 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4166666667vw 0;
}
#booking .count-picker-count-row-c57a77 + .count-picker-count-row-c57a77 {
  border-top: 1px solid #d8d2c0;
}
#booking .count-picker-label-b478f8 {
  font-size: 0.6770833333vw;
  color: #333333;
}
#booking .count-picker-label-b478f8 span {
  display: block;
  font-size: 0.5729166667vw;
  color: #6b6b6b;
}
#booking .count-picker-count-picker-72f2b6 {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
#booking .count-picker-left-7f931d,
#booking .count-picker-right-b9d0cd {
  width: 1.25vw;
  height: 1.25vw;
  cursor: pointer;
}
#booking .count-picker-left-7f931d::before,
#booking .count-picker-right-b9d0cd::before {
  content: "";
}
#booking .count-picker-count-picker-72f2b6 .count-picker-left-7f931d,
#booking .count-picker-count-picker-72f2b6 .count-picker-right-b9d0cd {
  background-size: 100% !important;
}
@media screen and (min-width: 768px) {
  #booking .search-widget-button-wrapper-d2b715 {
    grid-column: 2;
    grid-row: 1;
    min-width: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #booking .search-widget-button-wrapper-d2b715 {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
}
#booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
  height: 2.5vw;
  padding: 0 1.6666666667vw;
  border: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
    min-width: 8.3333333333vw;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  #booking .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
    height: 5.5vw;
    width: 100%;
    font-size: 2.962962963vw;
  }
}
#booking .room-search-box {
  width: 100% !important;
}
#booking .search-widget-day-use-wrapper-fc1ff9 {
  display: flex !important;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (min-width: 768px) {
  #booking .search-widget-day-use-wrapper-fc1ff9 {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  #booking .search-widget-day-use-wrapper-fc1ff9 {
    align-items: baseline;
    grid-column: 1;
    grid-row: 3;
  }
}
#booking .search-widget-day-use-block-da04c0,
#booking .search-widget-undated-block-f135c8 {
  display: flex;
  align-items: center;
}
#booking .search-widget-day-use-block-da04c0 label,
#booking .search-widget-undated-block-f135c8 label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #565f31;
}
@media screen and (min-width: 768px) {
  #booking .search-widget-day-use-block-da04c0 label,
  #booking .search-widget-undated-block-f135c8 label {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #booking .search-widget-day-use-block-da04c0 label,
  #booking .search-widget-undated-block-f135c8 label {
    font-size: 2.2222222222vw;
  }
}
#booking .switch-switch-e8f4ca {
  position: relative;
  display: inline-block;
  width: 1.875vw;
  height: 1.0416666667vw;
  margin-right: 0.4166666667vw;
  background: #ccc;
  border-radius: 99px;
  transition: background 0.2s ease;
  flex: none;
}
@media screen and (max-width: 767px) {
  #booking .switch-switch-e8f4ca {
    width: 7vw;
    height: 4vw;
  }
}
#booking .switch-checkbox-496f6c:checked + .switch-switch-e8f4ca {
  background: #6c7a40;
}
#booking .switch-checkbox-496f6c:checked + .switch-switch-e8f4ca::before {
  transform: translateX(0.8333333333vw);
}
@media screen and (max-width: 767px) {
  #booking .search-widget-two-picker-wrapper-4ca735 {
    flex: auto !important;
  }
  #booking input {
    font-size: 2.037037037vw !important;
    padding: 0.5em 1em !important;
  }
}

.p-roomBg {
  background: url("../img/roomBg.jpg") top right no-repeat;
  background-size: cover;
  padding-bottom: 10.8333333333vw;
}

.p-roomIntro {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-roomIntro {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomIntro {
    padding-bottom: 10vw;
  }
}
.p-roomIntro .p-secHead {
  text-align: left;
  padding-left: 10.4166666667vw;
}
.p-roomIntro .p-secHead .p-secHead__ja {
  padding-left: 1.5em;
}

.p-roomIntro__head {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-roomIntro__head {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomIntro__head {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-roomIntro__lead {
    font-size: 1.0416666667vw;
    line-height: 1.9;
    text-align: left;
    margin-top: -2em;
  }
}
@media screen and (max-width: 767px) {
  .p-roomIntro__lead {
    margin-top: 4vw;
    font-size: 3.4vw;
    line-height: 1.9;
  }
}

.p-roomSlider {
  position: relative;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-roomSlider {
    margin-top: 8vw;
  }
}

.p-roomSlider__swiper {
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .p-roomSlider__swiper {
    padding: 0 14%;
  }
}
@media screen and (max-width: 767px) {
  .p-roomSlider__swiper {
    padding: 0 5vw;
  }
}

@media screen and (min-width: 768px) {
  .p-roomSlider__swiper .swiper-slide {
    width: 40.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomSlider__swiper .swiper-slide {
    width: 70vw;
  }
}

.p-roomCard {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #111;
  transition: transform 0.5s ease;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-roomCard {
    aspect-ratio: 866/605;
    transform: scale(0.78);
  }
}
@media screen and (max-width: 767px) {
  .p-roomCard {
    aspect-ratio: 866/605;
    transform: scale(0.78);
  }
}

.swiper-slide-active .p-roomCard {
  z-index: 2;
  transform: scale(1);
}

.p-roomCard__swiper {
  width: 100%;
  height: 100%;
}

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

.p-roomCard__pagination {
  position: absolute;
  z-index: 3;
  top: 1.1666666667vw !important;
  left: 1.1666666667vw !important;
  transform: none !important;
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .p-roomCard__pagination {
    top: 1.8518518519vw !important;
    left: 2.7777777778vw !important;
  }
}

.p-roomCard__pagination .swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 !important;
}
.p-roomCard__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6c7a40;
}
@media screen and (max-width: 767px) {
  .p-roomCard__pagination .swiper-pagination-bullet {
    width: 1.4814814815vw;
    height: 1.4814814815vw;
  }
}

.p-roomCard__label {
  position: absolute;
  z-index: 3;
  left: 1.3333333333vw;
  bottom: 1.3333333333vw;
  color: #ffffff;
  pointer-events: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-roomCard__label {
    left: 3.5740740741vw;
    bottom: 2.3703703704vw;
  }
}

.p-roomCard__labelEn {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-roomCard__labelEn {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomCard__labelEn {
    font-size: 2.5925925926vw;
  }
}

@media screen and (min-width: 768px) {
  .p-roomCard__labelJa {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomCard__labelJa {
    font-size: 1.2962962963vw;
  }
}

.p-roomSlider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-roomSlider__nav {
    gap: 42.0833333333vw;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-roomSlider__nav {
    position: static;
    justify-content: space-between;
    gap: 4vw;
    margin: 2vw 0 0;
  }
}

.p-roomSlider__navBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6c7a40;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.p-roomSlider__navBtn:hover {
  background: #565f31;
}
@media screen and (min-width: 768px) {
  .p-roomSlider__navBtn {
    width: 2.625vw;
    height: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomSlider__navBtn {
    width: 7.4074074074vw;
    height: 7.4074074074vw;
  }
}
@media screen and (min-width: 768px) {
  .p-roomSlider__navBtn svg {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomSlider__navBtn svg {
    width: 3.2407407407vw;
    height: 3.2407407407vw;
  }
}
.p-roomSlider__navBtn.is-prev {
  transform: translateX(-9.2592592593vw);
}
.p-roomSlider__navBtn.is-next {
  transform: translateX(9.2592592593vw);
}

.p-roomPanels {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  position: relative;
  margin-top: 1.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-roomPanels {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomPanels {
    padding: 0 16.6666666667vw;
  }
}

.p-roomPanel {
  display: none;
}
.p-roomPanel.is-active {
  display: block;
}

.p-roomPanel__text {
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-roomPanel__text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomPanel__text {
    font-size: 3.6vw;
  }
}

.p-roomPanel__spec {
  margin-top: 1.3333333333vw;
  display: inline-block;
  text-align: left;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-roomPanel__spec {
    padding: 2.375vw 3.5625vw;
    font-size: 1.0833333333vw;
    min-width: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomPanel__spec {
    padding: 4vw 5vw;
    font-size: 3.2vw;
  }
}
.p-roomPanel__spec li {
  line-height: 1.8;
}
.p-roomPanel__spec li:before {
  content: "●";
  color: #6c7a40;
  padding-right: 0.3em;
}

.p-roomPanel__link {
  margin: 0.6458333333vw auto 0;
  max-width: 38vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-roomPanel__link {
    max-width: 100%;
  }
}

.p-roomPanel__link a {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.08em;
  color: #6c7a40;
  border-bottom: 1px solid #6c7a40;
  padding-bottom: 0.1666666667vw;
}
@media screen and (min-width: 768px) {
  .p-roomPanel__link a {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-roomPanel__link a {
    font-size: 3.2vw;
  }
}
.p-roomPanel__link a:hover {
  opacity: 0.7;
}

.p-galleryStrip {
  margin-top: 4.1666666667vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-galleryStrip {
    margin-top: 10vw;
  }
}

.p-galleryStrip__track {
  display: flex;
  width: max-content;
  gap: 0.3333333333vw;
  animation: p-galleryStrip-loop 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-galleryStrip__track {
    gap: 0.8888888889vw;
    animation-duration: 26s;
  }
}

@keyframes p-galleryStrip-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-galleryStrip__item {
  flex: 0 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-galleryStrip__item {
    width: 15vw;
    height: 11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-galleryStrip__item {
    width: 40vw;
    height: 30vw;
  }
}
.p-galleryStrip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-experience {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-experience {
    padding: 2.0833333333vw 0 16.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience {
    padding: 2.7777777778vw 0;
  }
}

.p-experience__inner {
  width: 76%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-experience__inner {
    width: 100%;
  }
}

.p-experience__leaf {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-experience__leaf {
    left: -3.3333333333vw;
    top: 1.0416666667vw;
    width: 16.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__leaf {
    left: -6vw;
    top: 10vw;
    width: 42vw;
  }
}

.p-experience__leaf2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .p-experience__leaf2 {
    right: -3.3333333333vw;
    bottom: 1.0416666667vw;
    width: 22.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__leaf2 {
    right: -6vw;
    top: inherit;
    bottom: 0;
    width: 53.5185185185vw;
  }
}

.p-experience__kicker {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 1.6666666667vw;
  font-weight: 600;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-experience__kicker {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__kicker {
    font-size: 4.6vw;
  }
}

.p-experience__feature {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin-top: 8.8541666667vw;
}
@media screen and (max-width: 767px) {
  .p-experience__feature {
    flex-direction: column;
    gap: 6vw;
  }
  .p-experience__feature + .p-experience__feature {
    padding-bottom: 27.7777777778vw;
  }
}

.p-experience__img {
  flex: 1 1 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-experience__img {
    height: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__img {
    width: 90%;
    height: 60vw;
    order: 0;
  }
}
.p-experience__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-experience__body {
  flex: 1 1 30%;
}
@media screen and (max-width: 767px) {
  .p-experience__body {
    order: 1;
  }
}

.p-experience__label {
  letter-spacing: 0.1em;
  color: #6c7a40;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-experience__label {
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__label {
    font-size: 4.4vw;
  }
}

.p-experience__title {
  color: #6c7a40;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-experience__title {
    font-size: 2.5vw;
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__title {
    font-size: 6.4vw;
    margin: 0.9259259259vw 0 9.2592592593vw;
  }
}

.p-experience__text {
  margin-top: 1.6666666667vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-experience__text {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-experience__text {
    font-size: 3.6vw;
  }
}
.p-experience__text p + p {
  margin-top: 1.6em;
}

.p-experience__btn {
  margin-top: 2.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-experience__btn {
    margin: 9.2592592593vw 0;
  }
}

.p-breakfast {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-breakfast {
    padding: 10.6770833333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast {
    padding: 14vw 0;
  }
}
.p-breakfast:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-breakfast.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: 1;
}

.p-breakfast__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.125vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-breakfast__inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 8vw;
  }
}

.p-breakfast__img {
  overflow: hidden;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-breakfast__img {
    width: 40%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.p-breakfast__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-breakfast__card {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-breakfast__card {
    padding: 0 0 0 3.8541666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__card {
    padding: 8vw 0;
  }
}

.p-breakfast__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-breakfast__head {
    display: block;
    text-align: center;
  }
}

.p-breakfast__label {
  background: #6c7a40;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .p-breakfast__label {
    padding: 0.5208333333vw 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__label {
    padding: 2vw 4vw;
    font-size: 3vw;
    display: inline-block;
  }
}

.p-breakfast__time {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-breakfast__time {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__time {
    display: block;
    font-size: 3.2vw;
    margin-top: 0.2em;
  }
}

.p-breakfast__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-breakfast__title {
    margin-top: 1.25vw;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__title {
    margin-top: 4vw;
    font-size: 5.6vw;
    text-align: center;
  }
}

.p-breakfast__text {
  position: relative;
  z-index: 1;
  color: #333333;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-breakfast__text {
    margin-top: 1.25vw;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-breakfast__text {
    margin-top: 4vw;
    font-size: 3.4vw;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-recommend {
    padding: 0 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 12vw;
  }
}

.p-recommend__banner {
  background-image: url("../img/DSC09872.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-recommend__banner {
    height: 20.8333333333vw;
    margin-bottom: 3.3333333333vw;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__banner {
    height: 60vw;
    margin-bottom: 10vw;
  }
}

.p-recommend__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__inner {
    width: 100%;
    padding-top: 0 !important;
  }
}

.p-recommend__vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-weight: 600;
  line-height: 1;
  color: rgba(108, 122, 64, 0.1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-recommend__vertical {
    position: absolute;
    z-index: 0;
    left: 1.0416666667vw;
    top: 2.0833333333vw;
    font-size: 9.2708333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__vertical {
    position: absolute;
    top: 0;
    left: 4.6296296296vw;
    font-size: 16.4814814815vw;
    letter-spacing: 0.2em;
    margin-bottom: 2vw;
  }
}

.p-recommend__verticalJa {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  color: #6c7a40;
}
@media screen and (min-width: 768px) {
  .p-recommend__verticalJa {
    position: absolute;
    z-index: 1;
    left: 6.3541666667vw;
    top: 7%;
    writing-mode: vertical-rl;
    font-size: 2.65625vw;
    letter-spacing: 0.25em;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__verticalJa {
    writing-mode: vertical-rl;
    font-size: 5.5555555556vw;
    letter-spacing: 0.04em;
  }
}

.p-recommend__head {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recommend__head {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__head {
    padding-left: 9.375vw;
    padding-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__head {
    display: flex;
    padding-top: 6vw;
  }
}

.p-recommend__lead {
  margin-top: 0.8333333333vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recommend__lead {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__lead {
    font-size: 2.7777777778vw;
    margin-left: 2em;
  }
}

.p-recommend__grid {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  position: relative;
  z-index: 1;
  margin-top: 3.3333333333vw;
  display: grid;
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .p-recommend__grid {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__grid {
    padding-left: 9.375vw;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8vw;
    gap: 2vw 1.5vw;
    padding: 0;
  }
}

.p-planCard {
  display: block;
  color: #333333;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .p-recommend__grid .p-planCard:nth-child(3n+1) {
    --fade-delay: 0s;
  }
  .p-recommend__grid .p-planCard:nth-child(3n+2) {
    --fade-delay: 0.12s;
  }
  .p-recommend__grid .p-planCard:nth-child(3n+3) {
    --fade-delay: 0.24s;
  }
}

.p-planCard__img {
  overflow: hidden;
  aspect-ratio: 437/246;
}
.p-planCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.p-planCard:hover .p-planCard__img img {
  transform: scale(1.06);
}

.p-planCard__title {
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  background: #fff;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-planCard__title {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-planCard__title {
    font-size: 2.6666666667vw;
  }
}

.p-recommend__more {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recommend__more {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__more {
    margin-top: 8vw;
  }
}

.p-aboutBanner {
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-aboutBanner {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBanner {
    padding: 14vw 0;
  }
}
.p-aboutBanner::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(12, 22, 8, 0.42);
}

.p-aboutBanner__img {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("../img/DSC09856.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-aboutBanner__img {
    background-attachment: fixed;
  }
}

.p-aboutBanner__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  position: relative;
  z-index: 2;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .p-aboutBanner__inner {
    padding: 0 6vw;
  }
}

.p-aboutBanner__title {
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-aboutBanner__title {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBanner__title {
    font-size: 7.4vw;
  }
}

.p-aboutBanner__text {
  margin-top: 2.5vw;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-aboutBanner__text {
    font-size: 1.09375vw;
    max-width: 46.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutBanner__text {
    font-size: 3.6vw;
  }
}
.p-aboutBanner__text p + p {
  margin-top: 1.6em;
}

@media screen and (min-width: 768px) {
  .p-topics {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 14vw 0;
  }
}
.p-topics .p-secHead__en {
  font-size: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-topics .p-secHead__en {
    flex: 0 0 100%;
    font-size: 8vw;
  }
}
.p-topics .p-secHead__ja {
  font-size: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .p-topics .p-secHead__ja {
    margin-top: 0;
    font-size: 4vw;
  }
}

.p-topics__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  display: flex;
  width: 76%;
  gap: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-topics__inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__inner {
    flex-direction: column-reverse;
    gap: 3vw;
    width: 100%;
  }
}

.p-topics__swiperWrap {
  position: relative;
  flex: 1 1 78%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-topics__swiperWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2vw 0;
    width: calc(100% + 6vw);
  }
}

.p-topics__swiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topics__swiper {
    order: 3;
    flex: 1 0 100%;
  }
}

.p-topics__card {
  display: block;
  color: #333333;
}

.p-topics__cardImg {
  overflow: hidden;
  aspect-ratio: 364/236;
}
.p-topics__cardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-topics__date {
  margin-top: 1vw;
  font-family: "Manrope", sans-serif;
  color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .p-topics__date {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__date {
    margin-top: 2vw;
    font-size: 2vw;
  }
}

.p-topics__title {
  margin-top: 0.5vw;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-topics__title {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__title {
    margin-top: 1vw;
    font-size: 2.3333333333vw;
  }
}

.p-topics__navBtn {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-topics__navBtn {
    position: absolute;
    top: 40%;
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__navBtn {
    position: static;
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-topics__navBtn svg {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__navBtn svg {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-topics__navBtn.is-prev {
    left: -1vw;
  }
  .p-topics__navBtn.is-next {
    right: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__navBtn.is-next {
    margin-left: 1.5vw;
  }
}

.p-topics__side {
  flex: 1 1 22%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topics__side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
}

.p-topics__more {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  .p-topics__more {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-infoAccessWrap {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-hotelInfo {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-access {
    order: 1;
  }
}

.p-hotelInfo {
  background: #e4e2d0;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo {
    padding: 0 0 6.25vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo {
    padding: 14vw 0;
  }
}
.p-hotelInfo .p-secHead__en {
  font-size: 5.9375vw;
}
.p-hotelInfo .p-secHead__ja {
  font-size: 2.1875vw;
}

.p-hotelInfo__inner {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  width: 76%;
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__inner {
    width: 100%;
  }
}

.p-hotelInfo__basic {
  display: grid;
  margin-top: 5.2083333333vw;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__basic {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__basic {
    display: flex;
    flex-wrap: wrap;
    gap: 8vw 4vw;
    margin-top: 8vw;
  }
}

.p-hotelInfo__item {
  display: flex;
  gap: 0.8333333333vw;
}
.p-hotelInfo__item img {
  width: 2.1666666667vw;
  height: 2.1666666667vw;
  flex: none;
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__item {
    width: 45%;
  }
  .p-hotelInfo__item:last-child {
    width: 100%;
  }
  .p-hotelInfo__item img {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    margin: 0.2em 0.1em 0 0;
  }
}

.p-hotelInfo__itemTitle {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__itemTitle {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__itemTitle {
    font-size: 3.1481481481vw;
  }
}

.p-hotelInfo__itemText {
  margin-top: 0.3333333333vw;
  color: #6b6b6b;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__itemText {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__itemText {
    font-size: 2.7777777778vw;
  }
}

.p-hotelInfo__notes {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__notes {
    grid-template-columns: 1fr 1fr;
    gap: 4.1666666667vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__notes {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-top: 10vw;
  }
}

.p-hotelInfo__notesTitle {
  position: relative;
  text-align: center;
  color: #6c7a40;
  font-weight: 600;
  padding-bottom: 1vw;
}
.p-hotelInfo__notesTitle span {
  background: #e4e2d0;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__notesTitle {
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__notesTitle {
    font-size: 4vw;
  }
}
.p-hotelInfo__notesTitle::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0.9375vw;
  width: 100%;
  height: 1px;
  background: #6c7a40;
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__notesTitle::after {
    top: 2.4074074074vw;
  }
}

.p-hotelInfo__notesList {
  margin-top: 1.6666666667vw;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-hotelInfo__notesList {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-hotelInfo__notesList {
    font-size: 3.2vw;
  }
}
.p-hotelInfo__notesList li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-access {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 7.5vw 0 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 14vw 0 26vw;
  }
}

.p-access__info {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access__info {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__info {
    max-width: 57.2916666667vw;
  }
}

.p-access__watermark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-access__watermark {
    left: -1.0416666667vw;
    top: -3.125vw;
    width: 26.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__watermark {
    left: inherit;
    right: 0;
    top: -4vw;
    width: 70vw;
  }
}

.p-access__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-access__body {
    padding-top: 6.25vw;
    padding-left: 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__body {
    padding-top: 30vw;
  }
}

.p-access__logo {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6c7a40;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-access__logo {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__logo {
    font-size: 5.6vw;
    letter-spacing: 0.02em;
  }
}

.p-access__text {
  margin-top: 0.8333333333vw;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__text {
    font-size: 3.4vw;
  }
}

.p-access__rows {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
@media screen and (max-width: 767px) {
  .p-access__rows {
    margin-top: 2em;
  }
}

.p-access__row {
  display: flex;
  align-items: flex-start;
  gap: 0.8333333333vw;
  line-height: 1.9;
}
.p-access__row img {
  flex: none;
  margin-top: 0.4166666667vw;
}
@media screen and (min-width: 768px) {
  .p-access__row img {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__row img {
    width: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .p-access__row {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__row {
    font-size: 3.4vw;
  }
}

.p-access__rowSub {
  margin-top: 0.1041666667vw;
}
@media screen and (min-width: 768px) {
  .p-access__rowSub {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__rowSub {
    font-size: 3vw;
  }
}

.p-access__map {
  max-width: 106.6666666667vw;
  margin: 0 auto;
  padding: 0 3.3333333333vw;
  width: 76%;
  max-width: 72.34375vw;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__map {
    width: 100%;
    margin-top: 10vw;
    max-width: 100%;
  }
}
.p-access__map iframe {
  width: 100%;
  height: 22.9166666667vw;
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    height: 70vw;
  }
}

.p-cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  width: 90%;
  max-width: 41.5625vw;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .p-cta {
    max-width: 80%;
    bottom: -13vw;
  }
}

.p-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.5625vw;
  background: #e5ead8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  color: #6c7a40;
  transition: background 0.3s ease;
  border-radius: 0.5208333333vw;
}
@media screen and (min-width: 768px) {
  .p-cta a {
    padding: 2.1354166667vw;
    font-size: 2.1354166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta a {
    padding: 6vw;
    font-size: 4.2vw;
  }
}
.p-cta a img {
  width: 2.96875vw;
}
@media screen and (max-width: 767px) {
  .p-cta a img {
    width: 5.2777777778vw;
  }
}
.p-cta a:hover {
  background: #e3dcc8;
}

.p-access {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding: 7.5vw 0 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    padding: 14vw 0 26vw;
  }
}

#tripla-chat-circle-icon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

body.is-loaded #tripla-chat-circle-icon {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=sgh-v2-top.css.map */
