@charset "utf-8";
/* CSS Document */
.sp-only {
 display: none;
}
@media screen and (max-width: 767px) {
 .pc-only {
  display: none;
 }
 .sp-only {
  display: block;
 }
}
.m-btn-l.disable {
 background: #aaaaaa;
 pointer-events: none;
}
/* スライダー */
.shop-slider img {
 display: flex;
 justify-self: center;
}
/* スライダーボタン */
.slick-next::after, .slick-prev::after {
 display: none;
}
.slick-dots {
 display: none;
}