/*
Theme Name: Astra Child
Template: astra
*/

"/*
Theme Name: Astra Child
Template: astra
*/

/* =================================================
   共通：疑似全幅レイヤー（業種で色を乗せる）
================================================= */

.shop-bg {
  width: 100%;
  padding: 64px 0;
}

/* 中央コンテナ（幅の基準点） */
.shop-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

/* =================================================
   共通：フレーム構造（形のみ）
================================================= */

.frame-ornament {
  position: relative;
  padding: 28px;
  border-radius: 30px;
}

.frame-inner {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
}

/* =================================================
   共通：タイトル・エリア
================================================= */

.shop-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}

.shop-area {
  text-align: center;
  font-size: 14px;
  margin-bottom: 32px;
}

/* =================================================
   共通：セクション構造
================================================= */

.section {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 36px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  margin-bottom: 12px;
  border-left: 6px solid;
}

/* =================================================
   共通：テーブル
================================================= */

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th {
  width: 30%;
  padding: 12px;
  font-weight: bold;
}

.info-table td {
  padding: 12px;
}

/* =================================================
   共通：特徴タグ
================================================= */

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.tag {
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: bold;
}

/* =================================================
   共通：キャスト一覧
================================================= */

.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 18px;
}

.cast-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.cast-name {
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
}

/* =================================================
   共通：サブ画像（横スクロール）
================================================= */

.shop-sub-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0 36px;
}

.shop-sub-scroll img {
  flex: 0 0 auto;
  width: 260px;
  max-width: 70vw;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}

/* スクロールバー非表示（スマホ優先） */
.shop-sub-scroll::-webkit-scrollbar {
  display: none;
}

/* =================================================
   共通：CTA
================================================= */

.shop-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.btn-call,
.btn-contact {
  flex: 1;
  text-align: center;
  padding: 18px;
  border-radius: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}"




/* =========================
   共通レイアウト（安全）
========================= */

.shop-bg {
  width: 100%;
  padding: 64px 0;
}

.shop-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.frame-ornament {
  position: relative;
  padding: 28px;
  border-radius: 30px;
}

.frame-inner {
  background: #fffdfa;
  border-radius: 22px;
  padding: 36px;
}

/* =========================
   コンカフェ 背景（疑似全幅）
========================= */

.shop-bg.shop--concafe {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f6c9da 18%,
    #fbe1ec 50%,
    #f6c9da 82%,
    #ffffff 100%
  );
}

/* =========================
   コンカフェ 外枠フレーム
========================= */

.shop-bg.shop--concafe .frame-ornament {
  background: linear-gradient(
    135deg,
    #ffe1ee,
    #fff3e0
  );
}

/* 外側グラデーション縁 */
.shop-bg.shop--concafe .frame-ornament::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 38px;
  background: linear-gradient(
    to bottom,
    #f2a9c4,
    #f6d8a8
  );
  z-index: -1;
}

/* =========================
   店名・エリア
========================= */

.shop-bg.shop--concafe .shop-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #c04a7b;
  margin-bottom: 4px;
}

.shop-bg.shop--concafe .shop-area {
  text-align: center;
  font-size: 14px;
  color: #8c6a78;
  margin-bottom: 32px;
}

/* =========================
   メイン画像
========================= */

.shop-main-image img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 24px;
}

/* =========================
   サブ画像（横スクロール）
========================= */

.shop-sub-gallery {
  margin: 16px 0 36px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sub-gallery-track {
  display: flex;
  gap: 16px;
  padding-bottom: 8px;
}

.sub-gallery-track img {
  width: 260px;
  max-width: 70vw;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid #f2b7cd;
  background: #fff;
}

/* =========================
   セクション共通
========================= */

.shop-bg.shop--concafe .section {
  background: #ffffff;
  border: 2px solid #f2b7cd;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 36px;
}

.shop-bg.shop--concafe .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #c04a7b;
  border-left: 6px solid #c04a7b;
  padding-left: 12px;
  margin-bottom: 12px;
}

.shop-bg.shop--concafe .section-title::after {
  content: " ♥";
  color: #f29bbb;
}

/* =========================
   基本情報テーブル
========================= */

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th {
  width: 30%;
  background: #fde3ec;
  padding: 12px;
  font-weight: bold;
  color: #8a3e5a;
}

