@charset "utf-8";
.foodstuff_wrap {
  max-width: 1580px;
  padding-top: 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 12px 1px rgba(0,0,0,0.12);
  box-shadow: 3px 3px 12px 1px rgba(0,0,0,0.12);
}
.foodstuff_frame {
  overflow-x: hidden;
  margin-bottom: 70px;
}

.recipe_frame {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.16);
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.16);
  border-radius: 10px;
  overflow-x: hidden;
  margin-bottom: 9rem;
}
.recipe_text {
  font-size: 1.8rem;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 20px;
  height: 100vw;
  max-height: 38rem;
  line-height: 170%;
  overflow-y: hidden;
  color: #323D4A;
  background-color: #FFFFFF;
  word-break: break-all;
  margin-bottom: 0px;
}
.recipe_btn_space {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.recipe_title {
  font-size: 3rem;
  line-height: 130%;
  color: #5B6E82;
  font-family: "M PLUS 1p", sans-serif;
  text-align: left;
  margin-bottom: 16px;
}
.restaurant_line {
  border-top: 1px solid #646C76;
}
.restaurant_line_top_bottom {
  border-top: 1px solid #646C76;
  border-bottom: 1px solid #646C76;
}
.restaurant_name {
  color: #5B6E82;
  font-size: 3rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 130%;
}
.restaurant_address {
  color: #414141;
  font-size: 1.8rem;
  line-height: 160%;
}
.restaurant_address div a {
  color: #414141;
}

.restaurant_space {
  height: 16px;
}
.restaurant_sns {
  color: #5B6E82;
  font-size: 1.4em;
  margin-top: 8px;
  margin-bottom: 0px;
  line-height: 100%;
}
.restaurant_sns a {
  color: #5B6E82 !important;
}

.restaurant_num {
  color: #5B6E82;
  font-size: 26px;
  margin-top: 6px;
  line-height: 120%;
}
.restaurant_blank {
  color: #5B6E82;
}

.restaurant_lab {
  color: #5B6E82;
  font-size: 1.8rem;
  line-height: 160%;
}
.restaurant_lab div a {
  color: #5B6E82;
  text-decoration: none;
}
.restaurant_area {
  color: #5B6E82;
  font-size: 4rem;
  font-family: "M+ 1p medium", sans-serif;
  line-height: 130%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 180px;
}
.max_restaurant {
  max-width: 1640px;
  overflow-x: hidden;
}
.restaurant_url {
  word-break: break-all;
}















@media (max-width: 1200px){
.recipe_text {
  font-size: 1.8rem;
  padding-left: 28px;
  padding-right: 28px;
  max-height: 34rem;
}
.recipe_title {
  font-size: 2.8rem;
  color: #5B6E82;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 10px;
}

.restaurant_name {
  font-size: 2.7rem;
}
.restaurant_address {
  font-size: 1.6rem;
}
.restaurant_space {
  height: 8px;
}
.restaurant_sns {
  font-size: 1.6em;
  margin-top: 8px;
}
.restaurant_num {
  font-size: 26px;
}
.restaurant_lab {
  font-size: 1.6rem;
}

}



@media (max-width: 992px){
.recipe_text {
  font-size: 1.7rem;
  padding-left: 30px;
  padding-right: 30px;
  max-height: 29rem;
}

.restaurant_address {
  font-size: 1.8rem;
}
.restaurant_sns {
  margin-bottom: 10px;
  margin-top: 10px;
}
.restaurant_num {
  font-size: 26px;
  margin-bottom: 10px;
}
.restaurant_lab {
  font-size: 1.8rem;
}

}



@media (max-width: 768px){
.recipe_text {
  max-height: 21rem;
  font-size: 1.6rem;
  padding-top: 12px;
}
.recipe_btn_space {
  margin-top: 4.5vw;
  margin-bottom: 4.6vw;
}

.restaurant_name {
  font-size: 3rem;
  margin-bottom: 10px;
}
.restaurant_space {
  height: 8px;
}
.restaurant_sns {
  font-size: 1.4em;
  margin-top: 8px;
  margin-bottom: 14px;
}
.restaurant_num {
  font-size: 26px;
}

}

@media (max-width: 575px){
.recipe_frame  {
  margin-bottom: 5rem;
}
.recipe_text {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.6rem;
  max-height: 27rem;
  padding-top: 10px;
}
.recipe_btn_space {
  margin-top: 4.5vw;
  margin-bottom: 6vw;
}
.recipe_title {
  font-size: 2.4rem;
}

.restaurant_name {
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
}
.restaurant_address {
  font-size: 1.6rem;
}
.restaurant_sns {
  margin-bottom: 10px;
}
.restaurant_num {
  font-size: 22px;
  margin-bottom: 10px;
}
.restaurant_lab {
  font-size: 1.6rem;
}
.restaurant_area {
  font-size: 3.6rem;
}




}
