.closed {
  display: flex!important;
  align-items: flex-end;
}
.closed::after {
  content: "　×";
}

.selectPanel {
  display: flex!important;
  align-items: flex-end;
}
.selectPanel::after {
    content: "　○";
}


/* =========================================== 

2023/01/31_以下、佐藤にて追加

=========================================== */

#booking-package_calendarPage {
    background-color: #f9f9f9 !important;
}

#booking-package_calendarPage .closeDay {
    background-color: #eee !important;
}

#booking-package_calendarPage .dayPanel {
    font-weight: bold;
}

#booking-package_calendarPage .dayPanel.sun,
#booking-package_calendarPage .dayPanel.mon,
#booking-package_calendarPage .dayPanel.tue,
#booking-package_calendarPage .dayPanel.wed,
#booking-package_calendarPage .dayPanel.thu,
#booking-package_calendarPage .dayPanel.fri,
#booking-package_calendarPage .dayPanel.sat {
    border-color: #fff;
    background-color: #f9f9f9;
}

#booking-package_calendarPage .dayPanel.sun:not(.dayPanelHeight) {
    background-color: #FDE8EF;
}

#booking-package_calendarPage .dayPanel.sat:not(.dayPanelHeight) {
    background-color: #D4F2FA;
}

#booking-package_calendarPage .dayPanel {
    border-width: 2px 0px 0px 2px;
}

#booking-package_calendarPage .calendar {
    padding: 0 !important;
}

.calendarData {
    font-weight: bold !important;
}

.arrowRight {
    padding-right: 20px;
}

.arrowLeft {
    padding-left: 20px;
}

.arrowRight span,
.arrowLeft span {
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom;
}

.selectedDate {
    font-weight: bold !important;
}

#returnToCalendarButton,
#confirmBookingButton,
#returnToSchedules,
.bookingButton {
    padding: 10px 20px;
    width: 100%;
    max-width: 400px;
    font-size: 20px !important;
    margin: 0 auto;
    border: none;
    font-weight: bold !important;
}



#confirmBookingButton,
.bookingButton {
    background-color: #008080;
    color: #fff;
}

#booking-package_inputFormPanel .returnButton {
    margin: 10px;
}

.bottomPanelForPositionInherit,
.bottomBarPanel {
    text-align: center;
}

#booking-package_inputFormPanel .required:after,
.calendar__house .required::after {
    content: "【必須】" !important;
    position: inherit !important;
    margin: 0 !important;
    color: #cd2929 !important;
}

#booking-package_inputFormPanel .bottomBarPanel,
#booking-package_pay_with_stripe_konbini .bottomBarPanel {
    padding: 0 !important;
}

.value input:not([type=radio]):not([type=checkbox]),
.value select {
    height: 54px;
    padding: .5em 1em !important;
}

textarea#booking_package_input_question {
    min-height: 200px;
    resize: vertical;
}

#booking-package_inputFormPanel .row {
    display: flex !important;
    padding: 30px 10px !important;
}

.calendar__house {
    display: flex;
    padding: 30px 10px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#calendar {
    width: 100%;
    max-width: 400px;
    border: 1px solid #ddd;
}

#booking-package_inputFormPanel .row .name,
.calendar__house .name {
    flex: 0 0 210px;
}

#booking-package_inputFormPanel .row .value,
.calendar__house .value {
    flex: 0 1 100%;
    margin-left: 10px;
}

#booking_package_input_guests_5,
#booking_package_input_guests_8,
#booking_package_input_name,
#booking_package_input_namekana,
#booking_package_input_phone,
#booking_package_input_email,
#booking_package_input_postcode,
#booking_package_input_pref,
#booking_package_input_city {
    width: 50% !important;
}

#searchButton {
    border: none;
    margin-left: 10px;
    height: 54px;
    padding: 10px 20px;
    background-color: #008080;
    color: #fff;
    font-weight: bold;
}


@media screen and (max-width: 768px) {

    .arrowRight,
    .arrowLeft {
        padding: 0 !important;
    }

    #booking-package_inputFormPanel .row {
        flex-direction: column;
        padding: 20px 0 !important;
    }

    .calendar__house {
        flex-direction: column;
        padding: 20px 0 !important;
    }

    #booking-package_inputFormPanel .row .name,
    .calendar__house .name {
        flex: auto;
    }

    #booking-package_inputFormPanel .row .value,
    .calendar__house .value {
        margin: 0;
    }
        #booking_package_input_name,
    #booking_package_input_namekana,
    #booking_package_input_phone,
    #booking_package_input_email,
    #booking_package_input_pref,
    #booking_package_input_city {
        width: 100% !important;
    }
     #returnToSchedules {
        margin: 20px 0 0 0;
    }
    #booking-package_inputFormPanel .returnButton{
    margin: 10px 0;
    }
}

