/*============================
   Swiper
============================*/
.reco-35th .Ttl-reco{
  width: 35%;
  margin: 15% auto 5%;
  text-align: center;

}

/* コンテナー */
.container {
  /* max-width: 900px; */
  margin: 0 auto 0%;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 500px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}
