input[type="text"] {
    
}

button {
    
}

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

#booking-package_inputFormPanel .row .name{
    font-weight:700;
    font-size:18px;
}

#booking-package{
  font-family: "Noto Sans JP", sans-serif;
}

#booking-package_pay_locally button{
background-color:#FAB751;
    color:#fff;
    border:none;
    font-size:18px;
    padding:3px 0;
    border-radius:5px;
    cursor:pointer;
    transition:.3s;
    border:1px solid #FAB751;
    box-sizing:border-box;
}

#booking-package_pay_locally button:hover{
background-color:#fff;
    color:#FAB751;
}

#nextAndReturnPanel button{
margin-top:0;
}

#booking-package #booking-package_inputFormPanel .title_in_form{
    padding-bottom:50px;
    position:relative;
    font-size:22px;
}

#booking-package_inputFormPanel .title_in_form::after{
content:"予約後の日程変更は可能ですが、無断でのキャンセルはお控えください。";
   font-size:13px;
    text-align:center;
    color:red;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:50px;
    width:100%;
}

#booking-package .description{
font-size:13px;
}

@media screen and (max-width:930px){
    #booking-package_inputFormPanel .title_in_form{
	font-size:18px;
}
        #booking-package_inputFormPanel .title_in_form::after{
    top:50px;
}
}
@media screen and (max-width:501px){
    #booking-package_inputFormPanel .title_in_form::after{
    top:75px;
}
}
@media screen and (max-width:480px){
    #booking-package_inputFormPanel .title_in_form{
	font-size:16px;
}
    
    #booking-package_inputFormPanel .title_in_form::after{
    top:75px;
}
    
    #booking-package_inputFormPanel .row .name{
    font-size:16px;
}
}

#booking-package_schedulePage .closed span{
color:red !important;
}