/* ==================== #title.css ==================== */

#title {
	position: relative;
	margin: 2em auto 0;
}
#title h2 {
	text-align: center;
}
#title h2 img {
	width: auto;
}


@media (max-width: 640px) {
	#title h2 img {
		height: 3em;
	}

	/* 5つのタイプ */
	body.type.p01 #title h2 img {
		height: 2.75em;
	}

	/* Q#titleA */
	body.qanda #title h2 img {
		height: 1.75em;
	}

	/* 食事対策 */
	body.meal.p02 #title h2 img {
		height: 3.75em;
	}

	/* 保育所 */
	body.school.p02 #title h2 img {
		height: 3.75em;
	}

}


@media (min-width: 641px) {
	#title h2 img {
		height: 4em;
	}

	/* 5つのタイプ */
	body.type #title {
		width: 860px;
	}
	body.type #title h2 {
		text-align: left;
		margin-left: 2em;
	}

	/* Q#titleA */
	body.qanda #title {
		box-sizing: border-box;
		width: 920px;
	}
	body.qanda #title h2 {
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	body.qanda #title h2 img {
		height: 2.25em;
	}

	/* 食事対策 */
	body.meal.p02 #title h2 img {
		height: 5em;
	}

	/* 保育所 */
	body.school.p02 #title h2 img {
		height: 5em;
	}

}



/* ==================== scss.css ==================== */

@charset "UTF-8";
#contents .meal04-tabcontents {
  position: relative;
  margin: 2em auto 0;
}
#contents .meal04-tabcontents .foods > h4,
#contents .meal04-tabcontents .nutrition > h4,
#contents .meal04-tabcontents .cooking > h4,
#contents .meal04-tabcontents .others .category-title {
  text-align: center;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents .foods > h4,
  #contents .meal04-tabcontents .nutrition > h4,
  #contents .meal04-tabcontents .cooking > h4,
  #contents .meal04-tabcontents .others .category-title {
    font-size: 120%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents .foods > h4,
  #contents .meal04-tabcontents .nutrition > h4,
  #contents .meal04-tabcontents .cooking > h4,
  #contents .meal04-tabcontents .others .category-title {
    font-size: 140%;
  }
}
#contents .meal04-tabcontents .foods > h4 span,
#contents .meal04-tabcontents .nutrition > h4 span,
#contents .meal04-tabcontents .cooking > h4 span,
#contents .meal04-tabcontents .others .category-title span {
  display: inline-block;
  min-width: 10em;
  padding: 1em;
  background: url(../images/meal/title_back1.png) no-repeat center center;
  background-size: 100% 100%;
  color: #b84f26;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents .others .category-title br {
    display: none;
  }
}
#contents .meal04-tabcontents .foods .text,
#contents .meal04-tabcontents .nutrition .text,
#contents .meal04-tabcontents .cooking .text {
  border-top: 2px dotted #ccc;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents .nutrition,
  #contents .meal04-tabcontents .cooking {
    padding-bottom: 1.5em;
    border-bottom: 2px dotted #ccc;
  }
}
#contents .meal04-tabcontents .foods {
  margin-top: 2em;
}
#contents .meal04-tabcontents .tabmenu {
  color: #b84f26;
  text-align: center;
  margin: 0 auto;
}
#contents .meal04-tabcontents .tabmenu.top {
  z-index: 1;
  position: absolute;
  top: 1em;
  width: 100%;
}

#contents .meal04-tabcontents .tabmenu.bottom {
  margin-top: 5em;
}

#contents .meal04-tabcontents .tabmenu ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid #ffd7b8;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents .tabmenu ul {
    margin: 0 -0.5em;
    padding: 0 0.25em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents .tabmenu ul {
    padding: 0 0.5em;
  }
}
#contents .meal04-tabcontents .tabmenu.top ul {
  border-width: 0 0 2px;
}

#contents .meal04-tabcontents .tabmenu.bottom ul {
  border-width: 2px 0 0;
}

#contents .meal04-tabcontents .tabmenu ul li {
  display: grid;
  border: 2px solid #ffd7b8;
  background-color: #fffaf0;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents .tabmenu ul li {
    font-size: 80%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents .tabmenu ul li {
    font-size: 120%;
  }
}
#contents .meal04-tabcontents .tabmenu.top ul li {
  border-radius: 1em 1em 0 0;
  margin-bottom: -2px;
}

#contents .meal04-tabcontents .tabmenu.bottom ul li {
  border-radius: 0 0 1em 1em;
  margin-top: -2px;
}

#contents .meal04-tabcontents .tabmenu ul li.on {
  background-color: white;
}
#contents .meal04-tabcontents .tabmenu.top ul li.on {
  border-bottom-color: white;
}

