@charset "utf-8";
/* CSS Document */

   .swiper {
      height: auto;
	  padding: 0 0 1%;
	  margin: auto;
	  position: relative;
	  overflow: hidden; 
    }

    .swiper-slide {
		height: auto;
		position: relative;
    }

.swiper-slide img {
	width: 100%;
}

.swiper-slide .FL:nth-child(odd) {
	width: 55%;
	float: left;
}

.swiper-slide .FL:nth-child(even) {
	width: 38%;
	padding: 0 5% 0 2%;
	float: left;
	text-align: left;
}

.swiper-scrollbar {
	height: 8px; /* 高さ */
	background: rgba(230, 255, 85, 0.3); /* 背景色（現在のスライド以外） */
	border-radius: 0; /* 丸み */
	margin-top: 5px;
}

.swiper-slide .slider_img {
	margin: 0;
	height: 100%;
}


@media only screen and (max-width:750px){
	
	.swiper {
		width: 94%;
	}
	
	.swiper-slide .FL:nth-child(odd) {
		width: 100%;
		float: none;
	}

	.swiper-slide .FL:nth-child(even) {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	
}