.menu_fv_pc {
  background-image: url(../img/menu/menu_fv_pc.webp);
  height: 400px;
  background-repeat: no-repeat;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 700px) {
  .menu_fv_pc {
    height: 200px;
  }
}
.menu_fv_pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .menu_fv_pc::before {
    height: 100%;
  }
}



h1 {
  font-size: 15rem;
  color: #EC59BA;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  h1 {
    font-size: 10rem;
    bottom: 75%;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 5rem;
    bottom: 85%;
    transform: translate(-50%, 50%);
  }
}

h2 {
  font-size: 4rem;
  color: #159900;
  border-bottom: 2px solid #159900;
  margin: 0 100px;
} 
@media (max-width: 900px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 20px;
  }
}

.detail {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  color: #383838;
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .detail {
    font-size: 1.4rem;
  }
}


ul {
  display: flex;
  justify-content: space-between;
}

ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  color: #581B74;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  ul li {
    font-size: 1.8rem;
  }
}

.flame {
  display: flex;
  justify-content: space-around;
  padding-left: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .flame {
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 900px) {
  .flame {
    padding-left: 0;
  }
}

.flame_width {
  width: 90%;
  margin-right: 150px;
}
@media (max-width: 1200px) {
  .flame_width {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.food01 {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .food01 {
    display: block;
    text-align: center;
  }
}

.food img {
  height: 300px;
  width: 300px;
}
@media (max-width: 1200px) {
  .food img {
    padding-bottom: 30px;
  }
}

.food_p {
  text-align: end;
  padding-top: 30px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .food_p {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}