#contents .meal04-tabcontents .tabmenu.bottom ul li.on {
  border-top-color: white;
}

#contents .meal04-tabcontents .tabmenu ul li:not(:first-child) {
  margin-left: -2px;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents .tabmenu ul li:last-child {
    padding: 0 1em;
  }
}
#contents .meal04-tabcontents .tabmenu ul li a {
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 0.5em 0;
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
}
#contents .meal04-tabcontents .tabmenu ul li a small {
  font-size: 70%;
}
#contents .meal04-tabcontents section {
  margin: 0 auto;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section {
    padding-top: 8em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section {
    position: relative;
    width: 800px;
    padding-top: 8em;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section > *:not(:first-child) {
    margin-top: 3em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section > *:not(:first-child) {
    margin-top: 4em;
  }
}
#contents .meal04-tabcontents section .head {
  display: grid;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .head {
    grid-row-gap: 1.5em;
    justify-items: center;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .head {
    justify-content: start;
    grid-auto-flow: column;
    grid-column-gap: 1em;
  }
}
#contents .meal04-tabcontents section .head h3 {
  margin: 0;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .head h3 {
    width: 8em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .head h3 {
    width: 9em;
    align-self: start;
  }
}
#contents .meal04-tabcontents section .head .text {
  display: grid;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .head .text {
    align-self: center;
  }
}
#contents .meal04-tabcontents section .head .text h4 {
  display: flex;
  gap: 0.2em;
  align-items: center;
  margin: 0;
  color: var(--color-red);
  font-size: 105%;
}
#contents .meal04-tabcontents section .head .text h4::before {
  flex-shrink: 0;
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-red);
}
#contents .meal04-tabcontents section .head .text p {
  margin: 0;
}
#contents .meal04-tabcontents section .head .text p:not(:last-child) {
  margin-bottom: 1em;
}
#contents .meal04-tabcontents section .head .text__notes {
  color: #b05d1b;
  font-size: 90%;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .head .text {
    vertical-align: middle;
  }
}
#contents .meal04-tabcontents section .head .link_feature {
  position: relative;
  padding-left: 1.6em;
}
#contents .meal04-tabcontents section .head .link_feature a {
  text-decoration: none;
}
#contents .meal04-tabcontents section .head .link_feature::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/arrow_b2_down.png) no-repeat center center;
  background-size: 100% 100%;
}
#contents .meal04-tabcontents section .foods .cases > div {
  border-bottom: 2px dotted #cccccc;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div {
    padding: 1em 0;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div {
    padding-left: 10em;
  }
}
#contents .meal04-tabcontents section .foods .cases > div h4 {
  color: #872900;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div h4 {
    position: relative;
    font-size: 120%;
    padding-left: 3.5em;
    margin: 1.5em 0 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div h4 {
    position: absolute;
    left: 0;
    width: 8em;
    font-size: 120%;
    line-height: 1.2;
    text-align: center;
    padding-top: 4.5em;
    background: url(../images/meal/cases_cap_image.png) no-repeat center top;
    background-size: auto 4em;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div h4::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3em;
    height: 3em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/meal/cases_cap_image.png) no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div h4 br {
    display: none;
  }
}
#contents .meal04-tabcontents section .foods .cases > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul {
    display: table;
    border-spacing: 1em 2em;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li {
    padding: 0.5em 0;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li {
    display: table-row;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li > * {
    display: table-cell;
    vertical-align: middle;
  }
}
#contents .meal04-tabcontents section .foods .cases > div ul li h5 {
  border: 2px solid #dbdbdb;
  border-radius: 1em;
  margin: 0;
  font-size: 110%;
  text-align: center;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 {
    text-align: left;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    padding: 0.5em 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 {
    width: 11em;
    margin: 0;
    padding: 0.75em;
  }
}
#contents .meal04-tabcontents section:is(#milk) .foods .cases > div:is(:nth-of-type(2), :nth-of-type(3)) ul li:is(:nth-of-type(1)) h5 {
  font-size: 100%;
}

