/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2025 | 07:01:28 */
.swiper-button-prev, .swiper-button-next{
	background: #fff;
    width: 43px!important;
    height: 43px!important;
    border-radius: 50%;
}
.swiper-button-prev:after{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url(https://bikehunter-rental.com/wp-content/uploads/2024/12/Icon-left.png);
  background-size: contain;
  vertical-align: middle;
}
.swiper-button-next:after{
	content: '';/*何も入れない*/
  display: inline-block;
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url(https://bikehunter-rental.com/wp-content/uploads/2024/12/Icon-right.png);
  background-size: contain;
  vertical-align: middle;
}


.swiper .swiper-slide {
	height: auto;
}
.swiper .swiper-slide-item { 
	height: 100%;
}

.swiper-slide-item{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.swiper-slide a:hover{
	opacity: 0.75;
}
.swiper-slide a:hover h2{
	background: #FF5500;
}
.swiper-slide a:hover h3{
	color: #FF5500;
}
.swiper-slide-item-img{
	height: 100px;
}
.swiper-slide-item-img img{
	width: 100%;
	object-fit: cover;
	height: 100px;

}
.slide_text{
	background: #000;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 12px;
}
.slide_title{
	color: #000;
}

@media screen and (min-width: 768px){
	.swiper-slide-item-img{
		height: 157px;
}
	.swiper-slide-item-img img{
		width: 100%;
		object-fit: cover;
		height: 157px;
	}
	
	
}










