@charset "UTF-8";

/* --- contact --- */

h2 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /* font-family: 'PT Serif Caption', serif; */
    font-size: 32px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #005e66;
    /* transform: scale(1, 1.333);
    -webkit-transform: scale(1, 1.333);
    -moz-transform: scale(1, 1.333);
    -ms-transform: scale(1, 1.333);
    -o-transform: scale(1, 1.333); */
}
h2::after{
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgba(153, 211, 209, 1), rgba(194, 199, 159, 1) 50%, rgba(243, 212, 161, 1));
    z-index: 1;
}

h2+p {
    line-height: 1.6em;
    margin-top: 10px;
}

/* h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background: #005e66;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

h3 {
    font-weight: bold;
    letter-spacing: 0.06em;
}

h4 {
    font-weight: bold;
    letter-spacing: 0.06em;
}

p {
    font-weight: normal;
    color: #fdf0e9;
}

.spnone {
    display: block !important;
}

.spnone_inline {
    display: inline-block!important;
}

.pcnone {
    display: none !important;
}

.corner_lb_beige::before,
.corner_rb_beige::before,
.corner_lb_green::before,
.corner_rb_green::before {
    content: " ";
    position: absolute;
    bottom: -1px;
    width: 10vw;
    height: 10vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .corner_lb_beige::before {
    left: 0;
    background-image: url("../images/svg/corner_arch_beige.svg");
} */

/* .corner_rb_beige::before {
    right: 0;
    background-image: url("../images/svg/corner_arch_beige.svg");
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
} */

.corner_lb_green::before {
    left: 0;
    background-image: url("../images/svg/corner_arch_green.svg");
}

/* .corner_rb_green::before {
    right: 0;
    background-image: url("../images/svg/corner_arch_green.svg");
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
} */

.contents {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 120px 20px;
}

.contact_sec .contents {
    padding: 120px 20px 90px;
}

.contact_sec {
    width: 100%;
    background: #fffaf0;
}
.contact_outer {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1000px;
    letter-spacing: 1px;
    margin-bottom: 100px;
    font-weight: 500;
}

.title_container {
    text-align: center;
    padding: 50px 0 25px 0;
}

.contact_info_wrapper {
    /* padding: 25px 50px; */
    padding: 20px 0;
    border-bottom: 1px solid #005e66;
}

.contact_info_wrapper:last-child {
    border-bottom: none;
}

.contact_info_wrapper h3 {
    margin: 20px auto;
    font-size: 21px;
    font-weight: 700;
    color: #005e66;
}

.contact_info_wrapper p {
    letter-spacing: 1px;
    line-height: 25px;
    color: #005e66;
}

.subtitle_container {
    text-align: center;
}

.subtitle_container h4 {
    display: inline-block;
    border-bottom: solid 5px #9ad9e8;
    position: relative;
    line-height: 1.0;
    padding-bottom: 5px;
}

.subtitle_container h4::after {
    content: "";
    display: block;
    border-bottom: 5px solid #b3de69;
    width: 50%;
    position: absolute;
    line-height: 1.0;
    padding-bottom: 5px;
}

.form_sec textarea {
    background-color: #f2f3f3;
    border-radius: 0;
}

.gender {
    padding-top: 6px;
}

.contact_tel_sec {
    text-align: center;
    /* padding: 0 0 120px; */
    padding: 0 0 50px;
}

.contact_tel_sec h3 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    margin: 30px;
    letter-spacing: 1px;
}

.phone_number_area {
    margin: 15px auto;
    display: flex;
    width: 400px;
    align-items: center;
    justify-content: center;
    border: 0px;
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: bold;
    position: relative;
    transition: 0.5s;
    letter-spacing: 0.06em;
    /* background-color: #fdf0e9; */
    border-radius: 30px;
    background: none;
    padding: 0;
}

