<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.contact_att{
    margin-top: 50px;
}
.contact_att .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.contact_att .txt_box{
    padding: 0 20px;
    border-bottom: 1px solid #000000;
}
.contact_att .txt_box p{
    line-height: 2;
    font-size: 1.6rem;
    color: #333;
}
.contact_att .txt01{
    padding-bottom: 40px;
}
.contact_att .txt02{
    padding: 30px 20px;
}
.contact_att .txt02 p{
    display: inline-block;
}
.contact_att .txt02 .tel_box{
    display: inline-block;
}
.contact_att .txt02 .tel_box .tel{
    margin: 0 0.2em;
    font-weight: bold;
    font-size: 2.9rem;
    color: #ED1C24;
}
.contact_att .txt02 .tel_box .tel-num{
  position: relative;
  top: 16px;
}
.contact_att .txt02 .tel_box .tel-num img{
  display: block;
}

.contact_att .txt03{
    padding: 15px 20px;
}
.contact_att .txt03 .flex{
    align-items: center;
}
.contact_att .txt03 p{
    width: 440px;
    margin-right: 30px;
}
.contact_att .txt03 .btn{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 70px;
    margin-left: 10px;
    color: #fff;
    border-radius: 8px;
}
.contact_att .txt03 .btn:after{
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 34px;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background: url(../img/contact/arrow_btn.png) no-repeat;
}
.contact_att .txt03 .btn span{
    text-align: center;
}
.contact_att .txt03 .btn_assessment{
    background-color: #E41B5B;
}
.contact_att .txt03 .btn_reservation{
    background-color: #F90;
}
.contact_att .txt04{
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #000000;
}
.form_area{
    margin: 40px 0;
}
.form_area + .form_area{
    margin-bottom: 155px;
}
.form_area .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.req{
    display: inline-block;
    margin-left: 40px;
    padding: 0 3px;
    font-size: 1.2rem;
    color: #E73656;
    background-color: #fff;
    border: 1px solid #E73656;
    border-radius: 3px;
}
.form_box01{
    margin-top: 20px;
    padding: 0 100px;
    border: 1px solid #666666;
}
.form_box01 .check_list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
}
.form_box01 .check_list li{
    width: 20%;
    padding: 10px 0;
}
.form_box01 input{
    visibility: hidden;
    width: 1px;
}
.form_box01 .check_list label{
    position: relative;
    padding-left: 26px;
    font-size: 1.6rem;
    color: #333;
}
.form_box01 .check_list label:before{
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
    border: 1px solid #333333;
    box-sizing: border-box;
}
.form_box01 .check_list input:checked + label:after{
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 10px;
    top: 4px;
    left: 5px;
    border-right: 4px solid #E73656;
    border-bottom: 4px solid #E73656;
    transform: rotate(45deg);
}
.form_area .h_center{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    color: #fff;
    background-color: #009FB9;
}
.form_area h3.h_center{
    height: 60px;
    margin-bottom: 20px;
}
.form_area h4.h_center{
    height: 50px;
    margin: 10px 0 15px;
}
.form_area .h_center .req{
    position: absolute;
    top: 50%;
    right: 270px;
    transform: translateY(-50%);
}
.form_box02{
    border: 1px solid #999999;
}
.form_dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.form_dl + .form_dl{
    border-top: 1px solid #999999;
}
.form_dl dt{
    width: 30%;
    padding: 18px 35px 10px 30px;
    font-size: 1.6rem;
    color: #333;
    box-sizing: border-box;
}
.form_dl dt .req{
    float: right;
    margin-top: 5px;
}
.form_dl dd{
    width: 70%;
    min-height: 67px;
    padding: 15px 0 15px 45px;
    font-size: 1.6rem;
    color: #333;
    border-left: 1px solid #999999;
    box-sizing: border-box;
}
.form_dl dd + dd{
    margin-left: 30%;
    border-top: 1px dotted #999999;
}
.form_dl dd input[type="text"]{
    width: 175px;
    height: 37px;
    padding: 8px 20px;
    border: 1px solid #999999;
    box-sizing: border-box;
}

