/*
Theme Name: STB2000 Child
Theme URI: https://www.stb2000.com
Description: spa-and-salon の子テーマ - LP最適化・スマホファーストリデザイン
Author: Two Thousand Inc.
Author URI: https://twothousand.co.jp
Template: spa-and-salon
Version: 1.0.0
*/

/* ============================================
   RESET & BASE
============================================ */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #fff !important;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
  color: #3a2028;
  -webkit-font-smoothing: antialiased;
}

/* ============================================
   HEADER
============================================ */
.site-header {
  background: #fff !important;
  border-bottom: 1px solid #f0dde4;
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 8px rgba(192, 84, 106, 0.08);
}

.site-header .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-t {
  display: flex;
  justify-content: flex-end;
  padding: 6px 0;
}

.tel-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff0f3;
  color: #c0546a !important;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #f0c0cc;
  text-decoration: none !important;
  transition: background 0.2s;
}

.tel-link:hover {
  background: #ffe0e8;
}

.header-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.site-branding {
  display: flex;
  align-items: center;
}

.custom-logo {
  height: 48px !important;
  width: auto !important;
}

.site-title {
  font-size: 18px !important;
  font-weight: 700;
  color: #c0546a !important;
  letter-spacing: 2px;
  margin: 0 !important;
}

.site-title a {
  color: #c0546a !important;
  text-decoration: none;
}

/* ============================================
   NAVIGATION
============================================ */
.main-navigation {
  background: transparent;
}

.main-navigation ul li a {
  color: #5a2030;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  transition: color 0.2s;
  text-decoration: none;
}

.main-navigation ul li a:hover {
  color: #c0546a;
}

/* ハンバーガーボタン */
.toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

/* ============================================
   HERO SECTION
============================================ */
.hero-section,
.wp-block-cover:first-of-type,
.slick-slider {
  position: relative;
}

/* ヒーロー上のCTAボタン追加用 */
.hero-cta-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 360px;
  z-index: 10;
}

/* ============================================
   CTA BUTTON GLOBAL
============================================ */
.btn-primary,
.wp-block-button__link,
a.button,
input[type="submit"] {
  display: inline-block;
  background: #c0546a !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 40px;
  border: none;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 1px;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
  width: 100%;
}

.btn-primary:hover,
.wp-block-button__link:hover,
a.button:hover {
  background: #a8405a !important;
  transform: translateY(-1px);
}

/* ============================================
   FEATURE STRIP
============================================ */
.feature-strip {
  background: #c0546a;
  padding: 12px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-strip span {
  font-size: 11px;
  color: #ffe8ee;
  text-align: center;
  padding: 0 8px;
}

/* ============================================
   SECTIONS COMMON
============================================ */
.lp-section {
  padding: 48px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 10px;
  color: #c0546a;
  letter-spacing: 3px;
  margin-bottom: 6px;
  font-weight: 700;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  color: #5a2030;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* ============================================
   PRICE CARDS
============================================ */
.price-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1.5px solid #f0c8d4;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-card.featured {
  border-color: #c0546a;
  background: #fff8fa;
}

.price-badge {
  display: inline-block;
  background: #c0546a;
  color: #fff;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 6px;
}

.price-name {
  font-size: 15px;
  font-weight: 700;
  color: #5a2030;
}

.price-detail {
  font-size: 11px;
  color: #a06070;
  margin-top: 2px;
}

.price-num {
  font-size: 24px;
  font-weight: 700;
  color: #c0546a;
  text-align: right;
}

.price-unit {
  font-size: 11px;
  color: #a06070;
  text-align: right;
}

/* ============================================
   VOICE CARDS
============================================ */
.voice-card {
  background: #fff5f8;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #f0d8de;
  margin-bottom: 12px;
}

.voice-text {
  font-size: 13px;
  color: #3a2028;
  line-height: 1.8;
  margin-bottom: 10px;
}

.voice-name {
  font-size: 11px;
  color: #a06070;
}

/* ============================================
   FOOTER CTA
============================================ */
.footer-cta-section {
  background: #c0546a;
  padding: 48px 24px;
  text-align: center;
}

.footer-cta-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.footer-cta-section p {
  font-size: 13px;
  color: #ffd8e4;
  margin-bottom: 24px;
  line-height: 1.8;
}

.footer-cta-section .btn-white {
  display: block;
  background: #fff;
  color: #c0546a;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 0;
  border-radius: 40px;
  text-decoration: none;
  margin-bottom: 16px;
  letter-spacing: 1px;
  transition: opacity 0.2s;
}

.footer-cta-section .btn-white:hover {
  opacity: 0.9;
}

.footer-cta-tel {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
}

/* ============================================
   BOTTOM STICKY CTA (スマホ)
============================================ */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c0546a;
  padding: 12px 20px;
  z-index: 9999;
  display: flex;
  gap: 10px;
  box-shadow: 0 -2px 12px rgba(192, 84, 106, 0.25);
}

.sticky-cta a {
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.sticky-cta .btn-reserve {
  background: #fff;
  color: #c0546a;
}

.sticky-cta .btn-call {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
}

/* フッターの上に余白（sticky-ctaの高さ分）*/
body {
  padding-bottom: 64px;
}

/* ============================================
   MOBILE RESPONSIVE
============================================ */
@media (max-width: 768px) {
  .site-header .container {
    padding: 0 16px;
  }

  .header-b {
    padding: 8px 0;
  }

  .custom-logo {
    height: 40px !important;
  }

  .section-title {
    font-size: 18px;
  }

  .lp-section {
    padding: 36px 16px;
  }

  /* PCナビ非表示、ハンバーガーのみ */
  .main-navigation > div > ul {
    display: none;
  }
}

@media (min-width: 769px) {
  /* PCではsticky-cta非表示 */
  .sticky-cta {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }

  .price-card {
    max-width: 600px;
    margin: 0 auto 12px;
  }

  .voice-card {
    max-width: 600px;
    margin: 0 auto 12px;
  }
}

/* ============================================
   UTILITY
============================================ */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-16 { margin-bottom: 16px; }
.divider {
  height: 1px;
  background: #f0dde4;
  margin: 0;
}
