/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.lineArrow {
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
            transform: skew(45deg);
    margin: 0px -20px 0px -4px;
}
.btn_wrap {
    margin: 30px 0;
}
.circle_btn {
    height: 50px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 25px;
    text-align: left;
    margin: 0 80px 0 0;
}
.circle_btn::before {
    display: block;
    content: "";
    background: #222;
    background-size: 100%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.circle_btn span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    display: inline-block;
}
.circle_btn:hover::before {
    width: 90px;
    height: 90px;
    background: #65593d;
}


.square_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.square_btn a {
    padding: 15px 80px;
    border: 1px solid #999383;
    width: 300px;
    margin: auto;
    text-align: center;
}
.square_btn a:hover {
    background: #eee;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news_list_square_btn {
    text-align: center;
    margin: 40px 0;
}
.news_list_square_btn a {
    padding: 10px 60px;
    border: 1px solid #ddd;
    width: 30%;
    margin: auto;
}
.news_list_square_btn a:hover {
    background: #eee;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


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

    .wrap_100 .btn_wrap{
        margin: 30px auto;
        width: 90%;
    }
    .btn_wrap {
        margin: 30px auto;
        width: 100%;
    }
    .circle_btn {
        margin: 0 80px 40px 0;
    }
    .contact_shop_wrap .btn_wrap {
        margin: 30px 0;
    }

    .square_btn a {
        padding: 15px;
        border: 1px solid #999383;
        width: 100%;
        margin: auto;
        text-align: center;
    }
}