.form_dl.two_col dd input[type="text"]:last-of-type{
    margin-left: 28px;
}
.form_dl dd input[type="email"]{
    width: 377px;
    height: 37px;
    padding: 8px 20px;
    border: 1px solid #999999;
    box-sizing: border-box;
}
.form_dl dd input[type="tel"]{
    width: 113px;
    height: 37px;
    padding: 8px 20px;
    vertical-align: middle;
    border: 1px solid #999999;
    box-sizing: border-box;
}
.form_dl dd .tel_txt{
    padding: 0 4px;
    vertical-align: middle;
    font-size: 1.0rem;
    color: #B3B3B3;
}
.form_address dd .post_txt{
    padding-right: 4px;
    color: #808080;
}
.form_address dd input[type="text"].post_number{
    width: 135px;
    margin: 0 20px 0 0;
}
.form_address dd .btn_post{
    color: #666;
}
.form_address dd .pulldown_cover{
    position: relative;
    width: 155px;
    height: 37px;
    margin-top: 15px;
}
.form_address dd .pulldown_cover:after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 14px;
    right: 8px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #333333 transparent transparent transparent;
    pointer-events: none;
}
.form_address dd .pulldown_cover select{
    width: 155px;
    height: 37px;
    padding: 8px;
    border: 1px solid #999999;
    box-sizing: border-box;
}
.form_address dd input[type="text"]{
    width: 377px;
    margin-top: 15px;
    padding: 8px;
}
.form_dl dd input[type="radio"]{
    display: none;
}
.form_dl dd input[type="radio"] + label{
    position: relative;
    display: inline-block;
    margin: 3px 50px 0 0;
    padding-left: 22px;
}
.form_dl dd input[type="radio"] + label:before{
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: 1px;
    border: 1px solid #333333;
    border-radius: 15px;
    transform: translateY(-50%);
}
.form_dl dd input[type="radio"]:checked + label:after{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 4px;
    margin-top: 1px;
    background-color: #E73656;
    border-radius: 15px;
    transform: translateY(-50%);
}
textarea, .textarea{
    width: 100%;
    padding: 15px 30px;
    min-height: 145px;
    line-height: 2.0;
    font-size: 1.6rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #666666;
    box-sizing: border-box;
}
.btn_box{
    margin-top: 50px;
    text-align: center;
}
.btn_box .btn_submit{
    display: inline-block;
    width: 250px;
    height: 45px;
    padding: 0;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    background-color: #009FB9;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .contact_att{
        margin-top: 8%;
    }
    .contact_att .inner{
        padding: 0;
    }
    .contact_att .txt_box{
        padding: 0;
    }
    .contact_att .txt_box p{
        line-height: 1.7;
        font-size: 1.4rem;
    }
    .contact_att .txt01{
        padding-bottom: 5%;
    }
    .contact_att .txt02{
        padding: 5% 0;
    }
    .contact_att .txt02 .tel_box .tel{
        font-size: 2.0rem;
    }
  .contact_att .txt02 .tel_box .tel-num{
    display: block;
    top: 0;
    margin-top: 10px;
  }
  
    .contact_att .txt02 .tel_box .tel a{
        color: #ED1C24;
    }
    .contact_att .txt03{
        padding: 5% 0;
    }
    .contact_att .txt03 p{
        width: 70%;
        margin-right: 5%;
    }
    .contact_att .txt03 .img{
        max-width: 25%;
    }
    .contact_att .txt03 .btn{
        width: 80%;
        margin: 3% auto 0;
        font-size: 1.4rem;
    }
    .contact_att .txt03 .btn:after{
        width: 12px;
        height: 26px;
        background-size: contain;
    }
    .contact_att .txt04{
        padding: 5% 0;
    }
    .form_area{
        margin: 10% 0;
    }
    .form_area + .form_area{
        margin-bottom: 20%;
    }
    .form_area .inner{
        padding: 0;
    }
    .req{
        margin-left: 5%;
        white-space: nowrap;
    }
    .form_area .h_center .req{
        position: static;
        transform: translateY(0);
    }
    .form_area .h_center{
        padding: 5% 3%;
        line-height: 1.5;
        font-size: 1.6rem;
    }
    .form_area h3.h_center,
    .form_area h4.h_center{
        height: auto;
        margin-bottom: 3%;
    }
    .form_box01{
        margin-top: 3%;
        padding: 0 8%;
    }
    .form_box01 .check_list li{
        width: 50%;
    }
    .form_dl{
        display: block;
    }
    .form_dl dt{
        width: 100%;
        padding: 3% 5%;
    }
    .form_dl dd{
        width: 100%;
        min-height: 0;
        padding: 3% 5%;
        font-size: 1.6rem;
        border-left: none;
        border-top: 1px solid #999999;
    }
    .form_dl dd + dd{
        margin-left: 0;
    }
    .form_dl dd input[type="text"],
    .form_dl dd input[type="email"],
    .form_dl dd input[type="tel"]{
        padding: 8px;
        line-height: 37px;
    }
    .form_address dd input[type="text"].post_number{
        margin-right: 3%;
    }
    .form_dl dd input[type="text"]{
        width: 48%;
    }

    .form_dl dd input[type="text"]:last-of-type,
    .form_box02 .form_dl dd input[type="text"]#form05_04{
        margin-left: 0;
    }
    .form_box02 .form_dl.two_col dd input[type="text"]:first-of-type{
        margin-right: 4%;
    }
    .form_dl.two_col dd input[type="text"]:last-of-type{ margin-left: 0;}

    .form_dl dd input[type="email"]{
        width: 100%;
    }
    .form_dl dd input[type="tel"]{
        width: 28%;
    }
    .form_address dd input[type="text"]{
        width: 100%;
    }
    .form_address dd input[type="text"].post_number{
        width: 120px;
    }
    .form_address dd .pulldown_cover,
    .form_address dd .pulldown_cover select{
        width: 140px;
    }
    .form_address dd .btn_post{
        padding: 0;
        font-size: 1.4rem;
    }
    textarea, .textarea{
        padding: 8px;
    }
    .btn_box{
        margin-top: 8%;
    }
    .btn_box .btn_submit{
        width: 70%;
        font-size: 1.8rem;
    }
    .form_box01 .formError,
    .form_dl .formError,
    .form07formError.formError{
        position: absolute !important;
        margin-top: -40px !important;
        margin-left: -10px !important;
    }
    .form_box01 .formError{ margin-top: -70px !important;}
    .form_dl.two_col .formError.parson_form01_02formError{margin-left: -30px !important;}
    .form_dl .formError.parson_form03_01formError{ margin-top: -60px !important;}

    .form_dl .formError .formErrorContent{ width: auto !important;}
}


