.hd_logo {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}

.hd_logo img {
    max-width: 380px;
}

#booking-package_schedulePage .selectPanel,
#booking-package_servicePage .selectPanel,
#booking-package_inputFormPanel .row,
#booking-package_inputFormPanel input[type=text]{
    font-size: 16px;
}

#second_attend {
    border-bottom: 1px solid #bdc8ca;
    border-left: 1px solid #bdc8ca;
    border-right: 1px solid #bdc8ca;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin: auto;
    width: 93.5%;
    margin-bottom: 30px;
}

#second_attend p.title {
    margin-bottom: 0px;
    color: #003af6;
    text-decoration: underline;
    padding-left: 30px;
    line-height: 2.5;
    font-size: 14px;
    font-weight: 600;
    background: url(/Image-ori-not-optimized/common/under_arrow.png)no-repeat 8px 8px;
    background-size: 2%;
    transition: 0.2s;
}

#second_attend p.title.nowOpen {
    background: url(/Image-ori-not-optimized/common/up_arrow.png)no-repeat 8px 8px;
    background-size: 2%;
    transition: 0.2s;
}

#second_attend .open {
    display: block;
    overflow: hidden;
    padding: 0px 20px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}

#second_attend p {
    margin-bottom: 0px;
}

#Formbox {
    width: 100%;
    margin: auto;
    padding: 150px 0 100px;
    background: #f3f3f8;
}

#Formbox .inner {
    width: 900px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #d4d4d4;
    background: #fff;
}

#Formbox h3.top_h3 {
    background: #3b3022;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 10px 10px 70px;
    letter-spacing: 2px;
    margin-top: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#Formbox h3.top_h3 span {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    color: #ffb330;
}

#Formbox th span {
    float: right;
    padding: 2px 8px 0;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #ed6103
}

#Formbox td input[type="text"],
#Formbox td input[type="email"],
#Formbox td input[type="tel"] {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border: 1px solid #bbc6c8;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    box-sizing: border-box;
    width: 60%;
}

#Formbox td input[type="text"]:focus,
#Formbox td input[type="email"]:focus,
#Formbox td input[type="tel"]:focus {
    background-color: #fffea4;
}

#Formbox td.hissu_td {
    background-color: #ffebe1;
}

#Formbox td p.mail_attent {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 8px;
    line-height: 18px;
}

#Formbox td textarea {
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.14) inset;
    height: 150px;
}

#Formbox td select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 7px;
    width: 200px;
    background-color: #fefefe;
}

#Formbox th {
    width: 30%;
    padding: 20px 10px;
    line-height: 1.5;
    border-right: 1px solid #bdc8ca;
}

#Formbox td {
    width: 70%;
    padding: 15px 10px;
    background: #fafafa;
}

#Formbox td p {
    margin-bottom: 0px;
}

#Formbox td p.textarea {
    margin-bottom: 8px;
}

#Formbox th span.ninni {
    background-color: #778d95;
}

#Formbox tr {
    border-bottom: 1px solid #bdc8ca
}

#Formbox table {
    border-bottom: 1px solid #ededed;
    border: 1px solid #bdc8ca;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    margin: auto;
    width: 94%;
}

#Formbox input[type="submit"] {
    max-width: 400px;
    width: 80%;
    margin: auto;
    display: block;
    padding: 12px 55px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #F77C00;
    border-bottom: 2px solid #D26A00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    color: #FFFFFF;
    text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #f88c20;
    transition: 0.3s;
}

#Formbox input[type="submit"]:hover {
    -webkit-box-shadow: 0 0px 0px #d9d9d9;
    -moz-box-shadow: 0 0px 0px #d9d9d9;
    box-shadow: 0 0px 0px #d9d9d9;
    background: rgba(247, 124, 0, 0.78);
}

#rapid {
    width: 90%;
    margin: 20px auto 30px;
    background: #f2f2f2;
    overflow: hidden;
    padding: 20px;
}

#rapid p.img {
    float: left;
    margin-bottom: 0px;
    width: 10%;
}

#rapid p.text {
    margin: 0px;
    width: 88%;
    float: right;
    font-size: 13px;
    font-weight: 600;
}

h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto;
    width: 94%;
    line-height: 30px;
    margin-bottom: 5px;
    border-left: 4px solid #3b3022;
    padding-left: 10px;
}

.wpcf7-checkbox {
    overflow: hidden;
    display: block;
}

.wpcf7-checkbox label.wpcf7-list-item {
    float: left;
    margin: 0.5%;
    width: 32.333%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 35px;
}

.wpcf7-checkbox input[type="checkbox"] {
    padding: 0;
    height: 16px;
    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 100;
    text-align: left;
}

