@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --gra: "Grandstander", serif;
  font-size: 10px;
  color: var(--black);
  font-family: var(--fot);
  line-height: 1.8;
  --wh: #fff;
  --btn-color: #006b90;
  --blk: #000;
  --or: #fe5358;
  --blu: #578ec9;
  --ye: #ffea0b;
  --pu: #713df6;
}

.inner-1500 {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

/* ====================================================
Schedule Calendar
==================================================== */
.eo-fullcalendar .fc-event {
  cursor: pointer;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  padding: 1rem;
  font-family: var(--fot);
  font-weight: bold;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  vertical-align: top;
}
@media (max-width: 639px) {
  .fc-ltr .fc-basic-view .fc-day-number {
    padding: 0.5rem;
  }
}

.fc-today {
  background-color: #f3ed69 !important;
}

.category-closed {
  background-color: #f5f5f5;
  color: var(--or);
}

.term_name.closed {
  color: var(--or);
}

.term_name {
  color: #0095d8;
  height: 100%;
}

.event-schedule .term_name:not(.closed) {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
  transition: all 0.3s ease;
}
.cursor-pointer:hover {
  background-color: #f3ed69 !important;
}

.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 639px) {
  .fc-toolbar {
    position: relative;
    height: 150px;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 499px) {
  .fc-toolbar {
    height: 120px;
  }
}

.fc table {
  border-collapse: separate;
  border-spacing: 10px 2px;
  margin-left: -5px;
  width: 100%;
}
@media (max-width: 639px) {
  .fc table {
    border-spacing: 5px 2px;
  }
}

.fc td,
.fc th {
  border-radius: 10px;
  border: none;
  font-size: 15px;
  aspect-ratio: 1/1;
}
@media (max-width: 1240px) {
  .fc td,
  .fc th {
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .fc td,
  .fc th {
    font-size: 12px;
  }
}
@media (max-width: 499px) {
  .fc td,
  .fc th {
    font-size: 10px;
  }
}

.fc-title {
  font-size: 12px;
  display: block;
  margin: auto;
  text-align: center;
  display: none;
}

.fc-left button,
.fc-right button {
  background-color: #006b90;
  color: var(--wh);
  border: none;
  border-radius: 20px;
  width: 110px;
  height: 40px;
  line-height: 1;
}
@media (max-width: 639px) {
  .fc-left button,
  .fc-right button {
    width: 90px;
    height: 40px;
  }
}

.fc-left {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 639px) {
  .fc-left {
    margin-left: 0;
    margin-right: 5px;
  }
}
.fc-left::before {
  position: absolute;
  content: "";
  background-image: url(../img/under/common/arrow-prev_wht.png);
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 14px;
  top: 43%;
}

.fc-right {
  position: relative;
}
@media (max-width: 639px) {
  .fc-right {
    margin-left: 5px;
  }
}
.fc-right::before {
  position: absolute;
  content: "";
  background-image: url(../img/under/common/arrow-next_wht.png);
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 14px;
  top: 43%;
}

.fc-center {
  order: 2;
  width: auto;
  flex-grow: 1;
}
@media (max-width: 639px) {
  .fc-center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fc-center h2 {
  text-align: center;
  font-size: 13px;
  color: #0095d8;
  white-space: nowrap;
}

.fc-right {
  order: 3;
  width: -moz-fit-content;
  width: fit-content;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-family: var(--fot);
  font-size: 16px;
  text-shadow: none;
}

.fc-icon-left-single-arrow:after {
  content: "前の月";
}
@media (max-width: 639px) {
  .fc-icon-left-single-arrow:after {
    font-size: 14px;
  }
}

.fc-icon-right-single-arrow:after {
  content: "次の月";
}
@media (max-width: 639px) {
  .fc-icon-right-single-arrow:after {
    font-size: 14px;
  }
}

.fc-other-month {
  color: transparent;
}

.eo-fullcalendar .fc-view > table > thead {
  background-color: transparent;
}

.custom-calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0095d8;
  line-height: 0.8;
}
.custom-calendar-header .month-number {
  font-size: 6rem;
  margin-right: 6px;
  font-family: var(--gra);
  font-weight: bold;
}
.custom-calendar-header .year-month-wrapper {
  text-align: left;
  font-size: 1.9rem;
  font-family: var(--gra);
  font-weight: bold;
}

/* ====================================================
Calendar Caution
==================================================== */
.calendar-caution {
  font-weight: var(--fot);
  font-size: 15px;
}
.calendar-caution-heading {
  font-size: 15px;
}
.calendar-caution-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: bold;
  align-items: center;
  margin: 3rem 0;
}
.calendar-caution-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  aspect-ratio: 1/1;
}
.calendar-caution-list {
  font-size: 12px;
  font-family: var(--fot);
  color: #888;
}
.calendar-caution-businesstime-list {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.calendar-caution-businesstime-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}/*# sourceMappingURL=calendar.css.map */