@charset "utf-8";
/*==================================================
	商品案内
==================================================*/
#sub_ttl.product {
	background: #e1ecfa;
}
#product h3.cen.line .fs {
	font-size: 70%;
	margin-left: 0.3em;
}
#product .item::before {
	background: #e1ecfa;
	height: 410px;
}
#product .dried, #product .salted {
	padding-bottom: 150px;
}
#product .dried::after, #product .salted::after {
	top: auto;
	bottom: 0;
	background: url("../img/product/bg-wave01.png") no-repeat bottom / 100% auto;
}
#product .salted::after {
	background-image: url("../img/product/bg-wave02.png");
}
#product .box {
	width: 510px;
	margin-bottom: 70px;
}
#product .box .img {
	margin-bottom: 20px;
}
#product .box .img img {
	border: 1px solid #ccc;
}
#product .box h4 {
	color: var(--color-secondary);
	font-size: 39px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
#product .box h4::before {
	content: "";
	width: 2px;
	height: 40px;
	background: var(--color-primary);
	position: absolute;
	left: 0;
	top: 10px;
}
#product .box .txt {
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#product .item::before {
		height: 300px;
	}
	#product .dried, #product .salted {
		padding-bottom: 50px;
	}
	#product .box {
		width: 48%;
		margin-bottom: 30px;
	}
	#product .box .img {
		margin-bottom: 15px;
	}
	#product .box h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#product .box h4::before {
		top: 7px;
		height: 24px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#product .box {
		width: 100%;
	}
	#product .box .img {
		text-align: center;
	}
	#product .box h4 {
		font-size: 20px;
	}
	#product .box h4::before {
		top: 5px;
		height: 20px;
	}
	#product .box .txt {
		text-align: left;
	}
}