.food-wrapper {
  margin-top: -70px;
  /*@media (max-width: 800px) {
  padding-left: 15px;
  padding-right: 15px;
  }*/
}

.heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
  background: none !important;
  border-left: 0 !important;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  .heading01 {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
  }
}

.heading01::before,
.heading01::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #EA724D;
}
@media (max-width: 800px) {
  .heading01::before,
  .heading01::after {
    height: 30px;
  }
}

.heading01::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
@media (max-width: 800px) {
  .heading01::before {
    margin-right: 20px;
  }
}

.heading01::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
@media (max-width: 800px) {
  .heading01::after {
    margin-left: 20px;
  }
}

.heading02 {
  font-weight: bold;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
  color: #333;
  line-height: 1;
  text-align: center;
  background: none !important;
  border-left: 0 !important;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .heading02 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
  }
}

.heading02-en {
  display: block;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  color: #ffa500;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .heading02-en {
    font-size: 13px;
    margin-bottom: 50px;
  }
}

.btn-cv-square {
  width: 120px;
  height: 60px;
  background: #ea724d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
@media (max-width: 800px) {
  .btn-cv-square {
    width: 106px;
    height: 40px;
    padding: 10px;
  }
}
.btn-cv-square a {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-top: -10px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .btn-cv-square a {
    font-size: 12px;
    line-height: 14px;
    margin: -20px;
  }
}
.btn-cv-square a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/Icon ionic-ios-mail.png");
  background-size: 38px 23px;
  width: 38px;
  height: 23px;
  background-repeat: no-repeat;
  text-indent: 0;
  position: absolute;
  left: 0px;
  margin: 30px 40px;
}
@media (max-width: 800px) {
  .btn-cv-square a::after {
    background-size: 28px 19px;
    width: 28px;
    height: 19px;
    margin: 20px 40px;
  }
}

.btn-cv-lg {
  width: 660px;
  height: 83px;
  border-radius: 10px;
  background: #ea724d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  position: relative;
}
@media (max-width: 800px) {
  .btn-cv-lg {
    max-width: 292px;
    height: 62px;
  }
}
.btn-cv-lg a {
  font-weight: bold;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  color: #fff !important;
  text-shadow: 1px 1px 0px #000;
  text-decoration: none !important;
  display: block;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .btn-cv-lg a {
    font-weight: bold;
    font-size: 22px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
  }
}
.btn-cv-lg::after {
  content: "";
  display: inline-block;
  background-image: url("../img/Icon-arrow-dropdown-circle.png");
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin: 30px 30px 0px 20px;
  background-repeat: no-repeat;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 800px) {
  .btn-cv-lg::after {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin: 20px 9px 0px 0px;
    background-repeat: no-repeat;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
}

.fv-image {
  width: 100%;
  height: 60vh;
}
.fv-image .fv-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
}
.fv-image .fv-txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
}

.fv-image-sp {
  width: 100%;
  height: 40vh;
  text-align: center;
}
.fv-image-sp .fv-title {
  font-weight: bold;
  font-size: 5.2vw;
  line-height: 8vw;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
  text-align: center;
  margin-bottom: 10px;
}
.fv-image-sp .fv-txt {
  font-weight: bold;
  font-size: 4.267vw;
  line-height: 6vw;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 20px rgb(0, 0, 0);
  text-align: center;
  padding-bottom: 80px;
}

.box25 {
  position: relative;
  padding: 0px 20px 20px 30px;
  border-radius: 8px;
  border: 3px solid #333;
  height: 100%;
  background: #FFF;
}
.box25 .box-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #333;
  border-bottom: none;
}
@media (max-width: 800px) {
  .box25 .box-title {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #333;
  }
}
.box25 .icon {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 10px;
  padding: 0 9px;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 50%, #EEEEEE 50%, #EEEEEE 100%);
}
.box25 p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #333;
}
.box25 .icon-illust {
  width: 105px;
  height: 105px;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.box26 {
  position: relative;
  padding: 55px 30px 30px 30px;
  border-radius: 8px;
  border: 3px solid #333;
  height: 100%;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1.6;
  font-size: 18px;
  background: #FFF;
  color: #000;
  font-weight: bold;
}
@media (max-width: 800px) {
  .box26 .box-title {
    top: -20px;
    left: 5px;
  }
  .box26 .box-title br {
    display: none;
  }
}

.box26 p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #333;
}

@media (max-width: 800px) {
  .col-reverse {
    flex-direction: column-reverse;
  }
}
.section01 {
  padding: 30px 0 50px 0;
  width: 100%;
  position: relative;
}
.section01::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 50px solid transparent;
  border-top-color: #FFF;
  content: "";
  z-index: 3;
}
@media (max-width: 800px) {
  .section01::after {
    left: 50%;
    margin: 0 0 0 -30px;
    border: 30px solid transparent;
    border-top-color: #FFF;
    content: "";
  }
}
.section01 .dli-caret-right {
  position: relative;
}
.section01 .dli-caret-right::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 0;
  border-right: 20px solid #FFF;
  z-index: 3;
}
@media (max-width: 800px) {
  .section01 .dli-caret-right::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-top: 0;
    top: 0;
    left: 50%;
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .section01 .dli-caret-right::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-top: 0;
    top: 0;
    left: 50%;
    margin-top: -20px;
  }
}
.section01 .dli-caret-left {
  position: relative;
}
.section01 .dli-caret-left::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  margin-right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 0;
  border-left: 20px solid #FFF;
  z-index: 3;
}
@media (max-width: 800px) {
  .section01 .dli-caret-left::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-top: 0;
    top: 0;
    left: 48%;
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .section01 .dli-caret-left::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-top: 0;
    top: 0;
    left: 45%;
    margin-top: -20px;
  }
}
.section01 .wp-block-columns {
  gap: 0 !important;
  margin-bottom: -2.5rem !important;
}
.section01 .inner {
  padding: 30px;
}
@media (max-width: 800px) {
  .section01 .inner {
    padding: 20px 15px 40px 15px;
  }
}
.section01 h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #000;
  border-bottom: none !important;
}
@media (max-width: 800px) {
  .section01 h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #000;
  }
}
.section01 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #000;
}

.section02 {
  background: #EEEEEE;
}
@media (max-width: 800px) {
  .section02 {
    padding: 0 15px;
  }
}

.section03 {
  background: #FFF;
}
@media (max-width: 800px) {
  .section03 {
    padding: 0 15px;
  }
}

.section04 {
  background: #EEEEEE;
}
@media (max-width: 800px) {
  .section04 {
    padding: 0 15px;
  }
}
.section04 .box-w {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  position: relative;
}
@media (max-width: 800px) {
  .section04 .box-w {
    padding: 15px;
  }
}
.section04 .box-w .box-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  border-bottom: none !important;
}
.section04 .box-w .box-label {
  background: #333;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 3px;
  width: 85px;
  margin: 0;
}
.section04 .box-w .box-label-w {
  width: 100%;
  background: #eee;
  padding: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}
.section04 .box-w .quotation-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  text-align: left;
  color: #000;
  background-image: url("../img/icon-quotation.png");
  background-size: 27px 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 30px 0 0 0;
}

.section05 {
  background: #FFF;
}
@media (max-width: 800px) {
  .section05 {
    padding: 0 15px;
  }
}/*# sourceMappingURL=style.css.map */