.c-nav-side-archive__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0.5em 0 1.6em;
}

.p-archive-event__month h2 {
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 0.8em;
}
@media (screen and (max-width: 768px)) {
  .p-archive-event__month h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-archive-event__month h2 i {
  display: inline-block;
  font-size: 37px;
  font-size: 2.3125rem;
  font-style: normal;
  font-weight: 500;
  margin-left: 0.35em;
  margin-right: 0;
}
@media (screen and (max-width: 768px)) {
  .p-archive-event__month h2 i {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-archive-event__month h2 span {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-left: 0.05em;
}
@media (screen and (max-width: 768px)) {
  .p-archive-event__month h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-archive-event__schedule {
  line-height: 1;
  min-width: 200px;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 400;
  text-align: center;
}
.p-archive-event__schedule .month {
  font-size: 22px;
  font-size: 1.375rem;
}
.p-archive-event__schedule .symbol {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0.3em;
  line-height: 1;
  transform: translateY(-5px);
}
.p-archive-event__schedule .weekday {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 0.2em;
  color: #969696;
}
.p-archive-event__schedule .weekday.sat {
  color: #6e9ee4;
}
.p-archive-event__schedule .weekday.sun {
  color: #e56e68;
}

.p-archive-event__post--schedule {
  padding: 34px 0 0;
}

.p-archive-event__row--schedule {
  padding: 0 0 34px;
}

.p-archive-event__figure--schedule {
  max-width: 110px;
}

.c-month-pager-navigation {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

.prev-month {
  margin-right: auto;
}

.next-month {
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .p-archive-event__post--schedule {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
    min-height: 160px;
  }
  .p-archive-event__post--schedule .p-archive-event__text {
    width: calc(100% - 130px);
    margin: 10px 0 0;
  }
  .p-archive-event__post--schedule .p-archive-event__desc {
    display: none;
  }
  .p-archive-event__row--schedule {
    padding: 0;
  }
  .p-archive-event__figure--schedule {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .p-archive-event__schedule {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-side-archive__heading {
    margin: 0.5em 0 1em;
  }
  .p-archive-event__month h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-archive-event__month h2 i {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-archive-event__month h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
