@charset "utf-8";
/* CSS Document */

/* common */

#page_ttl .wrap {
	background: url(../images/food/pagettl_img.png) no-repeat right 25% top 15%;
}

@media screen and (max-width: 768px) {

	#page_ttl .wrap {
		background-position: right 10% top 20%;
		background-size: 15vw auto;
	}
	#page_ttl .page_ttl_en img {
		height: 4vw;
		width: auto;
	}

}

/* sec01 */

#sec01 .wrap {
	background: url(../images/food/sec01_bg.png) no-repeat center;
	padding: 80px 0;
}
#sec01 .txt {
	max-width: 724px;
	margin: 30px auto 0;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: .1em;
}

@media screen and (max-width: 768px) {

	#sec01 .wrap {
		background-size: contain;
		background-position: center top;
		padding: 8vw 5vw;
		margin-top: 5vw;
	}
	#sec01 .wrap .ttl {
		width: 80%;
		margin: 0 auto;
	}
	#sec01 .txt {
		margin: 5vw auto 0;
		font-size: 4vw;
	}
	
}


/* sec02 */

#sec02 {
	background: #ecf7e3;
	padding: 30px 0 80px;
}
#sec02 .ttl {
	text-align: center;
}
#sec02 .ttl span {
	display: inline-block;
	background:
		url(../images/food/sec02_ttl_img01.png) no-repeat left center,
		url(../images/food/sec02_ttl_img02.png) no-repeat right center
	;
	padding: 1em 3.5em;
	font-size: 3.6rem;
	line-height: 1.4;
}
#sec02 .ttl02 span {
	background-image:
		url(../images/food/sec02_ttl_img03.png),
		url(../images/food/sec02_ttl_img04.png)
	;
}
#sec02 .ttl03 span {
	background-image:
		url(../images/food/sec02_ttl_img05.png),
		url(../images/food/sec02_ttl_img06.png)
	;
}

#sec02 .sec01 .img {
	margin: 50px auto;
	text-align: center;
}

#sec02 .sec02 .bg {
	background: #fff;
	padding: 30px 30px 50px;
	border-radius: 15px;
}
#sec02 .sec02 .flex + .flex {
	background: url(../images/food/sec02_line01.png) repeat-x left top;
	margin-top: 40px;
	padding-top: 40px;
}
#sec02 .sec02 .flex .img {
	flex: 0 0 auto;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .sec02 .flex .img img {
	margin: 0;
}
#sec02 .sec02 .flex .sttl {
	color: #006934;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
#sec02 .sec02 .flex .txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .1em;
}

#sec02 .sec03 {
	margin: 80px 0 60px;
}
#sec02 .sec03 .bg {
	background: #ffe9eb;
	padding: 40px;
	border-radius: 15px;
}
#sec02 .sec03 .img {
	flex: 0 0 auto;
	margin-left: 50px;
}
#sec02 .sec03 .sttl {
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: .5em;
}
#sec02 .sec03 .txt {
	font-size: 2.2em;
	line-height: 2;
	letter-spacing: .14em;
}

#sec02 .sec04 {
	margin: 60px 0;
}
#sec02 .sec04 .catch {
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: .1em;
	max-width: 730px;
	margin: 0 auto 1em;
}
#sec02 .sec04 .bg {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
}
#sec02 .sec04 .bg .item {
	flex: 1;
}
#sec02 .sec04 .bg .item + .item {
	background: url(../images/food/sec02_line02.png) no-repeat left center;
	margin-left: 30px;
	padding-left: 30px;
}
#sec02 .sec04 .sttl {
	color: #006934;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: .08em;
	margin-bottom: .5em;
}
#sec02 .sec04 .txt {
	font-size: 1.6em;
	line-height: 2;
	letter-spacing: .05em;
}

#sec02 .sec05 {
	margin-top: 60px;
}
#sec02 .sec05 .bg {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
#sec02 .sec05 .sttl {
	background: #006934;
	color: #fff;
	padding: .5em;
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: .075em;
	text-align: center;
}
#sec02 .sec05 .flex {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 30px;
}
#sec02 .sec05 .flex .item {
	width: calc( 100% / 3 );
	text-align: center;
	margin-right: -1px;
}
#sec02 .sec05 .flex .item:nth-child(n+4) {
	margin-top: 30px;
}
#sec02 .sec05 .flex .name {
	font-size: 2.8rem;
	line-height: 1.4em;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
#sec02 .sec05 .flex .btn a {
	background: url(../images/food/ico_pdf.png) no-repeat right 1em center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 295px;
	height: 65px;
	border: 3px solid #6c7eb6;
	color: #6c7eb6;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: .1em;
	padding-right: 1.5em;
}

