@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* =============================
   ユーティリティ
============================= */
.sp-only { display: none; }
@media (max-width: 767px) {
  .sp-only { display: inline; }
}

/* ヘッダーボタン：SPで非表示 */
.solare-header-reserve,
.solare-header-reserve-group,
.solare-header-first {
  display: none !important;
}
@media (min-width: 835px) {
  .solare-header-reserve,
  .solare-header-first {
    display: inline-flex !important;
  }
}

/* =============================
   ベース
============================= */
body {
  background-color: #ffffff;
  font-size: 18px !important;
  line-height: 2 !important;
  color: #222222 !important;
}

/* =============================
   ヘッダー・ナビゲーション
============================= */
#header,
#header-container,
.header-container,
.header-container-in,
#navi,
#navi-in,
.navi-in,
.navi-wrap {
  background-color: #004AA3 !important;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

#navi,
#navi-in,
.navi-in {
  width: 100% !important;
  padding: 0 !important;
}

#navi-in {
  padding: 0 !important;
}

#navi .navi-in ul {
  margin: 0 !important;
  padding: 0 !important;
}

#navi .menu-item {
  padding: 12px 0 !important;
}

#navi .navi-in a,
#navi .menu-item a {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

/* PCナビを1行に収める */
@media (min-width: 835px) {
  #navi .navi-in > ul {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 4px !important;
  }
  #navi .navi-in > ul > li {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    white-space: nowrap;
  }
  #navi .navi-in > ul > li > a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 10px 18px !important;
  }

  /* サブメニュートグル（∨）をメニュー名の下に配置 */
  #navi .navi-in > ul > li > a .top-has-sub {
    margin-top: 2px;
    font-size: 0.7rem;
    line-height: 1;
  }
}

/* タブレット：ナビパディングを縮小して折り返し防止（835px〜1024px） */
@media (min-width: 835px) and (max-width: 1024px) {
  #navi .navi-in > ul {
    gap: 2px !important;
  }
  #navi .navi-in > ul > li > a {
    padding: 8px 10px !important;
    font-size: 0.9rem !important;
  }
}

#navi .navi-in a:hover {
  opacity: 0.75 !important;
}

.header-container-in {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* PC：ヘッダーコンテナを中央寄せ + ナビを縦積み */
@media (min-width: 835px) {
  #header-container-in {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* ロゴ＋サイト名＋周年テキストを横並び（SP・PC共通） */
#header .site-name-text {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
}

/* WEB予約ボタン：デフォルト非表示、PCのみ表示 */
.solare-header-reserve {
  display: none !important;
}

/* ヘッダーflex＋WEB予約ボタン（PC専用） */
@media (min-width: 835px) {
  /* ヘッダー内を縦積み（ロゴ行 → ナビ行） */
  #header-in {
    display: block !important;
  }

  /* ロゴブロック（h1.logo）をflexにしてWEB予約ボタンを右側に並べる */
  #header .logo.logo-header {
    display: flex !important;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #header .logo.logo-header .solare-header-reserve {
    margin-left: auto;
  }

  /* WEB予約ボタングループ */
  .solare-header-reserve-group {
    display: inline-flex !important;
    gap: 6px;
    flex-shrink: 0;
  }

  /* WEB予約ボタン */
  .solare-header-reserve {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    color: #004AA3 !important;
    font-size: 0.85rem !important;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    border: 2px solid #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s, color 0.2s;
  }

  .solare-header-reserve:hover {
    background-color: #004AA3;
    color: #ffffff !important;
    border-color: #ffffff;
  }

  .solare-header-reserve__main {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .solare-header-reserve__sub {
    font-size: 0.65rem;
    font-weight: 400;
    color: #004AA3;
    line-height: 1.2;
    margin-top: 2px;
  }

  .solare-header-reserve:hover .solare-header-reserve__sub {
    color: rgba(255,255,255,0.85);
  }

  /* はじめての方へボタン（PC専用） */
  .solare-header-first {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 4px;
    text-decoration: none !important;
    border: 2px solid rgba(255,255,255,0.8);
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.2s;
  }

  .solare-header-first:hover {
    background-color: rgba(255,255,255,0.15);
  }

  .solare-header-first__main {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .solare-header-first__sub {
    font-size: 0.65rem;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 1.2;
    margin-top: 2px;
  }
}

#header .site-logo-image {
  width: 52px;
  height: 52px;
  display: block;
  flex-shrink: 0;
}

.solare-header-sitename {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}

.solare-header-anniversary {
  display: inline-block;
  line-height: 1.2;
  margin-left: 8px;
}

.solare-header-anniversary__sub {
  display: block !important;
  color: rgba(255,255,255,0.85);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 835px) {
  .solare-header-anniversary__sub {
    white-space: nowrap;
  }
}

.solare-header-anniversary__main {
  display: block !important;
  color: #FFD700;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

#header-in {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#header {
  padding-bottom: 0 !important;
}

/* =============================
   フッター
============================= */
#footer,
.footer {
  background-color: #ffffff !important;
}

/* 全ページのフッターを青色に */
#footer,
.footer {
  background-color: #004AA3 !important;
  color: #ffffff !important;
}

.solare-footer-legal {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  padding: 8px 16px 140px;
}

/* =============================
   トップページ：コンテンツ全幅・余白リセット
============================= */
.home #sidebar {
  display: none !important;
}

.home #content,
.home .content-in,
.home #content-in,
.home .main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .article {
  background-color: #004AA3 !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

.home #header-container,
.home .header-container {
  background-color: #004AA3 !important;
  padding-bottom: 0 !important;
}

.home #container {
  background-color: #004AA3 !important;
}