@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 br {
    display: none;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 > span:not(.keyword) {
    display: table-cell;
    vertical-align: middle;
  }
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 > span:not(.keyword):nth-of-type(2) {
    text-align: right;
    padding-left: 0.5em;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 img {
    max-width: none;
    width: auto;
    height: 4em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h5 img {
    display: block;
    width: auto;
    height: 4.5em;
    margin: 0.25em auto 0;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h6 {
    float: left;
    width: 25%;
    margin: 0;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li h6 {
    width: 10em;
    margin: 0;
  }
}
#contents .meal04-tabcontents section .foods .cases > div ul li p {
  font-size: 90%;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li p {
    box-sizing: border-box;
    float: right;
    width: 75%;
    padding-right: 1em;
    margin: 0;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li p {
    margin: 0;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .foods .cases > div ul li::after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
  }
}
#contents .meal04-tabcontents section .remove {
  display: grid;
  grid-row-gap: 1em;
  position: relative;
  border: 4px solid #ffd7b8;
  border-radius: 2em;
  text-align: center;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .remove {
    margin: 4em 0 0;
    padding: 4em 1em 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove {
    margin: 4em auto 0;
    padding: 3em 1.5em 1.5em;
  }
}
#contents .meal04-tabcontents section .remove h4 {
  position: absolute;
  left: 50%;
  top: 0;
  border: 4px solid #ffd7b8;
  border-radius: calc(1.1em + 4px);
  margin: 0;
  padding: 0.5em;
  transform: translate(-50%, -51%);
  background-color: white;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .remove h4 {
    font-size: 110%;
    border-radius: 1em;
    padding: 0.5em 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove h4 {
    font-size: 130%;
    line-height: 1;
    white-space: nowrap;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove h4::before {
    content: "●";
    display: inline-block;
    margin-right: 0.25em;
    color: #ff9500;
    font-size: 90%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove h4 br {
    display: none;
  }
}
#contents .meal04-tabcontents section .remove ul {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#contents .meal04-tabcontents section .remove ul li {
  display: grid;
  justify-items: center;
  border: 2px solid #dbdbdb;
  border-radius: 1em;
  padding: 1em;
}
#contents .meal04-tabcontents section .remove ul li img {
  width: auto;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .remove ul li img {
    height: 5em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove ul li img {
    height: 5.5em;
  }
}
#contents .meal04-tabcontents section .remove ul li p {
  margin: 0;
  color: #4d4d4d;
  font-size: 80%;
  text-align: justify;
  line-height: 1.4;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove > ul {
    justify-items: center;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section#milk .remove > ul li {
    box-sizing: border-box;
    max-width: 50%;
  }
}

#contents .meal04-tabcontents section .remove > ul li h5 {
  display: grid;
  grid-row-gap: 0.5em;
  align-content: center;
  justify-items: center;
  margin: 0;
}
#contents .meal04-tabcontents section:is(#peanuts, #soba) .remove > ul li h5 {
  grid-row-gap: 0;
}

@media (max-width: 640px) {
  #contents .meal04-tabcontents section .remove > ul li h5 {
    font-size: 130%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove > ul li h5 {
    font-size: 140%;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section:is(#peanuts, #soba) .remove > ul li h5 br:nth-of-type(1) {
    display: none;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section:is(#egg, #peanuts, #soba) .remove > ul li h5 br {
    display: none;
  }
  #contents .meal04-tabcontents section#soy .remove > ul li h5 br:nth-of-type(2) {
    display: none;
  }
}
#contents .meal04-tabcontents section .remove .example {
  display: grid;
  grid-row-gap: 1em;
  border-top: 2px dotted #f5a26b;
  margin-top: 1em;
  padding-top: 1em;
}
#contents .meal04-tabcontents section .remove .example h5 {
  margin: 0;
  color: #872900;
  font-size: 120%;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section:not(#egg, #milk, #wheat, #peanuts) .remove .example ul {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  #contents .meal04-tabcontents section:is(#egg) .remove .example ul {
    grid-template-columns: repeat(4, 1fr);
  }
  #contents .meal04-tabcontents section:is(#milk, #wheat) .remove .example ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #contents .meal04-tabcontents section:is(#peanuts) .remove .example ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
#contents .meal04-tabcontents section .remove .example ul li {
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-row-gap: 0.25em;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section:is(#peanuts) .remove .example ul li {
    grid-column: span 2;
  }
  #contents .meal04-tabcontents section:is(#peanuts) .remove .example ul li:nth-of-type(5) {
    grid-column: 2/4;
  }
}
#contents .meal04-tabcontents section .remove .example ul li h6 {
  display: grid;
  grid-row-gap: 0.25em;
  justify-items: center;
  margin: 0;
  font-size: 120%;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .remove .example ul li h6 {
    align-self: center;
  }
  #contents .meal04-tabcontents section:is(#crustacean) .remove .example ul li:nth-of-type(4) h6 {
    font-size: 110%;
  }
  #contents .meal04-tabcontents section:is(#peanuts) .remove .example ul li:nth-of-type(1) h6 {
    align-self: start;
    grid-row: span 2;
    font-size: 100%;
  }
  #contents .meal04-tabcontents section:is(#peanuts) .remove .example ul li:nth-of-type(6) h6 {
    font-size: 110%;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .remove .example ul li h6 br {
    display: none;
  }
}
#contents .meal04-tabcontents section .remove__notes {
  margin: 0.5em 0 0;
  color: #872900;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section:is(#wheat, #soy) .nutrition .text {
    position: relative;
  }
}
#contents .meal04-tabcontents section:is(#wheat, #soy) .nutrition .text::after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section:is(#wheat, #soy) .nutrition .text::after {
    display: block;
    margin: 1em auto 0;
    width: 100%;
    height: 4.5em;
    background-size: auto 100%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section:is(#wheat, #soy) .nutrition .text::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 15em;
    height: 100%;
    background-size: auto 4.5em;
  }
}

