@charset "UTF-8";


/**
*
* Swiper
*
*/
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 65px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
