/* =====================================
   エリアページ専用スタイル
===================================== */

/* 交互背景色 */
#probo section:nth-of-type(even):not(.area-hero) {
  background-color: #f7f8f8;
  padding: 24px 0;
}

#probo section:nth-of-type(odd):not(.area-hero) {
  background-color: #fff;
}

/* エリアヒーローセクション */
.area-hero {
  padding: 80px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* 薄白のオーバーレイ */
.area-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.area-hero .content_row {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #666;
}

.area-description {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

/* 子エリアグリッド */
.child-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

.area-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.area-card:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.area-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.area-card-content {
  padding: 20px;
}

.area-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* ランキングセクション */
#ranking .p-ranking-title {
  font-size: 24px !important;
}

#ranking .p-ranking-text {
  font-size: 14px !important;
}

/* パンくずエリア */
#below_top_breadcrumbs {
  max-width: 1140px;
  margin-inline: auto;
}

#below_top_breadcrumbs [itemtype="http://schema.org/BreadcrumbList"] {
  padding: 12px 21px 0 21px;
}

#below_top_breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

#below_top_breadcrumbs .breadcrumb ul {
  margin: unset;
}

#below_top_breadcrumbs + .content {
  padding-top: 0;
}

/* =====================================
   エリア一覧ページ用スタイル
===================================== */
.area-list-hero {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
}

/* エリア一覧ページのヒーローは白文字のまま */
.area-list-hero .hero-title,
.area-list-hero .hero-subtitle {
  color: white;
}

.prefecture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 2rem;
}

.prefecture-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
  background: white;
}

.prefecture-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.prefecture-link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 20px;
  text-align: center;
}

.prefecture-name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.region-section {
  margin-bottom: 3rem;
}

.region-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e0e0e0;
  color: #333;
}

/* =====================================
   口コミ・評判セクション
===================================== */
.review-content {
  margin-top: 2rem;
}

.review-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.review-item::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 100px;
  color: #f0f0f0;
  font-family: Georgia, serif;
  line-height: 1;
}

.review-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.review-author {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.5rem;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.review-author::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #1e3c72;
}

.review-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  position: relative;
  z-index: 1;
  text-align: justify;
}

/* お酒情報・マメ知識セクション */
.osake-info-content {
  margin-top: 2rem;
  padding: 25px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #1e3c72;
}

.osake-info-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.osake-info-content p:last-child {
  margin-bottom: 0;
}

/* 買取対応地域セクション */
.service-area-content {
  margin-top: 2rem;
  padding: 25px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.service-area-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.service-area-content p:last-child {
  margin-bottom: 0;
}

/* 近隣店舗情報 */
.nearby-stores-info {
  margin-top: 1.5rem;
  padding: 20px;
  background: #f0f7ff;
  border-radius: 8px;
  border: 1px solid #d0e5ff;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .area-hero {
    padding: 60px 0;
  }

  .area-list-hero {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .child-areas-grid {
    grid-template-columns: 1fr;
  }

  .prefecture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #below_top_breadcrumbs .breadcrumb {
    margin-top: 0;
  }

  .review-item {
    padding: 20px;
  }

  .review-item::before {
    font-size: 60px;
    top: -10px;
    left: 15px;
  }

  .review-title {
    font-size: 1.1rem;
  }

  .review-author {
    font-size: 0.9rem;
  }

  .review-text {
    font-size: 0.95rem;
  }
}