@charset "UTF-8";

.cp-heading {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin-top: 24px;
}

.cp-heading .cp-ribbon {
  width: 35%;
}

.cp-heading .cp-txt {
  font-size: 1rem;
}

.cp-heading .cp-txt .red {
  color: #e73a5b;
  font-weight: bold;
}

.pack-service-value {
  display: flex;
  flex-direction: column;
  margin: 16px auto 0 auto;
}

.pack-service-value figure {
  margin-bottom: 20px;
}

.pack-service-value .cleaning-area .txt-center {
  text-align: center;
}

.img-recommend {
  margin: 24px 0 0 0;
}

.cp-price-wrap {
  margin: 40px auto;
}

.h2-pack {
  margin-top: 40px;
}


@media screen and (min-width: 768px) {

  .cp-heading {
    gap: 1em;
  }

  .cp-heading .cp-ribbon {
    width: 155px;
  }

  .cp-heading .cp-txt {
    font-size: 1.2rem;
  }

  .pack-service-value {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1024px;
  }

  .pack-service-value figure {
    width: 561px;
    margin-bottom: 0;
  }

  .pack-service-value .cleaning-area {
    width: calc(100% - 581px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .img-recommend {
    margin: 32px 0 0 0;
  }

  .cp-price-wrap {
    max-width: 1024px;
    margin: 48px auto;
  }

  .h2-pack {
    margin-top: 48px;
  }
}
.c-illust--set {
  -webkit-mask-image: url("/assets/images/common-parts/illust/set.svg");
  mask-image: url("/assets/images/common-parts/illust/set.svg")
}
