@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#nutrition .bg_gray::after {
	content: "NUTRITIONAL";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
}
#nutrition .bg_gray .box .info {
	width: 802px;
	order: 1;
}
#nutrition .bg_gray .box .ico {
	order: 2;
}
#nutrition .bg_gray .box .ico .maru {
	width: 249px;
	height: 249px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}
#nutrition h4.sub {
	border-color: #f7f7f7;
}
#nutrition .meal > dl:not(:last-of-type) {
	margin-bottom: 60px;
}
#nutrition .meal > dl > dt {
	display: flex;
	align-items: center;
	font-size: 40px;
	margin-bottom: 30px;
}
#nutrition .meal > dl > dt .maru {
	width: 88px;
	height: 88px;
	background: #f9f4a7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-radius: 50%;
}
#nutrition .meal > dl > dd {
	background: #f7f7f7;
	border-radius: 25px;
	padding: 40px 30px;
}
#nutrition .meal > dl > dd.time table {
	width: 320px;
}
#nutrition .meal > dl > dd.time table th, #nutrition .meal > dl > dd.time table td {
	width: 50%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}
#nutrition .meal > dl > dd.time table th {
	background: #f9f4a7;
}
#nutrition .meal > dl > dd.time table td {
	background: #fff;
}
#nutrition .meal > dl > dd .years {
	margin-bottom: 30px;
}
#nutrition .meal > dl > dd .years .column {
	width: 218px;
}
#nutrition .meal > dl > dd .years .column:last-of-type {
	width: 285px;
}
#nutrition .meal > dl > dd .years .column dl {
	background: #fff;
	padding: 15px;
	display: flex;
	margin-bottom: 20px;
}
#nutrition .meal > dl > dd .years .column dl dt {
	color: #f5a20e;
	margin-right: 20px;
}
#nutrition .meal > dl > dd .imgs {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 320px);
	gap: 40px 0;
}
#nutrition .meal > dl > dd .imgs figure {
	text-align: center;
	background: #fff;
	padding: 25px 25px 15px;
}
#nutrition .meal > dl > dd .imgs figure img {
	margin-bottom: 15px;
}
#nutrition .guidance .ico {
	width: 249px;
}
#nutrition .guidance .ico span {
	width: 100%;
	height: 249px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #f2f2f2;
}
#nutrition .guidance .info {
	width: 758px;
}
@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) {  /* タブレット以下 */
	#nutrition .bg_gray::after {
		font-size: 50px;
		top: -21px;
	}
	#nutrition .bg_gray .box .info {
		width: calc(100% - 260px);
	}
	#nutrition .bg_gray .box .ico {
		width: 230px;
	}
	#nutrition .bg_gray .box .ico .maru {
		width: 100%;
		height: 230px;
	}
	#nutrition .meal > dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#nutrition .meal > dl > dt {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#nutrition .meal > dl > dt .maru {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
	#nutrition .meal > dl > dt .maru img {
		width: 70%;
	}
	#nutrition .meal > dl > dd {
		padding: 15px;
	}
	#nutrition .meal > dl > dd.time table {
		width: 32%;
	}
	#nutrition .meal > dl > dd .years {
		margin-bottom: 10px;
	}
	#nutrition .meal > dl > dd .years .column {
		width: 24%;
	}
	#nutrition .meal > dl > dd .years .column:last-of-type {
		width: 24%;
	}
	#nutrition .meal > dl > dd .years .column dl {
		padding: 5px;
		margin-bottom: 10px;
	}
	#nutrition .meal > dl > dd .years .column dl dt {
		white-space: nowrap;
		margin-right: 10px;
	}
	#nutrition .meal > dl > dd .imgs {
		grid-template-columns: repeat(3, 32%);
		gap: 10px 0;
	}
	#nutrition .meal > dl > dd .imgs figure {
		padding: 15px;
	}
	#nutrition .meal > dl > dd .imgs figure img {
		margin-bottom: 10px;
	}
	#nutrition .guidance .ico {
		width: 150px;
	}
	#nutrition .guidance .ico span {
		height: 150px;
	}
	#nutrition .guidance .ico span img {
		width: 60%;
	}
	#nutrition .guidance .info {
		width: calc(100% - 170px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#nutrition .bg_gray::after {
		font-size: 30px;
		top: -14px;
	}
	#nutrition .bg_gray .box .ico {
		width: 200px;
		margin: 0 auto 20px;
	}
	#nutrition .bg_gray .box .ico .maru {
		height: 200px;
	}
	#nutrition .bg_gray .box .ico .maru img {
		width: 70%;
	}
	#nutrition .bg_gray .box .info {
		width: 100%;
	}
	#nutrition .meal > dl > dd.time table {
		width: 100%;
		margin-bottom: 10px;
	}
	#nutrition .meal > dl > dd.time table:last-of-type {
		margin-bottom: 0;
	}
	#nutrition .meal > dl > dd.time table th, #nutrition .meal > dl > dd.time table td {
		padding: 5px;
	}
	#nutrition .meal > dl > dd .years .column {
		width: 48%;
		order: 1;
	}
	#nutrition .meal > dl > dd .years .column:nth-of-type(2) {
		order: 3;
	}
	#nutrition .meal > dl > dd .years .column:nth-of-type(3) {
		order: 2;
	}
	#nutrition .meal > dl > dd .years .column:nth-of-type(4) {
		order: 4;
	}
	#nutrition .meal > dl > dd .years .column:last-of-type {
		width: 48%;
	}
	#nutrition .meal > dl > dd .imgs {
		grid-template-columns: repeat(2, 48%);
	}
	#nutrition .meal > dl > dd .imgs figure {
		padding: 10px;
	}
	#nutrition .meal > dl > dd .imgs figure img {
		margin-bottom: 5px;
	}
	#nutrition .guidance .ico {
		margin: 0 auto 20px;
	}
	#nutrition .guidance .info {
		width: 100%;
	}
}