@media screen and (max-width: 767px) {
  .hero_2nd_area {
    background: url(../../img/cuisine/img01.webp) 65% center repeat;
    background-size: cover;
  }
}

.sec01 .img01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec01 .img01 {
    margin-bottom: 30px;
  }
}
.sec01 .tit_food_area {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area {
    margin-bottom: 50px;
  }
}
.sec01 .tit_food_area .tit_food_area_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area .tit_food_area_flex {
    display: block;
  }
}
.sec01 .tit_food_area .tit_food_area_flex aside {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area .tit_food_area_flex aside {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec01 .tit_food_area .tit_food_area_flex aside .tit01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1;
  border-bottom: 1px solid #261303;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area .tit_food_area_flex aside .tit01 {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.sec01 .tit_food_area .tit_food_area_flex aside .tit01 b, .sec01 .tit_food_area .tit_food_area_flex aside .tit01 span {
  display: block;
}
.sec01 .tit_food_area .tit_food_area_flex aside .tit01 b {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area .tit_food_area_flex aside .tit01 b {
    font-size: 40px;
  }
}
.sec01 .tit_food_area .tit_food_area_flex aside .tit01 span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sec01 .tit_food_area .tit_food_area_flex aside .tit01 span {
    font-size: 18px;
  }
}
.sec01 .plan_area .tit02 {
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .tit02 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.sec01 .plan_area .tit02 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .tit02 span {
    font-size: 14px;
  }
}
.sec01 .plan_area .dl_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .dl_area {
    margin-bottom: 40px;
  }
}
.sec01 .plan_area .dl_area dl {
  align-items: center;
}
.sec01 .plan_area .btn01 .btn_pic {
  width: 100%;
  max-width: 600px;
  height: 140px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .btn01 .btn_pic {
    width: 335px;
    height: 120px;
    margin: 0px auto;
  }
}
.sec01 .plan_area .btn01 .btn_pic .img {
  width: 31.66%;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .btn01 .btn_pic .img {
    width: 48.5%;
  }
}
.sec01 .plan_area .btn01 .btn_pic .txt_area {
  width: 68.33%;
}
@media screen and (max-width: 767px) {
  .sec01 .plan_area .btn01 .btn_pic .txt_area {
    width: 51.5%;
    height: 120px;
    text-align: center;
  }
}

.sec02 .sec_com_flex {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec02 .sec_com_flex {
    margin-bottom: 30px;
  }
}
.sec02 .sec_com_flex .txt_area .txt_com01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec02 .sec_com_flex .txt_area .txt_com01 {
    margin-bottom: 30px;
  }
}
.sec02 .sec02_in {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .sec02 .sec02_in {
    box-sizing: border-box;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 820px) {
  .sec02 .sec02_in {
    padding: 0px 20px;
  }
}
.sec02 .sec02_in .txt_com01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02_in .txt_com01 {
    margin-bottom: 30px;
  }
}