.elementor-2120 .elementor-element.elementor-element-8d3cd37{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e607e53 *//* ============================================================
   プライベートレッスン — ページ専用CSS
   配置先: 外観 > カスタマイズ > 追加CSS（またはページ専用CSSフィールド）
   ※ global.css でヘッダー・フッター・スティッキーフッター・ローディング・
     アニメーションが定義済みなら、下記の該当ブロックは省略可
   ============================================================ */

/* ======= ヘッダー ======= */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,.08);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 70px;
}
.header-logo { display: flex; align-items: center; text-decoration: none; }
.header-cta {
  display: flex; align-items: center; gap: 8px;
  background: var(--cta); color: #fff; text-decoration: none;
  padding: 11px 22px; border-radius: 50px;
  font-size: 14px; font-weight: 700; letter-spacing: .06em;
  transition: opacity .2s, transform .2s;
}
.header-cta:hover { opacity: .9; transform: translateY(-1px); }
.header-cta svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ======= フッター ======= */
#footer { background: var(--navy); color: #fff; padding: 70px 40px 40px; }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top {
  display: grid; grid-template-columns: 1fr auto; gap: 60px;
  margin-bottom: 50px; padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-tagline { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 20px; letter-spacing: .06em; }
.footer-contacts { display: flex; flex-direction: column; gap: 8px; }
.footer-contacts a {
  font-size: 13px; color: rgba(255,255,255,.7); text-decoration: none;
  display: flex; align-items: center; gap: 8px; transition: color .2s;
}
.footer-contacts a:hover { color: var(--sub); }
.footer-nav { display: grid; grid-template-columns: repeat(3, auto); gap: 40px; }
.footer-nav-group h4 { font-size: 14px; letter-spacing: .06em; color: #fff; font-weight: 900; margin-bottom: 16px; }
.footer-nav-group ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-nav-group ul li a { font-size: 13px; color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
.footer-nav-group ul li a:hover { color: #fff; }
.footer-bottom { text-align: center; font-size: 12px; color: rgba(255,255,255,.35); padding-top: 20px; }

/* ======= スティッキーフッター ======= */
#sticky-footer {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 28px; box-shadow: 0 -4px 20px rgba(0,0,0,.2);
  gap: 16px;
}
.sf-msg { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.85); letter-spacing: .04em; flex: 1; }
.sf-msg .hl { color: var(--sub); font-weight: 900; }
.sticky-cta {
  display: flex; align-items: center; gap: 8px;
  background: var(--cta); color: #fff; text-decoration: none;
  padding: 10px 22px; border-radius: 50px;
  font-size: 14px; font-weight: 700; letter-spacing: .06em;
  transition: opacity .2s, transform .2s; white-space: nowrap; flex-shrink: 0;
}
.sticky-cta:hover { opacity: .9; transform: translateY(-1px); }
.sticky-cta svg { width: 18px; height: 18px; }

/* ======= ローディング ======= */
#loading {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--main);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .4s ease;
}
#loading.flash { background: #fff; transition: background .15s ease; }
#loading.hidden { opacity: 0; pointer-events: none; }
.loading-logo {
  width: 160px; height: 60px;
  display: flex; align-items: center; justify-content: center;
}
.loading-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* ======= セクション共通（ページ用） ======= */
.section { padding: 80px 20px; }
.section-inner { max-width: 1100px; margin: 0 auto; }

/* ======= ヒーロー ======= */
.hero {
  margin-top: 70px;
  position: relative;
  height: 70vh; min-height: 400px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: #bbb url('https://acrobat-school.com/wp-content/uploads/2026/02/Gemini_Generated_Image_tl8rfgtl8rfgtl8r.jpg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(5,123,192,.82) 0%, rgba(10,26,46,.78) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center; color: #fff;
}
.hero-sub {
  font-size: clamp(13px, 2vw, 16px);
  font-weight: 700; letter-spacing: .3em;
  margin-bottom: 16px; opacity: .85;
}
.hero-heading {
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 900; line-height: 1.2; letter-spacing: .06em;
}

