/* ==================== #lead.css ==================== */

#lead {
	margin: 2em auto 0;
}


body.visit #lead {color: #003259;}
body.about #lead {color: #3a5211;}
body.meal #lead {color: #872900;}
body.school #lead {color: #9c2b25;}


@media (max-width: 640px) {
	#lead {
		padding: 0 3%;
	}
}


@media (min-width: 641px) {
	#lead {
		width: 780px;
	}
	#lead > p {
		text-align: center;
	}
	body.visit #lead .image {
		width: 90px;
	}
	#lead.meal-p4-1 .image {
		width: 90px;
	}
	body.meal.p02 #lead .image {
		width: 160px;
	}
	body.school #lead {

	}
	body.school #lead p {
		text-align: justify;
	}
}



/* ==================== #supervisor.css ==================== */

#supervisor {
	margin-top: 2em;
	font-size: 95%;
}
body.qanda #supervisor {
	margin-bottom: 2em;
}

body.index #supervisor {
	color: #942000;
}
body:not(.index) #supervisor {
	opacity: 0.4;
	filter: grayscale(1);
}

body.index #supervisor::after {
	content: '';
	display: block;
	aspect-ratio: 4/5;
	background-image: url(../images/index/supervisor_teacher.png) !important;
	background: url(../images/index/supervisor_teacher.png) no-repeat right bottom / contain;
}

#supervisor h2 {
	color: #942000;
	margin: 0;
	font-size: inherit;
}

#supervisor ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#supervisor li {
	display: grid;
}

#supervisor li small {
	font-size: 85%;
}


@media (max-width: 640px) {
	#supervisor {
		display: grid;
		grid-gap: 1.25em;
		position: relative;
		justify-items: center;
		padding: 0 1.25em 1.25em;
	}

	body:not(.index) #supervisor {
		margin-left: 1em;
		margin-right: 1em;
	}

	#supervisor::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: calc(100% - 2em);
		border-radius: 1.5em;
		background-color: #ffe8e8;
	}

	#supervisor > * {
		position: relative;
	}

	body.index #supervisor::after {
		position: absolute;
		right: 1.25em;
		bottom: 0;
		width: 4em;
	}

	body.index #supervisor h2 img {
		width: 7em;
	}
	body:not(.index) #supervisor h2 img {
		width: 6em;
	}

	#supervisor ul {
		display: grid;
		grid-gap: 0.5em;
	}

	#supervisor p {
		margin: 0;
	}

}


@media (min-width: 641px) {
	#supervisor {
		display: grid;
		grid-auto-flow: column;
		align-items: center;
		justify-content: center;
	}

	body.index #supervisor {
		padding-bottom: 1em;
	}
	body.index #supervisor::after {
		width: 5em;
		background: no-repeat right bottom / contain;
		transform: translateY(1em);
	}

	#supervisor h2 {
		margin-right: 1em;
	}

	body:not(.index) #supervisor h2 img {
		width: 5.5em;
	}
	body.index #supervisor h2 img {
		width: 6em;
	}

	#supervisor ul {
		white-space: nowrap;
		text-align: left;
	}

	#supervisor p {
		align-self: end;
	}

}



/* ==================== 05_class_10_summary.css ==================== */

/*==================== まとめ ====================*/
.summary {
	box-sizing: border-box;
	background-color: #fffce6;
	color: #872900;
	border: 4px solid #ffdf8c;
	border-radius: 2em;
	margin: 2em auto 0;
}
.summary h4 {
	margin: 0;
	color: #d94100;

	font-size: 120%;
}
.summary .link {
	color: black;
}
	html.PC .summary .link {
		text-align: right;
	}
		html.SP .summary .link {
			text-align: center;
		}

	html.PC .summary .set .image {
		vertical-align: bottom;
	}
	html.PC .summary .image img {
		display: inline-block;
		width: 5.5em;
		margin-left: 2em;
	}
	html.PC .summary .image img[src*='teacher1'] {
		width: 6em;
	}
	html.PC .summary .set .text {
		vertical-align: middle;
		padding: 1.5em;
	}
	html.PC .summary h4 br {
		display: none;
	}

		html.SP .summary {
			padding: 1em;
		}
		html.SP .summary .set .image {
			margin: 0 0.5em 0.5em 0;
		}
		html.SP .summary .image {
			display: inline-block;
			width: 4em;
			margin: 0 0.5em 0.5em 0;
			float: left;
		}

/* 保育所 */
	html.PC body.school .summary {
		width: 780px;
		margin-top: 3em;
	}
	html.PC body.school #summary1_1 .image {
		padding-top: 1em;
	}



/* ==================== 05_class_11_link_qanda.css ==================== */

