@charset "UTF-8";
@media screen and (min-width: 641px) {
    #price .price_box .kakomi .style_wrap .price_kakomi_wrap .list .caption .space_style {
        margin-left: 0.32rem;
    }
    #price .price_box .kakomi .lead .taxIncluded {
        font-size: 0.14rem;
        margin-top: 0.16rem;
        display: inline-block;
    }
}
@media screen and (max-width: 640px) {
    .mv_wrap .textbox .text:last-child {
        width: calc(100% + (100vw * (20 / 720)));
    }
    .shoplist .shop_box .textbox .btn_list .btn.tel a:before {
        display: none;
    }
    .shoplist .shop_box .textbox .btn_list .btn.tel a span {
        position: relative;
    }
    .shoplist .shop_box .textbox .btn_list .btn.tel a span:before {
        content: "";
        width: 0.14rem;
        height: 0.14rem;
        background-image: url(/img/shop/icon_tel.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: calc(100vw * (-50 / 720));
        top:50%;
        transform: translateY(-50%);
    }
    #price .price_box .kakomi .lead .taxIncluded {
        font-size: 0.12rem;
        margin-top: 0.14rem;
        display: inline-block;
    }
}
