@import url("danran.css");

/* ===========================================================
   大衆酒場 だんらん コーポレートサイト固有スタイル
   =========================================================== */

/* ---------- トップ: ヒーロー(タイポグラフィ主導) ---------- */
.hero {
  position: relative;
  background: var(--danran-brown);
  padding: var(--sp-12) 0 var(--sp-8);
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: "団欒";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-jp-heading);
  font-size: 280px;
  line-height: 1;
  color: rgba(250,243,232,0.05);
  white-space: nowrap;
  pointer-events: none;
}

.hero .container { position: relative; z-index: 1; max-width: 780px; }

.hero .kicker { color: var(--danran-gold); }

.hero h1 {
  font-family: var(--font-jp-heading);
  font-size: clamp(44px, 9vw, 100px);
  color: var(--danran-cream);
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin: var(--sp-3) 0 var(--sp-4);
}

.hero .lead {
  font-size: 16px;
  color: rgba(250, 243, 232, 0.92);
  margin-bottom: var(--sp-4);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
}

@media (min-width: 480px) {
  .hero-actions { flex-direction: row; justify-content: center; }
}

.hero-actions .text-link {
  font-size: 14px;
  color: var(--danran-cream);
  border-bottom: 1px solid rgba(250,243,232,0.5);
}

.hero-photo-band {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.hero-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 720px) {
  .hero-photo-band { height: 380px; }
}

/* ---------- 選ばれる理由(トップ) ---------- */
/* ---------- 選ばれる理由(品書き風リスト) ---------- */
.feature-menu-list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-3) 0;
  border-bottom: 1px dashed var(--danran-border);
  text-align: left;
}

.feature-item:first-child { border-top: 1px dashed var(--danran-border); }

.feature-menu-num {
  font-family: var(--font-en-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--danran-gold);
  flex-shrink: 0;
  width: 28px;
}

.feature-item .line-icon {
  flex-shrink: 0;
  margin: 0;
  color: var(--danran-red);
}

.feature-menu-text h3 { margin: 0 0 4px; }
.feature-item p { font-size: 14px; color: var(--danran-text-muted); margin: 0; }

/* ---------- コースプレビュー(トップ) ---------- */
.menu-preview-card { text-align: center; }
.menu-preview-card .item-price {
  display: block;
  font-family: var(--font-en-body);
  font-variant-numeric: tabular-nums;
  color: var(--danran-red);
  font-weight: 700;
  font-size: 22px;
  margin-top: var(--sp-1);
}

/* ---------- 大将紹介ブロック(トップ) ---------- */
.owner-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
  text-align: center;
}

@media (min-width: 760px) {
  .owner-intro {
    flex-direction: row;
    text-align: left;
  }
}

.owner-intro .message { flex: 1; }

.owner-intro .placeholder.is-portrait {
  box-shadow: 0 0 0 6px var(--danran-cream-alt), 0 0 0 9px var(--danran-gold);
}

/* ---------- エディトリアルセクション(お品書き・こだわり) ---------- */
.editorial-block {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  padding: var(--sp-8) 0;
  border-bottom: 1px solid var(--danran-border);
}

.editorial-block:last-of-type { border-bottom: none; }

@media (min-width: 860px) {
  .editorial-block {
    flex-direction: row;
    align-items: center;
    gap: var(--sp-6);
  }
  .editorial-block.is-reverse { flex-direction: row-reverse; }
}

.editorial-block .visual { flex: 1; min-height: 260px; }
.editorial-block .content { flex: 1.1; }

/* ---------- お品書き・宴会コースページ ---------- */
.price-lead { margin-bottom: var(--sp-6); }

.policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--danran-text-muted);
}

.policy-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.policy-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ---------- アクセス・ご予約ページ ---------- */
.reserve-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
}

.reserve-options .btn { flex: 1 1 200px; }

.access-note {
  margin-top: var(--sp-3);
  font-size: 13px;
  color: var(--danran-text-muted);
}
