@charset "UTF-8";

.swipe-hint,
.swipe-hint02{
  display: none;
}

ol, ul{
  padding: 0 !important;
  margin: 0 !important;
}

.spBr{
  display: none;
}

.sticky-cta-sp{
  display: none;
}

.slick-arrow img{
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}

.slick-prev:before, 
.slick-next:before{
  content: none !important;
}

.slick-prev{
  left: -45px !important;
}

.slick-disabled{
  opacity: 0;
  -webkit-transition: opacity .5s;
     -moz-transition: opacity .5s;
      -ms-transition: opacity .5s;
       -o-transition: opacity .5s;
          transition: opacity .5s;
}

.mb-L{
  margin-bottom: 40px;
}

iframe[src*="google.com/maps"] * {
  border-radius: 0 !important;
}

/*----------------------------------
  0. カスタムプロパティ（色定義）
----------------------------------*/
:root {
  --color-primary:        #073640;
  --color-primary-light:  #4c8260;
  --color-primary-dark:   #1a4f2d;

  /* 他のカラーはそのまま */
  --color-secondary:      #00A3FF;
  --color-accent:         #D4AF37;
  --color-logo:           #8BC34A;
  --color-text:           #212529;
  --color-bg-light:       #F8F9FA;
  --color-border:         #E9ECEF;

  --header-height:        80px;
}

/* フォントレンダリングの最適化 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Noto Sans JP を全体に適用 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding-bottom: 83px;
  width: 100%;
  overflow-wrap: hyphenate;
}

/* 見出しを少し太めに */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*==================================
  1. ヘッダー
==================================*/
/* 固定ヘッダー共通 */
.home header,
header.sticky-top,
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* ヘッダー内リンク・ロゴ */
header a.link{
  color: #1F6338;
  font-weight: bold;
  margin-left: 20px;
  
}

header a.navBtn{
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 5px 15px;
}

header a.navBtn i{
  display: inline-block;
  margin-right: 5px;
}

header a.navBtn.line{
  background: #00C851;
   margin-left: 40px;
}

header a.navBtn.trial{
  background: #FF851B;
   margin-left: 10px;
}

/* 固定ヘッダーに高さを付与 */
header.sticky-top,
.site-header {
  padding: 10px 0;
}

footer{
  background: #1F6338 !important;
  padding: 20px;
}

footer .copy{
  font-size: 0.5rem;
  margin: 0;
  text-align: center;
}

/*----------------------------------
  1-1. ナビゲーションリンク
----------------------------------*/
header .nav-link {
  color: var(--color-text);
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.2s;
}
header .nav-link:hover,
header .nav-link:focus {
  color: var(--color-primary);
  text-decoration: none;
}

/*==================================
  2. ボタン
==================================*/
/* 共通フェード効果 */
.btn-line,
.btn-trial,
.btn-hamburger {
  transition:
    background-color 0.3s ease,
    color            0.3s ease,
    border-color     0.3s ease !important;
}

/* LINE 登録ボタン */
.btn-line {
  background: transparent !important;
  color: #00B900 !important;
  border: 1px solid #00B900 !important;
}
.btn-line:hover {
  background-color: #00B900 !important;
  color: #ffffff !important;
}

/* 無料体験予約ボタン */
.btn-trial {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
  border: 1px solid var(--color-primary) !important;
}
.btn-trial:hover {
  background-color: var(--color-primary-light) !important;
  border-color: var(--color-primary-light) !important;
}

/* ハンバーガーボタン */
.btn-hamburger {
  background-color: var(--color-primary-dark) !important;
  border: none !important;
  border-radius: 0.25rem !important;
}
.btn-hamburger:hover {
  background-color: var(--color-primary) !important;
}
.btn-hamburger .bi {
  color: #ffffff !important;
}

/*==================================
  3. レスポンシブ調整
==================================*/
@media (max-width: 768px) {
  header .nav-link {
    font-size: 0.85rem;
  }
}

/* Hero Swiper 全体 */
/* Slick コンテナ */
.hero-slick { 
  position: relative;
  background: #000;
  }



