/* ===========================================
 * top use css
=========================================== */
/*メインビジュアル*/
#top_slider{
	width: 100%;
		overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: 100vh;
  width: 100%;
	object-fit: cover;
}
/*トピックス*/
#top_news{
	padding: 60px 0;
}
#top_newsTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_newsTitle h2{
	font-size: 22px;
	color: #1F9143;
}
#top_newsTitle h2 span{
	font-size: 10px;
	font-weight: 700;
	padding-left: 10px;
}
#top_newsTitle p{
	font-size: 12px;
	font-weight: 700;
}
#top_newsTitle p a{
	color: #a2a2a2;
}
#top_newsInner{
	margin-top: 20px;
}
#top_newsInner ul li{
	padding-bottom: 30px;
}
#top_newsInner ul li .date{
	font-size: 14px;
	color: #a2a2a2;
}
.common_news_span_01{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #1F9143;
	border: 1px solid #1F9143;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
.common_news_span_02{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #004EA2;
	border: 1px solid #004EA2;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
#top_newsInner ul li a{
	border-bottom: 1px solid #000;
	font-size: 14px;
}

/*イベント*/
#top_event{
	padding: 60px 0;
}
#top_eventTitle{
	font-size: 26px;
	color: #1F9143;
	margin-bottom: 10px;
}
#top_eventInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_eventInner .img_box{
	width: 540px;
	height: 360px;
}
#top_eventInner .img_box img{
	width: 540px;
	height: 360px;
	object-fit: cover;
}
#top_eventInner .text_box{
	width: 500px;
	position: relative;
}
.top_eventBtn{
	position: absolute;
	bottom: 0;
	right: 0;

}
.top_eventBtn a{
	color: #1F9143;
	font-weight: 700;
}
.top_eventBtn a img{
	vertical-align: middle;
	width: 50px;
	height: 50px;
	object-fit: cover;
}


/*サービス*/
#top_service{
	padding: 60px 0;
}
#top_serviceInner .img_box{
	width: 722px;
	height: 744px;
	margin: 0 auto;
}
#top_serviceInner .img_box img{
	width: 722px;
	height: 744px;
	object-fit: cover;
}



/*取扱商品*/
#top_item{
	padding: 60px 0;
	background: #1F9143;
}
#top_itemTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
}
#top_itemInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_itemInner .box{
	width: 260px;
	height: 105px;
	border: 1px solid #a2a2a2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
	background: #fff;
	margin-bottom: 20px;
}
#top_itemInner .box .icon{
	width: 77px;
	height: 77px;
}
#top_itemInner .box .icon img{
	width: 77px;
	height: 77px;
	object-fit: cover;
}
#top_itemInner .box h4{
	margin-left: 12px;
	font-size: 18px;
	color: #1F9143;
	line-height: normal;
}

/*インスタグラム*/
#top_instagram{
	padding: 60px 0;
}
#top_instagramTitle{
}
#top_instagramTitle h2{
	text-align: center;
	font-size: 26px;
	color: #1F9143;
	line-height: normal;
}
#top_instagramTitle h2 span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_instagramInner ul{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top_instagramInner ul li{
	width: 260px;
}
#top_instagramInner ul li img{
	width: 260px;
	height: 346px;
	object-fit: cover;
}

