@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Antique&display=swap");
@import url("lib/ress.min.css");
.p-events .p-event {
  margin: 0 auto;
  width: 103rem;
}
@media screen and (max-width: 767px) {
  .p-events .p-event {
    width: 100%;
  }
}
.p-events .p-event-head {
  border-bottom: 1px solid #CBCBCB;
  margin: 0 0 2.8rem;
  padding: 4.8rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-head {
    margin: 0 0 1.4rem;
    padding: 1.8rem 0 1.6rem;
  }
}
.p-events .p-event-head .date {
  color: #8F8F8F;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-head .date {
    font-size: 1.4rem;
  }
}
.p-events .p-event-head .ttl {
  color: var(--light-blue);
  font-size: 3.2rem;
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-head .ttl {
    font-size: 2rem;
    line-height: 125%;
    padding: 0.4rem 0 0;
  }
}
.p-events .p-event-body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-body {
    gap: 2rem;
  }
}
.p-events .p-event-body .gallery-items {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-body .gallery-items {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-events .p-event-body .gallery-items .gallery-item {
  height: auto;
}
.p-events .p-event-body .gallery-items .gallery-item img {
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-events .p-event-body .gallery-items.is-2col .gallery-item {
  aspect-ratio: 500/359;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-body .gallery-items.is-2col .gallery-item {
    width: 100%;
  }
}
.p-events .p-event-body .gallery-items.is-3col .gallery-item {
  aspect-ratio: 323/215;
  width: 32.3rem;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-body .gallery-items.is-3col .gallery-item {
    width: 100%;
  }
}
.p-events .p-event-foot {
  display: flex;
  justify-content: center;
  padding: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-events .p-event-foot .c-btn-2 {
    width: 25.2rem;
  }
}

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