/* オーバーレイ */
.hero-badge-overlay {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.hero-badges { 
  position: absolute;
  left: 20px;
  top: 40px;
  display:flex;
  gap:12px;
  margin-bottom:20px;
  list-style:none;
  padding:0;
  }
.hero-badges li img { 
  width:180px;
  height:auto;
  object-fit:contain;
  display:block;
  }

/* バッヂ */
.slide-badge {
  display: inline-block;
  background-color: #dcee09;  
  color: #212529;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  pointer-events: auto;
}

/* テキストパネル */
.slide-text-panel {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 0.25rem;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: auto;
}

.slide-text-panel p {
  color: #fff;
  margin: 0.5rem 0;
  line-height: 1.4;
  font-size: 1.5rem;
}

.hero-cta-wrap{
 position: absolute;
  width: 100%;
/*  max-width: 1350px;*/
  height: 100%;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.hero-cta-wrap a{
  display: block;
  position: absolute;
  right: 0;
  bottom: 40px;
}

#topCatch{
  font-size: 35px;
  color: #FFF;
  font-weight: 900;
}

#bottom-catch{
  position: absolute;
  left: 20px;
  bottom: 40px;
}

#bottom-catch ul{
  list-style-type: none;
}

#bottom-catch ul li{
  color: #FAFF00;
  font-weight: 900;
  font-size: 18px;
      margin-bottom: 15px;
    letter-spacing: 0.5px;
}

#bottomCatch{
   font-size: 35px;
  color: #FFF;
  font-weight: 900;
}

#side-badge{
   position: absolute;
  right: 20px;
  top: 100px;
}

#side-badge ul{
  list-style-type: none;
}

#side-badge li {
  position: relative;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background: #206338;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    white-space: nowrap;
}

#side-badge li small{
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

#side-badge li span.wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.logo-list{
  padding-top: 40px !important;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}

.logo-list li{
height: 40px;
} 
.logo-list li img{
  height: 100%;
  width: auto;
}

/* セクション　*/

.section-cont{
  padding: 100px 0;
  border-top:1px solid #eee
}

