@charset 'utf-8';

figure {
  margin: 0;
  padding: 0;
}

.example {
	margin: 0;
  padding: 10px 30px 50px 30px;
	margin-bottom: 50px;
  background-color:#e5edc6;
}

.example.list {
  padding: 50px 30px;
}

.orange_pattern {
  background-color: #f2e1a7;
}

.example h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}

.example img.example_img {
  display: block;
  margin: 60px auto 20px auto;
  max-width: 890px;
	width: 100%;
}

@media screen and (max-width: 48em) {
.example img.example_img {
  margin-top: 10px;
}
}

.example .text {
  box-sizing: border-box;
  margin: 0px auto 10px auto;
  padding: 30px;
  max-width: 890px;
  background-color: #ffffff;
}

.example .text h3 {
  margin-top: 0;
}

.example .text .heading-type01 {
  font-size: 2em !important;
  text-align: center;
}

.example .example_banner{
  display: block;
  margin: 0px auto;
  max-width: 900px;
	width: 100%;
}


/*レシピ集*/

.example_recipe {
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 890px;
}

@media screen and (max-width: 48em) {
.example_recipe {
  grid-template-columns: 1fr;
}
}

.example_recipe .recipe a {
	display: block;
  text-decoration: none;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.example_recipe .recipe a:hover {
	opacity: 0.8;
}

.example_recipe .recipe {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #c1b036;
}

.example_recipe figcaption {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 48em) {
.example_recipe figcaption {
  font-size: 2.2rem;
}
}

.example_recipe .c_bright_brown {
  background-color: #b55e07;
}

.example_recipe .c_brown {
  background-color: #643525;
}

.example_recipe .c_green {
  background-color: #00853c;
}

.example_recipe .c_olive {
  background-color: #578201;
}

.example_recipe .c_red {
  background-color: #e32942;
}

.example_recipe .c_mustard {
  background-color: #877501;
}









