@charset "utf-8";

/*------基本CSS（PC用記述記載）------*/
#storeDetail {
    font-family: 'Noto Sans JP', sans-serif !important;
}

#storeDetail .container div:first-child{
width: 48%;
}
#storeDetail .indent {
    text-indent: 5.1rem;
}
#storeDetail .map_iframe_wrap{
        width: 50%;
        height: auto;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

    #storeDetail .container div:first-child{
        width: 100%;
    }
    #storeDetail .map_iframe_wrap{
        width: 100%;
    }

    #storeDetail .map_iframe_wrap iframe{
        height: 320px!important;
    }

}