main#ovensheet .normal-price {
  display: none;
}
main#ovensheet .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#ovensheet .prod-list .prod-item__price {
  text-align: center;
}
main#ovensheet .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#ovensheet [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#ovensheet .btn-recipe.arw-solid.right {
  background-color: white;
  color: #333;
  border-color: #333;
  max-width: 360px;
}
main#ovensheet .btn-recipe.arw-solid.right:hover, main#ovensheet .btn-recipe.arw-solid.right:active, main#ovensheet .btn-recipe.arw-solid.right:focus {
  background-color: #d0c8b5;
  border-color: #d0c8b5;
  color: #333;
}
main#ovensheet .small-text {
  font-size: 1.5rem;
}
main#ovensheet .comment {
  background-color: #ffffff;
  padding: 10px 20px 20px 20px;
  border-radius: 8px;
  max-width: 1000px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  min-width: 0;
}
main#ovensheet .staff_comment {
  display: flex;
}
main#ovensheet .staff_comment_profile {
  max-width: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-bottom: 10px;
}
main#ovensheet .staff_comment_profile .staff_comment_profile_icon {
  width: 100%;
  text-align: center;
}
main#ovensheet .staff_comment_profile .staff_comment_profile_icon img {
  width: 90px;
  height: 90px;
}
main#ovensheet .staff_comment_profile .staff_comment_profile_name {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  display: block;
}
main#ovensheet .staff_comment_ttl {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
main#ovensheet h3 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
main#ovensheet .content-txt.sub01 {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: unset;
}
main#ovensheet h2 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  main#ovensheet .comment {
    padding-top: 4px;
  }
  main#ovensheet .staff_comment_profile {
    max-width: 80px;
    margin-left: unset;
    margin-right: auto;
    justify-content: start;
  }
  main#ovensheet .staff_comment_profile .staff_comment_profile_icon img {
    width: 80px;
    height: 80px;
  }
  main#ovensheet .staff_comment_profile .staff_comment_profile_name {
    font-size: 13px;
  }
  main#ovensheet .staff_comment_ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  main#ovensheet .prod-list.column-box .not-discount {
    height: auto;
  }
  main#ovensheet .small-text {
    font-size: 1.4rem;
  }
  main#ovensheet .comment {
    padding-top: 20px;
  }
  main#ovensheet .staff_comment {
    display: block;
    margin-bottom: 0;
  }
  main#ovensheet .staff_comment_profile {
    max-width: unset;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 10px;
  }
  main#ovensheet .staff_comment_profile .staff_comment_profile_icon {
    max-width: 60px;
  }
  main#ovensheet .staff_comment_profile .staff_comment_profile_icon img {
    width: 100%;
    height: auto;
  }
  main#ovensheet .staff_comment_profile .staff_comment_profile_name {
    display: flex;
    text-align: right;
    align-items: center;
    margin-left: 4px;
  }
  main#ovensheet .staff_comment_ttl {
    font-size: 1.26rem;
  }
  main#ovensheet h3 {
    font-size: 1.2rem;
  }
  main#ovensheet .section-ttl {
    font-size: 1.4rem;
  }
  main#ovensheet .content-txt.sub01.mb16.txt-c.adjust {
    height: unset;
  }
}/*# sourceMappingURL=ovensheet_test.css.map */