@charset "UTF-8";
.swiper-slide img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1020px) {
  .swiper-slide img {
    height: 230px;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=swiper.css.map */