.info-table td {
  padding: 12px;
  color: #555;
}

/* =========================
   特徴タグ
========================= */

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.shop-bg.shop--concafe .tag {
  background: #f9c6d8;
  color: #7a2f50;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: bold;
}

/* =========================
   キャスト一覧
========================= */

.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 18px;
}

.cast-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 2px solid #f2b7cd;
  background: #fff;
}

.cast-name {
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
  color: #b54a6a;
}

/* =========================
   CTAボタン
========================= */

.shop-actions {
  display: flex;
  gap: 18px;
  margin-top: 36px;
}

.shop-actions a {
  flex: 1;
  text-align: center;
  padding: 18px;
  border-radius: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #5a4db2,
    #3b2a7a
  );
}






"/* =========================
   キャバクラ｜背景
   Rose × Beige × Gold
========================= */

.shop--cabaret {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f1e4da 18%,
    #f7efe9 50%,
    #f1e4da 82%,
    #ffffff 100%
  );
  padding: 72px 0;
}

/* =========================
   外枠フレーム（ローズ）
========================= */

.shop--cabaret .frame-ornament {
  position: relative;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(
    135deg,
    #b23a5f,
    #8f2f4a
  );
}

/* ゴールド装飾縁 */
.shop--cabaret .frame-ornament::before {
  content: """";
  position: absolute;
  inset: -16px;
  border-radius: 40px;
  background: linear-gradient(
    to bottom,
    #e6c27a,
    #d4b067
  );
  z-index: -1;
}

/* =========================
   内側コンテンツ
========================= */

.shop--cabaret .frame-inner {
  background: #fffdfa;
  border-radius: 24px;
  padding: 40px;
}

/* =========================
   店名・エリア
========================= */

.shop--cabaret .shop-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #b23a5f;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.shop--cabaret .shop-area {
  text-align: center;
  color: #8a6b74;
  margin-bottom: 34px;
  font-size: 14px;
}

/* =========================
   セクション
========================= */

.shop--cabaret .section {
  background: #ffffff;
  border: 2px solid #e6c27a;
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 38px;
}

.shop--cabaret .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #b23a5f;
  border-left: 6px solid #b23a5f;
  padding-left: 12px;
}

.shop--cabaret .section-title::after {
  content: "" ✦"";
  color: #d4b067;
}

/* =========================
   テーブル
========================= */

.shop--cabaret .info-table th {
  background: #f7e3db;
  color: #8f2f4a;
  font-weight: bold;
}

.shop--cabaret .info-table td {
  color: #555;
}

/* =========================
   特徴タグ
========================= */

.shop--cabaret .tag {
  background: linear-gradient(
    135deg,
    #b23a5f,
    #d35b7a
  );
  color: #ffffff;
  font-weight: bold;
}

/* =========================
   キャスト
========================= */

.shop--cabaret .cast-card img {
  border-radius: 18px;
  border: 2px solid #e6c27a;
  background: #fff;
}

.shop--cabaret .cast-name {
  color: #b23a5f;
  font-weight: bold;
}

/* =========================
   サブ画像（横スクロール）
========================= */

.shop--cabaret .sub-gallery-track img {
  border-radius: 16px;
  border: 2px solid #e6c27a;
}

/* =========================
   CTA
========================= */

.shop--cabaret .btn-call,
.shop--cabaret .btn-contact {
  background: linear-gradient(
    135deg,
    #b23a5f,
    #8f2f4a
  );
  color: #ffffff;
  font-weight: bold;
}"				
				
"/* =========================
   ラウンジ｜疑似全幅 背景
========================= */

.shop-bg.shop--lounge {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #efe6fb 18%,
    #e2d4f6 50%,
    #efe6fb 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

/* =========================
   ラウンジ｜外枠フレーム
========================= */

.shop--lounge .frame-ornament {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    #e6d9f7,
    #f4ecff
  );
}

/* 外側装飾（ほんのりゴールド） */
.shop--lounge .frame-ornament::before {
  content: """";
  position: absolute;
  inset: -14px;
  border-radius: 38px;
  background: linear-gradient(
    to bottom,
    #e6cfa8,
    #f5e8cf
  );
  z-index: -1;
}

