@charset "UTF-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* フォント設定 */
body,
html {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif;
  color: #ffffff;
}

/* 固定ヘッダー対応：アンカーリンクの位置調整 */
h1,
h2,
h3,
h4,
h5,
h6,
[id],
.c-section__title,
.c-section__title-deco,
section {
  scroll-margin-top: 0px;
  /* 固定ヘッダーの高さ分 */
}

/* より確実なスクロール位置調整（必要に応じて） */
html {
  scroll-padding-top: 100px;
}

/* スマホ用改行 */
.spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

/* PC用改行 */
.pcbr {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  }
}

/* ヘッダーカスタマイズ */
.site-header {
  height: 100px !important;
  position: fixed !important;
  /* ヘッダーを固定 */
  background-color: rgba(0, 0, 0, 0.5) !important;
  display: flex;
  align-items: center !important;
  padding: 8px 40px !important;
}

/* ロゴをヘッダー中央に垂直揃え */
.site-header-logo {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center !important;
}
.site-header-logo img {
  height: 73px !important;
  max-height: 100% !important;
}
@media screen and (max-width: 768px) {
  .site-header-logo {
    height: 80px !important;
  }
  .site-header-logo img {
    height: 63px !important;
  }
}

.p-fv__slider {
  margin-top: 100px !important;
  /* ヘッダーの高さ分だけ余白を追加 */
}

.lightning_swiper {
  margin-top: 100px !important;
  /* ヘッダーの高さ分だけ余白を追加 */
}

/* フロートヘッダーカスタマイズ */
.header_scrolled .site-header .global-nav .container .site-header-container--scrolled--no-fix {
  height: 100px !important;
}

/* ナビゲーションメニューの調整 */
.global-nav-name {
  font-family: "Noto Sans JP", serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  transition: font-weight 0.3s ease;
  padding: 10x 10x 5px 10px !important;
}

.menu-item {
  padding: 0 !important;
}
.menu-item a {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 16px 16px 8px 16px !important;
}
.menu-item a:hover .global-nav-name {
  font-weight: 700 !important;
}

