@charset "utf-8";
/* ==========================================================================
   訪問鍼灸ページ専用スタイル
   FV/breadcrumb/greeting-panel/faq-section/access-row 系の共通コンポーネントは
   assets/css/common.css を使い回す。ここには訪問鍼灸ページ固有の
   背景(bg-wrap)・お悩みグリッド・機能訓練とは・メリット・
   このような方にご利用いただいています・当院の4つの強み・ご利用の流れ・
   店舗情報のレイアウトを定義する。
   このページはアクセントカラー(オレンジ, --color-accent)を基調とする。
   ========================================================================== */

/* ==========================================================================
   bg(ベージュの丸み背景)
   ========================================================================== */

.houmon-bg-wrap {
  background-color: var(--color-houmonbg);
  border-bottom-left-radius: 180px;
  overflow: hidden;
}

.houmon-bg-wrap--tail {
  background-color: var(--color-bg);
  border-top-right-radius: 180px;
}

.houmon-bg-wrap_white {
  background-color: #FFF;
  padding-top: 150px;
  padding-bottom: 150px;
  border-radius: 0 0 0 250px;
  z-index: 2;
  position: relative;
}

.houmon-bg2-wrap {
  background-color: var(--color-houmonbg);
  padding-top: 330px;
  margin-top: -250px;
  padding-bottom: 80px;
  border-radius: 0 0 0 250px;
}

.houmon-bg3-wrap {
  background-color: var(--color-houmonbg);
  padding-top: 330px;
  margin-top: -250px;
  padding-bottom: 250px;
}

.footer{
  margin-top: -250px;
}


/* ==========================================================================
   problems(小山市にお住まいの方こんなお困りごとはありませんか)
   白地の角丸パネルに、区切り線付きで4カラムを並べる。
   ========================================================================== */

.problem-cols-outer {
  padding: 40px 15px 80px;
}

.problem-cols-wrap {
  background-color: #fffffe;
  border-radius: 50px;
  padding: 80px 108px 88px;
}

.problem-cols-header {
  /* gap: 8px; */
  margin-bottom: 56px;
}

.problem-cols {
  gap: 0;
}

.problem-col {
  flex: 1 1 0;
  min-width: 220px;
  padding: 0 24px;
  border-right: 1px solid #f0e8e4;
  text-align: center;
}

.problem-col:last-child {
  border-right: none;
}

.problem-col-icon {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto 32px;
}

.problem-col-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.54px;
  color: var(--color-black);
  margin-bottom: 8px;
}

.problem-col-text {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}

/* ==========================================================================
   what-list(訪問鍼灸・機能訓練とは？ / ご家族様へ / ケアマネージャー様へ)
   縦書きタイトル+写真+説明文のリスト。整体ページのmachine-vertical-*を流用する。
   ========================================================================== */

.what-section {
  max-width: var(--w-1072);
  padding: 0 15px;
  gap: 40px;
}

.what-vertical-group {
  gap: 16px;
  flex-shrink: 0;
}

.what-list {
  gap: 40px;
  flex: 1 1 600px;
  min-width: 280px;
}

.what-list--single {
  flex: 1 1 600px;
  min-width: 280px;
}

.what-item {
  gap: 40px;
}

.what-item-photo {
  display: block;
  width: 256px;
  max-width: 100%;
  height: 241px;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
}

.what-item-body {
  flex: 1 1 300px;
  min-width: 240px;
}

.what-item-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.54px;
  color: var(--color-black);
  margin-bottom: 16px;
}

.what-item-text {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}

.what-item-text p {
  margin-bottom: 0;
}

/* what2/what3 (単一の写真+長文のみ、リスト無し) */
.what-single-photo {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 40px;
}

/* ==========================================================================
   merit(訪問鍼灸・機能訓練のメリット)
   ========================================================================== */

.merit-section {
  max-width: var(--w-1072);
  padding: 80px 15px;
}

.merit-header {
  gap: 32px;
  margin-bottom: 56px;
}

.merit-grid {
  gap: 40px 26px;
}

.merit-item {
  width: 300px;
  max-width: 100%;
}

.merit-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 21px;
  border-radius: 11px;
  background-color: var(--color-accent);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0 16px 0 0;
}

.merit-num::before,
.problems2-num::before {
  content: "●";
  margin-top: 10px;
  line-height: 0;
  color: #FFF;
  font-size: 6px;
  display: block;
  width: 10px;
  height: 10px;

}

.merit-item-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.54px;
  color: var(--color-black);
  margin-bottom: 0;
}

.merit-item-row {
  margin-bottom: 8px;
}

.merit-item-text {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}


/* ==========================================================================
   flow-section お試し無料体験
   ========================================================================== */

.flow-section{
  max-width: var(--w-1072);
  padding-bottom: 0;
}

.flow-inner {
  gap: 56px;
  /* テキスト側の位置はそのままに、写真だけをウィンドウ右端まで伸ばす
     (店舗情報のアクセス写真と同じ手法) */
  width: calc(100% + ((100vw - 100%) / 2));
}