/*==================== Q.05_class_11_link_qandaAリンク ====================*/
.link_qanda {
	margin-top: 3em;
	text-align: center;
}
.link_qanda h3 {
	display: inline-block;
	border: 3px solid #e0f0ff;
	border-radius: 0.5em;
	color: #2c70b3;
}
.link_qanda a {
	display: block;
	padding: 1em;
	color: inherit;

	text-decoration: none;
	background-image:
		url(../images/common/qanda_icon.png),
		url(../images/common/arrow_a.svg);
	background-repeat: no-repeat;
}

	html.PC .link_qanda h3 {
		font-size: 130%;
	}
	html.PC .link_qanda h3:hover {
		border-color: #8fc9ff;
	}
	html.PC .link_qanda h3 br {
		display: none;
	}
	html.PC .link_qanda a {
		padding-left: 2em;
		padding-right: 2.25em;
		background-position: 0.5em center, 97% center;
		background-size: auto 1.25em, auto 1.25em;
	}
	
		html.SP .link_qanda h3 {
			font-size: 110%;
		}
		html.SP .link_qanda a {
			padding-left: 3.25em;
			padding-right: 2.5em;
			background-position: 0.5em center, 97% center;
			background-size: auto 2.25em, auto 1.5em;
			text-align: left;
		}



/* ==================== 05_class_12_recipeBanner.css ==================== */

/*==================== レシピ集バナー ====================*/
.recipeBanner {
	text-align: center;
}
	html.PC .recipeBanner {
		width: 386px;
		margin: 3rem auto;
	}

		html.SP .recipeBanner {
			width: 20em;
			margin: 3em auto;
		}

.recipeBanner2 {
	text-align: center;
}

	html.PC .recipeBanner2 {
		margin-top: 2.5em;
	}
	html.PC .recipeBanner2 img {
		display: none;
	}
	html.PC .recipeBanner2 a::before {
		content: '';
		display: inline-block;
		width: 920px;
		height: 84px;
		background: url(../images/common/recipe_banner3.png) no-repeat center center;
		background-size: contain;
	}
	html.SP .recipeBanner2 {
		margin: 1.5em 3% 0;
	}



/* ==================== 05_class_13_milfyLink.css ==================== */

/*==================== ミルフィーリンク ====================*/
.milfyLink {
	margin: 1em 0 0;
}

	html.PC .milfyLink {
		text-align: right;
	}
	html.PC .milfyLink img {
		width: auto;
		height: 2.75em;
	}
	
		html.SP .milfyLink {
			text-align: center;
		}
		html.SP .milfyLink img {
			width: 90vw;
			height: auto;
		}

.center {
	text-align: center;
}



/* ==================== 05_class_1_Cap.css ==================== */

/*==================== 見出し ====================*/
.Cap1 {
	position: relative;
	margin: 0;
	padding-left: 1.5em;
	color: #ff3700;
	font-size: 120%;
}
.Cap1 span {

}
.Cap1 strong {

}
.Cap1:before {
	content: '';
	display: inline-block;
	position: absolute;
	vertical-align: bottom;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	background: url(../images/common/caption_mark1.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
}
	html.PC .Cap1 br {
		display: none;
	}
		html.SP .Cap1 {
			font-size: 110%;
		}

/* 保育所 */
body.school.p01 section:nth-of-type(1) .Cap1:before {
	background-image: url(../images/school/p01_capnum1.svg);
}
body.school.p01 section:nth-of-type(2) .Cap1:before {
	background-image: url(../images/school/p01_capnum2.svg);
}
body.school.p01 section:nth-of-type(3) .Cap1:before {
	background-image: url(../images/school/p01_capnum3.svg);
}

.Cap2 {
	margin: 0;
	color: #ff3700;

	font-size: 110%;
}

.Cap3 {
	position: relative;
	padding-left: 1.2em;
	color: #872900;

	font-size: 120%;
}
.Cap3::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/common/cap3_head.svg) no-repeat center center;
	background-size: contain;
}

	html.PC .Cap3 br {
		display: none;
	}
		html.SP .Cap3 {
			font-size: 105%;
		}



/* ==================== 05_class_4_zoom.css ==================== */

/*==================== ズーム ====================*/
a.zoom {
	position: relative;
	display: block;
}
a.zoom::after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/common/zoombtn.png) no-repeat;
	background-size: contain;
	opacity: 0.6;
}

	html.PC a.zoom {
		cursor: default;
	}
	html.PC a.zoom::after {
		content: none;
	}

		html.SP a.zoom {
			border: 1px dashed #ccc;
			padding: 0.5em;
		}
		html.SP a.zoom:after {
			right: 0.5em;
			top: 0.5em;
			width: 2em;
			height: 2em;
		}



