@charset "UTF-8";

html {
	width: 100%;
	color: #000;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption { 
	margin: 0;
	padding: 0;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	font-size: 14px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;}
legend{ color:#555;}

select,input,button,textarea{ font: 99% "Noto Sans JP", sans-serif;}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


a { color: inherit; outline: none; text-decoration: none; }
a:hover { text-decoration: none; opacity: .6; }
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none;}

li img,
dt img,
dd img{ vertical-align: top;}
figure img {
	max-width: 100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.clearfix{
	display: block;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }
.fontB { font-weight: bold; }
.colorW { color: #fff; }
.indent {
	text-indent: -1em;
	margin-left: 1em;
}
#slide .slick-dots {
	font-size: 0;
	text-align: right;
	padding: 16px 10px;
}
#slide .slick-dots li {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
#slide .slick-dots button {
	height: 0;
	width: 6px;
	cursor: pointer;
	padding: 6px 0 0;
	overflow: hidden;
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#slide .slick-dots .slick-active button {
	background: #fff;
}

.titleBox {
	display: flex;
	color: #006933;
	align-items: flex-end;
	border-left: 3px solid #006933;
}
.titleBox .title {
	font-size: 18px;
	font-weight: 600;
	padding-left: 0.5em;
	margin-right: 2em;
}
.titleBox .link {
	font-size: 15px;
}
.titleBox a {
	text-decoration: underline;
}
.titleBox a:hover {
	opacity: 1;
	text-decoration: none;
}

.colorW,
.colorW a {
	color: #fff;
}

