@charset "UTF-8";

:root {
  --white: #fff;
  --txt-black: #333;
}

*,
::before,
::after {
  box-sizing: border-box;
}

header,
footer,
div,
ul,
ol,
li,
h1,
h2,
h3,
nav,
button,
blockquote,
dl,
dt,
dd,
figure,
section {
  position: relative;
}

p,
a,
span {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

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

input {
  border: none;
  outline: none;
}

input,
button,
select,
textarea {
  appearance: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  box-shadow: initial;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0px;
}

.p-search__plans {
  display: none;
}

.p-top__reason {
  padding-top: 0;
}

/* セット修正 */
.hk-hero__title span,
.hk-color-main span {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* =========================================================
   函館エリア限定プラン専用スタイル (rem設計準拠: 1rem=10px)
========================================================= */
.p-hk-limited {
  color: #333;
  background-color: #f2f7f3;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.p-hk-limited * {
  box-sizing: border-box;
}

.p-hk-limited img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-hk-limited__inner {
  max-width: 90.4rem;
  margin: 0 auto;
  padding: 0;
}

.hk-color-main {
  color: #5eaa69;
  font-weight: 800;
}

.p-hk-limited__box-title {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 6rem 0;
  color: #5eaa69;
  border: 0.3rem solid #eaeaea;
  border-bottom: none;
  border-radius: 3rem 3rem 0 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.p-hk-limited__box-title span {
  top: 1rem;
  font-size: 2.2rem;
}

.p-hk-limited__box-title span span {
  top: initial;
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.p-hk-limited__box-title--type2 {
  display: none;
}

@media (max-width: 768px) {
  .p-hk-limited__inner {
    padding: 0 2rem;
  }

  .p-hk-limited__box-title {
    top: -3rem;
    height: 3rem;
  }

  .p-hk-limited__box-title--type2 {
    display: block;
    border: none;
    top: -2.7rem;
    height: 3rem;
  }
}

/* =======================================
   背景エリアの塗り分け
======================================= */
.hk-top-bg {
  /* background: linear-gradient(90deg, #f0f7f7 30%, #fff 74%, #f6fafb 100%); */
  background: linear-gradient(90deg, #f0faf4 30%, #ffffff 74%, #f5faf7 100%);
  /* background: linear-gradient(90deg, #fffdf0 30%, #ffffff 74%, #fffff7 100%); */
  border-bottom-right-radius: 15rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .hk-top-bg {
    border-bottom-right-radius: 8rem;
    padding-bottom: 4rem;
    margin-bottom: 4.8rem;
    background: linear-gradient(135deg, #f0faf4 30%, #ffffff 74%, #f5faf7 100%);
  }
}

.hk-options-bg {
  background-color: #fffbf4;
  border-top-left-radius: 15rem;
  border-bottom-right-radius: 15rem;
  padding-top: 6.4rem;
  padding-bottom: 15rem;
  /* margin-bottom: 11rem; */
  width: 100vw; /* 画面の横幅いっぱいにする */
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* 画面の中央に配置し直す */
}

@media (max-width: 768px) {
  .hk-options-bg {
    border-top-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
    padding-top: 4.2rem;
    padding-bottom: 3.8rem;
  }

  .hk-top-bg {
    padding-top: 0;
    margin-bottom: 4.6rem;
    padding-bottom: 4.6rem;
  }
}

/* =======================================
   共通コンポーネント
======================================= */
.hk-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #4a4036;
  margin-bottom: 4.2rem;
}

.hk-section-title br {
  display: none;
}

.hk-section-title::after,
.hk-section-subtitle--type2:after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 0.3rem;
  background: linear-gradient(to right, #5eaa69 50%, #9bcda4 50%);
  margin-top: 1.6rem;
}

.hk-section-subtitle {
  text-align: center;
  font-size: 1.4rem;
  /* margin-bottom: 4rem; */
  margin-top: -1.6rem;
}

.hk-section-title--type2 {
  margin-bottom: 2.4rem;
}

.hk-section-title--type2::after {
  content: none;
}

.hk-section-subtitle--type2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.3rem;
}

.hk-section-subtitle--type2:after {
  margin-top: 3rem;
}

.hk-hero__head--type2 {
  font-size: 4rem;
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.hk-hero__head--type2 .hk-hero__title {
  color: #5eaa69;
}

.hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #5eaa69;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 4.8rem;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 1.6rem;
  transition: opacity 0.3s;
}

.hk-btn:hover {
  opacity: 0.8;
}

@media (max-width: 748px) {
  .hk-section-title br {
    display: block;
  }
  .hk-section-title {
    text-align: center;
    margin-bottom: 2.8rem;
    /* margin-bottom: 2.4rem; */
    font-weight: 600;
  }

  .hk-section-title--type2 {
    margin-bottom: 1.6rem;
    display: block;
    line-height: 1.4;
  }

  .hk-top-bg .hk-hero {
    padding-top: 2.4rem;
  }

  .hk-top-bg .hk-hero:before {
    top: 1.6rem;
  }

  .p-hk-limited__box-title--type2 span {
    top: 0.4rem;
  }

  .hk-section-subtitle--type2:after {
    margin-top: 2rem;
  }

  .hk-included__wrap {
    padding: 4rem 1.7rem 1.7rem 1.7rem;
    line-height: 1.5;
  }

  .hk-hero {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* =======================================
   ヒーローセクション (MV)
======================================= */
.hk-hero {
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 1.4rem;
  gap: 2.4rem;
  border: 0.1rem solid #eef1f0;
}

.hk-top-bg .hk-hero {
  margin: 10rem 0;
  gap: 2rem;
}

.hk-hero__sp_txt {
  display: none;
}

.hk-hero:before,
.hk-hero:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 0px 28px 0px 28px;
  background: rgb(240, 247, 247, 30%);
  background: linear-gradient(
    45deg,
    rgb(240, 247, 247, 70%) 0%,
    rgb(240, 247, 247, 70%) 50%,
    rgb(240, 247, 247, 0%) 50%,
    rgb(240, 247, 247, 0%) 100%
  );
}

.hk-hero:before {
  bottom: 6px;
  left: 6px;
}

.hk-hero:after {
  width: 40px;
  height: 40px;
  top: 6px;
  right: 6px;
  background: rgb(240, 247, 247, 30%);
  background: linear-gradient(
    -135deg,
    rgb(240, 247, 247, 70%) 0%,
    rgb(240, 247, 247, 70%) 50%,
    rgb(240, 247, 247, 0%) 50%,
    rgb(240, 247, 247, 0%) 100%
  );
}

.hk-hero__img {
  flex: 0 0 45%;
  border-radius: 1.2rem;
  overflow: hidden;
}

.hk-hero__img:before {
  position: absolute;
  content: "写真はイメージです";
  font-size: 1.2rem;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.1rem 0.4rem;
}

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

.hk-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 0rem 1.6rem 0;
}

/* h1をコンテナにするための調整 */
.hk-hero__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  font-weight: normal;
}

.hk-hero__badge {
  border: 0.2rem solid #5eaa69;
  color: #5eaa69;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  line-height: 1;
  display: inline-block;
}

.hk-hero__title {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 4rem;
  color: #4a4036;
  margin: 0;
  line-height: 1;
  font-weight: bold;
}

.hk-hero__labels {
  margin-bottom: 2.2rem;
}

.hk-hero__label-top {
  background-color: #fffbf4;
  color: #4a4036;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

.hk-hero__title span {
  color: #333;
}

.hk-hero__label-bottom {
  background-color: #e5f1e7;
  color: #4a4036;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-radius: 0.4rem;
}

.hk-hero__price-area {
  display: flex;
  align-items: flex-end;
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #4a4036;
  margin-bottom: 2.4rem;
  justify-content: flex-start;
}

.hk-hero__price-wrap {
  display: flex;
  align-items: flex-end;
}

.hk-hero__price-main {
  font-size: 7.2rem;
  line-height: 0.8;
  letter-spacing: -0.02em;
}

.hk-hero__price-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.2rem;
}

.hk-hero__price-unit .tax {
  font-size: 1.2rem;
  left: -2.3rem;
  top: 0.4rem;
  font-weight: 600;
}

.hk-hero__price-unit .yen {
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 600;
}

.hk-hero__price-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0;
}

.hk-hero__price-sub .tax {
  font-size: 1.2rem;
  left: -0.9rem;
  bottom: -0.2rem;
  font-weight: 600;
}

.hk-hero__price-sub .yen {
  font-size: 2.3rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-weight: 600;
}

.hk-hero__note {
  font-size: 1.2rem;
  color: #666;
}

/* 14インチノートPCなどの標準的な解像度以下をターゲット */
@media screen and (max-width: 1400px) {
  .hk-hero__price-area {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .hk-hero__price-main {
    font-size: 6.8rem;
  }

  .hk-hero__price-unit .yen {
    font-size: 4.4rem;
  }

  .hk-hero__price-sub .yen {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hk-hero__badge {
    display: none;
  }

  h1.hk-hero__head {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .hk-hero:after {
    content: none;
  }

  .hk-hero:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 1.4rem;
    left: 0.7rem;
    width: 7rem;
    height: 7rem;
    border-radius: 28px 0 0 0;
    background: linear-gradient(
      135deg,
      rgba(237, 246, 246, 0.4) 0%,
      rgba(237, 246, 246, 0.4) 50%,
      transparent 50%,
      transparent 100%
    );
  }

  .hk-hero__label-top {
    border-radius: 1rem;
    margin-bottom: 1.2rem;
  }

  .hk-hero__label-top,
  .hk-hero__label-bottom {
    padding: 0.8rem;
    font-size: 1.7rem;
  }

  .hk-hero__labels {
    margin-bottom: 1.4rem;
  }

  .hk-hero__price-main {
    font-size: 6.2rem;
  }

  .hk-hero__price-sub {
    display: flex;
    flex-direction: row;
    gap: 0.3rem;
    left: 1.2rem;
  }

  .hk-hero__price-sub .tax {
    order: 1;
  }

  .hk-hero__price-sub .yen {
    font-size: 2.3rem;
  }

  .hk-hero__price-sub .yen span {
    font-size: 1.8rem;
  }

  .hk-hero__note {
    font-size: 1.4rem;
    text-align: center;
  }

  .hk-hero__price-unit .tax {
    left: -2.2rem;
  }

  .hk-top-bg .hk-hero {
    margin: 11rem 0 5rem;
    gap: 2.4rem;
  }
}

/* =======================================
   リード文
======================================= */
.hk-lead {
  text-align: center;
}

.hk-lead__title {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #4a4036;
  margin-bottom: 2.4rem;
}

.hk-lead__bubble {
  display: inline-block;
  background-color: #5eaa69;
  color: #fff;
  padding: 1.2rem 3.2rem;
  border-radius: 5rem;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 2.4rem;
}

.hk-lead__bubble::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid #5eaa69;
}

.hk-lead__text {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

.hk-lead .hk-btn {
  margin-top: 2.4rem;
}

@media (max-width: 748px) {
  .hk-lead__text {
    text-align: left;
  }

  .hk-lead__title {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }

  .hk-lead {
    padding: 0;
  }

  .hk-lead__bubble {
    border-radius: 1rem;
    padding: 1rem 4rem;
    line-height: 1.6;
    margin-bottom: 2.6rem;
  }

  .hk-hero__price-area {
    margin-bottom: 1.6rem;
    display: flex;
    right: 0.8rem;
  }

  .hk-lead__text br {
    display: none;
  }
}

/* =======================================
   施設紹介セクション
======================================= */
.hk-facilities {
  margin-bottom: 8rem;
}

.hk-facilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.hk-facility-card {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  /* box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05); */
  border: 0.1rem solid #eaeaea;
  display: flex;
  flex-direction: column;
}

.hk-facility-card {
  transition: box-shadow 0.3s ease; /* 動きを滑らかにする */
}

.hk-facility-card:hover {
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
}

.hk-facility-card__img {
  position: relative;
  padding-top: 56.25%;
}

.hk-facility-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-facility-card__body {
  padding: 2.2rem 2rem 2.4rem 2rem;
  flex-grow: 1;
}

.hk-facility-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #edf6f6;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: #333;
}

.hk-facility-card__desc {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 1.6rem;
  line-height: 1.6;
}

.hk-facility-card__info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hk-facility-card__info li {
  font-size: 1.3rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.hk-facility-card__info li img {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.2rem;
}

.hk-facility-card__footer {
  background-color: #f8f6f3;
  padding: 1.6rem;
  text-align: center;
}

.hk-facility-card__footer >  span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-radius: 999vh;
  text-decoration: none;
  width: 100%;
  background: white;
  padding: 1rem;
}

/* .hk-facility-card__footer a:hover {
outline: 0;
text-decoration: none;
opacity: 1;
transition: 0.6s ease-in-out;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transform: none !important;
} */

.hk-facility-card__footer-icon {
  right: 1.2rem;
  position: absolute;
  margin-left: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #5eaa69;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

.hk-facility-card__footer-icon::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin-right: 0.2rem;
}

@media (max-width: 748px) {
  .hk-facilities {
    margin-bottom: 9.8rem;
  }

  .hk-facility-card__title {
    font-size: 1.8rem;
  }

  .hk-facility-card__info li {
    font-size: 1.4rem;
  }

  .hk-facility-card__footer a {
    padding: 0.8rem;
  }

  .hk-facility-card__title br {
    display: none;
  }

  .hk-facility-card__img {
    height: 16.2rem;
    padding-top: inherit;
  }
}

/* =======================================
   基本料金に含まれるセット
======================================= */
.hk-included {
  margin-bottom: 8rem;
}

.hk-included__wrap {
  background: #fffbf4;
  border-radius: 3rem;
  padding: 5.5rem 3rem 3.6rem 3rem;
  margin-bottom: 1.6rem;
}

.hk-included__wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 28px 0 0 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.5) 0%,
    /* 純粋な白で透明度を50%に */ rgba(255, 255, 255, 0.5) 50%,
    transparent 50%,
    transparent 100%
  );
}

