@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@media screen and (max-width: 767px) {
  .event .inner {
    padding: 0;
  }
}
.event__title {
  margin: 0 0 55px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1.4em;
}
@media screen and (max-width: 767px) {
  .event__title {
    margin-bottom: 40px;
    font-size: 13px;
    letter-spacing: 0.5em;
  }
}
.eventList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .eventList {
    display: block;
  }
}
.eventList--block {
  background-color: #eeeef4;
}
.eventList.lower {
  padding: 15px;
  display: block;
}
.eventList.lower .event__item + .event__item {
  margin-top: 15px;
}
@media print, screen and (min-width: 1025px) {
  .eventList.lower .event__item {
    flex: 0 0 49%;
  }
  .eventList.lower .event__item:nth-child(odd) {
    margin-right: 0%;
  }
  .eventList.lower .event__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.event__item {
  flex: 0 0 485px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #eeeef4 2px, #eeeef4 4px);
  margin-left: 0;
  text-indent: 0;
}
.event__item::before {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  .event__item:nth-child(odd) {
    margin-right: 30px;
  }
  .event__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .event__item {
    flex: 0 0 48%;
  }
  .event__item:nth-child(odd) {
    margin-right: 4%;
  }
  .event__item:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .event__item + li {
    margin-top: 10px;
  }
  .event__item:nth-child(odd) {
    margin-right: 0;
  }
  .event__item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.event__item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.event__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px;
}
.event__thumbnail {
  flex: 0 0 115px;
  margin-right: 10px;
}
.event__thumbnail img {
  width: 100%;
}
.event__info {
  flex: 1 1 auto;
}
.event__info--title {
  margin: 1em 0;
  padding: 0;
  border-top: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .event__info--title {
    font-size: 13px;
  }
}
.event__date {
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .event__date {
    font-size: 18px;
  }
}

.event {
  /*詳細ページ*/
}
.event__page {
  margin-bottom: 80px;
}
.event__page .event_release_date {
  margin: 30px 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .event__page .event_release_date {
    padding: 0 20px;
  }
}
.event__page .paging {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .event__page .paging {
    margin: 0 0 25px;
  }
}
.event__detail .event_subTitle {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
}
.event__detail .event_subTitle:empty {
  display: none;
}
.event__detail .event-time-end::before {
  content: "〜";
  padding: 0 1em;
}
.event__detail .event_traffic a[href="https://www.google.com/maps?q="] {
  pointer-events: none;
  text-decoration: none;
  cursor: text;
  color: #000;
}
@media screen and (max-width: 767px) {
  .event__detail--contents {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=re2019_event.css.map */
