@charset "UTF-8";

/* *******************************************************************************************
* 
*	野菜づくりを楽しもうTOP
*
******************************************************************************************* */

/* ----------------------------- 共通 ----------------------------- */

footer .js-back-to-top{
	z-index: 100;
}
.contents_header_inner {
	padding-bottom: 15px;
}
.contents_header_bread {
	margin-bottom: 0;
}
#cont .pc{ display: block;}
#cont .sp{ display: none;}
#cont br.pc{ display: inline-block;}
#cont br.sp{ display: none;}
#cont img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
.transition{
	transition: all .4s ease;
}
@media screen and (max-width: 736px) {
	#cont .pc{ display: none;}
	#cont .sp{ display: block;}
	#cont br.pc{ display: none;}
	#cont br.sp{ display: inline-block;}
	.contents_header_inner {
		padding-bottom: 0;
	}
}

/* ----------------------------- ビジュアル ----------------------------- */

.visual{
	position: relative;
	height: 700px;
	background: #e5f0f8 url(../img/bg_visual.jpg) center bottom no-repeat;
	background-size: 1500px auto;
}
.visual:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_visual_nami.png) center bottom repeat-x;
	z-index: 10;
}
.visual_ttl{
	margin: 0 auto;
	padding-top: 61px;
	width: 515px;
}