/* =========================
   内枠
========================= */

.shop--lounge .frame-inner {
  background: #fffefd;
  border-radius: 22px;
  padding: 36px;
  box-shadow:
    inset 0 0 0 1px rgba(180, 150, 220, 0.45);
}

/* =========================
   店名・エリア
========================= */

.shop--lounge .shop-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #6b3fa0;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.shop--lounge .shop-area {
  text-align: center;
  color: #8a6bb0;
  font-size: 14px;
  margin-bottom: 32px;
}

/* =========================
   セクション
========================= */

.shop--lounge .section {
  background: #ffffff;
  border: 2px solid #dcccf0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 36px;
}

.shop--lounge .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #6b3fa0;
  border-left: 6px solid #6b3fa0;
  padding-left: 12px;
  margin-bottom: 12px;
}

.shop--lounge .section-title::after {
  content: "" ✦"";
  color: #c7a3e8;
}

/* =========================
   基本情報テーブル
========================= */

.shop--lounge .info-table th {
  background: #f1e9fb;
  color: #5c3b84;
  font-weight: bold;
}

.shop--lounge .info-table td {
  color: #555;
}

/* =========================
   特徴タグ
========================= */

.shop--lounge .tag {
  background: linear-gradient(
    135deg,
    #c6a7e2,
    #a984d4
  );
  color: #ffffff;
  font-weight: bold;
}

/* =========================
   キャスト
========================= */

.shop--lounge .cast-card img {
  border-radius: 18px;
  border: 2px solid #dcccf0;
  background: #fff;
}

.shop--lounge .cast-name {
  color: #6b3fa0;
  font-weight: bold;
}

/* =========================
   CTA
========================= */

.shop--lounge .btn-call,
.shop--lounge .btn-contact {
  background: linear-gradient(
    135deg,
    #9b72cf,
    #6b3fa0
  );
  color: #ffffff;
}"

"/* =========================
   ガルバ｜疑似全幅 背景
========================= */

.shop-bg.shop--girlsbar {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #cfeee6 18%,
    #b8e5d8 50%,
    #cfeee6 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

/* =========================
   ガルバ｜外枠フレーム
========================= */

.shop--girlsbar .frame-ornament {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    #e6faf4,
    #f4fffb
  );
}

/* 外側フレーム（爽やかグリーン） */
.shop--girlsbar .frame-ornament::before {
  content: """";
  position: absolute;
  inset: -14px;
  border-radius: 38px;
  background: linear-gradient(
    to bottom,
    #6fcdb4,
    #bfe9dd
  );
  z-index: -1;
}

/* =========================
   内枠
========================= */

.shop--girlsbar .frame-inner {
  background: #ffffff;
  border-radius: 22px;
  padding: 36px;
  box-shadow:
    inset 0 0 0 1px rgba(120, 200, 180, 0.45);
}

/* =========================
   店名・エリア
========================= */

.shop--girlsbar .shop-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1f7f6a;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.shop--girlsbar .shop-area {
  text-align: center;
  color: #4a9b88;
  font-size: 14px;
  margin-bottom: 32px;
}

/* =========================
   セクション
========================= */

.shop--girlsbar .section {
  background: #ffffff;
  border: 2px solid #bfe9dd;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 36px;
}

.shop--girlsbar .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #1f7f6a;
  border-left: 6px solid #1f7f6a;
  padding-left: 12px;
  margin-bottom: 12px;
}

.shop--girlsbar .section-title::after {
  content: "" ✧"";
  color: #6fcdb4;
}

/* =========================
   基本情報テーブル
========================= */

.shop--girlsbar .info-table th {
  background: #e6faf4;
  color: #1f7f6a;
  font-weight: bold;
}

.shop--girlsbar .info-table td {
  color: #555;
}

/* =========================
   特徴タグ
========================= */

.shop--girlsbar .tag {
  background: linear-gradient(
    135deg,
    #6fcdb4,
    #3fa892
  );
  color: #ffffff;
  font-weight: bold;
}

/* =========================
   キャスト
========================= */

.shop--girlsbar .cast-card img {
  border-radius: 18px;
  border: 2px solid #bfe9dd;
  background: #fff;
}

.shop--girlsbar .cast-name {
  color: #1f7f6a;
  font-weight: bold;
}

/* =========================
   CTA
========================= */

.shop--girlsbar .btn-call,
.shop--girlsbar .btn-contact {
  background: linear-gradient(
    135deg,
    #3fa892,
    #1f7f6a
  );
  color: #ffffff;
}"						

"/* =========================
   スナック｜疑似全幅 背景
========================= */

.shop--snack {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f0e5e2 18%,
    #f5ece9 50%,
    #f0e5e2 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

/* =========================
   外枠フレーム
========================= */

.shop--snack .frame-ornament {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    #f7eeec,
    #ffffff
  );
}

.shop--snack .frame-ornament::before {
  content: """";
  position: absolute;
  inset: -14px;
  border-radius: 38px;
  background: linear-gradient(
    to bottom,
    #d6b86a,
    #b89b4a
  );
  z-index: -1;
}

