@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
	スマホ用（～768px）　　かねやすの事業【business】のスタイルシート
------------------------------------------------------------------------------------------------------------*/
/*メイン（スマホ）
*************************************************/
#area_business01{}
#area_business01_in01{}
#area_business01_in02{}

#area_business01 .box_01{
	padding: 0 20px 6% 20px;
}
#area_business01 .box_01 img{
	display: block;
	border-radius: 20px;
	margin: 0 auto;
}
#area_business01 .box_02{
	padding: 0 20px 6% 20px;
	background-image: url("../image/business/img_business_carrot01.png"), url("../image/business/img_business_potato01.png");
	background-size: 22%, 14%;
	background-position: -6% 0%, 103% 80%;
	background-repeat: no-repeat, no-repeat;
}
#area_business01 .box_02 img.img_sp{
	display: block;
	width: 70%;
	max-width: 380px;
	margin: 0 auto;
}
#area_business01 .box_02 img.img_pc{
	display: none;
}
#area_business01 .box_03{
	padding: 0 20px 0 20px;
	text-shadow: 1px 1px 1px #fff, 1px 1px 0px #fff;
}
#area_business01 .box_04{
	padding: 3% 20px 25px 20px;
	background-image: url("../image/business/img_business_lemon01.png"), url("../image/business/pic_business03.jpg");
	background-size: 30%, 30%;
	background-position: -10% 20%, 110% 100%;
	background-repeat: no-repeat, no-repeat;
}
#area_business01 .box_04 img{
	display: block;
	width: 85%;
	border-radius: 20px;
	margin: 0 auto;
}
/*こだわり（スマホ）
*************************************************/
.h3_business01_sp{
	text-align: center;
	margin: 0 0 1rem 0;
}
.h3_business01_sp img{
	max-width: 330px;
}
.h3_business01_pc{display: none;}

.ul_kodawari01{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
.ul_kodawari01 li{
	background: #fff;
	box-shadow: 5px 5px 0px #449633;
	border: solid 1px #449633;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	margin: 0 0 1.5rem 0;
}
.ul_kodawari01 li h4{
	color: #449633;
	font-size: 1.25rem;
	text-align: center;
	background: url("../image/common/img_line01.png") no-repeat center bottom;
	background-size: 51px;
	padding: 0 0 14px 0;
	margin: 0 0 15px 0;
}
.ul_kodawari01 li p{
	margin: 0;
}
/*仕入れ・流通（スマホ）
*************************************************/
.figure_flow01{
	width: 100%;
	max-width: 1000px;
	background: #f8e9e4;
	text-align: center;
	padding: 10px;
	margin: 0 auto 1.5rem auto;
}
.figure_flow01 img{
	max-width: 800px;
}






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

/*メイン（タブレット）
*************************************************/
section.section_business01{
	padding: 0;
}
#area_business01{
	/*border: 1px dotted #000;*//*仮線*/
	padding: 0 0 11% 0;
	background-image: 
		url("../image/business/img_business_carrot01.png"),
		url("../image/business/pic_business03.jpg"),
		url("../image/business/img_business_potato01.png"),
		url("../image/business/img_business_lemon01.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 14%, 20%, 10%, 200px;
	background-position: 104% 25%, 108% 60%, 103% 99%, -10% 97%;
}
#area_business01_in01{
	/*border: 1px dotted #ccc;*//*仮線*/
	width:100%;
	margin: 0 auto;
	padding: 0 20px;
	display:flex;
	flex-flow: row wrap;
}
#area_business01 .box_01{
	padding: 0;
	width: 67%;
	margin: 0 0 4% 0;
	position: relative;
}
#area_business01 .box_02{
	padding: 0;
	background: none;
	width: 33%;
}
#area_business01 .box_02 img.img_sp{
	display: none;
}
#area_business01 .box_02 img.img_pc{
	display: block;
	width: 50%;
	max-width: 180px;
	margin: 0 auto;
}
#area_business01_in02{
	/*border: 1px dotted #ccc;*//*仮線*/
	width:100%;
	margin: 0 auto;
	padding: 0 20px;
	display:flex;
	flex-flow: row-reverse wrap;
}
#area_business01 .box_03{
	padding: 0 1rem 0 0;
	width: 71%;
}
#area_business01 .box_04{
	padding: 0;
	background: none;
	width: 29%;
	position: relative;
}
#area_business01 .box_04 img{
	width: 100%;
	position: absolute;
	top: -80px;
	left: -22%;
}
/*こだわり（タブレット）
*************************************************/
.h3_business01_sp{display: none;}
.h3_business01_pc{
	display: block;
	text-align: center;
	margin: 0 0 1rem 0;
}
.h3_business01_pc img{
	max-width: 500px;
}
.ul_kodawari01{
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto 2rem auto;
}
.ul_kodawari01 li{
	width: 31%;
	margin: 0 3.5% 0 0;
}
.ul_kodawari01 li:nth-child(3){margin: 0;}

/*仕入れ・流通（タブレット）
*************************************************/
.txt_flow01{
	column-count:2;
	column-gap: 1.5rem;
}

/********/
}








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

/*メイン（PC用）
*************************************************/
#area_business01_in01,
#area_business01_in02{
	max-width: 1200px;
	padding: 0 30px;
}
#area_business01 .box_04 img{
	top: -130px;
}
/*こだわり（PC用）
*************************************************/
.h3_business01_pc		{margin: 0 0 1.25rem 0;}
.h3_business01_pc img	{max-width: 700px;}
.ul_kodawari01			{margin: 0 auto 3rem auto;}
.ul_kodawari01 li{
	padding: 25px 20px 25px 20px;
}
.ul_kodawari01 li h4{
	font-size: 1.38rem;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
/*仕入れ・流通（PC用）
*************************************************/
.figure_flow01{
	margin: 0 auto 2.5rem auto;
	position: relative;
}
.figure_flow01::after{
	position: absolute;
	content: '';
	right: -60px;
	bottom: -20px;
	width: 150px;
	height: 80px;
	background: url("../image/business/img_business_truck01.png") no-repeat 0 0;
	background-size: 150px;
}
/********/
}




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

#area_business01{
	padding: 0 0 140px 0;
	background-image: 
		url("../image/business/img_business_carrot01.png"),
		url("../image/business/pic_business03.jpg"),
		url("../image/business/img_business_potato01.png"),
		url("../image/business/img_business_lemon01.png");
	background-size: 180px, 220px, 115px, 240px;
	background-position: 
		calc(50% + 540px) 32%, 
		calc(50% + 600px) 66%, 
		calc(50% + 620px) 98%, 
		calc(50% - 600px) 100%;
}
/********/
}