@media screen and (min-width:769px) {
    h2.storeName {
        font-size: 20px;
        background: #001A5F;
        padding: 10px;
        margin: 0 0 20px;
        color: #FFF;
        font-family: "Arial Black", arial;
    }
    h2.storeName span {
        font-size: 16px;
        margin-left: 10px;
    }
    #store_list ul {
        margin-top: 20px;
    }
    #store_list ul li {
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #store_list ul li:first-child {
        padding-top: 20px;
    }
    #store_list ul li .store_name {
        width: 210px;
        margin-right: 20px;
    }
    #store_list ul li .store_name_en {
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
        color: #001A5F;
        font-family: "Arial Black", arial;
    }
    #store_list ul li .store_name .store_name_jp {
        margin-bottom: 0;
    }
    #store_list ul li .store_name_jp {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 500;
        color: #001A5F;
        font-family: "Arial Black", arial;
    }
    #store_list ul li .desc_ {
        width: calc(100% - 230px);
    }
    #store_list ul li .desc_ .store_name_jp + .store_post {
        margin-top: 10px;
    }
    #store_list ul li .desc_ .store_post .post_code {
        font-size: 13px;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_post .post_address {
        font-size: 13px;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_tel {
        font-size: 13px;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_sns {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #store_list ul li .desc_ .store_sns .store_sns_insta {
        margin-right: 10px;
    }
    #store_list ul li .desc_ .store_sns .store_sns_map a {
        color: #0081CC;
        font-size: 15px;
        font-weight: 800;
    }
}
@media screen and (max-width:768px) {
    h2.storeName {
        font-size: calc((16 / 375) * 100vw);
        letter-spacing: 0px;
        background: #001A5F;
        padding: calc((10 / 375) * 100vw);
        margin: 0 0 calc((15 / 375) * 100vw);
        color: #FFF;
        font-family: "Arial Black", arial;
    }
    h2.storeName span {
        font-size: calc((13 / 375) * 100vw);
        margin-left: calc((5 / 375) * 100vw);
    }
    #store_list ul {
        margin-top: calc((20 / 375) * 100vw);
    }
    #store_list ul li {
        padding: calc((20 / 375) * 100vw) 0;
        margin: 0 calc((20 / 375) * 100vw);
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #store_list ul li:last-child {
        border-bottom: unset;
    }
    #store_list ul li .img_,
    #store_list ul li .store_name {
        width: 35%;
        margin-right: 5%
    }
    #store_list ul li .store_name_en {
        font-size: calc((16 / 375) * 100vw);
        line-height: 1.4em;
        font-weight: bold;
        color: #001A5F;
        font-family: "Arial Black", arial;
    }
    #store_list ul li .store_name .store_name_jp {
        margin-bottom: 0;
    }
    #store_list ul li .store_name_jp {
        font-size: calc((11 / 375) * 100vw);
        line-height: 1.4em;
        font-weight: 500;
        color: #001A5F;
        font-family: "Arial Black", arial;
    }
    #store_list ul li .desc_ {
        width: 60%;
    }
    #store_list ul li .desc_ .store_post {
        margin-top: 10px;
    }
    #store_list ul li .desc_ .store_post .post_code {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_post .post_address {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_tel {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.6;
        color: #333333;
    }
    #store_list ul li .desc_ .store_sns {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #store_list ul li .desc_ .store_sns .store_sns_insta {
        margin-right: calc((50 / 375) * 100vw);
    }
    #store_list ul li .desc_ .store_sns .store_sns_map a {
        color: #0081CC;
        font-size: 1.2em;
        line-height: 1.8;
        font-weight: 800;
    }
}