@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#fruits_list{
	font-size: 15px;
}





/* コンテンツ幅 */
#fruits_list .contents{
	max-width:900px;
	width: 100%;
	margin:0 auto;
}





/* タイトル */
#fruits_list .title{
	width: 100%;
	height: 430px;
	background-image: url("../img/fruits/img_fruits_list_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#fruits_list .title div{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}

#fruits_list .title_01{
	color: #ffffff;
	font-size: 58px;
	font-weight: 600;
}





/* みなかみのフルーツ */
#fruits_list .fruits_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #000000;
	padding-bottom: 120px;
}

#fruits_list .fruits_name{
	color: #00B4DC;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	height:3em;
	line-height:1.4em;
	overflow:hidden;
}



#fruits_list .fruits_item ul{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
}

#fruits_list .fruits_item li p{
	color: #000000;
}

#fruits_list .fruits_item li p:hover{
	opacity: 0.8;
}

#fruits_list .fruits_text{
	font-size: 14px;
}

#fruits_list .fruits_item{
	width: 30%;
	margin-top: 100px;
}
#fruits_list .fruits_img{
	text-align: center;
}
#fruits_list .thumbnail_img{
	width:266px;
	height:180px;
	background-color:#f0f0f0;
	text-align:center;
}
#fruits_list .thumbnail_img img{
	width: auto;
	height:100%;
	object-fit: cover;
}

#fruits_list .message{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	width:100%;
	font-size: 18px;
}



/* トップへ戻るボタン */
#fruits_list .top_btn{
	margin-top: 120px;
	margin-bottom: 140px;
}



/*--------------------------------------------------*
 *   追加css(2026/04/14)
 *--------------------------------------------------*/
#fruits_list .fruits_box{
	justify-content: flex-start;
}
#fruits_list .fruits_item{
	margin-right: 5%;
}
#fruits_list .fruits_item:nth-child(3n){
	margin-right: 0%;
}



/* スマホレイアウト */
@media (max-width: 1024px) {
	
	#fruits_list{
		font-size: 14px;
	}





	/* コンテンツ幅 */
	#fruits_list .contents{
		max-width:900px;
		width: 100%;
		margin:0 auto;
		padding: 0px 15px;
	}
	
	
	
	
	
	/* タイトル */
	#fruits_list .title_01{
		font-size: 25px;
	}
	
	#fruits_list .title{
		width: 100%;
		height: 430px;
		background-image: url("../img/fruits/img_fruits_list_main_sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		margin-top: 30px;
	}
	
	
	
	
	
	/* みなかみのフルーツ */
	#fruits_list .fruits_box{
		justify-content: center;
		padding-bottom: 80px;
	}

	#fruits_list .fruits_name{
		margin-bottom: 5px;
		height:auto
	}

	#fruits_list .fruits_item ul{
		margin-top: 5px;
		margin-bottom: 7px;
		padding-bottom: 8px;
	}

	#fruits_list .fruits_text{
		font-size: 12px;
	}

	#fruits_list .fruits_item{
		width: 100%;
		margin-top: 50px;
	}
	#fruits_list .fruits_img{
		text-align: center;
	}
	#fruits_list .thumbnail_img{
		width:100%;
		height:180px;
		background-color:#f0f0f0;
		text-align:center;
	}
	#fruits_list .thumbnail_img img{
		width: auto;
		height:100%;
		object-fit: cover;
	}
	

	



	/* トップへ戻るボタン */
	#fruits_list .top_btn{
		margin-top: 70px;
		margin-bottom: 65px;
	}



/*--------------------------------------------------*
 *   追加css(2026/04/14)
 *--------------------------------------------------*/
#fruits_list .fruits_item{
	margin-right: 0%;
}

}

