@charset "UTF-8";
.eventInfo .h3 {
  background-color: #ff6f6f;
}
.eventInfo .infoItem01,
.eventInfo .infoItem02,
.eventInfo .infoItem03,
.eventInfo .infoItem04,
.eventInfo .infoItem05,
.eventInfo .infoItem06 {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
}
.eventInfo {
  /* grid1 */
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-3::after {
  background-color: hsla(238, 78.7878787879%, 67%, 0.679);
}
.eventInfo {
  /* grid2 */
}
.eventInfo .recWord th {
  color: #ffffff;
  background-color: #918c21;
}
.eventInfo .recWord .tdOn {
  background-color: #eecc63;
  color: #ffffff;
}
.eventInfo .recWord .tdOff {
  background-color: #d6d7ce;
  opacity: 0.5;
}
.eventInfo .infoItem03 h3 {
  width: 60%;
}
.eventInfo .infoItem03 .subjectText P {
  padding: 10px 0 0 20px;
  font-size: 18px;
}
.eventInfo .infoItem04 {
  background-color: #c5942b;
  color: #ffffff;
}

/* #01.scss → #02.scss に関係するSP(572px以下)の差分だけ */
@media screen and (max-width: 572px) {
  .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;
  }
  .main .eventInfo {
    /* #02.scss: .infoItem04 &::before に関係 */
  }
  .main .eventInfo .infoItem04::before {
    top: -70px;
    border-bottom: none;
  }
}/*# sourceMappingURL=event.css.map */