@charset "UTF-8";
/*
Theme Name: Cocoon Child
Template: cocoon-master
Requires at least: 4.7
Version: 1.1.3
*/

/* ヘッダー */
#header { background: #00704A !important; }
.header-container { background: #00704A !important; }
.site-name-text { color: #fff !important; font-weight: bold !important; }
.tagline { color: #F5E2C8 !important; }
#navi { background: #00704A !important; }
.navi-in > ul > li > a { color: #fff !important; font-weight: bold !important; }
.navi-in > ul > li > a:hover { background: #005C3A !important; }

/* スライダー */
.drip-slider { position: relative; overflow: hidden; width: 100%; background: #EDD9BE; }
.drip-slider-inner { display: flex; transition: transform 0.6s ease; }
.drip-slide { min-width: 100%; padding: 60px 20px 50px; text-align: center; box-sizing: border-box; flex-shrink: 0; }
.drip-slide.slide-1 { background: linear-gradient(135deg, #FDF8F2, #EDD9BE); }
.drip-slide.slide-2 { background: linear-gradient(135deg, #f5efe6, #ede0ce); }
.drip-slide.slide-3 { background: linear-gradient(135deg, #fdf0e0, #f5e0c8); }
/* CocoonのH2スタイルを完全リセット */
.drip-slide h2 {
  background: transparent !important;
  background-color: transparent !important;
  color: #00704A !important;
  font-size: 2em !important;
  font-weight: bold !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  border-left: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.drip-slide a.slide-btn { display: inline-block; background: #00704A; color: #fff !important; padding: 14px 35px; border-radius: 30px; font-weight: bold; text-decoration: none !important; margin-top: 20px; }
.slide-dots { text-align: center; padding: 12px 0; background: #EDD9BE; }
.slide-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #A8D5BF; margin: 0 5px; cursor: pointer; border: none; }
.slide-dot.active { background: #00704A; }
/* TOCがスライド内に注入されるのを防ぐ */
.drip-slider .toc,
.drip-slider #toc,
.drip-slider .toc_wrap { display: none !important; }

/* アイコンナビ */
.icon-nav-section { background: #fff; padding: 25px 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.icon-nav-wrap { display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.icon-nav-item { text-align: center; flex: 1; min-width: 110px; max-width: 140px; }
.icon-nav-item a { display: block; text-decoration: none !important; padding: 12px 8px; border-radius: 10px; }
.icon-nav-icon { font-size: 2em; display: block; margin-bottom: 5px; }
.icon-nav-label { font-size: 0.78em; font-weight: bold; display: block; color: #00704A; }

/* 安心宣言 */
.anshin-section { background: #00704A; padding: 22px 20px; text-align: center; }
.anshin-section h2 { color: #fff !important; font-size: 1.4em !important; margin: 0 !important; font-weight: bold !important; background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; }

/* 共通セクション */
.drip-section { padding: 55px 20px; }
.drip-section-inner { max-width: 960px; margin: 0 auto; }
.drip-section-title { text-align: center; font-size: 1.7em; color: #00704A !important; margin-bottom: 5px; font-weight: bold; background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; }
.drip-section-en { text-align: center; color: #52A882; font-size: 0.8em; letter-spacing: 2px; text-transform: uppercase; }
.drip-section-title::after { content: ''; display: block; width: 50px; height: 3px; background: #00704A; margin: 10px auto 25px; border-radius: 2px; }
.drip-section-sub { text-align: center; color: #777; margin-bottom: 35px; line-height: 1.8; }
.bg-light { background: #FAF4EC; }
.bg-white { background: #fff; }

/* 特徴カード */
.feature-cards { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.feature-card { flex: 1; min-width: 240px; max-width: 280px; background: #fff; border-radius: 14px; padding: 28px 20px; text-align: center; box-shadow: 0 3px 15px rgba(0,112,74,0.12); border-top: 4px solid #00704A; }
.feature-card .card-icon { font-size: 2.8em; margin-bottom: 12px; }
.feature-card h3 { color: #00704A !important; font-size: 1em; margin-bottom: 10px; font-weight: bold; background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; }

/* プログラムカード */
.program-cards { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.program-card { flex: 1; min-width: 150px; max-width: 175px; background: #fff; border-radius: 12px; padding: 22px 15px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.07); border-bottom: 3px solid #00704A; }

/* 利用の流れ */
.flow-steps { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; }
.flow-step { flex: 1; min-width: 140px; max-width: 170px; text-align: center; padding: 20px 10px; position: relative; }
.flow-step:not(:last-child)::after { content: '▶'; position: absolute; right: -8px; top: 28px; color: #52A882; }
.step-num { display: inline-block; width: 38px; height: 38px; border-radius: 50%; background: #00704A; color: #fff; font-weight: bold; line-height: 38px; }

/* CTAバナー */
.cta-section { background: linear-gradient(135deg, #00704A, #A06040); padding: 50px 20px; text-align: center; }
.cta-section h2 { color: #fff !important; font-size: 1.6em !important; font-weight: bold !important; background: transparent !important; padding: 0 !important; border: none !important; box-shadow: none !important; margin-bottom: 20px !important; }
.cta-btn { display: inline-block; background: #fff; color: #00704A !important; padding: 14px 35px; border-radius: 30px; font-weight: bold; text-decoration: none !important; margin: 8px; }
.cta-tel { display: inline-block; background: rgba(255,255,255,0.2); color: #fff !important; padding: 14px 35px; border-radius: 30px; font-weight: bold; border: 2px solid rgba(255,255,255,0.5); text-decoration: none !important; margin: 8px; }

/* フッター */
#footer { background: #00704A !important; }
#copyright { background: #1E3932 !important; color: #fff !important; }

/* HOMEページ 不要要素非表示 */
.page-id-30 .entry-title,
.page-id-30 .sns-share,
.page-id-30 .entry-date,
.page-id-30 .article-footer,
.page-id-30 .toc,
.page-id-30 #toc,
.page-id-30 .article-header { display: none !important; }

/* テーブル */
.info-table { width: 100%; border-collapse: collapse; }
.info-table th { background: #00704A; color: #fff; padding: 12px 16px; text-align: left; width: 30%; }
.info-table td { padding: 12px 16px; border-bottom: 1px solid #F5E2C8; }
.info-table tr:nth-child(even) td { background: #FAF4EC; }

/* モバイルメニューをデスクトップで非表示 */
.navi-in .menu-mobile { display: none !important; }

@media (max-width: 768px) {
  .drip-slide { padding: 40px 15px; }
  .drip-slide h2 { font-size: 1.4em !important; }
  .feature-cards, .program-cards, .flow-steps { flex-direction: column; align-items: center; }
  .flow-step::after { display: none !important; }
}
/* ナビ文字サイズ調整 */
.navi-in > ul { display: flex !important; flex-wrap: nowrap !important; }
.navi-in > ul > li { flex: 1 !important; min-width: 0 !important; }
.navi-in > ul > li > a { font-size: 0.78em !important; padding: 0 4px !important; letter-spacing: -0.02em; display: block; text-align: center; }
