@charset "UTF-8";
#calendar .fc-widget-header {
  border: none;
}
#calendar .fc-widget-header .fc-row.fc-widget-header {
  border: none;
}
#calendar .fc-widget-header .fc-row.fc-widget-header tr {
  border: none;
}
#calendar .fc-widget-header .fc-row.fc-widget-header tr .fc-day-header.fc-widget-header {
  background-color: #fff;
  border: none;
  height: 40px;
  font-size: 20px;
}
#calendar .fc-unthemed th, #calendar .fc-unthemed td, #calendar .fc-unthemed hr, #calendar .fc-unthemed thead, #calendar .fc-unthemed tbody, #calendar .fc-unthemed .fc-row, #calendar .fc-unthemed .fc-popover {
  border-color: transparent;
}
#calendar a.fc-day-grid-event {
  display: block;
  margin: 0 auto;
  width: 33%;
  height: 30px;
  padding: 0;
  margin-bottom: 1px;
  border: none;
  background-color: transparent !important;
  background-image: url(../img/calendar/event_mk_gr.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #calendar a.fc-day-grid-event {
    width: 22%;
    height: 10px;
    padding: 0 0 10px;
  }
  #calendar .fc-basic-view tbody .fc-row { min-height: 56px; }
}
#calendar a.fc-day-grid-event .fc-content {
  display: none;
}
#calendar .fc-row.fc-week.fc-widget-content {
  position: relative;
}
#calendar .fc-row .fc-bg {
  z-index: 1 !important;
  opacity: 0.5;
  height: 95px;
}
#calendar .fc-content-skeleton {
  z-index: 4;
  pointer-events: none;
  height: 93px;
}
@media (max-width: 767px) {
  #calendar .fc-row .fc-bg {
    height: auto;
  }
  #calendar .fc-content-skeleton {
    height: auto;
  }
}
#calendar .fc-day.fc-widget-content {
  cursor: pointer;
  border: 1px solid #ffffff;
  outline: rgba(5, 165, 154, 0.3);
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -2px;
  border-radius: 4px;
  margin: 1px !important;
}
#calendar .fc-day.fc-widget-content.fc-past, #calendar .fc-day.fc-widget-content.fc-other-month {
  outline-color: #abb8c3;
}
#calendar .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background-color: #05A599;
}
#calendar .fc-day.fc-widget-content.fc-today:hover,
#calendar .fc-day.fc-widget-content:hover {
  background-color: #ffd5ad;
}
#calendar .fc-day-number {
  text-align: center !important;
  font-size: 30px;
}
@media (max-width: 767px) {
  #calendar .fc-day-number {
    font-size: 1em;
  }
}
#calendar .fc-day-number.fc-past,
#calendar .fc-day-number.fc-sun.fc-past,
#calendar .fc-day-number.my-holiday.fc-past {
  color: #abb8c3;
}
#calendar .fc-day-number.fc-state-highlight {
  background: transparent !important;
  color: #fff;
}
#calendar .fc-content-skeleton table tr td.fc-event-container a.fc-day-grid-event.eToday {
  background-image: url(../img/calendar/event_mk_wh.svg);
}
#calendar .fc-content-skeleton table tr + tr {
  display: none;
}

#calendar .section_body .grid .eo-fullcalendar {
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar {
  position: relative;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  border: none;
  opacity: 0;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2.view {
  opacity: 1;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle {
  display: inline-block;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle p {
  display: block;
  line-height: 1;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle p.year {
  font-size: 20px;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle p.year span {
  font-size: 16px;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle p.month {
  font-size: 60px;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-left h2 .eocTitle p.month span {
  font-size: 24px;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 80px;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button-group.fc-button-group:first-child {
  left: 0;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button-group.fc-button-group:nth-child(2) {
  right: 0;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button-group.fc-button-group:nth-child(3) {
  display: none;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button {
  position: relative;
  display: block;
  background-color: #05A599;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button > span {
  display: block;
  width: 100%;
  height: 32px;
  color: #fff;
  margin: 0;
  text-align: center;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button > span.fc-icon {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  top: unset;
}
#calendar .section_body .grid .eo-fullcalendar .fc-toolbar .fc-right .fc-button > span:after {
  display: inline-block;
  height: 100%;
  font-size: 32px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
}
#calendar .section_body .grid #ev_ajax {
  width: 100%;
}