@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
}
body #eventInfoHowTo {
  font-family: "Noto Serif JP", serif;
}

.eventInfo {
  /* grid1 */
  /* grid2 */
}
.eventInfo .h3 {
  background-color: #f87c4b;
}
.eventInfo .infoItem01,
.eventInfo .infoItem02,
.eventInfo .infoItem03,
.eventInfo .infoItem04,
.eventInfo .infoItem05,
.eventInfo .infoItem06 {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-3::after {
  background-color: hsla(240, 43.75%, 52%, 0.679);
}
.eventInfo .recWord th {
  color: #ffffff;
  background-color: #faad28;
}
.eventInfo .recWord .tdOn {
  background-color: #fbaf57;
  color: #ffffff;
}
.eventInfo .recWord .tdOff {
  background-color: #f3d47e;
  opacity: 0.5;
}
.eventInfo .infoItem03 h3 {
  width: 60%;
}
.eventInfo .infoItem03 .subjectText P {
  padding: 10px 0 0 20px;
  font-size: 18px;
}
.eventInfo .infoItem04 {
  background-color: #515a84;
  color: #ffffff;
}
.eventInfo .infoItem04::before {
  border-bottom: 60px solid #515a84;
}

/* #01.scss → #02.scss に関係するSP(572px以下)の差分だけ */
@media screen and (max-width: 572px) {
  .main .eventInfo {
    /* #02.scss: .infoItem04 &::before に関係 */
  }
  .main .eventInfo .infoItem03 .subjectText {
    margin: 6% auto;
  }
  .main .eventInfo .infoItem03 .subjectText h4 {
    margin: 20px 0;
    padding: 10px 0 0 20px;
    font-size: 20px;
  }
  .main .eventInfo .infoItem03 .subjectText P {
    padding: 10px 0 0 20px;
    font-size: 16px;
  }
  .main .eventInfo .infoItem04::before {
    top: -70px;
    border-bottom: none;
  }
}/*# sourceMappingURL=event.css.map */