/* ===== Three Main Points base ===== */
.three-main-points {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.three-main-points > img {
  display: block;
  height: auto;
  margin: 0 0 32px;
  max-width: 473px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Each sub block ===== */
.sub-point01 {
  margin: 48px 0 56px;
}

/* Title row (uses your exact UL structure) */
.sub-point01 > ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center;
}

/* 01 (number) — 64px */
.sub-point01 > ul > li:nth-child(1) {
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #a88437;
}

/* 解凍方法（タイトル）— 42px */
.sub-point01 > ul > li:nth-child(2) {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  /* keep title tight next to number */
}

/* right-side icon inside the same UL */
.sub-point01 > ul > img {
  height: auto;
  display: block;
}

/* Description — 15px bold / 25px line-height */
.sub-point01 > p {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  margin: 8px 0 40px;
}

/* Meat image */
.sub-point01 > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 260px;
  margin: 0 auto;
}
.sub-point01 {
  max-width: 513px;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: ensure crisp spacing consistency across the three blocks */
.sub-point01:first-of-type {
  margin-top: 32px;
}
.sub-point01:last-of-type {
  margin-bottom: 0;
}

.sub-point01.parallel-01 ul img {
  position: relative;
  left: -10px;
  top: 9px;
}
.sub-point01.parallel-01 > p {
  margin-bottom: 0;
}

.sub-point01.parallel-02 ul img {
  position: relative;
  left: -22px;
}

.sub-point01.parallel-02 ul img {
  position: relative;
  left: -17px;
  top: 7px;
}

/* ////////////////////////
////////////////////////
////////////////////////
//////////////////////// */

.recipe-intrediant {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 50px;
}
.recipe-title-img {
  position: relative;
  display: inline-block;
}
.recipe-title-img .recipe-text {
  position: absolute;
  top: 11%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-size: 41px;
  letter-spacing: -3.74px;
}

/* ////////////////////recipes/////// */
/* ////////////////////recipes/////// */
/* ////////////////////recipes/////// */
/* ====== One recipe row (image left, text right) ====== */

/* ------- */
/* ------- */
/* ------- */
/* ------- */
/* ------- */
.recipe-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 44px;
  margin-top: 7px;
}
.recipe-col--image img {
  max-width: 416px;
}

h2.recipe-title {
  font-size: 42px;
  letter-spacing: -3.74px;
  color: #1a1311;
  font-weight: bold;
}
span.recipe-servings {
  font-size: 20px;
  font-weight: bold;
}
.recipe-subtitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 14px;
}
.recipe-ingredients {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.recipe-steps {
  font-weight: bold;
  font-size: 15px;
  margin-top: 44px;
  text-align: left;
  line-height: 25px;
}
.recipe-col--text {
  text-align: left;
}
section.recipes {
  padding-left: 80px;
  padding-right: 80px;
}

#site-content .recipes .recipe-item:nth-of-type(2){
margin-top:60px; 
}


@media (max-width: 840px) {
  .sub-point01 > ul > img {
    display: none;
  }
  section.recipes {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 550px) {
  .sub-point01 > ul > img {
    display: none;
  }
  section.recipes {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sub-point01:first-of-type {
    margin-top: 50px;
  }
  .recipe-header {
    flex-direction: column;
  }
  .recipe-col--text {
    text-align: left;
    padding-left: 44px;
    padding-right: 44px;
  }
  .recipe-steps {
    padding-left: 44px;
    padding-right: 44px;
  }
  .recipe-subtitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .recipe-intrediant {
    padding-top: 30px;
  }
#site-content .recipes .recipe-item:nth-of-type(2){
margin-top:22px; 
}

}