.section-cont .main-h3{
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.main-h4{
  color:    #CBA135;
  text-align: center;
  font-weight: bold;
}

.section-cont .main-h3 span{
  display: block;
  font-size: 1rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.leadTxt{
  text-align: center;
}

.roundTxt{
  padding: 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-weight: bold;
  color: var(--color-primary);
}

.roundTxt i{
  font-size: 60px;
}

/* hero section */

#hero{
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  background: #000;
}

.hero-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-badge{
  position: absolute;
  width: 100%;
  top: 100px;
  left: 20px;
  z-index: 10;
}

.hero-badge-list img{
  width: 100%;
  max-width: 160px;
}

.hero-badge-list li{
  list-style-type: none;
  display: inline-block;
}


/* youtube */

.video-background {
/*  position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-background p{
  margin: 0;
  padding: 0;
}

.video-background img{
  width: 100%;
 height: calc(100vh - 100px);
 object-fit:cover;
}

.video-background iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.4, 1.4);
  pointer-events: none;
  display: block;
}


/* ─── 浮遊感のある Thumb カード ─── */
.hero-card .thumb {
  perspective: 1000px; /* 3D感をほんのり演出 */
}

.hero-card .thumb a {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hero-card .thumb a:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* 画像をカードにフィットさせる */
.hero-card .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ─── PICK UP バッヂ ─── */
.hero-card .thumb .badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: #FF5252;
  color: #212529;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}


.hero-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FFD54F;      /* ゴールド系 */
  color: #212121;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.3em 0.6em;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 2;
}

.hero-card img{
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* キャンペーン　*/
.campaign-card {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 60px;
}

.campaign-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FF5252;      /* ゴールド系 */
  color: #212121;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.3em 0.6em;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 2;
}

/* 画像部分 */
.campaign-card .thumb {
  flex: 1 1 50%;
  max-width: 50%;
  overflow: hidden;
}
.campaign-card .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.campaign-card .thumb:hover img {
  transform: scale(1.05);
}

/* テキスト部分 */
.campaign-card .content {
  flex: 1 1 50%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
    background: linear-gradient(
    135deg,
    #f1f3f4 0%,   /* Google マテリアルのライトグレー１ */
    #e8eaed 100%  /* Google マテリアルのライトグレー２ */
  );
}
.campaign-card .title {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
  color: #333;
}
.campaign-card .excerpt {
  font-size: 1.125rem;
  margin-bottom: 1.5em;
  color: #555;
  line-height: 1.6;
}
.btn--campaign {
  align-self: start;
  padding: 0.75em 2em;
  /* グラデーション背景に */
  background: linear-gradient(45deg, #FFD54F 0%, #FFC107 100%);
  color: #212121;
  font-weight: bold;
  border-radius: 8px; /* 少し丸みを強化 */
  position: relative;
  overflow: hidden;
  text-decoration: none;
  /* テキストに軽い影を付けて読みやすく */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  /* ふわっと浮かせるシャドウ */
  box-shadow: 0 4px 12px rgba(255, 213, 79, 0.6);
  transition: 
    background 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* デフォルトスタイル：全スライドを少し小さく＆暗く */
.campaign-list .slick-slide {
  transform: scale(0.9);
  filter: brightness(0.7);
  transition: all 0.4s ease;
}

/* 中央のスライドだけ拡大＆明るく */
.campaign-list .slick-center,
.campaign-list .slick-current{
  transform: scale(1);
  filter: brightness(1);
  z-index: 2; /* 必要なら */
}

/* オプション：ゆるいパルスアニメで常に目立たせる */
/*
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}
.btn--campaign {
  animation: pulse 3s ease-in-out infinite alternate;
}
*/

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .campaign-card {
    flex-direction: column;
  }
  .campaign-card .thumb,
  .campaign-card .content {
    max-width: 100%;
    flex: none;
  }
  .campaign-card .content {
    padding: 30px 20px;
  }
}


.campaign-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  /* 下線を入れたい場合 */
}
.campaign-title span {
  background: var(--color-primary);
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 0.25em;
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 0.5em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
}


/* レスポンシブ調整 */
@media (max-width: 480px) {
  .campaign-title {
    font-size: 1.6rem;
  }
  .campaign-title span {
    font-size: 0.8em;
    padding: 0.15em 0.5em;
  }
}



.campaign-list a{
  text-decoration: none;
  color: #333;
  display: block;
  position: relative;
}

.campaign-list a h3{
  margin-bottom: 20px !important;
  position: relative;
}

/* タイトル下にアクセントライン */
.campaign-list a h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  position: absolute;
  bottom: -8px;
  left: 20px;
  border-radius: 2px;
}

.campaign-item {
  box-sizing: border-box;
  margin: 0 20px;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.campaign-list .thumb {
  overflow: hidden;
}
.campaign-list .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.campaign-list .title {
  margin: .5em 0 0;
  font-size: 1rem;
  color: #333;
  padding: 0 20px;
}
.campaign-list .excerpt{
  font-size: 0.8rem;
  padding: 0 20px 0 20px;
  
}

.slick-prev:before, .slick-next:before{
  color: #000 !important;
}


/* ★ sticky footer CTA ★ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.8);
  z-index: 9999;

  display: flex;
  justify-content: center;
  /* ここを center から stretch に */
  align-items: stretch;
  padding: 10px;
}

/* ボタン共通 */
.sticky-cta .sticky-btn {
  /* 均等に幅を取りたいなら flex:1 */
  flex: 1;
  /* 横並びの間隔 */
  margin: 0 8px;

  /* 高さ100% かつ中身を中央寄せ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 0 20px; /* 縦パディングは不要 or 少なめに */
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  transition: transform .2s ease;
  max-width: 200px;
  padding: 10px;
}
.sticky-cta .sticky-btn:hover {
  transform: translateY(-2px);
}

/* 各ボタンカラー */
.btn–join  { background: #00C851; }
.btn–trial { background: #FF851B; }
.btn–tel   { background: #001F6E; }

/* TELボタン内の小さい受付時間 */
.sticky-cta .hours {
  font-size: 0.75em;
  color: rgba(255,255,255,0.8);
  margin-top: 4px;
}



/* Reason セクション全体 */
/* Reason セクション全体 */
.reason-section {
  background-color: var(--color-bg-light);
  padding: 4rem 0;
  color: var(--color-text);
}

/* セクションタイトル */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  color: var(--color-primary);
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--color-secondary);
  margin: .5rem auto 0;
  border-radius: 2px;
}



/* NEWS */


/* セクション全体 */
.section-cont {
  padding: 60px 0;
}

/* コンテナ */

#news{
   background: #1F6338;
}

#news h3{
  color: #fff;
}

