#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_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}

#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}

#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}

#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}







#booking-package_inputFormPanel,#booking-package{
    background: none;
}

#booking-package_inputFormPanel .title_in_form {
  background-color: none;
}

#booking-package_inputFormPanel .row > div:first-child{
  padding: 12px 15px 14px 15px;
  box-sizing: border-box;
  background: #1cabb9;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

#booking-package_inputFormPanel .row {
  border-color: #ddd;
  margin-bottom: 10px;
  border: none;
}

#booking-package_inputFormPanel .title_in_form{
    background: none;
    border: none;
    margin-bottom: 15px;
}

#booking-package_inputFormPanel .row .value{
    padding: 0 1.2em;
}

#booking-package_inputFormPanel input[type="text"]{
    padding: 8px 10px;
}

#booking-package_inputFormPanel label{
    display: inline-block;
    width: 22%;
    margin-right:20px;
    margin-bottom: 10px !important;
}

#booking-package_inputFormPanel .required::after, #addCustomFormFieldPanel .required::after{
    content: '必須' !important;
    color: #fff !important;
    background: #e4007f;
    padding: 1px 6px;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    top: 2px;
}

#booking-package button {
  width: 94%;
  max-width: 420px;
  height: auto;
  border-radius: 15px;
  padding: 2.8% 1%;
  box-sizing: border-box;
  font-size: clamp(1.8rem,2.3vw, 2.4rem) !important;
  line-height: 1;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background: #000;
  display: block;
}

#booking-package button.return_form_button{
    background: #aaa;
}
button.return_button{
        background: #aaa !important;
}

#booking-package_inputFormPanel a{
    color:#fffd70;
}

#booking_package_input_location_select label{
    width:100%;
    margin-bottom:15px !important;
}




@media screen and (max-width: 599px){
    #booking-package_inputFormPanel .row{
        padding:0 0 10px 0;
    }
    #booking-package_inputFormPanel .row .value {
        padding: 0;
    }
    #booking-package_inputFormPanel label{
        width: 48%;
        margin-right: 5px;
    }

    #booking-package_inputFormPanel .required::after, #addCustomFormFieldPanel .required::after{
        font-size: 1.3rem;
    }



}/*END*/







