#booking-package-locale-ja{
    background: #fff;
    padding: 20px;
}
.selectable_day_slot.closed,.selectable_time_slot.closed{
    pointer-events: none;
    opacity: .2;
}
#booking-package_inputFormPanel input{
	font-size: 14px;
	padding: 6px !important;
}
#booking-package_inputFormPanel textarea{
	height: calc( 1.3em * 10 );
	line-height: 1.3;
	resize: vertical;
}
#paymentPanel,#nextAndReturnPanel{
	text-align: center;
}
button{
    width: 180px !important;
    color: #fff;
    background: #595757;
    border: 1px solid #595757;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    transition: .4s;
}
button:hover{
    color: #595757;
    background: #fff;
}


#booking-package_schedulePage .selectable_time_slot {
    align-items: center;
}
#booking-package_schedulePage .timeSlot {
    white-space: nowrap;
}
#booking-package_schedulePage .subtitle {
    font-size: 14px;
    color: #8a1311;
    line-height: 1;
    margin-left: 1em;
}
#booking-package_inputFormPanel .value .bookingSubtitle{
    display: inline-block;
    font-size: 14px;
    color: #8a1311;
    line-height: 1;
    margin-left: 1em;
}
@media screen and (max-width: 767px) {
#booking-package_schedulePage .subtitle {
    font-size: 12px;
}
#booking-package_inputFormPanel .value .bookingSubtitle{
    display: block;
    font-size: 12px;
    margin-left: 0;
}
}