#news a{
  color: #fff;
}

#column{
   background: #1F6338;
}

#column h3{
  color: #fff;
}

#column a{
  color: #fff;
}

#news-container,
#column-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* ヘッダー部分 */
.header-container{
  width: 100%;
  padding: 0 20px;
}

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.list-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #073640; /* お好みで */
  margin: 0;
}

.list-header a {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.list-header a:hover {
  color: #00A3FF;
}

/* リスト本体 */
.list-contents {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.list-item a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s ease;
}

.list-item a:hover {
  color: #00A3FF;
}

.list-item .date {
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
  min-width: 95px;
}


.list-item .ttl {
  font-weight: 500;
  display: block;
  margin-top: 3px;
  
}

.list-item .itemHead {
  margin-bottom: 5px;
}

.list-item .itemHead .cat{
  min-width: 156px;
  font-size: 0.8rem;
  display: inline-block;
  background: #ccc;
  padding: 0 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  margin-right: 5px;
}

/* スタッフコラム用（スラッグが staff-column の場合） */
.list-item .itemHead .cat.cat-staff {
  background-color: #FF9933; /* オレンジ系 */
  color: #fff;
}

/* お知らせ用（スラッグが news の場合） */
.list-item .itemHead .cat.cat-news {
  background-color: #3366CC; /* 青系 */
  color: #fff;
}

.list-item .itemHead .cat.cat-instructor {
  background-color: #3CA35C; /* 紫系（例） */
  color: #fff;
}




/* future */

.section-cont-in{
  margin-bottom: 60px;
}


/* voice */

/* デフォルトスタイル：全スライドを少し小さく＆暗く */
#voice-slider .slick-slide {
  transform: scale(0.9);
  transition: all 0.4s ease;
  filter: brightness(0.7);
}

/* 中央のスライドだけ拡大＆明るく */
#voice-slider .slick-center,
#voice-slider .slick-current {
  transform: scale(1);
  z-index: 2; /* 必要なら */
  filter: brightness(1);
  
  
}


.voice-card{
  border-radius: 16px;
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 20px;
  background: #FFF;
}

.voice-header{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.voice-photo{
  width: 100px;
  float: left;
  margin-right: 20px;
}

.voice-info{
  padding-top: 20px;
}
.voice-info .name{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}


.voice-photo img{
  width: 100px;
  height: auto;
  border-radius: 50%; /* これで円形に */
  object-fit: cover;
  
}

.scoreup{
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  padding-left: 90px;
}

.scoreup span{
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 0.8rem;
  display: inline-block;
  background: #CBA135;
  color: #fff;
  padding:2px 10px 5px 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}


/* --- スライダー本体 --- */
.google-reviews-slider {
  display: flex;       /* slick が内部で書き換えますが念のため */
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
}

/* --- カード共通 --- */
#goggle-card, .gmb-reviews-slider {
  /* スライダー本体の余白などお好みで */
  margin: 2rem 0;
}

/* スライダー全体の背景を軽いグレーグラデに */
.gmb-reviews-slider {
  background: linear-gradient(
    135deg,
    #f1f3f4 0%,   /* Google マテリアルのライトグレー１ */
    #e8eaed 100%  /* Google マテリアルのライトグレー２ */
  );
  padding: 2rem;       /* 内側にゆとりを持たせて */
  border-radius: 12px; /* 角を少し丸めてモダンに */
  margin: 2rem 0;
}

