/* ==================== shokuiku-column.css ==================== */

@media (max-width: 375px) {
	.shokuiku-column, .shokuiku-column img {
		font-size: 4vw;
	}
}

@media (min-width: 376px) {
	.shokuiku-column, .shokuiku-column img {
		font-size: 15px;
	}
}

@media (min-width: 641px) {
	.shokuiku-column, .shokuiku-column img {
		font-size: 2.1052631578947vw;
	}
}

@media (min-width: 951px) {
	.shokuiku-column, .shokuiku-column img {
		font-size: 20px;
	}
}


.shokuiku-column {
	color: black;
}

.shokuiku-column * {
	font-family: 'Hiragino Maru Gothic Pro', 'Meiryo', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.shokuiku-column div::after {
	content: none;
}


@media (min-width: 641px) {

	.shokuiku-column div::after,
	.shokuiku-column ul::after,
	.shokuiku-column dl::after {
		content: none;
	}

}



/* ==================== shokuiku-column/column-archives.css ==================== */

.shokuiku-column .column-archives {
	max-width: 47.5em;
	margin: 2em auto;
	padding: 0 1.25em;
}

.shokuiku-column .column-archives h2 {
	font-size: inherit;
	line-height: 1;
	text-align: center;
}


.shokuiku-column .column-archives ul {
	margin: 0.5em auto 0;
	padding: 0;
	list-style-type: none;
}


.shokuiku-column .column-archives li {
	border-radius: 0.5em;
	background: #e6f0f7;
	overflow: hidden;
	transition: opacity 200ms;
}
.shokuiku-column .column-archives li:hover {
	opacity: 0.6;
}

.shokuiku-column .column-archives li a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.shokuiku-column .column-archives .thum {
	width: 100%;
	background: no-repeat center center / cover;
}

.shokuiku-column .column-archives .title {
	padding: 1em;
}


@media (max-width: 640px) {
	.shokuiku-column .column-archives h2 img {
		height: 1.25em;
	}
	.shokuiku-column .column-archives ul {
		display: grid;
		grid-gap: 1em;
	}

	.shokuiku-column .column-archives .thum {
		height: 12em;
	}

	.shokuiku-column .column-archives .title {
		font-size: 90%;
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-archives h2 img {
		height: 1em;
	}

	.shokuiku-column .column-archives ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.shokuiku-column .column-archives li {
		width: 31.33%;
		margin: 1%;
	}

	.shokuiku-column .column-archives .thum {
		height: 8em;
	}

	.shokuiku-column .column-archives .title {
		padding: 1em;
		font-size: 70%;
	}
}



/* ==================== shokuiku-column/column-header.css ==================== */

.shokuiku-column .column-header {
	background: #e6f0f7;
}

.shokuiku-column .column-header ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.shokuiku-column .column-header ul::after {
	content: none;
}

.shokuiku-column .column-header li a {
	display: flex;
	align-items: center;
	color: inherit;
	box-sizing: border-box;
	padding: 0.75em;
	text-decoration: none;
}

.shokuiku-column .column-header li.on a {
	background: white;
}

.shokuiku-column .column-header li img {
	border-radius: 50%;
	border: 2px solid;
	margin-right: 0.75em;
	transition: opacity 200ms;
}
.shokuiku-column .column-header li.cat-students02 img { border-color: #77c700; }
.shokuiku-column .column-header li.cat-adult img { border-color: #73b7ff; }
.shokuiku-column .column-header li.cat-senior img { border-color: #ae8fff; }


.shokuiku-column .column-header li:not(.on) img {
	opacity: 0.5;
	border-color: white;
}

.shokuiku-column .column-header li:hover img {
	opacity: 1;
}


@media (max-width: 640px) {
	.shokuiku-column .column-header li {
		width: 100%;
	}
	.shokuiku-column .column-header li a {
		font-size: 90%;
		/* flex-direction: column; */
	}
	.shokuiku-column .column-header li img {
		width: 3em;
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-header li {
		width: 9em;
	}
	.shokuiku-column .column-header li a {
		font-size: 70%;
	}
	.shokuiku-column .column-header li img {
		width: 3.1em;
	}
}



/* ==================== shokuiku-column/column-page.css ==================== */

.shokuiku-column .column-page {
	max-width: 40em;
	margin: 0 auto;
	padding: 0 1.25em;
}

.shokuiku-column .column-page .red {
	color: #ff6666;
}
.shokuiku-column .column-page .blue {
	color: #3c7499;
}



/* ==================== shokuiku-column/column-supervisor.css ==================== */

.shokuiku-column .column-supervisor {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 3em auto;
	padding: 1.25em;
}

.shokuiku-column .column-supervisor::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ffb2b2;
}

.shokuiku-column .column-supervisor > * {
	position: relative;
}

.shokuiku-column .column-supervisor h2 {
	flex-grow: 1;
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-gap: 0 0.5em;
	align-items: stretch;
	font-size: inherit;
	font-weight: normal;
}

.shokuiku-column .column-supervisor h2 > * {
	display: flex;
	align-items: center;
}

.shokuiku-column .column-supervisor h2 > span:nth-of-type(1) {
	grid-column: 1;
	grid-row: 1/3;
	display: flex;
	justify-content: center;
	width: 4.75em;
	height: 4.75em;
	border-radius: 50%;
	background: #ff6666;
	color: white;
	font-size: 80%;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.shokuiku-column .column-supervisor h2 > span:nth-of-type(2) {
	background: linear-gradient(to right, #ffb2b2 40%, white 40%) repeat-x left bottom / 6px 1px;
	color: #ff6666;
	font-size: 90%;
}
.shokuiku-column .column-supervisor h2 small {
	flex-wrap: wrap;
	font-size: 75%;
	line-height: 1.4;
}
.shokuiku-column .column-supervisor h2 small span {
	display: inline-block;
}
.shokuiku-column .column-supervisor h2 small span:nth-of-type(1) {
	width: 100%;
}

.shokuiku-column .column-supervisor figure {
	margin: 0;
}
.shokuiku-column .column-supervisor figure img {
	border-radius: 50%;
}

.shokuiku-column .column-supervisor p {
	margin: 0;
	line-height: 1.75;
}


@media (max-width: 640px) {

	.shokuiku-column .column-supervisor {
		width: calc(100% - 2.5em);
	}
	.shokuiku-column .column-supervisor::before {
		height: calc(100% - 4em);
		border-radius: 1em;
	}

	.shokuiku-column .column-supervisor figure {
		order: -1;
		width: 100%;
		text-align: center;
	}
	.shokuiku-column .column-supervisor figure img {
		width: 10em;
	}

	.shokuiku-column .column-supervisor h2 {
		margin: 0.75em 0;
		font-size: 140%;
	}
	.shokuiku-column .column-supervisor h2 > span:nth-of-type(2) {
		padding-bottom: 0.25em;
	}
	.shokuiku-column .column-supervisor h2 small {
		padding: 0.5em 0;
		font-size: 60%;
	}

	.shokuiku-column .column-supervisor p {
		font-size: 90%;
	}
}


@media (min-width: 641px) {

	.shokuiku-column .column-supervisor {
		box-sizing: border-box;
		width: 36em;
	}
	.shokuiku-column .column-supervisor::before {
		height: calc(100% - 2em);
		border-radius: 0.5em;
	}

	.shokuiku-column .column-supervisor h2 {
		width: calc(100% - 8em);
		grid-template-rows: repeat(2, 1fr);
		align-items: center;
		margin: 0;
	}
	.shokuiku-column .column-supervisor h2 span:nth-of-type(2) {
		align-self: end;
		padding-bottom: 0.25em;
	}

	.shokuiku-column .column-supervisor h2 small {
		align-self: start;
		padding-top: 0.5em;
		padding-right: 1em;
		font-size: 70%;
	}


	.IE .shokuiku-column .column-supervisor h2 {
		display: -ms-grid;
		-ms-grid-rows: 1fr 1fr;
		-ms-grid-columns: max-content 0.5em 1fr;
	}
	.IE .shokuiku-column .column-supervisor h2 > span:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-row-align: center;
	}
	.IE .shokuiku-column .column-supervisor h2 > span:nth-of-type(2) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-row-align: end;
	}
	.IE .shokuiku-column .column-supervisor h2 small {
		-ms-grid-column: 3;
		-ms-grid-row: 2;
		-ms-grid-row-align: start;
	}


	.shokuiku-column .column-supervisor figure {
		width: 8em;
	}

	.shokuiku-column .column-supervisor p {
		font-size: 70%;
	}

	.shokuiku-column .column-supervisor p::before {
		content: '';
		display: block;
		width: 12em;
		height: 1em;
		float: right;
	}

}



/* ==================== shokuiku-column/column-title.css ==================== */

.shokuiku-column .column-title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d1e0eb;
	margin: 2em 0;
	padding-bottom: 1em;
}

.shokuiku-column .column-title .icon {
	flex-shrink: 0;
	margin-right: 1em;
}

.shokuiku-column .column-title h1 {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}

.shokuiku-column .column-title h1 time {
	margin-top: 0.25em;
	width: 100%;
	color: #8ca7b5;
	font-size: 75%;
	font-weight: normal;
}


@media (max-width: 640px) {
	.shokuiku-column .column-title .icon {
		width: 3.5em;
	}
	.shokuiku-column .column-title h1 {
		font-size: 110%;
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-title .icon {
		width: 2.5em;
	}
	.shokuiku-column .column-title h1 {
		font-size: 90%;
	}
}



/* ==================== shokuiku-column/meiji.css ==================== */

header,
footer {
	display: none;
}



/* ==================== shokuiku-column/recommend-recipes.css ==================== */

.shokuiku-column .recommend-recipes {
	margin: 2em auto;
	box-sizing: border-box;
	border-radius: 1em;
	padding: 1.25em;
	background: #ffebeb;
}

.shokuiku-column .recommend-recipes h2 {
	margin: 0;
	font-size: inherit;
	line-height: 1;
	text-align: center;
}

.shokuiku-column .recommend-recipes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.shokuiku-column .recommend-recipes li a {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	border-radius: 0.25em;
	background: white;
	color: inherit;
	text-decoration: none;
}

.shokuiku-column .recommend-recipes li .thum {
	width: 100%;
	background: no-repeat center center / cover;
}

.shokuiku-column .recommend-recipes li .title {
	padding: 0.75em;
	line-height: 1.4;
}

.shokuiku-column .recommend-recipes li .thum {
	height: 7em;
}

.shokuiku-column .recommend-recipes a.more {
	display: block;
	text-align: center;
	line-height: 1;
}


@media (max-width: 640px) {
	.shokuiku-column .recommend-recipes {
		display: grid;
		grid-gap: 1em;
		width: calc(100% - 2.5em);
	}
	.shokuiku-column .recommend-recipes h2 img {
		height: 1.25em;
	}
	.shokuiku-column .recommend-recipes ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0.75em;
	}

	.shokuiku-column .recommend-recipes li .title {
		font-size: 80%;
	}

	.shokuiku-column .recommend-recipes a.more img {
		height: 1.5em;
	}

}


@media (min-width: 641px) {
	.shokuiku-column .recommend-recipes {
		width: 47.5em;
	}
	.shokuiku-column .recommend-recipes h2 img {
		height: 1em;
	}
	.shokuiku-column .recommend-recipes ul {
		margin: 1em auto;
		display: flex;
		justify-content: space-between;
	}
	.shokuiku-column .recommend-recipes ul::after {
		content: none;
	}
	.shokuiku-column .recommend-recipes li {
		width: calc(100% / 4 - 0.5em);
	}

	.shokuiku-column .recommend-recipes .title {
		font-size: 65%;
	}

	.shokuiku-column .recommend-recipes a.more img {
		height: 1.25em;
	}
}



/* ==================== shokuiku-column/column-page/<section>.css ==================== */

.shokuiku-column .column-page section {
	display: flex;
	flex-direction: column;
	margin: 3em auto;
	line-height: 1.8;
}


.shokuiku-column .column-page section > h2 {
	display: flex;
	align-items: center;
	color: #3c7499;
	margin: 0 0 1em;
	border-bottom: 3px solid #d1e0eb;
	padding: 0.25em;
	font-weight: normal;
	line-height: 1.3;
}

.shokuiku-column .column-page section > h2::before {
	flex-shrink: 0;
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	background: url(../images/page_caption_icon.svg) no-repeat left center / contain;
}


.shokuiku-column .column-page section .image {
	margin: 1.5em auto;
	text-align: center;
}
.shokuiku-column .column-page section .image:first-child {
	margin-top: 0;
}


.shokuiku-column .column-page section > h3 {
	margin: 1em 0;
	color: #ff6666;
	font-weight: normal;
	font-size: 115%;
}
.shokuiku-column .column-page section > h3 + * {
	margin-top: 0 !important;
}


.shokuiku-column .column-page section > p {
	margin: 1em 0;
}

.shokuiku-column .column-page section > p strong {
	background: #fbff00;
	font-weight: normal;
}

.shokuiku-column .column-page section > p small {
	display: block;
	margin-top: 0.5em;
	color: #999;
}


.shokuiku-column .column-page section ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

.shokuiku-column .column-page section ul li {
	padding-left: 1.25em;
	position: relative;
}
.shokuiku-column .column-page section ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	content: '●';
	transform: scale(0.5);
}


.shokuiku-column .column-page section hr {
	border: none;
	margin: 0;
	height: 2em;
}


@media (max-width: 640px) {
	.shokuiku-column .column-page section {
		font-size: 90%;
	}
	.shokuiku-column .column-page section > h2 {
		font-size: 110%;
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-page section {
		font-size: 70%;
	}
	.shokuiku-column .column-page section > h2 {
		font-size: 130%;
	}
	.shokuiku-column .column-page section .image img {
		max-width: 30em;
	}
}



/* ==================== shokuiku-column/column-page/<section>__<ul>.css ==================== */





/* ==================== shokuiku-column/column-page/<table>.css ==================== */

.shokuiku-column .column-page table {
	border-collapse: collapse;
	margin: 2em auto;
}

.shokuiku-column .column-page table caption {
	margin-bottom: 0.5em;
	font-size: 115%;
}

.shokuiku-column .column-page table tbody th,
.shokuiku-column .column-page table tbody td {
	border: 1px solid #d1e0eb;
	padding: 0.5em 1em;
}

.shokuiku-column .column-page table tbody tr:nth-of-type(even) th,
.shokuiku-column .column-page table tbody tr:nth-of-type(even) td,
.shokuiku-column .column-page table tbody tr:nth-of-type(4n+3) th {
	background: #e8f1f7;
}

.shokuiku-column .column-page table tbody th {
	font-weight: normal;
	white-space: nowrap;
}

.shokuiku-column .column-page table tbody td span {
	display: inline-block;
}

.shokuiku-column .column-page table tfoot td {
	padding-top: 1em;
	font-size: 80%;
}


.IE .shokuiku-column .column-page table {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}



/* ==================== shokuiku-column/column-page/frame.css ==================== */

.shokuiku-column .column-page .frame {
	align-self: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #d1e0eb;
	margin: 2em auto;
	padding: 1em;
}

.shokuiku-column .column-page .frame > * {
	margin: 0;
}

.shokuiku-column .column-page .frame h3 {
	color: #3c7499;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 1em;
	text-align: center;
	line-height: 1.4;
}



/* ==================== shokuiku-column/column-page/frame__senior_002_tanpaku.css ==================== */

.shokuiku-column .column-page .frame .senior_002_tanpaku {
}

.shokuiku-column .column-page .frame .senior_002_tanpaku h4,
.shokuiku-column .column-page .frame .senior_002_tanpaku ul {
	margin: 0;
}
.shokuiku-column .column-page .frame .senior_002_tanpaku h4 {
	/* color: #ff6666; */
	margin: 0;
	font-weight: normal;
}


@media (max-width: 640px) {
	.shokuiku-column .column-page .frame .senior_002_tanpaku h4:nth-of-type(n+2) {
		margin-top: 1em;
	}
}


@media (min-width: 641px) {

	.shokuiku-column .column-page .frame .senior_002_tanpaku {
		margin: 0 0.5em;
		display: grid;
		grid-gap: 0.25em 1.5em;
		grid-auto-flow: column;
		grid-template-rows: auto auto;
	}

	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku {
		display: -ms-grid;
		-ms-grid-columns: auto auto auto;
	}

	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku h4 {
		-ms-grid-row: 1;
	}
	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku ul {
		-ms-grid-row: 2;
	}

	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku > *:not(:nth-last-of-type(1)) {
		padding-right: 1.5em;
	}

	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku > *:nth-of-type(1) {
		-ms-grid-column: 1;
	}
	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku > *:nth-of-type(2) {
		-ms-grid-column: 2;
	}
	.IE .shokuiku-column .column-page .frame .senior_002_tanpaku > *:nth-of-type(3) {
		-ms-grid-column: 3;
	}

}



/* ==================== shokuiku-column/column-page/frame__students02_002_BMI.css ==================== */

.shokuiku-column .column-page .frame .students02_002_BMI {
	text-align: center;
}
.shokuiku-column .column-page .frame .students02_002_BMI p:nth-of-type(1) {
	display: flex;
	align-items: center;
	margin: 0.5em 0;
}
.shokuiku-column .column-page .frame .students02_002_BMI p:nth-of-type(1) span {
	background: #e8f1f7;
	margin: 0.5em;
	padding: 0.5em 0.75em;
}
.shokuiku-column .column-page .frame .students02_002_BMI p {
	margin: 0;
}


@media (max-width: 640px) {
	.shokuiku-column .column-page .frame .students02_002_BMI p:nth-of-type(1) span {
		margin: 0.25em;
		padding: 0.5em;
	}
}



/* ==================== shokuiku-column/column-page/index.css ==================== */

.shokuiku-column .column-page .index {
	border: 1px solid #d1e0eb;
	border-radius: 0.5em;
	margin: 2em auto;
}

.shokuiku-column .column-page .index * {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.shokuiku-column .column-page .index h2 {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 1em 1.25em;
	color: #6996b5;
	font-weight: normal;
	letter-spacing: 0.25em;
	cursor: pointer;
}

.shokuiku-column .column-page .index h2::after {
	content: '';
	display: block;
	margin-left: auto;
	width: 1em;
	height: 1em;
	background: url(../images/page_index_close.svg) no-repeat center center / contain;
	transition: transform 400ms;
}

.shokuiku-column .column-page .index:not(.open) h2::after {
	transform: rotate(45deg);
}


.shokuiku-column .column-page .index ul {
	overflow: hidden;
	margin: 0 1em 1em;
	padding: 1px 0 0;
	background: linear-gradient(to right, #d1e0eb 50%, white 50%) repeat-x left top / 6px 100%;
	transition: 600ms;
	list-style-type: none;
}

.shokuiku-column .column-page .index:not(.open) ul {
	margin-bottom: 0;
	opacity: 0;
	height: 0 !important;
}

.shokuiku-column .column-page .index li {
	background: white;
	line-height: 1.4;
}
.shokuiku-column .column-page .index li:nth-of-type(n+2) {
	margin-top: 1px;
}

.shokuiku-column .column-page .index a {
	display: flex;
	align-items: center;
	padding: 0.75em;
	color: inherit;
	text-decoration: none;
}

.shokuiku-column .column-page .index li.sub {
	margin: 0;
}
.shokuiku-column .column-page .index li.sub a {
	padding-top: 0.25em;
	padding-left: 2.5em;
}

.shokuiku-column .column-page .index a::before {
	flex-shrink: 0;
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	margin-right: 0.25em;
	background: url(../images/page_index_arrow.svg) no-repeat center center / contain;
	transform: scale(0.75);
}


@media (max-width: 640px) {
	.shokuiku-column .column-page .index h2 {
		font-size: 100%;
	}
	.shokuiku-column .column-page .index a {
		font-size: 90%;
	}
	.shokuiku-column .column-page .index li.sub a {
		font-size: 80%;
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-page .index {
		max-width: 100%;
		width: max-content;
	}
	.IE .shokuiku-column .column-page .index {
		max-width: 30em;
	}

	.shokuiku-column .column-page .index h2 {
		font-size: 80%;
	}
	.shokuiku-column .column-page .index a {
		font-size: 70%;
	}
	.shokuiku-column .column-page .index li.sub a {
		font-size: 65%;
	}
}



/* ==================== shokuiku-column/column-page/memo.css ==================== */

.shokuiku-column .column-page .memo {
	position: relative;
	border: 1px solid #dae6f0;
	margin: 1em 0;
	background: linear-gradient(to right bottom, #f2f9fc, white, #f2f9fc);
	line-height: 2em;
}

.shokuiku-column .column-page .memo::before {
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(to bottom, #dae6f0 1px, transparent 1px) repeat-y left top / 100% 2em;
	background-clip: content-box;
	transform: translateY(-1px);
}
.shokuiku-column .column-page .memo > * {
	position: relative;
}

.shokuiku-column .column-page .memo * {
	line-height: inherit;
}

.shokuiku-column .column-page .memo > div:nth-child(n+2) {
	margin-top: 2em;
}

.shokuiku-column .column-page .memo h3,
.shokuiku-column .column-page .memo h4,
.shokuiku-column .column-page .memo dl,
.shokuiku-column .column-page .memo ul,
.shokuiku-column .column-page .memo ol,
.shokuiku-column .column-page .memo p {
	font-size: inherit;
	font-weight: normal;
	margin: 0;
}

.shokuiku-column .column-page .memo .large {
	font-size: 115%;
}

.shokuiku-column .column-page .memo hr {
	border: none;
	margin: 0;
	height: 2em;
}


@media (max-width: 640px) {
	.shokuiku-column .column-page .memo {
		padding: 1.5em;
		/* font-size: 90%; */
	}
	.shokuiku-column .column-page .memo::before {
		width: calc(100% - 3em);
		height: calc(100% - 3em + 2px);
	}
}


@media (min-width: 641px) {
	.shokuiku-column .column-page .memo {
		padding: 2em;
	}

	.shokuiku-column .column-page .memo::before {
		width: calc(100% - 4em);
		height: calc(100% - 4em + 2px);
	}

}


.IE .shokuiku-column .column-page .memo {
	overflow: hidden;
}



/* ==================== shokuiku-column/column-page/page-link.css ==================== */

.shokuiku-column .column-page .page-link {
	align-self: center;
	border: 1px solid #d1e0eb;
	margin: 2em 0;
	padding: 0.5em;
}

.shokuiku-column .column-page .page-link img {
	width: 15em;
}



/* ==================== shokuiku-column/column-page/recipe.css ==================== */

.shokuiku-column .column-page .recipe h3 {
	color: #3c7499;
	font-size: 115%;
}

.shokuiku-column .column-page .recipe > h4 {
	color: #ff6666;
}

.shokuiku-column .column-page .recipe figure {
}

.shokuiku-column .column-page .recipe img {
	box-sizing: border-box;
	border: 1px solid #d1e0eb;
	background: white;
	padding: 0.5em;
}


.shokuiku-column .column-page .recipe ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.shokuiku-column .column-page .recipe ol li {
	display: flex;
}
.shokuiku-column .column-page .recipe ol li::before {
	margin-right: 0.25em;
}

.shokuiku-column .column-page .recipe ol li:nth-of-type(1)::before { content: '①'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(2)::before { content: '②'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(3)::before { content: '③'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(4)::before { content: '④'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(5)::before { content: '⑤'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(6)::before { content: '⑥'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(7)::before { content: '⑦'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(8)::before { content: '⑧'; }
.shokuiku-column .column-page .recipe ol li:nth-of-type(9)::before { content: '⑨'; }

.shokuiku-column .column-page .recipe .link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #d1e0eb;
	margin: 0.5em auto;
	background: white;
	text-align: center;
	line-height: 1.8;
	color: #3c7499;
}

.shokuiku-column .column-page .recipe .link a {
	color: #ff6666;
	text-decoration: underline;
}


@media (max-width: 640px) {
	.shokuiku-column .column-page .recipe figure {
		margin: 1em auto;
		height: 16em;
		text-align: center;
	}
	.shokuiku-column .column-page .recipe figure img {
		width: auto;
		height: 100%;
	}

	.shokuiku-column .column-page .recipe .link {
		margin: 0.5em;
		padding: 1em;
		line-height: 1.5;
	}
	.shokuiku-column .column-page .recipe .link * {
	}
}


@media (min-width: 641px) {

	.shokuiku-column .column-page .recipe h3 {
		margin-bottom: 1.7391304347826em;
	}

	.shokuiku-column .column-page .recipe figure {
		margin: -1em 0.5em 0.5em 2em;
		width: calc(50% - 2.5em);
		float: right;
	}

	.shokuiku-column .column-page .recipe ul.materials {
		display: flex;
		flex-wrap: wrap;
		width: 50%;
	}
	.shokuiku-column .column-page .recipe ul.materials li {
		box-sizing: border-box;
		min-width: 50%;
		padding-right: 1em;
	}

	.shokuiku-column .column-page .recipe .link {
		width: max-content;
		height: 5em;
		padding: 0 1em;
	}

	.IE .shokuiku-column .column-page .recipe .link {
		width: 30em;
	}
}