@charset "UTF-8";
/**************************************/
/* -------------------------------------------
 * stay-intro
 * -------------------------------------------*/
.stay-intro {
  padding-bottom: clamp(5rem, 9.7619047619vw, 16.4rem);
}

.stay-intro__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 14%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: clamp(3.5rem, 4.7619047619vw, 8rem);
}
@media (max-width: 834px) {
  .stay-intro__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stay-intro__title {
  font-family: var(--ff-shippori);
  font-size: clamp(2.4rem, 2.380952381vw, 4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.stay-intro__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5%;
}
@media (max-width: 834px) {
  .stay-intro__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.stay-intro__link {
  padding: 2.8rem 5%;
  aspect-ratio: 300/390;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 834px) {
  .stay-intro__link {
    padding-block: 1.5rem;
  }
}
.stay-intro__link::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #434c5d), to(transparent));
  background-image: linear-gradient(to top, #434c5d 12%, transparent);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.stay-intro__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  position: relative;
  z-index: 2;
}

.stay-intro__item--sauna .stay-intro__label--ja {
  width: 5.5rem;
  aspect-ratio: 55/52;
}
@media (max-width: 834px) {
  .stay-intro__item--sauna .stay-intro__label--ja {
    width: 2.75rem;
  }
}
.stay-intro__item--activity .stay-intro__label--ja {
  width: 5.7rem;
  aspect-ratio: 57/54;
}
@media (max-width: 834px) {
  .stay-intro__item--activity .stay-intro__label--ja {
    width: 2.85rem;
  }
}
.stay-intro__item--bbq .stay-intro__label--ja {
  width: 5.7rem;
  aspect-ratio: 57/57;
}
@media (max-width: 834px) {
  .stay-intro__item--bbq .stay-intro__label--ja {
    width: 2.85rem;
  }
}
.stay-intro__item--bar-time .stay-intro__label--ja {
  width: 5.4rem;
  aspect-ratio: 54/53;
}
@media (max-width: 834px) {
  .stay-intro__item--bar-time .stay-intro__label--ja {
    width: 2.7rem;
  }
}

.stay-intro__label--en {
  font-family: var(--ff-gilda);
  color: var(--cream);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.stay-intro__item--sauna {
  background: url(../img/stay/intro_sauna01.webp) no-repeat center center/cover;
}

.stay-intro__item--activity {
  background: url(../img/stay/intro_activity01.webp) no-repeat center center/cover;
}

.stay-intro__item--bbq {
  background: url(../img/stay/intro_bbq01.webp) no-repeat center center/cover;
}

.stay-intro__item--bar-time {
  background: url(../img/stay/intro_bar-time01.webp) no-repeat center center/cover;
}

/* -------------------------------------------
 * stay-services
 * -------------------------------------------*/
.stay-services {
  color: #f7f6f4;
  position: relative;
  clip-path: inset(0);
  /* 選択時の背景色と文字色 */
}
.stay-services ::-moz-selection {
  background-color: var(--cream);
  color: var(--navy);
}
.stay-services ::selection {
  background-color: var(--cream);
  color: var(--navy);
}
.stay-services::before {
  background: url(../img/common/bg_navy-pattern.webp) no-repeat center center/cover;
  content: "";
  display: inline-block;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.stay-services__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  padding-block: clamp(5rem, 5.9523809524vw, 10rem) clamp(5rem, 11.4880952381vw, 19.3rem);
}
@media (max-width: 1024px) {
  .stay-services__contents {
    padding-block: clamp(6.5rem, 9.5238095238vw, 16rem);
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .stay-services__head-area,
  .stay-services__item-tagline,
  .stay-services__item-text,
  .stay-services__item-details {
    width: 90%;
    margin-inline: auto;
  }
}

.stay-services__item {
  width: 76%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .stay-services__item {
    width: 100%;
  }
}
.stay-services__item + .stay-services__item {
  margin-top: clamp(5rem, 11.9047619048vw, 20rem);
}

.stay-services__item {
  margin-top: -8rem;
  padding-top: 8rem;
}

.stay-services__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -5rem;
}
@media (max-width: 834px) {
  .stay-services__item-label {
    margin-top: -2.8rem;
    gap: 0.8em;
  }
}

.stay-services__item--sauna .stay-services__item-label--ja {
  width: 9.1rem;
  aspect-ratio: 55/52;
}
@media (max-width: 834px) {
  .stay-services__item--sauna .stay-services__item-label--ja {
    width: 4.55rem;
  }
}
.stay-services__item--activity .stay-services__item-label--ja {
  width: 9.4rem;
  aspect-ratio: 57/54;
}
@media (max-width: 834px) {
  .stay-services__item--activity .stay-services__item-label--ja {
    width: 4.7rem;
  }
}
.stay-services__item--bbq .stay-services__item-label--ja {
  width: 9.5rem;
  aspect-ratio: 57/57;
}
@media (max-width: 834px) {
  .stay-services__item--bbq .stay-services__item-label--ja {
    width: 4.75rem;
  }
}
.stay-services__item--bar-time .stay-services__item-label--ja {
  width: 8.9rem;
  aspect-ratio: 54/53;
}
@media (max-width: 834px) {
  .stay-services__item--bar-time .stay-services__item-label--ja {
    width: 4.45rem;
  }
}

.stay-services__item-label--en {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: var(--ff-gilda);
}

.stay-services__item-tagline {
  font-family: var(--ff-shippori);
  font-weight: 400;
  font-size: clamp(2rem, 1.4285714286vw, 2.4rem);
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-block: 1em 1.6em;
}
@media (max-width: 834px) {
  .stay-services__item-tagline {
    margin-bottom: 1em;
  }
}

.stay-services__item-details {
  margin-top: clamp(3.5rem, 4.7619047619vw, 8rem);
  border-top: 1px solid rgba(247, 246, 244, 0.2);
}

.stay-services__item-detail-row {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  padding-block: 1.2em;
  border-bottom: 1px solid rgba(247, 246, 244, 0.2);
}

.stay-services__item-detail-label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 0.8em;
  line-height: 1.4;
}

.stay-services__item-detail-value {
  font-size: 1.4rem;
  line-height: 1.4;
}

.stay-services__item-detail-note {
  font-size: 1.1rem;
  line-height: 2;
}

.stay-services__item-details > .stay-services__item-detail-note {
  text-align: right;
  margin-top: 1em;
}

.stay-services__sub-item {
  margin-top: clamp(4.5rem, 7.1428571429vw, 12rem);
}

@media (max-width: 1240px) {
  .stay-services__sub-item-img {
    width: 90%;
    margin-inline: auto;
  }
}

.stay-services__button {
  margin-inline: auto;
  margin-top: clamp(2rem, 2.9761904762vw, 5rem);
}

/* -------------------------------------------
 * stay info
 * -------------------------------------------*/
.stay-info {
  padding-top: clamp(5rem, 9.5238095238vw, 16rem);
}

.stay-info__head {
  margin-bottom: clamp(3rem, 2.380952381vw, 4rem);
}

.stay-info__subtitle {
  font-family: var(--ff-shippori);
  font-size: var(--f23);
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.stay-info__title {
  font-family: var(--ff-shippori);
  font-size: clamp(2.4rem, 2.380952381vw, 4rem);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.05em;
}

.stay-info__lead {
  margin-block: clamp(1.5rem, 2.380952381vw, 4rem) clamp(3.5rem, 5.1785714286vw, 8.7rem);
  text-align: center;
}
@media (max-width: 834px) {
  .stay-info__lead {
    text-align: left;
  }
}

.stay-info__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8.7rem 4.6%;
}
@media (max-width: 834px) {
  .stay-info__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }
}

.stay-info__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.8rem;
}
@media (max-width: 834px) {
  .stay-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.stay-info__item-img {
  aspect-ratio: 620/400;
  margin-bottom: clamp(1.5rem, 1.1904761905vw, 2rem);
  width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .stay-info__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 834px) {
  .stay-info__item-body {
    display: contents;
  }
}

.stay-info__item-title {
  font-family: var(--ff-shippori);
  font-size: clamp(2rem, 1.4285714286vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8em;
  letter-spacing: -0.05em;
  text-align: center;
}
@media (max-width: 834px) {
  .stay-info__item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.stay-info__item-text {
  margin-bottom: 2em;
}
@media (max-width: 834px) {
  .stay-info__item-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .stay-info__item-details {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.stay-info__item-detail-row {
  display: grid;
  grid-template-columns: 26.4% 1fr;
  padding-block: 1em;
}
@media (max-width: 834px) {
  .stay-info__item-detail-row {
    grid-template-columns: 26.4% 1fr;
    gap: 5%;
  }
}
.stay-info__item-detail-row + .stay-info__item-detail-row {
  border-top: 1px solid rgba(61, 70, 88, 0.1);
}
.stay-info__item-detail-row:first-child {
  padding-top: 0;
}

.stay-info__item-detail-label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 0.8em;
}
@media (max-width: 834px) {
  .stay-info__item-detail-label {
    margin-left: 0;
  }
}

.stay-info__item-detail-value {
  font-size: 1.4rem;
}

.stay-info__item-detail-link {
  margin-bottom: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.stay-info__item-detail-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.stay-info__item-detail-link span::before {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  font-weight: 300;
  font-size: 1.4rem;
}

.stay-info__item-detail-tel {
  font-size: var(--f18);
}
.stay-info__item-detail-tel > span {
  font-size: 1.4rem;
}/*# sourceMappingURL=stay.css.map */