/* カードは白をキープして浮き立たせる */
.gmb-reviews-slider .gmb-review {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-sizing: border-box;
  margin-right: 20px;
}

.gmb-review .rating .bi-star-fill,
.gmb-review .rating .bi-star-half {
  color: #f4b400; /* Google Yellow (★) */
  /* もしサイズ微調整したければ font-size で調整 */
}

/* ヘッダー部分を水平レイアウトに */
.review-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

/* Google “G” ロゴ */
.g-logo {
  width: 20px;    /* お好みで調整 */
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

/* 星アイコンを Google イエローに */
.gmb-review .rating .bi-star-fill {
  color: #f4b400;
}

.rating{
  display: block;
}

.time{
  font-size: 12px;
}

/* information */

/* モダンなマップ表示用スタイル */
#information{
  padding: 0;
}


/* 店舗案内カード */
.shop-info {
  background: #ffffff;
  padding: 2em;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.shop-info .info-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  color: #202124;
  padding-bottom: 0.5em;
}

.shop-info dl {
  margin: 0;
}

.shop-info dt {
  font-weight: bold;
  margin-top: 1.2em;
  color: #202124;
  font-size: 1rem;
}

.shop-info dd {
  margin: 0.3em 0 1em 0;
  color: #5f6368;
  font-size: 0.95rem;
}

.shop-info small {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Mapエリア */
.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.shop-info,
.map-wrap {
  height: 100%;
}


/*───────────────────────────────────────
   plan
─────────────────────────────────────────*/

.plan-list {
  gap: 1rem;
}

.plan-item {
  flex: 1 1 30%;
  border-radius: 8px;
  color: #333;
}

.plan-item[data-ribbon="平日会員"] {
  border:1px solid #0d47a1; 
}

.plan-item[data-ribbon="全日会員"] {
  border:1px solid #1F6338; 
}

.plan-item[data-ribbon="VIP会員"] {
  border:1px solid #CBA135; 
}

.plan-item .planIn{
  padding: 20px;
}

.plan-item h3 {
  color: #FFF;
  padding: 5px 20px;
  font-size: 1.3rem;
}

.plan-item ul{
  list-style-type: none;
  margin: 0;
}

.plan-item p {
 font-weight: bold;
 font-size: 1.2rem;
}

/* 各プランごとのカラー */
.plan-item[data-ribbon="平日会員"] h3 {
  background-color: #0d47a1; 
}

.plan-item[data-ribbon="平日会員"] p,
.plan-item[data-ribbon="平日会員"] i {
 color: #0d47a1; 
}

.plan-item[data-ribbon="全日会員"] h3{
  background-color:#1F6338; 
}

.plan-item[data-ribbon="全日会員"] p,
.plan-item[data-ribbon="全日会員"] i{
  color:#1F6338; 
}

.plan-item[data-ribbon="VIP会員"] h3{
  background-color: #CBA135; 
}

.plan-item[data-ribbon="VIP会員"] p,
.plan-item[data-ribbon="VIP会員"] i{
  color: #CBA135; 
}

/* テーブル全体 */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.95rem;
}

/* ヘッダー */
.pricing-table thead th {
  font-weight: bold;
  padding: 1em;
  border-bottom: 2px solid #aaa;
  color: #333;
  font-size: 1.4rem;
}

/* 各列の背景色 */
.pricing-table td,
.pricing-table th {
  border: 1px solid #aaa;
  padding: 0.75em;
  background: #f5f5f5;
  
}

.pricing-table td{
  font-size: 1.2rem;
  font-weight: bold;
}

.pricing-table td small {
  font-size: 0.8em;
  color: #666;
  font-weight: normal;
}

/* 列ごとの背景色 */
.pricing-table th.col-weekday {
  background-color: #0d47a1;
  color: #fff;
}
.pricing-table td.col-weekday {
  /*background-color: #e3f2fd;*/
  background: #fff;
  color: #0D47A1;
}

