/* ===== CTA予約セクション（Figma完全準拠・レスポンシブ対応） ===== */

.lp-cta {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: clamp(30px, 6vh, 60px) 0;
}

.lp-cta__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vh, 30px);
}

/* ===== 電話予約エリア ===== */
.lp-cta__phone-section {
  position: relative;
  width: 100%;
  height: clamp(120px, 26vw, 130px);
  overflow: hidden;
  background-color: #EFF7FF;
  border: 0.79px solid #0D6061;
  box-sizing: border-box;
}

/* 中央白帯 */
.lp-cta__phone-white-bar {
  position: absolute;
  left: 0;
  top: 41%;
  width: 100%;
  height: 35%;
  background-color: #ffffff;
  z-index: 1;
}

/* 女性画像 */
.lp-cta__phone-lady {
  position: absolute;
  right: -70px;
  top: -20px;
  width: clamp(240px, 65vw, 300px);
  height: auto;
  z-index: 2;
}

/* 右下座布団 */
.lp-cta__phone-cushion {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 20px;
  object-fit: cover;
  z-index: 3;
}

/* 電話リンク */
.lp-cta__phone-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.lp-cta__phone-link:hover {
  opacity: 0.95;
}

/* タイトル */
.lp-cta__phone-label {
  position: absolute;
  left: clamp(11px, 2.5vw, 15px);
  top: 20%;
  transform: translateY(-50%);
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1;
  color: #0c62b2;
  margin: 0;
  white-space: nowrap;
}

/* 電話マークと電話番号のコンテナ */
.lp-cta__phone-icon {
  position: absolute;
  left: 5px;
  top: 58%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* 電話番号 */
.lp-cta__phone-number {
  position: absolute;
  left: 42px;
  top: 58%;
  transform: translateY(-50%);
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(30px, 6vw, 34px) !important;
  line-height: 1;
  color: #424a51;
  margin: 0;
  letter-spacing: 0.5px;
}

/* 予約対応時間 */
.lp-cta__phone-hours {
  position: absolute;
  left: 5px;
  top: 89%;
  transform: translateY(-50%);
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-size: 10px !important;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
}

.lp-cta__phone-hours-label {
  color: #0c62b2;
  font-weight: 700;
}

.lp-cta__phone-hours-weekday {
  color: #424a51;
  font-weight: 400;
}

.lp-cta__phone-hours-time {
  color: #424a51;
  font-weight: 400;
}

/* ご予約はこちらバッジ */
.lp-cta__phone-badge {
  position: absolute;
  right: 6px;
  top: 90%;
  transform: translateY(-50%);
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
}

/* ===== WEB・LINE予約ボタン ===== */
.lp-cta__button {
  position: relative;
  width: 100%;
  height: clamp(70px, 13vw, 85px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-radius: 0;
  overflow: hidden;
}

.lp-cta__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.lp-cta__web-label,
.lp-cta__web-title,
.lp-cta__web-note,
.lp-cta__line-title {
  position: relative;
  z-index: 2;
  margin: 0;
}

/* WEB予約ボタン */
.lp-cta__button--web {
  background-color: #017ac6;
  flex-direction: column;
}

.lp-cta__web-label {
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(11px, 2.2vw, 14px);
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: clamp(2px, 0.5vh, 4px);
}

.lp-cta__web-title {
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(16px, 3.2vw, 20px);
  line-height: 1.4;
  color: #ffffff;
}

.lp-cta__web-note {
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: clamp(10px, 2vw, 12px);
  line-height: 1.4;
  color: #ffffff;
  margin-top: clamp(2px, 0.5vh, 4px);
}

/* LINE予約ボタン */
.lp-cta__button--line {
  background-color: #7ed957;
  flex-direction: row;
  gap: clamp(8px, 2vw, 12px);
}

.lp-cta__line-icon {
  position: relative;
  width: clamp(20px, 4vw, 28px);
  height: auto;
  flex-shrink: 0;
  z-index: 2;
}

.lp-cta__line-title {
  font-family: 'Zen Old Mincho', 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: clamp(16px, 3.2vw, 20px);
  line-height: 1.4;
  color: #ffffff;
}

/* タブレット以上: 横一列 */
@media (min-width: 768px) {
  .lp-cta__inner {
    flex-direction: row;
    gap: clamp(20px, 3vw, 40px);
  }

  .lp-cta__phone-section {
    flex: 1;
    height: clamp(95px, 12vh, 110px);
  }

  .lp-cta__button {
    flex: 1;
    height: clamp(75px, 10vh, 90px);
  }

  /* タブレット以上では元の位置に戻す */
  .lp-cta__phone-lady {
    top: 0;
    right: -40px;
  }
}

/* PC */
@media (min-width: 1024px) {
  .lp-cta {
    padding: 60px 0;
  }

  .lp-cta__inner {
    gap: 40px;
  }

  .lp-cta__phone-section {
    height: 110px;
  }

  .lp-cta__button {
    height: 110px;
  }

  .lp-cta__phone-label {
    font-size: 24px;
  }

  .lp-cta__phone-number {
    font-size: 36px;
  }

  .lp-cta__phone-hours {
    font-size: 9px !important;
  }

  .lp-cta__phone-badge {
    font-size: 13px;
    right: 1px;
  }

  /* PCではさらに右上に配置 */
  .lp-cta__phone-lady {
    top: -20px;
    right: -80px;
  }

  .lp-cta__web-label {
    font-size: 14px;
  }

  .lp-cta__web-title,
  .lp-cta__line-title {
    font-size: 20px;
  }

  .lp-cta__web-note {
    font-size: 12px;
  }
}
