/**************************************************
  Font
**************************************************/
.en{
  font-family: "Libre Baskerville", serif;
}

.en_soft{
  font-family: "Baskervville", serif;
}

.fr{
  font-family: "Roboto", sans-serif;
}

.Ja_g{
  font-family: "Noto Sans JP", sans-serif;
}

.font-thin     { font-weight: 100; }
.font-light    { font-weight: 300; }
.font-normal   { font-weight: 400; }
.font-medium   { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold     { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black    { font-weight: 900; }



/**************************************************
  見出し
**************************************************/
.heading_round{
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
    font-size: 2.5rem;
}
.heading_round::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #C2A661;
    content: '';
}

  @media (max-width: 768px) {
    .heading_round{
      font-size: 2.5rem;
    }
  }

/**************************************************
  LESSON SECTION
**************************************************/
.c-article__section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  color: #0C1D30;
}

/**************************************************
  HEADER
**************************************************/
.c-article__header {
  text-align: center;
  margin-bottom: 60px;
}

.c-article__en {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #C2A661;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

.c-article__h3ttl{
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0C1D30;
}
.c-article__h3ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0C1D30;
  bottom: -3px;
  width: 20%;
}

.c-article__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0C1D30;
  position: relative;
}

.c-article__title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #C2A661, #A88A3D);
  display: block;
  margin: 12px auto 0;
  border-radius: 6px;
}

.c-article__lead {
  font-size: 17px;
  line-height: 2;
  color: #233449;
}

@media (max-width: 768px) {
  .c-article__lead {
    text-align: left;
  }
}
/**************************************************
  Page　Eyecatch
**************************************************/

.page-eyecatch {
  height: 600px;
  overflow: hidden;
}

.page-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* アスペクト比維持しつつ、高さと幅にフィット */
  object-position: center;   /* 中央を基準にトリミング */
  display: block;
}

@media (max-width: 768px) {
.page-eyecatch {
  height: 200px;
  }
}

/**************************************************
  BLOCK TITLE
**************************************************/
.c-article__block-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0C1D30;
  padding-left: 8px;
  border-left: 4px solid #C2A661;
}

/**************************************************
  LESSON CARD
**************************************************/
.c-article__card {
  /* background: #F8F7F3; */
  /* border: 1px solid rgba(12, 29, 48, 0.1); */
  padding: 25px 28px;
  margin-bottom: 25px;
  border-radius: 12px;
  /* box-shadow: 0 6px 18px rgba(0,0,0,0.06); */
  transition: 0.3s ease;
}

/* .c-article__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
} */

/*title-長方形*/
.c-article__card-title {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 1.4rem 1.8rem;
  border: 2px solid #0C1D30;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
}

/* --- 左側の番号エリア --- */
.num-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;     /* ← これが最大のポイント：縮まない */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/* 背景の黒い斜めライン */
.num-wrap::before {
    content: "";
    position: absolute;
    top: -66%;
    left: -51%;
    width: 159%;
    height: 213%;
    background: #000;
    transform: rotate(25deg);
    z-index: 1;
}

/* 数字 */
.c-article__num {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 800;
  z-index: 2;
}

/* --- タイトルテキスト --- */
.c-article__text {
  flex: 1;
  line-height: 1.5;
  z-index: 2;
  margin-left: 10px;
  font-size: 2rem;
}

/*title-round-num*/

.c-article__ttl_round{
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;  
}