.wpcf7-checkbox input[type=checkbox]:checked+.mask {
    background: rgba(255, 248, 48, 0.19);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.wpcf7-checkbox span.wpcf7-list-item span {
    padding: 8px 10px 8px 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#Formbox table.reserve {
    margin-bottom: 30px;
}

#Formbox table.reserve td select {
    width: 80px;
}

#Formbox table.reserve td .down select {
    width: 200px;
}

#Formbox table.reserve td .down {
    overflow: hidden;
    padding-top: 15px;
}

#Formbox table.reserve td .down p {
    float: left;
    margin-right: 10px;
}

#booking-package_calendarPage .dayPanel {
    width: 14.285%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.reservation_form {
    padding: 3% 3% 0;
}

#booking-package .sat {
    color: #3f51b5;
}

#booking-package .sun,
#booking-package .nationalHoliday {
    color: #f00;
}

#booking-package_calendarPage .today {
    background: #ffe0e0 !important;
    color: #fff;
}

.holidayPanel .dayPostion:after {
    content: "";
    display: block;
    font-size: 70%;
    font-weight: 600;
}

#booking-package_schedulePage .selectPanelError {
    font-size: 16px;
    background: #999;
    width: 15.66% !important;
    margin: 0.5% !important;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    padding: 5px !important;
    box-shadow: 0px 2px #eee;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 12px 55px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background: #F77C00;
    border-bottom: 2px solid #D26A00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    color: #FFFFFF;
    text-shadow: -1px -1px 1px #dd6200, 0 1px 1px #f88c20;
    transition: 0.3s;
}

button#returnToSchedules {
    background: #999;
    text-shadow: none;
    border-color: #333;
}

#booking-package input[type=text] {
    padding: 8px !important;
    border: 1px solid #bbc6c8 !important;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    width: 60% !important;
}

#main #booking-package {
    background-color: #FFF;
    font-size: 14px !important;
    font-weight: 600;
}

#booking-package textarea {
    padding: 8px !important;
    border: 1px solid #bbc6c8 !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 0 #bbc6c8 inset;
    box-sizing: border-box;
    width: 100% !important;
}

#booking-package_inputFormPanel .name:after {
    content: "任意";
    padding: 2px 8px 2px;
    line-height: 1.2;
    border-radius: 3px;
    color: #fff;
    background-color: #778d95;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    margin-left: 10px;
}

div#reservationHeader+.row .name:after,
#booking-package_inputFormPanel .required:after {
    content: "必須" !important;
    padding: 2px 8px 2px;
    line-height: 1.2;
    border-radius: 3px;
    color: #fff !important;
    background-color: #ed6103;
    display: inline-block !important;
    font-size: 12px;
    font-weight: 600;
    top: 0 !important;
    margin-left: 10px !important;
}

.reservation_form+#second_attend {
    border-top: 1px solid #bdc8ca;
    margin-top: 20px;
}

.calendarChangeButton {
    background: #ffe0e0;
    color: #fff;
    text-align: center !important;
    width: 3% !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.calendarChangeButton span {
    display: none;
}

div#booking-package_calendarPage {
    display: block !important;
}

div#daysListPanel {
    display: none;
}

#booking-package_inputFormPanel .row,
#booking-package_myBookingDetails .row,
#booking-package_serviceDetails .row,
#booking-package_myBookingDetailsFroVisitor .row {
    padding: 1.5em 10px !important;
}


#booking-package_inputFormPanel .name,
#booking-package_serviceDetails .name,
#booking-package_myBookingDetailsFroVisitor .name,
#booking-package_myBookingDetails_panel .name {
    padding-bottom: 0.5em !important;
}

#booking-package_schedulePage .box_shadow {
    height: auto !important;
    position: static !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none !important;
    padding: 10px 0;
}

#booking-package_schedulePage .selectPanel,
#booking-package_servicePage .selectPanel {
    width: 15.66% !important;
    margin: 0.5% !important;
    border: 1px solid #eee !important;
    border-radius: 5px;
    text-align: center;
    padding: 10px !important;
    box-shadow: 0px 2px #eee;
}

div#blockPanel {
    display: none;
}

button#returnToCalendarButton {
    display: none;
}

button#returnToSchedules {
    display: none;
}

div#booking-package_schedulePage {
    display: block !important;
}

div[id^="booking_package_input_"] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div[id^="booking_package_input_"] label {
    margin: 0 10px 10px 0px;
}

#booking_package_input_human label {
    margin-bottom: 0;
}

div[id^="booking_package_input_"] label input {
    display: none;
}

#booking-package_inputFormPanel .radio_title {
    padding-left: 25px;
}

div[id^="booking_package_input_"] span.radio_title:after {
    content: "";
}

