@charset "UTF-8";

body {
    padding: 0;
    color: #666666;
    min-width: auto;
    font-family: auto;
}

#Contents {
    width: 964px;
    min-height: 100vh;
    margin: 0 auto;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    background-color: #fff;
    position: relative;
}
#main {
    width: auto;
    margin: 0 auto;
}
header {
    width: 920px;
    height: auto;
    margin: 0 auto;
    border: none;
    position: static;
    background-color: #fff;
}
.header_wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_logo {
    padding: 30px 0 10px 0;
}
.header_logo a {
    pointer-events: none;
}
.header_in {
    padding: 24px 0 4px 0;
    text-align: right;
}
.header-copy {
    font-size: 16px;
    line-height: 1.4;
    color: #52a952;
}
.header-info {
    font-size: 15px;
    line-height: 1.4;
}

.form_ttl,
.form_txt {
    display: block;
    width: 880px;
    margin: 0 auto;
}
.form_ttl {
    margin-top: 20px;
}
.form-txt {
    font-size: 17px;
    line-height: 1.4;
}
.form-txt a {
    font-size: 19px;
    color: #00c389;
}
.form-txt a:hover {
    color: #a0dab3;
    text-decoration: underline;
}
.form-txt .is-red {
    font-weight: bold;
    color: #c00;
}
.form-err {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    color: #c00;
    margin: 40px 0 0 0;
}
.form_wrap {
    width: 750px;
    margin: 60px auto 20px auto;
    box-sizing: border-box;
}
body.is-confirm .form_wrap {
    width: 800px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 24px;
    margin: 20px auto 0 auto;
}
.form_in {
    margin: 20px 0 0 0;
    background: white;
    font-size: 12px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: Meiryo;
    color: #333333;
    border: #aaa 4px solid;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
body.is-confirm .form_in {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
}
.form_label {
    background: #149E70;
    color: #ffffff;
    font-size: 18px;
    padding: 16px;
    margin: 0;
}
.form_top {
    border: 1px solid #ddd;
    border-bottom: 3px solid #149E70;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 10px 10px 10px;
    margin: 20px 0 10px 0;
    text-align: center;
}
body.entry_end .form_top {
    margin-top: 5px;
}
.form_top.is-ver2 {
    text-align: left;
}
.form_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
}
.form_box dt {
    width: calc(100% - 584px);
    padding: 16px;
    font-size: 13px;
    font-weight: bold;
    background-color: #fbf7c7;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    vertical-align: top;
}
.form_box dt .is-his {
    display: block;
}
.form_box dt .is-his::after {
    content: '必須';
    background: #AA0000;
    color: #ffffff;
    border-radius: 8px;
    padding: 3px 5px;
    margin-left: 5px;
    word-break: keep-all;
    float: right;
}
body.is-confirm .form_box dt {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body.is-confirm .form_box dt .is-his::after {
    content: none;
}
.form_box .form_ct {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 584px;
    height: 100%;
    padding: 18px 16px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    box-sizing: border-box;
    position: relative;
    word-break: break-all;
}
body.is-confirm .form_box .form_ct {
    font-size: 13px;
    padding: 13px 11px;
}
.form_box .form_ct-txt {
    font-size: 12px;
    margin: 8px 0 0 0;
}
.form_box .form_ct-txt.is-ver2 {
    font-weight: bold;
    color: #333;
}
.form_box.is-ver2 .form_ct {
    display: block;
}
body.is-confirm .form_box.is-ver2 .form_ct {
    display: flex;
}
.form_tour-box {
    display: block;
    margin: 0 0 15px 0;
}
.form_tour-txt {
    font-size: 12px;
    color: #000;
    margin-top: 20px;
}
.form_agree {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.form-agree {
    padding: 0 0 0 40px;
}
.form-agree a {
    font-size: 14px;
    color: #00c389;
    cursor: pointer;
}
.form_agree a:hover {
    color: #a0dab3;
    text-decoration: underline;
}
.form_box .error {
    position: absolute;
    content: '';
    top: -16px;
    left: 16px;
    width: 500px;
    height: 30px;
    background: #0b3b17;
    border: 2px solid #ddd;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
    opacity: 0.88;
    cursor: pointer;
}
.form_box .form_agree .error {
    width: 640px;
}
.form_box .error::before,
.form_box .error::after {
    position: absolute;
    content: '';
    left: 16px;
    transform: translateX(-50%);
    bottom: -10px;
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.form_box .error::after {
    position: absolute;
    content: '';
    bottom: -7px;
    border-top: solid 10px #0b3b17;
}
.form_box input {
    padding: 10px 10px;
    height: 36px;
    font-size: 12px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.form_box input[type="radio"],
.form_box input[type="checkbox"] {
    display: none;
}
.form_box input[type="checkbox"] + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding: 0 0 0 32px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}
.form_tour input[type="checkbox"] + label {
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: default;
}
.form_agree input[type="checkbox"] + label {
    min-height: auto;
    cursor: default;
}
.form_box input[type="checkbox"]:checked + label:before {
    border: 1px solid #0075ff;
    background: #0075ff;
}
.form_box input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #a9a9a9;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
.form_agree input[type="checkbox"] + label:before {
    margin: -2px 0 0 0;
    transform: translate(0, 0);
}
.form_box input[type="checkbox"]:checked + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 14px;
    margin: -2px 0 0 0;
    -webkit-transform: translate(0, -50%) rotate(40deg);
    -moz-transform: translate(0, -50%) rotate(40deg);
    -ms-transform: translate(0, -50%) rotate(40deg);
    transform: translate(0, -50%) rotate(40deg);
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    cursor: pointer;
}
.form_agree input[type="checkbox"]:checked + label:after {
    margin: 0 0 0 0;
    transform: translate(0, 0) rotate(40deg);
}
.form_box input[type="checkbox"]:hover + label:before {
    border: 2px solid #4f4f4f;
}
.form_box input[type="checkbox"]:hover:checked + label:before {
    border: 2px solid #005cc8;
    background: #005cc8;
}
.form_radio.is-reason input[type="radio"] + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding: 0 0 0 32px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}
.form_radio.is-reason input[type="radio"] + label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #a9a9a9;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}
.form_radio.is-reason input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    background: #149e70;
    border-radius: 50%;
    cursor: pointer;
}
.form_radio.is-reason + .form_radio.is-reason {
    margin-top: 10px;
}
.form_radio.is-reason input[type="radio"] + label {
    padding-top: 4px;
    padding-bottom: 4px;
}
.form_box select {
    padding: 10px 10px;
    height: 40px;
    font-size: 12px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.form_box select + select {
    display: block;
    margin: 15px 0 0 0;
}
textarea.cocoron_customer_information {
    resize: vertical;
}
textarea {
    font-size: 14px;
    border: 2px solid #a9a9a9;
    background-color: #ffffff;
    line-height: normal;
    box-sizing: border-box;
    margin: 0;
}
.textarea_ct {
    font-size: 12px;
    text-align: right;
    line-height: 1;
    margin: 5px 20px 0 0;
}
.form_box input.is-disabled,
.form_box select.is-disabled,
.form_box textarea.is-disabled {
    opacity: .7 !important;
    background: #ddd !important;
}
.form_box input.is-wid02,
.form_box select.is-wid02,
.form_box textarea.is-wid02 {
    width: 300px;
}
.form_box input.is-wid03,
.form_box select.is-wid03,
.form_box textarea.is-wid03 {
    width: 190px;
}
.form_box input.is-wid04,
.form_box select.is-wid04,
.form_box textarea.is-wid04 {
    width: 415px;
}
.form_box input.is-wid05,
.form_box select.is-wid05,
.form_box textarea.is-wid05 {
    width: 500px;
}
.form_box input.is-wid06,
.form_box select.is-wid06,
.form_box textarea.is-wid06 {
    width: 280px;
}
.form_box textarea.is-wid05 + .textarea_ct {
    width: 490px;
}
.form_add {
    width: 750px;
    margin: 20px 0 0 0;
}
.form_btn {
    width: 100%;
    margin: 80px 0 100px 0;
    box-sizing: border-box;
}
body.is-confirm .form_btn {
    margin: 80px 0 30px 0;
}
.form-btn {
    width: 400px;
    height: 90px;
    margin: 0 auto;
    cursor: pointer;
}
.form-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.form-btn.is-check a {
    background: url(/assets/images/form/btn_check.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-btn.is-ok a {
    background: url(/assets/images/form/btn_ok.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
body.contact .form-btn.is-ok a {
    background: url(/assets/images/form/btn_okn.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-btn.is-back a {
    background: url(/assets/images/form/btn_back.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-btn.is-ok + .form-btn.is-back {
    margin-top: 70px;
}
.form_btm {
    padding: 20px 0 0 0;
    margin: 40px 20px 0 20px;
    border-top: 1px solid #cdcdcd;
    box-sizing: border-box;
}
body.is-confirm .form_btm {
    margin-top: 20px;
}
.form_pagetop {
    display: none;
}
.form_bln {
    text-align: left;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #149E70;
    background-color: #149E70;
    height: auto;
    position: fixed;
    width: auto;
    left: auto;
    right: 30px;
    top: 100px;
    bottom: auto;
    padding: 10px;
}
.form_bln-txt {
    text-align: left;
    color: #FFF;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
}
.form_bln-txt span {
    color: #ff0;
    font-size: 16px;
    font-weight: bold;
}
.form_end {
    margin: 20px 10px 0 10px;
}
.form_end-ttl {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.form_end-txt {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0 0;
}
.form_end-txt a {
    color: blue;
}
.form_end-txt a:hover {
    text-decoration: none;
}
.form_end-btn {
    text-align: center;
    margin: 20px 0 0 0;
}
.form_end-btn a {
    font-size: 12px;
    text-decoration: underline;
}
.form_end-btn a:hover {
    color: #00C389;
}

.pop_wrap {
    position: fixed;
    display: none;
    z-index: 100;
}
.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
}
.pop_in {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 74%;
    height: 74%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 101;
    overflow: auto;
}
.pop-txt {
    font-size: 15px;
    color: #666;
    text-align: left;
    overflow-wrap: break-word;
}
.pop-txt + .pop-txt {
    margin-top: 46px;
}
.pop-txt span {
    color: #090;
    font-weight: bold;
}
.pop_btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 20px auto 10px auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #0b3b17;
    border: 1px solid #0b3b17;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.picker th {
    font-size: 10px;
    color: #999;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    padding: 13px 11px;
    background: #fbf7c7;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.picker td {
    font-size: 12px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.formpmf_btn {
    position: relative;
    display: table;
    width: 100%;
    max-width: 320px;
    height: 56px;
    margin: 20px 0;
    padding-bottom: 4px;
    border-radius: 5px;
}
.formpmf_btn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 8px;
    background: #cf5744;
    border-radius: 0 0 5px 5px;
}
.formpmf_btn a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-top: 4px;
    background: #ff8571;
    border-radius: 5px;
}
.formpmf_btn a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 10;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.formpmf_btn:hover {
    opacity: 0.7;
}
.formpmf_btn a:hover {
    text-decoration: none;
}
/*20231121*/
.form_in.is-mailexit {
    border: 1px solid #aaa;
    border-radius: 0;
}
.form-btn.is-mail {
    width: 325px;
    height: 71px;
}
.form-btn.is-ok.is-mail a {
    background: url(/assets/images/form/btn_mailexit1.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-btn.is-back.is-mail a {
    background: url(/assets/images/form/btn_mailexit2.png) center;
    background-repeat: no-repeat;
    background-size: contain;
}
.form-btn.is-ok.is-mail + .form-btn.is-back.is-mail {
    margin-top: 50px;
}
.form_box dt.is-ver2 {
    line-height: 40px;
}
.form_box dt .is-red {
    color: #c00;
}
.form_box .error_txt {
    display: inline-block;
    width: 100%;
    color: #c00;
    margin-top: 10px;
}
.form_schedule_wrap {
    display: -webkit-box;
    display: flex;
}
.form_schedule-ttl {
    width: 100px;
    padding-top: 10px;
}
.form_schedule_in {
    width: calc(100% - 100px);
    background: none !important;
}
.form_box select.tourtime {
    width: 300px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #Contents {
        width: 100%;
        border: none;
    }
    header {
        display: none;
    }

    .form_ttl,
    .form_txt {
        width: 100%;
    }
    .form_ttl img {
        width: 100%;
        height: auto;
    }
    .form-txt {
        font-size: 17px;
        line-height: 1.8;
        margin: 10px 15px;
    }
    .form-txt .is-red {
        color: #ff0000;
    }
    .form-err {
        color: #ff0000;
        margin: 30px 0 40px 0;
    }
    .form_step img {
        width: 100%;
        height: auto;
    }
    .form_wrap {
        width: 100%;
        margin: 20px auto 10px auto;
    }
    body.is-confirm .form_wrap {
        width: 100%;
        border: 0;
        border-radius: 0;
        padding: 20px 10px 10px 10px;
        margin: 10px auto;
    }
    .form_in {
        margin: 10px 0 0 0;
        border: none;
        border-radius: 0;
    }
    body.is-confirm .form_in {
        margin: 0 10px;
    }
    body.is-confirm .form_top {
        font-size: 15px;
        padding: 18px 10px 15px 10px;
        margin: 20px 10px 10px 10px;
        text-align: left;
    }
    .form_box {
        display: block;
    }
    body.is-confirm .form_box {
        display: flex;
    }
    .form_box dt {
        width: 100%;
        padding: 16px 8px;
        color: #666;
        border-bottom: 1px solid #c3c3c3;
    }
    body.is-confirm .form_box dt {
        width: 30%;
        padding: 8px;
        font-size: 12px;
        color: #333;
        border-bottom: 1px solid #e3e3e3;
    }
    .form_box dt .is-his {
        display: inline;
    }
    .form_box dt .is-his::after {
        font-weight: normal;
        padding: 6px 4px;
        border-radius: 0;
        background: #7e0f09;
        float: none;
    }
    body.is-confirm .form_box dd {
        width: 70%;
    }
    .form_box .form_ct {
        display: block;
        width: 100%;
        padding: 15px 15px 30px 15px;
        border-left: 0;
    }
    body.is-confirm .form_box .form_ct {
        display: flex;
        font-size: 12px;
        padding: 8px;
        margin: 0;
        border-left: 1px solid #e3e3e3;
    }
    .form_agree {
        border-bottom: 1px solid #e3e3e3;
    }
    .form_box .error {
        display: inline-block;
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: none;
        border: 0;
        box-sizing: border-box;
        font-size: 16px;
        color: #ff0000;
        border-radius: 0;
        padding: 0;
        opacity: 1;
        margin: 0 0 5px 0;
    }
    .form_box .form_agree .error {
        width: 100%;
    }
    .form_box .error::before,
    .form_box .error::after {
        content: none;
    }
    .form_box input {
        display: block;
        font-size: 16px;
        line-height: 2.4;
        width: 100%;
        height: 58px;
        margin: 0;
        border: 2px solid #a9a9a9;
        border-radius: 0;
    }
    .form_box select {
        display: block;
        font-size: 16px;
        line-height: 2.4;
        width: 100%;
        height: 58px;
        margin: 0;
        border: 2px solid #a9a9a9;
        border-radius: 0;
    }
    textarea {
        display: block;
        height: 100px;
        font-size: 12px;
    }
    .textarea_ct {
        font-size: 12px;
        margin: 10px 10px 0 0;
    }
    .form_box input.is-wid02,
    .form_box select.is-wid02,
    .form_box textarea.is-wid02 {
        width: 100%;
    }
    .form_box input.is-wid03,
    .form_box select.is-wid03,
    .form_box textarea.is-wid03 {
        display: inline;
        width: 50%;
    }
    .form_box input.is-wid04,
    .form_box select.is-wid04,
    .form_box textarea.is-wid04 {
        width: 100%;
    }
    .form_box input.is-wid05,
    .form_box select.is-wid05,
    .form_box textarea.is-wid05 {
        width: 100%;
    }
    .form_box input.is-wid06,
    .form_box select.is-wid06,
    .form_box textarea.is-wid06 {
        width: 100%;
    }
    .form_box textarea.is-wid05 + .textarea_ct {
        width: calc(100% - 10px);
        margin-right: 10px;
    }
    .form_add {
        width: 100%;
    }
    .form_btn {
        margin: 40px 0 60px 0;
        padding: 0 15px;
    }
    body.is-confirm .form_btn {
        margin: 40px 0 20px 0;
    }
    .form-btn {
        width: 100%;
    }
    body.is-confirm .form-btn.is-ok + .form-btn.is-back {
        margin-top: 40px;
    }
    .form_pagetop {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: #666 url(/assets/images/form/btn_pagetop.png) center;
        background-repeat: no-repeat;
        background-size: 320px auto;
    }
    .form_bln {
        display: none;
    }
    .form_end {
        margin: 20px 20px 0 20px;
    }
    .form_end-ttl {
        font-size: 15px;
    }

    .pop_in {
        width: 85%;
        height: calc(100% - 120px);
    }
    .formpmf_btn a:before {
        right: 15px;
    }
}
