.fc-col-header-cell-cushion, .fc-daygrid-day-number, .fc-event {
    /* Tooltipを表示するためにコメントアウト */
    /* pointer-events: none; */
    color: inherit;
    text-decoration: none;
}

.fc-prev-button::after, .fc-next-button::before {
    content: attr(title);
}

.fc-daygrid-event-dot {
    display: none;
}

.fc-event-time, .fc-event-title {
    display: inline-block;
    white-space: nowrap;
}

.fc-event-time+.fc-event-title {
    position: relative;
}
