/*adobeフォントロード
------------------------------*/
html {
    visibility: hidden;
}
html.wf-active,
html.loading-delay {
    visibility: visible;
}

.inline_block {
    display: inline-block;
}

#contact {
    padding-top: 195px;
}
.content_wrap {
    display: flex;
    padding-bottom: 130px;
    font-family: 'Hiragino Kaku Gothic ProN';
}
.contact_left {
    width: 42.5%;
    min-width: 500px;
}
.contact_right {
    width: 57.5%;
}
#contact .sec_title .en {
    font-size: 32px;
    letter-spacing: .12em;
    margin-top: .7em;
}

.instraction {
    max-width: 67%;
}
.instraction p:first-child {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #contact {
        padding-top: 145px;
    } 
}

/*フォーム
------------------------------*/
.form_title {
    display: none;
    font-size: 16px;
    letter-spacing: 1.92px;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
}
.form_title span {
    min-width: 90px;
}
.form_title .line {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #1c1c1c;
}
.contactForm {
    position: relative;
}
.form-label {
    display: flex;
}
.hissu {
    color: #E27272;
    font-size: 12px;
}
.hissu::before {
    content: '';
    display: inline-block;
    width: 10px;
    text-align: center;
    font-size: 19px;
    line-height: 1;
    vertical-align: -6.5px;
}

.reserve-form-parts dt {
    min-width: 234px;
    font-size: 16px;
    margin-bottom: 37px;
}
.content-inner {
    width: calc(100% - 234px);
    /*height: 40px;*/
    font-size: 16px;
    letter-spacing: 1.92px;
    color: #A3A3A3;
    /*background-color: #F7F7F7;*/
    border-radius: 6px;
}
.form-input {
    width: 100%;
    height: 40px;
    background-color: #F7F7F7;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #A3A3A3;
  letter-spacing: 1.68px;
}

.reserve-form-parts:nth-of-type(5) .content-inner {
    height: 300px;
    margin-bottom: 85px;
}
.form-textarea {
    width: 100%;
    background-color: #F7F7F7;
    height: 300px;
    padding: 10px 20px;
    color: #333;
}
.policy {
    font-size: 12px;
}
.policy-link {
    margin-right: 0.3em;
}
.policy input {
    margin-right: 13px;
}
.policy-red {
    text-decoration: underline;
}
.policy input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*padding-left: 30px;*/
}
/* チェックボックスデザイン */
.policy input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}

.policy input[type="checkbox"]::before,
.policy input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}

.policy input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #666464;
    width: 12px;/*チェックボックスの横幅*/
    height: 12px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 5px;
}

.policy input[type="checkbox"]::after {
    opacity: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: calc(50% - 1px);
    left: 8px;
    background-color: #333;
    border-radius: 50%;
}
input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}


.formbtnbox {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 385px;
    height: 50px;
    background-color: #6E6E6E;
    color: #fff;
    letter-spacing: 1.92px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.formbtnbox input {
    width: 100%;
    height: 100%;
    text-align: center;
}


@media screen and (max-width: 1320px) {
    .form-label {
        display: block;
        margin-bottom: 30px;
    }
    .form-label dt {
        width: 100%;
        margin-bottom: 20px;
    }
    .form-label dt {
        width: 100%;
    }
    .form-label .content-inner {
        width: 100%;
    }
    .reserve-form-parts:nth-of-type(5) .content-inner {
        margin-bottom: 50px;
    }
    .policy {
        margin-bottom: 50px;
        font-family: "ryo-gothic-plusn", sans-serif;
    }
    .formbtnbox {
        position: static;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    .content_wrap {
        flex-direction: column;
    }
    .contact_left {
        width: 100%;
        padding-bottom: 90px;
    }
    .contact_right {
        width: 100%;
    }
    .nobr_1000 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .content_wrap {
        margin-top: 55px;
        padding-bottom: 100px;
    }
    .contact_left {
        padding-bottom: 75px;
    }
    #contact .sec_title .jp {
        font-size: 12px;
    }
    #contact .sec_title .en {
        font-size: 20px;
    }
    .contact_left {
        min-width: unset;
    }
    .instraction {
        font-size: 12px;
        letter-spacing: 1px;
        max-width: unset;
    }
    .instraction span {
        font-size: 10px;
    }
    .form_title {
        display: flex;
        margin-bottom: 35px;
    }
    .form-label dt,
    .form-label dd {
        font-size: 14px;
    }
    .form-label dt {
        margin-bottom: .18em;
    }
    .form-input {
        vertical-align: -6px;
    }

    .reserve-form-parts:nth-of-type(5) .content-inner {
        margin-bottom: 45px;
    }
    .policy {
        margin-bottom: 45px;
    }

    .reserve_contact {
        border-top: unset;
    }
}
@media screen and (max-width: 600px) {
    .formbtnbox {
        width: 100%;
    }
}

/*確認画面
----------------------------------*/
.checktrue .content-inner {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.checktrue h4 {
    margin-bottom: 30px;
}
.checktrue .form-label {
    margin-bottom: 37px;
}
.checktrue .reserve-form-parts dt {
    margin-bottom: 0;
}
.checktrue .reserve-form-parts:nth-of-type(5) .content-inner {
    display: block;
    height: auto;
}
.checktrue .formbtns {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
.checktrue .formbtns a {
    padding: 10px 0;
    letter-spacing: .25em;
    background-color: #FFF;
    border: #CCC solid 1px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
}
.checktrue .formbtn {
    width: 49%;
    font-size: 18px;
    color: #fff;
    background-color: #aeaeae;
    border-color: #aeaeae;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px) {
    .checktrue .formbtn {
        font-size: 16px;
    }
    .formCompText .succeed {
        max-width: 30%;
        min-width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;  
    }
}

/*完了画面
----------------------------------*/
.succeed img {
    margin-bottom: 20px;
}