@media screen and (max-width: 375px) {
.form_box01 .check_list label{
    font-size: 1.5rem;
}
}

/* ----------------------------------------------------------------------------------------------------
*  confirm
* --------------------------------------------------------------------------------------------------*/
.form_area.confirm{
    margin: 60px 0 155px;
}
.form_area.confirm h3.h_center,
.form_area.confirm h4.h_center{
    margin-bottom: 0;
}
/*.form_area.confirm .form_dl:first-child + .form_dl{
    border-top: 2px solid #999999;
}*/
.form_area.confirm .form_dl dt{
    padding-top: 15px;
}
.form_area.confirm .form_dl dd{
    min-height: 0;
}
.btn_box .btn_back{
    float: left;
    display: inline-block;
    width: 100px;
    height: 45px;
    padding: 0;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    background-color: #A5C0CF;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .form_area.confirm{
        margin: 8% 0 20%;
    }
    .form_area.confirm .form_dl dd{
        background-color: rgba(49,49,49,0.1);
    }
    .btn_box{
        text-align: center;
    }
    .btn_box .btn_back{
        float: none;
        width: 25%;
        margin-right: 3%;
        vertical-align: middle;
        font-size: 1.8rem;
    }
    .btn_box .btn_submit{
        vertical-align: middle;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  complete
* --------------------------------------------------------------------------------------------------*/
.thanks_txt{
    margin: 100px 0 155px;
    text-align: center;
}
.thanks_txt p{
    display: inline-block;
    line-height: 2;
    text-align: left;
    font-size: 1.6rem;
    color: #333;
}
.thanks_txt .btn_top{
    display: inline-block;
    width: 250px;
    height: 50px;
    margin-top: 100px;
    line-height: 50px;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    background-color: #009FB9;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
    .thanks_txt{
        margin: 10% 0 20%;
    }
    .thanks_txt p{
        line-height: 1.7;
    }
    .thanks_txt .btn_top{
        width: 70%;
        height: 40px;
        margin-top: 15%;
        line-height: 40px;
        font-size: 1.8rem;
    }
}</pre></body></html>