#contents .meal04-tabcontents section#wheat .nutrition .text::after {
  background-image: url(../images/meal/meal4_3_nutrition_image.png);
}

@media (min-width: 641px) {
  #contents .meal04-tabcontents section#soy .nutrition .text {
    padding-right: 18em;
  }
}
#contents .meal04-tabcontents section#soy .nutrition .text::after {
  background-image: url(../images/meal/meal4_4_nutrition_image.png);
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section#soy .nutrition .text::after {
    width: 16em;
    background-position: center bottom;
  }
}

@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column {
    margin-top: 3em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column {
    margin-top: 2em;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div {
  position: relative;
  text-align: center;
  background-color: #ffecd1;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column > div {
    padding-top: 3em;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div h5 {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 1em;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d94100;
  color: white;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column > div h5 {
    font-size: 110%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div h5 {
    line-height: 1;
    font-size: 120%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div h5 br {
    display: none;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div h5::before {
    content: "●";
    display: inline-block;
    margin-right: 0.25em;
    color: white;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0.5em 0;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div ul li {
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  text-align: center;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li {
    padding: 1em 0;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li {
    display: table-cell;
    vertical-align: top;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div ul li h6 {
  font-size: 110%;
  margin: 0;
}
#contents .meal04-tabcontents section .nutrition .column > div ul li h6 img {
  display: block;
  margin: 0.5em auto;
  width: auto;
  height: 6em;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li h6 span {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scaleX(0.9);
    white-space: nowrap;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div ul li p {
  margin: 0;
  color: #872900;
}
#contents .meal04-tabcontents section .nutrition .column > div ul li p small {
  display: block;
}
#contents .meal04-tabcontents section .nutrition .column > div ul li:nth-of-type(5) p small {
  display: block;
  font-size: 75%;
  line-height: 1.3;
}

@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li p.quot br {
    display: none;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li:nth-of-type(5) {
    width: 97%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li:nth-of-type(5) h6 {
    overflow: visible;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li:nth-of-type(5) p small {
    text-align: left;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .nutrition .column > div ul li:nth-of-type(5) p small br {
    display: none;
  }
}
#contents .meal04-tabcontents section .nutrition .column > div p.quot {
  color: #872900;
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .cooking .text {
    box-sizing: border-box;
    display: table;
    width: 100%;
  }
}
#contents .meal04-tabcontents section .cooking .text::after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .cooking .text::after {
    display: block;
    margin: 1em 0 0;
    width: 100%;
    height: 5.5em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .cooking .text::after {
    display: table-cell;
    width: 15em;
    height: 6em;
  }
}
#contents .meal04-tabcontents section#egg .cooking .text::after {
  background-image: url(../images/meal/meal4_1_cooking_image.png);
}

#contents .meal04-tabcontents section#milk .cooking .text::after {
  background-image: url(../images/meal/meal4_2_cooking_image.png);
}

#contents .meal04-tabcontents section#wheat .cooking .text::after {
  background-image: url(../images/meal/meal4_3_cooking_image.png);
}

@media (min-width: 641px) {
  #contents .meal04-tabcontents section .cooking .text p {
    display: table-cell;
  }
}
#contents .meal04-tabcontents section .cooking .menu {
  margin-top: 2em;
}
#contents .meal04-tabcontents section .cooking .menu > div {
  vertical-align: top;
  border: solid #ccc;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .cooking .menu > div {
    border-width: 1px 0;
    padding: 1em 0;
    margin: -1px 0.5em 0;
    margin-top: -1px;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .cooking .menu > div {
    display: inline-block;
    box-sizing: border-box;
    border-width: 0 1px;
    margin: 1em 0;
    margin-right: -1px;
    padding: 0 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section#egg .cooking .menu > div {
    width: 25%;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section#egg .cooking .menu > div:last-child {
    border-bottom: none;
  }
}

@media (min-width: 641px) {
  #contents .meal04-tabcontents section:is(#milk, #wheat) .cooking .menu > div {
    width: 33.3333333333%;
  }
}

#contents .meal04-tabcontents section .cooking .menu > div h5 {
  margin: 0 auto;
  width: 12em;
}
#contents .meal04-tabcontents section .cooking .menu > div p {
  font-size: 95%;
  line-height: inherit;
}
#contents .meal04-tabcontents section .cooking .notes {
  margin: 2em auto 0;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .cooking .notes {
    padding: 0 1em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .cooking .notes sup.notes {
    font-size: 50%;
  }
}
#contents .meal04-tabcontents section .feature {
  padding-top: 2em;
}
#contents .meal04-tabcontents section .feature > div {
  position: relative;
  background-color: #ffecd1;
  border-radius: 1em;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .feature > div {
    padding: 1.5em;
    padding-top: 2em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .feature > div {
    padding: 2em;
  }
}
#contents .meal04-tabcontents section .feature > div h4 {
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 1em;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d94100;
  color: white;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .feature > div h4 {
    font-size: 110%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .feature > div h4 {
    font-size: 120%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .feature > div h4::before {
    content: "●";
    display: inline-block;
    margin-right: 0.25em;
    color: white;
  }
}
#contents .meal04-tabcontents section .feature > div p {
  color: #872900;
  margin: 0;
}
#contents .meal04-tabcontents section .figure_meal4 {
  margin: 2em auto;
  text-align: center;
}
#contents .meal04-tabcontents section .figure_meal4 h6 {
  color: #d94100;
  font-size: 100%;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .figure_meal4 h6 br {
    display: none;
  }
}
#contents .meal04-tabcontents section .figure_meal4 figure {
  margin: 1em auto;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-1] {
    width: 80%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-1] {
    width: 266px;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-2] {
    width: 75%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-2] {
    width: 260px;
  }
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-3] {
    width: 100%;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section .figure_meal4 figure img[src*=meal4-3] {
    width: 370px;
  }
}
#contents .meal04-tabcontents section .figure_meal4 figure figcaption {
  margin-top: 1em;
  color: #666;
  font-size: 80%;
}
#contents .meal04-tabcontents section#others .category-item {
  padding: 1.5em 0 0;
}
#contents .meal04-tabcontents section#others .category-item:first-child {
  padding-top: 0;
}
#contents .meal04-tabcontents section#others .category-item:not(:first-child) {
  border-top: 2px dotted #cccccc;
  margin: 1.5em 0 0;
}
@media (max-width: 640px) {
  #contents .meal04-tabcontents section#others .category-title {
    margin-top: 2em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section#others .category-title {
    margin-top: 2em;
  }
}
@media (min-width: 641px) {
  #contents .meal04-tabcontents section#others > p:first-child {
    text-align: center;
  }
}



