@charset "UTF-8";
.contact-page{
    text-align: center;
}

.item__line-icon,.item__insta-icon{
    width: 40px;
    height: 40px;
    margin-top: 100px;
}

.item__title{
    font-size: 1.6rem;
    line-height: 2;
}

.line__btn{
    width: 200px;
    margin-top: 20px;
    background-image: url(../images/redPaws_btn.png),url(../images/out_btn.png);
}

.insta__btn{
    margin-top: 20px;
    background-image: url(../images/redPaws_btn.png),url(../images/out_btn.png);
}

.qr-code{
    width: 140px;
    height: 140px;
    margin-top: 46px;
}

.item__phone,.item__mail{
    text-align: start;
    padding: 0 30px;
    display: block;
    margin: 70px auto 0;
    width: 190px;
    border-left: solid #B55A3B 5px;
}

/* responsive */
@media screen and (min-width:769px) {
    .contact__list{
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }

    .line__btn{
        width: 250px;
    }

    .contact__list__2{
        display: flex;
        justify-content: center;
        max-width: 1000px;
        margin: 0 auto;
    }

    .contact__item{
        width: 500px;
    }

    .item__phone,.item__mail{
        width: 200px;
    }
}

@media screen and (min-width:1130px) {
    .nav__menu li{
        color: #202020;
    }
}