/* ---------------------------
   イベント概要セクション
----------------------------*/
.event-info-section h2 img {
  max-height: 80px;
}

.event-info-section h2 img {
  max-height: 80px;
}
.event-info-section h2 + p img {
  max-height: 80px;
}
.event-info-section .sp_only {
  display: none;
}
@media screen and (max-width: 580px) {
  .event-info-section .pc_only {
    display: none;
  }
  .event-info-section .sp_only {
    display: block;
  }
  .event-info-section h2 img {
    max-height: 90px;
  }
  .event-info-section h2 + p img {
    max-height: 120px;
  }
}

.event-info-section .event-info {
  margin-top: 30px;
}
.event-info-section .info-box {
  flex: 1 1 300px;
  background-color: var(--box-bg);
  border: 1px solid var(--box-border);
  padding: 20px;
  border-radius: 4px;
}
.event-info-section .info-box h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.event-info-section .info-box p {
  margin-bottom: 10px;
}
.event-info-section .info-box ul {
  list-style: disc;
  padding-left: 20px;
}
.floor-map {
  margin-top: 40px;
  text-align: center;
}
.floor-map img {
  max-width: 90%;
  height: auto;
}

.about-on-site-spin-off {
  background-color: #e3c44b;
  padding: 35px;
  margin-top: 50px;
}
.about-on-site-spin-off h3 {
  color: #1a274e;
}

/* ---------------------------
   開催概要ブロック
----------------------------*/
#outline .outline-block {
  max-width: 880px;
  margin: 0 auto 80px;
  background: #fff;
  padding: 48px 0px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#outline .outline-block h3 {
  width: 100%;
  margin: 0;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #10213e;
  text-align: left;
}
.outline_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 18px;
  position: relative;
}
.outline_list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 170px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16, 33, 62, 0.38) 0%, rgba(16, 33, 62, 0.7) 100%);
}

.outline_list dt {
  flex: 0 0 180px;
  margin: 0;
  font-weight: 700;
  color: #274160;
  line-height: 1.6;
  padding-right: 20px;
}
.outline_list dd {
  flex: 1 1 calc(100% - 204px);
  margin: 0;
  line-height: 1.8;
  color: #334155;
  min-width: calc(100% - 204px);
  position: relative;
  padding-left: 24px;
}
.outline_list dd a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 820px) {
  #outline .outline-block {
    padding: 40px 28px;
    gap: 28px;
    box-shadow: none;
  }
  #outline .outline-block h3 {
    font-size: 2.4rem;
  }
  .outline_list {
    column-gap: 20px;
    row-gap: 16px;
  }
  .outline_list dt {
    flex: 0 0 160px;
    padding-right: 16px;
  }
  .outline_list dd {
    flex: 1 1 calc(100% - 184px);
    padding-left: 20px;
  }
  .outline_list dd::before {
    left: 8px;
  }
}

@media screen and (max-width: 600px) {
  #outline {
    padding: 40px 0;
  }
  #outline .outline-block {
    padding: 32px 22px;
    gap: 24px;
    box-shadow: none;
  }
  .outline_list dt,
  .outline_list dd {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .outline_list dt {
    padding-bottom: 0;
    color: #10213e;
    padding-right: 0;
  }
  .outline_list dd {
    padding-top: 0;
    padding-left: 0;
  }
  .outline_list::before {
    display: none;
  }
}

/* ---------------------------
   スケジュールセクション
----------------------------*/
.schedule-section {
  background-image: url(../images/top/bg-schedule-section.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* .schedule-section .section-inner{
  padding-top: 100px;
} */

#EN .schedule-section .section-inner figure img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*
@media screen and (min-width: 1800px) {
  .schedule-section {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1799px) {
  .schedule-section {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1299px) {
  .schedule-section {
    margin-top: -150px;
  }
}
@media screen and (max-width: 999px) {
  .schedule-section {
    margin-top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .schedule-section {
    margin-top: -100px;
  }
}
@media screen and (max-width: 620px) {
  .schedule-section {
    margin-top: -80px;
  }
  .schedule-section .section-inner{
    padding-top: 70px;
  }
}
@media screen and (max-width: 580px) {
  .schedule-section .section-inner h2 img{
    max-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .schedule-section {
    margin-top: -50px;
  }
  .schedule-section .section-inner{
    padding-top: 50px;
  }
} */