/* ==================== section-title.css ==================== */

.section-title {
	display: flex;
	justify-content: center;
}

.section-title h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: 3.5em;
	border: 2px solid;
	border-radius: 1.75em;
	margin: 0;
	padding: 0 2em;
	line-height: 1.2;
	text-align: center;
}

body.about .section-title h2 { color: #67a300; border-color: #bced68; }
body.visit .section-title h2 { color: #4e93c7; border-color: #c4e5ff; }
body.meal .section-title h2 { color: #f77800; border-color: #ffd08a; }
body.display .section-title h2 { color: #e661ba; border-color: #ffd4ff; }


@media (max-width: 640px) {
	.section-title h2 {
		font-size: 120%;
	}

	body.display.p02 .section-title h2 {
		width: 14em;
	}
}


@media (min-width: 641px) {
	.section-title h2 {
		font-size: 20px;
	}
}



/* ==================== #contents/@.css ==================== */

#contents {
	position: relative;
}

#contents section {
	margin: 3em auto 0;
}


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


@media (min-width: 641px) {
	#contents {
		width: 920px;
		margin: 0 auto;
	}
}



/* ==================== #contents/column/#column-allergymilk.css ==================== */

/* アレルギー用ミルク */
#contents .column#column-allergymilk .items > div {
	background-color: white;
	border-radius: 0.75em;
	padding: 1em;
}
#contents .column#column-allergymilk > div > p {
	margin-top: 0;
}
#contents .column#column-allergymilk .items h5 {
	margin: 0;
	color: #ff3700;
	text-align: center;
	font-size: 110%;
}
#contents .column#column-allergymilk .items h5 span {

	display: block;
}
#contents .column#column-allergymilk .items h5 span.pic {
	width: 65%;
	margin: 0.5em auto;
}
#contents .column#column-allergymilk .items h5 a {
	color: inherit;
	text-decoration: none;
}
#contents .column#column-allergymilk .items {
	margin-top: 1em;
}
#contents .column#column-allergymilk .items h6 {
	width: 12em;
	margin: 1em auto 0;
	font-size: 100%;
}

	html.PC #contents .column#column-allergymilk {
		width: 620px;
	}
	html.PC #contents .column#column-allergymilk .items {
		display: table;
		table-layout: fixed;
		border-spacing: 1em 0;
		margin-left: -1em;
		margin-right: -1em;
		width: calc(100% + 2em);
	}
	html.PC #contents .column#column-allergymilk .items p {
		font-size: 0.9em;
	}
	html.PC #contents .column#column-allergymilk .items > div {
		display: table-cell;
	}

		html.SP #contents .column#column-allergymilk .items > div {
			margin-top: 1em;
		}
		html.SP #contents .column#column-allergymilk .items h5 span.pic {
			width: 50%;
		}



