@chrset "utf-8";
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* スマートフォン */


.swiper-wrapper .swiper-slide img {
    width: 100%;
}
/*
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;  
  margin-top: -16px;
  background-color: none;
  color:#ddd;
}
*/


  
}
.swiper-pagination-bullet {
  width: 12px; /* 幅 */
  	height: 12px; /* 高さ */
  	background: #ddd; /* 色：緑 */
  	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-custom-button{
  background-image: none !important;
  background: ;
  color: white;
  font-size: 40px;
  text-align: center;
  width: 24px !important;
  height: 64px !important;
  line-height: 64px;
}
.swiper-custom-button .fa{
  line-height: 62px;
}




