/* local-review.jp 店舗ページ — 軽量・読みやす・構造化データ優先 */
:root {
  --lr-text: #1a1a1a;
  --lr-muted: #5c5c5c;
  --lr-accent: #2563eb;
  --lr-bg: #fafafa;
  --lr-border: #e5e7eb;
  --lr-max: 720px;
}

.lre-main,
.lr-shop {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--lr-text);
  line-height: 1.7;
}

.lre-container {
  max-width: var(--lr-max);
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

.lr-shop h1,
.lre-article h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.lr-meta,
.lre-archive-header p {
  color: var(--lr-muted);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.lr-shop p,
.lre-article p {
  margin: 0.5rem 0;
}

.lr-shop ul {
  margin: 0.5rem 0 1rem 1.25rem;
}

.lr-shop a {
  color: var(--lr-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lr-note,
.lre-footer-note {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--lr-border);
  font-size: 0.8125rem;
  color: var(--lr-muted);
}

.lre-shop-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.lre-shop-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--lr-border);
}

.lre-shop-list a {
  font-weight: 600;
  text-decoration: none;
  color: var(--lr-text);
}

.lre-shop-list a:hover {
  color: var(--lr-accent);
}

.lre-archive-header h1 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