.pricing-table th.col-allday {
  background-color: #1F6338;
   color: #fff;
}
.pricing-table td.col-allday {
  /*background-color: #e8f5e9;*/
  background: #fff;
  color: #1F6338;
}

.pricing-table th.col-vip {
  background-color: #CBA135;
   color: #fff;
}
.pricing-table td.col-vip {
  /*background-color: #fff8e1;*/
  background: #fff;
  color: #CBA135;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  width: 20%;
  white-space: nowrap;
}

.pricing-table th:not(:first-child),
.pricing-table td:not(:first-child) {
  width: calc(80% / 3);
}

/* フッター注釈 */
.footnotes {
  font-size: 0.85rem;
  color: #555;
  margin-top: 1em;
}

.badge-limited{
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 1px 5px 2px 5px;
  background: #FFF;
  color: #CBA135;
}

/* テーブル全体 */
.visitor-table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.95rem;
}

.visitor-table th:first-child,
.visitor-table td:first-child {
  width: 20%;
  white-space: nowrap;
}

.visitor-table th:not(:first-child),
.visitor-table td:not(:first-child) {
  width: calc(80% / 3);
}

/* ヘッダー */
.visitor-table th {
  font-weight: bold;
  padding: 1em;
  border-bottom: 2px solid #aaa;
  background: #333;
  color: #FFF;
  font-size: 1rem;
}

/* 各列の背景色 */
.visitor-table td{
  border: 1px solid #aaa;
  padding: 0.75em;
  background: #f5f5f5;
  font-size: 1.2rem;
  font-weight: bold;
  
}

.visitor-table td span{
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}

.visitor-table td small{
  font-weight: normal;
  font-size: 0.8em;
  color: #666;
}

/*───────────────────────────────────────
   flow
─────────────────────────────────────────*/




/* insta */

#insta{
  background: linear-gradient(
    135deg,
    #f1f3f4 0%,   /* Google マテリアルのライトグレー１ */
    #e8eaed 100%  /* Google マテリアルのライトグレー２ */
  );
}


/* 設備　*/

#equipment{
  background: #1F6338;
  border-top: none;
  padding-top: 0;
}

#equipment h3,
#equipment h5,
#equipment p{
  color: #fff;
}

.insta-slide img{
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

#imageSlider{
  margin-bottom: 60px;
}

.equipment-card-list{
  text-align: center;
}

.equipment-card-list h5 span{
  display: block;
  font-size: 16px;
}

.facility-card h5{
  font-size: 20px;
  border-left: 3px solid #333;
  padding-left: 10px;
}

.facility-card img{
  width: 100%;
  margin-bottom: 10px;
}


.facility-card p{
  padding-left: 15px;
}

.facilityImg{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

.facilityImg img{
  width: 100%;
  height: auto;
  
}

/* equipment-card */

.equipment-card img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 10px;
}

/* reason */


.reason-card {
  background: #fff;
  font-size: 0.85rem;
  text-align: center;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0;
}

.reason-img{
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.reason-img img{
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.reason-number {
  font-size: 2rem;
  font-weight: bold;
  background: #CBA135;
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.reason-icon i {
  font-size: 1.4rem;
  color: #4c8260; /* 落ち着いたグリーン（変更OK） */
  margin-bottom: 0.5rem;
}

.reason-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #073640;
}

.reason-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  padding: 20px 40px;
}

/* デフォルトスタイル：全スライドを少し小さく＆暗く */
#reasonSlider .slick-slide {
  transform: scale(0.9);
  filter: brightness(0.7);
  transition: all 0.4s ease;
}

/* 中央のスライドだけ拡大＆明るく */
#reasonSlider .slick-center,
#reasonSlider .slick-current {
  transform: scale(1);
  filter: brightness(1);
  z-index: 2; /* 必要なら */
}

/* info card */

.info-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
   border: 1px solid #e9ecef;
}

.info-img{
  margin-bottom: 0;
}


.info-img img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.info-title {
  font-size: 1rem;
  font-weight: bold;
  color: #073640;
  padding: 1rem 1rem 0.5rem;
  margin: 0;
  border-left: 4px solid var(--color-primary);
  margin-bottom: 10px;
}