/* ==================== 05_class_5_maintext.css ==================== */

/*==================== main：主文 ====================*/
.maintext {
	margin: 3em auto 0;
}
	/*
	html.PC .main {
		margin: 3em auto 0;
	}
	html.SP .main {
		margin: 2em auto 0;
	}
	*/

.maintext .head {
	border-bottom: 0.4em solid rgba(0,0,0,0.1);
	padding-bottom: 0.2em;
}

.maintext > .body {
	margin: 1em auto 0;
}

	html.PC .maintext > .body {
		padding: 0 0.5em;
	}



/* ==================== 05_class_6_set.css ==================== */

/*==================== テキスト＋画像 ====================*/
	html.PC .set {
		box-sizing: border-box;
		display: table;
		width: 100%;
	}
	html.PC .set > div {
		display: table-cell;
	}
	html.PC .set .text {
		vertical-align: top;
	}
	html.PC .set .text:first-child {
		padding-right: 2em;
	}
	html.PC .set .image {
		vertical-align: middle;
		text-align: center;
	}

		html.SP .set .image {
			text-align: center;
			margin: 1em auto 0;
		}



/* ==================== 05_class_7_contents-list.css ==================== */

/*==================== contents-list：リスト形式 ====================*/
.contents-list {
}
.contents-list .list-item {
	border: dotted #ccc;
	border-width: 2px 0;
	padding: 1em 0.5em;
}
.contents-list .list-item:not(:nth-of-type(1)) {
	border-top-width: 0;
}



/* ==================== 05_class_9_figure.css ==================== */

/*==================== 図表 ====================*/
.figure {
	margin: 2em auto 0;
}
.figure .title {
	color: #2b6600;
	border-left: 0.4em solid #87d100;
	padding-left: 0.4em;
	margin-bottom: 0.5em;
	font-size: 110%;
}
.figure .title span.pare {
	font-size: 80%;

}



/* ==================== @reset.css ==================== */

div#wrap {
	background: none;
}

#footer p,
#footer-nav p,
footer p {
	margin: 0;
}
#footer ul,
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/* ==================== figure.css ==================== */

.Figure {
	margin: 2em auto;
}

.Figure .title {
	border-left: 0.4em solid #87d100;
	padding-left: 0.4em;
	margin-bottom: 0.5em;

	font-size: 110%;
}
.Figure .title > * {
	font-size: inherit;
}

.Figure .body {
	border: 1px solid #ccc;
	padding: 1em;
}
.Figure .body figure {
	margin: 0;
}
.Figure .body figcaption {
	margin-top: 0.5em;
	color: #666;
	font-size: 80%;
}

body.visit .Figure .title {
	color: #00518f;
	border-color: #8ac9ff;
}

	html.PC .Figure .body figcaption {
		text-align: right;
	}

	html.PC .Figure[name="figure_visit4-1"] {
		width: 860px;
	}

		html.SP .Figure .title small {
			display: block;
		}



/* ==================== sass.css ==================== */

.food-allergy .notes,
.food-allergy .quot {
  font-size: 90%;
  opacity: 0.7;
}
.food-allergy html.PC .quot {
  text-align: right;
}
.food-allergy .c-notes__list,
.food-allergy .c-caution__list {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 0.5em;
}
.food-allergy .c-notes__list *,
.food-allergy .c-notes__list dd,
.food-allergy .c-caution__list *,
.food-allergy .c-caution__list dd {
  margin: 0;
}
.food-allergy .c-notes {
  font-size: 90%;
  opacity: 0.6;
}
.food-allergy .c-caution {
  font-weight: bold;
}
.food-allergy .c-caution--red {
  color: var(--color-red);
}



/* ==================== sitelink.css ==================== */

.sitelink {

	line-height: 2;
	text-align: right;
}
.sitelink a,
.sitelink.comingsoon span {
	position: relative;
	display: inline-block;
	border-bottom: 2px dotted #117ce0;
	padding-bottom: 0.25em;
	margin-right: 1.8em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}
.sitelink.comingsoon span {
	color: #b3b3b3;
	border-color: #b3b3b3;
}
.sitelink a:not(:first-child),
.sitelink.comingsoon span:not(:first-child) {
	margin-left: 1em;
}
.sitelink a:hover {
	border-bottom-style: solid;
	border-bottom-color: #009dff;
}
.sitelink a:after,
.sitelink.comingsoon span:after {
	content: ' ';
	display: block;
	position: absolute;
	right: -1.8em;
	top: 50%;
	width: 1.5em;
	height: 1.5em;
	background: url(../images/common/arrow_b.png) no-repeat;
	background-size: 90%;
	transform: translateY(-50%);
}
.sitelink a:hover:after {
	background-image: url(../images/common/arrow_b_on.png);
	transform: translateY(-50%) scale(1.2);
}
.sitelink.comingsoon span:after {
	background-image: url(../images/common/arrow_b_gray.png);
}