@media screen and (max-width: 768px) {

	#sec02 {
		padding: 5vw 0 10vw;
	}
	#sec02 .ttl span {
		background-size: 10vw auto;
		font-size: 7vw;
		padding: .5em 2em;
	}

	#sec02 .sec01 .img {
		margin: 8vw auto;
	}

	#sec02 .sec02 .bg {
		padding: 5vw;
		border-radius: 3vw;
	}
	#sec02 .sec02 .flex {
		display: block;
	}
	#sec02 .sec02 .flex + .flex {
		margin-top: 5vw;
		padding-top: 5vw;
	}
	#sec02 .sec02 .flex .img {
		width: 100%;
		margin-bottom: 5vw;
	}
	#sec02 .sec02 .flex .img img {
		max-width: 30vw;
		max-height: 20vw;
	}
	#sec02 .sec02 .flex .sttl {
		font-size: 6vw;
	}
	#sec02 .sec02 .flex .txt {
		font-size: 4vw;
	}

	#sec02 .sec03 {
		margin: 8vw 0;
	}
	#sec02 .sec03 .bg {
		padding: 5vw;
		border-radius: 3vw;
		display: block;
	}
	#sec02 .sec03 .img {
		margin: 5vw auto 0;
		width: 70%;
	}
	#sec02 .sec03 .sttl {
		font-size: 7vw;
	}
	#sec02 .sec03 .txt {
		font-size: 4vw;
	}

	#sec02 .sec04 {
		margin: 8vw 0;
	}
	#sec02 .sec04 .catch {
		font-size: 4vw;
	}
	#sec02 .sec04 .bg {
		padding: 5vw;
		border-radius: 3vw;
		display: block;
	}
	#sec02 .sec04 .bg .item + .item {
		background: url(../images/food/sec02_line01.png) repeat-x left top;
		margin: 5vw 0 0;
		padding: 5vw 0 0;
	}
	#sec02 .sec04 .sttl {
		font-size: 6vw;
	}
	#sec02 .sec04 .txt {
		font-size: 4vw;
	}

	#sec02 .sec05 {
		margin-top: 8vw;
	}
	#sec02 .sec05 .bg {
		border-radius: 3vw;
	}
	#sec02 .sec05 .sttl {
		font-size: 6vw;
	}
	#sec02 .sec05 .flex {
		display: block;
		padding: 5vw;
	}
	#sec02 .sec05 .flex .item {
		width: 100%;
	}
	#sec02 .sec05 .flex .item:nth-child(n+2) {
		margin-top: 5vw;
	}
	#sec02 .sec05 .flex .name {
		font-size: 5vw;
	}
	#sec02 .sec05 .flex .btn a {
		background-size: auto 60%;
		width: 100%;
		height: 15vw;
		font-size: 5vw;
	}

}




/* blog */

#blog {
	padding: 60px 0;
}
#blog .flex {
	justify-content: space-between;
	align-items: center;
}
#blog .flex .more a {
	display: block;
}

#blog .list {
	list-style: none;
}
#blog .list .item {
	background: url(../images/index/blog_item_bg.png) no-repeat center / cover;
}
#blog .list .item a {
	font-size: 1.6rem;
	color: #000;
	display: flex;
	justify-content: space-between;
}
#blog .list .item .img {
	flex: 0 0 auto;
	width: 190px;
	height: auto;
	min-height: 190px;
	overflow: hidden;
	position: relative;
}
#blog .list .item .img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-width: inherit;
}
#blog .list .item .detail {
	flex: 1 1 auto;
	padding: 25px 20px;
}
#blog .list .item .detail .date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}
#blog .list .item .detail .tag {
	display: block;
	margin-bottom: .5em;
}
#blog .list .item .detail .tag span {
	display: inline-block;
	background: #b4dce7;
	font-size: 1.4rem;
	padding: .2em 1em;
	margin-right: 1em;
	border-radius: 3px;
}
#blog .list .item .ttl {
	margin-top: .5em;
}

@media screen and (min-width: 769px) {

	#blog .list {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
	}
	#blog .list .item {
		width: calc( (100% - 15px) / 2 );
		margin-left: 15px;
	}
	#blog .list .item:nth-child(2n+1) {
		margin-left: 0;
	}
	#blog .list .item:nth-child(n+3) {
		margin-top: 15px;
	}

}

@media screen and (max-width: 768px) {

	#blog {
		padding: 10vw 0;
	}
	#blog .flex .ttl {
		width: 45%;
	}
	#blog .flex .more {
		width: 40%;
	}
	#blog .list .item a {
		font-size: 4vw;
	}
	#blog .list .item + .item {
		margin-top: 5vw;
	}
	#blog .list .item .img {
		width: 40vw;
		min-height: 40vw;
	}
	#blog .list .item .detail {
		padding: 5vw;
	}
	#blog .list .item .detail .tag span {
		font-size: 3vw;
	}

}