/*Group*/
#top_link{
	padding: 60px 0;
	background: #1F9143;
}
#top_linkTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: normal;
}
#top_linkTitle span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_linkInnerTop{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.top_linkInnerTop_banner{
	width: 353px;
	height: 110px;
}
.top_linkInnerTop_banner img{
	width: 353px;
	height: 110px;
	object-fit: cover;
}
#top_linkInnerBottom{
	margin-top: 40px;
	position: relative;
}
@media screen and (max-width:640px){
	
	/*メインビジュアル*/
	#top_slider{
		width: 100%;
	  height: 400px;
		overflow: hidden;
	}
	.swiper-slide img {
	  height: 400px;
	  width: 100%;
		object-fit: cover;
	}
	/*トピックス*/
	#top_news{
		padding: 60px 0;
	}
	#top_newsTitle{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top_newsTitle h2{
		font-size: 28px;
		color: #1F9143;
	}
	#top_newsTitle h2 span{
		font-size: 16px;
		font-weight: 700;
		padding-left: 10px;
	}
	#top_newsTitle p{
		font-size: 18px;
		font-weight: 700;
	}
	#top_newsTitle p a{
		color: #a2a2a2;
	}
	#top_newsInner{
		margin-top: 20px;
	}
	#top_newsInner ul li{
		padding-bottom: 30px;
	}
	#top_newsInner ul li .date{
		font-size: 20px;
		color: #a2a2a2;
	}
	.common_news_span_01{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #1F9143;
		border: 1px solid #1F9143;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	.common_news_span_02{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #004EA2;
		border: 1px solid #004EA2;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	#top_newsInner ul li a{
		border-bottom: 1px solid #000;
		font-size: 20px;
	}
	
	
	/*イベント*/
	#top_event{
		padding: 60px 0;
	}
	#top_eventTitle{
		font-size: 32px;
		color: #1F9143;
		margin-bottom: 10px;
	}
	#top_eventInner{
		margin-top: 40px;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_eventInner .img_box{
		width: 580px;
		height: auto;
		margin-bottom: 20px;
	}
	#top_eventInner .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#top_eventInner .text_box{
		width: 580px;
		position: relative;
	}
	#top_eventInner .text_box p{
		font-size: 20px;
	}
	.top_eventBtn{
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
		margin-top: 20px;
	}
	.top_eventBtn a{
		color: #1F9143;
		font-weight: 700;
		font-size: 20px;
	}
	.top_eventBtn a img{
		vertical-align: middle;
		width: 50px;
		height: 50px;
		object-fit: cover;
	}


	/*サービス*/
	#top_service{
		padding: 60px 0;
	}
	#top_serviceInner .img_box{
		width: 580px;
		height: auto;
		margin: 0 auto;
	}
	#top_serviceInner .img_box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	
	
	
	
	/*「車種別」で探す*/
	#top_item{
		padding: 60px 0;
		background: #1F9143;
	}
	#top_itemTitle{
		text-align: center;
		font-size: 32px;
	}
	#top_itemInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_itemInner .box{
		width: 280px;
		height: 105px;
		border: 1px solid #a2a2a2;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	#top_itemInner .box .icon{
		width: 77px;
		height: 77px;
	}
	#top_itemInner .box .icon img{
		width: 77px;
		height: 77px;
		object-fit: cover;
	}
	#top_itemInner .box h4{
		margin-left: 20px;
		font-size: 20px;
		color: #1F9143;
		line-height: normal;
	}
	/*インスタグラム*/
	#top_instagram{
		padding: 60px 0;
	}
	#top_instagramTitle{
	}
	#top_instagramTitle h2{
		text-align: center;
		font-size: 32px;
		color: #1F9143;
		line-height: normal;
	}
	#top_instagramTitle h2 span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_instagramInner ul{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap:10px;
	}
	#top_instagramInner ul li{
		width: 280px;
	}
	#top_instagramInner ul li img{
		width: 280px;
		height: 373px;
		object-fit: cover;
	}
	/*Group*/
	#top_link{
		padding: 60px 0;
		background: #1F9143;
	}
	#top_linkTitle{
		text-align: center;
		font-size: 32px;
		color: #fff;
		line-height: normal;
	}
	#top_linkTitle span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_linkInnerTop{
		margin-top: 40px;
		display: block;
		justify-content: space-between;
	}
	.top_linkInnerTop_banner{
		width: 580px;
		height: auto;
	}
	.top_linkInnerTop_banner img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#top_linkInnerBottom{
		margin-top: 40px;
		position: relative;
		display: block;
	}

	
}