#booking-package_inputFormPanel select {
    border: 1px solid #ddd !important;
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: rgb(210 217 202 / 80%) 1px 1px 1px, white 0 2px 0 inset, rgb(235 235 235 / 70%) 0 -2px 0 inset !important;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    box-shadow: rgb(210 217 202 / 80%) 1px 1px 1px, white 0 2px 0 inset, rgb(235 235 235 / 70%) 0 -2px 0 inset !important;
    border: 1px solid #d9d1d1 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 7px !important;
    width: 200px !important;
    background-color: #fefefe;
    height: 40px;
}

input[type=checkbox]+span::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
}

input[type=checkbox]+span {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    line-height: 1.5px;
    cursor: pointer;
}

#booking-package_schedulePage .selectPanelError {
    border-width: 1px !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-right-width: 1px !important;
}

input[type=checkbox]:checked+span::after {
    left: 3px;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    border-left: 3px solid #df2a42;
    border-bottom: 3px solid #df2a42;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

span.wpcf7-list-item {
    vertical-align: middle;
    height: 20px;
    position: relative;
}

input[type=checkbox]+span::before {
    border: 1px solid #c2ced2;
    border-radius: 4px;
    -webkit-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    -moz-box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
}

#booking-package_inputFormPanel .returnButton {
    text-align: center;
    border: none;
    cursor: pointer;
}

#booking-package_inputFormPanel .returnButton:hover {
    opacity: 0.6;
}

#booking-package_inputFormPanel .name,
#booking-package_serviceDetails .name,
#booking-package_myBookingDetailsFroVisitor .name,
#booking-package_myBookingDetails_panel .name,
#booking-package_inputFormPanel .selectedDate,
#booking-package_myBookingDetails .selectedDate,
#booking-package_inputFormPanel .radio_title {
    font-weight: 600 !important;
}

@media (max-width:750px) {
    #second_attend {
        width: 94%;
        padding: 0;
    }

    #Formbox {
        padding: 5% 0%;
    }

    #Formbox h3.top_h3 {
        font-size: 20px;
        background-size: 35px;
    }

    #Formbox .inner {
        width: 94%;
    }

    .hd_logo {
        max-width: 70%;
        margin: auto;
    }

    #Formbox th,
    #Formbox td {
        display: block;
        width: 100%;
    }

    #Formbox td {
        width: 100%;
    }

    #Formbox th {
        padding: 3%;
    }

    #Formbox td input[type="text"],
    #Formbox td input[type="email"],
    #Formbox td input[type="tel"] {
        width: 100%;
    }

    #second_attend p.title,
    #second_attend p.title.nowOpen {
        background-size: 15px;
    }

    #second_attend .open {
        padding: 0 3% 3vw;
    }

    #Formbox input[type="submit"] {
        padding: 3% 5%;
        width: 90%;
    }

    #rapid {
        width: 87%;
        padding: 3%;
    }

    #rapid p.img {
        width: 20%;
    }

    #rapid p.text {
        width: 100%;
        font-size: 11px;
    }

    .wpcf7-checkbox label.wpcf7-list-item {
        width: 49%;
        font-size: 13px;
        padding-left: 26px;
    }

    #Formbox td span.menu-811 select,
    #Formbox td span.menu-812 select {
        width: 100px;
    }

    .hd_logo img {
        max-width: 100%;
    }

    #Formbox table.reserve td .down select {
        width: 150px;
    }

    #wpadminbar #adminbarsearch:before,
    #wpadminbar .ab-icon:before,
    #wpadminbar .ab-item:before {
        color: #333;
        font-weight: 600;
    }

    #wpadminbar .ab-empty-item,
    #wpadminbar a.ab-item,
    #wpadminbar>#wp-toolbar span.ab-label,
    #wpadminbar>#wp-toolbar span.noticon {
        color: #333;
        font-weight: 600;
    }

    #wpadminbar {
        background: #ffe0e0;
    }

    li#wp-admin-bar-wp-logo,
    li#wp-admin-bar-updates,
    li#wp-admin-bar-comments,
    li#wp-admin-bar-new-content,
    li#wp-admin-bar-wp-performances,
    li#toplevel_page_kusanagi-core-core,
    li#wp-admin-bar-duplicate-post,
    li#wp-admin-bar-customize {
        display: none;
    }

    #booking-package_inputFormPanel .returnButton:hover {
        opacity: 1;
    }

    #booking-package_calendarPage .arrowRight:before {
        left: calc(50% - 8px) !important;
    }

    #booking-package_calendarPage .arrowLeft:before {
        left: calc(50% - 3px) !important;
    }

    #booking-package input[type=text] {
        width: 100% !important;
    }

    #booking-package_schedulePage .selectPanel,
    #booking-package_servicePage .selectPanel,
    #booking-package_inputFormPanel .row,
    #booking-package_inputFormPanel input[type=text]{
        font-size: 4vw;
    }
}