/* ==================== #contents/column/@.css ==================== */

#contents .column {
	box-sizing: border-box;
	text-align: center;
	margin: 2em auto 0;
	padding-top: 1em;
}
#contents .column > div {
	display: inline-block;
	position: relative;
	border-radius: 1.5em;
	text-align: justify;
}

#contents .column.red > div {
	background-color: #ffe8e8;
	color: #942000;
}
body.visit #contents .column:not(.red) > div {
	background-color: #d4eaff;
	color: #003259;
}
body.about #contents .column:not(.red) > div,
#contents .column.green > div {
	background-color: #e2f5ae;
	color: #122603;
}
body.display #contents .column:not(.red) > div {
	background-color: #ffe8ff;
	color: #8a035d;
}
body.school #contents .column:not(.red) > div {
	background-color: #ffeae3;
	color: #9c2b25;
}
body.school #flow #contents .column:not(.red) > div {
	color: inherit;
}

#contents .column .title {
	position: absolute;
	margin: 0;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	font-size: 100%;
}
#contents .column .title img {
	width: auto;
	height: 2.4em;
}


#contents .column.notitle {
	padding-top: 0;
}


@media (max-width: 640px) {
	#contents .column > div {
		padding: 2em 1em 1em;
	}
	#contents .column .title {
		width: 100%;
		text-align: center;
	}
	#contents .column .title img {
		height: 2em;
	}

	#contents .column.notitle > div {
		padding-top: 1em;
	}

}


@media (min-width: 641px) {
	/* school */
	#contents .column.school-1 {
		max-width: 58em;
	}
	#contents .column > div {
		padding: 2.5em 1.5em 1.5em;
	}

	#contents .column.notitle > div {
		padding-top: 1.5em;
	}

}



/* ==================== #contents/column/meal-p4-1.css ==================== */

#contents .column.meal-p4-1 h4 {
	color: #ff3700;
}
#contents .column.meal-p4-1 h4 + p {
	margin: 0.25em 0 0;
}

	html.PC #contents .column.meal-p4-1 h4 {
		margin: 1em 0 0;

		font-size: 110%;
	}
	html.PC #contents .column.meal-p4-1 h4:nth-of-type(1) {
		margin-top: 0;
	}
	html.PC #contents .column.meal-p4-1 h4 br {
		display: none;
	}

		html.SP #contents .column.meal-p4-1 h4 {
			text-indent: -1em;
			margin-left: 1em;
		}
		html.SP #contents .column.meal-p4-1 h4:nth-of-type(1) {
			margin-top: 0;
		}



/* ==================== #contents/column/meal-p4-2.css ==================== */

#contents .column.meal-p4-2 > div {
	padding-right: 8em;
}
#contents .column.meal-p4-2 > div:before {
	content: ' ';
	display: block;
	position: absolute;
	right: 1.5em;
	bottom: 0;
	width: 5em;
	height: 100%;
	background-image: url(../images/common/illust_doctor.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

	html.PC #contents .column.meal-p4-2 > div {
		width: 36em;
	}

		html.SP #contents .column.meal-p4-2 > div {
			padding-right: 6em;
		}
		html.SP #contents .column.meal-p4-2 > div:before {
			right: 0.75em;
			width: 4.5em;
		}



/* ==================== #contents/column-2/@.css ==================== */

#contents .column-2 {
	margin: 2em 0;
}

#contents .column-2 .title {
	margin-bottom: -1em;
	font-size: 120%;
	text-align: center;
}

#contents .column-2 .title > * {
	display: inline-block;
	border-radius: 1em;
	margin: 0;
	padding: 0 1em;
	color: white;

	font-size: inherit;
	line-height: 2em;
	white-space: nowrap;
}

#contents .column-2 .body {
	border-radius: 1em;
	padding: 2em;
}

#contents .column-2 .body > :first-child {
	margin-top: 0;
}

#contents .column-2 p {
	line-height: 1.6;
}

@media all and (min-width: 641px) {

	#contents .column-2 .title > * {
		position: relative;
		padding-left: 2.25em;
	}
	#contents .column-2 .title > *::before {
		content: '';
		display: block;
		position: absolute;
		left: 1em;
		top: 50%;
		width: 0.8em;
		height: 0.8em;
		border-radius: 0.5em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: white;
	}
}


/* type */

body.type #contents .column-2 .body {
	background-color: #e2f5ae;
}