@media screen and (min-width:751px){
	.sp { display: none !important; }
	#wrapper {
		min-width: 985px;
	}
	.inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 12.5px;
	}

	.titleBox {
		padding: 5px 0;
	}
}
@media screen and (max-width:750px){
	.pc { display: none !important; }
	.inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	#slide .slick-dots {
		display: none !important;
	}
	.titleBox {
		line-height: 38px;
		margin-bottom: 25px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
articleList
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.list {
	margin-left: -21px;
	font-size: 0;
	margin-bottom: 75px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	display: flex;
	flex-wrap: wrap;
}
.list li {
	color: #fff;
	vertical-align: top;
}
.list li a {
	display: block;
	width: 100%;
}
.list .notice a {
	overflow: hidden;
	border-radius: 10px;
}
.thumbnail {
	width: 100%;
	height: 234px;
	position: relative;	
}
.large .thumbnail {
	height: 556px;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumbnail.youtube {
	overflow: hidden;
	position: relative;
}
.thumbnail.youtube img {
	top: 0;
	left: -50%;
	right: -50%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	position: absolute;
}
.thumbnail time {
	position: absolute;
	top: 0;
	left: 0;
}
.thumbnail time {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 0 0 12px;
	height: 50px;
	font-size: 14px;
	background-position: top left !important;
	background-size: 50px 50px !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
}
.thumbnail p {
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 36px;
}
.movIcon .thumbnail p:after {
	content: "";
	width: 100%;
	height: calc(234px - 100%);
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url(../images/icon_movie.png) no-repeat center center;
	background-size: 75px 75px;
	-moz-background-size: 75px 75px;
	-webkit-background-size: 75px 75px;
}
.movIcon.large .thumbnail p:after {
	height: calc(556px - 100%);
}
.information {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 76px 13px 15px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-position: bottom right !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	position: relative;
}
li.producer_booklet .information {
	padding-right: 15px;
}
.information .tag {
	width: 100%;
	height: 38px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 1.3;
}
li.season_booklet .information .tag {
	height: 57px;
}
li.producer_booklet .information .tag {
	height: auto;
}
.information .name {
	width: 100%;
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
}
li.producer_booklet .information .name {
	font-size: 14px;
	line-height: 18px;
	border-top: none;
}
.information .icon {
	width: 60px;
	height: 60px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
.information .icon img {
	width: 100%;
}

.notice .thumbnail {
	height: auto;
}
.notice .newsInfo {
	height: 80px;
	background: #58595b;
}
.notice .thumbnail .newsInfo p {
	position: static;
	background: none;
	padding-top: 5px;
	word-break: break-all;
}
.notice .thumbnail .newsInfo time {
	height: auto;
	display: block;
	position: static;
	background: none;
	padding: 9px 15px 0;
}

@media screen and (min-width:751px) {
	.list li {
		width: 234px;
		margin-left: 21px;
		margin-bottom: 21px;
	}
	.articleList .list > li:nth-child(4n+1) {
		clear: both;
	}
}
@media screen and (max-width:750px) {
	.list {
		margin-left: 0;
	}
	.list li {
		width: calc(50% - 0.5px);
		margin-bottom: 16px;
	}
	#contents .list:not(.slick-slider) li:nth-child(even) {
		margin-left: 1px;
	}
	.thumbnail {
		height: auto !important;
		overflow: hidden;
	}
	.thumbnail.youtube {
		padding-top: 100%;
	}
	.thumbnail time {
		padding: 7px 0 0 7px;
		height: 30px;
		font-size: 10px;
		background-size: 30px 30px !important;
	}
	.thumbnail img {
		width: 100%;
	}
	.thumbnail p {
		padding: 10px;
		font-size: 10px;
		line-height: 14px;
	}
	.movIcon .thumbnail p:after {
		height: calc((50vw - 24px) - 100%);
	}
	.movIcon.large .thumbnail p:after {
		height: calc((116.8vw - 66.72px) - 100%);
	}
	.information {
		padding: 6px 53px 7px 10px;
		height: 52px;
	}
	.information .tag {
		height: 26px;
		font-size: 8px;
		line-height: 1.5;
	}
	.information .name,
	li.producer_booklet .information .name {
		font-size: 8px;
		line-height: 1.5;
	}
	.information .icon {
		width: 40px;
		height: 40px;
		top: 6px;
		right: 6px;
	}
	.notice .newsInfo {
		height: 52px;
	}
	.notice .thumbnail .newsInfo time {
		padding-top: 5px;
	}
	.notice .thumbnail .newsInfo p {
		height: 28px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.list.slick-initialized {
		padding: 0 40px;
		margin-bottom: 0;
	}
	.list.slick-initialized .slick-list {
		overflow: visible;
		z-index: 1;
	}
	.list.slick-initialized .slick-list li {
		margin-right: 4px;
		width: calc(100vw - 130px);
	}
	.list.slick-initialized .slick-dots {
		display: flex;
		padding: 20px 0;
		justify-content: center;
	}
	.list.slick-initialized .slick-dots li {
		width: auto;
	}
	.list.slick-initialized .slick-dots button {
		height: 0;
		width: 10px;
		border: none;
		display: block;
		overflow: hidden;
		padding: 10px 0 0;
		margin: 0 7.5px;
		background: #e1e1dc;
		border-radius: 50%;
	}
	.list.slick-initialized .slick-dots .slick-active button {
		background: #00a33e;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a,
	.list.slick-initialized .slick-track > .slick-slide:last-child a {
		position: relative;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a::before,
	.list.slick-initialized .slick-track > .slick-slide:last-child a::after {
		content: "";
		display: block;
		top: 0;
		bottom: 40px;
		height: 0;
		width: 12.5px;
		margin: auto 0;
		padding: 12.5px 0 0;
		overflow: hidden;
		background: none;
		position: absolute;
		border: none;
		cursor: pointer;
		border-top: 1px solid #969696;
	}
	.list.slick-initialized .slick-track > .slick-slide:first-child a::before {
		left: -20px;
		transform: rotate(-45deg);
		border-left: 1px solid #969696;
	}
	.list.slick-initialized .slick-track > .slick-slide:last-child a::after {
		right: -20px;
		transform: rotate(45deg);
		border-right: 1px solid #969696;
	}
}

.list li.green1974 a {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	border-radius: 7px;
	padding: 13px 15px;
	box-sizing: border-box;
}
.list li.green1974 figure {
	overflow: hidden;
	margin: 7px 0 14px;
}
.list li.green1974 figure img {
	width: 100%;
	margin: -32px 0;
}
.list li.green1974 .cat {
	font-weight: bold;
}
.list li.green1974 .text {
	height: calc(18px * 3);
	margin: 5px 0 12px;
	overflow: hidden;
}
.list li.green1974 .logo {
	text-align: right;
}
.list li.green1974 .logo img {
	width: 140px;
}
@media screen and (max-width:750px){
	.list li.green1974 a {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: -0.05em;
	}
	.list li.green1974 .text {
		height: calc(14px * 3);
	}
	.list li.green1974 .logo img {
		width: 90px;
	}
}

/*-----各記事一覧色設定-----*/
li.recipes_season .information,
li.recipes_secret .information {
	background: #ab2222;
}
li.recipes_booklet .information,
li.recipes_season_book .information {
	background: #ff7142;
}
li.season_booklet_menu .information {
	background: #736B53;
}
li.season_vegetables .information {
	background: #cfc100;
}
li.season_booklet .information {
	padding-right: 15px;
	background: #877d50;
}
li.producer_farm_clock .information {
	background: #006837;
}
li.producer_booklet .information {
	background: #21db56;
}
li.student_reason .information {
	background: #64b5d9;
}
li.cheese_mariage .information {
	background: #d4862c;
}
li.distribution_table .information {
	background: #92b330;
}
li.experience_kururu .information,
li.experience_report .information {
	background: #26ae95;
}
li.studies .information {
	background: #4f5c9c;
}
li.photo .information {
	background: #e391ba;
}
li.movie .information {
	background: #724c80;
}
li.notice .information {
	background: #58595b;
}
li.morisaki .information {
	background: #003399;
}