.info-text {
  font-size: 0.85rem;
  color: #333;
  padding: 0 1rem 1rem;
  margin: 0;
  line-height: 1.5;
}


/* トレカデザイン */

.staff-card-wrap {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

a{
  text-decoration: none !important;
}

.staff-card {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  margin-bottom: 15px;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.staff-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.score-badge {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 6px 10px;
  border-radius: 6px;
  color: #073640;
  z-index: 10;
}
.score-badge .score-num {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  color:#fff;
}
.score-badge .score-label {
  font-size: 0.7rem;
  color: #FFF;
}

.card-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 3;
}

/* デフォルトスタイル：全スライドを少し小さく＆暗く */
.staff-slider .slick-slide {
  transform: scale(0.9);
  filter: brightness(0.7);
  transition: all 0.4s ease;
}

/* 中央のスライドだけ拡大＆明るく */
.staff-slider .slick-center,
.staff-slider .slick-current{
  transform: scale(1);
  filter: brightness(1);
  z-index: 2; /* 必要なら */
}

/* 下部テキスト */
.card-desc {
  font-size: 0.95rem;
  color: #333;
}

.card-desc .staff-name-jp {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.card-desc .staff-name-en {
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #666;
}

.card-desc .staff-message {
  font-size: 0.85rem;
  line-height: 1.5;
}


/* future */

.featureList{
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
}

.featureList li{
  list-style-type: none;
  border: 2px solid #1F6338;
  border-radius: 50px;
  padding: 10px 20px 7px 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}

.featureList li .icon{
  position: absolute;
  top: 7px;
  left: 14px;
}

.featureList li .ttl{
  padding-left: 50px;
}

.featureList li i{
  font-size: 2rem;
  color: #1F6338;
  margin-right: 20px;
  line-height: 1;
}


/* reason */

#reason{
  background: #1F6338;
}


/* flow */

#flow{
  background: #E5E7E5;
}
.flow-h4{
  display: block;
  background: #1F6338;
  color:    #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 12px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.flow-list{
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}

.flow-list.list01{
  margin-bottom: 30px;
}