/* recipe */
.sitelink.recipe a {
	color: #b55800;
	border-color: #b55800;
}
.sitelink.recipe a:hover {
	color: #e36f00;
	border-color: #e36f00;
}
.sitelink.recipe a::after {
	background-image: url(../images/common/arrow_recipe_off.svg);
}
.sitelink.recipe a:hover::after {
	background-image: url(../images/common/arrow_recipe_on.svg);
}


@media (max-width: 640px) {
	#meal2-1 .sitelink {
		font-size: 75%;
	}
}



/* ==================== wordpop.css ==================== */

#wordpop {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #cccccc;
	border-radius: 1em;
	padding: 1em;
	width: 18em;
	background-color: white;
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.2);
	-webkit-transform: translate(-50%, -105%);
	transform: translate(-50%, -105%);
}
		html.SP #wordpop {
			left: 50% !important;
		}

#wordpop button.close {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	color: #ccc;
	font-size: 220%;
	line-height: 1;
	position: absolute;
	right: 0.25em;
	top: 0;
	cursor: pointer;
	outline: none;
}
#wordpop .word {
	padding-left: 1.5em;
	font-weight: bold;
	font-size: 110%;
	background: url(../images/common/qanda_icon.png) no-repeat left center;
	background-size: auto 90%;
}
#wordpop .text {
	font-size: 90%;
	margin-top: 0.5em;
}

span.keyword {
	position: relative;
	display: inline-block;
	margin-left: 0.25em;
	padding-right: 1.25em;
	margin-right: 0.25em;
	background: url(../images/common/qanda_icon.png) no-repeat right center;
	background-size: auto 1em;
	color: #117ce0;
	cursor: pointer;
	white-space: nowrap;
}



/* ==================== food-allergy/@.css ==================== */

.food-allergy {

	--color-red: #ff3700;
	--color-brown: #a12300;

	font-family: 'Hiragino Maru Gothic Pro', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	font-size: 90%;
	line-height: 1.4;
	text-align: justify;
}

.food-allergy * {
	margin-bottom: 0;
}
.food-allergy p {
	line-height: 1.6;
}
.food-allergy p:first-child {
	margin-top: 0;
}
.food-allergy img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.food-allergy a {
	color: #117ce0;
	transition: all 0.1s ease;
}
.food-allergy a:hover {
	color: #009dff;
}

.food-allergy hr {
	border: none;
	margin: 0;
	height: 2em;
}


@media (max-width: 640px) {
	.food-allergy {
		font-size: 3.84vw; /* 14.4px/375px */
		-webkit-text-size-adjust: 100%;
	}

	.food-allergy div:after {
		font-size: inherit;
	}
}


@media (min-width: 641px) {
	.food-allergy {
		min-width: 950px;
	}
}



/* ==================== food-allergy/@responsive.css ==================== */

.food-allergy html.PC .SPonly,
.food-allergy html.SP .PConly {
	display: none;
}



/* ==================== food-allergy/@transition.css ==================== */

@media (min-width: 641px) {

	/* transition */
	#site-title .home img,
	.mfallergy-floating-menu .sns li img,
	#menu-btn,
	#topagetop {
		transition: transform 0.1s ease;
	}
	#site-title .home img:hover,
	.mfallergy-floating-menu .sns li img:hover,
	#menu-btn:hover,
	#topagetop:hover {
		transform: scale(1.1);
	}

}



/* ==================== food-allergy/@z-index.css ==================== */

/* .mfallergy-floating-menu {
	z-index: 3;
}
#topagetop {
	z-index: 1;
}
#allmenu {
	z-index: 2;
} */



/* ==================== food-allergy/contents-menu/@.css ==================== */

@media (max-width: 640px) {

	.food-allergy .mfallery-header .contents-menu {
		display: none;
	}

	.food-allergy .contents-menu {
		margin: 3em auto;
		padding: 0 3%;
	}
}


@media (min-width: 641px) {

	.food-allergy .contents-menu {
		margin: 1em 0;
		text-align: center;
	}

}



/* ==================== food-allergy/contents-menu/<ul>/<a>.css ==================== */

.food-allergy .contents-menu ul a {
	color: inherit;
	text-decoration: none;
}

.food-allergy .contents-menu ul a.on,
.food-allergy .contents-menu ul a:hover {
	color: #f05656;
}

