@charset "utf-8";

/*カレンダー*/

.calendar-stack{
    margin-top: 50px;
    }

#calendar-this{
    margin-bottom: 50px;
    }
div.fc-event-main {
    white-space: normal;
    cursor: default;
    }

table.fc-col-header th,
table.fc-col-header td{
    transform: rotate(0);
    }

/*当日Current*/
.fc .fc-daygrid-day.fc-day-today{
    background-color: rgba(255,255,255,0.60);
    }

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: #77684C; 
    }
.fc-daygrid-day{
    background-color: rgba(255,255,255,0.60);
    }
.fc .fc-scrollgrid-section-sticky > *{
    position: inherit;
    }

/*月日タイトル*/
.fc-toolbar-chunk h2.fc-toolbar-title{
    color: #6a5132 ;
    font-size: 26px;
    }




/*　背景色ガイド　*/
ul.color{
    display: flex;
    flex-wrap: wrap;
    }
ul.color li{
    font-size: 20px;
    list-style: none;
    margin-right: 15px;
    }
ul.color li::before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    }
li.holiday::before{
    background-color: #efcacb;
    }
li.am::before{
 background-color: #cad8ed;
    }


/* 休診 */
.holiday-td {
    color: #B34749;
    background-color: #efcacb!important;
    }
.holiday-td .fc-event-title{
    color: #C74549;
    font-weight: bold;
    }
.holiday-td .fc-daygrid-day-number{
    color: #C74549;
    }

/* 午前診療 */
.am-td {
    background-color: #cad8ed!important;
    }
.am-td .fc-event-title{
    color: #004488;
    font-weight: bold;
    }
.am-td .fc-daygrid-day-number{
    color: #004488;
    }


/*通常*/
.fc-h-event{
    background-color: transparent;
    border: none;
    }
.fc-h-event .fc-event-main{
    color: #333;
    }

.fc-daygrid-day-top a{
    font-size: 20px;
    }


/*当月以外の表示*/
.fc-day-other .fc-event{
    opacity: 0.3;
    }


/*　曜日TR---------------　*/
/*平日*/
.fc-col-header .fc-day{
    background-color: #878787;
    }
.fc-col-header .fc-day a{
    color: #FFF;
    }

/*土曜*/
.fc-col-header .fc-day-sat{
    background-color: #004488;
    }
.fc-col-header .fc-day-sat a{
    color: #FFF;
    }

/*日曜*/
.fc-col-header .fc-day-sun{
    background-color: #B34749;
    }
.fc-col-header .fc-day-sun a{
    color: #FFF;
    }


/* previewボタン */
.calendar-nav{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    }

.calendar-nav button{
    font-family: 'M PLUS Rounded 1c', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
    color: #9e8771;
    font-size: 18px;
    border: #9e8771 1px solid;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #F4EDDF;
    cursor: pointer;
    transition-duration: 0.2s;
    }
.calendar-nav button:hover{
    color: #6a5132;
    background-color: #9e8771;
    transition-duration: 0.2s;
    }
    

/* Media QuelikeTblry ================================================================================*/
@media only screen and (max-width: 479px){
}
@media only screen and (min-width: 480px) and (max-width: 599px) {}

@media only screen and (max-width : 599px) {
    #calendar-this{
        margin-bottom: 15%;
        }
    /* previewボタン */
    .calendar-nav{
        margin-top: 15%;
        }

    .calendar-nav button{
        font-size: 4vw;
        padding: 2% 4%;
        }
    
    /*　背景色ガイド　*/
    ul.color{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10%
        }
    ul.color li{
        font-size: 4vw;
        margin: 0 0 0 4%;
        }
    
    .fc-event-title{
        font-size: 3.5vw;
        line-height: 1.4;
        }
    
    .fc-daygrid-day-top a{
        font-size: 4vw;
        }
    
}


@media only screen and (max-width : 992px){}
@media print, only screen and (min-width:1351px){}