.flow-card{
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.flow-img{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.flow-img img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.flow-head{
  display: flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 5px;
  min-height: 66px;
}

.flow-number{
  background: #CBA135;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px;
  border-radius: 50px;
  margin: 0;
}

.flow-number span{
  display: block;
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}

span.gold{
  color: #CBA135;
}

/* faq */

.accordion-button {
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: 1rem;
  color: #001F6E;
}
.accordion-button:not(.collapsed) {
  background-color: #001F6E;
  color: #fff;
}
.accordion-body {
  font-size: 0.95rem;
  color: #333;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

/* 比較テーブル　*/

.comparison-table-wrap {
  overflow-x: auto;
  border-radius: 6px;
  margin-bottom: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.95rem;
}

.comparison-table thead th {
  color: #fff;
  padding: 16px 12px;
  font-weight: 600;
  white-space: nowrap;
}

.comparison-table thead th.main {
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid #dee2e6;
  padding: 14px 10px;
  vertical-align: middle;
  
}


.comparison-table th.golfree24,
.comparison-table td.golfree24{
  background: #1F6338;
  color: #fff;
  z-index: 2;
  width: calc(700px / 3);
  font-weight: bold;
}

.comparison-table th.golfree24{
  position: relative;
  padding: 20px;
}

.comparison-table th.golfree24:before{
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #1F6338;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.comparison-table td.golfree24.last{
  position: relative;
}

.comparison-table td.golfree24.last:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: #1F6338;
  border-radius: 0 0 5px 5px;
}

.comparison-table th.competitor-a,
.comparison-table td.competitor-a {
  background-color: #8fa898;
  color: #333;
 width: calc(700px / 3);
  font-weight: bold;
}

.comparison-table th.competitor-b,
.comparison-table td.competitor-b {
  background-color: #b5c9bc;
  color: #333;
  width: calc(700px / 3);
  font-weight: bold;
}

.comparison-table th.vTxt{
  background: none !important;
  color: #1F6338;
  width: 50px;
  }

  .comparison-table th.vTxt span{
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  white-space: nowrap;
  display: inline-block; /* or block */
  font-feature-settings: "pkna";
  
  }

  .icon-circle {
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.icon-triangle {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.6em solid transparent;
  border-right: 0.6em solid transparent;
  border-bottom: 1em solid  rgba(255,255,255,.8);
  margin: 0 auto;
  margin-bottom: 10px;
}


/* lesson */

.pgaMain img{
  width: 100%;
  max-width: 440px;
}

.pgaTtl{
  position: relative;
}

.pgaTtl .pgaLogo{
  position: absolute;
  top: 140px;
  left: 0;
}

.pgaTtl .txt{
  position: absolute;
  top: 70px;
  left: 0;
    font-size: 1.25em;
    font-weight: bold;
    background-color: rgb(229, 241, 251, .35);
    padding: 0.5em 1.25em;
    display: inline;
    white-space: nowrap;
}


.pgaTtl .ttl {
  position: absolute;
  top: 140px;
  left: 200px;
    font-size: 3rem;
    font-weight: bold;
    white-space: nowrap;
    margin-top: .3em;
    line-height: 1;
    text-shadow: 1px 2px 2px rgb(18, 18, 18, .1);
}

.pgaTtl .ttl span{
    font-size: 1.5rem !important;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
}

/*single*/

#bread{
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 20px;
}

#bread a{
  color: #333;
  text-decoration: underline !important;
}

.entry-header{
  padding: 40px 0;
  background: #E5E7E5;
  margin-bottom: 40px;
}

h1.entry-title{
  font-size: 1.5rem;
  color: #1F6338;
}

.entry-content{
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3{
  background: #E5E7E5;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-left: 3px solid #1F6338;
}

.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1rem !important;
  font-weight: 900 !important;
  padding: 10px 0;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #1F6338;
}

.entry-content h2::after, .entry-content h3::after, .entry-content h4::after{
  content: none !important;
}

.entry-content .thumb img{
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
}

/*cta*/

#cta{
  padding: 40px 0;
}

.ctaIn{
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
      gap:20px;
}

.ctaIn.top{
  margin-bottom: 30px;
}

.ctaIn.top a.navBtn {
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0;
    min-width: 250px;
    text-align: center;
}

.ctaIn.bottom a.navBtn {
    color: #fff;
    background: #bbb;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    min-width: 250px;
    text-align: center;
}

.ctaIn a.navBtn i {
    display: inline-block;
    margin-right: 5px;
}

.ctaIn .line{
  background: #00C851;
}

.ctaIn .trial{
  background: #FF851B;
}

#catHead{
  padding: 40px 0;
  background: #E5E7E5;
  text-align: center;
  margin-bottom: 40px;
  color: #1F6338;
}

#catHead h2{
    font-size: 1.5rem !important;
  }

.cat-list{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
}

.cat-item{
  width: calc(100% / 3 - 30px);
}

.cat-item a{
  display: block;
  font-weight: bold;
  color: #333;
}

.cat-thumb{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cat-item img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  margin-bottom: 10px;
}

.cat-item p{
  margin: 0;
}

.cat-item span.date{
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

#pagenation{
    padding: 100px 0;
}

.nav-links{

  width: 100%;
  display: flex;
  justify-content: center;
  gap:10px;
}

.page-numbers.current{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1F6338;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

a.page-numbers{
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border:1px solid #1F6338;
  color: #1F6338;
  border-radius: 5px;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}

a.page-numbers:hover{
  background: #1F6338;
  border:1px solid #1F6338;
  color: #fff;
}

a.page-numbers.next,
a.page-numbers.prev{
  border: 1px solid #fff;
}


.addVideo{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.addVideo video{
  width: 100%;
}


/*add*/

.pgaWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:100px;
}

.pgaTtl{
  width: 100%;
  max-width: 440px;
}


#footerNav{
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
      margin-bottom: 20px;
      gap:20px;
}

#footerNav a,
#footerNav span{
  font-size: 12px;
  color: #FFF;
}