@charset "utf-8";

.swiper{
    display: block;
    margin-left: 60px;
}
.swiper-slide{
    text-align: center;
    padding: 30px 10px;
    overflow:hidden;
}
/* 画像リサイズ */
.web-swiper{
    width: 300px;
    max-width: 100%;
    transition:1s all;
}
.web-swiper:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
/* レスポンシブ */
@media screen and (max-width: 780px) {
.swiper{
    margin-left: 0;
}
}

