/* /bar-anjo — local landing page for "安城 バー" style searches */

.local-intro {
  background: #000;
  color: #fff;
  padding: 72px 40px;
}
.local-inner {
  max-width: 860px;
  margin: 0 auto;
}
.local-intro h2,
.local-body h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.local-intro p {
  font-size: 15px;
  line-height: 2;
  color: #bbb;
  margin-bottom: 16px;
}
.local-intro strong { color: #fff; }

.local-body {
  background: var(--light);
  padding: 72px 40px;
}
.local-body h2 { color: var(--black); }
.local-body h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--black);
}
.local-body p {
  font-size: 15px;
  line-height: 2;
  color: #444;
  margin-bottom: 16px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 32px 0 8px;
}
.use-card {
  background: #fff;
  padding: 28px;
  border-top: 3px solid var(--orange);
}
.use-card p { margin-bottom: 0; font-size: 14px; }

.faq-list { margin-top: 32px; }
.faq-item {
  background: #fff;
  padding: 24px 28px;
  margin-bottom: 12px;
}
.faq-item h3 {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
.faq-item h3::before {
  content: 'Q';
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}
.faq-item p {
  margin-bottom: 0;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
}
.faq-item p::before {
  content: 'A';
  position: absolute;
  left: 0;
  color: #999;
  font-weight: 700;
}

.local-cta {
  text-align: center;
  margin-top: 44px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .local-intro, .local-body { padding: 48px 20px; }
  .use-grid { grid-template-columns: 1fr; gap: 16px; }
  .local-intro h2, .local-body h2 { font-size: 20px; }
}