.phone_number_area img {
    max-width: 18px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.phone_number_area a {
    color: #005e66;
}

.phone_number_area a:hover {
    color: #9d802e!important;
    text-decoration: none!important;
    cursor: auto;
}

.contact_tel_sec p {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
}
.form_sec input[type="file"]{ background-color: transparent;}
.col-md-9 > img{ max-width: 150px;}
.upload_img img{ max-width: 150px;}
.show_thum_area{ margin-top: 15px;}
.erre_msg p{ font-size: 0.8em; color: #b73d2b;}
p.btnStyle01 {
    text-align: center;
    margin: 20px auto 0;
}
.contact_sec p.btnStyle01{
    display: flex;
    justify-content: center;
}
.contact_sec p.btnStyle01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #fff;
    border: solid 1px #005e66;
    border-radius: 30px;
    position: relative;
    text-decoration:none
}
.contact_sec p.btnStyle01 a::after{
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(../images/btn_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
.contact_sec p.btnStyle01 a:hover::after{
    right: 10px;
}
.contact_sec p.btnStyle01 a span{
    display: block;
    font-size: 16px;
    color: #005e66;
}
/* p.btnStyle01 a {
    overflow: hidden;
    padding: 12px 80px;
    box-sizing: border-box;
    line-height: 2.2rem;
    color: #fff;
    position: relative;
    transition: 0.5s;
    min-width: 200px;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    border: 2px solid #9d802e;
    box-sizing: border-box;
    display: inline-block;
}
p.btnStyle01 a::before {
    content: "";    
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9d802e;    
    transition: transform 0.6s cubic-bezier(0.53, 0.21, 0, 1) 0s;
}
p.btnStyle01 a span {
    position: relative;
    transition: color 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
    z-index: 1;
}
p.btnStyle01 a::after {
    content: "";
    background-image: url(../images/svg/arrowR_white.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 22px;
    height: 12px;
    transform: translateY(-50%); 
    transition: 0.4s cubic-bezier(0.53, 0.21, 0, 1) 0s;
} */


/* --- contact-comp --- */

.success_wrapper p,
.error_wrapper p {
    width: 100%;
    line-height: 35px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    h2 {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .contact_sec {
        margin: 0 auto;
    }
    .contact_sec .contents {
        padding: 120px 20px 90px;
    }
    .contact_info_wrapper {
        padding: 15px 0;
        border-bottom: 1px solid #cacaca;
    }
    .contact_info_wrapper h3 {
        font-size: 18px;
        margin: 0 auto;
        line-height: 1.4em;
    }
    .contact_category {
        padding: 5px 10px;
        font-size: .8em;
    }
    .contact_date {
        font-size: .7em;
    }
    .contact_outer {
        padding-left: 0;
        padding-right: 0;
    }
    .phone_number_area {
        width: calc(100% - 50px);
        font-size: 18px;
        /* padding: 10px 25px; */
        margin: 0px auto;
    }
    .phone_number_area img {
        max-width: 16px;
        margin-right: 8px;
    }
    .contact_tel_sec p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact_tel_sec {
        padding: 0 0 70px;
    }
    .contact_sec h2{
        font-size: 22px;
    }
}


/* --- error --- */


/*#error a {
    text-decoration: none;
}

.error_sec {
    width: 100%;
}

.error_outer {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1000px;
    letter-spacing: 1px;
    margin-bottom: 100px;
    font-weight: 500;
}

.error_info_wrapper:last-child {
    border-bottom: none;
}

.error_info_wrapper {
    padding: 25px 50px;
    border-bottom: 1px solid #9AD9E8;
}

.error_info_wrapper h3 {
    font-family: "Avenir Next", 'Ubuntu', Trebuchet MS, sans-serif;
    font-size: 4.0rem;
    margin: 20px 0 0 0;
    font-weight: 700;
    line-height: 4.2rem;
}

.error_subtitle p {
    margin: 18px 0 15px 0;
    font-weight: 900;
}

.error_info_wrapper p {
    letter-spacing: 1px;
    line-height: 25px;
}

.error_submit_btn {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.error_submit_btn p,
a {
    color: #fdf0e9;
}

.error_submit_btn p,
a:hover {
    text-decoration: none !important;
}

.error_link_btn {
    padding: 20px 60px;
    font-size: 1em;
    border: 2px solid #000000;
}

#error a.error_link_btn {
    content: "";
    background: url(../images/arrowR.png);
    background-size: 26px;
    background-position: 5% 20px;
    background-position: 10% 50%;
    background-position: center right 10%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    right: 12px;
}

#error .error_link_btn:hover {
    background-color: #E75F93;
    color: #fff;
    transition: 0.5s;
}*/


/* --- error --- */