@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#fruits{
	font-size: 15px;
}





/* コンテンツ幅 */
#fruits .contents{
	max-width:1100px;
	width: 100%;
	margin:0 auto;
}

#fruits .contents1{
	max-width:900px;
	width: 100%;
	margin:0 auto;
}





/* タイトル */
#fruits .title{
	width: 100%;
	height: 430px;
	background-image: url("../img/fruits/img_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 55px;
	position: relative;
}

#fruits .title div{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}

#fruits .title_01{
	color: #ffffff;
	font-size: 58px;
	font-weight: 600;
}

#fruits .title_02{
	color: #ffffff;
	font-size: 34px;
	font-weight: 600;
}





/* みなかみのフルーツ */
#fruits .text{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

#fruits .fruits{
	background-color: #F0F0EC;
	padding-top: 100px;
	padding-bottom: 150px;
}

#fruits .fruits_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fruits .fruits_item{
	width: 30%;
	margin-bottom: 80px;
}

#fruits .fruits_item img{
	margin-bottom: 5px;
}

#fruits .fruits_item p{
	font-size: 18px;
	font-weight: 600;
}

#fruits .btn_black{
	margin-top: 25px;
}

#fruits .calendar{
	margin-top: 70px;
}




/* トップへ戻るボタン */
#fruits .top_btn{
	margin-top: 170px;
}



/*--------------------------------------------------*
 *   追加css(2026/04/14)
 *--------------------------------------------------*/
#fruits .fruits_box{
	justify-content: flex-start;
}
#fruits .fruits_item{
	margin-right: 5%;
}
#fruits .fruits_item:nth-child(3n){
	margin-right: 0%;
}
#fruits .fruits_item .thumbnail_img{
	text-align: center;
	width:266px;
	height:180px;
	background-color:#f0f0f0;
	overflow:hidden;
}
#fruits .fruits_item .thumbnail_img img{
	width: auto;
	height:100%;
	object-fit: cover;
}



/* スマホレイアウト */
@media (max-width: 1024px) {
	
	#fruits{
		font-size: 14px;
	}





	/* コンテンツ幅 */
	#fruits .contents{
		max-width:1100px;
		width: 100%;
		margin:0 auto;
		padding: 0px 15px;
	}

	#fruits .contents1{
		max-width:900px;
		width: 100%;
		margin:0 auto;
		padding: 0px 15px;
	}
	
	
	
	
	
	/* タイトル */
	#fruits .title{
		width: 100%;
		height: auto;
		background-image: none;
		margin-top: 20px;
		position: static;
	}

	#fruits .title div{
		position: static;
		top: 0%;
		left: 0%;
		-webkit-transform : translate(-0%,-0%);
		transform : translate(-0%,-0%);
		text-align: center;
	}

	#fruits .title_01{
		color: #000000;
		font-size: 26px;
		font-weight: 600;
	}

	#fruits .title_02{
		color: #000000;
		font-size: 22px;
		font-weight: 600;
	}
	
	#fruits .img_main_sp{
		text-align: center;
		margin-top: 20px;
	}
	
	
	
	
	
	/* みなかみのフルーツ */
	#fruits .text{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 80px;
	}

	#fruits .fruits{
		background-color: #F0F0EC;
		padding-top: 40px;
		padding-bottom: 50px;
	}

	#fruits .fruits_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#fruits .fruits_item{
		width: 48%;
		margin-bottom: 50px;
	}
	
	#fruits .fruits_item_img{
		text-align: center;
	}

	#fruits .fruits_item img{
		margin-bottom: 5px;
	}

	#fruits .fruits_item p{
		font-size: 16px;
		font-weight: 600;
	}

	#fruits .btn_black{
		margin-top: 15px;
	}
	
	#fruits .bt_black_arrow{
		width: 100%;
	}
	
	#fruits .bt_black_arrow a {
		height: 40px;
		font-size: 15px;
		background-size: 18px auto;
	}

	#fruits .calendar{
		margin-top: 0px;
		text-align: center;
	}

	



	/* トップへ戻るボタン */
	#fruits .top_btn{
		margin-top: 60px;
	}



/*--------------------------------------------------*
 *   追加css(2026/04/14)
 *--------------------------------------------------*/
	#fruits .fruits_item{
		margin-right: 4%;
	}
	#fruits .fruits_item:nth-child(2n){
		margin-right: 0%;
	}
	#fruits .fruits_item .thumbnail_img{
		text-align: center;
		width:100%;
		height:180px;
		background-color:#f0f0f0;
		overflow:hidden;
	}
	#fruits .fruits_item .thumbnail_img img{
		width: auto;
		height:100%;
		object-fit: cover;
	}
	
}