.num-wrap__round{
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;     /* ← これが最大のポイント：縮まない */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.c-article__round-num{
  width: 40px;
  height: 40px;
  padding-top: 5px;
  background-color: #2f4157;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
}

.c-article__text-hround{
  flex: 1;
  line-height: 1.5;
  z-index: 2;
  margin-left: 10px;
  font-size: 2.4rem;
}

/*その他*/
.c-article__card p {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #2f4157;
}

.t-bold{
  font-weight: 800;
}

/**************************************************
  RESPONSIVE
**************************************************/
@media (max-width: 768px) {
  .c-article__section {
    padding: 0 8px;
  }
  .c-article__title {
    font-size: 26px;
  }

  .c-article__card {
    padding: 20px 10px;
  }
.num-wrap__round {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .c-article__text-hround {
    margin-left: 0;
  }
}

/**************************************************
  スマホ調整
**************************************************/
@media (max-width: 768px) {

  .c-article__card-title {
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
    gap: 14px;
  }

  .num-wrap {
    width: 48px;
    height: 48px;
  }

  .c-article__num {
    font-size: 2.1rem;
  }

  .num-wrap::before {
    top: -65%;
    left: -45%;
    width: 160%;
    height: 220%;
  }
  /* --- タイトルテキスト --- */
.c-article__text {
  font-size: 1.3rem;
}
.c-article__text-hround{
font-size: 1.7rem;
}
}

@media (max-width: 480px) {
  .c-article__card-title {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
    gap: 12px;
  }

  .num-wrap {
    width: 42px;
    height: 42px;
  }

  .c-article__num {
    font-size: 1.8rem;
  }

  .num-wrap::before {
    top: -68%;
    left: -65%;
    width: 170%;
    height: 230%;
  }
}

/**************************************************
 FirstStep
**************************************************/
:root {
  --gold: #c9a86a;
  --navy: #0a1a2f;
  --text: #333;
}

.trial-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

/* 大カード */
.trial-card {
  background: #fff;
  padding: 50px 40px;
  border: 1px solid var(--gold);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

/* 見出し */
/* 新デザインのPrimary Trial見出し */
.trial-heading {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-top: 20px;
}

.trial-heading__en {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #0b1a2f;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.trial-heading__ja {
  display: inline-block;
  font-size: 1.1rem;
  color: #c9a86a;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 12px;
}

/* 日本語の左右に細いライン（アート感） */
.trial-heading__ja::before,
.trial-heading__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #c9a86a;
}

.trial-heading__ja::before {
  left: -45px;
}

.trial-heading__ja::after {
  right: -45px;
}

/* 下にリズム感のあるライン装飾 */
.trial-heading::after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  margin: 20px auto 0;
  background: linear-gradient(90deg,
    rgba(201,168,106,0) 0%,
    rgba(201,168,106,1) 50%,
    rgba(201,168,106,0) 100%);
  border-radius: 3px;
}


/* 説明文 */
.lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* 情報ブロック */
.info-block {
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}

.info-block:last-child {
  border-bottom: none;
}

.info-block h3 {
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}

.info-block h3::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--gold);
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
  border-radius: 50%;
}

.info-block p,
.info-block ul {
  font-size: 1.8rem;
  line-height: 1.8;
  color: var(--text);
  margin: 0;
}

.info-block ul {
  padding-left: 1.4em;
}

.info-block ul li {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
.trial-section {
  padding: 30px 10px;
}
.trial-card {
    background: #fff;
    padding: 30px 10px;
}

.info-block ul {
    padding-left: 0.4em;
}
.info-block p, .info-block ul {
    font-size: 1.5rem;
}
.lead{
  text-align: left;
}
}

/**************************************************
 Price
**************************************************/
/* ===========================
   料金表 基本デザイン
=========================== */

.price-table-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 80px;
  font-family: "Noto Sans JP", sans-serif;
}

.price-table-section .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #caa560;
  font-size: 1.5rem;
  /* background: #fff; */
}

.price-table-section .price-table th {
  background: #faf7f0;
  border-bottom: 2px solid #caa560;
  padding: 18px 10px;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.price-table-section .price-table td {
  border-bottom: 1.5px solid #e6d6b8;
  padding: 20px 15px;
  vertical-align: middle;
  color: #333;
}

.price-table-section .plan-title {
  font-weight: 600;
  font-size: 1.6rem;
}

.price-table-section .price {
  font-weight: 700;
  font-size: 1.7rem;
  white-space: nowrap;
  text-align: right;
}

.price-table-section .note {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #555;
}
.admission_fee{
  margin: 40px 0;
  font-weight: 700;
  font-size: 1.7rem;
  white-space: nowrap;
}


/* ===========================
   スマホ レイアウト
=========================== */

@media (max-width: 768px) {

  .price-table-section {
    padding: 30px 10px;
  }
  .price-table-section .price-table {
    border: none;
  }

  .price-table-section .price-table thead {
    display: none;
  }

  .price-table-section .price-table,
  .price-table-section .price-table tbody,
  .price-table-section .price-table tr,
  .price-table-section .price-table td {
    display: block;
    width: 100%;
  }

  .price-table-section .price-table tr {
    background: #fff;
    margin-bottom: 25px;
    border: 1.5px solid #caa560;
    border-radius: 8px;
    padding: 18px 15px;
  }

  .price-table-section .price-table td {
    border: none;
    padding: 10px 0;
    position: relative;
    font-size: 1.4rem;
  }

  /* ラベル */
  .price-table-section .price-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #8c6c32;
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
  }

  .price-table-section .plan-title {
    font-size: 1.55rem;
    font-weight: 700;
  }

  .price-table-section .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
  }
}


/* ===========================
   Option
=========================== */

.option-section {
  max-width: 900px;
  margin: 60px auto 120px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.option-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
  letter-spacing: 0.03em;
  border-left: 6px solid #caa560; /* ゴールド帯 */
  padding-left: 12px;
}