/* =============================
   トップページ：不要要素を非表示
============================= */
.home .article-header,
.home .entry-header,
.home .entry-title,
.home .date-tags,
.home .footer-meta,
.home .article-footer,
.home .entry-footer,
.home .post-date,
.home .sns-follow,
.home .sns-follow-message,
.home .follow-us,
.home .author-info,
.home .author-box,
.home .author-widget-name,
.home .article-footer-original {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* 固定ページの投稿日を非表示 */
.page .post-date,
.page .date-tags {
  display: none !important;
}

/* =============================
   ヒーロー：全幅展開
============================= */
.home .solare-hero {
  margin-top: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
}

/* =============================
   ヒーローエリア
============================= */
.solare-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: #004AA3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}
@media (min-width: 835px) {
  .solare-hero {
    min-height: 0;
    padding: 32px 20px;
  }
}

.solare-hero__inner {
  max-width: 1256px;
  text-align: center;
  color: #ffffff;
}

.solare-hero__logo {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 24px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.solare-hero__title {
  font-size: 3.2rem !important;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.solare-hero__sub {
  font-size: 1.1rem !important;
  line-height: 2 !important;
  margin-bottom: 32px;
  opacity: 0.9;
}

.solare-hero__btns {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 28px;
  padding: 0 8px;
}

.solare-hero__btns .solare-hero__cta {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 835px) {
  .solare-hero__btns {
    display: none;
  }
}

.solare-hero__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  color: #004AA3 !important;
  font-size: 1.2rem !important;
  font-weight: 700;
  padding: 14px 40px 12px;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: opacity 0.2s;
}

.solare-hero__cta:hover {
  opacity: 0.85;
}

.solare-hero__cta--outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: none;
}

.solare-hero__cta--outline .solare-hero__cta-sub {
  color: rgba(255,255,255,0.75);
}

.solare-hero__cta-sub {
  font-size: 0.85rem !important;
  font-weight: 400;
  color: #666;
  margin-top: 2px;
}

/* =============================
   ボタン
============================= */
.solare-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 1.15rem !important;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

.solare-btn:hover {
  opacity: 0.85;
}

.solare-btn--primary {
  background: #ffffff;
  color: #004AA3;
}

.solare-btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* =============================
   営業時間バナー
============================= */
.solare-hours {
  background-color: #ffffff;
  padding: 48px 20px;
}

.solare-hours__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.solare-hours__title {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.solare-hours__legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 1.3rem !important;
  color: #444;
  font-weight: 700;
}

.solare-hours__accent {
  color: #cc0000;
  font-style: normal;
  font-weight: 700;
}

.solare-hours__legend span::before {
  content: "●";
  color: #004AA3;
  margin-right: 4px;
  font-size: 0.6em;
  vertical-align: middle;
}

.solare-hours__legend-note {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #cc6600;
  margin-top: 4px;
}

.solare-hours__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.solare-hours__card {
  flex: 1 1 calc(14.28% - 8px);
  min-width: 72px;
  background-color: #f4f7fb;
  border-radius: 10px;
  padding: 14px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.solare-hours__card--off {
  background-color: #e2e2e2;
}

.solare-hours__card--off .solare-hours__mark {
  margin: auto;
}

.solare-hours__card--split {
  padding: 0;
  overflow: hidden;
  gap: 0;
  align-items: stretch;
}

.solare-hours__split-am {
  padding: 14px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.solare-hours__split-pm {
  background-color: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  flex: 1;
}

.solare-hours__day {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #222;
  padding-bottom: 8px;
  border-bottom: 2px solid #dde4ef;
  width: 100%;
}

.solare-hours__day--sat {
  color: #0055bb;
}

.solare-hours__day--sun {
  color: #cc0000;
}

.solare-hours__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.solare-hours__period {
  font-size: 1.05rem !important;
  color: #666;
  font-weight: 700;
}

.solare-hours__mark {
  font-size: 1.2rem !important;
  font-weight: 700;
  line-height: 1;
}

.solare-hours__mark--ok {
  color: #004AA3;
}

.solare-hours__mark--off {
  color: #888;
  font-weight: 700;
  font-size: 0.85rem !important;
}

.solare-hours__slot--off {
  width: 100%;
}

.solare-hours__mark--tri {
  color: #cc6600;
  font-size: 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solare-hours__mark--tri small {
  font-size: 1rem;
  color: #cc6600;
  font-weight: 700;
}


.solare-hours__note {
  text-align: center;
  font-size: 0.95rem !important;
  color: #444444 !important;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .solare-hours__card {
    flex: 1 1 calc(25% - 8px);
    min-width: 68px;
    padding: 12px 6px;
  }
  .solare-hours__split-am {
    padding: 12px 6px 8px;
  }
  .solare-hours__day {
    font-size: 1.6rem !important;
  }
  .solare-hours__mark {
    font-size: 1.3rem !important;
  }
  .solare-hours__period {
    font-size: 1.05rem !important;
  }
}

/* 受付時間：PC横テーブル / SPカード 出し分け */
.solare-hours__tbl { display: none; }

/* Cocoonのキーカラーがテーブルセルに青ボーダーを付けるのを打ち消す */
.solare-hours__tbl :where(th, td) {
  border: none !important;
}

@media (min-width: 835px) {
  /* SPカードを隠す */
  .solare-hours__legend,
  .solare-hours__cards { display: none !important; }

  /* PC横テーブル表示 */
  .solare-hours__tbl {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
  }

  /* 曜日ヘッダー */
  .solare-hours__tbl-th {
    background-color: #004AA3;
    color: #ffffff;
    font-size: 1.3rem !important;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    border-radius: 8px;
    width: calc(100% / 8);
  }
  .solare-hours__tbl-th--label { background: transparent; }
  .solare-hours__tbl-th--off   { background-color: #999; }
  .solare-hours__tbl-th--sat   { background-color: #0055bb; }
  .solare-hours__tbl-th--sun   { background-color: #cc0000; }

  /* 時間帯ラベル */
  .solare-hours__tbl-time {
    text-align: center;
    font-size: 0.95rem !important;
    font-weight: 700;
    color: #444;
    padding: 8px 12px;
    white-space: nowrap;
    line-height: 1.6;
  }
  .solare-hours__tbl-time small {
    display: block;
    font-size: 0.85rem;
    color: #666;
    font-weight: 400;
  }

  /* データセル */
  .solare-hours__tbl-td {
    background-color: #f4f7fb;
    text-align: center;
    font-size: 1.4rem !important;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 8px;
  }
  .solare-hours__tbl-td--ok  { color: #004AA3; }
  .solare-hours__tbl-td--off {
    background-color: #e2e2e2;
    color: #888;
    font-size: 0.9rem !important;
  }
  .solare-hours__tbl-td--tri {
    color: #cc6600;
    font-size: 1.1rem !important;
  }
  .solare-hours__tbl-td--tri small {
    display: block;
    font-size: 0.85rem;
    color: #cc6600;
    font-weight: 700;
  }
}

/* =============================
   症状タグ
============================= */
.solare-symptoms {
  background-color: #eef4fb;
  padding: 48px 20px;
  border-top: 3px solid #004AA3;
}

.solare-symptoms__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.solare-symptoms__title {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.solare-symptoms__title::after {
  content: '気になる症状をタップして、詳しい情報をご確認ください';
  display: block;
  font-size: 0.85rem !important;
  font-weight: 400;
  color: #555;
  margin-top: 8px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.solare-symptoms__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.solare-symptoms__break {
  width: 100%;
}

.solare-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 18px 10px 22px !important;
  border-radius: 24px;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s;
}

.solare-tag--primary::after {
  content: '›';
  font-size: 1.2em;
  line-height: 1;
  opacity: 0.8;
}

.solare-tag:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,74,163,0.3);
}

.solare-tag:active {
  transform: translateY(0);
  box-shadow: none;
  opacity: 0.85;
}

.solare-tag--primary {
  background-color: #004AA3;
  color: #ffffff;
}

.solare-tag--secondary {
  background-color: #f0f0f0;
  color: #555555;
}

/* =============================
   サービスカード
============================= */
.solare-services {
  background-color: #ffffff;
  padding: 48px 20px;
  border-top: 1px solid #e0e0e0;
}

.solare-services__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.solare-services__title {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

.solare-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.solare-service-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.solare-service-card__badge {
  display: inline-block;
  font-size: 0.85rem !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
  align-self: center;
}

.solare-service-card__badge--reserve {
  background-color: #E8F0FB;
  color: #004AA3;
  border: 1px solid #004AA3;
}

.solare-service-card__badge--walkin {
  background-color: #F5F5F5;
  color: #666666;
  border: 1px solid #cccccc;
}

.solare-service-card__icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.solare-service-card__name {
  font-size: 1.15rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 10px;
}

.solare-service-card__desc {
  font-size: 1rem !important;
  color: #333333 !important;
  line-height: 2 !important;
  margin-bottom: 16px;
}

.solare-service-card__link {
  display: inline-block;
  font-size: 0.95rem !important;
  font-weight: 700;
  color: #ffffff;
  background-color: #004AA3;
  border: 1.5px solid #004AA3;
  border-radius: 4px;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: auto;
}

.solare-service-card__link:hover {
  background-color: #003080;
  border-color: #003080;
  color: #ffffff;
}

.solare-service-card--inverted {
  background-color: #004AA3;
  border-color: #004AA3;
}

.solare-service-card--inverted .solare-service-card__name {
  color: #ffffff;
}

.solare-service-card--inverted .solare-service-card__desc {
  color: #dde8f8 !important;
}

.solare-service-card--inverted .solare-service-card__badge--walkin {
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
  border-color: rgba(255,255,255,0.4);
}

.solare-service-card--inverted .solare-service-card__link {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #004AA3;
}

.solare-service-card--inverted .solare-service-card__link:hover {
  background-color: #dde8f8;
  border-color: #dde8f8;
  color: #004AA3;
}

/* =============================
   柔道整復師セクション
============================= */
/* はじめての方へ 導線ブロック */
.solare-first-cta {
  background: linear-gradient(135deg, #004AA3 0%, #0062d6 100%);
  padding: 40px 20px;
}
.solare-first-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.solare-first-cta__title {
  font-size: 1.3rem !important;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.solare-first-cta__desc {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}
.solare-first-cta__btn {
  display: inline-block;
  background-color: #ffffff;
  color: #004AA3 !important;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.solare-first-cta__btn:hover { opacity: 0.85; }
@media (max-width: 600px) {
  .solare-first-cta__inner { flex-direction: column; align-items: flex-start; }
  .solare-first-cta__btn { width: 100%; text-align: center; }
}

.solare-judo {
  background-color: #eef4fb;
  padding: 48px 20px;
  border-top: 3px solid #004AA3;
}

.solare-judo__inner {
  max-width: 720px;
  margin: 0 auto;
}

.solare-judo__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-judo__text {
  font-size: 1rem;
  line-height: 2;
  color: #333;
}

/* =============================
   スティッキーCTA
============================= */
.solare-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: #ffffff;
}
/* Cocoonモバイルナビバーを非表示（フッター・ヘッダー両方） */
.mobile-footer-menu-buttons,
.mobile-header-menu-buttons {
  display: none !important;
}

.solare-sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 10px 44px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
}

.solare-sticky-btn:hover {
  opacity: 0.85;
}

.solare-sticky-btn__icon {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.solare-sticky-btn__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.solare-sticky-btn__text {
  font-size: 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
}

.solare-sticky-btn__sub {
  font-size: 0.68rem !important;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: 0;
}

.solare-sticky-btn--reserve .solare-sticky-btn__sub {
  color: #004AA3;
  opacity: 0.7;
}

.solare-sticky-btn--tel {
  flex: 1;
  background-color: #f0f0f0;
  color: #555;
  font-size: 0.85rem !important;
  font-weight: 400;
  border-top: 2px solid #ccc;
}

.solare-sticky-btn--walkin {
  flex: 1;
  background-color: #004AA3;
  color: #ffffff;
  font-size: 1.05rem !important;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.solare-sticky-btn--reserve {
  flex: 1;
  background-color: #ffffff;
  color: #004AA3;
  font-size: 1.05rem !important;
}

.solare-sticky-btn--reserve2 {
  border-left: 1px solid #e0e0e0;
}

.solare-sticky-btn--map {
  flex: 1;
  background-color: #f4f7fb;
  color: #004AA3;
  font-size: 1.05rem !important;
  border-left: 1px solid #e0e0e0;
}

.solare-sticky-btn--map .solare-sticky-btn__sub {
  color: #004AA3;
  opacity: 0.7;
}

/* =============================
   ごあいさつページ
============================= */
.solare-greeting {
  background-color: #ffffff;
}

.solare-greeting__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-anniversary-text {
  color: #FFD700;
}

.solare-anniversary-prefix {
  color: #FFD700;
}

.solare-greeting__catch {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-greeting__catch2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 8px 0 0 0;
  opacity: 1 !important;
}

.solare-greeting__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-greeting__profile {
  background-color: #f8f8f8;
  padding: 32px;
  margin-bottom: 48px;
  border-left: 4px solid #004AA3;
}

.solare-greeting__name {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 4px;
}

.solare-greeting__title {
  font-size: 0.9rem;
  color: #666;
}

.solare-greeting__section-title {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-greeting__message {
  margin-bottom: 48px;
}

.solare-greeting__message p {
  font-size: 1rem !important;
  line-height: 2 !important;
  color: #333333 !important;
  margin-bottom: 16px;
}

.solare-greeting__sign {
  text-align: right;
  font-weight: 700;
  color: #004AA3 !important;
  margin-top: 24px;
}

/* =============================
   はじめての方へ
============================= */
.solare-first {
  background-color: #ffffff;
}

.solare-first__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-first__catch {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-first__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-first__section {
  margin-bottom: 56px;
}

.solare-first__section-title {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-first__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.solare-first__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #004AA3;
  margin-bottom: 8px;
}

.solare-first__step-arrow {
  text-align: center;
  font-size: 1.4rem;
  color: #004AA3;
  padding: 4px 0;
}

.solare-first__step-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004AA3;
  opacity: 0.3;
  line-height: 1;
  min-width: 40px;
}

.solare-first__step-title {
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}

.solare-first__step-desc {
  font-size: 1rem !important;
  color: #333333 !important;
  line-height: 2 !important;
}

.solare-first__fee-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .solare-first__fee-grid {
    grid-template-columns: 1fr;
  }
}

.solare-first__fee-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  border-top: 3px solid #004AA3;
}

.solare-first__fee-title {
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 8px;
}

.solare-first__fee-title--jihi {
  color: #2d7a3c;
}
.solare-first__fee-title--jihi ~ * + .solare-first__fee-reserve-btn,
.solare-first__fee-title--jihi + .solare-first__fee-desc + .solare-first__fee-reserve-btn,
.solare-first__fee-title--jihi ~ .solare-first__fee-reserve-btn {
  background-color: #2d7a3c;
}
/* 自費施術ブロックの上ボーダーを緑に */
.solare-first__fee-item:has(.solare-first__fee-title--jihi) {
  border-top-color: #2d7a3c;
}

.solare-first__fee-desc {
  font-size: 1rem !important;
  color: #333333 !important;
  line-height: 2 !important;
}

.solare-first__fee-reserve-btn {
  display: inline-block;
  margin-top: 12px;
  background-color: #2d7a3c;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.solare-first__fee-reserve-btn:hover { opacity: 0.85; }
@media (max-width: 767px) {
  .solare-first__fee-reserve-btn { display: block; text-align: center; }
}

/* はじめてのかたへ：施術者情報 */
.solare-first__therapist {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background-color: #f4f7fb;
  border-left: 4px solid #004AA3;
}
.solare-first__therapist-name {
  font-size: 1.05rem !important;
  font-weight: 700;
  color: #222;
}
.solare-first__therapist-license {
  font-size: 0.85rem !important;
  color: #004AA3;
  font-weight: 600;
  background-color: #e8f0fb;
  padding: 2px 10px;
  border-radius: 20px;
}

/* 保険適用 法定開示ブロック */
.solare-first__legal {
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #f0f4fa;
  border-left: 3px solid #004AA3;
  border-radius: 0 4px 4px 0;
  font-size: 0.85rem !important;
  color: #444 !important;
  line-height: 1.8;
}
.solare-first__legal p {
  margin: 0 0 4px !important;
}
.solare-first__legal p:last-child { margin-bottom: 0 !important; }

.solare-first__checklist {
  list-style: none;
  padding: 20px 24px !important;
  margin: 0;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.solare-first__checklist li {
  font-size: 1rem !important;
  color: #333333 !important;
  line-height: 2 !important;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.solare-first__checklist li:last-child {
  border-bottom: none;
}

.solare-first__checklist li::before {
  content: "✓";
  color: #004AA3;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.solare-first__faqs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solare-first__faq {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.solare-first__faq-q {
  background-color: #004AA3;
  color: #ffffff;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 14px 20px;
}

.solare-first__faq-q::before {
  content: "Q. ";
}

.solare-first__faq-a {
  background-color: #f8f8f8;
  color: #333;
  font-size: 1rem !important;
  line-height: 2 !important;
  padding: 14px 20px;
}

.solare-first__faq-a::before {
  content: "A. ";
  font-weight: 700;
  color: #004AA3;
}

/* =============================
   来院案内
============================= */
.solare-access {
  background-color: #ffffff;
}

.solare-access__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-access__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-access__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-access__map {
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.solare-access__map iframe {
  display: block;
  width: 100%;
}

.solare-access__section {
  margin-bottom: 48px;
}

.solare-access__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 20px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-access__section-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.solare-access__section-icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.solare-access__address {
  background-color: #f8f8f8;
  padding: 24px;
  border-left: 4px solid #004AA3;
}

.solare-access__address p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin: 0 0 8px 0;
}

.solare-access__landmark {
  font-size: 0.95rem !important;
  color: #666 !important;
  margin: 0 !important;
}

.solare-access__map-img {
  display: block;
  width: 100%;
  margin-top: 16px;
  border-radius: 4px;
}

.solare-access__stations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.solare-access__station {
  background-color: #f8f8f8;
  padding: 20px 24px;
  border-left: 4px solid #004AA3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.solare-access__station-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #004AA3;
}

.solare-access__station-exit {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004AA3;
  white-space: nowrap;
}


/* =============================
   受付時間ページ
============================= */
.solare-reception {
  background-color: #ffffff;
}

.solare-reception__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.solare-reception__sub:empty {
  display: none;
}

.solare-reception__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-reception__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-reception__section {
  margin-bottom: 56px;
}

@media (max-width: 834px) {
  .solare-symptom__contact + .solare-reception__section {
    margin-top: 40px;
  }
  .page-id-48 .solare-reception__section-title {
    color: #222;
  }
}

/* 受付時間ページ：ナビゲーションボタン */
.solare-reception__nav-btns {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.solare-reception__nav-btn {
  flex: 1 1 calc(50% - 6px);
  display: block;
  padding: 14px 12px;
  background-color: #004AA3;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

.solare-reception__nav-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

/* 受付時間ページ：営業の方へセクション */
.solare-reception__sales {
  margin-top: 48px;
  padding: 24px 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}

.solare-reception__sales-title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
}

.solare-reception__sales-text {
  font-size: 0.85rem !important;
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
}

.solare-reception__sales-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.9rem !important;
  color: #444;
  text-decoration: none;
  transition: background-color 0.2s;
}

.solare-reception__sales-btn:hover {
  background-color: #eee;
}

/* 受付時間ページ：電話セクション整理 */
.page-id-48 .solare-reception__tel-block::after {
  display: none !important; /* 営業電話お断り文を非表示 */
}

.solare-reception__tel-label {
  font-size: 1rem !important;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px !important;
  letter-spacing: 0.03em;
}


/* 受付時間ページ：もみほぐし・EMS CTAボタン */
.solare-reception__cta-btns {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.solare-reception__cta-btn {
  flex: 1 1 calc(50% - 6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.2s;
  gap: 4px;
}

.solare-reception__cta-btn:hover {
  opacity: 0.85;
}

.solare-reception__cta-btn__main {
  font-size: 1.05rem !important;
  display: block;
}

.solare-reception__cta-btn__sub {
  font-size: 0.72rem !important;
  font-weight: 400;
  display: block;
  opacity: 0.85;
}

.solare-reception__cta-btn--momi {
  background-color: #2d7a3c;
  color: #ffffff;
}

.solare-reception__cta-btn--ems {
  background-color: #2d7a3c;
  color: #ffffff;
}

.solare-reception__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-reception__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.solare-reception__table {
  width: 100%;
  min-width: 520px;
}

.solare-reception__row {
  display: grid;
  grid-template-columns: 155px repeat(7, 1fr);
  border-bottom: 1px solid #e0e0e0;
}

.solare-reception__row--head {
  background-color: #004AA3;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.solare-reception__cell {
  padding: 12px 4px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solare-reception__row--head .solare-reception__cell {
  color: #ffffff;
  font-weight: 700;
}

.solare-reception__cell--label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #004AA3;
  justify-content: flex-start;
  padding-left: 8px;
  white-space: nowrap;
}

.solare-reception__row--head .solare-reception__cell--label {
  color: #ffffff;
}

.solare-reception__cell--ok {
  color: #004AA3;
  font-weight: 700;
  font-size: 1.2rem;
}

.solare-reception__cell--off {
  color: #999;
}

.solare-reception__row--head .solare-reception__cell--off {
  color: rgba(255,255,255,0.5);
}

.solare-reception__cell--sat {
  color: #0066cc;
  font-weight: 700;
}

.solare-reception__cell--sun {
  color: #cc0000;
  font-weight: 700;
}

.solare-reception__cell--tri {
  flex-direction: column;
  font-size: 0.9rem;
  color: #004AA3;
  line-height: 1.2;
  white-space: nowrap;
}

.solare-reception__cell--tri span {
  font-size: 0.85rem;
  color: #666;
}

.solare-reception__note {
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  margin-top: 12px;
}


.solare-reception__notes {
  list-style: none;
  padding: 20px 24px !important;
  margin: 0;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.solare-reception__notes li {
  font-size: 1rem;
  color: #333;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  line-height: 1.8;
}

.solare-reception__notes li:last-child {
  border-bottom: none;
}

.solare-reception__notes li::before {
  content: "●";
  color: #004AA3;
  font-size: 0.6rem;
  position: absolute;
  left: 4px;
  top: 14px;
}

/* =============================
   EMS筋トレページ
============================= */
.solare-ems {
  background-color: #ffffff;
}

.solare-ems__hero {
  background-color: #2d7a3c;
  padding: 48px 20px;
  text-align: center;
}

.solare-ems__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-ems__catch-sub {
  font-size: 0.95rem;
  color: #d4edda;
  margin: 8px 0 0;
  line-height: 1.6;
}

.solare-ems__hero-logo {
  display: block;
  max-width: 320px;
  width: 80%;
  margin: 0 auto 24px;
  border-radius: 8px;
}

.solare-ems__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-ems__section {
  margin-bottom: 56px;
}

.solare-ems__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-ems__lead {
  font-size: 1rem;
  line-height: 2;
  color: #333;
}

.solare-ems__recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.solare-ems__recommend-item {
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 4px solid #004AA3;
}

.solare-ems__recommend-icon {
  font-size: 1.8rem;
  min-width: 40px;
  text-align: center;
}

.solare-ems__recommend-text {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.solare-ems__parts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solare-ems__part {
  background-color: #f8f8f8;
  padding: 20px 24px;
  border-left: 4px solid #2d7a3c;
}

.solare-ems__part-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 6px;
}

.solare-ems__part-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.solare-ems__machine {
  background-color: #f8f8f8;
  padding: 24px;
  border-left: 4px solid #2d7a3c;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.solare-ems__machine-name {
  font-size: 1rem;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 16px;
}

.solare-ems__machine-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solare-ems__machine-features li {
  font-size: 1rem;
  color: #333;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  line-height: 1.8;
}

.solare-ems__machine-features li:last-child {
  border-bottom: none;
}

.solare-ems__machine-features li::before {
  content: "✓";
  color: #2d7a3c;
  font-weight: 700;
  position: absolute;
  left: 0;
}

/* 機器写真レイアウト */
.solare-ems__machine-body {
  flex: 1 1 260px;
}
.solare-ems__machine-photo-wrap {
  flex: 0 0 180px;
}
.solare-ems__machine-photo {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .solare-ems__machine { flex-direction: column; }
  .solare-ems__machine-photo-wrap { flex: none; width: 100%; max-width: 240px; margin: 0 auto; }
}

/* 料金メニュー画像 */
.solare-ems__menu-img {
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 24px;
  border-radius: 8px;
}

/* 使い放題ハイライト */
.solare-ems__price-item--featured {
  background-color: #2d7a3c !important;
  border: 2px solid #2d7a3c;
  flex: 1 1 200px;
  position: relative;
}
.solare-ems__price-item--featured::before {
  content: "★ おすすめ";
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2d7a3c;
  background-color: #fff176;
  border-radius: 4px;
  padding: 4px 14px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.solare-ems__price-item--featured .solare-ems__price-part {
  color: #ffffff;
  font-size: 1.1rem !important;
}
.solare-ems__price-item--featured .solare-ems__price-amount {
  font-size: 2.2rem !important;
  color: #ffffff !important;
}
.solare-ems__price-item--featured .solare-ems__price-note {
  color: rgba(255,255,255,0.85) !important;
}

.solare-ems__notes,
.solare-momi__notes {
  background-color: #f8f8f8;
  padding: 20px 24px;
  margin-bottom: 24px;
  border-left: 4px solid #2d7a3c;
}

.solare-ems__notes ul,
.solare-momi__notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solare-ems__notes li,
.solare-momi__notes li {
  font-size: 1rem;
  color: #333;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  line-height: 1.8;
}

.solare-ems__notes li:last-child,
.solare-momi__notes li:last-child {
  border-bottom: none;
}

.solare-ems__notes li::before,
.solare-momi__notes li::before {
  content: "●";
  color: #2d7a3c;
  font-size: 0.6rem;
  position: absolute;
  left: 4px;
  top: 14px;
}

.solare-ems__calendar,
.solare-momi__calendar {
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.solare-ems__calendar iframe,
.solare-momi__calendar iframe {
  display: block;
  width: 100%;
}

.solare-ems__booking {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.solare-ems__booking p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.8;
}


/* =============================
   もみほぐしページ
============================= */
.solare-momi {
  background-color: #ffffff;
}

.solare-momi__hero {
  background-color: #2d7a3c;
  padding: 48px 20px;
  text-align: center;
}

.solare-momi__hero-img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 24px;
  border: 4px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.solare-momi__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-momi__catch-sub {
  font-size: 0.95rem;
  color: #d4edda;
  margin: 8px 0 0;
  line-height: 1.6;
}

.solare-momi__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

/* =============================
   LP共通コンポーネント（もみほぐし・EMS）
============================= */
.solare-lp__scroll-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 28px;
  padding: 16px 40px;
  background-color: #ffffff;
  color: #004AA3 !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transition: transform 0.15s, box-shadow 0.15s;
}

.solare-lp__scroll-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.solare-lp__scroll-cta__main {
  font-size: 1.15rem;
  line-height: 1.3;
}

.solare-lp__scroll-cta__sub {
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.75;
}

@media screen and (max-width: 834px) {
  .solare-lp__scroll-cta {
    padding: 14px 28px;
  }
  .solare-lp__scroll-cta__main {
    font-size: 1rem;
  }
}

.solare-lp__section {
  padding: 48px 20px;
}
.solare-lp__section--alt {
  background-color: #f4f7fb;
}
.solare-lp__label {
  display: none;
}
.solare-lp__title {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid #004AA3;
}
.solare-lp__lead {
  font-size: 1rem !important;
  color: #333;
  line-height: 1.9;
  margin-bottom: 28px;
}

/* お悩みタグ */
.solare-lp__worries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.solare-lp__worry {
  background-color: #eef4fb;
  border-left: 4px solid #004AA3;
  padding: 10px 16px;
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem !important;
  font-weight: 600;
  color: #222;
  flex: 1 1 calc(50% - 10px);
}
@media (max-width: 600px) {
  .solare-lp__worry { flex: 1 1 100%; }
}

/* 特徴カード */
.solare-lp__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .solare-lp__features { grid-template-columns: 1fr; }
}
.solare-lp__feature {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,74,163,0.08);
}
.solare-lp__feature-title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 8px;
}
.solare-lp__feature-desc {
  font-size: 0.9rem !important;
  color: #444;
  line-height: 1.7;
}

/* 施術の流れ */
.solare-lp__flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.solare-lp__flow-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 32px;
}
.solare-lp__flow-step::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background-color: #c8d8f0;
}
.solare-lp__flow-step:last-child::before { display: none; }
.solare-lp__flow-num {
  width: 40px;
  height: 40px;
  background-color: #004AA3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem !important;
  flex-shrink: 0;
}
.solare-lp__flow-body { flex: 1; }
.solare-lp__flow-title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}
.solare-lp__flow-desc {
  font-size: 0.9rem !important;
  color: #555;
  line-height: 1.7;
}

/* 料金注記 */
.solare-lp__price-note {
  margin-top: 16px;
  font-size: 0.85rem !important;
  color: #666;
  line-height: 1.8;
}

/* リスク */
.solare-lp__risks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.solare-lp__risk {
  background-color: #fff8f0;
  border-left: 4px solid #cc6600;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
}
.solare-lp__risk-title {
  font-size: 0.95rem !important;
  font-weight: 700;
  color: #cc6600;
  margin-bottom: 6px;
}
.solare-lp__risk-desc {
  font-size: 0.9rem !important;
  color: #444;
  line-height: 1.7;
}

/* EMS料金グリッド */
.solare-ems__price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.solare-ems__price-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  border-top: 4px solid #2d7a3c;
}
.solare-ems__price-part {
  font-size: 1rem !important;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.solare-ems__price-amount {
  font-size: 2.2rem !important;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.solare-ems__price-note {
  font-size: 0.85rem !important;
  color: #888;
}
.solare-ems__price-cond {
  font-size: 0.85rem !important;
  color: #888;
  margin-top: 6px;
  line-height: 1.5;
}
.solare-ems__price-item--featured {
  grid-column: 1 / -1;
}

/* もみほぐしセクション（旧スタイルと共存） */
.solare-momi__section {
  margin-bottom: 56px;
}

.solare-momi__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-momi__price-type,
.solare-ems__price-duration {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 12px;
}

.solare-momi__price-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}

.solare-momi__price-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 32px 20px;
  text-align: center;
  border-top: 4px solid #2d7a3c;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.solare-momi__price-time {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 8px;
}

.solare-momi__price-amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2d7a3c;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.solare-momi__price-note {
  font-size: 0.9rem;
  color: #888;
}

/* 60分おすすめバッジ */
.solare-momi__price-item--featured {
  background-color: #2d7a3c !important;
  border-top-color: #1d5a2c;
  position: relative;
  box-shadow: 0 4px 16px rgba(45,122,60,0.25);
}
.solare-momi__price-item--featured::before {
  content: "★ おすすめ";
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2d7a3c;
  background-color: #fff176;
  border-radius: 4px;
  padding: 4px 14px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.solare-momi__price-item--featured .solare-momi__price-time {
  color: #ffffff;
}
.solare-momi__price-item--featured .solare-momi__price-amount {
  color: #ffffff !important;
}
.solare-momi__price-item--featured .solare-momi__price-note {
  color: rgba(255,255,255,0.85) !important;
}

.solare-momi__schedule {
  background-color: #f8f8f8;
  padding: 24px;
  border-left: 4px solid #004AA3;
}

.solare-momi__schedule-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.solare-momi__schedule-day {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004AA3;
  min-width: 80px;
}

.solare-momi__schedule-time {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
}

.solare-momi__schedule-note {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.solare-momi__booking {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.solare-momi__booking p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.8;
}


/* =============================
   外国語対応ページ
============================= */
.solare-lang {
  background-color: #ffffff;
}

.solare-lang__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-lang__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.solare-lang__catch-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.solare-lang__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-lang__block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background-color: #f8f8f8;
  padding: 28px 24px;
  margin-bottom: 16px;
  border-left: 4px solid #004AA3;
}

.solare-lang__block * {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  word-break: break-word !important;
}

.solare-lang__flag {
  font-size: 2.5rem;
  min-width: 48px;
  text-align: center;
}

.solare-lang__content {
  flex: 1;
}

.solare-lang__lang-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 10px;
}

.solare-lang__content p {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 16px;
}

.solare-lang__link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #004AA3;
  border: 1.5px solid #004AA3;
  border-radius: 4px;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.2s;
}

.solare-lang__link:hover {
  background-color: #004AA3;
  color: #ffffff;
}


/* =============================
   症状別ページ（共通）
============================= */
.solare-symptom {
  background-color: #ffffff;
}

.solare-symptom__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-symptom__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-symptom__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-symptom__section {
  margin-bottom: 56px;
}

.solare-symptom__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-symptom__text {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 16px;
}

.solare-symptom__checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solare-symptom__check-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 16px 20px 16px 48px;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  position: relative;
}

.solare-symptom__check-item::before {
  content: "✓";
  color: #004AA3;
  font-weight: 700;
  font-size: 1.1rem;
  position: absolute;
  left: 16px;
  top: 16px;
}

.solare-symptom__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solare-symptom__feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #004AA3;
}

.solare-symptom__feature-icon {
  font-size: 1.8rem;
  min-width: 40px;
  text-align: center;
}

.solare-symptom__feature-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 6px;
}

.solare-symptom__feature-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.solare-symptom__profile-note {
  background-color: #f8f8f8;
  padding: 24px;
  border-left: 4px solid #004AA3;
}

.solare-symptom__profile-note p {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin: 0;
}

.solare-symptom__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.solare-symptom__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #004AA3;
}

.solare-symptom__step-num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #004AA3;
  opacity: 0.4;
  min-width: 40px;
  line-height: 1;
}

.solare-symptom__step-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  padding-top: 2px;
}

/* 症状ページ「はじめての方へ」CTA */
.solare-symptom__first-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #eef4fb;
  border: 2px solid #004AA3;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.solare-symptom__first-cta-text {
  font-size: 0.95rem !important;
  color: #333;
  line-height: 1.6;
  flex: 1;
}
.solare-symptom__first-cta-btn {
  display: inline-block;
  background-color: #004AA3;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.solare-symptom__first-cta-btn:hover { opacity: 0.85; }
@media (max-width: 600px) {
  .solare-symptom__first-cta { flex-direction: column; }
  .solare-symptom__first-cta-btn { width: 100%; text-align: center; }
}

/* 来院CTA（症状ページの電話ブロック置換） */
.solare-walkin-cta {
  background-color: #eef4fb;
  border-left: 5px solid #004AA3;
  border-radius: 0 10px 10px 0;
  padding: 28px 24px;
  margin: 32px 0;
  text-align: center;
}

.solare-walkin-cta__lead {
  font-size: 1.3rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 8px;
}

.solare-walkin-cta__text {
  font-size: 0.95rem !important;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.solare-walkin-cta__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.solare-walkin-cta__btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

.solare-walkin-cta__btn:hover {
  opacity: 0.8;
}

.solare-walkin-cta__btn--primary {
  background-color: #004AA3;
  color: #ffffff;
}

.solare-walkin-cta__btn--secondary {
  background-color: #ffffff;
  color: #004AA3;
  border: 2px solid #004AA3;
}

@media (max-width: 600px) {
  .solare-walkin-cta__btns {
    flex-direction: column;
    align-items: center;
  }
  .solare-walkin-cta__btn {
    width: 100%;
    text-align: center;
  }
}

.solare-symptom__contact {
  background-color: #004AA3;
  border-radius: 8px;
  padding: 36px 24px;
  text-align: center;
}

.solare-symptom__contact::after {
  content: "電話による営業は施術の妨げになりますため、ご遠慮ください";
  display: block;
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.5);
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.solare-symptom__contact p {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
}

.solare-symptom__tel {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.solare-symptom__tel:hover {
  opacity: 0.8;
}

.solare-symptom__tel-note {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 !important;
}

.solare-tel-kenko {
  font-size: 0.85rem !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 8px 0 0 !important;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  display: inline-block;
}


/* =============================
   患者の声ページ
============================= */
.solare-reviews {
  background-color: #ffffff;
}

.solare-reviews__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-reviews__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-reviews__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-reviews__section {
  margin-bottom: 56px;
}

.solare-reviews__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-reviews__card {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 28px 24px;
  border-left: 4px solid #004AA3;
}

.solare-reviews__stars {
  font-size: 1.4rem;
  color: #f5a623;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.solare-reviews__text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 12px;
}

.solare-reviews__author {
  font-size: 0.9rem;
  color: #888;
  text-align: right;
}

.solare-reviews__request {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
}

.solare-reviews__request p {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 24px;
}

.solare-reviews__btn {
  display: inline-block;
  background-color: #004AA3;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.solare-reviews__btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

/* =============================
   関連ページリンク（共通）
============================= */
.solare-related {
  background-color: #f8f8f8;
  padding: 40px 20px;
}

.solare-related__inner {
  max-width: 720px;
  margin: 0 auto;
}

.solare-related__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solare-related__link {
  display: inline-block;
  background-color: #ffffff;
  border: 1.5px solid #004AA3;
  color: #004AA3;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}

.solare-related__link:hover {
  background-color: #004AA3;
  color: #ffffff;
}

/* =============================
   WEB予約ページ
============================= */
.solare-reservation {
  background-color: #ffffff;
}

.solare-reservation__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-reservation__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-reservation__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-reservation__notes {
  background-color: #f8f8f8;
  padding: 24px;
  margin-bottom: 32px;
  border-left: 4px solid #004AA3;
}

.solare-reservation__notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solare-reservation__notes li {
  font-size: 1rem;
  color: #333;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  line-height: 1.8;
}

.solare-reservation__notes li:last-child {
  border-bottom: none;
}

.solare-reservation__notes li::before {
  content: "●";
  color: #004AA3;
  font-size: 0.6rem;
  position: absolute;
  left: 4px;
  top: 14px;
}

.solare-reservation__calendar {
  margin-bottom: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.solare-reservation__calendar iframe {
  display: block;
  width: 100%;
}

.solare-reservation__tel-section {
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 32px 24px;
}

.solare-reservation__tel-section p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 12px;
}

.solare-reservation__tel {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #004AA3;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.solare-reservation__tel:hover {
  opacity: 0.8;
}

/* =============================
   レスポンシブ
============================= */
@media screen and (max-width: 600px) {
  .solare-reception__table-wrap {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .solare-reception__table {
    min-width: 480px !important;
  }
  .solare-reception__row {
    grid-template-columns: 110px repeat(7, 44px) !important;
  }
  .solare-reception__cell {
    font-size: 0.85rem !important;
    padding: 8px 2px !important;
  }
  .solare-reception__cell--label {
    font-size: 0.85rem !important;
  }
}

@media screen and (max-width: 834px) {
  .solare-services {
    background-color: #004AA3 !important;
    border-top: none;
  }
  .solare-services__title {
    color: #ffffff !important;
    display: none;
  }
  .solare-service-card--inverted {
    border: 2px solid rgba(255,255,255,0.7) !important;
  }
}

@media screen and (max-width: 767px) {
  .solare-services__grid {
    grid-template-columns: 1fr;
  }
  .solare-hero {
    min-height: 0;
    padding: 28px 20px 0;
  }
  .solare-hero__title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
  .solare-hero__sub {
    margin-bottom: 0;
    line-height: 1.7 !important;
  }
  .solare-hero__nowrap {
    white-space: nowrap;
  }
  .solare-hours {
    padding: 20px 16px;
  }
  .solare-hours__title {
    margin-bottom: 12px;
  }
  .solare-hours__legend {
    margin-bottom: 10px;
  }
  .solare-hours__cards {
    gap: 6px;
  }
  .solare-hours__note {
    margin-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .solare-hero__title {
    font-size: 2rem !important;
  }
  .solare-hero__btns {
    flex-direction: column;
    align-items: center;
  }
  .solare-symptoms__tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .solare-symptoms__break {
    display: none;
  }
  .solare-services__grid {
    grid-template-columns: 1fr;
  }
  .solare-sticky-btn__text {
    font-size: 0.82rem;
  }
  .solare-greeting__catch {
    font-size: 1.1rem !important;
  }
  .solare-first__catch {
    font-size: 1.1rem !important;
  }
  .solare-access__station {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .solare-ems__recommend-grid {
    grid-template-columns: 1fr;
  }
  .solare-momi__price-amount {
    font-size: 1.8rem;
  }
  .solare-lang__block {
    flex-direction: column;
    gap: 12px;
  }
  .solare-symptom__catch {
    font-size: 1.1rem;
  }
  .solare-symptom__tel {
    font-size: 1.6rem;
  }
  .solare-symptom__feature {
    flex-direction: column;
    gap: 10px;
  }
  .solare-reviews__catch {
    font-size: 1.1rem;
  }
  .solare-reviews__btn {
    font-size: 0.95rem;
    padding: 12px 24px;
  }
  .solare-reservation__catch {
    font-size: 1.1rem;
  }
  .solare-reservation__tel {
    font-size: 1.6rem;
  }
}
/* =============================
   院内サービスページ
============================= */
.solare-service-info {
  background-color: #ffffff;
}

.solare-service-info__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-service-info__catch {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
}

.solare-service-info__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-service-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.solare-service-info__item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 24px 20px;
  border-top: 3px solid #004AA3;
}

.solare-service-info__icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.solare-service-info__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 8px;
}

.solare-service-info__desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.solare-service-info__cashless-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 12px;
}

.solare-service-info__cashless-label {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 6px;
  font-weight: 700;
}

.solare-service-info__cashless-logos {
  display: block;
  width: 100%;
}

/* 感染症対策セクション */
.solare-infection {
  background-color: #eef4fb;
  border-top: 3px solid #004AA3;
  padding: 40px 20px;
}

.solare-infection__inner {
  max-width: 720px;
  margin: 0 auto;
}

.solare-infection__title {
  font-size: 1.3rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 10px;
  text-align: center;
}

.solare-infection__intro {
  font-size: 1rem !important;
  color: #444;
  text-align: center;
  margin-bottom: 24px;
}

.solare-infection__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.solare-infection__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px 18px;
}

.solare-infection__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #004AA3;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 2px;
}

.solare-infection__item-title {
  font-size: 1rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 4px;
}

.solare-infection__item-desc {
  font-size: 0.95rem !important;
  color: #444;
  line-height: 1.7;
}

.solare-infection__tel {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.3rem !important;
  font-weight: 700;
  color: #004AA3;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.solare-infection__no-sales {
  font-size: 0.85rem !important;
  color: #888;
  margin-top: 6px !important;
}

@media screen and (max-width: 480px) {
  .solare-service-info__catch {
    font-size: 1rem;
  }
  .solare-service-info__grid {
    grid-template-columns: 1fr;
  }
}
/* 院内紹介動画 */
.solare-access__video {
  margin: 0 auto 48px auto;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  max-width: 720px;
}

.solare-access__video iframe {
  display: block;
  width: 100%;
}

/* TOP来院案内：幅をTOPセクションに合わせる */
.solare-access--top .solare-access__inner {
  max-width: 1256px;
}

/* TOPごあいさつ：幅をTOPセクションに合わせる */
.solare-greeting--top .solare-greeting__inner {
  max-width: 1256px;
}

.solare-access__parking p {
  font-size: 1rem !important;
  line-height: 1.8;
  margin-bottom: 12px !important;
}

.solare-access__parking-link {
  display: inline-block;
  font-size: 0.95rem;
  color: #004AA3;
  text-decoration: none;
  border-bottom: 1px solid #004AA3;
}
.solare-access__parking-link:hover {
  opacity: 0.75;
}

.solare-access__more-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.95rem;
  color: #004AA3;
  text-decoration: none;
  border-bottom: 1px solid #004AA3;
}
.solare-access__more-link:hover {
  opacity: 0.75;
}

/* =============================
   営業の方へページ
============================= */
.solare-sales {
  background-color: #ffffff;
}

.solare-sales__hero {
  background-color: #004AA3;
  padding: 48px 20px;
  text-align: center;
}

.solare-sales__catch {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
}

.solare-sales__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px;
}

.solare-sales__notice {
  background-color: #fff3f3;
  padding: 24px;
  border-left: 4px solid #cc0000;
  margin-bottom: 48px;
}

.solare-sales__notice-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #cc0000;
  margin-bottom: 12px;
}

.solare-sales__notice p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

.solare-sales__section {
  margin-bottom: 48px;
}

.solare-sales__section-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #004AA3;
}

