/* ==================== ページ背景 ==================== */
/* ==================== 看板 ==================== */
.kanban {
  text-align: center;
  padding: 40px 0;
  background: url('https://r.r10s.jp/evt/event/food/area/_pc/img/20180320/main_bg_v2.jpg') center center / cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.kanban img {
  max-width: 100%;
  height: auto;
}

/* ==================== リードテキスト ==================== */
.lead-text {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  color: #333;
  margin-top: 16px;
}

/* ==================== ページ内ナビ ==================== */
.page-nav {
  padding: 16px 24px;
}
.page-nav-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav-list li a {
  display: block;
  padding: 10px 24px;
  background: #fff;
  color: #bf0000;
  border: 2px solid #bf0000;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
}
.page-nav-list li a:hover {
  background: #bf0000;
  color: #fff;
}

/* ==================== アンカー停止位置調整 ==================== */
#gotochi,
#ouchi,
#category,
#region,
#search {
  scroll-margin-top: 120px;
}

/* ==================== セクション見出し ==================== */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 16px 0 12px;
  margin-bottom: 24px;
  border-bottom: 3px solid #bf0000;
  text-align: center;
}
.product-section {
  margin-bottom: 48px;
  margin-top: 40px;
}
.product-section .ecm-alcor {
  background: #fff !important;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}
.product-section .ecm-alcor-body {
  padding: 0 12px 12px;
}
.product-section .ecm-alcor:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* ==================== カテゴリーセクション ==================== */
.content-bg {
  background: transparent;
}
.category-section {
  margin-bottom: 60px;
}
.category-lead {
  font-size: 14px;
  color: #333;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-grid > li {
  text-align: left;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}
.category-grid > li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.category-grid > li img {
  width: 100%;
  height: auto;
  display: block;
}
.category-grid > li h3 {
  text-align: center;
  padding: 10px 16px 0;
}
.category-links {
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  text-align: left;
}
.category-links li {
  margin-bottom: 4px;
}
.category-links li a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  font-weight: bold;
}
.category-links li a:hover {
  text-decoration: underline;
  color: #bf0000;
}
.category-links li a span {
  color: #bf0000;
  font-size: 10px;
}

/* ==================== 地域別セクション ==================== */
.region-section {
  margin-bottom: 48px;
}
.region-block {
  margin-bottom: 32px;
}
.region-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: transparent;
  padding: 10px 0;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 2px solid #333;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.region-item {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
.region-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.region-item img {
  width: 100%;
  height: auto;
  display: block;
}
.region-prefecture {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #bf0000;
  padding: 4px 14px;
  border-radius: 0 0 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.region-food-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  text-align: center;
  border-top: 1px solid #ddd;
}

/* ==================== フッターテキスト ==================== */
.footer-note {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  text-align: center;
}

/* ==================== キーワード検索 ==================== */
.keyword-area {
  margin-bottom: 48px;
  padding: 24px;
  background: transparent;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.keyword-area-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.keyword-label {
  margin-top: 16px;
}
.keyword-label-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}
.keyword-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.keyword-list ul li a {
  display: block;
  padding: 10px 12px;
  background: #fff;
  border: 2px solid #bf0000;
  border-radius: 6px;
  text-decoration: none;
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
.keyword-list ul li a:hover {
  background: #bf0000;
  color: #fff;
  border-color: #bf0000;
}
.keyword-list ul li a p {
  margin: 0;
}

/* ==================== フローティングナビ ==================== */
.ecm-floating-navi-item {
  color: #bf0000 !important;
  border-color: #bf0000 !important;
}
.ecm-floating-navi-item:hover,
.ecm-floating-navi-item.is-active {
  background: #bf0000 !important;
  border-color: #bf0000 !important;
  color: #fff !important;
}

/* ==================== 上へ戻るボタン ==================== */
[data-module-name="ecm-floating"] [data-module-name="ecm-scroll-to-top"] {
  width: 40px !important;
  height: 40px !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==================== バナーエリア ==================== */
.banner-area {
  margin-bottom: 48px;
}
.banner-area-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 0 0 12px;
  margin-bottom: 24px;
  border-bottom: 3px solid #bf0000;
  text-align: center;
}
.banner-grid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
