/* shop */
.shopWrap{
    width: 80%;
    margin: 100px auto;
}
.shopImgWrap{
    max-width: 100%;
    margin: 0 auto 50px;
}
.shopImgWrap img{
    width: 100%;
    height: auto;
    border-radius: 38px;
}
.shopDetailWrap{
    
}
.shopDetailTtl{
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 1px solid #8d8d8d;
}
.shopAddress{
    display: block;
    font-size: 1.6rem;
    padding-top: 15px;
}
.shopDetailTxt{
    padding-top: 50px;
    font-size: 1.6rem;
    line-height: 3.0rem;
}
.shopDetailTxtSub{
    padding-top: 100px;
    font-size: 1.6rem;
    line-height: 3.0rem;
}
.shopDetailTtlSub{
    display: block;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}



@media screen and (max-width: 768px) {
    /* shop */
    .shopWrap{
        width: auto;
    }
    .shopDetailTtl{
        font-size: 2.3rem;
        letter-spacing: 0.05em;
    }
    .shopAddress{
        font-size: 1.4rem;
    }
    .shopDetailTxt{
        font-size: 1.4rem;
    }
    .shopDetailTxtSub{
        font-size: 1.4rem;
    }
    .shopDetailTtlSub{
        font-size: 2rem;
    }

}


@media screen and (max-width: 587px) {
    /* shop */
    .shopWrap{
        margin: 50px auto;
    }
    .shopImgWrap{
        margin: 0 auto 40px
    }
    .shopImgWrap img{
        border-radius: 20px;
    }
    .shopDetailWrap{

    }
    .shopDetailTtl{
        font-size: 2rem;
    }
    .shopDetailTxt{
        padding-top: 40px;
        line-height: 2.5rem;
    }
    .shopDetailTxtSub{
        line-height: 2.5rem;
    }
    .shopDetailTtlSub{
        
    }

}