.contactPage {
    margin-bottom: 100px;
}


.contactPage .n-button {
    margin: 10px auto 0 auto;
}

.contactPage .n-button button:hover {
    opacity: 0.6;
    filter: opacity(60%);
}

.contactPage .p-stay {
    padding-top: 40px;
}

.contactPage .p-stay-title {
    width: 100%;
    margin-bottom: 30px;
}


.contactPage .top-calculate {
    background-color: #fff;
    padding-bottom: 10px;
}

.p-contact .c-text01 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}



/*calendar*/
.top-calculate .top-calculate__con {
    display: inline-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8%;
}

.top-calculate .top-calculate__con>div {
    width: 44.64%;
    border: 1px solid #D7D7D7;
}

.top-calculate .top-calculate__con::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    left: 50%;
    background-image: url('../image/line.png');
}

.top-calculate .exchange-title,
.top-calculate .calendar-title {
    text-align: center;
    background: #61A369;
    line-height: 60px;
    color: #FFF;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-size: 22px;
}

.top-calculate form,
.top-calculate .exchange-sub {
    margin: 2px 0;
}

.top-calculate .exchange-sub,
.exchange-sub2 {
    font-size: 12px;

}

.top-calculate .exchange-sub2 input {
    margin: 5px 0 0 0
}

.top-calculate .bold {
    font-weight: bold;
}

.top-calculate input#cny,
.top-calculate input#jpy,
.top-calculate input#res {
    width: 55%;
    border: 1px solid #767676;
    line-height: 36px;
    box-sizing: border-box;
}

.top-calculate input[type="button"] {
    border: 1px solid #61A369;
    font-size: 1.8rem;
    background-color: #F5F5F5;
    line-height: 36px;
    width: 100px;
}

.top-calculate form#rate_form {
    padding: 0 5px 5px;
    text-align: center;
    font-size: 2rem;
    line-height: 2;
}

.top-calculate form#rate_form p {
    margin: 20px 0;
}

.top-calculate form#rate_form p span.res {
    display: inline-block;
    width: 118px;
    text-align: left;
}

.top-calculate div.cal_wrapper table {
    width: calc(95% / 2);
    box-sizing: border-box;
    margin: 0 auto 15px auto;
}

.top-calculate div.cal_wrapper table.cal tr th p {
    padding: 5px;
    margin: 0px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.top-calculate div.cal_wrapper table.cal tr th div.cal_ui {
    display: inline-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 8px;
}

.top-calculate div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #000;
    background-color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 1px;
    padding: 1px 5px;
    border-radius: 3px;
    height: 26px;
    line-height: 24px;
    width: 83px;
    color: #000000;
}

.top-calculate div.cal_wrapper table.cal tr td {
    /* border-top: solid 1px #EEE; */
    padding: 10px 0;
}

.top-calculate div.cal_wrapper table.cal tr td {
    font-size: 15px;
    text-align: center;
}

.top-calculate div.cal_wrapper table.cal tr:not(:first-child) {
    background-color: #FAFAFA;
}

.top-calculate div.cal_wrapper table.cal tr.headline td {
    padding: 10px 0px;
    color: #000;
}

.top-calculate div.cal_wrapper table.cal tr.headline {
    background-color: #FAFAFA;
}

.top-calculate div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    /* background-color: #FFF; */
    color: #000;
}

.top-calculate div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
}

.top-calculate div.cal_wrapper table.cal tr td div.Sat {
    /* color: #00F; */
}

.top-calculate div.cal_wrapper table.cal tr td div.Sun {
    /* color: #F00; */
    font-weight: bolder;
}

.top-calculate div.cal_wrapper table.cal tr td div.Today {
    /* font-weight: bolder; */
}

/*.top-calculate div.cal_wrapper table.cal tr td div.Deli {
    background-color: #EFE;
}

.top-calculate div.cal_wrapper table.cal tr td div.Holyday {
    font-weight: bolder;
    color: #000;
    background-color: #61A369;
}

.top-calculate div.cal_wrapper table.cal tr td div.Birthday {
    font-weight: bolder;
    background-color: #EEF;
    color: #090;
    border-radius: 3px;
}*/

.top-calculate div.cal_wrapper table.cal tr td.backward {
    color: #CCC;
    font-weight: normal;
    /* background-color: #FFF; */
    border-radius: 3px;
    background-color: #fafafa;
}

