@charset "UTF-8";
/*////////////////////////
garb-public.jp
shopinfo.css
///////////////////////*/

#main_visual{
    background-image: url(../images/shopinfo/shop_main.jpg);
}

h4 {
    width: 95%;
    font-size: 1.4rem;
    letter-spacing: 2.5px;
    margin: 0 0 0 auto;
}

.shop_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
    
.shop_cont{
    width: 100%;
}

.shop_cont{
    width: 100%;
}

.info_cont{
    width: 90%;
    margin: 3rem auto;
}

.shop_cont h5{
    font-size: 1.8rem;
    font-weight: 600;
}

.shop_cont h5 span{
    display: inline-block;
    font-size: 1.2rem;
    margin-top: .8rem;
    letter-spacing: .1rem;
}

.shop_cont dl{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.shop_cont dl dt{
    width: 100px;
    background-color: #003D6C;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: .5rem;
    font-size: 1.2rem;
    max-height: max-content;
    font-weight: 400;
}

.shop_cont dl dd{
    width: 100%;
    margin: 1.5rem 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.shop_cont dl dd a{
    color: #003D6C;
    text-decoration: underline;
}

.shop_cont dl dd a.tel{
    font-size: 2rem;
}

.shop_cont p{
    font-size: 1.2rem;
    width: 95%;
    margin: 3rem 0 1rem auto;
}

.shop_cont .map{
    display: block;
    width: 95%;
    height: 200px;
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {

#main_visual{
    background-image: url(../images/shopinfo/shop_main_pc.jpg);
}

.shop_flex {
    width: 85%;
    margin: 8rem auto;
    justify-content: space-between;
}

.shop_cont {
    width: 50%;
}

h4 {
    font-size: 1.8rem;
    font-size: 1.8rem;
    margin: 0;
}

.shop_cont h5 {
    font-size: 2.5rem;
}

.shop_cont h5 span {
    font-size: 1.4rem;
}

.info_cont {
    width: 100%;
    margin: 5rem auto 0;
}

.shop_cont dl {
    justify-content: space-between;
}

.shop_cont dl dt {
    width: 20%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.shop_cont dl dd {
    width: 75%;
    font-size: 1.4rem;
    margin: 0 0 3rem;
    line-height: 2.5rem;
}

.shop_cont p {
    font-size: 1.4rem;
    margin: 5rem 0 2rem auto;
    width: 100%;
}

.shop_cont .map{
    width: 100%;
    height: 400px;
}
}