input[type="text"] {
    box-sizing: border-box;
}

button {
    width: 100%;
    margin: 0 auto !important;
    background: #fff;
    box-sizing: border-box;
    display: block;
    max-width: 100px;
    padding: 0.8em;
    font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN","MS PMincho","Times New Roman",serif;
    font-size: 500;
    text-align: center;
    border: solid 1px #707070;
    border-radius: 5px;
    transition: .3s;
}
button:hover {
	opacity: 0.8;
}

#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:hover {
	color: #fff;
    background: #ce335d!important;
}

#booking-package .bookingButton {
    background: #f6d8e0;
    max-width: 215px;
}

#booking-package_calendarPage .startShutdownForHotel {
    
}

#booking-package_calendarPage .shutdownForHotel {
    
}

#booking-package_calendarPage .endShutdownForHotel {
    
}