@charset "utf-8";


.swiper{
    max-width: 500px;
}
.swiper-slide img {
    height: auto;
    width: 100%;
    margin-bottom: 5%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  content: ""; /*contentを空にする*/
}
.swiper-pagination-bullet {
  /*ドットの色を変更*/
  background-color:#000000;
}