
/* ヒーローバナー関連のスタイル */
.bg-image-banner {
  height: auto;
  background-image: url("../images/backgrounds/schedule-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: 100%;
  background-color: transparent;
}
/* タイトル */
/* .event-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
} */

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px; /* 必要に応じて調整 */
}

.timetable-download p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8;
}
.timetable-download a {
  text-decoration: underline;
  transition: color 0.2s;
}
