@charset "UTF-8";
.eventInfo {
  /* grid1 */
  /* grid2 */
}
.eventInfo .h3 {
  background: url(../imeges/h3bg.jpg) no-repeat center/cover;
}
.eventInfo .infoItem01,
.eventInfo .infoItem02,
.eventInfo .infoItem03,
.eventInfo .infoItem04,
.eventInfo .infoItem05,
.eventInfo .infoItem06 {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
}
.eventInfo .infoItem01 .dateText .dateWord3-1 .dateWord3-3::after {
  background-color: hsla(240, 43.75%, 52%, 0.679);
}
.eventInfo .recWord th {
  color: #694d09;
  background-color: #edbd46;
}
.eventInfo .recWord .tdOn {
  background-color: #4a66a8;
  color: rgb(255, 255, 255);
}
.eventInfo .recWord .tdOff {
  background-color: #4a66a8;
  color: rgb(255, 255, 255);
}
.eventInfo .infoItem03 .subjectText P {
  padding: 10px 0 0 20px;
  font-size: 18px;
}
.eventInfo .infoItem04 {
  background-color: hsl(33, 100%, 66.5%);
  color: #ffffff;
}
.eventInfo .infoItem04::before {
  border-bottom: 60px solid hsl(33, 100%, 66.5%);
}

/* #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 */