.solare-sales__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
}

.solare-sales__btn-wrap {
  text-align: center;
}

.solare-sales__btn {
  display: inline-block;
  background-color: #004AA3;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.solare-sales__btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.solare-sales__sns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.solare-sales__sns-btn {
  display: inline-block;
  background-color: #f8f8f8;
  border: 1.5px solid #004AA3;
  color: #004AA3;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}

.solare-sales__sns-btn:hover {
  background-color: #004AA3;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .solare-sales__catch {
    font-size: 1.1rem;
  }
  .solare-sales__sns {
    flex-direction: column;
  }
}

/* =============================
   ドロップダウンメニュー
============================= */
#navi .navi-in ul ul,
.navi-in ul ul {
  background-color: #004AA3 !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

#navi .navi-in ul ul li a,
.navi-in ul ul li a {
  color: #ffffff !important;
  font-size: 0.9rem !important;
  padding: 10px 16px !important;
  border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

#navi .navi-in ul ul li a:hover {
  background-color: rgba(255,255,255,0.15) !important;
}
/* =============================
   WEB予約ページ
============================= */
.solare-reserve {
  padding: 48px 20px;
}

.solare-reserve__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.solare-reserve__lead {
  font-size: 1.2rem !important;
  color: #444;
  margin-bottom: 32px;
}

.solare-reserve__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.solare-reserve__card {
  background: #f4f7fb;
  border-radius: 12px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border: 1px solid #dde4ef;
}

.solare-reserve__name {
  font-size: 1.2rem !important;
  font-weight: 700;
  color: #004AA3;
}

.solare-reserve__desc {
  font-size: 0.95rem !important;
  color: #555;
  line-height: 1.7;
}

.solare-reserve__btn {
  display: inline-block;
  margin-top: auto;
  background-color: #004AA3;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem !important;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}

.solare-reserve__btn:hover {
  background-color: #003580;
  color: #ffffff !important;
}

.solare-reserve__note {
  font-size: 0.9rem !important;
  color: #888;
}

@media screen and (max-width: 480px) {
  .solare-reserve__cards {
    grid-template-columns: 1fr;
  }
}

/* =============================
   お知らせ（TOP最新3件）
============================= */
.solare-news {
  background-color: #ffffff;
  padding: 0 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.solare-news__inner {
  max-width: 1256px;
  margin: 0 auto;
}

.solare-news__title {
  display: none;
}

.solare-news__desc {
  display: none;
}

.solare-news__desc strong {
  color: #004AA3;
}

.solare-news__desc-link {
  color: #004AA3;
  text-decoration: underline;
}

.solare-news__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 16px;
}

.solare-news__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #dde4ef;
  position: relative;
  cursor: pointer;
}

/* 1件目：縦並び */
.solare-news__item--featured {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 20px;
}

.solare-news__thumb-wrap {
  display: none;
}

.solare-news__thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

/* SP：1件目サムネイル非表示・2件目以降非表示 */
@media (max-width: 834px) {
  .solare-news__item--featured .solare-news__thumb-wrap {
    display: none;
  }
  .solare-news__item:not(.solare-news__item--featured) {
    display: none;
  }
}

/* 1件目 date+cat 横並びラッパー */
.solare-news__meta--featured {
  display: flex;
  align-items: center;
  gap: 16px;
}

.solare-news__meta-left {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}

/* PC：1件目日付非表示 */

/* 2・3件目：左小サムネイル */
.solare-news__thumb-wrap--small {
  width: 88px;
  height: 60px;
  flex-shrink: 0;
}

.solare-news__thumb--small {
  width: 88px;
  height: 60px;
  border-radius: 4px;
}

.solare-news__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.solare-news__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.solare-news__date {
  font-size: 0.9rem !important;
  color: #888;
  white-space: nowrap;
}

.solare-news__cat {
  font-size: 0.85rem !important;
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 700;
}

.solare-news__link {
  font-size: 1rem !important;
  color: #222;
  text-decoration: none;
  flex: none;
  white-space: nowrap;
}

.solare-news__excerpt-wrap {
  flex: 1;
  min-width: 0;
}

.solare-news__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem !important;
  color: #555 !important;
  line-height: 1.7;
  margin: 0 !important;
}

