@charset "UTF-8";
/* 画面幅 */
/* アレンジレシピ一覧 */
@media (min-width: 768px) {
  .balloon_box {
    height: 150px;
  }
}

.dotted_line {
  position: relative;
}
.dotted_line::after {
  position: absolute;
  content: "";
  width: 90%;
  left: 5%;
  bottom: 40%;
  border-bottom: 2px dotted white;
  z-index: -1;
}

.recipe_red_font {
  font-family: "Cormorant Garamond", serif;
  color: #C30D23;
}

.recipe_img {
  height: 400px;
}
@media (max-width: 992px) {
  .recipe_img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .recipe_img {
    height: 250px;
  }
}

#howto .ver_line, #howto .ver_line0, #howto .ver_line1, #howto .ver_line2 {
  position: relative;
  background-color: black;
}
#howto .ver_line::after, #howto .ver_line0::after, #howto .ver_line1::after, #howto .ver_line2::after {
  position: absolute;
  top: 100%;
  left: 35%;
  content: "";
  width: 1px;
  height: 300px;
  background-color: white;
  z-index: -1;
}
#howto .ver_line_black, #howto .ver_line_black0, #howto .ver_line_black1, #howto .ver_line_black2 {
  position: relative;
  background-color: black;
}
#howto .ver_line_black::after, #howto .ver_line_black0::after, #howto .ver_line_black1::after, #howto .ver_line_black2::after {
  position: absolute;
  top: 100%;
  left: 30%;
  content: "";
  width: 5px;
  height: 300px;
  background-color: black;
  z-index: -1;
}

.recom_img {
  height: 250px;
}
@media (max-width: 425px) {
  .recom_img {
    height: 150px;
  }
}

.com_img {
  height: 370px;
}
@media (max-width: 992px) {
  .com_img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .com_img {
    height: 250px;
  }
}
@media (max-width: 425px) {
  .com_img {
    height: 180px;
  }
}

.grid-item {
  width: 33%;
}
@media (max-width: 1200px) {
  .grid-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .grid-item {
    width: 100%;
    padding: 0 0 15px 0 !important;
  }
}

.instagram-media {
  min-width: 200px !important;
  max-width: 600px !important;
  margin: 0 !important;
}

.twitter-tweet {
  margin: 0 !important;
}/*# sourceMappingURL=style3.css.map */