@charset "utf-8";

.swiper {
  width: 600px;
  height: 35vw;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
/* 801px以下の画面 */
@media screen and (max-width: 800px) {
  .swiper {
    width: 375px;
    height: 40vw;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
  }
}
.swiper-slide {
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
.slider-caption {
  margin: 10px auto;
  line-height: 1.1em;
  background: #605151;
  color: #ffffff;
  font-size: 12px;
}
.swiper-pagination {
  position: relative;
}
