@charset "utf-8";
/* CSS Document */

html, body {
  position: relative;
  height: 100%;
}
body {
}

   .swiper {
      width: 100%;
      height: 100%;
	  padding: 0 0 2%;
	  margin: 0;
	  position: relative;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
	  position: relative;
}


.swiper-scrollbar {
	height: 8px; /* 高さ */
	background: rgba(230, 255, 85, 0.3); /* 背景色（現在のスライド以外） */
	border-radius: 0; /* 丸み */
	margin-top: 5px;
}


@media only screen and (max-width: 750px) {

}