.hk-included__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.hk-included-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  padding: 0;
}

.hk-included-item__img {
  width: 8rem;
  height: 6.4rem;
  background-color: #e8e4d9;
  flex-shrink: 0;
}

.hk-included-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hk-included-item__name {
  font-size: 1.6rem;
  padding: 0 1.6rem;
}

.hk-included__txt {
  font-size: 1.4rem;
}

@media (max-width: 748px) {
  .hk-included__wrap {
    padding: 3.6rem 1.7rem 1.7rem 1.7rem;
  }

  .hk-included__wrap:before {
    width: 5rem;
    height: 5rem;
    left: 1.6rem;
    top: 1.6rem;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 1) 50%,
      transparent 50%,
      transparent 100%
    );
  }

  .hk-included {
    margin-bottom: 4.8rem;
  }

  .hk-included .hk-section-subtitle--type2 {
    margin-bottom: 2.8rem;
    /* margin-bottom: 2.4rem; */
  }
}

/* =======================================
   おすすめオプションセット
======================================= */
.hk-options-wrap {
  width: 100vw;
  background-image: linear-gradient(to bottom, #f2f7f3 90%, #f5f5f5 90%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.hk-options {
  margin-bottom: 4rem;
}

.hk-option-block {
  position: relative;
  width: 100%;
  margin: 0 auto 10rem;
  z-index: 1;
}

.hk-option-block:last-child {
  margin-bottom: 0;
}

.hk-option-block::before {
  content: "";
  position: absolute;
  top: 10rem;
  bottom: -4rem;
  left: -5rem;
  right: -5rem;
  background-color: #ffff;
  opacity: 0.7;
  border-radius: 4rem;
  z-index: -1;
}

.hk-option-banner {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  background: transparent;
  padding: 0;
  border: none;
}

.hk-option-banner__img {
  flex: 0 0 45%;
}

.hk-option-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
}

