.map-wrap {
  max-width: 800px;
  padding: 40px 0 0 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.map-wrap img {
  width: 100%;
}

.map-wrap .--floor {
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-size: 32px;
}

.schedule {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  background: #ffffff;
  padding: 60px 0px 10px 10px;
  border-radius: 1rem;
  position: relative;
}

.schedule-header {
  position: absolute;
  top: 16px;
  left: 16px;
  font-weight: 700;
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
}

.schedule-header .--item {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.schedule-header span {
  padding: 0 15px 0 10px;
  border-radius: 3px;
}

.schedule-header span:last-child {
  border: unset;
}

.schedule-header span.--time {
  width: 61px;
  display: inline-block;
}

.schedule-header span.--place01 {
  width: 566px;
  background: #8c3448;
  display: inline-block;
  color: #fff;
}

.schedule-header span.--place02 {
  width: 300px;
  background: #b86603;
  display: inline-block;
  color: #fff;
}

.label-time {
  position: absolute;
  top: 0;
  padding: 0 15px 0 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
}

.label-place01,
.label-place02 {
  position: absolute;
  top: -40px;
  display: inline-block;
  color: #fff;
  padding: 0 15px 0 10px;
  border-radius: 3px;
}

.label-place01 {
  width: 566px;
  background: #8c3448;
}

.label-place02 {
  width: 300px;
  background: #b86603;
}

.timeline {
  width: 70px;
  border-right: 1px dotted #000;
  padding: 40px 8px 0 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
}

.time-block {
  padding: 0 0 0 8px;
  height: 180px; /*  30分 = 180px に変更 */
  border-top: 1px solid #666666;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
}

.time-block:first-child {
  border-top: unset;
}

.events {
  display: flex;
  flex: 1;
  position: relative;
  height: 100%;
  overflow-x: auto;
  padding: 0 0 0 8px;
}

.spacer {
  width: 100%;
}

.event-card {
  background: var(--theme-color3);
  border-radius: 8px;
  border: 2px solid #f6f6f6;
}

.event-card.--sub {
  background: #304598;
}

.event-card.--pitch {
  background: #016b94;
}

.events a.btn-style-one {
  display: block;
  padding: unset;
  border-radius: 8px;
  font-size: unset;
  line-height: unset;
  position: relative; /* 擬似要素配置のため */
}

.events a.btn-style-one::after {
  content: '\f138';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 24px;
  pointer-events: none;
  opacity: 0.5;
}

.event-card,
.events a.btn-style-one {
  width: 570px;
}

.events a.btn-style-one:before {
  border-radius: 8px;
}

.events a.btn-style-one:hover .event-time,
.events a.btn-style-one:hover .event-title {
  color: #333;
  position: relative;
}

.event-header {
  border-radius: 8px 8px 0 0;
  padding: 4px 8px;
  color: #fff;
}

.event-time,
.event-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.event-time span,
.event-title span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic; /* これを追加 */
}

.event-detail {
  padding: 0px 16px;
}

.event-section-three .auto-container {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 60px 0;
  max-width: 1290px;
}

.tabs-content .outer-box {
  display: flex;
  justify-content: center;
}

.tabs-box {
  max-width: 1260px;
  margin: 0 auto;
}
.event-tabs-three .tab-btn .date-box .date {
  border-radius: 4px 9px 9px 4px;
  margin: 0 0 0 3px;
  color: var(--theme-color-light);
  background-color: var(--theme-color3);
}

.event-tabs-three .tab-btns {
  background-color: #f6f6f6;
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  text-align: left;
  justify-content: center;
}
.event-tabs-three .tab-btn {
  background-color: #cbcbcb;
}

.--left,
.--right {
  background: #f6f6f6;
  border-radius: 0.5rem;
  margin: 40px 10px 0 0;
  position: relative;
}

.--right .event-card,
.events .--right a.btn-style-one {
  background: #47b7ff;
  width: 300px;
}
