#mainContent h2 {
    margin-bottom: 20px;
    font-size: 16px;
}
#mainContent h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
#mainContent legend {
    font-size: 16px;
    font-weight: 600;
}
.list_dots > li {
    position: relative;
    margin-bottom: 5px;   
    padding-left: 14px;
}
.list_dots > li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: rgb(35, 35, 35);
    border-radius: 50%;
    position: absolute;
    top: 0.85em;
    left: 0;
}
.js-accordion_trigger_wrap {
    margin-bottom: 30px;
    text-align: center;
}
.js-accordion_trigger_wrap span {
    text-decoration: underline;
    font-weight: 600;
}
.js-accordion_trigger {
    cursor: pointer;
}
.reserve-accordion {
    position: relative;
    padding: 0px 40px;
    margin-bottom: 40px;
    background-color: #F4EDED;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: padding 0.4s, height 0.4s, opacity 0.4s;
}
@media screen and (max-width: 768px) {
    .reserve-accordion {
        padding: 0px 20px;
    }
}
.reserve-accordion.is-active {
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
    height: auto;
}
@media screen and (max-width: 768px) {
    .reserve-accordion.is-active {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.reserve-accordion .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.reserve-accordion p, 
.reserve-accordion ul {
    margin-bottom: 20px;
}
#mainContent table {
    margin-bottom: 60px;
    width: 100%;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}
#mainContent form table a {
    text-decoration: underline;
}
#mainContent form tr:not(:first-child) {
    border-top: 1px solid #A6A6A6;
}
#mainContent form th {
    vertical-align: middle;
}
#mainContent form th,
#mainContent form td {
    padding: 20px 30px;
}
@media screen and (max-width: 768px) {
    #mainContent form tr {
        display: block;
        padding: 10px 0;
    }
    #mainContent form th,
    #mainContent form td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }      
}
.row {
    display: flex;
}
.elem-inline {
    margin-right: 10px;
}
#mainContent form input[type="text"],
#mainContent form input[type="email"],
#mainContent form select,
#mainContent form textarea {
    padding: 10px 20px;
    border: 1px solid #C6C6C6;
    background-color: #F4F4F4;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    #mainContent form input[type="text"],
    #mainContent form input[type="email"],
    #mainContent form select,
    #mainContent form textarea {
        padding: 10px;
        font-size: 14px;
    }
    #mainContent form select {
        width: 100%;
    }
}
#mainContent form input[type="text"],
#mainContent form input[type="email"],
#mainContent form textarea {
    width: 100%;
}
.mwform-radio-field.vertical-item {
    margin-bottom: 10px;
}
.select-prefectures,
.select-franchise {
    display: none;
}
.form_select_shop {
    display: none;
    width: 100%;
}
.mw_wp_form.mw_wp_form_complete {
    margin-bottom: 100px;
}
.btn_wrapper {
    padding-bottom: 60px;
    text-align: center;
}
.btn_submit_wrap {
    position: relative;
}
.btn_submit_wrap::after {
    right: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}
.form_submit {
    display: inline-block;
    width: 280px;
    height: 46px;
    margin: 0 10px;
    border: none;
    background-color: #e00000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    line-height: 44px;
    font-size: 15px;
    transition: opacity 0.3s;
}
.required::after {
    display: inline-block;
    padding: 2px 4px;
    margin-left: 5px;
    background: red;
    color: #fff;
    font-size: 12px;
    content: '必須';
}
.selects_item {
    padding: 10px 0 20px;
}
.selects_item .title {
    font-size: 14px;
    font-weight: 600;
}
.selects_item > *:not(:last-child) {
    margin-bottom: 10px;
}
.note {
    display: block;
    font-size: 13px;
    color: #666;
    padding-top: 5px;
}
#mainContent form table th {
    min-width: 300px;
}

.list_disc {
    margin-left: 10px;
}
.list_disc > li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 14px;
}
.list_disc > li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.list_disc > li:last-child {
    margin-bottom: 0;
}
.horizontalLine {
    margin-top: 30px;
    height: 1px;
    width: 100%;
    background-color: #000;
}
.color_alert {
    color: #e00000;
}
#mainContent img {
    max-width: 100%;
    height: auto;
}

/* select2 */
@media screen and (max-width: 768px) {
    .js-basic-single {
        max-width: 100%!important;
    }
}

.moduleLayer_wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.moduleLayer_wrap.is-show {
    opacity: 1;
    pointer-events: initial;
}
.moduleLayer {
    position: relative;
    padding: 12px;
    background: linear-gradient(to right, #e70000, #7d0005);
    z-index: 10;
}
.moduleLayer .closeBtn {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    height: 28px;
    width: 28px;
    background-image: url(../../afflux/content/images/form/closeBtn.png);
    background-size: 28px 28px;
    cursor: pointer;
    z-index: 1;
}
.moduleLayer_inner {
    padding: 24px 10px;
    min-width: 255px;
    background-color: #f4ecec;
    border-radius: 10px;
}
.moduleLayer_item_top {
    padding-bottom: 16px;
    text-align: center;
    border-bottom: dotted 1px #000;
}
.moduleLayer_item_top .text01 {
    display: block;
    /*font-family: acumin-pro, sans-serif;*/
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.moduleLayer_item_top .text01 span {
    font-size: 16px;
    font-weight: 600;
}
.moduleLayer_item_bottom {
    padding-top: 24px;
    text-align: center;
}
.moduleLayer_item_bottom_text01 {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
}
.moduleLayer_item_bottom_text02 {
    font-size: 11px;
    font-weight: 600;
}
.borderTtl {
    z-index: inherit;
}

.error_text {
    display: block;
    color: #B70000;
    font-size: 93%;
}
.select2.select2-container {
    width: 100%!important;
}

.mb50 {
    margin-bottom: 50px;
}
.mt30 {
    margin-top: 30px;
}
.text_bold {
    font-weight: 600;
}
.text_center {
    text-align: center;
}



@media screen and (min-width: 769px) {
    .text_center_pc {
        text-align: center;
    }
}

/* 2023/04/18 追記 */
/* notes */

.form-item-notes {
    padding: 40px;
    background-color: #F4EDED;
    overflow: hidden;
}
#reservation-content-notes {
    display: none;
}
#reservation-content-notes p {
    display: none;
}
#reservation-contents-others {
    display: none;
}
@media screen and (max-width: 768px) {
    .form-item-notes{
        padding: 20px;
    }
}