@charset "utf-8";
/* CSS Document */

#contact {
    background-color: #EBEBEB;
    padding: 180px 0 120px 0;
}

#contact .contact_items {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#contact .contact_items .contact_tel {
    margin-bottom: 4%;
    width: 48%;
    margin: 0 auto 4% auto;

}

#contact .contact_items .contact_tel .tel_item {
    background-color: #fff;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contact .contact_items .contact_tel .tel_item .heading {
    margin-bottom: 8px;
    color: #F29600;
    font-weight: bold;
}

#contact .contact_items .contact_tel .tel_item .info {
    margin-bottom: 16px;
}

#contact .contact_items .contact_tel .tel_item .info span {
    font-size: 14px;
    text-align: right;
    display: block;
    margin-right: -10px;
}

#contact .contact_items .contact_tel .tel_item a {
    background-color: #F29600;
    color: #fff;
    line-height: 1;
    padding: 12px 36px;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
}

#contact .contact_items .contact_tel .tel_item a:hover {
    background-color: #616161;
    border-radius: 10px;
}

#contact .contact_items .contact_tel .tel_item a span {
    margin-right: 6px;
    font-size: 22px;
}

#contact .contact_items .contact_mail {
    text-align: center;
    background-color: #fff;
    width: 48%;
    margin: 0 auto;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
}

#contact .contact_items .contact_mail .heading {
    margin-bottom: 8px;
    color: #F29600;
    font-weight: bold;
}

#contact .contact_items .contact_mail a {
    background-color: #F29600;
    color: #fff;
    line-height: 1;
    padding: 12px 36px;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
}

#contact .contact_items .contact_mail a:hover {
    background-color: #616161;
    border-radius: 10px;
}


#contact .contact_items .contact_mail a span {
    margin-right: 6px;
    font-size: 26px;
}

#contact .contact_items .contact_form {
    text-align: center;
    background-color: #fff;
    width: 48%;
    margin: 0 auto;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contact .contact_items .contact_form .heading {
    margin-bottom: 8px;
    color: #F29600;
    font-weight: bold;
}

#contact .contact_items .contact_form a {
    background-color: #F29600;
    color: #fff;
    line-height: 1;
    padding: 12px 36px;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
}

#contact .contact_items .contact_form a:hover {
    background-color: #616161;
    border-radius: 10px;
}


#contact .contact_items .contact_form a span {
    margin-right: 6px;
    font-size: 26px;
}


@media screen and (max-width: 767px) {
    #contact {
        padding: 90px 0 80px 0;
    }
    
    #contact .contact_items .contact_tel {
        margin-bottom: 0;
        width: 100%;
        flex-direction: column;
    }
    
    #contact .contact_items .contact_tel .tel_item .info span {
        text-align: center;
        margin-right: 0;
    }


    #contact .contact_items .contact_tel .tel_item {
        background-color: #fff;
        width: 100%;
        margin-bottom: 4%;
        height: 220px;
    }

    #contact .contact_items .contact_mail {
        width: 100%;
        margin: 0 auto 4% 0;
        height: 140px;
    }

    #contact .contact_items .contact_mail a {
        font-size: 12px;
    }
    
    #contact .contact_items .contact_form {
        width: 100%;
        height: 140px;
    }

    #contact .contact_items .contact_form a {
        font-size: 12px;
    }
}

/*------------------------------------------------------------
コンタクトフォーム用の記述
------------------------------------------------------------*/
.contact_form {
    
}
