/************************************
キャッシュレスバナー
************************************/
/*
#box_bnr{
  display:none;
}
*/
.cashless__bnr{
  position:relative;
  max-width:728px;
  padding-top:12.626%;
  margin: 20px auto 0;
}
.cashless__bnr span{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  background:url(https://img20.shop-pro.jp/PA01246/729/etc/Red%28728_90%29.png?cmsp_timestamp=20191021040342) 0 0 no-repeat;
  background-size:100% auto;
  top:0;
  left:0;
  text-indent:-9999px;
}

@media screen and (min-width: 728px) {
  .cashless__bnr{
    margin:40px auto 0;
    max-width:950px;
    padding-top:6.0%;
    background:url(https://img20.shop-pro.jp/PA01246/729/etc/cashless_1290_60_bg.png?cmsp_timestamp=20191021040412) 0 0 no-repeat;
    background-size:100% auto;
  }
  .cashless__bnr span{
    background-image:url(https://img20.shop-pro.jp/PA01246/729/etc/cashless_1290_60.png?cmsp_timestamp=20191021040358);
  }
}