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

/* 予約フォーム入力欄を大きくする */
#booking-package input[type="text"],
#booking-package input[type="tel"],
#booking-package input[type="email"],
#booking-package select {
    height: 60px !important;
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
}

/* テキストエリア */
#booking-package textarea {
    min-height: 150px !important;
    padding: 10px 15px !important;
    font-size: 18px !important;
}

/* プレースホルダー文字を薄いグレーに */
::placeholder {
    color: #cfcfcf !important;
    opacity: 1;
}

/* 説明文を小さくする */
#booking-package_inputFormPanel .description {
    font-size: 14px !important;
    color: #666 !important;
    margin-top: 5px;
}
