 /* カレンダー全体の背景色 */
  .fc {
    background-color: #fff;
  }
  /* カレンダー上部に表示する前月と翌月のボタン */
  .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #000;
  }
.fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary a:hover{
    background-color: #000;color: #fff;}
.fc .fc-toolbar.fc-header-toolbar {
  padding-bottom: 1.5em;
  background-color: #f0f4f9;
  }
 .fc .fc-toolbar.fc-header-toolbar{
 margin-bottom:0;}
  /* ツールチップ */
  .tippy-box {
    background-color: #fff;
    border: 1px solid #000;
  }
  .tippy-content {
    color: #000;
  }
  .tippy-content a {
    color: #007bff;
  }
.tippy-box {
  width: 200px !important;
}
.description{width:100%;}
  /* カレンダーに表示するイベント */
  .my-events,
  .ja-holidays, 
  .fc-event-title,
  .fc-event-time { {
    color: #ffffff;
  }
  .my-events {
    background-color: #00cc99;
  }
  .ja-holidays {
    background-color: #ff8080;
  }