@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
#farmshop{
	width: 1260px;
	margin: 0 auto;
}
#farmshop a {
    color: #000000;
	text-decoration: underline;
}
#farmshop h2.uline_b{
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 5px #019740;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#farmshop h3.uline_b{
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 2px #019740;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#farmshop p.uh2_txt{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}
/*TOPイメージ*/
#farmshop .top_parts{
	width: 100%;
	background-color: #019740;
	display: flex;
	justify-content: space-between;
}
#farmshop .top_parts .top_txt{
	width: 54%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#farmshop .top_parts .top_txt h1{
	font-size: 3.5em;
	font-weight: bold;
}
#farmshop .top_parts .top_img{
	width: 44%;
}
#farmshop .top_parts .top_img img{
	width: 100%;
}
/*ナビゲーション*/
#farmshop .farm_first {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 50px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100%;
}
#farmshop .farm_first ul.farm_menu {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0;
	box-sizing: border-box;
	border: solid 1px #019740;
	list-style: none;
	padding: 0;
}
#farmshop .farm_first ul.farm_menu li.global-item {
	border-right: solid 1px #019740;
	width: 33.33%;
	position: relative;
}
#farmshop .farm_first ul.farm_menu li.global-item:last-child {
	border-right-style: none;
	margin-right: 0;
}
#farmshop .farm_first ul.farm_menu li.global-item a {
	display: block;
	padding: 20px 20px 40px 20px;
	color: #019740;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}
#farmshop .farm_first ul.farm_menu li.global-item:last-child a {
	border-right: none;
}
#farmshop .farm_first ul.farm_menu li.global-item a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 70%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #019740 transparent transparent transparent;
}
#farmshop .farm_first ul.farm_menu li a:hover {
	opacity: 0.7;
}
/*ナビゲーション終*/
/*枠全体指定*/
#farmshop .contents{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#farmshop .contents .item{
	width: 24%;
	border-radius: 5px;
	border: solid 1px #cccccc;
	z-index: 1;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}
#farmshop .contents::after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#farmshop .contents::after,
#farmshop .contents::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#farmshop .contents::before{
	order: 1;
}
#farmshop .contents .item .item_image{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display:inline-block;
	overflow: hidden;
}
#farmshop .contents .item .item_image img{
	width: 100%;
	vertical-align: top;
}
#farmshop .contents .item h4.item_title{
	padding: 0 10px;
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #019740;
	font-weight: bold;
}
#farmshop .contents .item .item_txt{
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#farmshop .contents .item ul.btns{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
#farmshop .contents .item ul.btns li.btn_list,
#farmshop .contents .item ul.btns li.btn_pdf{
	position: relative;
}
#farmshop .contents .item ul.btns li:nth-child(2n){
	margin-top: 12px;
}
#farmshop .contents .item ul.btns li.btn_list a,
#farmshop .contents .item ul.btns li.btn_pdf a{
	border-radius: 1.5em;
	padding: 0.8em 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;	
}
#farmshop .contents .item ul.btns li.btn_list a{
	background-color: #019740;
	color: #ffffff;
}
#farmshop .contents .item ul.btns li.btn_pdf a{
	border: solid 2px #019740;
	background-color: #ffffff;
	color: #019740;
}
#farmshop .contents .item ul.btns li.btn_list a:hover,
#farmshop .contents .item ul.btns li.btn_pdf a:hover,#farmshop .contents .lsizebtn a:hover{
	opacity: 0.7;
}
#farmshop .contents .item ul.btns li.btn_list a::after {
    content: url(/img/lp/farmshop/ico_ya.png);
	margin: auto;
    line-height: 0;
    position: absolute;
    top: 28%;
	right: 7%;
}
#farmshop .large_bnr{
	color: #3b3b3b;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