.solare-news__excerpt.is-expanded {
  display: block;
  overflow: visible;
}

.solare-news__expand-btn {
  display: none;
  margin-top: 4px;
  font-size: 0.85rem;
  color: #004AA3;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.solare-news__link::after {
  content: '';
  position: absolute;
  inset: 0;
}

.solare-news__link:hover {
  color: #004AA3;
  text-decoration: underline;
}

.solare-news-page-title {
  font-size: 1.6rem !important;
  font-weight: 700;
  color: #004AA3;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #004AA3;
}

.solare-news-page-desc {
  font-size: 0.95rem !important;
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
  padding: 14px 16px;
  background-color: #eef4fb;
  border-radius: 6px;
}

.solare-news-page-desc strong {
  color: #004AA3;
}

.solare-news__more {
  display: none;
}

@media screen and (max-width: 834px) {
  .solare-hero {
    min-height: 0;
    padding-bottom: 0;
  }
  .solare-news {
    padding: 0 0 24px;
    margin: 0 !important;
    background-color: #eef4fb !important;
  }
  .solare-news__item--featured {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 12px;
  }
  .solare-hours {
    margin-bottom: 0 !important;
  }
  .solare-symptoms {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #ffffff !important;
  }
  .solare-news + .solare-symptoms {
    margin-top: 0 !important;
    padding-top: 24px !important;
  }
  .solare-news {
    padding-bottom: 0 !important;
  }
  .solare-news__title {
    display: none;
  }
  .solare-news__item--featured {
    gap: 6px;
  }
  .solare-news__link {
    font-size: 0.9rem !important;
  }
  .solare-news__meta-left {
    flex: 0 0 100%;
    justify-content: flex-start;
    white-space: normal;
  }
  .solare-news__link {
    white-space: normal;
  }
  .solare-news__excerpt-wrap {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 4px;
  }
  .solare-news__excerpt {
    font-size: 0.8rem !important;
  }
  .solare-news__excerpt {
    font-size: 0.8rem !important;
  }
  .solare-news__date {
    font-size: 0.78rem !important;
  }
  .solare-news__cat {
    font-size: 0.75rem !important;
    padding: 1px 6px;
  }
  .solare-news__more {
    display: none;
  }
  .solare-news__desc {
    display: none;
  }
}

