@charset "utf-8";
.slide_box{
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}
    .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 15.8%!important;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 15.8%!important;
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1024px) {
.slide_box{
  width: 90%;
  margin: 0 auto;
}
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:769px) {
.slide_box{
  width: 100%;
  margin: 0 auto;
}
}