.food-allergy .contents-menu ul a.on {
	font-weight: bold;
}


@media (max-width: 640px) {

	.food-allergy .contents-menu ul a {
		display: block;
		padding: 0.75em 0.25em;
	}

}


@media (min-width: 641px) {

	.food-allergy .contents-menu ul a {
		display: grid;
		align-items: center;
		align-content: center;
		height: 100%;
		padding: 0.25em 1em;
	}

}



/* ==================== food-allergy/contents-menu/<ul>/@.css ==================== */

.food-allergy .contents-menu ul {
	display: grid;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.food-allergy .contents-menu ul li {
	color: #912a2a;
	border: solid #f5b6b6;
}


@media (max-width: 640px) {

	.food-allergy .contents-menu ul li {
		border-width: 1px 0;
	}
	.food-allergy .contents-menu ul li:nth-of-type(n+2) {
		border-top: none;
	}

}


@media (min-width: 641px) {

	.food-allergy .contents-menu ul {
		grid-auto-flow: column;
		font-size: 85%;
		justify-content: center;
	}

	.food-allergy .contents-menu ul li {
		border-width: 0 2px;
	}
	.food-allergy .contents-menu ul li:nth-of-type(n+2) {
		border-left: none;
	}

}



/* ==================== food-allergy/mfallergy-footer/@.css ==================== */

.food-allergy .mfallergy-footer {
	margin-top: 3em;
}

.food-allergy .mfallergy-footer hr {
	display: block;
	width: 100%;
	height: 1.5em;
	border: none;
	margin: 1em 0;
	background: url(../images/common/back_pink.png);
}

body.index .food-allergy .mfallergy-footer .sitemap {
	display: none;
}


@media (min-width: 641px) {
	body.recipe .food-allergy .mfallergy-footer {
		margin-top: 1em;
	}

}



/* ==================== food-allergy/mfallergy-footer/topagetop.css ==================== */

.food-allergy .mfallergy-footer .topagetop {
	position: fixed;
	bottom: 1em;
	opacity: 0.1;
}

.food-allergy .mfallergy-footer .topagetop button {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}


@media (max-width: 640px) {
	.food-allergy .mfallergy-footer .topagetop {
		right: 2%;
		width: 3em;
	}
}


@media (min-width: 641px) {
	.food-allergy .mfallergy-footer .topagetop {
		/* right: calc((100vw - 950px) / 2); */
		right: 1em;
		width: 60px;
	}
}



/* ==================== food-allergy/mfallery-floating-menu/@.css ==================== */

.food-allergy .mfallery-floating-menu .sitemap {
	z-index: 1;
}

.food-allergy .mfallery-floating-menu .btns {
	z-index: 2;
}

body.openAllMenu .food-allergy .mfallery-floating-menu .sitemap {
	z-index: 998;
}
body.openAllMenu .food-allergy .mfallery-floating-menu .btns {
	z-index: 999;
}



/* ==================== food-allergy/mfallery-floating-menu/sitemap.css ==================== */

.food-allergy .mfallery-floating-menu .sitemap {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	font-size: 90%;
	opacity: 0;
	transform: translateY(-1%);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
body.openAllMenu .food-allergy .mfallery-floating-menu .sitemap {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.food-allergy .mfallery-floating-menu .sitemap > div {
	background-color: white;
}


@media (max-width: 640px) {
	.food-allergy .mfallery-floating-menu .sitemap {
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.food-allergy .mfallery-floating-menu .sitemap > div {
		position: relative;
		box-sizing: border-box;
		padding-top: 2em;
		padding-bottom: 0.25em;
	}
}


@media (min-width: 641px) {
	.food-allergy .mfallery-floating-menu .sitemap > div {
		position: absolute;
		overflow-y: auto;
		right: 5em;
		top: 1em;
		bottom: 1em;
		border-radius: 0.5em;
		padding: 1.75em;
		box-shadow: 0 0 1em rgba(0,0,0,0.2);
	}
}



/* ==================== food-allergy/mfallery-floating-menu/btns/@.css ==================== */

.food-allergy .mfallery-floating-menu .btns {
	position: fixed;
	display: grid;
	grid-gap: 0.5em;
	grid-auto-flow: column;
	align-items: center;
}

body:not(.openAllMenu) .food-allergy .mfallery-floating-menu .btns {
	opacity: 0.25;
}



@media (max-width: 640px) {

	.food-allergy .mfallery-floating-menu .btns {
		right: 0.5em;
		top: 1.5em;
		font-size: 3.5vw;
	}

}


@media (min-width: 641px) {

	.food-allergy .mfallery-floating-menu .btns {
		right: 0.5em;
		top: 0.5em;

		right: 5em;
		top: 1.5em;
	}

}



/* ==================== food-allergy/mfallery-floating-menu/btns/menu-btn.css ==================== */

.food-allergy .mfallery-floating-menu .btns .menu-btn {
	position: relative;
	width: 2.75em;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	/* font-size: inherit; */
}

.food-allergy .mfallery-floating-menu .btns .menu-btn img,
.food-allergy .mfallery-floating-menu .btns .menu-btn::before {
	width: 100%;
	aspect-ratio: 1/1;
}

.food-allergy .mfallery-floating-menu .btns .menu-btn::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/common/header_menubtn_close.svg) no-repeat right top / contain;
}

body:not(.openAllMenu) .food-allergy .mfallery-floating-menu .btns .menu-btn::before,
body.openAllMenu .food-allergy .mfallery-floating-menu .btns .menu-btn img {
	visibility: hidden;
}



/* ==================== food-allergy/mfallery-floating-menu/btns/sns.css ==================== */

.food-allergy .mfallery-floating-menu .btns .sns {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 0.25em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.food-allergy .mfallery-floating-menu .btns .sns img {
	width: 2.25em;
}


@media (max-width: 640px) {

	body:not(.openAllMenu) .food-allergy .mfallery-floating-menu .btns .sns {
		visibility: hidden;
	}

}



/* ==================== food-allergy/mfallery-header/#header_menu.css ==================== */

@media (max-width: 640px) {
	.food-allergy .mfallery-header #header_menu {
		display: none;
	}
}


@media (min-width: 641px) {

	.food-allergy .mfallery-header #header_menu {
		overflow: hidden;
		margin-top: 1em;
		min-width: 950px;
		height: 58px;
		background: url(../images/common/back_pink.png);
	}

	body.index .food-allergy .mfallery-header #header_menu {
		margin-top: 2em;
	}
	
	.food-allergy .mfallery-header #header_menu ul {
		display: table;
		table-layout: fixed;
		border-collapse: collapse;
		width: 950px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		background-color: white;
	}
	.food-allergy .mfallery-header #header_menu li {
		border: solid white;
		border-width: 0 5px;
		display: table-cell;
		vertical-align: top;
		background: url(../images/common/back_pink.png);
	}

	body.about .food-allergy .mfallery-header #header_menu li.cnt3 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt3 a::before {
		background-image: url(../images/common/header_menu3_on.svg);
	}
	body.about .food-allergy .mfallery-header #header_menu li.cnt3 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.type .food-allergy .mfallery-header #header_menu li.cnt1 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt1 a::before {
		background-image: url(../images/common/header_menu1_on.svg);
	}
	body.type .food-allergy .mfallery-header #header_menu li.cnt1 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.visit .food-allergy .mfallery-header #header_menu li.cnt2 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt2 a::before {
		background-image: url(../images/common/header_menu2_on.svg);
	}
	body.visit .food-allergy .mfallery-header #header_menu li.cnt2 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.meal .food-allergy .mfallery-header #header_menu li.cnt4 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt4 a::before {
		background-image: url(../images/common/header_menu4_on.svg);
	}
	body.meal .food-allergy .mfallery-header #header_menu li.cnt4 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.display .food-allergy .mfallery-header #header_menu li.cnt8 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt8 a::before {
		background-image: url(../images/common/header_menu8_on.svg);
	}
	body.display .food-allergy .mfallery-header #header_menu li.cnt8 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.school .food-allergy .mfallery-header #header_menu li.cnt5 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt5 a::before {
		background-image: url(../images/common/header_menu5_on.svg);
	}
	body.school .food-allergy .mfallery-header #header_menu li.cnt5 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.qanda .food-allergy .mfallery-header #header_menu li.cnt6 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt6 a::before {
		background-image: url(../images/common/header_menu6_on.svg);
	}
	body.qanda .food-allergy .mfallery-header #header_menu li.cnt6 a::before {
		opacity: 1;
		background-size: 105% auto;
	}
	body.messsage .food-allergy .mfallery-header #header_menu li.cnt9 {
		background: white;
	}
	.food-allergy .mfallery-header #header_menu li.cnt9 a::before {
		background-image: url(../images/common/header_menu9_on.svg);
	}
	body.messsage .food-allergy .mfallery-header #header_menu li.cnt9 a::before {
		opacity: 1;
		background-size: 105% auto;
	}


	.food-allergy .mfallery-header #header_menu a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.food-allergy .mfallery-header #header_menu a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-bottom: 1px solid white;
		background: white no-repeat center center;
		background-size: 100% auto;
		opacity: 0;
		transition: all 0.1s ease;
	}
	.food-allergy .mfallery-header #header_menu a:hover:before {
		opacity: 1;
		background-size: 105% auto;
	}
	.food-allergy .mfallery-header #header_menu li img {
		vertical-align: bottom;
	}

	.food-allergy .mfallery-header #header_menu li.cnt1 {width: calc((950px - 50px) * (121/937));}
	.food-allergy .mfallery-header #header_menu li.cnt2 {width: calc((950px - 50px) * (106/937));}
	.food-allergy .mfallery-header #header_menu li.cnt3 {width: calc((950px - 50px) * (122/937));}
	.food-allergy .mfallery-header #header_menu li.cnt4 {width: calc((950px - 50px) * (121/937));}
	.food-allergy .mfallery-header #header_menu li.cnt5 {width: calc((950px - 50px) * (129/937));}
	.food-allergy .mfallery-header #header_menu li.cnt6 {width: calc((950px - 50px) * (102/937));}
	.food-allergy .mfallery-header #header_menu li.cnt8 {width: calc((950px - 50px) * (120/937));}
	.food-allergy .mfallery-header #header_menu li.cnt9 {width: calc((950px - 50px) * (116/937));}

}



