@charset "UTF-8";


.p-ecdelivary .l-btns+.l-btns {
  margin-top: 18px;
}

.p-ecdelivary .c-text__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.p-ecdelivary .c-pagelink__list {
  margin: 0 auto;
  width: fit-content;
}

.p-ecdelivary .trapezoid {
  color: #fff;
  font-family: Futura, "Century Gothic", sans-serif;
  font-weight: 600;
  padding: 0.1em 1.5em 0.1em 0.8em;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-ecdelivary .trapezoid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #b9103c;
  transform: scaleY(1.3) perspective(0.8em) rotateX(5deg);
  transform-origin: bottom left;
}

.l-font-orange {
  color: rgb(229, 90, 0);
}




.p-ecdelivary .l-contentsWrap--full {
  margin: 60px auto;
}

.p-ecdelivary .c-mv {
  /* background: url(/wordpress/wp-content/themes/ec1000/images/ecdelivary/ecdelivary_yao_mv.jpg) no-repeat top left/cover; */
  background: none;
  padding: 0;
}

.p-ecdelivary .c-grid {
  display: grid;
}

.p-ecdelivary p+p {
  margin-top: 2em;
}

.p-ecdelivary .p-imgBox {
  margin-top: 2em;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.p-ecdelivary .c-ttl {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.42;
  padding-bottom: calc(20px - (40px - 28px)/2);
  margin-top: calc(59px - ((32px - 16px)/2) - ((40px - 28px)/2));
}

.p-ecdelivary .u-border--bottom {
  border-bottom: 1px solid #ccc;
}

.p-ecdelivary .c-box.-bg-orange {
  background: rgba(229, 90, 0, .1);
  border: 0;
}

.p-ecdelivary .c-box {
  margin-top: 2em;
  margin-top: 4em;
}

.p-ecdelivary .c-box .c-text__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: calc(20px - (36px - 16px)/2);
}

.p-ecdelivary .c-map {
  aspect-ratio: 1256/400;
  width: 100%;
  max-width: unset !important;
  height: auto;
  overflow: hidden;
}

.p-ecdelivary .c-map__inner {
  padding-top: 0;
  aspect-ratio: 1256/400;
}

@media screen and (max-width: 767px) {

  .p-ecdelivary .u-fs-24 {
    font-size: 5vw !important;
  }

  .p-ecdelivary .c-table {
    width: 100%;
  }



  .p-ecdelivary .l-contentsWrap--full {
    margin: 8.93vw auto 0;
  }

  .p-ecdelivary .c-mv {
    background: url(/wordpress/wp-content/themes/ec1000/images/ecdelivary/ecdelivary_yao_mv_sp.jpg) no-repeat top left/cover;
  }

  h1.c-heading.-xlarge {
    font-size: 5.87vw;
    line-height: 1.27;
  }

  .p-ecdelivary p {
    font-size: 3.2vw;
    line-height: 1.66;
  }

  .p-ecdelivary .p-imgBox {
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .p-ecdelivary .c-ttl {
    font-size: 5.87vw;
    line-height: 1;
    padding-bottom: 2.53vw;
    margin-top: calc(10.4vw - ((5.33vw - 3.2vw)/2));
  }

  .p-ecdelivary .c-box .c-text__title {
    font-size: 3.2vw;
    line-height: 1.66;
  }

  .p-ecdelivary .c-map {
    aspect-ratio: unset;
  }

  .p-ecdelivary .c-map__inner {
    aspect-ratio: 728/410;
  }
}