@charset "UTF-8";
/*----------------------------------------------------------
delivery共通
------------------------------------------------------------*/
.section-deli {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .section-deli {
    gap: 80px;
  }
}

.sec-flex {
  display: flex;
  margin-inline: auto;
  max-width: 1720px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.sec-flex__01 {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec-flex__01 {
    width: 100%;
  }
}
.sec-flex .left {
  margin-right: -7%;
}
@media screen and (max-width: 1080px) {
  .sec-flex .left {
    margin-right: 0;
  }
}
.sec-flex .right {
  margin-left: -7%;
}
@media screen and (max-width: 1080px) {
  .sec-flex .right {
    margin-left: 0;
  }
}
.sec-flex__img {
  aspect-ratio: 860/537;
  border-radius: 40px;
  box-shadow: 15px 15px 0px #000;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec-flex__img {
    border-radius: 20px;
    box-shadow: 7px 7px 0px #000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 800px;
  }
}
.sec-flex__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.sec-flex__02 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 170px;
  justify-content: center;
  padding-top: 10%;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec-flex__02 {
    gap: 40px;
    padding-top: 0;
    width: 100%;
  }
}
.sec-flex__02 .sec-flex__txt {
  background-color: #f8f9f2;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec-flex__02 .sec-flex__txt {
    border-radius: 20px;
    font-size: 16px;
    line-height: 2;
  }
}
.sec-flex__02 .right {
  padding: 30px 0px 30px 45px;
}
@media screen and (max-width: 1080px) {
  .sec-flex__02 .right {
    padding: 0;
  }
}
.sec-flex__02 .left {
  padding: 30px 45px 30px 0px;
}
@media screen and (max-width: 1080px) {
  .sec-flex__02 .left {
    padding: 0;
  }
}

.sec-flex__ttl {
  border: 3px solid #000;
  font-size: 30px;
  font-weight: 700;
  padding: 18px 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1080px) {
  .sec-flex__ttl {
    font-size: 22px;
    margin-inline: auto;
    padding: 14px 30px;
  }
}
@media screen and (min-width: 1080px) {
  .sec-flex__ttl--sp_tb {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .sec-flex__ttl--pc {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .sec-flex--02 {
    flex-direction: column-reverse;
  }
}

body.on .sec-flex__ttl::after {
  border: 3px solid #000;
  bottom: -10px;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/delivery.css.map */
@media screen and (max-width: 768px){
.sec-flex{
  width: 80%;
}
  }
@media screen and (max-width: 576px){
.sec-flex{
  width: 100%;
}
  }