/* ==================== food-allergy/mfallery-header/@.css ==================== */





/* ==================== food-allergy/mfallery-header/pankuzu.css ==================== */

.food-allergy .mfallery-header .pankuzu ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	transform: translateY(10%);
}

.food-allergy .mfallery-header .pankuzu li {
	margin-left: 0.5em;
}

.food-allergy .mfallery-header .pankuzu li a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.food-allergy .mfallery-header .pankuzu .home img {
	width: 1.25em;
}

.food-allergy .mfallery-header .pankuzu li:nth-of-type(n+2) a::before {
	flex-shrink: 0;
	content: '';
	display: block;
	width: 0.4em;
	height: 0.4em;
	border: solid #ff3702;
	border: solid #ccc;
	border-width: 2px 2px 0 0;
	margin-right: 0.5em;
	transform: rotate(45deg);
}

.food-allergy .mfallery-header .pankuzu li a:hover {
	color: #ff3702;
}


@media (max-width: 640px) {
	.food-allergy .mfallery-header .pankuzu ul {
		margin: 1em;
		justify-content: center;
		color: #999;
	}
}


@media (min-width: 641px) {
	.food-allergy .mfallery-header .pankuzu {
		margin-left: 1em;
	}

	.food-allergy .mfallery-header .pankuzu li {
		font-size: 90%;
	}
}