@media screen and (max-width: 736px) {
	.visual{
		height: 325px;
		background: #e7f0f7 url(../img/bg_visual_sp.jpg) center bottom no-repeat;
		background-size: 410px auto;
	}
	.visual:after{
		width: 100%;
		height: 7px;
		background: url(../img/bg_visual_nami_sp.png) center bottom repeat-x;
		background-size: 92px 7px;
	}
	.visual_ttl{
		padding-top: 36px;
		width: 286px;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

#target_contents.anchor{
	padding-top: 157px;
	margin-top: -157px
}

.yasai_container{
	padding-bottom: 70px;
	color: #000;
}
.yasai_container .inner{
	position: relative;
	margin: 0 auto;
	padding-top: 120px;
	width: 980px;
}
.yasai_sns{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 32px;
	right: 0;
	width: 112px;
}
.yasai_sns_item{
	width: 48px;
}

/* コンテンツ */
.yasai_contents{
	position: relative;
	z-index: 10;
}
.yasai_contents .inner{
	margin: 0 auto;
	padding-top: 0;
	width: 980px;
}
.yasai_contents_ttl{;
	margin-bottom: 50px;
	text-align: center;
}
.yasai_contents_ttl .jp{
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 48px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.yasai_contents_ttl .en{
	margin: 0 auto;
	width: 76px;
	font-size: 0;
	line-height: 0;
}
.yasai_contents_list{
	width: 100%;
	overflow: hidden;
}
#contents_list{
	min-height: 500px;
}
#contents_holder{
	display: none;
}
.yasai_contents_list_item{
	float: left;
	margin-bottom: 28px;
	width: 476px;
	height: 332px;
	overflow: hidden;
}
.yasai_contents_list_item.item-2W{
	width: 980px;
	height: 384px;
}
.yasai_contents_list_item.item-2H{
	height: 692px;
}
.yasai_contents_list_item a{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 28px;
	height: 100%;
	background: #fff;
	border: 4px solid #e5f0f8;
	border-radius: 32px;
	box-sizing: border-box;
}
.yasai_contents_list_item.item-2H a{
	display: block;
}
.yasai_contents_list_item a:after{
	position: absolute;
	content: '';
	bottom: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.yasai_contents_list_item_tag{
	display: flex;
	margin-bottom: 24px;
	width: 100%;
}
.yasai_contents_list_item_tag li{
	margin-right: 8px;
}
.yasai_contents_list_item_tag li span{
	display: inline-block;
	padding: 0 18px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	border-radius: 12px;
}
.yasai_contents_list_item_tag li span.tag-02{
	background: #97bea9;
}
.yasai_contents_list_item_tag li span.tag-03{
	background: #e3a39e;
}
.yasai_contents_list_item_tag li span.tag-04{
	background: #f6b879;
}
.yasai_contents_list_item_tag li span.tag-05{
	background: #91a0b8;
}
.yasai_contents_list_item_tag li span.tag-06{
	background: #e7c471;
}
.yasai_contents_list_item_img{
	position: relative;
	width: 180px;
}
.yasai_contents_list_item_img_holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.yasai_contents_list_item.item-2W .yasai_contents_list_item_img{
	width: 412px;
}
.yasai_contents_list_item.item-2H .yasai_contents_list_item_img{
	margin-bottom: 32px;
	width: 100%;
}
.yasai_contents_list_item_info{
	padding-left: 24px;
	width: calc(100% - 180px);
	box-sizing: border-box;
}
.yasai_contents_list_item.item-2W .yasai_contents_list_item_info{
	padding-top: 28px;
	padding-left: 32px;
	width: calc(100% - 412px);
}
.yasai_contents_list_item.item-2H .yasai_contents_list_item_info{
	padding-left: 0;
	width: 100%;
}
.yasai_contents_list_item_info_ttl{
	margin-bottom: 18px;
	color: #396483;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
.yasai_contents_list_item_tag + .yasai_contents_list_item_info_ttl{
	margin-top: -10px;
}
.yasai_contents_list_item_info_ttl small{
	display: inline-block;
	color: #396483;
	font-size: 16px;
	line-height: 32px;
}
.yasai_contents_list_item_info_txt{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* hover */
@media screen and (min-width : 737px){
	.yasai_contents_list_item a{
		transition: all .2s ease;
	}
	.yasai_contents_list_item a:hover{
		background: #f5f9fc;
	}
	.yasai_contents_list_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.yasai_contents_list_item a:hover:after{
		transform: translate(3px, 3px);
	}
	.yasai_contents_list_item_img{
		transition: all .2s ease;
	}
	a:hover .yasai_contents_list_item_img{
		opacity: .8;
	}
}

@media screen and (max-width: 736px) {
	.yasai_container{
		padding-bottom: 50px;
	}
	.yasai_container .inner{
		padding-top: 70px;
		width: 100%;
	}
	.yasai_sns{
		top: 17px;
		right: 8px;
		width: 99px;
	}
	.yasai_sns_item{
		padding: 0 6px;
		width: 48px;
		box-sizing: border-box;
	}

	/* コンテンツ */
	.yasai_contents .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.yasai_contents_ttl{
		position: relative;
		top: -20px;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 10px;
		width: calc(100% + 32px);
		overflow: hidden;
		pointer-events: none;
	}
	.yasai_contents_ttl:after{
		top: 0;
		left: 50%;
		width: 396px;
		height: 114px;
		background-size: 396px auto;
		transform: translate(-50%, 0);
	}
	.yasai_contents_ttl .jp{
		margin-bottom: 8px;
		font-size: 27px;
		line-height: 36px;
		letter-spacing: 0.06em;
	}
	.yasai_contents_ttl .en{
		width: 57px;
	}

	#contents_list{
		min-height: 250px;
	}
	.yasai_contents_list_item{
		margin-bottom: 16px;
		width: 100%;
		height: auto;
	}
	.yasai_contents_list_item.item-2W{
		width: 100%;
		height: auto;
	}
	.yasai_contents_list_item.item-2H{
		height: auto;
	}
	.yasai_contents_list_item a{
		align-items: center;
		padding: 15px;
		padding-bottom: 26px;
		height: auto;
		border: 3px solid #e5f0f8;
		border-radius: 24px;
	}
	.yasai_contents_list_item a:after{
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.yasai_contents_list_item_tag{
		margin-bottom: 12px;
	}
	.yasai_contents_list_item_tag li{
		margin-right: 6px;
	}
	.yasai_contents_list_item_img{
		width: 46%;
	}
	.yasai_contents_list_item.item-2W .yasai_contents_list_item_img{
		margin-bottom: 20px;
		width: 100%;
	}
	.yasai_contents_list_item.item-2H .yasai_contents_list_item_img{
		margin-bottom: 20px;
		/*width: 100%;*/
	}
	.yasai_contents_list_item_info{
		padding-left: 16px;
		width: 54%;
	}
	.yasai_contents_list_item.item-2W .yasai_contents_list_item_info{
		padding-top: 0;
		padding-left: 0;
		width: 100%;
	}
	.yasai_contents_list_item.item-2H .yasai_contents_list_item_info{
		padding-left: 0;
		/*width: 100%;*/
	}
	.yasai_contents_list_item_info_ttl{
		margin-bottom: 0;
		font-size: 18px;
		line-height: 27px;
	}
	.yasai_contents_list_item.item-2W .yasai_contents_list_item_info_ttl,
	.yasai_contents_list_item.item-2H .yasai_contents_list_item_info_ttl{
		margin-bottom: 12px;
		font-size: 19px;
		line-height: 27px;
	}
	.yasai_contents_list_item_tag + .yasai_contents_list_item_info_ttl{
		margin-top: 0;
	}
	.yasai_contents_list_item_info_ttl small{
		font-size: 12px;
		line-height: 27px;
	}
	.yasai_contents_list_item_info_txt{
		font-size: 12px;
		line-height: 24px;
	}
	.yasai_contents_list_item_txt{
		margin-top: 10px;
		font-size: 12px;
		line-height: 24px;
	}
}

/* ----------------------------- ボトム ----------------------------- */

.yasai_btm{
	position: relative;
	height: 320px;
	background: #e5f0f8 url(../img/bg_btm.png) center bottom no-repeat;
	background-size: 980px auto;
}
.yasai_btm:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_btm_nami.png) center bottom repeat-x;
	z-index: 10;
}

@media screen and (max-width: 736px) {
	.yasai_btm{
		height: 240px;
		background: #e7f0f7 url(../img/bg_btm_sp.png) center bottom no-repeat;
		background-size: 430px auto;
	}
	.yasai_btm:after{
		height: 7px;
		background: url(../img/bg_btm_nami_sp.png) center bottom repeat-x;
		background-size: 92px 7px;
	}
}