/* =========================
   内枠
========================= */

.shop--snack .frame-inner {
  background: #fffdfb;
  border-radius: 22px;
  padding: 36px;
  box-shadow:
    inset 0 0 0 1px rgba(140, 40, 60, 0.35);
}

/* =========================
   店名・エリア
========================= */

.shop--snack .shop-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #7a1f33; /* 濃ボルドー */
  margin-bottom: 6px;
}

.shop--snack .shop-area {
  text-align: center;
  color: #6f4b53;
  margin-bottom: 32px;
  font-size: 14px;
}

/* =========================
   セクション
========================= */

.shop--snack .section {
  background: #ffffff;
  border: 2px solid #c88a98;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 36px;
}

.shop--snack .section-title {
  font-size: 20px;
  font-weight: bold;
  color: #7a1f33;
  border-left: 6px solid #7a1f33;
  padding-left: 12px;
  margin-bottom: 12px;
}

.shop--snack .section-title::after {
  content: "" ●"";
  color: #c9a24d;
}

/* =========================
   基本情報テーブル
========================= */

.shop--snack .info-table th {
  width: 30%;
  background: #edd2d8;
  padding: 12px;
  color: #7a1f33;
  font-weight: bold;
}

.shop--snack .info-table td {
  padding: 12px;
  color: #444;
}

/* =========================
   特徴タグ
========================= */

.shop--snack .tag {
  background: #7a1f33;   /* 主役ボルドー */
  color: #ffffff;
  border: 1px solid #c9a24d;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: bold;
}

/* =========================
   キャスト
========================= */

.shop--snack .cast-card img {
  border: 2px solid #c9a24d;
}

.shop--snack .cast-name {
  color: #7a1f33;
  font-weight: bold;
}

/* =========================
   サブ画像
========================= */

.shop--snack .sub-gallery-track img {
  border: 2px solid #c9a24d;
}

/* =========================
   CTA
========================= */

.shop--snack .btn-call,
.shop--snack .btn-contact {
  background: linear-gradient(
    135deg,
    #7a1f33,
    #a2354c
  );
  color: #ffffff;
}"



/* =========================================
   CABARET
========================================= */

.shop--cabaret .frame-ornament::before {
  content: "";
}

.shop--cabaret .section-title::after {
  content: "✦";
  color: #d4b067;
}

/* =========================================
   LOUNGE
========================================= */

.shop-bg.shop--lounge {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #efe6fb 18%,
    #e2d4f6 50%,
    #efe6fb 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

.shop--lounge .frame-ornament::before {
  content: "";
}

.shop--lounge .section-title::after {
  content: "✦";
  color: #c7a3e8;
}

/* =========================================
   GIRLS BAR
========================================= */

.shop-bg.shop--girlsbar {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #cfeee6 18%,
    #b8e5d8 50%,
    #cfeee6 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

.shop--girlsbar .frame-ornament::before {
  content: "";
}

.shop--girlsbar .section-title::after {
  content: "✧";
  color: #6fcdb4;
}

/* =========================================
   SNACK
========================================= */

.shop-bg.shop--snack {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #f0e5e2 18%,
    #f5ece9 50%,
    #f0e5e2 82%,
    #ffffff 100%
  );
  padding: 64px 0;
}

.shop--snack .frame-ornament::before {
  content: "";
}

.shop--snack .section-title::after {
  content: "●";
  color: #c9a24d;
}