/* ============================================================
   治療院実績会 LP カスタムCSS
   ============================================================ */

/* ========== Cocoon構造の完全リセット（トップページのみ） ========== */

/* ヘッダーを非表示 */
body.home #header,
body.home .header-container,
body.home .header-container-in,
body.home #navi,
body.home .navi-in,
body.home .logo-header {
  display: none !important;
}

/* ラッパー・メイン・サイドバーの幅制限を解除 */
body.home #container,
body.home #content,
body.home .wrap,
body.home #wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

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

/* メインコンテンツ幅・パディング解除 */
body.home #main,
body.home .main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

/* サイドバーを非表示 */
body.home #sidebar,
body.home .sidebar,
body.home .sidebar-left,
body.home .sidebar-right {
  display: none !important;
}

/* 記事エリアのパディング解除 */
body.home .article,
body.home .entry-content,
body.home .singular-entry-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* パンくず・タイトル・アイキャッチを非表示 */
body.home .breadcrumb,
body.home .entry-title,
body.home .article-header,
body.home .entry-header,
body.home .post-thumbnail,
body.home .eye-catch {
  display: none !important;
}

/* Cocoonのentry-contentのmax-widthを解除 */
body.home .entry-content > * {
  max-width: 100% !important;
}

/* ---------- リセット & 基本 ---------- */
#lp-wrap {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
}

#lp-wrap * {
  box-sizing: border-box;
}

/* ---------- 共通 ---------- */
.lp-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-section {
  padding: 80px 0;
}

.lp-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #b8960c;
  margin-bottom: 8px;
  text-align: center;
}

.lp-section__title {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
}

.lp-section__title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #b8960c;
  margin: 16px auto 0;
}

/* ---------- HERO ---------- */
.lp-hero {
  width: 100%;
  background: #0a0a0a;
}

.lp-hero__inner {
  width: 100%;
}

.lp-hero__img--pc {
  display: block;
  width: 100%;
  height: auto;
}

.lp-hero__img--sp {
  display: none;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .lp-hero__img--pc { display: none; }
  .lp-hero__img--sp { display: block; }
}

/* ---------- CONCEPT ---------- */
.lp-concept {
  background: #fff;
}

.lp-concept__body {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

.lp-concept__body p + p {
  margin-top: 20px;
}

/* ---------- PROBLEMS ---------- */
.lp-problems {
  background: #f5f0e8;
}

.lp-problems__list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.lp-problems__list li {
  background: #fff;
  border-left: 4px solid #b8960c;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 0 6px 6px 0;
}

.lp-problems__lead {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}

.lp-problems__lead p + p {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .lp-problems__lead {
    padding: 24px 20px;
  }
}

/* ---------- FEATURE ---------- */
.lp-feature {
  background: #fff;
}

.lp-feature__item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.lp-feature__item:last-child {
  margin-bottom: 0;
}

.lp-feature__item--rev {
  flex-direction: row-reverse;
}

.lp-feature__text {
  flex: 1;
}

.lp-feature__img {
  flex: 0 0 360px;
  max-width: 360px;
}

.lp-feature__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,.1);
}

.lp-feature__num {
  font-size: 60px;
  font-weight: 900;
  color: #e8e0d0;
  line-height: 1;
  display: block;
  margin-bottom: -10px;
}

.lp-feature__sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  color: #b8960c;
  margin-bottom: 8px;
}

.lp-feature__ttl {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.5;
}

.lp-feature__text p {
  font-size: 15px;
}

.lp-feature__text p + p {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .lp-feature__item,
  .lp-feature__item--rev {
    flex-direction: column;
  }
  .lp-feature__img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

/* ---------- COURSE ---------- */
.lp-course {
  background: #0f1923;
  color: #fff;
}

.lp-course .lp-label {
  color: #c8a84b;
}

.lp-course .lp-section__title {
  color: #fff;
}

.lp-course .lp-section__title::after {
  background: #c8a84b;
}

.lp-course__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.lp-course__card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(200,168,75,.3);
  border-radius: 12px;
  padding: 32px 28px;
  transition: background .3s;
}

.lp-course__card:hover {
  background: rgba(255,255,255,.1);
}

.lp-course__card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #c8a84b;
  border-bottom: 1px solid rgba(200,168,75,.3);
  padding-bottom: 12px;
}

.lp-course__card p {
  font-size: 14px;
  line-height: 1.8;
  color: #ccc;
}

/* ---------- PRICE ---------- */
.lp-price {
  background: #f5f0e8;
}

.lp-price__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: start;
}

.lp-price__card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
  border: 2px solid transparent;
  transition: border-color .3s, transform .3s;
}

.lp-price__card:hover {
  transform: translateY(-4px);
}

.lp-price__card--featured {
  border-color: #b8960c;
  transform: scale(1.03);
}

.lp-price__card--featured:hover {
  transform: scale(1.03) translateY(-4px);
}

.lp-price__plan {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #333;
}

.lp-price__amount {
  font-size: 16px;
  color: #b8960c;
  font-weight: 700;
  margin-bottom: 20px;
}

.lp-price__amount span {
  font-size: 42px;
  font-weight: 900;
}

