.page-exhibition .exhibition-section {
  margin-top: 2rem;
}



/* 展示会ページ全体 */
.exhibition {
  margin-top: 1.5rem;
}

/* 開催概要・アクセス・FAQなどのセクション */
.exhibition-section {
  margin-top: 2rem;
}

.exhibition-header {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0.75rem;
  margin-bottom: 1rem;
  background: #1c2f5c;
  color: #fff;
}

.exhibition-main-image {
  text-align: center;
  margin: 1.5rem 0 2rem 0;
}

.exhibition-main-image img {
  max-width: 400px;
  height: auto;
}

/* 見出し */
.exhibition-section h2 {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 6px solid #2a7de1;
  padding: 0.5rem 0.75rem;
  background: #f5f8ff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.exhibition-section h3 {
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.exhibition-faq h3 {
  font-size: 1.05rem;
  font-weight: bold;
  background: #f7f7f7;
  padding: 0.5rem;
  border-radius: 4px;
}

/* 開催概要のリスト */
.event-meta-list {
  margin: 0.75rem 0 0 1.25rem;
  padding: 0;
}

.event-meta-list li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

/* アクセスリスト */
.access-list {
  margin: 0.75rem 0 0 1.25rem;
  padding: 0;
}

.access-list li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

/* Google Map */
.access-map {
  margin-top: 1rem;
}

/* 注釈 */
.access-note {
  margin-top: 0.75rem;
  font-size: 0.95em;
}

/* FAQ */
.exhibition-faq h3 {
  margin-top: 1rem;
}