/* ==================== food-allergy/mfallery-header/site-title.css ==================== */

@media (max-width: 640px) {
	.food-allergy .mfallery-header .site-title {
		font-size: 80%;
	}

	.food-allergy .mfallery-header .site-title .title {
		padding: 0.5em;
		background: url(../images/common/back_pink.png);
		text-align: center;
	}

	.food-allergy .mfallery-header .site-title .title img {
		width: 16em;
	}

}


@media (min-width: 641px) {
	.food-allergy .mfallery-header .site-title {
		display: flex;
		align-items: center;
		width: 950px;
		margin: 1em auto;
	}

	.food-allergy .mfallery-header .site-title .title img {
		width: 13em;
	}

}



/* ==================== food-allergy/mfallery-sitemap/@.css ==================== */

.food-allergy .mfallery-sitemap {
	position: relative;
}
.food-allergy .mfallery-sitemap h2 {
	display: none;
}


@media (max-width: 640px) {
	.food-allergy .mfallery-sitemap {
		padding: 0 3%;
		overflow: hidden;
	}
}


@media (min-width: 641px) {
	.food-allergy .mfallery-sitemap {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}

	.food-allergy .mfallery-sitemap.floating {
		width: calc(680px + 3.5em);
	}
}



/* ==================== food-allergy/mfallery-sitemap/home.css ==================== */

.food-allergy .mfallery-sitemap .home {
	margin-bottom: 1em;
}
.food-allergy .mfallery-sitemap .home img {
	width: 5.5em;
}

.food-allergy .mfallery-sitemap.footer .home {
	display: none;
}


@media (min-width: 641px) {
	.food-allergy .mfallery-sitemap .home {
		border-bottom: 1px solid rgba(0,0,0,0.2);
		padding-bottom: 0.75em;
	}
}



/* ==================== food-allergy/mfallery-sitemap/contents/@.css ==================== */

.food-allergy .mfallery-sitemap .contents .recipe {
	border-bottom: none;
}


@media (max-width: 640px) {

	.food-allergy .mfallery-sitemap .contents {
		margin-top: 1em;
		border-top: 1px solid rgba(0,0,0,0.2);
	}

}


