@charset "utf-8";
@media screen and (min-width:441px) {
	.swiper-container{ overflow: hidden; width: 730px;}
	.swiper-wrapper{ height: 220px; width: 730px;}
	.swiper-slide{ height: 220px; }
	.swiper-my-pagination{ margin-top: 9px;}
	.swiper-my-pagination .swiper-pagination-bullet{ border-radius: 0; height: auto; width: auto;}
	.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0;}
	.swiper-my-pagination img{ box-shadow: none; margin: 0; vertical-align: bottom;}
	.swiper-my-pagination{ display: table;}
	.swiper-my-pagination .swiper-pagination-bullet{ background: transparent; display: table-cell; opacity: 0.6; padding-left: 9px; text-align: center;}
	.swiper-my-pagination .swiper-pagination-bullet:first-child{ padding-left: 0;}
	.swiper-my-pagination .swiper-pagination-bullet-active{ background: transparent; opacity: 1;}
	.swiper-button-prev,.swiper-button-next{ background-image: url(/parts/user_html/js/swiper/arrow.png); background-size: 35px 35px; height: 35px; margin-top: -60px; width: 35px;}
	.swiper-button-next { transform: scale(-1, 1);}
	/*　スライダーの大バナーリンクの非活性の場合【swiper-slideクラスにnoneを追加】 */
	.swiper-slide.none{ pointer-events: none;}
	/*　スライダーの小バナーリンクのポインターをデフォルトに */
	/*　左から2番目の小バナーリンクのポインターをデフォルトに
	.swiper-my-pagination.swiper-pagination-bullets a:nth-child(2){ cursor: default;}
	 */
}
@media screen and (max-width:440px) { 
	.swiper-wrapper{ height: auto;}
	.swiper-slide img{ width: 100%;}
	.swiper-my-pagination{ margin-top: 2px;}
	.swiper-my-pagination .swiper-pagination-bullet{ border-radius: 0;}
	.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0;}
	.swiper-my-pagination img{ box-shadow: none; margin: 0; vertical-align: bottom;}
	.swiper-my-pagination{ width: 100%;}
	.swiper-my-pagination a{ height: auto; width: calc(100% / 5);}
	.swiper-my-pagination a img{ display: inline-block; height: auto; width: 100%; text-align: center;}
	.swiper-my-pagination .swiper-pagination-bullet{ background: transparent; opacity: 0.6; text-align: center;}
	.swiper-my-pagination .swiper-pagination-bullet-active{ background: transparent; opacity: 1;}
	/*　スライダーの大バナーリンクの非活性の場合【swiper-slideクラスにnoneを追加】 */
	.swiper-slide.none{ pointer-events: none;}
	/*　スライダーの小バナーリンクのポインターをデフォルトに */
	/*　左から2番目の小バナーリンクのポインターをデフォルトに
	.swiper-my-pagination.swiper-pagination-bullets a:nth-child(2){ cursor: default;}
	 */
}