.seasons h3 {
	margin: 0 auto;
	font-size: inherit;
}

.seasons .foods {
	border-radius: 0.5em 0.5em 0 0;
	margin: 0 0.75em;
	padding: 0.5em 0.25em 0.5em;
	line-height: 1em;
	text-align: center;
}

.seasons .season1 .foods {color: #ed7d00; background-color: #ddf177;}
.seasons .season2 .foods {color: #0064cf; background-color: #c7edff;}
.seasons .season3 .foods {color: #b02900; background-color: #ffda7c;}
.seasons .season4 .foods {color: #c70000; background-color: #ffdddd;}

@media all and (max-width: 640px) {
	.seasons .season {
		margin-top: 1em;
	}
	.seasons h3 {
		margin-bottom: 1em;
	}
	.seasons h3 img {
		width: 6.5em;
	}
	.seasons .foods span {
		font-size: 0.8em;
	}
	.season4 [data-recipeid="11_3"] .foods span {
		font-size: 0.65em;
	}
}

@media all and (min-width: 641px) {
	.Kyushoku .seasons::after {
		content: '';
		display: block;
		clear: both;
	}
	.seasons .season {
		box-sizing: border-box;
		width: 22em;
	}
	.seasons .season:nth-of-type(odd) {
		clear: both;
		float: left;
	}
	.seasons .season:nth-of-type(even) {
		float: right;
		-webkit-transform: translateY(-3em);
		transform: translateY(-3em);
	}
	.seasons .season:nth-of-type(n+3) {
		margin-top: 2em;
	}

	.seasons h3 {
		margin-bottom: 1.5em;
	}
	.seasons h3 img {
		width: 6em;
	}
	.seasons .foods span {
		font-size: 0.7em;
	}
	.season4 [data-recipeid="11_3"] .foods span {
		font-size: 0.6em;
	}
}
