.commonWidth {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.morebtn {
  width: -moz-fit-content;
  width: fit-content;
}
.morebtn .circle {
  border: 1px solid #000000;
}

.fc-day-header {
  background: #005D99 !important;
  color: #fff;
  font-size: clamp(0.938rem, -0.116rem + 3.37vw, 1.5rem) !important;
  line-height: 2.5 !important;
}

.wp-pagenavi {
  margin-top: 72px;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: #FFD5CB !important;
}

.fc-day-grid-event {
  background: #005D99 !important;
  margin: 1px 4px 0 !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
  position: relative;
  right: 4px;
}

.fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed hr, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #CBCBCB;
}

.fc-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .fc-content {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .fc-content {
    white-space: nowrap;
  }
}
.fc-event:not(.eo-future-event):not(.eo-past-event) {
  background: #D95839 !important;
  border-color: #D95839 !important;
}

.eo-past-event {
  background: #9b9b9b !important;
  border-color: #9b9b9b !important;
}

.eo-event-running {
  background: #D95839 !important;
  border-color: #D95839 !important;
}

.fc-time {
  display: none;
}

.fc-title {
  font-size: clamp(0.625rem, 0.157rem + 1.5vw, 0.875rem);
}

.calendarArea {
  padding-top: 96px;
  padding-bottom: 100px;
}
.calendarArea .titleArea {
  text-align: center;
  padding-bottom: 100px;
}
.calendarArea .titleArea h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 18px;
}
.calendarArea .titleArea h3 + .en {
  font-size: 18px;
  font-weight: 800;
  color: #005D99;
  text-decoration: underline;
  text-decoration-color: #D95839;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .calendarArea {
    padding-bottom: 70px;
  }
  .calendarArea .titleArea {
    padding-bottom: 50px;
  }
  .calendarArea .titleArea h3 {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
section {
  background: #f0efed;
}

.secEvent {
  padding-bottom: 140px;
}
.secEvent .gridArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px 36px;
}
.secEvent .gridArea .newsList {
  display: block;
}
.secEvent .gridArea .newsList .imgArea {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.secEvent .gridArea .newsList .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secEvent .gridArea .newsList .newsDate {
  margin-top: clamp(0.625rem, -0.545rem + 3.75vw, 1.25rem);
  color: #005D99;
  font-weight: 600;
  padding-bottom: 4px;
}
.secEvent .gridArea .newsList .newsTitle {
  font-size: clamp(1.125rem, 0.657rem + 1.5vw, 1.375rem);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(0.438rem, -0.499rem + 3vw, 0.938rem);
}

@media screen and (max-width: 767px) {
  .secEvent .gridArea {
    gap: 35px;
  }
}/*# sourceMappingURL=style.css.map */