/*.top-calculate div.cal_wrapper table.cal tr td div.pointer {
    cursor: pointer;
}

.top-calculate div.cal_wrapper table.cal tr td div.pointer:hover {
}

.top-calculate div.cal_wrapper table.cal tr #td_0_2021_2_21_td div.Sun {
    background-color: #FFF !important;
    color: #555555 !important;
    font-weight: normal !important;
}*/

.top-calculate p.note {
    color: #61A369;
    font-size: 16px;
    width: 95%;
    margin: 20px auto;
}

@media (max-width: 767px) {

    .top-calculate .top-calculate__con,
    .top-calculate .top-calculate__con>div {
        display: block;
        width: 100%;
        margin: 50px 0;
    }

    .top-calculate .top-calculate__con::before {
        width: 100%;
        height: 1px;
        top: calc(50% - 30px);
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-image: url('../image/line1.png');

    }

    .top-calculate div.cal_wrapper table {
        width: 95%;
    }

    .top-calculate div.cal_wrapper table.cal tr th p,
    .top-calculate div.cal_wrapper table.cal tr th div.cal_ui input {
        font-size: 16px;
    }

    .top-calculate .exchange-title,
    .top-calculate .calendar-title {
        font-size: 18px;
        line-height: 42px;
    }

    .top-calculate form#rate_form p {
        margin: 10px 0;
    }
}





.p-contact .c-form {
    margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
    .p-contact .c-form {
        margin-top: calc(3.6734693878vw + 31.2244897959px);
    }
}

.c-form .radio_wrap,
.c-form .mwform-radio-field {
    line-height: 18px;
    margin-bottom: 1em;
    display: block;
}

.c-form .radio_wrap:last-child,
.c-form .mwform-radio-field:last-child {
    margin-bottom: 0;
}

.c-form .radio_wrap input[type=radio],
.c-form .mwform-radio-field input[type=radio] {
    opacity: 0;
    position: absolute;
}

.c-form .radio_wrap input[type=radio]+label,
.c-form .radio_wrap input[type=radio]+.mwform-radio-field-text,
.c-form .mwform-radio-field input[type=radio]+label,
.c-form .mwform-radio-field input[type=radio]+.mwform-radio-field-text {
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.c-form .radio_wrap input[type=radio]+label:before,
.c-form .radio_wrap input[type=radio]+.mwform-radio-field-text:before,
.c-form .mwform-radio-field input[type=radio]+label:before,
.c-form .mwform-radio-field input[type=radio]+.mwform-radio-field-text:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -0.1em;
    margin-right: 0.5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.c-form .radio_wrap input[type=radio]:checked+label:before,
.c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.c-form .mwform-radio-field input[type=radio]:checked+label:before,
.c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
    background-color: #DB8D94;
    box-shadow: inset 0 0 0 3px #fff;
}

.-bg-black .c-form .radio_wrap input[type=radio]:checked+label:before,
.-bg-blue .c-form .radio_wrap input[type=radio]:checked+label:before,
.-bg-black .c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-blue .c-form .radio_wrap input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-black .c-form .mwform-radio-field input[type=radio]:checked+label:before,
.-bg-blue .c-form .mwform-radio-field input[type=radio]:checked+label:before,
.-bg-black .c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before,
.-bg-blue .c-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:before {
    background-color: #3B2F14;
}

.c-form .radio_wrap.-vertical,
.c-form .radio_wrap.horizontal-item,
.c-form .mwform-radio-field.-vertical,
.c-form .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5em;
}

.c-form .radio_wrap.-vertical input[type=radio]+label:before,
.c-form .radio_wrap.horizontal-item input[type=radio]+label:before,
.c-form .mwform-radio-field.-vertical input[type=radio]+label:before,
.c-form .mwform-radio-field.horizontal-item input[type=radio]+label:before {
    vertical-align: middle;
}

.c-form .mwform-checkbox-field {
    display: block;
    line-height: 1;
}

.c-form .mwform-checkbox-field+.mwform-checkbox-field {
    margin-top: 10px;
}

.c-form .mwform-checkbox-field input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    display: inline-block;
    font-size: 0;
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text {
    position: relative;
    white-space: nowrap;
    vertical-align: text-top;
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 0.7em;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
    .c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::before {
        margin-right: 0.5em;
    }
}

