#booking-package .sun {
    
}

#booking-package .mon {
    
}

#booking-package .tue {
    
}

#booking-package .wed {
    
}

#booking-package .thu {
    
}

#booking-package .fri {
    
}

#booking-package .sat {
    
}

#booking-package .nationalHoliday {
    
}

#booking-package_calendarPage .dateField {
    /**　
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
    
}

#booking-package_calendarPage .numberInsteadOfSymbols {
    display: inline-block;      /* マージンや位置調整を効かせるため */
    line-height: 1.2;           /* 高さを少し調整して中央寄せ */
    margin-bottom: 6px;         /* 下の枠から余白を作る */
    vertical-align: bottom;     /* 数字の縦位置を枠に合わせて微調整 */
    /**
    font-weight: bold !important;
    font-size: 16px !important;
    color: #333 !important;
    position: relative　!important;
    bottom: 2px　!important;  数字を少し上にずらす 
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}