@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#recipe_index {
  min-width: initial;
}
#recipe_index .meibalance_mini_main {
  background: #fffbeb;
}

/*-- recipe-header --*/
#recipe_index .recipe-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  margin-bottom: 83px;
  background: url(../images/recipe/recipe_bg.jpg) no-repeat top right;
  background-size: cover;
}
#recipe_index .recipe-header h1 {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
#recipe_index .recipe-header h1 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recipe_index .recipe-header {
    min-height: 34.667vw;
    margin-bottom: 10vw;
    background: url(../images/recipe/recipe_bg_sp.jpg) no-repeat top right;
    background-size: cover;
  }
  #recipe_index .recipe-header h1 {
    max-width: initial;
    width: 59.733vw;
    margin: 0 auto;
  }
}

/*-- recipe-list --*/
#recipe_index #recipe-list {
  width: 95vw;
  margin: 0 auto 56px;
}
#recipe_index #recipe-list h2 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 36px;
}
#recipe_index .recipe-list-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#recipe_index .recipe-list-inner .recipe-item {
  width: 306px;
  margin-bottom: 35px;
}
#recipe_index .recipe-list-inner .recipe-item a {
  transition: all 0.2s 0s ease;
}
#recipe_index .recipe-list-inner .recipe-item a:hover {
  opacity: 0.7;
}
#recipe_index .recipe-list-inner .recipe-item picture {
  display: block;
}
@media screen and (max-width: 768px) {
  #recipe_index #recipe-list {
    margin: 0 auto 10vw;
  }
  #recipe_index #recipe-list h2 {
    max-width: initial;
    width: 100%;
    margin: 0 auto 3vw;
  }
  #recipe_index .recipe-list-inner .recipe-item {
    width: 50%;
    margin-bottom: 5vw;
  }
  #recipe_index .recipe-list-inner .recipe-item img {
    width: 100%;
    height: auto;
  }
}

/*-- recipe-oven --*/
#recipe_index .recipe-oven {
  max-width: 867px;
  width: 90vw;
  margin: 88px auto 100px;
}
@media screen and (max-width: 768px) {
  #recipe_index .recipe-oven {
    max-width: initial;
    width: 95vw;
    margin: 10vw auto 15vw;
  }
  #recipe_index .recipe-oven img {
    width: 100%;
    height: auto;
  }
}

/*-- recipe-detail --*/
#recipe-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #fffbeb;
}
#recipe-detail .recipe-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  margin-bottom: 83px;
  background: url(../images/recipe/recipe_bg.jpg) no-repeat top right;
  background-size: cover;
}
#recipe-detail .recipe-header h1 {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
#recipe-detail .recipe-header h1 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recipe-detail .recipe-header {
    min-height: 34.667vw;
    margin-bottom: 10vw;
    background: url(../images/recipe/recipe_bg_sp.jpg) no-repeat top right;
    background-size: cover;
  }
  #recipe-detail .recipe-header h1 {
    max-width: initial;
    width: 59.733vw;
    margin: 0 auto;
  }
}

#recipe-detail section.recipe-content {
  position: relative;
  width: 960px;
  margin: 100px auto 100px;
}
#recipe-detail .sp {
  display: none;
}
#recipe-detail section.recipe-content .recipe-ttl {
  margin: 30px auto 33px;
}
#recipe-detail .recipe-inner {
  display: flex;
  justify-content: space-between;
}
#recipe-detail .recipe-inner::after {
  content: none;
}
#recipe-detail .recipe-img {
  width: 472px;
}
#recipe-detail .used {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 13px;
  margin: 30px auto;
  border-top: #602828 2px solid;
  border-bottom: #602828 2px solid;
}
#recipe-detail .used dt {
  order: 2;
  width: 69px;
  margin: 0;
}
#recipe-detail .used dd {
  order: 1;
  width: 82%;
  font-size: clamp(14px, calc(11.569620253164556px + 0.31645569620253167vw), 16px);
  line-height: 1.3;
  margin: 0;
}
#recipe-detail .used-ttl {
  width: 110px;
  margin-bottom: 20px;
}
#recipe-detail .used-ttl img {
  width: 100%;
}
#recipe-detail .advice {
  padding: 10px;
  background: #fff;
}
#recipe-detail .advice h3 {
  margin-bottom: 20px;
  border-bottom: #602828 1px dotted;
}
#recipe-detail .advice h3 img {
  width: 183px;
}
#recipe-detail .advice p {
  font-size: clamp(13px, calc(11.569620253164556px + 0.31645569620253167vw), 16px);
}
#recipe-detail .advice sup {
  display: block;
  font-weight: 400;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}
