@charset "utf-8";

/* slider
-------------------------------------------------------------- */
/* コンテナー */
.container {
  max-width: 100%;
  margin: 0 auto 80px auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 220px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
  padding-right: 10px;
}