/* ======= クラス概要 ======= */
.about-lead-title {
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 900; text-align: center;
  line-height: 1.4; margin-bottom: 28px;
}
.about-lead-title .blue { color: var(--main); }
.about-lead-text {
  max-width: 720px; margin: 0 auto 50px;
  font-size: 15px; line-height: 2; text-align: center; color: #444;
}
.about-lead-text .hl { color: var(--main); font-weight: 700; }

.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feat-card {
  background: #fff; border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  padding: 40px 28px; text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.1); }
.feat-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--main); margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.feat-icon svg { width: 32px; height: 32px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feat-card h3 { font-size: 18px; font-weight: 900; margin-bottom: 12px; }
.feat-card p { font-size: 14px; line-height: 1.8; color: #555; }

/* ======= レッスンカード ======= */
.lesson-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.lesson-card {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  background: #fff;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.lesson-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.lesson-card-img {
  position: relative; height: 240px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px; background-size: cover; background-position: center;
}
.lesson-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,26,46,.72) 0%, rgba(10,26,46,.15) 55%, transparent 100%);
}
.lesson-card-img h3, .lesson-card-img p { position: relative; z-index: 2; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.lesson-card-img h3 { font-size: 26px; font-weight: 900; letter-spacing: .04em; }
.lesson-card-img p { font-size: 14px; font-weight: 500; margin-bottom: 4px; opacity: .9; }
.lesson-card-body {
  padding: 28px; flex: 1;
  display: flex; flex-direction: column;
}
.lesson-card-body .desc { font-size: 14px; line-height: 1.9; color: #444; margin-bottom: 16px; flex: 1; }
.lesson-card-body .price { font-size: 18px; font-weight: 900; color: var(--main); margin-bottom: 20px; }

/* ======= 料金セクション ======= */
.price-note {
  text-align: center; font-size: 13px; color: #999; margin-top: -44px; margin-bottom: 48px;
}
.price-sub-label {
  display: flex; align-items: center; gap: 16px;
  font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 28px;
}
.price-sub-label span { font-size: 13px; font-weight: 500; color: #888; }
.price-sub-label::after {
  content: ''; flex: 1; height: 1px; background: #ddd;
}

.ticket-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-bottom: 40px;
}
.ticket-card {
  border-radius: 18px; padding: 36px 28px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0d2240 0%, #0a1a2e 100%);
  color: #fff;
}
.ticket-badge {
  display: inline-block;
  background: var(--sub); color: var(--dark);
  font-size: 12px; font-weight: 900; padding: 4px 14px;
  border-radius: 50px; margin-bottom: 16px;
}
.ticket-card .t-sub { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.ticket-card .t-price { font-size: clamp(28px, 4vw, 38px); font-weight: 900; margin-bottom: 12px; }
.ticket-card .t-price small { font-size: 16px; font-weight: 700; }
.ticket-card .t-unit { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.ticket-card .t-save {
  display: inline-block;
  background: var(--sub); color: var(--dark);
  font-size: 12px; font-weight: 700; padding: 4px 12px;
  border-radius: 6px;
}

.single-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.single-card {
  border-radius: 14px; padding: 24px 28px;
  background: var(--main-light);
  border: 1px solid rgba(5,123,192,.12);
  display: flex; align-items: center; justify-content: space-between;
}
.single-card .s-label { font-size: 13px; color: #888; margin-bottom: 4px; }
.single-card .s-name { font-size: 15px; font-weight: 700; }
.single-card .s-price { font-size: 22px; font-weight: 900; color: var(--dark); }

/* ======= 体験料金（ゴールド基調） ======= */
.trial-box {
  max-width: 800px; margin: 0 auto;
  background: linear-gradient(135deg, #fffdf0 0%, #fff8e1 100%);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  padding: 36px 40px;
  border-left: 6px solid #d4a017;
}
.trial-tag {
  display: inline-block;
  background: #d4a017; color: #fff;
  font-size: 12px; font-weight: 900; padding: 4px 14px;
  border-radius: 50px; margin-bottom: 16px;
}
.trial-title { font-size: 20px; font-weight: 900; margin-bottom: 12px; }
.trial-title .big { font-size: clamp(28px, 4vw, 40px); color: #b8860b; }
.trial-text { font-size: 14px; line-height: 1.9; color: #555; }

/* ======= ビジター料金（グレー基調） ======= */
.visitor-section { margin-top: 60px; max-width: 800px; margin-left: auto; margin-right: auto; }
.visitor-tag {
  display: inline-block;
  background: #e8e8e8; color: #555;
  font-size: 12px; font-weight: 700; padding: 4px 14px;
  border-radius: 50px; margin-bottom: 12px;
}
.visitor-title { font-size: 20px; font-weight: 900; color: #444; margin-bottom: 8px; }
.visitor-text { font-size: 14px; color: #777; margin-bottom: 24px; }

.visitor-table {
  width: 100%;
  border-collapse: collapse; border-radius: 12px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.visitor-table th, .visitor-table td { padding: 14px 20px; text-align: center; font-size: 14px; }
.visitor-table thead th { background: #ededed; color: #444; font-weight: 700; }
.visitor-table tbody td { background: #fafafa; color: var(--dark); border-bottom: 1px solid #eee; }
.visitor-table tbody td:first-child { font-weight: 700; text-align: left; }
.visitor-note { font-size: 13px; color: #999; margin-top: 16px; }

/* ======= その他費用・ルール ======= */
.rule-list { display: flex; flex-direction: column; gap: 20px; max-width: 800px; margin: 0 auto; }
.rule-card {
  background: var(--main-light); border-radius: 14px;
  padding: 28px 32px; border-left: 5px solid var(--main);
}
.rule-card.warn { border-left-color: #e53935; }
.rule-card h3 { font-size: 17px; font-weight: 900; margin-bottom: 10px; }
.rule-card p { font-size: 14px; line-height: 1.8; color: #444; }
.rule-card p .red { color: #e53935; font-weight: 700; }

/* ======= CTAボックス（カード化） ======= */
.cta-wrapper {
  padding: 80px 20px;
  background: #f8f9fb;
}
.cta-card {
  max-width: 900px; margin: 0 auto;
  padding: 60px 40px;
  background: linear-gradient(135deg, #0d2240 0%, #0a1a2e 100%);
  border-radius: 24px;
  text-align: center; color: #fff;
  box-shadow: 0 8px 40px rgba(10,26,46,.25);
}
.cta-label {
  font-size: 13px; font-weight: 700; letter-spacing: .25em;
  color: var(--sub); margin-bottom: 16px;
}
.cta-title {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900; margin-bottom: 16px; line-height: 1.3;
}
.cta-text { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 36px; }
.cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cta); color: #fff; text-decoration: none;
  padding: 16px 40px; border-radius: 50px;
  font-size: 16px; font-weight: 700; letter-spacing: .06em;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 4px 20px rgba(6,199,85,.3);
}
.cta-btn:hover { opacity: .9; transform: translateY(-2px); }
.cta-btn svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ======= レスポンシブ（ページ用） ======= */
@media (max-width: 900px) {
  .feat-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .lesson-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .ticket-grid, .single-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-nav { grid-template-columns: repeat(2, auto); gap: 24px; }
}
@media (max-width: 768px) {
  .section { padding: 60px 16px; }
  #site-header { padding: 0 16px; height: 60px; }
  .hero { margin-top: 60px; }
  .trial-box { padding: 28px 24px; }
  .visitor-table th, .visitor-table td { padding: 10px 12px; font-size: 13px; }
  #sticky-footer { padding: 10px 16px; flex-wrap: nowrap; gap: 10px; }
  .sf-msg { font-size: 12px; white-space: nowrap; }
  .sticky-cta { padding: 9px 14px; font-size: 12px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav { grid-template-columns: repeat(2, auto); gap: 20px; }
}
@media (max-width: 480px) {
  .hero-heading { letter-spacing: .02em; }
  .header-cta { font-size: 12px; padding: 9px 14px; }
  .footer-nav { grid-template-columns: 1fr; }
  .sf-msg .hide-sp { display: none; }
  #sticky-footer { padding: 9px 12px; }
  .sf-msg { font-size: 11px; }
  .sticky-cta { font-size: 11px; padding: 8px 12px; }
}/* End custom CSS */