@media (min-width: 641px) {

	.food-allergy .mfallery-sitemap .contents {
		columns: 2;
		column-gap: 3em;
		column-rule: 1px solid rgba(0,0,0,0.2);
	}

}



/* ==================== food-allergy/mfallery-sitemap/contents/> div/<h3>.css ==================== */

.food-allergy .mfallery-sitemap .contents > div h3 {
	margin: 0;
	font-size: 140%;
	line-height: 1;
}

.food-allergy .mfallery-sitemap .contents > div h3 a {
	display: block;
}

.food-allergy .mfallery-sitemap .contents > div h3 img {
	width: auto;
	height: 1em;
}



/* ==================== food-allergy/mfallery-sitemap/contents/> div/<h4>.css ==================== */

.food-allergy .mfallery-sitemap .contents > div h4 {
	margin: 0;
	color: var(--color-red);
	font-weight: normal;
}



/* ==================== food-allergy/mfallery-sitemap/contents/> div/<hr>.css ==================== */

.food-allergy .mfallery-sitemap .contents > div hr {
	all: unset;
	display: block;
	width: 100%;
	height: 1px;
	/* margin: 0.5em 0; */
	background: linear-gradient(to right, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 50%) repeat-x left top / 6px 100%;
}



/* ==================== food-allergy/mfallery-sitemap/contents/> div/<ul>.css ==================== */

.food-allergy .mfallery-sitemap .contents > div ul {
	margin: 0;
	/* margin: 1.5em 0 0; */
	padding: 0;
	list-style-type: none;
}
.food-allergy .mfallery-sitemap .contents > div ul li {
	display: flex;
	align-items: center;
}

.food-allergy .mfallery-sitemap .contents > div ul li:not(:first-child) {
	margin-top: 0.75em;
}

.food-allergy .mfallery-sitemap .contents > div ul li::before {
	flex-shrink: 0;
	content: '';
	display: block;
	margin-right: 0.5em;
	width: 1.2em;
	height: 1.2em;
	background: url(../images/common/arrow_b.png) no-repeat;
	background-size: contain;
}

.food-allergy .mfallery-sitemap .contents > div ul li a {
	position: relative;
	text-decoration: none;
}
.food-allergy .mfallery-sitemap .contents > div ul li a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	border-bottom: 2px solid rgba(0,0,0,0);
}


@media (min-width: 641px) {

	.food-allergy .mfallery-sitemap .contents > div ul {
		/* min-height: 4em; */
	}

	.food-allergy .mfallery-sitemap .contents > div ul li:hover::before {
		transform: scale(1.2);
		background-image: url(../images/common/arrow_b_on.png);
	}
	.food-allergy .mfallery-sitemap .contents > div ul li:hover a::after {
		border-bottom-color: #009dff;
	}

}



/* ==================== food-allergy/mfallery-sitemap/contents/> div/@.css ==================== */

.food-allergy .mfallery-sitemap .contents > div {
	display: grid;
	align-content: start;
	grid-gap: 1em;
	padding: 1.4em 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}


@media (min-width: 641px) {

	.food-allergy .mfallery-sitemap .contents > div {
		break-inside: avoid-column;
		background: no-repeat right top 1.4em / auto 7em;
	}
	.food-allergy .mfallery-sitemap .contents > div.cnt6,
	.food-allergy .mfallery-sitemap .contents > div.cnt7,
	.food-allergy .mfallery-sitemap .contents > div.cnt9 {
		background-position: right 1em center;
		background-size: auto 2.5em;
	}

	.food-allergy .mfallery-sitemap .contents > div.cnt1 {background-image: url(../images/common/sitemap_image1.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt2 {background-image: url(../images/common/sitemap_image2.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt3 {background-image: url(../images/common/sitemap_image3.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt4 {background-image: url(../images/common/sitemap_image4.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt5 {background-image: url(../images/common/sitemap_image5.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt6 {background-image: url(../images/common/sitemap_image6.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt7 {background-image: url(../images/common/sitemap_image7.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt8 {background-image: url(../images/common/sitemap_image8.png)}
	.food-allergy .mfallery-sitemap .contents > div.cnt9 {background-image: url(../images/common/sitemap_image9.png)}

	.cnt2,
	.cnt3,
	.cnt8 {
		min-height: 7em;
	}

	.food-allergy .mfallery-sitemap .contents > div.recipe {
		margin-top: 1em;
		justify-items: center;
		column-span: all;
	}
	.food-allergy .mfallery-sitemap .contents > div.recipe img {
		width: 420px;
	}

	.food-allergy .mfallery-sitemap.floating .contents > div {
		background: none;
		min-height: 0;
	}

}