/*
 Theme Name:   Lightning Child
 Template:     lightning
*/


.header-tel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #000 !important;
  z-index: 1000 !important;
}

.header-tel a {
  text-decoration: none !important;
  color: inherit !important;
}
.custom-header-top-bar {
  background: #f5f5f5;
  padding: 8px 0;
  font-size: 14px;
}
.custom-header-top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.custom-header-top-bar .tagline {
  font-weight: bold;
}
.custom-header-top-bar .header-contact {
  display: flex;
  gap: 1em;
  align-items: center;
}
.custom-header-top-bar .cta-button {
  background: #e60073;
  color: white;
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
}
.voice-avatar {
  border-radius: 0 !important;
  object-fit: contain !important;
  width: 100%;
  height: auto;
}
.ltg-slide-item-img {
  width: 100%;
  height: 450px; /* 好きな高さに変更可 */
  object-fit: cover; /* 画像の比率を維持しつつトリミング */
}
/* ▼ ヘッダースライダーを絶対に丸くしない（LightningのヘッダーSwiper向け） */
body .lightning_swiper,
body .lightning_swiper .swiper-wrapper,
body .lightning_swiper .swiper-slide,
body .lightning_swiper picture,
body .lightning_swiper .swiper-slide img,
body .lightning_swiper .ltg-slide-item-img {
  border-radius: 0 !important;
  -webkit-mask: none !important;
  mask: none !important;
  clip-path: none !important;
  overflow: visible !important;
}

/* 画像サイズ調整（必要なら） */
body .lightning_swiper .swiper-slide img,
body .lightning_swiper .ltg-slide-item-img {
  width: 150% !important;
  height: 520px !important;        /* 固定高さにしたければ 450px などに変更 */
  object-fit: cover !important;   /* cover/contain はお好みで */
}
/* 受講者の声セクションの上下余白を広げる */
.voices-slider {
  margin-top: 80px !important;   /* 上の講座エリアとの間隔 */
  margin-bottom: 80px !important;/* 下のカレンダーとの間隔 */
}

/* 必要なら、セクション内の見出しまわりも少し余白追加 */
.voices-slider h2 {
  margin: 0 0 24px !important;
}
/* Lightning ヘッダーSwiperを横いっぱいに広げる */
.lightning_swiper {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}

/* ヘッダー直後の Lightning ヘッダーSwiper をフルブリード化 */
header#site-header + .lightning_swiper {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* スライド幅の再計算を強制（Swiperの inline width を上書き） */
header#site-header + .lightning_swiper .swiper-wrapper { width: auto !important; }
header#site-header + .lightning_swiper .swiper-slide  { width: auto !important; flex: 0 0 100vw !important; }



