@charset "utf-8";



/* mv */
.pg_mv {
    background-image: url(../image/contact_mv_img.png);
    position: relative;
}

.pg_tittle_img1 {
    width: 91px;
    height: 15px;
}

.pg_tittle_img2 {
    width: 273px;
    height: 38px;

    margin-top: 23px;
}

/* 背景 */

.contact {
    background-color: rgba(155, 128, 103, 0.6);
    padding-bottom: 130px;

}


/* インスタグラムからのお問い合わせ */

.contact_container {
    display: flex;
    justify-content: center;

    padding-top: 130px;

}

.contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 959px;
    padding-top: 75px;
    padding-bottom: 58px;
    background-color: #F6F1EC;
}

.contact_title {
    font-size: 38px;
    border-bottom: 1px solid #54371C;
    line-height: 180%;
}

.contact_link {
    padding-top: 13px;
    padding-bottom: 15px;
    padding-right: 55px;
    padding-left: 55px;
    background-color: #54371C;
    border-radius: 29px;

    color: #f5f5f5;
    margin-top: 48px;

    transition: .3s;
}

.contact_link:hover {
    opacity: 0.6;
}


.contact_text {
    font-size: 16px;
    margin-top: 39px;
    line-height: 170%;
}


/* 電話でのお問い合わせ */

.tel_number_box {
    display: flex;

    padding-top: 15px;
    padding-bottom: 13px;
    padding-right: 55px;
    padding-left: 55px;
    background-color: #54371C;
    border-radius: 29px;

    color: #f5f5f5;
    margin-top: 48px;
}

.phone_icon {
    width: 20px;
    height: 23px;

    margin-right: 5px;
}

.contact_text1 {
    font-size: 16px;
    margin-top: 39px;
}

.contact_text2 {
    font-size: 16px;
    line-height: 170%;
    margin-top: 17px;
}



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

    .contact_box {
        width: 878px;
    }

}

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

    .pg_mv {
        background-image: url(../image/sp_contact_mv_img.png);
        height: 198px;
    }

    .pg_tittle_img1 {
        width: 31px;
        height: 6px;
    }

    .pg_tittle_img2 {
        width: 103px;
        height: 16px;

        margin-top: 10px;
    }

    .breadcrumb {
        display: none;
    }



    .contact {
        padding-bottom: 60px;
    }

    .contact_container {
        padding-top: 60px;

    }

    .contact_box {
        width: 320px;
        padding-top: 32px;
        padding-bottom: 18px;
    }

    .contact_title {
        font-size: 14px;
    }

    .contact_link {
        padding-top: 3px;
        padding-bottom: 5px;
        padding-right: 14px;
        padding-left: 14px;

        margin-top: 21px;
        font-size: 10px;
    }

    .contact_text {
        font-size: 10px;
        margin-top: 15px;
        line-height: 170%;
    }

    /* 電話でのお問い合わせ */

    .tel_number_box {
        display: flex;

        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 14px;
        padding-left: 14px;

        margin-top: 21px;
    }

    .phone_icon {
        width: 6.6px;
        height: 7.7px;

        margin-right: 5px;
        margin-top: 3px;
    }

    .tel_number {
        font-size: 10px;
    }

    .contact_text1 {
        font-size: 10px;
        margin-top: 15px;
    }

    .contact_text2 {
        font-size: 10px;
        line-height: 170%;
        margin-top: 8px;
    }





}