@charset "utf-8";

.customCalendar .fc-h-event .fc-event-title {
	text-overflow: ellipsis;
}

.customCalendar .fc-theme-standard .fc-scrollgrid {
    font-size: 5px;
    border: 0;
}

.customCalendar .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 1.55rem;
    font-family: var(--font-family01);
}

.customCalendar .fc .fc-col-header-cell {
    color: var(--base-body-color);
    background: var(
    --th-bg-primary);
    font-size: 1.6em;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sun {
    color: var(--primary) !important;
    background: #DDC7A4;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sat {
    /* background: var(--th-bg-primary); */
}

.customCalendar .fc .fc-col-header-cell:not(:last-of-type) {
    border-right-color:  var(--border-primary);
    border-bottom-color: var(--border-primary);
}

.customCalendar .fc .fc-daygrid-day {
    color: var(--base-body-color);
    background: var(--td-bg-primary);
    font-size: 1.6em;
}

.customCalendar .fc .fc-daygrid-day.fc-day-sun {
    color: var(--primary);
    background: var(--td-bg-primary);
}

/*土曜日*/

.customCalendar .fc .fc-daygrid-day.fc-day-sat {
    color: var(--base-body-color);
    /* background: #FFF; */
}

.customCalendar .fc .fc-daygrid-day.fc-day-today {
    background: #ffffe4;
}

.customCalendar .fc-theme-standard td,
.customCalendar .fc-theme-standard th {
    border: 1px solid  var(--border-primary);
    border-bottom: 0;
}

.customCalendar .fc tr:last-of-type {
    background: #FFF;
}

.customCalendar .fc .fc-scrollgrid,
.customCalendar .fc .fc-scrollgrid-section-footer > *,
.customCalendar .fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0;
}

.customCalendar .fc .fc-button-primary {
    color: var(--base-body-color);
    background-color: var(
    --th-bg-primary);
    border-color:  var(
    --border-primary);
}

.customCalendar .fc .fc-button-primary:hover {
    color: #fff;
    background-color: var(--border-primary);
    border-color:  var(--border-primary);
}

.customCalendar .fc .fc-scrollgrid .fc-scrollgrid-section-header:first-of-type {
    background: var(--th-bg-primary);
}

.customCalendar .fc tr:last-of-type td {
    border-bottom: 1px solid  var(--border-primary);
}

.customCalendar .fc.has-hidden-rows tr:last-of-type td {
    border-bottom: 0px solid var(--border-primary);
}

.customCalendar .fc .fc-view-harness {
    height: auto !important;
}

.customCalendar .customCalendar .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
    position: static !important;
}

.customCalendar .fc .fc-scroller-liquid-absolute {
    position: static !important;
}

.customCalendar .fc-scrollgrid-sync-table {
    height: auto !important;
}

.customCalendar .fc .fc-daygrid-event {
    line-height: 1.3em;
}

.customCalendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 4.5em;
}

.has-hidden-rows tr.is-empty-week {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
    z-index:-999;
}

.has-hidden-rows tr.is-empty-week>td {
    opacity: 0;
    visibility: hidden;
}

.customCalendar .fc.has-hidden-rows .fc tr:last-of-type td {
    border-bottom: 0px solid  var(--border-primary) !important;
}

.customCalendar .fc.has-hidden-rows {
    border-bottom: 1px solid  var(--border-primary);
}

.fc-col-header-cell-cushion {
    font-family: var(--font-family01);
    font-weight: 500;
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    font-family: var(--font-family01);
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    font-family: var(--font-family01);
    background: var(--td-bg-primary);
}

@media screen and (min-width: 576px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 8px;
    }
}

@media screen and (min-width: 768px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 5.5px;
    }
  
}

@media screen and (min-width: 992px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 10px;
    }
}

@media screen and (min-width: 1024px) {
  .customCalendar .fc .fc-daygrid-day {
      font-size: 1.15em;
  }
}