@charset "utf-8";
/* ==========================================================================
   2026-09 サイト改修用スタイル
   依頼シート 10/14/17/18/19/23/24/25/26 行に対応。
   既存CSSを書き換えず、common.css / top.css より後に読み込んで上書きする。
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. 予約ボタン（共通）
   -------------------------------------------------------------------------- */
.rp-reserve-block {
  width: 96%;
  max-width: 680px;
  margin: 56px auto 64px;
  text-align: center;
}

.rp-reserve-btn {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 22px 24px;
  box-sizing: border-box;
  background: #b89297;
  border: 1px solid #b89297;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: filter .2s ease, transform .2s ease;
}

.rp-reserve-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  color: #fff;
}

.rp-reserve-btn.is-wide {
  max-width: 520px;
  padding: 26px 24px;
  font-size: 20px;
}

/* 副ボタン（枠線のみ） */
.rp-reserve-btn.is-outline {
  background: #fff;
  border-color: #b89297;
  color: #b89297;
}

.rp-reserve-btn.is-outline:hover {
  color: #b89297;
}

/* 2ボタン横並び（高周波リフトアップコース 料金表直下） */
.rp-reserve-pair {
  width: 96%;
  max-width: 900px;
  margin: 56px auto 64px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.rp-reserve-pair .rp-reserve-btn {
  margin: 0;
  max-width: 420px;
  flex: 1 1 0;
}

@media screen and (max-width: 767px) {
  .rp-reserve-block {
    margin: 40px auto 48px;
  }
  .rp-reserve-btn {
    padding: 19px 18px;
    font-size: 16px;
  }
  .rp-reserve-btn.is-wide {
    padding: 21px 18px;
    font-size: 17px;
  }
  /* スマホでは縦並び。予約ボタンが必ず上に来るようにする */
  .rp-reserve-pair {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 40px auto 48px;
  }
  .rp-reserve-pair .rp-reserve-btn {
    width: 100%;
    max-width: 440px;
  }
}

/* --------------------------------------------------------------------------
   2. ヘッダー／メニュー内の予約ボタンを大きく（依頼17・18行）
   -------------------------------------------------------------------------- */
.header-contact-items li:nth-child(2) a.tel.rp-reserve-emphasis {
  background: #b89297;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-contact-items li:nth-child(2) a.tel.rp-reserve-emphasis span {
  color: #fff;
  font-size: inherit;
}

.header-navi-contact-items li a.rp-reserve-emphasis {
  background: #b89297;
  border-radius: 100px;
  padding: 20px 16px;
}

.header-navi-contact-items li a.rp-reserve-emphasis .title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* --------------------------------------------------------------------------
   3. トップページ 施術効果：クリック前にメニュー名を表示（依頼14行）
   -------------------------------------------------------------------------- */
.top-campaign.thanks_for .top-campaign-items .top-campaign-item > a {
  display: block;
}

.top-campaign.thanks_for .top-campaign-items .top-campaign-item > a img {
  display: block;
  width: 100%;
  height: auto;
}

.top-campaign-items .top-campaign-item .rp-works-label {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #433D3C;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-campaign-items .top-campaign-item .rp-works-label {
    margin-top: 7px;
    font-size: 12px;
  }
}

/* --------------------------------------------------------------------------
   4. ブログ記事末尾の予約導線（依頼10行）
   -------------------------------------------------------------------------- */
.rp-blog-cta {
  width: 92%;
  max-width: 760px;
  margin: 56px auto 0;
  padding: 44px 28px;
  box-sizing: border-box;
  background: #F9EEEC;
  border-radius: 12px;
  text-align: center;
}

.rp-blog-cta .rp-blog-cta-title {
  margin: 0 0 16px;
  color: #433D3C;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.rp-blog-cta .rp-blog-cta-text {
  margin: 0 0 28px;
  color: #433D3C;
  font-size: 16px;
  line-height: 1.9;
}

