input[type="text"] {
    
}

button {
    
}

.selectedDate,.booking_completed{
    font-size: 0 !important;
}

.selectedDate::after {
	content: "作業予約フォーム";
	font-size: 22px;
}

.booking_completed::after {
	content: "予約手続きが完了しました";
	font-size: 22px;
}

#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 .goToBookingFormButton {
    
}

#booking-package .bookingButton {
    
}