.sub-page-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 35rem;
  background-image: url(../../img/event/main-visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-wrapper {
  width: 85%;
  margin: auto;
  max-width: 100rem;
}

.event-container {
  margin-top: 3rem;
}

.event-item {
  padding: 2rem 1.5rem 4rem;
  border-bottom: 1px solid #898F9C;
}

.event-item:first-child {
  border-top: 1px solid #898F9C;
}

.event-item__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70vw;
  height: 70vw;
  max-width: 28rem;
  max-height: 28rem;
  margin: auto;
}

.event-item__thumb-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.event-item__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem auto 0;
  max-width: 28rem;
  width: 70vw;
}

.event-item__season-card {
  background-color: #8EC298;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.event-item__title {
  margin-top: 1rem;
  line-height: 1.4;
}

.event-item__note {
  margin-top: 2rem;
  color: #F00000;
  line-height: 1.4;
}

@media print, screen and (min-width: 480px) {
  .event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-item__thumb {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    margin: 0 0 0 3rem;
  }
  .event-item__desc {
    margin: 1rem 3rem 0;
    max-width: none;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */