
/* ===== エア遊具詳細ページ専用スタイル ===== */

/* ヒーロー */
.air-hero {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
}
.air-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.air-hero-body {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 6vw, 4rem) clamp(1.5rem, 5vw, 4rem);
  max-width: 900px;
}
.air-hero-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  margin-bottom: 1rem;
  background: #e05c00;
  color: #fff;
}
.air-hero-badge.new { background: #1a6ed8; }
.air-hero-en {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  opacity: 0.5;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.air-hero h1 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.air-hero-tagline {
  margin: 0;
  font-size: clamp(0.85rem, 2vw, 1.05rem);
  opacity: 0.7;
  font-weight: 300;
  letter-spacing: 0.06em;
}

/* パンくず */
.air-breadcrumb {
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  padding: 0.75rem clamp(1.5rem, 5vw, 4rem);
  font-size: 0.78rem;
  color: #888;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.air-breadcrumb a {
  color: #888;
  text-decoration: none;
}
.air-breadcrumb a:hover { color: #111; }
.air-breadcrumb .sep { opacity: 0.4; }

/* メインコンテンツ */
.air-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
@media (max-width: 900px) {
  .air-main { grid-template-columns: 1fr; }
}

/* ギャラリー */
/* .air-gallery {} */
.air-gallery-main {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eee;
  margin-bottom: 10px;
}
.air-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: transform 0.4s;
}
.air-gallery-main img:hover { transform: scale(1.03); }
.air-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.air-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.air-gallery-thumbs img:hover,
.air-gallery-thumbs img.is-active { opacity: 1; outline: 2px solid #111; }

/* 説明テキスト */
.air-desc {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.9;
  color: #444;
}

/* サイドバー */
/* .air-sidebar {} */

/* スペックカード */
.air-spec-card {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.air-spec-card h3 {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6rem;
}
.air-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}
.air-spec-table tr {
  border-bottom: 1px solid #ebebeb;
}
.air-spec-table tr:last-child { border-bottom: none; }
.air-spec-table th {
  padding: 0.65rem 0;
  text-align: left;
  color: #888;
  font-weight: 500;
  width: 38%;
  vertical-align: top;
  font-size: 0.78rem;
}
.air-spec-table td {
  padding: 0.65rem 0;
  font-weight: 600;
  color: #222;
  font-size: 0.84rem;
}

/* 安全注意事項 */
.air-safety {
  background: #fff9f0;
  border: 1px solid #f0d080;
  border-left: 4px solid #e8a000;
  padding: 1.2rem 1.4rem;
  font-size: 0.82rem;
  margin-bottom: 1.5rem;
}
.air-safety h3 {
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #b06000;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.air-safety ul {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 2;
  color: #555;
}
.air-safety .note {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #f0d080;
  font-size: 0.78rem;
  color: #888;
  font-style: italic;
}

/* CTAボタン */
.air-cta-btn {
  display: block;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  transition: background 0.2s;
  margin-bottom: 0.8rem;
}
.air-cta-btn:hover { background: #333; opacity: 1; }
.air-cta-btn.outline {
  background: transparent;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}
.air-cta-btn.outline:hover { background: #f5f5f5; }

/* セクション見出し */
.air-section {
  max-width: 1100px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  padding: 0 clamp(1rem, 4vw, 3rem);
}
.air-section-head {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 1.5rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eee;
}
.air-section-head span {
  color: #333;
  font-size: 1rem;
  margin-left: 0.8rem;
  letter-spacing: 0.04em;
}

/* 一覧へ戻るバー */
.air-back-bar {
  background: #f5f5f5;
  padding: 1.2rem clamp(1.5rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.82rem;
  color: #888;
}
.air-back-bar a {
  color: #444;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  transition: color 0.2s;
}
.air-back-bar a:hover { color: #111; }

/* ライトボックス */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.is-open { display: flex; }
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
}
.lightbox-close:hover { opacity: 1; }
