
	/* swiperのカスタムコードここから */

		.swiper-container {
			width: 100%;
			height: 100%;
			margin-left: auto;
			margin-right: auto;
			}

		.swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
			/* 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;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
			}

		.swiper-button-next {
			/*background-size: inherit !important;
			height: 22px !important;
			width: 50px !important;*/
			top: 51% !important;
			right: 0px !important;
			background-image: url('/static/full/estivo/images/arrow-next-estivo.svg') !important;
			}

		.swiper-button-prev {
			/*background-size: inherit !important;
			height: 22px !important;
			width: 50px !important;*/
			top: 51% !important;
			left: 0px !important;
			background-image: url('/static/full/estivo/images/arrow-prev-estivo.svg') !important;
			}

		.swiper-pagination-bullet-active {
			background: #7bb5db !important;
			}

		.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
			bottom: 3% !important;
			}

/* swiperのカスタムコードここまで */