/* コンテンツ幅の調整 */
.wp-block-group {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 見出しと段落の余白調整 */
.c-indent__block {
  padding-top: 20px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .c-indent__block {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* カードコンポーネントの余白調整 */
.card-post {
  padding: 10px !important;
  margin: 5px 5px 40px 5px !important;
  height: auto !important;
}

/* カードボディの余白調整 */
.card-body {
  padding: 10px 0 10px !important;
}

.card-title {
  text-align: center !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}

.c-button__line {
  display: block;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-button__line img {
  opacity: 0.7;
  transition: opacity 0.5s ease, box-shadow 0.6s ease;
  width: 160px;
  box-shadow: rgba(51, 51, 51, 0.8) 2px 2px 5px !important;
}
.c-button__line:hover img {
  opacity: 1;
  box-shadow: none !important;
}

/* 固定ボタンの位置調整 */
.c-button__line.top {
  position: fixed !important;
  top: 80px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .c-button__line.top {
    top: 16px;
    width: 140px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-button__line.top {
    width: 120px;
    top: 3px;
  }
}

.main-section--col--two {
  width: 100% !important;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
  /*ボタンの大きさ*/
  display: block;
  width: 50px;
  height: 50px;
  /*ボーダーの種類と色*/
  border: solid #B0B0B0 2px;
  /*ボタンの背景色*/
  background: transparent;
  /*ボタンの丸み*/
  border-radius: 50%;
  /*ボタンの中の画像（デフォルトのもの）*/
  background-image: url("./img/up_arrow.svg");
  /*↑あらかじめメディアにアップロードした画像のURLをコピーしておき、画像のURLのところに貼り付けます*/
  /*ボタンの中の画像サイズと位置など*/
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  /*シャドウ効果なし*/
  box-shadow: none;
}

/* フロントビューヘッダーコピーのカスタマイズ */
.p-fv__copy {
  color: #fff !important;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    font-size: 28px !important;
  }
}

/* フロントビューヘッダーサブコピーのカスタマイズ */
.p-fv__sub-copy {
  color: #fff !important;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
}

/* コース紹介セクションのカスタマイズ------------------------------------------------------------------------------------- */
/* コース紹介セクションアウターの背景グラデーション */
#course {
  padding-top: 60px;
  background: linear-gradient(180deg, #000 0%, #002952 45.25%, rgba(0, 44, 74, 0.5) 75.62%, #002C4A 100%) !important;
}

/* 共通 */
.course-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px 34px;
  color: #fff;
}

.course-section__title {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px;
  color: #FFF;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.course-section__title::after {
  content: "COURSE";
  width: 130%;
  display: block;
  color: #00A8E8;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 85%;
  top: -28px;
  opacity: 0.6;
  filter: blur(2px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .course-section__title::after {
    left: 20%;
  }
}

/* 行ごとの2カラムレイアウト（PC） */
.course-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}

/* パネル共通 */
.course-panel {
  background: #0A0A0A;
  border-radius: 2px;
  padding: 40px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.course-panel.core {
  background: #002C4A;
}

.course-panel__title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 40px;
  color: #FFF;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.course-panel__title::after {
  content: "";
  display: block;
  width: 130%;
  color: #00A8E8;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 85%;
  top: -24px;
  opacity: 0.6;
  filter: blur(1.5px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .course-panel__title::after {
    left: 20%;
  }
}

.course-panel__title.core::after {
  content: "CORE TRAINING";
}

.course-panel__title.weight::after {
  content: "WEIGHT TRAINING";
}

.course-panel__title.rugby::after {
  content: "RUGBY TRAINING";
}

/*体幹トレーニング時間割タイトル中央寄せ*/
.course-panel__title.timetable {
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

/* 体幹トレーニング時間割カード時間割ラインのレイアウト */
.timetable__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  padding: 0;
  margin-top: 26px;
  margin-left: 0;
  margin-right: 0;
}

.timetable__line {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  background: #f2f2f2;
  align-items: center;
  border-radius: 999px;
}

.timetable__time {
  color: #000;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.timetable__course {
  font-size: 16px;
  font-weight: 500;
}

.timetable__course.beginner {
  color: #007BCE;
}

.timetable__course.athlete {
  color: #BE493E;
}

/* カードグリッド（体幹・ウェイト・ラグビー） */
.course-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.course-card__note {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.course-card {
  color: #111827;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 370px;
  padding: 8px;
}
@media screen and (max-width: 1400px) {
  .course-card {
    height: auto;
  }
}

.course-card.timetable {
  background: transparent;
  padding: 0;
}

.course-card.core {
  background: #f2f2f2;
}

.course-card.weight {
  background: #DDEBFF;
}

.course-card.rugby {
  background: #F0D9D9;
}

.course-card__image {
  /* 画像が入るまでのダミー */
}

.course-card__body {
  padding: 16px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.course-card__body.timetable {
  padding: 0;
  justify-content: flex-start;
}

.course-card__title {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.course-card__sub-title {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.course-card__sub-title.beginner {
  color: #007BCE;
}

.course-card__sub-title.athlete {
  color: #BE493E;
}

.course-card__title.weekday {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #fff;
  font-size: 20px;
  padding: 5px 16px;
  background-color: #007BCE;
  border-radius: 999px;
  font-weight: 500;
}

.course-card__title.dayoff {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #fff;
  font-size: 20px;
  padding: 5px 16px;
  background-color: #C2544A;
  border-radius: 999px;
  font-weight: 500;
}

.course-card__price {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* トレーニング利用時間バー */
.course-row--bottom {
  padding: 40px 80px 60px;
  display: block;
  background: #0A0A0A;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .course-row--bottom {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.timebar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #111827;
  font-size: 16px;
  margin-bottom: 16px;
}

.timebar--weight {
  background: #DDEBFF;
  color: #111827;
}

.timebar--rugby {
  background: #F0D9D9;
  color: #111827;
}

.timebar-group {
  margin-bottom: 54px;
}

.timebar__label {
  min-width: 56px;
  text-align: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.timebar__label--weekday {
  background-color: #007BCE;
  color: #fff;
}

.timebar__label--holiday {
  background-color: #C2544A;
  color: #fff;
}

.timebar__range {
  font-weight: 600;
}

.timebar__type {
  margin-left: auto;
  font-size: 13px;
}

/* ▼ スマホ（〜768px）のレイアウト調整 */
@media (max-width: 768px) {
  .course-row {
    grid-template-columns: 1fr;
  }
  .course-section {
    padding: 48px 16px;
  }
  .course-panel {
    padding: 20px 18px 22px;
  }
  .course-card-grid {
    grid-template-columns: 1fr;
  }
  .timebar {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
  }
  .timebar__type {
    margin-left: 0;
  }
}
.l-facility {
  background: linear-gradient(180deg, #002C4A 0%, #007BCE 100%);
  backdrop-filter: blur(2px);
}

/* セクションタイトル・テキストのカスタマイズ------------------------------------------------------------------------------------- */
.c-section__title-frame {
  width: fit-content;
  padding: 10px;
  position: relative;
  margin-left: 0 !important;
  margin-top: 70px !important;
  margin-bottom: 0 !important;
}

.c-section__title {
  display: inline-block;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
  color: #FFF;
  font-size: 28px !important;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0 !important;
}

.c-section__title.news {
  color: #000;
}

.c-section__title-deco {
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 85%;
  color: #00A8E8;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  filter: blur(2px);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-section__title-deco {
    left: 20%;
  }
}

.c-section__sub-title {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #FFF !important;
  margin-top: 50px !important;
  color: #FFF;
  font-style: normal;
  line-height: normal;
}

.c-section__text {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  margin-top: 14px !important;
  line-height: 150% !important;
  /* 30px */
}

/* 施設紹介セクションのカスタマイズ------------------------------------------------------------------------------------- */
.p-facility__card-text {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #0A0A0A !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  padding: 10px !important;
  margin: 0 26px !important;
}

/* トレーナー紹介セクションのカスタマイズ------------------------------------------------------------------------------------- */
.p-trainer__message {
  background-color: #f2f2f2;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-top: 14px !important;
  line-height: 150% !important;
  height: 152px;
  /* 27px */
  border-radius: 2px;
}

.p-trainer__history {
  margin-top: 48px !important;
  background-color: #f2f2f2;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-top: 14px !important;
  line-height: 150% !important;
  height: 220px;
  /* 27px */
  border-radius: 2px;
}

.p-trainer__cards {
  padding: 0 !important;
}

.p-trainer__card-text {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #0A0A0A !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  padding: 10px !important;
  margin: 0 14px !important;
}

/* 理念カードのカスタマイズ------------------------------------------------------------------------------------- */
.p-ph__card {
  display: flex !important;
  padding: 16px 20px !important;
  border: 1px solid #FFF;
  background: rgba(0, 44, 74, 0.2);
  margin: 0 !important;
  height: 230px !important;
}

.p-ph__card-inner {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  row-gap: 40px !important;
}

.p-ph__card-title-frame {
  width: 100% !important;
  display: flex !important;
  padding: 10px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.p-ph__card-icon {
  width: 32px !important;
}
.p-ph__card-icon figure img {
  width: 32px !important;
  height: auto !important;
}

.p-ph__card-title {
  display: inline-block;
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #FFF !important;
  margin: 0 !important;
  line-height: normal;
}

.p-ph__card-text {
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif !important;
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.p-ph__row {
  display: flex !important;
  column-gap: 45px !important;
  justify-content: center !important;
  margin-top: 50px !important;
}

.p-ph__row.-l1 {
  margin-top: 50px !important;
}

.p-ph__row.-l2 {
  margin-top: 45px !important;
  margin-bottom: 60px !important;
}

/* =========
  TANGAROA Contact Form (CF7)
========= */
/* 背景：青系グラデーション（セクション背景にする想定）
   ※フォームの外側で背景を敷きたい場合に使う */
.l-contact {
  background: linear-gradient(180deg, #007BCE 0%, #00548C 37.98%, #002C4A 100%);
}

.tgr-contact {
  padding: 60px 16px;
}

/* 白いカード */
.tgr-contact__card {
  max-width: 620px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 3px;
  padding: 28px 28px 24px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

/* 各フィールドの余白 */
.tgr-field {
  margin: 0 0 18px !important;
  padding: 0 !important;
}
.tgr-field p {
  margin: 0 !important;
}
.tgr-field p br {
  display: none !important;
}

/* ラベル */
.tgr-label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  color: #111;
}

/* 必須（赤い *） */
.tgr-required {
  color: #BE493E;
  font-weight: 700;
  margin-left: 6px;
}

/* 入力欄：淡い水色 */
.tgr-input,
.tgr-textarea {
  width: 100%;
  border: 1px solid #d7e4ef !important;
  background: #eaf4ff !important;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

/* テキストエリアの高さ */
.tgr-textarea {
  min-height: 220px;
  resize: vertical;
}

/* フォーカス時 */
.tgr-input:focus,
.tgr-textarea:focus {
  border-color: #6fb7f0;
  box-shadow: 0 0 0 3px rgba(0, 82, 163, 0.18);
}

/* ラジオ：縦並び */
.tgr-radio .wpcf7-list-item {
  display: block;
  margin: 8px 0;
}
.tgr-radio .wpcf7-list-item span {
  font-size: 14px;
  color: #000;
}

.tgr-radio input[type=radio] {
  margin-right: 10px;
  transform: translateY(1px);
}

/* 同意 */
.tgr-consent {
  font-size: 13px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tgr-consent input[type=checkbox] {
  width: 16px;
  height: 16px;
}

/* 送信ボタン */
.tgr-actions {
  margin-top: 18px;
}

.tgr-submit {
  width: 100%;
  background: #e6e6e6;
  color: #222;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 12px 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
  /* 「送 信 す る」っぽい間隔 */
  cursor: pointer;
}

/* ホバー */
.tgr-submit:hover {
  background: #dcdcdc;
}

/* CF7のエラーメッセージ調整 */
.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #d40000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 4px;
}