@charset "UTF-8";

/* ページタイトル */
#page-title-sec .container .contents .inner-img {
	background-image: url(../img/local-food/pagetop.jpg);
	background-position: 50% 50%;
}


/* 生産者情報 */
#producer-sec .contents {
	background-image: url(../img/local-food/miso-producer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 30% 10%;
	padding: 100px;
	width: 100%;
	height: 600px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: relative;
	z-index: 3;
}

#producer-sec .contents .inner {
	background-color: rgba(255,255,255,0.7);
	max-width: 300px;
	padding: 20px;
	margin: 0 0 0 auto;
	color: #4d2b18;
	line-height: 1.5;
}

#producer-sec .contents .inner h3 {
	font-size: 32px;
	font-weight: 500;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4d2b18;
}

#producer-sec .contents .inner .producer {
	margin-top: 15px;
}

#producer-sec .contents .inner .company {
	margin-top: 15px;
}

#producer-sec .contents .inner .address {
	font-size: 13px;
}


/* 商品 */
#product-sec {
	background-color: #f5d22e;
	padding: 100px 0;
	position: relative;
	z-index: 1;
	margin-top: -200px;
}

#product-sec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/common/pattern-stripe.svg);
	background-size: 80px;
	opacity: 0.09;
	z-index: 2;
}

#product-sec .cont-ttl {
	color: #ffffff;
}

#product-sec .cont-ttl::before,
#product-sec .cont-ttl::after {
	background-color: #ffffff;
}

#product-sec .contents {
	position: relative;
	z-index: 3;
	max-width: 550px;
	margin: 0 auto;
}

#product-sec .contents figure {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

#product-sec .contents h4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 10px;
}


/* 生産物概要 */
#summary-sec .contents {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto 50px;
}

#summary-sec .contents:nth-of-type(even) {
	flex-direction: row-reverse;
}

#summary-sec .contents figure {
	width: 56%;
}

#summary-sec .contents .inner {
	width: 39%;
}

#summary-sec .contents .inner h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #3b7d72;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 1px solid #3b7d72
}

#summary-sec .contents .inner .comment {
	text-align: justify;
	margin-top: 20px;
}


/* 特徴と味わい */
#feature-sec .contents {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(../img/local-food/miso-feature.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#feature-sec .contents .circle {
	width: 25%;
	aspect-ratio: 1/1;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#feature-sec .contents .circle h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	color: #4d2b18;
	text-align: center;
}

#feature-sec .contents .inner {
	width: 72%;
	color: #ffffff;
}

#feature-sec .contents .inner h4 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	text-align: justify;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 10px;
}

#feature-sec .contents .inner .comment {
	text-align: justify;
	margin-top: 10px;
}


/* 美味しさの秘密 */
#secret-sec {
	background-color: #f5f5f5;
	padding: 100px 0;
}

#secret-sec .contents {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 80px;
}

#secret-sec .contents .inner {
	width: 22%;
	background-color: #f5d22e;
}

#secret-sec .contents .inner .circle {
	max-width: 100px;
	aspect-ratio: 1/1;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #f5d22e;
	margin: -50px auto 0;
}

#secret-sec .contents .inner .circle .ttl {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
}

#secret-sec .contents .inner .circle .ttl span {
	font-size: 30px;
}

#secret-sec .contents .inner .comment {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	text-align: justify;
	padding: 10px 20px 20px;
}



/* スマートフォン用 - ブレイクポイント768　*/
@media screen and (max-width: 768px) {

	/* 生産者情報 */
	#producer-sec .contents {
		height: 500px;
		position: relative;
	}

	#producer-sec .contents .inner {
		position: absolute;
		bottom: 15px;
		right: 15px;
		width: 70%;
		padding: 15px;
	}

	#producer-sec .contents .inner h3 {
		font-size: 22px;
	}

	#producer-sec .contents .inner .producer {
		margin-top: 10px;
		font-size: 13px;
	}

	#producer-sec .contents .inner .address {
		font-size: 12px;
	}


	/* 商品 */
	#product-sec {
		padding: 80px 0;
		margin-top: -130px;
	}

	#product-sec .contents {
		max-width: 450px;
	}

	#product-sec .contents h4 {
		font-size: 16px;
	}


	/* 生産物概要 */
	#summary-sec .contents {
		display: block;
	}

	#summary-sec .contents figure {
		width: 100%;
	}

	#summary-sec .contents .inner {
		width: 100%;
		margin-top: 20px;
	}

	#summary-sec .contents .inner h4 {
		font-size: 18px;
	}


	/* 特徴と味わい */
	#feature-sec .contents {
		padding: 20px;
		display: block;
	}

	#feature-sec .contents .circle {
		width: 100%;
		max-width: 150px;
		margin: 0 auto 10px;
	}

	#feature-sec .contents .circle h3 {
		font-size: 20px;
	}

	#feature-sec .contents .inner {
		width: 100%;
	}

	#feature-sec .contents .inner h4 {
		font-size: 20px;
		line-height: 1.5;
	}


	/* 美味しさの秘密 */
	#secret-sec {
		padding: 80px 0;
	}

	#secret-sec .contents {
		flex-wrap: wrap;
	}

	#secret-sec .contents .inner {
		width: 47%;
		margin-bottom: 60px;
	}

	#secret-sec .contents .inner .circle {
		max-width: 90px;
		margin: -45px auto 0;
	}

	#secret-sec .contents .inner .circle .ttl span {
		font-size: 25px;
	}

	#secret-sec .contents .inner .comment {
		font-size: 14px;
	}

}