#contents .column-2.keyword h4 {
	font-size: inherit;
}
#contents .column-2.keyword h4 img {
	width: auto;
	height: 2.2em;
}
#contents .column-2.keyword .body {
	padding: 1.25em;
}
#contents .column-2.keyword .body p {
	font-size: 85%;
}

	html.PC #contents .column-2[name="column_type1-1"] {
		margin: 0;
	}

/* meal */

body.meal #contents .column-2 .title > * {
	background-color: #d94100;
}
body.meal #contents .column-2 .body {
	background: #ffecd1;
}
body.meal #contents .column-2 .body {
	color: #872900;
}

@media all and (min-width: 641px) {
	#contents .column-2[name="meal02-1"] p:nth-of-type(2) {
		text-align: center;
	}
}



/* ==================== #contents/qanda/category-body.css ==================== */

#contents .qanda .category-body > div {
	margin-top: 2em;
}
#contents .qanda .category-body > div > div {
	box-sizing: border-box;
	display: table;
	border-spacing: 0.5em 0;
	table-layout: fixed;
}
#contents .qanda .category-body .A {
	margin-top: 1em;
}
#contents .qanda .category-body > div > div > div {
	display: table-cell;
	vertical-align: middle;
}
#contents .qanda .category-body .text {
	padding: 1em;
	border-radius: 1em;
}

#contents .qanda .category-body .Q h4 {
	margin: 0;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.6;
}
#contents .qanda .category-body .Q .text {
	background-color: #ffd3bd;
	color: #571100;
}
#contents .qanda .category-body .A .text {
	background-color: #e0f0ff;
	color: #000c14;
}

body:not(.qanda) #contents .qanda .category-body .text .sitelink span {
	display: none;
}


@media (max-width: 640px) {
	#contents .qanda .category-body {
		-webkit-transform: scale(-1,1);
		transform: scale(-1,1);
		font-size: 90%;
	}
	#contents .qanda .category-body .text {
		-webkit-transform: scale(-1,1);
		transform: scale(-1,1);
	}
	#contents .qanda .category-body .chara {
		position: relative;
		z-index: 1;
		width: 3em;
		vertical-align: top;
	}
	#contents .qanda .category-body .chara img {
		-webkit-transform: scale(1.5) translate(0, 15%);
		transform: scale(1.5) translate(0, 15%);
	}

	body.qanda .qanda#category1 .category-body > div:nth-of-type(2) .sitelink {
		font-size: 65%;
	}
}


@media (min-width: 641px) {
	#contents .qanda .category-body > div > div {
		width: 80%;
	}
	#contents .qanda .category-body .chara {
		width: 100px;
	}
	#contents .qanda .category-body .A {
		margin-left: auto;
	}
}



/* ==================== #contents/qanda/category-title.css ==================== */

#contents .qanda .category-title {
	position: relative;
	border: #e0f0ff solid ;
	border-width: 0.75em 0;
	padding: 0.75em 0.5em;
	color: #2c70b3;
}
#contents .qanda .category-title h3 {
	margin: 0;

}


body:not(.qanda) #contents .qanda .category-title {
	text-align: center;
}
body:not(.qanda) #contents .qanda .category-title h3 {
	display: inline-block;
	min-height: 1.5em;
	padding: 0.5em;
	padding-left: 3em;
	background: url(../images/common/qanda_icon.png) no-repeat left center;
	background-size: auto 2.5em;
}


@media (max-width: 640px) {
	html.SP #contents .qanda .category-title .sitelink {
		font-size: 90%;
	}
}


@media (min-width: 641px) {
	html.PC #contents .qanda .category-title h3 {
		font-size: 150%;
	}
	html.PC #category1 .category-title h3 {
		transform-origin: 0 0;
		transform: scale(0.95, 1);
		-ms-transform: scale(0.95, 1);
	}

	html.PC #contents .qanda .category-title h3 br {
		display: none;
	}
	html.PC #contents .qanda .category-title .sitelink {
		position: absolute;
		right: 0.5em;
		top: 50%;
		margin: 0;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
	html.PC #contents .qanda .category-title .sitelink br {
		display: none;
	}
}



/* ==================== #contents/qanda/caution.css ==================== */

#contents .qanda .caution {
	margin: 1em auto;
	color: #2c70b3;
	text-align: center;
}


@media (min-width: 641px) {
	#contents .qanda .caution br {
		display: none;
	}
}



/* ==================== page-header/@.css ==================== */

.page-header {
	display: grid;
	justify-items: center;
}


@media (max-width: 640px) {

	.page-header {
		margin: 2em 0;
	}

}


@media (min-width: 641px) {

	.page-header {
		margin: 3em auto;
	}

	body.type .page-header {
		width: 800px;
		margin-top: 4em;
		margin-bottom: 0em;
		justify-items: start;
	}

}



/* ==================== page-header/menu.css ==================== */

.page-header .menu {
	margin-top: 2em;
}

