input[type="text"] {
    
}

button {
	padding: 10px !important;     
}

#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 {
    
}
#reservationHeader {
	display: none;
}
#reservationHeader::after {
}
#returnDayButton,#nextDayButtton{
	display: none;
}
#confirmBookingButton{
	margin-bottom: 20px;
}
#confirmBookingButton {
	font-size: 0 !important;
}
#confirmBookingButton::after {
	content: "内容を確認する";
	font-size: 16px;
}
.dayPostion{
    color: #3c4858;
}
@media only screen and (max-width: 480px){
    #booking-package_calendarPage .symbolPanel {
        display: block;
        vertical-align: middle;
        width: 100%;
        overflow: hidden;
        font-weight: 400;
        font-size: 1em !important;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 0;
    }
}