@charset "UTF-8";
/* コンテンツ */

.swiper-container1 {
    margin-bottom: 20px;
}
.swiper-container1 .swiper-slide {
    width: auto;
}
.swiper-container1 .swiper-slide img {
    height: 400px;
}

@media screen and (max-width: 960px) {
.swiper-container1 .swiper-slide {
    width: 70%;
}
.swiper-container1 .swiper-slide img {
    height: auto;
    width: 100%;
}

}

@media screen and (max-width: 560px) {
.swiper-container1 {
    margin-bottom: 5em;
}
.swiper-container1 .swiper-slide {
    width: 100%;
}
}



