@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
articleList
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.list_title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	height: 144px;
	padding: 35px 0 0;
	text-align: center;
	margin-bottom: 56px;
}
.list_title div {
	font-size: 0;
}
.list_title p {
	font-size: 18px;
	letter-spacing: 0.01em;
	margin-top: 10px;	
}




.wp-pagenavi {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-bottom: 63px;
}
.wp-pagenavi .pager {
	position: relative;
	vertical-align: middle;
}
.wp-pagenavi .pager + .pager:before {
	content: "・";
	display: inline-block;
}
.wp-pagenavi [rel='next'], .wp-pagenavi [rel='prev'] {
	display: inline-block;
	width: 38px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='next'] {
	padding-right: 19px;
	right: 179px;
}
.wp-pagenavi [rel='prev'] {
	padding-left: 19px;
	left: 179px;
}
.wp-pagenavi [rel='next']:before,
.wp-pagenavi [rel='prev']:after {
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);  
	-moz-transform: rotate(45deg);
	position: absolute;
	top: -3px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.wp-pagenavi [rel='prev']:after {
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
	left: 0;
}
.wp-pagenavi [rel='next']:before {
	border-right: 1px #fff solid;
	border-top: 1px #fff solid;
	right: 0;
}

.green-kitchen {
	background: rgba(255,255,255,0.8);
	margin-bottom: 143px;
}
.green-kitchen a {
	display: block;
}
.green-kitchen-tit {
	width: 180px;
	margin: 0 auto;
	padding: 22px 0 0;
}
.green-kitchen-tit img {
	width: 100%;
	height: auto;
}
.green-kitchen-txt {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 9px;
	position: relative;
	padding-bottom: 45px;
}
.green-kitchen-txt:after{
	content: "";
	width: 13px;
	height: 13px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width:750px) {
	.list_title {
		height: auto;
		padding: 15px 0;
		margin-bottom: 20px;
	}
	.list_title div img {
		height: 26px;
	}
	.list_title p {
		font-size: 14px;
	}

	.list {
		margin-bottom: 46px;
	}

	.wp-pagenavi {
		font-size: 12px;
		margin-bottom: 50px;
	}
	.green-kitchen {
		margin-bottom: 127px;
	}
	.green-kitchen-txt {
		text-align: left;
		padding: 0 22px 38px;
		line-height: 22px;
	}
	.wp-pagenavi .pager:nth-of-type(n+4) {
		display: none;
	}
	.wp-pagenavi [rel='next'] {
		right: 9px;
	}
	.wp-pagenavi [rel='prev'] {
		left: 9px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
各記事一覧色設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.recipes .list_title {
	background: #ab2222;
}
.season .list_title {
	background: #cfc100;
}
.producer .list_title {
	background: #006837;
}
.student_reason .list_title {
	background: #64b5d9;
}
.cheese_mariage .list_title {
	background: #d4862c;
}
.distribution_table .list_title {
	background: #92b330;
}
.experience_kururu .list_title,
.experience_report .list_title {
	background: #26ae95;
}
.studies .list_title {
	background: #4f5c9c;
}
.photo .list_title {
	background: #e391ba;
}
.movie .list_title {
	background: #724c80;
}
.morisaki .list_title {
	background: #003399;
}