.flow-inner .access-photo img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}



/* ==========================================================================
   faq-section よくある質問
   ========================================================================== */

.faq-section{
  padding: 0;

}

.faq-orange--q{
    background-color:var(--color-accent);
    color: #FFF;
}


/* ==========================================================================
   problems2(このような方にご利用いただいています)
   ========================================================================== */

.problems2-section {
  max-width: var(--w-1072);
  padding: 80px;
  background-color: var(--color-houmonbg);
  border-radius: 50px;
}

.section-header--sm {
  gap: 8px;
  margin-bottom: 56px;
}

.problems2-list {
  gap: 32px;
  margin-bottom: 40px;
}

.problems2-item {
  gap: 16px;
}

.problems2-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 21px;
  border-radius: 11px;
  background-color: var(--color-accent);
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.problems2-item-text {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.54px;
  color: var(--color-black);
}

.problems2-note {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}

/* ==========================================================================
   greeting(ご挨拶・プロフィール)
   ========================================================================== */

.greeting-panel{
  padding: 0;
}

.greeting-row{
  gap: 100px;
}

.profile-section {
  max-width: var(--w-1072);
  padding: 0 15px 0;
}

.greeting-panel{
  background-color: transparent;
}

.section-header--profile {
  gap: 8px;
  margin-bottom: 32px;
}

/* ==========================================================================
   advantages(当院の4つの強み)
   ========================================================================== */

.advantages-section {
  max-width: var(--w-1072);
  padding: 0 15px 80px;
}

.advantages-list {
  gap: 24px;
}

.advantage-card {
  background-color: #fff9f1;
  border-radius: 20px;
  padding: 32px;
  gap: 32px;
}

.advantage-num {
  font-family: "Zen Kaku Gothic Antique", var(--font-jp-bold);
  font-weight: bold;
  font-size: 40px;
  color: var(--color-accent);
  /* line-height: 1.7; */
  margin-bottom: 0;
  flex-shrink: 0;
}

.advantage-border{
  border-left: 1px solid var(--color-line);
  margin-left: auto;
  padding: 0 0 0 30px;
}

.advantage-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-black);
  margin-bottom: 8px;
}

.advantage-text {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-black);
  margin-bottom: 0;
}

.advantage-text p {
  margin-bottom: 0;
}

/* ==========================================================================
   contact(まずは、お気軽にご相談ください)
   ========================================================================== */

.houmon-contact-section {
  max-width: var(--w-1072);
  padding: 0 15px 0;
}

.houmon-contact-inner {
  gap: 40px;
}

.houmon-contact-text {
  flex: 1 1 400px;
  min-width: 280px;
}

.houmon-contact-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 1.6px;
  color: var(--color-black);
  margin-bottom: 0;
}

.houmon-contact-desc {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}

.houmon-contact-cta {
  gap: 20px;
  flex: 0 0 auto;
}

.houmon-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 358px;
  /* width: 100%; */
  /* max-width: 100%; */
  height: 74px;
  background-color: var(--color-accent);
  border-radius: 40px;
}

.houmon-cta-btn p {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 15px;
  color: var(--color-black);
  margin-bottom: 0;
}

.houmon-contact-tel {
  gap: 18px;
}

.houmon-contact-tel p {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.96px;
  color: var(--color-black);
  margin-bottom: 0;
}

/* ==========================================================================
   store(店舗情報)
   ========================================================================== */

.store-section {
  max-width: var(--w-1072);
  padding: 0 15px 80px;
}

.store-inner {
  gap: 56px;
  /* テキスト側の位置はそのままに、写真だけをウィンドウ右端まで伸ばす
     (tenpo.html/index.htmlのアクセス写真と同じ手法) */
  width: calc(100% + ((100vw - 100%) / 2));
}

.store-inner .access-photo img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.store-info {
  max-width: 636px;
  height: 833px;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */

@media (max-width: 991px) {
  .problem-cols-wrap{
    padding: 40px 20px;
  }
  .houmon-bg-wrap {
    border-bottom-left-radius: 100px;
  }

  .problem-cols {
    flex-direction: column;
  }

  .problem-col {
    border-right: none;
    border-bottom: 1px solid #f0e8e4;
    padding: 32px 0;
  }

  .problem-col:last-child {
    border-bottom: none;
  }

  .problems2-section{
    padding: 40px 20px;
  }

  .what-section {
    flex-direction: column;
  }

  .what-vertical-group {
    flex-direction: row;
  }

  .what-item {
    flex-direction: column;
    gap: 10px;
  }

  .advantage-border{
    border-left: none;
    border-top: 1px solid var(--color-line);
    padding-top: 20px;
  }

}

@media (max-width: 767px) {
  .merit-item,
  .advantage-card {
    width: 100%;
  }

  .advantage-card {
    flex-direction: column;
    gap: 16px;
  }

  .advantage-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }

  .houmon-contact-inner {
    flex-direction: column;
  }

  .houmon-cta-btn{
    width: 90%;
    max-width: 100%;

  }
}
