/* ===== CTA予約セクション（Figma完全準拠） ===== */

.lp-cta {
  width: 100%;
  padding: 40px 20px;
  background-color: #ffffff;
}

.lp-cta__inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* 共通ボタンスタイル */
.lp-cta__button {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 85px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.lp-cta__button:hover {
  opacity: 0.9;
}

/* === 電話予約ボタン === */
.lp-cta__button--tel {
  background-color: #f3faff;
  border: 1px solid #0076bd;
}

.lp-cta__tel-icon {
  position: absolute;
  left: 10px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  pointer-events: none;
}

.lp-cta__tel-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 14px 110px 14px 70px;
}

.lp-cta__tel-label {
  position: absolute;
  left: 10px;
  top: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #3d3d3d;
  margin: 0;
}

.lp-cta__tel-number {
  position: absolute;
  left: 43px;
  top: 27px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.2px;
  color: #0076bd;
  margin: 0;
}

.lp-cta__tel-hours {
  position: absolute;
  left: 6px;
  bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #2e2e2e;
  margin: 4px 0 0 0;
  z-index: 2;
  white-space: nowrap;
}

.lp-cta__tel-bg {
  position: absolute;
  right: calc(-5% - 50px);
  top: -45px;
  width: 65%;
  height: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.lp-cta__tel-badge {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 80px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-cta__tel-badge-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lp-cta__tel-badge-text {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 12px;
  color: #ffffff;
  margin: 1px 0 0 10px;
}

/* === WEB予約ボタン === */
.lp-cta__button--web {
  background-color: #017ac6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lp-cta__web-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 12.188px;
  line-height: 17.063px;
  color: #ffffff;
  margin: 0 0 2px 0;
}

.lp-cta__web-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16.25px;
  line-height: 22.547px;
  color: #ffffff;
  margin: 0;
}

.lp-cta__web-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 10.827px;
  line-height: 15.031px;
  color: #ffffff;
  margin: 2px 0 0 0;
}

/* === LINE予約ボタン === */
.lp-cta__button--line {
  background-color: #7ed957;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lp-cta__line-icon {
  width: 16.12px;
  height: 26.813px;
  flex-shrink: 0;
}

.lp-cta__line-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16.25px;
  line-height: 22.547px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

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

  .lp-cta__inner {
    max-width: 1200px;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }

  .lp-cta__button {
    max-width: 360px;
    height: 90px;
  }

  /* PC版フォントサイズ調整 */
  .lp-cta__tel-icon {
    width: 35px;
    left: 12px;
    top: calc(50% + 5px);
  }

  .lp-cta__tel-content {
    padding: 18px 120px 18px 80px;
  }

  .lp-cta__tel-label {
    font-size: 19px;
    line-height: 27px;
    left: 12px;
    top: 5px;
  }

  .lp-cta__tel-number {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.5px;
    left: 48px;
    top: 27px;
  }

  .lp-cta__tel-hours {
    font-size: 10px;
    line-height: 14px;
    left: 8px;
    bottom: 5px;
  }

  .lp-cta__web-label {
    font-size: 15px;
    line-height: 21px;
  }

  .lp-cta__web-title {
    font-size: 20px;
    line-height: 28px;
  }

  .lp-cta__web-note {
    font-size: 13px;
    line-height: 18px;
  }

  .lp-cta__line-icon {
    width: 22px;
    height: 36px;
  }

  .lp-cta__line-title {
    font-size: 20px;
    line-height: 28px;
  }

  .lp-cta__tel-badge {
    width: 87px;
    height: 18px;
  }

  .lp-cta__tel-bg {
    width: 70%;
    right: calc(-5% - 55px);
    top: -50px;
  }

  .lp-cta__tel-badge-text {
    font-size: 9px;
    line-height: 12px;
  }
}
