  @charset "UTF-8";
/* CSS Document */


#single.recipe.you-ichi #titBox #introBox .flex {
align-items: flex-start;
}
#single.recipe.you-ichi #introBox dd .tellImg {
  margin: 1em 0;
}
#single.recipe.you-ichi #introBox dd .tellImg img {
  width: calc(100% / 3);
}
#single.recipe.you-ichi #sec01 {}
#single.recipe.you-ichi #sec01 h2 {
  position: relative;
  margin-top: 60px;
}
#single.recipe.you-ichi #sec01 h2 .figBox {
  position: absolute;
  width: 44%;
  left: 28%;
  bottom: 93%;
}

#single.recipe.you-ichi #sec02 {
  background-color: #cee9e9;
  border-radius: 15px;
  padding: 3%;
  margin-bottom: 60px !important;
}

#single.recipe.you-ichi #sec02 h3 {
  width: 60%;
  max-width: 234px;
  border: none;
  padding: 30px 0 15px;
  margin: 0 auto;
}
#single.recipe.you-ichi #sec02  p {
  padding: 0;
}

#single.recipe.you-ichi #secRecipe .material dt {
  padding: 0 1em 0 0;
  font-size: 22px;
  font-weight: 400;
}
#single.recipe.you-ichi #secRecipe .material dt span {
  display: block;
  font-size: 80%;
  text-align: center;
}
#single.recipe.you-ichi #secRecipe .material dd {
  border-left: #777 solid 1px;
 padding: 0 0 0 1em;
  font-size: 18px;
}
#single.recipe.you-ichi .pink {
color: #ea5c71;
}

@media screen and (max-width : 599px ){
  #single.recipe.you-ichi #sec02  p {
    padding: 1em;
  }
    #single.recipe.you-ichi #secRecipe .material dt {
    width: 100%;
    font-size: clamp(18px, 5.1vw, 20px);
    padding: 0 0 0.3em 0;;
    text-align: center;
  }
  #single.recipe.you-ichi #secRecipe .material dd {
    width: 100%;
    border: none;
    font-size: clamp(13px, 3.7vw, 15px);
    border: none;
    border-top: #777 solid 1px;
    padding: 0.5em 0 0 0;
  }
  #single.recipe.you-ichi #secRecipe .material dt span br {
    display: none;
  }
  #single.recipe.you-ichi #introBox dd .tellImg {
    width: 80%;
    margin: 1em auto;
  }
  #single.recipe.you-ichi #introBox dd .tellImg img {
  width: 100%;
}
}

