@media (min-width: 1200px) {
    .home .site-body {
        padding: 0 0 4rem !important;
    }
}
@media (min-width: 769px) {
    .system-wrapper {
        margin-left: 12vw;
    }
}
@media (max-width: 768px) {
    .system-wrapper {
        margin-left: 0;
    }
}
.br-sp {
    display: none;
}
@media screen and (max-width:768px) {
    .br-sp {
        display: block;
    }
}
@media(max-width: 430px) {
    .top-fv {
        padding-bottom: 0 !important;
        margin-bottom: 2vh;
    }
}
@media(max-width: 430px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-attachment: scroll !important;
    }
}
@media(max-width: 430px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-position: 50% -40% !important;
        background-size: 170%;
    }
}
@media(max-width: 414px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-position: 50% -34% !important;
    }
}
@media(max-width: 390px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-position: 50% -34% !important;
    }
}
@media(max-width: 375px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-position: 50% -34% !important;
    }
}
@media(max-width: 320px) {
    .top-fv .wp-block-cover__image-background.has-parallax {
        background-position: 50% -34% !important;
    }
}
.fv-web-reservation {
    width: 75% !important;
    margin: auto;
}
@media(max-width: 768px) {
    .fv-web-reservation {
        width: 100% !important;
        margin: 0 auto 2vh;
    }
}
.block-infomation .vk_outer-minHeight {
    align-items: flex-start !important;
    text-align: left !important;
}
.table-greeting table th {
    text-align: left !important;
}
.inquiry-table {
    border-spacing: 0;
    margin-bottom: 2vh;
}
.inquiry-table th {
    padding: 15px;
    border-bottom: 1px solid #EEE;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background: #f8f8f8;
}
.inquiry-table td {
    padding: 10px;
    border-bottom: 1px solid #EEE;
    width: 70%;
}
.item_name {
    display: block;
    float: left;
    width: 80%;
}
.req {
    display: block;
    padding: 5px;
    font-size: 85%;
    background: #d40000;
    color: #FFF;
    width: 3vw;
    text-align: center;
    float: right;
}
.any {
    display: block;
    padding: 5px;
    font-size: 85%;
    background: #07b53b;
    color: #fff;
    width: 3vw;
    text-align: center;
    float: right;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: inherit;
    padding: .3em .5em;
}
input.your-name {
    width: 5vw !important;
}
input.letter-of-introduction, input.clinic-name, input.illness-being-treated-clinic {
    width: 50% !important;
}
input.health-check, input.find-out-oither {
    width: 70%;
}
input.your-hba1c, input.blood-pressure-high, input.blood-pressure-low, input.pregnancy-week, input.drivers-license-year, input.drivers-license-month, input.drivers-license-old {
    width: 5vw;
}
.input-group {
    display: flex;
    flex-direction: row;
}
.input-group label {
    display: block;
    width: 5vw;
}
.input-group input[type=text] {
    display: block;
    flex: 1;
}
.input-group input.name {
    margin-right: 2vw;
}
.form_submit {
    display: flex;
    justify-content: center;
}
.btn_back {
    font-size: 1rem;
    border: none;
    background-color: #444;
    color: #fff;
    padding: .5em 2em;
    border-radius: 5px;
    margin-right: 2vw;
}
@media (max-width: 768px) {
    .inquiry-table td {
        display: block;
        width: 100%;
    }
    .inquiry-table th {
        display: block;
        width: 100%;
        padding: 10px 5px 50px;
    }
    .req {
        padding: 5px 10px;
        font-size: 75%;
        width: 12vw;
    }
    .any {
        padding: 5px 10px;
        font-size: 75%;
        width: 12vw;
    }
    .input-group label {
        width: 11vw;
        font-size: 0.6rem;
    }
    input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
        width: 90%;
        padding: .3em .5em;
    }
    input.letter-of-introduction, input.clinic-name, input.illness-being-treated-clinic {
        width: 80% !important;
    }
}
.page_top_btn {
    background-color: #664400 !important;
}
.contact_vk_highlighter {
    border-bottom: 3px solid #911b1b;
}
/* XO Event Calendar ------------------------- */
.xo-event-calendar {
    margin: 0 auto;
}
.xo-months {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xo-month-wrap {
    width: 47%; //カレンダーの横幅の最大を47%とする
}
.xo-event-calendar table.xo-month thead tr {
    background: #957000 !important;
}
@media screen and (max-width: 599px) {
    .xo-event-calendar {
        width: 70%; //カレンダー全体の表示幅の最大を70%とする
    }
    .xo-months {
        display: block; //カレンダーを縦に並べる
    }
    .xo-month-wrap {
        width: 100%; //カレンダーの横幅の最大を100%とする
    }
}