@charset "utf-8";
/* CSS Document */
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/*.swiper-container {
    padding: 0 20px;//左右の余白はcontainerに指定する
}*/
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
