#booking-package_calendarPage,
#booking-package_inputFormPanel{
    padding-top: 20px;
}
#returnToSchedules{
    margin: 0;
    padding: 10px;
}

.numberInsteadOfSymbols{
    color: #c8542e;
}

.page-template-ws-setoya-form-php header{
    display: none;
}
#booking-package_schedulePage .topPanel.addRelativeOfPosition{
    border: 0;
    position: inherit;
    display: block;
}
#booking-package_schedulePage .daysListPanel{
    display: none;
}
#booking-package_schedulePage #blockPanel{
    height: auto;
}
#booking-package_schedulePage .courseListPanel{
    height: auto!important;
    position: inherit!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    margin-top: 40px!important;
}
#booking-package_schedulePage .selectable_day_slot{
    padding: 16px;
}
#booking-package_schedulePage .courseListPanel .selectable_service_slot{
    border: 1px solid #d4d4d4;
    margin-bottom: 8px;
}
#booking-package_schedulePage .selectable_day_slot.selected_day_slot{
     color: #c8542e;

}
#booking-package_calendarPage .available_day:hover{
  background-color: #f2f1e1 !important;
}
.topPanel.addRelativeOfPosition{
    display: none;
}
.descriptionOfService{
    margin-top: 8px;
    font-size: 14px;
    color: #777777;
}
.serviceCost.maximumAndMinimum{
    font-weight: bold;
}
#booking-package_schedulePage .box_shadow{
    box-shadow: none!important;
}
#booking-package_schedulePage #blockPanel{
    display: none;
}
.booking-package .calendar .day:hover {
  background-color: rgba(255, 0, 0, 0.2);
}

#booking-package_inputFormPanel .row .name{
    width: 20%;
}
#booking-package_inputFormPanel .row .value{
    width: 80%;
}
#booking-package_inputFormPanel .row .value .description{
    color: #777777;
    font-size: 14px;
}
#booking-package_inputFormPanel .row .value .form_select{
    width: 200px;
}
.page-template-ws-setoya-form #booking-package_inputFormPanel .row{
    padding: 16px 10px;
}
#booking-package_inputFormPanel  .cartPanel{
    margin-top: 40px!important;
}
#booking-package_inputFormPanel .bottomBarPanel{
    text-align: center;
}
#booking-package_inputFormPanel .bottomBarPanel .book_now_button{
    width: 50%;
    padding: 10px;
    color: #ffffff!important;
    background: #000000;
    border-radius: 100px;
    border: 0;
    cursor: pointer;
}
#booking-package_inputFormPanel .bottomBarPanel .return_form_button,
.return_button{
    width: 50%;
    border-radius: 100px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}
#booking-package_schedulePage .bottomPanelForPositionInherit{
    border: none;
}
#booking-package_schedulePage .bottomPanelForPositionInherit .return_button{
    margin: 0;
    padding: 10px;
}
#booking-package_schedulePage .bottomPanelForPositionInherit{
    float: inherit;
    position: inherit;
    display: block;
    text-align: center;
    margin-top: 40px;
    padding: 0;
}
#booking-package_inputFormPanel  .title_in_form{
    padding: 0 0 20px!important;
}
#booking-package_schedulePage .topPanel.addRelativeOfPosition{
    display: none;
}
.addedGuests_click {
    color: #000000!important;
    pointer-events: none;
}
button {
  color: #000000;
  -webkit-appearance: none;
  appearance: none;
}

  @media (max-width: 1024px) {
    .page-template-ws-setoya-form #booking-package{
        font-size: 14px;
    }
      #booking-package_inputFormPanel .row .name,
      #booking-package_inputFormPanel .row .value{
        width: 100%;
      }
      #booking-package_inputFormPanel .row .name{
        padding-bottom: 8px;
        font-size: 14px;
        font-weight: bold;
      }
      #booking-package_inputFormPanel .bottomBarPanel .book_now_button,
      #booking-package_inputFormPanel .bottomBarPanel .return_form_button, .return_button{
        width: 80%;
      }
      .reservationHeader{
        font-size: 16px;
        font-weight: bold;
    }
    #booking-package_calendarPage .calendarHeader{
        align-items: center;
    }
    #booking-package_calendarPage .calendarData{
        font-weight: bold;
        font-size: 16px;
    }
    #booking-package_inputFormPanel #reservationHeader.title_in_form{
        position: inherit;
        font-weight: bold;
        font-size: 16px;
    }
    .page-template-ws-setoya-form #booking-package_inputFormPanel .row{
        padding: 16px 10px;
    }
    .page-template-ws-setoya-form #booking-package_inputFormPanel .description{
        margin-top: 8px;
    }
        
    }

    @media (max-width: 767px) {
    // フォーム全体を画面幅にフィット 
    #booking-package_form,
    #booking-package_form input,
    #booking-package_form select,
    #booking-package_form textarea,
    #booking-package_form button {
        width: 100% !important;
        box-sizing: border-box; 
    }

    // ラベルと入力欄の余白を調整 
    #booking-package_form .form-row {
        display: block;
        margin-bottom: 12px;
    }

    // スマホで横スクロール防止
    #booking-package_form {
        overflow-x: hidden;
    }
}