.rp-blog-cta .rp-reserve-btn {
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  .rp-blog-cta {
    margin-top: 40px;
    padding: 32px 18px;
  }
  .rp-blog-cta .rp-blog-cta-title {
    font-size: 20px;
  }
  .rp-blog-cta .rp-blog-cta-text {
    font-size: 15px;
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
   5. 施術効果一覧：メニューの区切りごとの予約ボタン（依頼25行）
   -------------------------------------------------------------------------- */
.rp-reserve-block.is-works {
  margin: 24px auto 64px;
}

/* --------------------------------------------------------------------------
   6. トップページ 店内イメージ（依頼13行）
   追加した写真は既存の .in-store_atmosphere をそのまま使う。
   ただし 1001px 以上では画像が原寸（479px）のまま並ぶため、
   4枚で 1916px となり 1920px 未満の画面では4枚目が画面外に出ていた。
   4枚が必ず収まるよう 25% 幅にする（1920px では従来とほぼ同じ見え方）。
   -------------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  .in-store_atmosphere {
    flex-wrap: nowrap;
  }
  .in-store_atmosphere img {
    width: 25%;
    height: auto;
  }
}

/* --------------------------------------------------------------------------
   7. メニュー一覧のリード文・注記（依頼15行・16行）
   -------------------------------------------------------------------------- */
.top-menu-item-text-inner .rp-menu-lead {
  margin: 0 0 20px;
  color: #433D3C;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.top-menu-item-text-inner .rp-menu-note {
  margin: 16px 0 0;
  color: #7d7472;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .top-menu-item-text-inner .rp-menu-lead {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.85;
  }
  .top-menu-item-text-inner .rp-menu-note {
    font-size: 12px;
  }
}

/* --------------------------------------------------------------------------
   8. ブログ記事の途中に入る予約ボタン（依頼9行②）
   セクションとセクションの間に置くため、上下に余白を取る
   -------------------------------------------------------------------------- */
.rp-blog-inline-cta {
  clear: both;
  width: 100%;
  margin: 48px auto 72px;
  text-align: center;
}

.rp-blog-inline-cta .rp-reserve-btn {
  max-width: 380px;
}

/* 旧データが画像ボタンのまま残っていた場合の保険 */
.rp-blog-inline-cta img {
  max-width: 360px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .rp-blog-inline-cta {
    margin: 32px auto 48px;
  }
}

/* --------------------------------------------------------------------------
   9. 施術効果一覧：写真と「このメニューで予約する」の間を詰める
   .accordionmenu ul の margin-bottom が 100px あり、ボタンが下のセクション寄りに
   見えていた。ボタンの下（64px）より上を狭くして、上の写真と一組に見せる。
   -------------------------------------------------------------------------- */
section.results .accordionmenu:has(+ .rp-reserve-block.is-works) ul {
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  section.results .accordionmenu:has(+ .rp-reserve-block.is-works) ul {
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------------------------
   10. 症例カードのタグがカード幅いっぱいに広がる件
   写真とコメントは 90% 幅で内側に入っているのに、タグの行だけカードの端まで
   伸びていて、枠からはみ出して見えていた。写真と同じ幅に揃える。
   -------------------------------------------------------------------------- */
section.be_reborn .innerw1570 ul li > div:first-of-type {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------
   11. 高周波リフトアップコース ページ改善（依頼23行②〜⑦）
   -------------------------------------------------------------------------- */

/* ②キャッチの下の安全性の一文 */
.menu_lower_layer .lead .rp-safety {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #EDCCC5;
  color: #433D3C;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

/* ③④⑤特徴に添える説明図 */
section.points ol li.rp-has-fig {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

section.points ol li.rp-has-fig .rp-point-text {
  flex: 1 1 auto;
  min-width: 0;
}

section.points ol li.rp-has-fig .rp-point-figs {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 8px;
}

section.points ol li.rp-has-fig .rp-point-figs figure {
  margin: 0;
  border: 1px solid #EDCCC5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

section.points ol li.rp-has-fig .rp-point-figs img {
  display: block;
  width: 100%;
  height: auto;
}

/* ⑥症例の追加（3件を超えるので折り返す） */
section.be_reborn .innerw1570 ul {
  flex-wrap: wrap;
  row-gap: 30px;
}

/* ⑦通い方の目安 */
section.rp-visit-plan {
  padding-top: 90px;
  padding-bottom: 20px;
  text-align: center;
}

section.rp-visit-plan .rp-visit-lead {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  color: #433D3C;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

section.rp-visit-plan .rp-visit-grid {
  width: 94%;
  max-width: 1100px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

section.rp-visit-plan .rp-visit-grid figure {
  margin: 0;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid #EDCCC5;
  border-radius: 12px;
  background: #fff;
}

section.rp-visit-plan .rp-visit-grid img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .menu_lower_layer .lead .rp-safety {
    margin-top: 18px;
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }
  section.points ol li.rp-has-fig {
    display: block;
  }
  section.points ol li.rp-has-fig .rp-point-figs {
    margin-top: 14px;
    flex: none;
    width: 100%;
    padding-right: 10px;
  }
  section.be_reborn .innerw1570 ul {
    row-gap: 20px;
  }
  section.rp-visit-plan {
    padding-top: 60px;
  }
  section.rp-visit-plan .rp-visit-lead {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  section.rp-visit-plan .rp-visit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }
  section.rp-visit-plan .rp-visit-grid figure {
    padding: 12px;
  }
}

/* キャッチコピーを2行に（1行が長くなるので折り返さない幅を確保する）
   このページだけに効かせる。他のメニューページの折り返しを変えないため。 */
.rp-page-rf section.menu_lower_layer .lead p:nth-child(1) {
  max-width: 500px;
}

/* MV：コース名バッジとキャッチの間に余白を入れる（このページだけ） */
.rp-page-rf section.menu_lower_layer p.course_name {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .rp-page-rf section.menu_lower_layer p.course_name {
    margin-bottom: 22px;
  }
}

/* --------------------------------------------------------------------------
   12. ヘッダーの「ご予約はこちら」を天地中央にする
   a.tel は高さが 50%（=33px）で固定されているのに、2.で padding を 12px 入れたため
   文字の入る領域が 9px しか残らず、文字が下にずれて表示されていた。
   padding をやめて、33px の中で中央に置く。
   -------------------------------------------------------------------------- */
.header-contact-items li:nth-child(2) a.tel.rp-reserve-emphasis {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

/* --------------------------------------------------------------------------
   13. 料金表「初回体験 90分」の下に「カウンセリング時間を含む」を出す
   2026-09-04 小谷さんご依頼。予約サイトの枠は60分だが、実際はカウンセリングを含めて
   90分かかるため、サイトの表記と予約サイトの説明を合わせる。
   .tbl01 td span は display:block・font-size:80% が効いているので、
   注記だけ小さく・薄くして本文の90分と区別する。
   -------------------------------------------------------------------------- */
.tbl01 td span.rp-counseling-note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #8C8482;
}

@media screen and (max-width: 767px) {
  .tbl01 td span.rp-counseling-note {
    margin-top: 4px;
    font-size: 11px;
  }
}
