.selectedDate::after {
  color: #ff0000;
  content:"　　※まだ予約は完了しておりません";　
}

.booking_completed::after {
    display: none;
}


.bookingTime {
    display: none !important;
}

#booking_package_totalNumberOfGuests {
    display: none !important;
}

input[type="text"] {
    
}

button {
    padding: 8px 20px;
    border-width: 1px;
    border-radius: 8px;
}

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