body {
  letter-spacing: 2px;
  padding-top: 0;
}

img {
  vertical-align: bottom;
}

#main_visual {
  background-image: url("../images/order_kitchen/topimg.webp");
}

.mac_safari #main_visual {
  background-image: url("../images/order_kitchen/topimg.jpg") !important;
}

.top_order_kitchen {
  margin-top: 120px;
  padding-bottom: 100px;
}
.top_order_kitchen__text {
  color: #272727;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}
.top_order_kitchen__text h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 428px) {
  .top_order_kitchen__text h3 {
    font-size: 18px;
  }
}
.top_order_kitchen__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 428px) {
  .top_order_kitchen__text p {
    font-size: 14px;
  }
}

.about_order_kitchen__eyecatch {
  width: 100%;
  height: 360px;
  background-image: url(../images/order_kitchen/aboutimg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_order_kitchen__eyecatch__ttl {
  height: inherit;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.about_order_kitchen__eyecatch__ttl h2 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 40px;
}
.about_order_kitchen__eyecatch__ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 8px;
}

.mac_safari .about_order_kitchen__eyecatch {
  background-image: url(../images/order_kitchen/aboutimg.jpg);
}

.about_order_kitchen__text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #272727;
  background-image: url("../images/order_kitchen/about_back.webp");
}
@media screen and (max-width: 428px) {
  .about_order_kitchen__text {
    font-size: 14px;
  }
}
.about_order_kitchen__text p {
  padding: 80px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.mac_safari .about_order_kitchen__text {
  background-image: url("../images/order_kitchen/about_back.jpg");
}

.order_kitchen_gridarea {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.order_kitchen_gridarea .imgbox {
  width: 20%;
}
.order_kitchen_gridarea .imgbox.hx2 {
  width: 40%;
}

.order_kitchen_banner {
  background: #222222;
  color: #fff;
}
.order_kitchen_banner__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 160px;
}
.order_kitchen_banner__ttl p {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.order_kitchen_banner__ttl h2 {
  margin-top: 16px;
  font-size: 60px;
  letter-spacing: 0;
}
.order_kitchen_banner__ttl .button {
  margin-top: 40px;
  font-size: 16px;
  width: 360px;
  height: 80px;
  background: #fff;
  color: #272727;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 34px;
}
@media screen and (max-width: 428px) {
  .order_kitchen_banner__ttl .button {
    font-size: 14px;
  }
}
.order_kitchen_banner__ttl .button .banner_icon {
  color: #272727;
}

@media screen and (max-width: 768px) {
  #main_visual {
    background-size: cover;
    background-position: center left 68%;
    height: calc(100vh - 60px);
  }
  #main_visual .caption {
    font-size: 40px;
  }
  #main_visual .caption span {
    line-height: 1.44;
    margin-top: 5px;
  }
  .top_order_kitchen {
    margin-top: 80px;
    padding: 0 26px;
  }
  .top_order_kitchen__text {
    text-align: left;
  }
  .top_order_kitchen__text h3 {
    line-height: 1.67;
  }
  .top_order_kitchen__text p {
    margin-top: 24px;
  }
  .about_order_kitchen__eyecatch {
    margin-top: 80px;
    height: 160px;
  }
  .about_order_kitchen__eyecatch__ttl h2 {
    font-size: 32px;
  }
  .about_order_kitchen__eyecatch__ttl p {
    font-size: 14px;
    font-weight: 300;
  }
  .about_order_kitchen__text {
    text-align: left;
  }
  .about_order_kitchen__text p {
    padding: 40px 26px 80px;
  }
  .order_kitchen_gridarea .imgbox {
    width: 33.3333333333%;
  }
  .order_kitchen_gridarea .imgbox.hx2 {
    width: 66.6666666667%;
  }
  .order_kitchen_gridarea .imgbox.pc_only {
    display: none;
  }
  .order_kitchen_banner__ttl {
    padding: 40px 0 80px;
  }
  .order_kitchen_banner__ttl p {
    display: none;
  }
  .order_kitchen_banner__ttl h2 {
    font-size: 32px;
  }
  .order_kitchen_banner__ttl .button {
    margin-top: 24px;
  }
}/*# sourceMappingURL=order_kitchen.css.map */