/*ボードンパック部分だけ色変更*/
#farmshop .contents .item._blown h4.item_title{
	color: #6a3906;
}
#farmshop .contents .item._blown ul.btns li.btn_list a{
	background-color: #6a3906;
}
#farmshop .contents .item._red h4.item_title{
	color: #e60000;
}
#farmshop .contents .item._red ul.btns li.btn_list a{
	background-color: #e60000;
}
#farmshop .contents .item._orange h4.item_title{
	color: #e6a200;
}
#farmshop .contents .item._orange ul.btns li.btn_list a{
	background-color: #e6a200;
}
/*大きいボタン*/
#farmshop .contents .lsizebtn{
	width: 100%;
	padding: 0 10px;
}
#farmshop .contents .lsizebtn a{
	border-radius: 2em;
	padding: 1em 0;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #019740;
	color: #ffffff;
	position: relative;
}
#farmshop .contents .lsizebtn a::after {
    content: url(/img/lp/farmshop/ico_ya.png);
	margin: auto;
    line-height: 0;
    position: absolute;
    top: 35%;
	right: 5%;
}
/*おすすめコンテンツ*/
#farmshop ul.industry_fooddeli_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}
#farmshop ul.industry_fooddeli_list li {
	width: 240px;
	margin: 0 0 10px 10px;
	padding: 12px 5px 8px 0;
	box-sizing: border-box;
}
#farmshop ul.industry_fooddeli_list li a {
	color: "#333333";
}
@media screen and (max-width: 768px) {
	#farmshop{
		width: 100%;
	}
	#farmshop h2.uline_b{
		font-size: 1.3em;
		font-weight: bold;
		margin: 0 10px 25px;
		padding-bottom: 5px;
	}
	#farmshop h3.uline_b{
		font-size: 1.2em;
		margin: 0 10px 25px;
		padding-bottom: 5px;
	}
	#farmshop p.uh2_txt{
		font-size: 1em;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	/*TOPイメージ*/
	#farmshop .top_parts .top_txt h1{
		font-size: 1.1em;
	}
	#farmshop .top_parts .top_img{
	}
	/*メニュー部分*/
	#farmshop .farm_first {
		width: 100%;
		background-color: #ffffff;
		margin: 0 auto;
		margin-bottom: 8px;
		box-sizing: border-box;
		border-radius: 1rem;
		position: static;
	}
	#farmshop .farm_first ul.farm_menu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 0.9em;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
		margin-bottom: 25px;
	}
	#farmshop .farm_first ul.farm_menu li.global-item a{
		width: 100%;
		margin: 0 auto;
		padding: 5px 7px;
		font-size: 10px;
		text-align: center;
	}
	#farmshop .farm_first ul.farm_menu li.global-item a::before{
		position: absolute;
		content: '';
		top: 0.7em;
		left: 1.0em;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #019740;
	}
	#farmshop .farm_first ul.farm_menu li.global-item a::after {
		content: none;
	}
	#farmshop .farm_first ul.farm_menu li.global-item {
		width: 50%;
		border-bottom: solid 1px #019740;
	}
	#farmshop .farm_first ul.farm_menu li.global-item:nth-child(2n+1){
		border-left: solid 1px #019740;
	}
	#farmshop .farm_first ul.farm_menu li.global-item:last-child{
		border-right: solid 1px #019740;
	}
	/*枠全体指定*/
	#farmshop .contents{
		padding: 0 10px;
	}
	#farmshop .contents .item{
		width: 49%;
		margin: 0 0 5px 0;
		padding-bottom: 15px;
	}
	#farmshop .contents::after {
		content: none;
	}
	#farmshop .contents._youki .item{
		width: 49%;
	}
	#farmshop .contents._youki::after,
	#farmshop .contents._youki::before {
		content: none;
	}
	#farmshop .contents .item h4.item_title{
		padding: 0 5px;
		font-size: 1em;
	}
	#farmshop .contents .item .item_txt{
		padding: 0 5px;
		margin-bottom: 20px;
		font-size: 0.8em;
	}
	#farmshop .contents .item ul.btns{
		margin-top: auto;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	#farmshop .contents .item ul.btns li:nth-child(2n){
		margin-top: 10px;
	}
	#farmshop .contents .item ul.btns li.btn_list a,
	#farmshop .contents .item ul.btns li.btn_pdf a{
		font-size: 0.7em;
		border-radius: 2em;
		padding: 1em 0 1em 1em;
		text-align: left;
	}
	#farmshop .contents .item ul.btns li.btn_list a:hover,
	#farmshop .contents .item ul.btns li.btn_pdf a:hover{
		opacity: 1;
	}
	#farmshop .contents .item ul.btns li.btn_list::after {
		top: 20%;
	}
	#farmshop .contents .item ul.btns li.btn_pdf::after {
		top: 8%;
	}
	#farmshop .large_bnr{
		font-size: 1em;
	}
	/*大きいボタン*/
	#farmshop .contents .lsizebtn{
		padding: 0;
		margin-top: 25px;
	}
	#farmshop .contents .lsizebtn a{
		border-radius: 2em;
		padding: 1em 0;
		font-size: 1em;
	}
	#farmshop .contents .lsizebtn a::after {
		top: 30%;
		right: 5%;
	}	
	/*おすすめコンテンツ*/
	#farmshop ul.industry_fooddeli_list {
		justify-content: space-between;
	}
	#farmshop ul.industry_fooddeli_list li {
		width: 49%;
		margin: 0 0 15px 0;
		padding: 0;
	}
}