.lp-price__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}

/* ---------- COMPARE ---------- */
.lp-compare {
  background: #fff;
}

.lp-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-compare__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 14px;
}

.lp-compare__table th,
.lp-compare__table td {
  padding: 14px 20px;
  border: 1px solid #e5e0d8;
  text-align: center;
  vertical-align: middle;
}

.lp-compare__table thead th {
  background: #0f1923;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.lp-compare__table thead th:first-child {
  background: transparent;
  border: none;
}

.lp-compare__table tbody tr:nth-child(even) {
  background: #f9f7f3;
}

.lp-compare__table tbody td:first-child {
  font-weight: 700;
  background: #f0ebe0;
  text-align: left;
}

/* ---------- INSTRUCTOR ---------- */
.lp-instructor {
  background: #f5f0e8;
}

.lp-instructor__inner {
  display: flex;
  gap: 60px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}

.lp-instructor__img {
  flex: 0 0 200px;
  max-width: 200px;
}

.lp-instructor__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #b8960c;
}

.lp-instructor__name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #b8960c;
}

.lp-instructor__text p {
  font-size: 15px;
  color: #444;
}

@media (max-width: 767px) {
  .lp-instructor__inner {
    flex-direction: column;
    padding: 32px 20px;
  }
  .lp-instructor__img {
    flex: none;
    max-width: 140px;
    margin: 0 auto;
  }
}

/* ---------- FLOW ---------- */
.lp-flow {
  background: #0f1923;
  color: #fff;
}

.lp-flow .lp-label {
  color: #c8a84b;
}

.lp-flow .lp-section__title {
  color: #fff;
}

.lp-flow .lp-section__title::after {
  background: #c8a84b;
}

.lp-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  counter-reset: flow;
}

.lp-flow__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.lp-flow__num {
  flex: 0 0 44px;
  height: 44px;
  background: #c8a84b;
  color: #0f1923;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-flow__body h3 {
  font-size: 15px;
  font-weight: 700;
  color: #c8a84b;
  margin-bottom: 6px;
}

.lp-flow__body p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.7;
}

/* ---------- FAQ ---------- */
.lp-faq {
  background: #fff;
}

.lp-faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.lp-faq__item {
  border-bottom: 1px solid #e8e0d0;
  padding: 0;
  margin-bottom: 0;
}

.lp-faq__q,
.lp-faq__a {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.7;
  align-items: flex-start;
}

.lp-faq__q {
  font-weight: 700;
  cursor: pointer;
}

.lp-faq__a {
  background: #faf8f4;
  padding: 16px 20px;
  margin: 0;
  color: #555;
  display: flex;
}

.lp-faq__q span,
.lp-faq__a span {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-faq__q span {
  background: #b8960c;
  color: #fff;
}

.lp-faq__a span {
  background: #e8e0d0;
  color: #555;
}

/* ---------- CTA ---------- */
.lp-cta {
  background: linear-gradient(135deg, #0f1923 0%, #1a2a3a 100%);
  color: #fff;
  padding: 80px 0;
}

.lp-cta__inner {
  text-align: center;
}

.lp-cta__catch {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 32px;
  letter-spacing: .05em;
}

.lp-cta__tel {
  margin-bottom: 32px;
}

.lp-cta__time {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 6px;
}

.lp-cta__tel-link {
  font-size: 38px;
  font-weight: 900;
  color: #c8a84b;
  text-decoration: none;
  letter-spacing: .05em;
  display: block;
  transition: opacity .2s;
}

.lp-cta__tel-link:hover {
  opacity: .8;
}

.lp-cta__tel-note {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.lp-cta__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  min-width: 180px;
}

.lp-btn--line {
  background: #06c755;
  color: #fff;
}

.lp-btn--line:hover {
  background: #05a847;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6,199,85,.4);
}

.lp-btn--contact {
  background: #c8a84b;
  color: #0f1923;
}

.lp-btn--contact:hover {
  background: #e0c060;
  color: #0f1923;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,168,75,.4);
}

.lp-cta__note {
  font-size: 12px;
  color: #777;
}

/* ---------- レスポンシブ（共通） ---------- */
@media (max-width: 767px) {
  .lp-section {
    padding: 56px 0;
  }

  .lp-section__title {
    font-size: 22px;
  }

  .lp-problems__list {
    grid-template-columns: 1fr;
  }

  .lp-course__grid,
  .lp-price__grid {
    grid-template-columns: 1fr;
  }

  .lp-price__card--featured {
    transform: scale(1);
  }

  .lp-flow__list {
    grid-template-columns: 1fr;
  }

  .lp-cta__catch {
    font-size: 18px;
  }

  .lp-cta__tel-link {
    font-size: 28px;
  }
}

.lp-instructor__inner {
  display: block;
}

.lp-instructor__item {
  margin-bottom: 20px;
}

.lp-instructor__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-instructor__text {
  text-align: left;
  max-width: 800px;

}
.footer-bottom-logo {
  display: none !important;
}
.footer-bottom {
  display: flex;
  justify-content: center;
}

.copyright {
  text-align: center;
  width: 100%;
}