.solare-note--insurance {
  color: #888 !important;
  font-size: 0.9rem !important;
}

/* 保険施術についてセクション：青基調 */
.solare-lp__section--insurance {
  background-color: #eef4fb;
}
.solare-momi .solare-lp__section--insurance .solare-lp__title {
  border-bottom-color: #004AA3;
}
.solare-lp__section--insurance .solare-walkin-cta__lead,
.solare-lp__section--insurance .solare-walkin-cta__text {
  display: none;
}

/* ===========================================
   自費施術ページ グリーントーン統一オーバーライド
   .solare-ems / .solare-momi 内の青をグリーンに上書き
   =========================================== */
:is(.solare-ems, .solare-momi) .solare-lp__section--alt {
  background-color: #f0f8f2;
}
:is(.solare-ems, .solare-momi) .solare-lp__title {
  border-bottom-color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-lp__worry {
  background-color: #eef8f1;
  border-left-color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-lp__feature {
  box-shadow: 0 2px 8px rgba(45,122,60,0.08);
}
:is(.solare-ems, .solare-momi) .solare-lp__feature-title {
  color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-lp__flow-step::before {
  background-color: #b8ddc4;
}
:is(.solare-ems, .solare-momi) .solare-lp__flow-num {
  background-color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-symptom__contact {
  background-color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-symptom__first-cta-btn {
  background-color: #2d7a3c;
}
:is(.solare-ems, .solare-momi) .solare-ems__schedule-note,
:is(.solare-ems, .solare-momi) .solare-momi__schedule-note {
  color: #333;
  border-left: 3px solid #2d7a3c;
  padding-left: 12px;
  margin-top: 8px;
}

/* Cocoonフッターナビ（ごあいさつ）非表示 */
#navi-footer { display: none !important; }

/* 来院案内ページ：来院案内ボタンを非表示 */
.page-id-45 .solare-walkin-cta__btn--secondary { display: none !important; }

/* 受付時間ページ：受付時間確認ボタン（自ページ）を非表示 */
.page-id-48 .solare-walkin-cta__btn--primary { display: none !important; }

/* フッターナビ */
.solare-footer-nav {
  width: 100%;
  padding: 32px 24px 16px;
  box-sizing: border-box;
}
.solare-footer-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.solare-footer-nav__col {
  flex: 1 1 160px;
  min-width: 140px;
}
.solare-footer-nav__heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
.solare-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.solare-footer-nav ul li {
  margin: 0;
  padding: 0;
}
.solare-footer-nav ul li::before {
  display: none;
}
.solare-footer-nav ul li a {
  display: block;
  padding: 3px 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  line-height: 1.5;
}
.solare-footer-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .solare-footer-nav {
    padding: 24px 0 8px;
  }
  .solare-footer-nav__inner {
    flex-direction: column;
    gap: 0;
  }
  .solare-footer-nav__col {
    flex: none;
    width: 100%;
    min-width: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .solare-footer-nav__col:last-child {
    border-bottom: none;
  }
  .solare-footer-nav__heading {
    padding: 14px 20px;
    font-size: 0.85rem;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .solare-footer-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .solare-footer-nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .solare-footer-nav ul li:nth-child(even) {
    border-right: none;
  }
  .solare-footer-nav ul li a {
    padding: 14px 16px;
    font-size: 0.9rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .solare-sticky-btn {
    flex-direction: column-reverse !important;
    gap: 4px !important;
    padding: 10px 4px 44px !important;
  }
}