.c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 0.7em;
    height: 0.35em;
    margin-top: -0.05em;
    transform: rotate(-45deg);
    left: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transition: all 0.5s ease;
}

.c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before {
    background-color: #61a369;
}

.-bg-black .c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before,
.-bg-blue .c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::before {
    background-color: #3B2F14;
}

.c-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.c-form .mwform-checkbox-field.-vertical,
.c-form .mwform-checkbox-field.horizontal-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1em;
}

.c-form .mwform-checkbox-field.-vertical input[type=checkbox]+label:before,
.c-form .mwform-checkbox-field.horizontal-item input[type=checkbox]+label:before {
    vertical-align: middle;
}

.c-form_list {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-form_list {
        margin-bottom: calc(1.6326530612vw + 23.8775510204px);
    }
}

.c-form_item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

.c-form_item:first-of-type {
    border-top: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1599px) {
    .c-form_item {
        padding: calc(0.8163265306vw + 16.9387755102px) 0;
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item {
        display: block;
    }
}

.c-form_item__head {
    max-width: 320px;
    min-width: 320px;
    align-self: center;
    letter-spacing: 0.1em;
    white-space: nowarap;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__head {
        max-width: calc(13.8775510204vw + 97.9591836735px);
        min-width: calc(13.8775510204vw + 97.9591836735px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item__head {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: calc(0.8163265306vw + 6.9387755102px);
    }
}

.-required .c-form_item__head__inner {
    display: flex;
    align-items: center;
}

.-required .c-form_item__head__inner::after {
    content: "必須";
    font-size: 12px;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #61A369;
    border-radius: 5px;
    line-height: 1;
    margin-left: 1em;
    padding: 0.4em 0.6em;
}

@media only screen and (max-width: 1599px) {
    .-required .c-form_item__head__inner::after {
        font-size: 12px;
    }
}

.-any .c-form_item__head__inner {
    display: flex;
    align-items: center;
}

.-any .c-form_item__head__inner::after {
    content: "任意";
    font-size: 12px;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #999999;
    border-radius: 5px;
    line-height: 1;
    margin-left: 1em;
    padding: 0.4em 0.6em;
}

@media only screen and (max-width: 1599px) {
    .-any .c-form_item__head__inner::after {
        font-size: 12px;
    }
}

.c-form_item__head.-align_top {
    align-self: flex-start;
    margin-top: 1em;
}

@media only screen and (max-width: 1023px) {
    .c-form_item__head.-align_top {
        margin-top: 0px;
    }
}

.c-form_item__body {
    width: 100%;
    margin-right: 70px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body {
        margin-right: calc(5.7142857143vw + -21.4285714286px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_item__body {
        margin-right: 0;
    }
}

.c-form_item__body input[type=text],
.c-form_item__body input[type=tel],
.c-form_item__body textarea,
.c-form_item__body select {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

@media only screen and (max-width: 1599px) {

    .c-form_item__body input[type=text],
    .c-form_item__body input[type=tel],
    .c-form_item__body textarea,
    .c-form_item__body select {
        padding: 10px calc(0.8163265306vw + 6.9387755102px);
    }
}

.c-form_item__body input[type=text]:focus,
.c-form_item__body input[type=tel]:focus,
.c-form_item__body textarea:focus,
.c-form_item__body select:focus {
    box-shadow: 0 0 8px rgba(97, 163, 105, .4);
}

.c-form_item__body input[type=text]::placeholder,
.c-form_item__body input[type=tel]::placeholder,
.c-form_item__body textarea::placeholder,
.c-form_item__body select::placeholder {
    color: #999999;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
}

.c-form_item__body input[type=text]+input[type=text],
.c-form_item__body input[type=text]+input[type=tel],
.c-form_item__body input[type=text]+textarea,
.c-form_item__body input[type=tel]+input[type=text],
.c-form_item__body input[type=tel]+input[type=tel],
.c-form_item__body input[type=tel]+textarea,
.c-form_item__body textarea+input[type=text],
.c-form_item__body textarea+input[type=tel],
.c-form_item__body textarea+textarea,
.c-form_item__body select+input[type=text],
.c-form_item__body select+input[type=tel],
.c-form_item__body select+textarea {
    margin-top: 20px;
}

@media only screen and (max-width: 1599px) {

    .c-form_item__body input[type=text]+input[type=text],
    .c-form_item__body input[type=text]+input[type=tel],
    .c-form_item__body input[type=text]+textarea,
    .c-form_item__body input[type=tel]+input[type=text],
    .c-form_item__body input[type=tel]+input[type=tel],
    .c-form_item__body input[type=tel]+textarea,
    .c-form_item__body textarea+input[type=text],
    .c-form_item__body textarea+input[type=tel],
    .c-form_item__body textarea+textarea,
    .c-form_item__body select+input[type=text],
    .c-form_item__body select+input[type=tel],
    .c-form_item__body select+textarea {
        margin-top: calc(1.2244897959vw + 0.4081632653px);
    }
}

.c-form_item__body textarea {
    width: 100%;
}

.c-form_item__body select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.c-form_item__body select:focus {
    box-shadow: none;
}

.c-form_item__body input[type=file] {
    display: none;
}

.c-form_item__body .adress_item {
    display: flex;
    align-items: center;
}

.c-form_item__body .adress_item+.adress_item {
    margin-top: 1em;
}

.c-form_item__body .adress_item__head {
    max-width: 160px;
    min-width: 160px;
    white-space: nowrap;
    margin-right: 0.5em;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .adress_item__head {
        max-width: calc(2.8571428571vw + 114.2857142857px);
        min-width: calc(2.8571428571vw + 114.2857142857px);
    }
}

.c-form_item__body .adress_item__head.-top {
    max-width: initial;
    min-width: initial;
}

.c-form_item__body .adress_item__body {
    width: 100%;
}

.c-form_item__body .adress_item__body .zip {
    width: 120px;
}

.c-form_item__body .select_container {
    display: flex;
    align-items: center;
}

.c-form_item__body .select_container .select_wrap {
    position: relative;
    width: 100px;
    line-height: 0;
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .select_container .select_wrap {
        width: 25%;
    }
}

.c-form_item__body .select_container .select_wrap.-sm {
    width: 80px;
}

.mw_wp_form_confirm .c-form_item__body .select_container .select_wrap {
    width: calc(4.0816326531vw + 34.693877551px);
    text-align: center;
}

.c-form_item__body .select_container .select_wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #3B2F14 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
}

.mw_wp_form_confirm .c-form_item__body .select_container .select_wrap::before {
    content: none;
}

.c-form_item__body .select_container .select_wrap select {
    height: 2.5em;
    line-height: 1;
    padding-left: 15px;
    padding-right: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-form_item__body .select_container .select_text {
    display: block;
    margin-left: 0.5em;
    margin-right: 1em;
}

.c-form_item__body .file_container .file_head {
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head {
        gap: calc(1.2244897959vw + 10.4081632653px);
    }
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .file_container .file_head {
        display: block;
    }
}

.c-form_item__body .file_container .file_head label {
    font-size: 1.6rem;
    white-space: nowrap;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #93BB8F;
    background-color: #93BB8F;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 5px;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head label {
        font-size: calc(0.1632653061vw + 1.3387755102rem);
    }
}

@media only screen and (max-width: 767px) {
    .c-form_item__body .file_container .file_head label {
        margin: 5px 0 20px;
    }
}

.c-form_item__body .file_container .file_head label i {
    vertical-align: middle;
    margin-right: 0.5em;
}

.is-mouse .c-form_item__body .file_container .file_head label {
    transition: all 0.5s ease;
}

.is-mouse .c-form_item__body .file_container .file_head label:hover {
    color: #93BB8F;
    background-color: #ffffff;
}

.c-form_item__body .file_container .file_head__info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.5em;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.4rem;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_head__info {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

.c-form_item__body .file_container .file_head__info__delete {
    cursor: pointer;
    margin-left: auto;
}

.c-form_item__body .file_container .file_head__info__delete i {
    margin-right: 0.5em;
    vertical-align: middle;
}

.c-form_item__body .file_container .file_attention {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
    .c-form_item__body .file_container .file_attention {
        font-size: calc(0.0816326531vw + 1.2693877551rem);
    }
}

.c-form_privacy {
    text-align: center;
    margin-bottom: 65px;
}

@media only screen and (max-width: 1599px) {
    .c-form_privacy {
        margin-bottom: calc(2.0408163265vw + 17.3469387755px);
    }
}

.c-form_privacy .c-text02 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {
    .c-form_privacy .c-text02 {
        margin-bottom: calc(0.8163265306vw + 6.9387755102px);
    }
}

.c-form_privacy .c-text02 a {
    color: #5C91C9;
    text-decoration: underline;
}

.is-mouse .c-form_privacy .c-text02 a:hover {
    text-decoration: none;
}

.c-form_submit {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit {
        gap: calc(1.6326530612vw + -6.1224489796px);
    }
}

@media only screen and (max-width: 1023px) {
    .c-form_submit {
        flex-direction: column;
        gap: 10px;
    }
}

.c-form_submit__button {
    position: relative;
    width: 100%;
    max-width: 700px;
    text-align: center;
    display: block;
    padding: 50px 1em 40px;
    background-color: #DB8D94;
    border: 1px solid #DB8D94;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button {
        padding: calc(1.6326530612vw + 23.8775510204px) 1em calc(1.2244897959vw + 20.4081632653px);
    }
}

.c-form_submit__button .text {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button .text {
        font-size: calc(0.6530612245vw + 1.3551020408rem);
    }
}

.c-form_submit__button .en {
    opacity: 0.25;
    font-size: 14rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.35em;
    color: #ffffff;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button .en {
        font-size: calc(5.7142857143vw + 4.8571428571rem);
    }
}

.c-form_submit__button i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

@media only screen and (max-width: 1599px) {
    .c-form_submit__button i {
        right: calc(2.0408163265vw + 17.3469387755px);
    }
}

.c-form_submit__button.-back {
    background-color: #999999;
    border: 1px solid #999999;
}

.c-form_submit__button.-back i {
    color: #999999;
    border: 1px solid #999999;
}

.is-mouse .c-form_submit__button.-back:hover {
    background-color: #ffffff;
}

.is-mouse .c-form_submit__button.-back:hover .text {
    color: #999999;
}

.is-mouse .c-form_submit__button.-back:hover i {
    color: #ffffff;
    background-color: #999999;
}

.is-mouse .c-form_submit__button {
    transition: background-color 0.7s ease;
}

.is-mouse .c-form_submit__button .text {
    transition: color 0.5s ease;
}

.is-mouse .c-form_submit__button i {
    transition: all 0.7s ease;
}

.is-mouse .c-form_submit__button:hover {
    background-color: #ffffff;
}

.is-mouse .c-form_submit__button:hover .text {
    color: #DB8D94;
}

.is-mouse .c-form_submit__button:hover i {
    color: #ffffff;
    background-color: #DB8D94;
}

.c-form_submit__button.-entry {
    background-color: #93BB8F;
    border: 1px solid #93BB8F;
}

.c-form_submit__button.-entry:hover {
    background-color: #ffffff;
}

.c-form_submit__button.-entry:hover .text {
    color: #93BB8F;
}

.c-form_submit__button.-entry:hover i {
    color: #ffffff;
    background-color: #93BB8F;
}

.c-form_attention {
    margin-top: 50px;
    border: 1px solid #DDDDDD;
    padding: 50px 50px 60px;
}

@media only screen and (max-width: 1599px) {
    .c-form_attention {
        margin-top: calc(1.6326530612vw + 23.8775510204px);
        padding: calc(1.6326530612vw + 23.8775510204px) calc(2.8571428571vw + 4.2857142857px) calc(1.6326530612vw + 33.8775510204px);
    }
}

.c-form_attention__copy {
    font-size: 2.4rem;
    margin-bottom: 0.8em;
}

@media only screen and (max-width: 1599px) {
    .c-form_attention__copy {
        font-size: calc(0.4897959184vw + 1.6163265306rem);
    }
}

.c-form_attention .c-text02 a {
    color: #5C91C9;
    text-decoration: underline;
}

.is-mouse .c-form_attention .c-text02 a:hover {
    text-decoration: none;
}

@media (max-width: 840px) {
    .contactPage .p-stay {
        padding: 40px 10px;
        margin-top: 70px;
    }

    .p-contact .c-text01,
    .top-calculate div.cal_wrapper table.cal tr td div,
    .c-form_item__body .adress_item__head,
    .c-form_privacy .c-text02,
    .c-form .mwform-checkbox-field {
        font-size: 14px;
    }

    .c-form .mwform-checkbox-field input[type=checkbox]+.mwform-checkbox-field-text::before {
        width: 20px;
        height: 20px;
    }

}