@charset "utf-8";
/* スライド指定 */

@media only screen and (max-width:767px) {
    .swiper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
   margin-bottom: 0;
  width: 100%;
  padding: 0;
}

.swiper-wrapper{
 margin: 0;
 padding: 0;
}
    .swiper-slide {
     text-align: center;
     font-size : 0.8em;
      background: #fff; 

     
    }
    .swiper-slide img{
    width : 100%;
    }
    
 .swiper-slide a img{
    width : 100%;
    }
}




@media only screen and (min-width:768px) {
.swiper-container {
width : 100%;
height: 298px;
}
.swiper-slide {
text-align: center;
font-size: 16px;
/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.bgc01 { background: #f497aa; }  
.bgc02 { background: #C5B8A8; }  
.swiper-slide img{
    width : 100%;
    }
    
 .swiper-slide a img{
    width : 100%;
    }
   
 
}