#recipe-detail .recipe-txt {
  width: 470px;
  padding: 10px 0 0;
}
#recipe-detail .recipe-txt h2 {
  padding: 2px 10px 2px;
  margin: 0 0 15px;
  background: #602828;
  border-radius: 4px;
}
#recipe-detail .recipe-txt h2.material img {
  width: 60px;
}
#recipe-detail .recipe-txt h2.make img {
  width: 74px;
}
#recipe-detail .recipe-txt ul,
#recipe-detail .recipe-txt ol {
  padding: 0;
}
#recipe-detail .recipe-txt ul li,
#recipe-detail .recipe-txt ol li {
  list-style: none;
  text-indent: -1rem;
  padding-left: 1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #602828 1px dotted;
}
#recipe-detail .recipe-txt ul li:last-child {
  margin-bottom: 50px;
  border-bottom: #602828 2px solid;
}
#recipe-detail .recipe-txt ul li {
  display: flex;
  justify-content: space-between;
}
#recipe-detail .recipe-txt ul li span {
  width: 15%;
  font-weight: 400;
  text-align: right;
}
#recipe-detail .recipe-txt ol li:last-child {
  border-bottom: #602828 2px solid;
}
#recipe-detail .recipe-txt ul.make-notes li {
  font-size: clamp(11px, calc(7.5696202531645564px + 0.31645569620253167vw), 12px);
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#recipe-detail .recipe-txt ul.make-notes li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#recipe-detail .nutritional {
  margin: 16px 0 60px;
  background: #f3f3f3;
  border-radius: 3px;
}
#recipe-detail .nutritional h2 {
  background: #d0d0d0;
  border-radius: 4px 4px 0 0;
}
#recipe-detail .recipe-txt .nutritional h2 img {
  width: 157px;
}
#recipe-detail .recipe-txt .nutritional ul {
  margin: 0 20px;
}
#recipe-detail .recipe-txt .nutritional ul li {
  list-style: none;
  font-size: clamp(13px, calc(9.569620253164556px + 0.31645569620253167vw), 14px);
  text-indent: -1rem;
  padding-left: 1rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: #d0d0d0 1px dotted;
}
#recipe-detail .recipe-txt .nutritional ul li:last-child {
  border-bottom: none;
}
#recipe-detail .recipe-txt .nutritional ul li {
  display: flex;
  justify-content: space-between;
}
#recipe-detail .recipe-txt .nutritional ul li span {
  width: 15%;
  text-align: right;
}
#recipe-detail .btn_recipe {
  width: 200px;
  margin: 0 auto;
  transition: all 0.2s 0s ease;
}
#recipe-detail .btn_recipe:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #recipe-detail section.recipe-content {
    position: relative;
    width: 90vw;
    margin: 10vw auto 10vw;
  }
  #recipe-detail .pc {
    display: none;
  }
  #recipe-detail .sp {
    display: block;
  }
  #recipe-detail section.recipe-content .recipe-ttl {
    margin: 5vw auto 5vw;
  }
  #recipe-detail section.recipe-content .recipe-ttl img {
    width: 100%;
    height: auto;
  }
  #recipe-detail .recipe-inner {
    display: block;
  }
  #recipe-detail .recipe-img {
    width: 100%;
  }
  #recipe-detail .recipe-img img {
    width: 100%;
    height: auto;
  }
  #recipe-detail .used {
    padding: 2vw 1vw;
    margin: 5vw auto;
  }
  #recipe-detail .used dt {
    width: 11.467vw;
  }
  #recipe-detail .used-ttl {
    width: 21.733vw;
    margin-bottom: 3vw;
  }

  #recipe-detail .advice {
    padding: 5px 10px;
    margin-top: 3vw;
  }
  #recipe-detail .advice h3 {
    margin-bottom: 2vw;
  }
  #recipe-detail .advice h3 img {
    width: 36.667vw;
  }
  #recipe-detail .recipe-txt {
    width: 100%;
    padding: 5px 0 0;
  }
  #recipe-detail .recipe-txt h2 {
    line-height: 1;
    padding: 1vw 2vw 1vw;
    margin: 0 0 3vw;
  }
  #recipe-detail .recipe-txt li {
    font-size: clamp(13px, calc(11.569620253164556px + 0.31645569620253167vw), 16px);
  }
  #recipe-detail .recipe-txt ul li:last-child {
    margin-bottom: 8vw;
  }
  #recipe-detail .recipe-txt ul li span {
    width: 16%;
  }
  #recipe-detail .recipe-txt ul li span.sp-w {
    width: 26%;
  }
  #recipe-detail .recipe-txt ul.make-notes {
    margin-left: 2vw;
  }
  #recipe-detail .recipe-txt h2.material img {
    width: 11.333vw;
  }
  #recipe-detail .recipe-txt h2.make img {
    width: 13.867vw;
  }
  #recipe-detail .recipe-txt .nutritional h2 img {
    width: 29.2vw;
  }
  #recipe-detail .recipe-txt .nutritional ul li:last-child {
    margin-bottom: 3vw;
  }
}
