/*
  Skin Name: 空手道場パックデフォルト
  Description: 空手道場パックデフォルトテーマ（カレンダー付き）
  Skin URI: https://wp-cocoon.com/
  Author: Aquavirgo
  Author URI: https://aquavirgo.net
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
:root{
    
}

/*メインカレンダー*/


/*Googleカレンダー埋め込みタグで生成されたIDとclassを検証ツールで確認して記述*/

.fc-toolbar{
	flex-wrap:wrap;
}

.fc-toolbar-chunk{
	width:100%;
}


#calendar {
    width: 90%;
    margin: 1em auto;
    color:#333;
    font-size: 0.8rem;
}

#calendarSide{
    color:#333;
    font-size: 0.9rem;
}
.fc fc-media-screen fc-direction-ltr fc-theme-standard, .fc .fc-daygrid-body, .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section>td {
    width: auto;
    width:90%;
}

.fc-day a,
.fc-day-sun a,
.fc-day-sat a{
    color:#912007;
}

.fc-col-header-cell.fc-day a,
.fc-col-header-cell.fc-day-sun a,
 .fc-col-header-cell.fc-day-sat a{
    color:#fff;
}
.fc-col-header-cell.fc-day {
    background:#514646;
    
} 
 .fc-col-header-cell.fc-day-sun {
    background:#A92E0B;}
 .fc-col-header-cell.fc-day-sat {
   background:#054972;
}

#btnCalAdd{
    margin-left: -20px;
}
#btnCalAdd a {
    display: block;
    margin: 1em auto;
    background: #000;
    border: 1px solid #fff;
    border-radius: 16px;
    line-height: 2em;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#btnCalAdd a:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff
}

@media screen and (min-width:781px){
#calendar  #btnCalAdd a {
    width: 50%;
}
}
/*ここまでGoogl}eカレンダー埋め込みタグで生成されたIDとclassを検証ツールで確認して記述*/