#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 .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%);
    **/
}

/**
    2026/06/04　時間の非表示
**/

.bookingTime{
	font-size: 0;
}

.bookingTime::before{
	content: "【コース内容】";
	font-size: 16px; /* 任意のフォントサイズを指定 */
}

/**
    2026/06/11　カレンダー人数前後の文字
**/

 .numberInsteadOfSymbols:before{
	content: "残り";	
}

.numberInsteadOfSymbols:after{
	content: "名";	
}

.dateField:after{
	content: "日";
}