.hk-option-banner__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 11.6rem;
  padding-bottom: 1.6rem;
}

.hk-option-banner__title {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 3.4rem;
  color: #4a4036;
  margin-bottom: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.hk-option-banner__labels {
  margin-bottom: 1.6rem;
}

.hk-option-banner__label-top {
  background-color: #f3eee9;
  color: #4a4036;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
}

.hk-option-banner__label-bottom {
  background-color: #eef5f2;
  color: #4a4036;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem;
  border-radius: 0.4rem;
}

.hk-option-banner__price-area {
  display: flex;
  align-items: flex-end;
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #4a4036;
  margin-bottom: 0.8rem;
}

.hk-option-banner__price-main {
  font-size: 6.4rem;
  line-height: 0.8;
  letter-spacing: -0.02em;
}

.hk-option-banner__price-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.4rem;
}

.hk-option-banner__price-unit .tax {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.hk-option-banner__price-unit .yen {
  font-size: 3.2rem;
  line-height: 1;
}

.hk-option-banner__price-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 1.6rem;
}

.hk-option-banner__price-sub .tax {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.hk-option-banner__price-sub .yen {
  font-size: 2rem;
  line-height: 1;
}

.hk-option-banner__note {
  font-size: 1.2rem;
  color: #666;
}

/* 下部：詳細部分 */
.hk-option-detail {
  margin-top: 4.8rem;
  margin-bottom: 5.2rem;
  text-align: center;
}

.hk-option-detail__title {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2.8rem;
  color: #4a4036;
  margin-bottom: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.hk-option-detail__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3rem;
}

.hk-option-detail__divider {
  width: 4rem;
  height: 0.3rem;
  background: linear-gradient(to right, #5eaa69 50%, #9bcdc7 50%);
  margin: 0 auto 4rem;
}

.hk-option-detail__base-set {
  background-color: #e5f1e7;
  color: #4a4036;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}

.hk-option-detail__plus {
  font-size: 4.2rem;
  font-weight: bold;
  border: 2px solid #eaeaea;
  width: 7rem;
  height: 7rem;
  display: flex;
  background: #fff;
  color: #333;
  margin: 0 auto 6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999vw;
}

.hk-option-detail__box {
  border: 0.3rem solid #eaeaea;
  border-radius: 3rem;
  padding: 3.4rem 3rem 2rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
}

.hk-option-detail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}

.hk-option-item {
  display: flex;
  align-items: center;
  background-color: #f8f6f3;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 0;
  height: 8.8rem;
}

.hk-option-item__img {
  width: 10rem;
  height: 100%;
  object-fit: cover;
  background-color: #e8e4d9;
  flex-shrink: 0;
}

.hk-option-item__img img {
  width: 100%;
  height: 100%;
}

.hk-option-item__name {
  font-size: 1.4rem;
  text-align: left;
  color: #333;
  padding: 0 2.4rem;
}

.hk-option-detail__notes {
  margin-top: 2.4rem;
  text-align: left;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8;
}

.hk-options-bg .p-hk-limited__inner .hk-option-block:nth-child(3) {
  margin-top: 6rem;
  margin-bottom: 15.2rem;
}

.hk-option-detail__title span {
  font-weight: bold;
}

.hk-option-notes {
  text-align: left;
  padding-left: 3rem;
  font-size: 1.4rem;
}
.hk-option-notes__txt {
  margin-bottom: 2rem;
}

@media (max-width: 748px) {
  .hk-hero__head {
    display: flex;
    justify-content: center;
  }

  .hk-option-block .hk-hero {
    padding-bottom: 3rem;
  }

  .hk-option-block .hk-hero__price-area {
    margin-bottom: 0;
  }

  .hk-section-subtitle {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 0;
  }

  .hk-options-bg .p-hk-limited__inner .hk-option-block:nth-child(3) {
    margin-top: 3rem;
    margin-top: 2.6rem;
    margin-bottom: 9rem;
  }

  .hk-option-detail {
    margin-top: 4rem;
    /* padding-bottom: 1rem; */
  }

  .hk-option-detail__desc br {
    display: none;
  }

  .hk-option-detail__divider {
    margin-bottom: 1.6rem;
    margin-bottom: 2.8rem;
  }

  .hk-option-detail__base-set {
    margin-bottom: 2.8rem;
    /* margin-bottom: 2.6rem; */
  }

  .hk-option-detail__plus {
    width: 6.3rem;
    height: 6.3rem;
    font-size: 3.8rem;
    /* border: 2px solid #d5d3d3; */
    margin: 0 auto 6.5rem;
    margin: 0 auto 5.2rem;
  }

  .hk-option-detail__box {
    padding: 2.4rem 1.6rem 2rem 1.6rem;
    margin-bottom: 1.6rem;
  }

  .hk-option-item {
    border-radius: 0.6rem;
  }

  .hk-option-notes {
    font-size: 1.6rem;
    padding-left: 0;
  }

  .hk-option-notes__txt {
    margin-bottom: 3rem;
  }

  .hk-option-notes p:nth-child(2) {
    line-height: 2;
  }

  .hk-options-wrap {
    background-image: linear-gradient(to bottom, #f2f7f3 90%, #ededed 90%);
  }
}

/* =======================================
   お問い合わせ (CTA)
======================================= */
.hk-cta {
  padding: 11rem 0;
  background: #f5f5f5;
}

.p-top__reason {
  padding-top: 4.8rem;
}

.hk-cta .o-cbt {
  background-color: inherit;
  padding-top: 3rem;
  padding-bottom: 0;
}
.hk-cta-box {
  background: #5eaa69;
  max-width: 88.3rem;
  margin: 0 auto;
  border-radius: 2.4rem;
  padding: 5rem 7rem;
  text-align: center;
  color: white;
  outline: 6px solid #fff; /* 線の太さ・種類・色 */
  outline-offset: -6px;
}

.hk-cta-box__head {
  padding-bottom: 1rem;
}

.hk-cta-box__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}

.hk-cta-box__title span {
  color: #fdf1d2;
}

.hk-cta-box__body {
  font-size: 1.6rem;
}

.hk-cta-box__txt {
  padding-bottom: 3rem;
}

.hk-cta-box__items {
  display: flex;
  margin-bottom: 3rem;
  gap: 2rem;
}

.hk-cta-box__items li {
  width: 100%;
  background: white;
  color: #333;
  font-size: 1.6rem;
  border-radius: 1rem;
  font-weight: bold;
  padding: 1.6rem;
}

@media (max-width: 768px) {
  .hk-cta {
    padding: 5rem 2rem;
    background: #ededed;
  }

  .hk-cta-box {
    padding: 3.6rem 2rem;
    outline: none;
  }

  .hk-cta-box__title {
    font-size: 2.3rem;
  }

  .hk-cta-box__head {
    padding-bottom: 1.4rem;
  }

  .hk-cta-box__txt {
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 2.3rem;
  }

  .hk-cta-box__txt br {
    display: none;
  }

  .hk-cta-box__items {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  .hk-cta-box__items li {
    font-size: 1.4rem;
    padding: 1rem 0.6rem;
  }

  .p-top__reason {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hk-cta .o-cbt {
    padding-top: 4rem;
  }

  .o-cbt {
    background: #ededed;
  }
}

/* =======================================
   レスポンシブ対応 (SP用)
======================================= */
@media (max-width: 768px) {
  .hk-hero {
    flex-direction: column;
    padding: 2rem 2rem 4rem 2rem;
    border: none;
    box-shadow: 0 1.6rem 1.2rem -1.2rem rgba(0, 0, 0, 0.05);
  }

  .hk-hero__img {
    flex: none;
    height: 18.3rem;
    border-radius: 1rem;
  }

  .hk-hero__content {
    padding: 0;
  }

  .hk-facilities__grid {
    grid-template-columns: 1fr;
  }

  .hk-included__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .hk-option-block::before {
    top: 6rem;
    left: -1.6rem;
    right: -1.6rem;
    border-radius: 0;
    border-bottom-right-radius: 6rem;
  }

  .hk-option-banner {
    flex-direction: column;
  }

  .hk-option-banner__img {
    flex: none;
  }

  .hk-option-banner__info {
    padding-top: 2.4rem;
  }

  .hk-option-banner__price-main {
    font-size: 4.8rem;
  }
  .hk-option-detail__desc {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    /* margin-bottom: 1.6rem; */
    text-align: left;
  }

  .hk-option-detail__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .hk-cta-box__right {
    flex: none;
    width: 100%;
  }

  .hk-cta-box__tel {
    font-size: 3.6rem;
  }
}

/* ボタン */
.hk-common-more-btn {
  display: none;
}

@media (max-width: 768px) {
  .js-show-more-wrap > div:nth-child(n + 5) {
    display: none;
    opacity: 0;
  }

  .hk-common-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 1.2rem;
    background-color: #ffffff; /* 白背景 */
    border: none;
    border-radius: 1rem; /* 丸みを持たせる */
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
  }

  .hk-common-more-btn .btn-icon {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #f2efe9; /* 画像の丸いグレーっぽい背景色 */
    border-radius: 50%;
    font-size: 16px;
    font-weight: normal;
  }

  .hk-option-detail__box .js-show-more-btn {
    background: #f8f6f3;
  }

  .hk-option-detail__box .hk-common-more-btn .btn-icon {
    background-color: #fff;
  }

  .btn-text,
  .btn-icon {
    color: #333;
  }
}

@media (max-width: 768px) {
  .hk-facilities__grid {
    margin-bottom: 40px;
  }

  /* ドットを囲むulタグの調整 */
  .hk-facilities__grid .slick-dots {
    bottom: -4rem; /* カードとドットの距離 */
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 1.4rem; /* ドット同士の間隔 */
  }

  /* ドットのliタグの余白をリセット */
  .hk-facilities__grid .slick-dots li {
    margin: 0;
    width: 1.2rem;
    height: 1.2rem;
  }

  /* ドット本体（buttonタグ）のスタイリング */
  .hk-facilities__grid .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 0;
    transition: background-color 0.3s ease;
  }

  /* Slickデフォルトの黒い点を非表示にする */
  .hk-facilities__grid .slick-dots li button:before {
    display: none;
  }

  /* アクティブ（現在表示中）のドットの色 */
  .hk-facilities__grid .slick-dots li.slick-active button {
    background-color: #5eaa69;
  }

  .hk-facilities__grid .slick-prev,
  .hk-facilities__grid .slick-next {
    top: 58%;
  }

  .hk-facilities__grid .slick-prev {
    /* 左から10px内側へ */
    left: -1.6rem;
    z-index: 100;
  }
  .hk-facilities__grid .slick-next {
    right: -1.6rem; /* 右から10px内側へ */
  }

  .slick-prev:before,
  .slick-next:before {
    content: none !important;
  }

  .hk-facility-arrow.slick-arrow {
    width: 3rem;
  }
}

/* =======================================
 hk-fee-box
======================================= */

.hk-fee-box {
  padding-bottom: 4rem;
}

.hk-fee-box__title {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  margin-bottom: 3.8rem;
}

.hk-fee-box__title-sub {
  font-size: 2.8rem;
  left: -1.4rem;
}

.hk-fee-box__title-accent {
  color: #5eaa69;
}

.hk-fee-box__calc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}

.hk-fee-box__item {
  width: 27rem;
  border-radius: 2rem;
  background: white;
  border: 3px solid #5eaa69;
}

.hk-fee-box__item-header {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding: 0.8rem 0;
  background: #f3efec;
  border-radius: 1.7rem 1.7rem 0 0;
}

.hk-fee-box__item-body {
  padding: 0;
  font-weight: 600;
  height: 11rem;
  left: 2.1rem;
  top: 0.6rem;
}

.hk-fee-box .hk-section-title::after {
  margin-top: 1rem;
}

.hk-fee-box__price-main,
.hk-fee-box__price-sub {
  font-family:
    "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.hk-fee-box__price-num {
  font-size: 4rem;
}

.hk-fee-box__tax-label {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2rem;
}

.hk-fee-box__item--base {
  border: 3px solid #f3efec;
}

.hk-fee-box__item--set .hk-fee-box__item-header {
  background: #edf6f6;
}

.hk-fee-box__header-accent {
  color: #5eaa69;
  left: -0.2rem;
}

.hk-fee-box__item--total .hk-fee-box__item-header {
  background: #5eaa69;
  color: white;
}

.hk-fee-box__item--set {
  border: 3px solid #edf6f6;
}

.hk-fee-box__notes {
  font-size: 1.6rem;
  padding-left: 2.2rem;
  line-height: 1.8;
}

span.hk-fee-box__price-yen {
  font-size: 2.4rem;
  left: -3px;
}

.hk-fee-box__tax-tax {
  font-size: 1.2rem;
  left: -11px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.hk-fee-box__price-subPrice {
  font-size: 2rem;
}

.hk-fee-box__price-subYen {
  font-size: 1.8rem;
  left: -0.3rem;
}

.hk-fee-box__price-subTax {
  font-size: 1.2rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  right: 1.2rem;
}

p.hk-fee-box__price-sub {
  left: 8rem;
  top: -0.9rem;
}

p.hk-fee-box__price-sub--type2 {
  left: 6.5rem;
}

.hk-fee-box__item--base .hk-fee-box__item-body {
  left: 3rem;
}

.hk-fee-box__item--base p.hk-fee-box__price-sub {
  left: 7.5rem;
}

@media (max-width: 768px) {
  .hk-fee-box__title-fee {
    font-size: 3rem;
  }

  .hk-fee-box__title-sub {
    font-size: 2.3rem;
  }

  .hk-fee-box .hk-section-title::after {
    content: none;
  }

  .hk-fee-box__title {
    margin-bottom: 2rem;
    left: 1.5rem;
  }

  .hk-fee-box__calc-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .hk-fee-box__item {
    width: 100%;
  }

  .hk-fee-box__item-header {
    padding: 0.6rem;
  }

  .hk-fee-box__item-body {
    padding: 0;
    height: 10rem;
    left: 5.4rem;
    top: 0.3rem;
  }

  .hk-fee-box__price-sub {
    left: auto;
    top: -9px;
  }

  .hk-fee-box__symbol--equal img {
    transform: rotate(90deg);
  }

  .hk-fee-box__title-accent {
    color: #333;
  }

  .hk-fee-box__calc-container {
    margin-bottom: 1.6rem;
  }

  .hk-fee-box__notes {
    padding-left: 0;
  }

  .hk-fee-box {
    padding-bottom: revert-layer;
  }

  .hk-fee-box__price-sub {
    left: 8.1rem;
  }

  .hk-fee-box__item--base .hk-fee-box__item-body {
    left: 6.7rem;
  }

  .hk-fee-box__item--base p.hk-fee-box__price-sub {
    left: 7.4rem;
  }

  p.hk-fee-box__price-sub {
    right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
