@charset "UTF-8";
/*////////////////////////

home.css
///////////////////////*/
main section{
    padding: 2em 0;
}

main section:last-child{
    padding-bottom: 4rem;
}




.shopinfo_flex{
    display: flex;
    justify-content: center;
    margin: 15rem 0 0;
}

.shopinfo_cont{
    width: calc(100%/3);
    padding: 3rem 3rem;

}

.b_bg{
    background-color: #000;
    color: #fff;
    position: relative;
}

.y_bg{
    background-color: #FAEE00;
    color: #000;
    text-align: center;
    position: relative;
}

.w_bg{
    background-color: #fff;
    color: #000;
    text-align: center;
    position: relative;
}

.shopinfo_cont .center-postion{
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.shopinfo_cont .access{
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 5rem;
}

.shopinfo_cont .time{
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
}

.shopinfo_cont .tel{
    font-size: 3rem;
    font-weight: 700;
}

.shopinfo_cont .tel a{
    color: #fff;
}

.shopinfo_cont .tel span{
    font-size: 1.5rem;
    margin-right: 1rem;
    font-weight: 400;
}

.shopinfo_cont  .insta_txt{
    font-size: 3rem;
    font-weight: 700;
}

.shopinfo_cont  .insta{
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    background-color: #000;
    margin: 4rem auto 2rem;
    color: #fff;
    font-size: 5rem;
}


.shopinfo_cont  .account{
    font-size:  1.6rem;
}


@media (max-width: 767px){

    .shopinfo_flex {
        flex-wrap: wrap;
        margin: 10rem 0 0;
    }

    .shopinfo_cont {
        width: 100%;
        padding: 4rem 3rem;
    }

    .shopinfo_cont .center-postion{
        width: 100%;
        position: inherit;
        transform: inherit;
        top: inherit;
        left: inherit;
    }

    .shopinfo_cont .access {
        font-size: 1.4rem;
        margin: 0 0 3rem;
    }

    .shopinfo_cont .insta_txt {
        font-size: 2.5rem;
    }

    .shopinfo_cont .insta {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 4rem;
    }

}



