@charset "utf-8";

/* ------------------------------------------ */
/* ----------------- カレンダー ---------------- */
/* ------------------------------------------ */
#calendar a {
    color: unset;
    padding: unset;
    background-color: unset;
}

#calendar .fc-event {
    cursor: pointer;
}

#calendar .fc-view-harness {
    margin: 0 0 1rem 0;
    height: 30rem !important;
    background-color: #fff;
}

#calendar .fc-header-toolbar {
    margin: 0 0 0.2rem 0;
}

#calendar .fc-col-header-cell {
    height: 1rem !important;
    font-size: 1rem !important;
}

#calendar .fc-toolbar-title {
    font-size: 2rem;
    color: #fff;
}

#calendar .fc-today-button,
#calendar .fc-today-button>*,
#calendar .fc-button,
#calendar .fc-button>* {
    padding: 0.2rem 1rem 0.4rem 1rem;

    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    color: #fff !important;
    background-color: #000;
    opacity: 1;
}

span.fc-icon {
    margin: 0 !important;
    padding: 0 !important;
}


span.fc-icon.fc-icon-chevron-left::before {
    display: inline-block;
    content: '▼';
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    transform: rotate(90deg);
}

span.fc-icon.fc-icon-chevron-right::before {
    display: inline-block;
    content: '▼';
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    transform: rotate(-90deg);
}


#calendar .fc-event-time {
    display: none;
}

#calendar .fc-event-title {
    overflow: auto;
    font-size: 0.7rem;
}