.option-box {
  background: #faf7f0;
  border: 1px solid #e6d6b8;
  padding: 25px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.option-lead {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #444;
}

.option-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.option-list li {
  font-size: 1.4rem;
  padding: 10px 0 10px 22px;
  position: relative;
  color: #333;
}

.option-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #caa560; /* ゴールド */
}

.option-footer {
  margin-top: 10px;
  font-size: 1.35rem;
  color: #555;
  font-weight: 500;
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .option-title {
    font-size: 1.8rem;
  }
  .option-section {
    padding: 0 10px;
  }
  .option-box {
    padding: 22px 10px;
  }
  .option-list li {
    font-size: 1.35rem;
  }

  option-lead {
    font-size: 1.8rem;
  }
  .option-list li {
    font-size: 1.6rem;
  }
  .option-list li::before {
    top: 35%;
  }

  option-footer {
    font-size: 1.3em;
  }

  .price-table-section .price-table td::before {
    font-size: 1.8rem;
  }
  .price-table-section .price-table td {
    font-size: 2rem;
  }
  .admission_fee {
    font-size: 2rem;
  }
}

/**************************************************
 Buddy Theme – WPForms Custom Style
**************************************************/

/* 全体のフォントとリセット */
.wpforms-container {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 680px;
  margin: 0 auto 80px;
  color: #333;
}

/* ラベル */
.wpforms-field-label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2b2b2b;
  letter-spacing: 0.02em;
}

/* サブラベル（説明文） */
.wpforms-field-sublabel {
  font-size: 1.3rem;
  color: #666;
}

/* 入力欄 */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  width: 100%;
  padding: 12px 14px;
  font-size: 1.4rem;
  border: 1.5px solid #d4c09e;  /* ゴールド系 */
  border-radius: 6px;
  background: #fff;
  color: #333;
  transition: all 0.25s ease;
}

/* ホバー & フォーカス */
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  border-color: #caa560; /* Buddyゴールド */
  box-shadow: 0 0 0 3px rgba(202,165,96,0.25);
  outline: none;
}

/* テキストエリア */
.wpforms-field textarea {
  min-height: 160px;
  line-height: 1.6;
}

/* チェックボックス & ラジオ */
.wpforms-field .wpforms-field-checkbox input[type=checkbox],
.wpforms-field .wpforms-field-radio input[type=radio] {
  accent-color: #caa560; /* ゴールド */
}

/* エラー表示 */
.wpforms-error {
  color: #d9534f;
  font-size: 1.3rem;
  margin-top: 4px;
}

.wpforms-error input,
.wpforms-error textarea,
.wpforms-error select {
  border-color: #d9534f !important;
}

/* 送信ボタン */
.wpforms-submit {
  background: #1b1e2e; /* ネイビー */
  color: #fff;
  border: 2px solid #caa560;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

/* ボタン hover */
.wpforms-submit:hover {
  background: #2a2f44;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* ボタン disabled */
.wpforms-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* 必須マーク */
.wpforms-required-label {
  color: #d9534f;
  margin-left: 4px;
}

/* フォームの余白調整 */
.wpforms-field {
  margin-bottom: 25px;
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .wpforms-container {
    padding: 0 10px;
  }
  .wpforms-field-label {
    font-size: 1.4rem;
  }
  .wpforms-submit {
    font-size: 1.5rem;
  }
}

/**************************************************
 SP固定ボトムメニュー（Buddy仕様）
**************************************************/

.sp-fixed-menu {
  display: none; /* PC は非表示 */
}

@media (max-width: 768px) {
  .sp-fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1b1e2e; /* Buddyのネイビー */
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    z-index: 9999; /* 最前面 */
    box-shadow: 0 -4px 12px rgba(0,0,0,0.25);
  }

  /* ▼ メニューボタン（ハンバーガー発火） */
  .sp-menu-btn {
    flex: 1;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 0;
    background: #1b1e2e;
    color: #fff;
    border: 2px solid #caa560;
    border-radius: 8px;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: 0.25s ease;
  }
  .sp-menu-btn:hover {
    background: #2a2f44;
    transform: translateY(-2px);
  }

  /* ▼ お問い合わせボタン（Buddyゴールド） */
  .sp-contact-btn {
    flex: 1;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #caa560;
    color: #1b1e2e;
    border: 2px solid #caa560;
    border-radius: 8px;
    transition: 0.25s ease;
    letter-spacing: 0.05em;
  }
  .sp-contact-btn:hover {
    background: #e0c98a;
    border-color: #e0c98a;
    transform: translateY(-2px);
  }
}