@charset "UTF-8";

/* *******************************************************************************************
* 
*	釣り道具の上手な積み方 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){


/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-car{
	padding: 18px 0;
	background: url(../image/index_fishing_car_sp.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-car{
	padding-left: 52px;
	padding-right: 0;
	background-size: 41px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
padding-top: 45px;
}

.pageContent_inner{
padding: 0 16px;
width: 100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

/* ----------------------------- 共通 ----------------------------- */
.icon_spec.fisherman2:after {
top: -65px;
background-size: 59px;
}
/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */

.carIndex{
	padding-bottom: 30px;
}
.carIndex_lead{
	margin-bottom: 65px;
	font-size: 16px;
	line-height: 28px;
}

/* ----------------------------- 一覧表示 ----------------------------- */

#fishing-car_list{
	margin-right: 0;
	width: 100%;
}
.fishing-car_list_item{
	float: none;
	margin-right: 0;
	margin-bottom: 14px;
	width: 100%;
}
.fishing-car_list_item_link{
	width: 100%;
	height: auto;
}
.fishing-car_list_item_link:hover{
	background: #fff;
}
.fishing-car_list_item_img{
	height: auto;
}
.fishing-car_list_item_link:hover .fishing-car_list_item_img{
	opacity: 1;
}
.fishing-car_list_item_content{
padding: 10px 14px;
height: auto;
}
.fishing-car_list_item_ttl{
font-size: 17px;
}
.fishing-car_list_item_ttl_sub{
font-size: 17px;
line-height: 28px;
}
.fishing-car_list_item_ttl_main{
font-size: 20px;
line-height: 30px;
}
.fishing-car_fin_ttl{
font-size: 17px;
padding-left: 13px;
}
.fishing-car_list_item_ttl_txt{
margin-bottom: 15px;
font-size: 14px;
line-height: 22px;
}
.fishing-car_fin_item{
flex-basis: 49%;
margin-right: 2%;
margin-bottom: 14px;
}
.fishing-car_fin_item:nth-child(2n){
margin-right: 0;
}
.fishing-car_fin_item .fishing-car_list_item_ttl{
font-size: 14px;
}

/* -------------------------------------------------------------------------------------------
*
* 下層共通
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- メインビジュアル ----------------------------- */
.pageMain{height:176px;}
}