@charset "UTF-8";
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.pop-inner ul, .pop-inner ol, .pop-inner li, .pop-inner dl, .pop-inner dt, .pop-inner dd {
    margin: 0px;
    padding: 0px;
    outline: 0;
    list-style: none;
}
.pop-inner a {
    transition-property: all;
    transition: 0.2s linear;
}
.pop-inner a, .pop-inner a:link {
    color: #2D9387;
    text-decoration: underline;
}
.pop-inner a:hover, .pop-inner a:active {
    color: #1C4A40;
}
.pop-inner.is-on {
    display: block;
}
.pop-head {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 64px;
    background: #fff;
    text-align: center;
    z-index: 999999;
    border-bottom: 1px solid #e0e0e0;
}
.pop-head-in {
    width: 100%;
    height: 64px;
    max-width: 902px;
    text-align: center;
    margin: 0 auto;
}
.pop-head-logo {
    float: left;
    width: 158px;
    height: 64px;
    padding: 0 0 0 8px;
    position: relative;
}
.pop-head-logo a {
    display: block;
    width: 100%;
    height: 0;
    padding: 64px 0 0 0;
    overflow: hidden;
    background: url(../svg/logo.svg) no-repeat center center;
    background-size: 100% auto;
    pointer-events: none;
}
.pop-head-logo:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -202px;
    width: 192px;
    height: 20px;
    background: url(../img/logo_txt.png) no-repeat center center;
    z-index: 9;
}
.pop-foot {
    width: 100%;
    height: 50px;
    background: #f1f8ff;
    text-align: center;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-foot-copy {
    text-align: center;
    line-height: 1;
    font-size: 12px;
    display: block;
}
.pop-in {
    display: none;
}
.pop-in.is-on {
    display: block;
}
.pop-add {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 60px;
}
.pop-ttl {
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    text-align: center;
}
.pop-step {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 265px;
    height: 3px;
    background: #bbbab7;
    margin: 45px auto 0;
}
.pop-step.step-2 {
    background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
    background: linear-gradient(to right, #1C4A40 calc((100%/4)*1) 10%, #bbbab7 calc((100%/4)*1) 100%);
}
.pop-step.step-3 {
    background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
    background: linear-gradient(to right, #1C4A40 calc((100%/4)*2) 10%, #bbbab7 calc((100%/4)*2) 100%);
}
.pop-step.step-4 {
    background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
    background: linear-gradient(to right, #1C4A40 calc((100%/4)*3) 10%, #bbbab7 calc((100%/4)*3) 100%);
}
.pop-step.step-5 {
    background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
    background: linear-gradient(to right, #1C4A40 calc((100%/4)*4) 10%, #bbbab7 calc((100%/4)*4) 100%);
}
.pop-step.step-6 {
    background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#v));
    background: linear-gradient(to right, #1C4A40 calc((100%/4)*5) 10%, #bbbab7 calc((100%/4)*5) 100%);
}
.pop-step-item {
    position: relative;
}
.pop-step-item:after {
    position: absolute;
    content: '1';
    top: -8px;
    left: -8px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    background: #bbbab7;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pop-step-item.is-on::after {
    background: #1C4A40;
}
.pop-step-item:nth-child(2):after {
    content: '2';
}
.pop-step-item:nth-child(3):after {
    content: '3';
}
.pop-step-item:nth-child(4):after {
    content: '4';
}
.pop-step-item:nth-child(5):after {
    content: '5';
}
.pop-step-item:nth-child(6):after {
    content: '6';
}
.pop-step-item:nth-child(7):after {
    content: '7';
}
.pop-form {
    margin: 40px 0;
    min-height: 280px;
}
.pop-in.is-ver2 .pop-form {
    min-height: 197px;
}
.pop-in.is-ver7 .pop-form {
    min-height: 235px;
}
.pop-form-item {
    margin: 0 0 32px 0;
}
.pop-form-item.is-hide {
    display: none !important;
}
.pop-form-item:last-child {
    margin: 0;
}
.pop-form-item.is-mb0 {
    margin-bottom: 0;
}
.pop-form-item.is-off {
    display: none;
}
.pop-form-item.is-on {
    display: block;
}
.pop-in.is-ver2 .pop-form-item.is-bk {
    visibility: hidden;
}
.pop-form input[type="radio"], .pop-form input[type="checkbox"] {
    display: none;
}
.pop-form li {
    width: 460px;
    margin: 0 auto 20px auto;
}
.pop-form li.is-ver2 {
    width: 117px;
    display: inline-block;
    margin: 0 6px 0 0;
}
.pop-form li.is-ver3 {
    width: 100%;
    margin: 0 0 20px 0;
}
.pop-form li:last-child {
    margin: 0 auto;
}
.pop-form li .pop-form-error {
    text-align: center;
}
.pop-form li label {
    display: table;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #7f7f7f;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 20px #9c9c9c1a;
    cursor: pointer;
    position: relative;
}
.pop-form li.is-ver2 label {
    width: 100%;
    margin: 0;
}
.pop-form li label:hover {
    background: #efefef;
}
.pop-form li input:checked + label {
    border: 1px solid #1C4A40;
    background: #1C4A40;
    color: #fff;
}
.pop-form li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pop-form input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.pop-form dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 420px;
    margin: 0 auto;
}
.pop-form dt {
    position: relative;
    font-size: 16px;
    padding-left: 50px;
}
.pop-form dt.is-ver2 {
    padding-left: 0;
}
.pop-form dt .itemTag {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px 5px 8px;
    color: #ffffff;
    border-radius: 5px;
}
.pop-form dt .itemTag.is-req {
    background: #ff4747;
}
.pop-form dt .itemTag.is-any {
    background: #bbbab7;
}
.pop-form dd {
    width: 240px;
    text-align: left;
}
.pop-form dl.is-ver2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pop-form dl.is-ver2 dt {
    padding-top: 12px;
    padding-bottom: 12px;
}
.pop-form input[type="date"], .pop-form input[type="text"], .pop-form input[type="tel"], .pop-form input[type="email"], .pop-form input[type="password"] {
    width: 100%;
    height: 50px;
    background: #ffffff;
    font-size: 14px;
    padding: 0 10px 0 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.pop-form select {
    border: 1px solid #d9d9d9;
    background: #ffffff url(/cmn2/img/dec_arw_dwn.png) no-repeat right 8px center;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #7f7f7f;
}
.pop-form select.is-wid2 {
    width: 85px;
    margin: 0 5px 0 0;
}
.pop-form select.is-wid3 {
    width: 68px;
    margin: 0 5px 0 0;
}
.pop-form select.is-wid3:last-child {
    margin: 0;
}
.pop-form input.is-wid2 {
    width: 115px;
    margin: 0 5px 0 0;
}
.pop-form input.is-wid2:last-child {
    margin: 0;
}
.pop-form input[type="text"], .pop-form input[type="password"], .pop-form textarea, .pop-form select {
    outline: none;
}
.pop-form input.is-ver2 {
    background: #E6F4F3;
    border: 2px solid #1C4A40;
}
.pop-form select.is-ver2 {
    background: #E6F4F3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 7px center;
    border: 2px solid #1C4A40;
}
.pop-form input:hover {
    background: #E6F4F3;
    border: 2px solid #1C4A40;
    cursor: pointer;
    padding: 0 9px 0 9px;
}
.pop-form li label:hover {
    background: #E6F4F3;
    border: 2px solid #1C4A40;
    cursor: pointer;
}
.pop-form select:hover {
    background: #E6F4F3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 7px center;
    border: 2px solid #1C4A40;
    cursor: pointer;
    padding: 0 14px 0 9px;
}
.pop-form-txt {
    font-size: 12px;
    margin: 0;
}
.pop-form-txt.is-ver2 {
    margin: 10px 0;
}
.pop-form-txt.is-ver3 {
    margin: 5px 0 0 0;
}
.pop-form-lnk {
    font-size: 16px;
    line-height: 1;
    margin: 40px 0 0 0;
    text-align: center;
}
.pop-form-btn {
    width: 338px;
    margin: 32px auto 0 auto;
    line-height: 1;
    text-align: center;
}
.pop-form-btn.is-wid2 {
    width: 400px;
    line-height: 1.4;
}
.pop-inner .pop-form-btn a {
    border-bottom: 3px solid #bbbab7;
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 0;
    background: #cbcbcb;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
}
.pop-inner .pop-form-btn.is-on a {
    color: #ffffff;
    background: #E05E00;
    border-bottom: 3px solid #ce6409;
}
.pop-inner .pop-form-btn.is-on a:hover {
    opacity: 0.8;
}
.pop-inner .pop-form-btn.is-ver2 {
    width: 265px;
    margin: 0 auto;
}
.pop-inner .pop-form-btn.is-ver2 a {
    border: 1px solid #d9d9d9;
    color: #7f7f7f;
    font-size: 15px;
    padding: 14px 0;
    background: #fff;
}
.pop-inner .pop-form-btn.is-ver2 a:hover {
    opacity: .8;
}
.pop-inner .pop-form-note {
    background: #e8e8e8;
    width: 600px;
    margin: 60px auto 0;
    padding: 24px 24px 20px;
    border-radius: 4px;
    text-align: left;
}
.pop-inner .pop-form-note-ttl {
    border-left: 4px solid #575757;
    padding-left: 8px;
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.2;
}
.pop-inner .pop-form-note-txt {
    font-size: 12px;
}
.pop-form .is-error {
    background: #fff2f3 !important;
    position: relative;
}
.pop-form select.is-error {
    background: #fff2f3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 13px center !important;
}
.pop-form-error {
    display: none;
    font-size: 12px;
    color: #ff0000;
    text-align: left;
    padding: 0 0 5px 0;
}
.pop-form-error.is-ver2 {
    color: #50804c;
}
.pop-form.is-end {
    margin: 0 0 0 0;
}
.pop-end-ttl {
    font-size: 18px;
    font-weight: bold;
}
.pop-end-txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    margin: 40px 60px;
}
.pop-end-txt a {
    color: #2D9387;
    text-decoration: underline;
}
.pop-end-txt a:hover {
    color: #1C4A40;
}
.form-check_hsk {
    font-size: 12px;
}
.form-check_hsk .form-check_hsk_in {
    padding: 10px 0 0 0;
}
.form-check-km {
    margin-bottom: 5px;
}
.form-check_hsk-tl {
    font-weight: bold;
    margin-bottom: 5px;
}
.form-check_hsk_ul {
    line-height: 1.5;
    padding-top: 2px;
}
.form-check_hsk_ul li {
    margin: 0;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 11px;
}
.form-check_hsk_ul li:last-child {
    margin: 0;
    margin-left: 1em;
}
.c-srcPop_wrap #modal {
    display: none;
    position: fixed;
    left: 50%;
    top: 20px;
    right: 0;
    margin: 0;
    z-index: 99999999;
    border-radius: 3px;
    width: 950px;
    margin: 0 0 0 -475px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
}
.c-srcPop_wrap .close_overlay {
    display: none;
}
.c-srcPop_wrap .m_ttl {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background: #eef3f6;
    padding: 0 30px;
    box-sizing: border-box;
}
.c-srcPop_wrap .m_ttl h2 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: bold;
}
.c-srcPop_wrap .m_ttl p {
    width: 14px;
    height: 14px;
}
.c-srcPop_wrap .m_ttl p a {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 14px 0 0 0;
    background: url(/cmn3/img/icn_close.png) no-repeat center center;
}
.c-srcPop_wrap .txt {
    height: 500px;
    padding: 40px;
    overflow-y: scroll;
}
.c-srcPop_wrap .modal_window {
    display: block;
}
footer {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
.footer_txt {
    font-size: 12px;
    line-height: 1;
}
/*20250603*/
.pop-form input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    margin: 10px 0;
    font-size: 15px;
}
.pop-form input[type="radio"] + label::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .32);
    left: 0;
    border-radius: 9999px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -10px;
}
.pop-form input[type="radio"].is-error + label::before {
    background: #fff2f3;
}
.pop-form input[type="radio"]:checked + label::before {
    border: solid 1px #1c4a40;
}
.pop-form input[type="radio"]:checked + label::after {
    position: absolute;
    content: "";
    background: #1c4a40;
    width: 12px;
    height: 12px;
    left: 4px;
    margin-top: -6px;
    top: 50%;
    border-radius: 9999px;
    box-sizing: border-box;
}
.pop-form .tiem_lst li {
    width: 100%;
    margin: 0;
}
.formCd_box ul li {
    margin: 0;
}
.formCd_lst ul li {
    width: 100%;
    margin: 0;
}
.formbox_ad {
    width: 520px;
    margin: 0 auto 20px auto;
}
.applyTable tr+tr th,
.applyTable tr+tr td {
    padding-top: 20px;
}
.itemTtl {
    position: relative;
    font-size: 16px;
    padding-left: 50px;
}
.itemTag {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px 5px 8px;
    color: #ffffff;
    border-radius: 5px;
}
.itemTag.is-any {
    background: #bbbab7;
}
.is-blak {
    padding-left: 10px;
}
.is-blak .fl.is-reserveday {
    max-width: 150px;
}
.is-blak .fl.is-reservetime {
    margin-left: 10px;
    width: 235px;
}
.pop-form input[type="text"].is-calender {
    padding-left: 36px;
    background: #fff url(../svg/icn_calendar.svg) no-repeat center left 12px / 16px auto;
}
@media (max-width: 896px) {
    .pop-head {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        height: 48px;
        background: #fff;
        text-align: center;
        z-index: 999999;
        border-bottom: 1px solid #e0e0e0;
    }
    .pop-head-in {
        width: 100%;
        height: 48px;
        max-width: 902px;
        text-align: center;
        margin: 0 auto;
    }
    .pop-head-logo {
        float: left;
        width: 125px;
        height: 48px;
        padding: 0 0 0 10px;
        position: relative;
    }
    .pop-head-logo:after {
        content: "";
        position: absolute;
        top: 8px;
        right: -146px;
        width: 138px;
        height: 30px;
        background: url(../img/sp/logo_txt.png) no-repeat center center;
        z-index: 9;
        background-size: 100% auto;
    }
    .pop-head-logo a {
        display: block;
        width: 100%;
        height: 0;
        padding: 48px 0 0 0;
        overflow: hidden;
        background: url(../svg/logo.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .pop-foot {
        width: 100%;
        height: 40px;
        background: #f1f8ff;
        text-align: center;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pop-foot-copy {
        text-align: center;
        line-height: 1;
        font-size: 11px;
        display: block;
    }
    .pop-in {
        display: none;
    }
    .pop-in.is-on {
        display: block;
    }
    .pop-ct {
        margin: 0 20px;
    }
    .pop-add {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        margin: 6px 0 38px;
    }
    .pop-ttl {
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        margin: 0;
    }
    .pop-step {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 60%;
        height: 3px;
        background: #c3c2bf;
        margin: 26px auto 0;
    }
    .pop-step.step-2 {
        background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
        background: linear-gradient(to right, #1C4A40 calc((100%/4)*1) 10%, #bbbab7 calc((100%/4)*1) 100%);
    }
    .pop-step.step-3 {
        background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
        background: linear-gradient(to right, #1C4A40 calc((100%/4)*2) 10%, #bbbab7 calc((100%/4)*2) 100%);
    }
    .pop-step.step-4 {
        background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
        background: linear-gradient(to right, #1C4A40 calc((100%/4)*3) 10%, #bbbab7 calc((100%/4)*3) 100%);
    }
    .pop-step.step-5 {
        background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
        background: linear-gradient(to right, #1C4A40 calc((100%/4)*4) 10%, #bbbab7 calc((100%/4)*4) 100%);
    }
    .pop-step.step-6 {
        background: -webkit-gradient(linear, left top, right top, from(#1C4A40), to(#bbbab7));
        background: linear-gradient(to right, #1C4A40 calc((100%/4)*5) 10%, #bbbab7 calc((100%/4)*5) 100%);
    }
    .pop-step-item {
        position: relative;
    }
    .pop-step-item:after {
        top: -6px;
        left: -7px;
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
        box-sizing: border-box;
        padding-bottom: 2px;
    }
    .pop-form {
        margin: 30px 0;
    }
    .pop-in.is-ver2 .pop-form, .pop-in.is-ver7 .pop-form {
        min-height: 280px;
    }
    .pop-form-in1 {
        min-height: 310px;
        padding-bottom: 30px;
    }
    .pop-in.is-ver2 .pop-form-in1 {
        min-height: 250px;
    }
    .pop-in.is-ver7 .pop-form-in1 {
        min-height: 251px;
    }
    .pop-form-item {
        margin: 0 0 24px 0;
    }
    .pop-in.is-ver2 .pop-form-in1 .pop-form-item {
        margin: 0 0 20px 0;
    }
    .pop-form-item:last-child {
        margin: 0;
    }
    .pop-form-item.is-off {
        display: none;
    }
    .pop-form-item.is-on {
        display: block;
    }
    .pop-form-item-fl {
        display: flex;
    }
    .pop-form .pop-form-item-fl input.is-wid2:first-child {
        margin-right: 5px;
        margin-bottom: 0;
    }
    .pop-form .pop-form-item-fl input.is-wid2:last-child {
        margin-left: 5px;
        margin-bottom: 0;
    }
    .pop-form input[type="radio"], .pop-form input[type="checkbox"] {
        display: none;
    }
    .pop-form input[type="tel"]:focus {
        border: 0;
    }
    .pop-form li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .pop-form li.is-ver2 {
        width: 50%;
        display: inline-block;
        margin: 0;
    }
    .pop-form li.is-ver3 {
        width: 100%;
    }
    .pop-form li:last-child {
        margin: 0;
    }
    .pop-form li label {
        width: 100%;
        height: 60px;
        padding: 0 20px;
        font-size: 100%;
        border-radius: 5px;
        box-shadow: 0 0 16px #9c9c9c1a;
        font-size: 18px;
    }
    .pop-form li.is-ver2 label {
        width: 95%;
        margin: 0;
        height: 44px;
        font-size: 100%;
    }
    .pop-form li.is-ver3 label {
        margin: 0;
        height: 44px;
        font-size: 100%;
    }
    .pop-form li.is-ver2:last-child label {
        margin: 0 0 0 5%;
    }
    .pop-form li label:hover {
        background: #efefef;
    }
    .pop-form li input:checked + label {
        border: 1px solid #1C4A40;
        background: #1C4A40;
        color: #fff;
    }
    .pop-form li span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .pop-form dl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    .pop-form dt {
        position: relative;
        font-size: 12px;
        line-height: 1.4;
        padding-left: 40px;
    }
    .pop-form dt .itemTag {
        font-size: 10px;
        padding: 3px 5px 3px 5px;
        margin: 0 8px 0 0;
        border-radius: 3px;
    }
    .pop-form dd {
        width: 100%;
        margin: 0 8px;
    }
    .pop-form dt + dd {
        width: 60%;
        margin: 0;
    }
    .pop-form input[type="date"], .pop-form input[type="text"], .pop-form input[type="tel"], .pop-form input[type="email"], .pop-form input[type="password"] {
        font-size: 12px;
        height: 38px;
        padding: 0 10px;
        font-size: 100%;
        border-radius: 5px;
    }
    .pop-form select {
        font-size: 12px;
        height: 38px;
        padding: 0 20px 0 10px;
        background: #ffffff url(/cmn2/img/dec_arw_dwn.png) no-repeat right 10px center;
        border-radius: 5px;
        font-size: 100%;
    }
    .pop-form select.is-wid2 {
        width: 100%;
        padding: 0 20px 0 10px;
        margin: 0;
    }
    .pop-form select.is-wid3 {
        width: 100%;
        padding: 0 20px 0 10px;
        margin: 0;
    }
    .pop-form input.is-wid2 {
        width: 100%;
        padding: 0 10px 0 10px;
        margin: 0 0 10px 0;
    }
    .pop-form input[type="text"], .pop-form input[type="password"], .pop-form textarea, .pop-form select {
        outline: none;
    }
    .pop-form input.is-ver2 {
        background: #E6F4F3;
        border: 2px solid #1C4A40;
    }
    .pop-form select.is-ver2 {
        background: #E6F4F3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 9px center;
        border: 2px solid #1C4A40;
    }
    .pop-form input:hover {
        background: #E6F4F3;
        border: 2px solid #1C4A40;
        cursor: pointer;
        padding: 0 9px 0 9px;
    }
    .pop-form li label:hover {
        background: #E6F4F3;
        border: 2px solid #1C4A40;
        cursor: pointer;
    }
    .pop-form select:hover {
        background: #E6F4F3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 9px center;
        border: 2px solid #1C4A40;
        cursor: pointer;
        padding: 0 19px 0 9px;
    }
    .pop-form-txt {
        font-size: 11px;
        margin: 20px 0 0 0;
    }
    .pop-form-txt.is-ver2 {
        margin: 5px 0;
    }
    .pop-form-txt.is-ver3 {
        margin: 5px 0 0 0;
    }
    .pop-form-lnk {
        font-size: 16px;
        margin: 24px 0 0 0;
    }
    .pop-form-btn {
        width: auto;
        margin: 0;
    }
    .pop-form-btn.is-wid2 {
        width: auto;
    }
    .pop-inner .pop-form-btn a {
        font-size: 16px;
        padding: 14px 0;
    }
    .pop-inner .pop-form-btn.is-on a {
        box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .pop-inner .pop-form-btn.is-ver2 {
        width: 200px;
    }
    .pop-inner .pop-form-btn.is-ver2 a {
        border: 1px solid #d9d9d9;
        font-size: 13px;
        padding: 10px 0;
    }
    .pop-inner .pop-form-note {
        width: auto;
        margin: 40px auto 0;
        padding: 16px 16px 12px;
    }
    .pop-inner .pop-form-note-ttl {
        border-left: 3px solid #575757;
        padding-left: 4px;
        margin: 0 0 10px;
        font-size: 11px;
    }
    .pop-inner .pop-form-note-txt {
        font-size: 11px;
    }
    .pop-form .is-error {
        background: #fff2f3 !important;
    }
    .pop-form select.is-error {
        background: #fff2f3 url(/cmn2/img/dec_arw_dwn.png) no-repeat right 13px center !important;
    }
    .pop-end-ttl {
        font-size: 13px;
    }
    .pop-end-txt {
        text-align: left;
        font-size: 13px;
        line-height: 1.6;
        margin: 20px 0;
    }
    .pop-form-btn.is-end {
        margin: 20px 0 0 0;
    }
    .form-check_hsk {
        font-size: 11px;
    }
    .form-check_hsk .form-check_hsk_in {
        padding: 5px 0 0 0;
    }
    .form-check_hsk_ul li {
        margin: 0;
        margin-left: 1em;
    }
    .form-check_hsk_ul li:last-child {
        margin: 0;
        margin-left: 1em;
    }
    .c-srcPop_wrap {
        display: none;
    }
    .c-srcPop_wrap #modal {
        background: #fff;
        z-index: 9999999;
        width: auto;
        margin: 0;
        position: relative;
        text-align: left;
        background: #fff;
        padding: 0;
        border-radius: 3px;
        top: 0;
        left: 0;
    }
    .c-srcPop_wrap .m_ttl {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .c-srcPop_wrap .m_ttl h2 {
        text-align: left;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        padding: 0 0 0 20px;
    }
    .c-srcPop_wrap .m_ttl p {
        width: 50px;
        height: 50px;
    }
    .c-srcPop_wrap .m_ttl p a {
        height: 0;
        padding: 50px 0 0 0;
    }
    .c-srcPop_wrap .txt {
        padding: 20px;
        height: auto;
        margin: 50px 0 0 0;
        font-size: 12px;
    }
    footer {
        padding: 30px 20px;
        text-align: left;
    }
    .footer_txt {
        font-size: 10px;
        line-height: 1.6;
    }
    /*20250603*/
    .pop-form input[type="radio"] + label {
        font-size: 14px;
    }
    .formbox_ad {
        width: 100%;
    }
    .applyTable tr+tr td {
        padding-top: 10px;
    }
    .itemTtl {
        font-size: 12px;
        padding-left: 40px;
    }
    .itemTag {
        font-size: 10px;
        padding: 3px 5px 3px 5px;
        margin: 0 8px 0 0;
        border-radius: 3px;
    }
    .applyTable tr th {
        display: block;
    }
    .is-blak {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
    .is-blak .fl.is-reserveday {
        max-width: 100%;
    }
    .is-blak .fl.is-reservetime {
        margin-left: 0;
        width: 100%;
    }
    .pop-form input[type="text"].is-calender {
        padding-left: 36px;
        background: #fff url(../svg/icn_calendar.svg) no-repeat center left 12px/16px auto
    }
}
@media (max-width: 374px) {
    .pop-form dt {
        font-size: 10px;
    }
    .pop-form dt .itemTag {
        margin: 0 5px 0 0;
    }
}
@media (min-width: 896px) {
    .pop-form-item.is-flx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pop-form-item.is-flx .pop-form-btn {
        margin: 0 20px;
    }
}
@media (max-width: 896px) {
    .pop-form-item.is-flx .pop-form-btn {
        margin: 0 auto 15px;
    }
}