.page-header .menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page-header .menu li {
}

.page-header .menu a {
	display: flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}
.page-header .menu a:hover {
	text-decoration: none;
}

.page-header .menu a::before {
	content: '';
	display: block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.5em;
	background: no-repeat center center / contain;
}


body.about .page-header .menu { color: #3a5211; }
body.about .page-header .menu a::before { background-image: url(../images/common/pagemenu_arrow_about.svg); }
body.about .page-header .menu a:hover { color: #67a300; }

body.visit .page-header .menu { color: #00518f; }
body.visit .page-header .menu a::before { background-image: url(../images/common/pagemenu_arrow_visit.svg); }
body.visit .page-header .menu a:hover { color: #4e93c7; }


@media (max-width: 640px) {
	.page-header .menu ul {
		flex-direction: column;
		font-size: 95%;
	}
	.page-header .menu li:nth-of-type(n+2) {
		margin-top: 0.5em;
	}

}


@media (min-width: 641px) {
	.page-header .menu ul {
		align-items: center;
		height: 3em;
		border-radius: 1.5em;
		padding-left: 1.5em;
		padding-right: 1.5em;
		background: #f2f2f2;
	}
	.page-header .menu li {
		margin: 0 0.5em;
	}
}



/* ==================== page-header/title/@.css ==================== */

.page-header .title {
	display: grid;
	justify-items: center;
}


@media (max-width: 640px) {

	body.type .page-header .title {
		margin-bottom: 1em;
	}

}



/* ==================== page-header/title/<h1>/&::before.css ==================== */

.page-header .title h1::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3em;
	border-radius: 1.5em;
}

body.meal.p02 .page-header .title h1::before { height: calc(100% - 0.6em); }

body.about .page-header .title h1::before { background-color: #bced68; }
body.type .page-header .title h1::before { background-color: #ffea82; }
body.visit .page-header .title h1::before { background-color: #c4e5ff; }
body.meal .page-header .title h1::before { background-color: #ffd08a; }
body.display .page-header .title h1::before { background-color: #ffd4ff; }
body.school .page-header .title h1::before { background-color: #ffb9a1; }


@media (max-width: 640px) {

	body.type.p01 .page-header .title h1::before,
	body.type.p05 .page-header .title h1::before,
	body.school.p01 .page-header .title h1::before { height: calc(100% - 0.6em); }
	body.school.p02 .page-header .title h1::before { height: calc(100% - 0.6em); }

}



/* ==================== page-header/title/<h1>/> small.css ==================== */

.page-header .title h1 > small {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1em;
	padding: 0 1em;
	height: 2em;
	color: white;
	font-size: 70%;
	font-weight: normal;
}

body.about .page-header .title h1 > small { background-color: #67a300; }
body.type .page-header .title h1 > small { background-color: #e39c00; }
body.visit .page-header .title h1 > small { background-color: #4e93c7; }
body.meal .page-header .title h1 > small { background-color: #f77800; }
body.display .page-header .title h1 > small { background-color: #e661ba; }
body.school .page-header .title h1 > small { background-color: #ff885f; }



/* ==================== page-header/title/<h1>/> span.css ==================== */

.page-header .title h1 > span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}

.page-header .title h1 > span small {
	font-size: 65%;
}

body.meal .page-header .title h1 > span small {
	color: #d94100;
	margin-top: -0.25em;
}


@media (max-width: 640px) {

	body.type.p01 .page-header .title h1 > span { width: 13em; }
	body.school.p01 .page-header .title h1 > span { width: 10em; }
	body.school.p02 .page-header .title h1 > span { width: 16em; }
	body.meal.p02 .page-header .title h1 > span:nth-of-type(1) { width: 13em; }

	body.meal .page-header .title h1 > span small {
		font-size: 60%;
	}

}



/* ==================== page-header/title/<h1>/@.css ==================== */

.page-header .title h1 {
	position: relative;
	display: grid;
	grid-gap: 0.5em;
	justify-items: center;
	min-width: 14em;
	margin: 0;
	padding: 0 1.25em 0.5em;
	text-align: center;
}

.page-header .title h1 > * {
	position: relative;
}

body.about .page-header .title h1 { color: #3a5211; }
body.type .page-header .title h1 { color: #8f3700; }
body.visit .page-header .title h1 { color: #00518f; }
body.meal .page-header .title h1 { color: #872900; }
body.display .page-header .title h1 { color: #ad0d76; }
body.school .page-header .title h1 { color: #9c2b25; }


@media (max-width: 640px) {

	.page-header .title h1 {
		margin: 0 1em;
		font-size: 120%;
	}

}


@media (min-width: 641px) {

	.page-header .title h1 {
		font-size: 24px;
	}

	body.type .page-header .title h1 {
		font-size: 22px;
	}

}