@charset 'utf-8';
/**
 * ���ʃX�^�C��
 */


.l-wrapper {
  padding: 0;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0;
}

.swipe-box {
  margin-bottom: 0;
}

.swiper-slide {
  cursor: pointer;
}

.swipe-ctl .swiper-button-prev,
.swipe-ctl .swiper-button-next {
  display: block;
}
.swiper-container {
    padding-bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -20px;
}
.swiper-button-prev {
    background: url("../../img/all/swiper_prev.png")  no-repeat center center / contain;
}
.swiper-button-next {
    background: url("../../img/all/swiper_next.png") no-repeat center center / contain;
}

@media (min-width: 768px) {
  .swipe-ctl .swiper-button-prev,
  .swipe-ctl .swiper-button-next {
    display: block;
  }
}