@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
	スマホ用（～768px）　　products【取扱商品】のスタイルシート
------------------------------------------------------------------------------------------------------------*/
.h3_com01.vegetable img,
.h3_com01.fruit img{
	width: 100px;
}
/*ボタン*/
.box_products_btn{
	text-align: center;
	margin: 0 0 1.5rem 0;
}
.box_products_btn a{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: #449633;
	border: solid 1px #449633;
	font-weight: bolder;
	text-decoration: none;
	transition: 0.3s;
	background: #fff url("../image/common/icn_arrow01_grn.png") no-repeat right 7px top 50%;
	background-size: 20px;
	padding: 0 6px 0 0;
	margin: 0 4px;
}
.box_products_btn a:hover,
.box_products_btn a.here{
	color: #fff;
	background: #449633 url("../image/common/icn_arrow01_wht.png") no-repeat right 7px top 50%;
	background-size: 20px;
}
/*リスト*/
.ul_products_list01{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0.5rem auto;
}
.ul_products_list01 li{
	background: #fff;
	box-shadow: 5px 5px 0px #449633;
	border: solid 1px #449633;
	border-radius: 20px;
	padding: 15px 15px 20px 15px;
	margin: 0 0 1.5rem 0;
}
.ul_products_list01 li .picture{
	margin: 0 0 1rem 0;
}
.ul_products_list01 li .picture img{
	aspect-ratio: 2 / 1;
	object-fit: cover;
	border-radius: 10px;
}
.ul_products_list01 li .text{
	margin: 0 0 0 4px;
}
.ul_products_list01 li .name{
	font-weight: bolder;
	background: url("../image/common/img_line01.png") no-repeat 0% 100%;
	background-size: 51px;
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
}
.ul_products_list01 li .info{
	font-size: 0.81rem;
	line-height: 175%;
}




/*-------------------------------------------------------------------------------------------------------------------------------
	大スマホ用（520px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:520px){
/*リスト*/
.ul_products_list01{
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
}
.ul_products_list01 li{
	width: 48%;
	margin: 0 4% 1.5rem 0;
}
.ul_products_list01 li:nth-child(2n){margin: 0 0% 1.5rem 0;}
/********/
}









/*-------------------------------------------------------------------------------------------------------------------------------
	タブレット用（768px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){

/*ボタン*/
.box_products_btn a	{width: 160px;}
/*リスト*/
.ul_products_list01 li{
	width: 31%;
	margin: 0 3% 1.5rem 0;
}
.ul_products_list01 li:nth-child(2n){margin: 0 3% 1.5rem 0;}
.ul_products_list01 li:nth-child(3n){margin: 0 0% 1.5rem 0;}


/********/
}








/*-------------------------------------------------------------------------------------------------------------------------------
	PC用（1100px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1100px){

.h3_com01.vegetable img,
.h3_com01.fruit img{
	width: 130px;
}
/*ボタン*/
.box_products_btn{
	text-align: center;
	margin: 0 0 2rem 0;
}
.box_products_btn a{
	width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #fff url("../image/common/icn_arrow01_grn.png") no-repeat right 10px top 50%;
	background-size: 27px;
	padding: 0 10px 0 0;
	margin: 0 10px;
}
.box_products_btn a:hover,
.box_products_btn a.here{
	background: #449633 url("../image/common/icn_arrow01_wht.png") no-repeat right 10px top 50%;
	background-size: 27px;
}
/*リスト*/
.ul_products_list01 li{
	width: 23%;
	margin: 0 2.66% 1.75rem 0;
}
.ul_products_list01 li:nth-child(2n){margin: 0 2.66% 1.75rem 0;}
.ul_products_list01 li:nth-child(3n){margin: 0 2.66% 1.75rem 0;}
.ul_products_list01 li:nth-child(4n){margin: 0 0% 1.75rem 0;}
/********/
}