@charset "utf-8";

/* mv_sub  ------------------------------*/
.mv_sub {
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url("../img/service/mv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: calc(50% - 50vw);
    width: 1600px;
    aspect-ratio: 1600 / 300;
    border-radius: 0 15px 15px 0;

    @media screen and (max-width: 768px) {
      background-image: url("../img/service/mv_sp.jpg");
      left: 0;
      width: 94.87%;
      aspect-ratio: 370 / 120;
      border-radius: 0 calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) 0 0;
    }
  }
}

/* order  ------------------------------*/

.order {
  padding: 50px 0 0;
}

.order .ttl02 {
  margin-bottom: 50px;
}

.order .flow_order {
  display: flex;
  justify-content: space-between;
}

.order .flow_order li {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: var(--color03);
  width: 22.65%;
  padding: 30px 30px 20px;

  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: var(--color03);
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    width: 21px;
    aspect-ratio: 20 / 50;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  &:last-of-type::after {
    display: none;
  }

  img {
    width: 82px;
  }

  .ttl03 {
    margin: 20px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .order {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .order .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .order .flow_order {
    flex-flow: column;
    gap: calc(30 / 390 * 100vw) 0;
  }

  .order .flow_order li {
    width: 100%;
    padding: calc(25 / 390 * 100vw) calc(15 / 390 * 100vw) calc(17 / 390 * 100vw);
    flex-flow: row;
    justify-content: space-between;

    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background: var(--color03);
      top: auto;
      bottom: calc(-20 / 390 * 100vw);
      right: auto;
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(50 / 390 * 100vw);
      aspect-ratio: 50 / 21;
      clip-path: polygon(0 0, 100% 0%, 50% 100%);
    }

    &:last-of-type::after {
      display: none;
    }

    img {
      width: 18%;
    }

    .ttl03 {
      margin: 0 0 calc(5 / 390 * 100vw);
      line-height: 1;
    }

    .box_text {
      width: 76.8%;
    }
  }
}

/* clean  ------------------------------*/

.clean {
  padding: 100px 0 100px;
  background: var(--color03);
}

.clean .ttl02 {
  margin-bottom: 74px;
}

.clean .flow_clean {
  margin: 0 auto;
  width: 900px;
  display: flex;
  flex-flow: column;
  gap: 25px 0;
}

.clean .flow_clean li {
  position: relative;
  z-index: 0;
  background: #fff;
  border-radius: 10px;
  padding: 22px 30px 22px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;

  .dec_no {
    position: absolute;
    z-index: 1;
    top: -15px;
    left: -20px;
    width: 80px;
    aspect-ratio: 80 / 30;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--color01);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }

  figure {
    width: 60px;
  }

  .box_text {
    width: 704px;

    .ttl03 {
      margin-bottom: 5px;
    }
  }
}

@media screen and (max-width: 768px) {
  .clean {
    padding: calc(50 / 390 * 100vw) 0;
    background: var(--color03);
  }

  .clean .ttl02 {
    margin-bottom: calc(36 / 390 * 100vw);
  }

  .clean .flow_clean {
    width: 100%;
    gap: calc(20 / 390 * 100vw) 0;
  }

  .clean .flow_clean li {
    position: relative;
    z-index: 0;
    background: #fff;
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(36 / 390 * 100vw) calc(20 / 390 * 100vw) calc(17 / 390 * 100vw);
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;

    .dec_no {
      top: calc(-10 / 390 * 100vw);
      left: calc(-10 / 390 * 100vw);
      width: calc(80 / 390 * 100vw);
      border-radius: calc(5 / 390 * 100vw);
      font-size: calc(14 / 390 * 100vw);
      line-height: 1.8;
    }

    figure {
      width: 16.13%;
    }

    .box_text {
      width: 77.4%;

      .ttl03 {
        line-height: 1;
        margin-bottom: calc(5 / 390 * 100vw);
      }
    }
  }
}

/* basic  ------------------------------*/

.basic {
  padding: 100px 0 50px;
}

.basic .ttl02 {
  margin-bottom: 50px;
}

.basic .ttl02+.text00 {
  text-align: center;
  margin-bottom: 30px;
}

.basic .data_content02 {
  margin: 0 auto;
  width: 1024px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 1fr);

  border: #ccc solid;
  border-width: 0 1px 1px 1px;

  * {
    padding: 23px 0;
    border: #ccc solid;
    border-width: 0 1px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adjust01 {
    background: #f5f5f5;
  }

  dd:first-of-type {
    background: #f6f7fa;
  }

  dd:last-of-type {
    border-width: 0;
  }

  &:last-of-type {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 40px;
  }
}

.basic .data_content01 {
  margin: 0 auto;
  width: 1024px;
  background: var(--color01);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);
  text-align: center;
  color: #fff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;

  dt {
    padding: 17px 0;
    border: #ccc solid;
    border-width: 0 1px 1px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  dt:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }

  dt:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }

  dt:nth-of-type(3) {
    grid-area: 1 / 3 / 2 / 8;

    border-width: 0 0 1px 0;
  }

  dt:nth-of-type(4) {
    grid-area: 2 / 2 / 3 / 3;
  }

  dt:nth-of-type(5) {
    grid-area: 2 / 3 / 3 / 4;
  }

  dt:nth-of-type(6) {
    grid-area: 2 / 4 / 3 / 5;
  }

  dt:nth-of-type(7) {
    grid-area: 2 / 5 / 3 / 6;
  }

  dt:nth-of-type(8) {
    grid-area: 2 / 6 / 3 / 7;
  }

  dt:nth-of-type(9) {
    grid-area: 2 / 7 / 3 / 8;
    border-width: 0 0 1px 0;
  }
}

.wrapper_option {
  margin: 0 auto;
  width: 1024px;

  .cap {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
  }
}

.wrapper_option .basic_option {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background: var(--color03);
  padding: 30px 0;

  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url("../img/common/icon_plus.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60px;
    aspect-ratio: 1;
  }

  li {
    width: 300px;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 42px;
    letter-spacing: -0.05em;
    color: var(--color01);
    padding: 14px 0;
    text-align: center;

    &:nth-of-type(2) {
      border: dotted var(--color01);
      border-width: 0 2px;
    }

    .ttl {
      display: block;
      font-family: "Noto Sans JP";
      font-weight: bold;
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 8px;
    }

    .size_s {
      font-family: "Noto Sans JP";
      font-weight: bold;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      color: #2767fa;
    }
  }
}

.wrapper_option .basic_option.icon_none {
  &::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .basic {
    padding: calc(50 / 390 * 100vw) 0;
  }

  .basic .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
    letter-spacing: -0.05em;
  }

  .basic .ttl02+.text00 {
    text-align: left;
    margin-bottom: calc(20 / 390 * 100vw);
  }

  .basic dl {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
    margin-bottom: calc(40 / 390 * 100vw);
    padding-right: 5%;
  }

  .basic .data_content01 {
    margin: 0 auto;
    width: calc(1024 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;

    dt {
      padding: calc(17 / 390 * 100vw) 0;
    }
  }

  .basic .data_content02 {
    width: calc(1024 / 390 * 100vw);

    * {
      padding: calc(23 / 390 * 100vw) 0;
    }

    &:last-of-type {
      border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
      overflow: hidden;
      margin-bottom: calc(10 / 390 * 100vw);
    }
  }

  .wrapper_option {
    margin: 0 auto;
    width: 100%;

    .cap {
      font-size: calc(14 / 390 * 100vw);
    }
  }

  .wrapper_option .basic_option {
    margin-bottom: calc(15 / 390 * 100vw);
    flex-flow: column;
    border-radius: calc(10 / 390 * 100vw);
    padding: calc(25 / 390 * 100vw) calc(20 / 390 * 100vw) calc(15 / 390 * 100vw);

    &::after {
      top: calc(-40 / 390 * 100vw);
      width: calc(60 / 390 * 100vw);
    }

    li {
      width: 100%;
      font-size: calc(42 / 390 * 100vw);
      padding: calc(15 / 390 * 100vw) 0 calc(20 / 390 * 100vw);
      text-align: center;

      &:nth-of-type(2) {
        border: dotted var(--color01);
        border-width: calc(2 / 390 * 100vw) 0;
      }

      .ttl {
        font-size: calc(16 / 390 * 100vw);
        letter-spacing: 0;
        margin-bottom: calc(8 / 390 * 100vw);
      }

      .size_s {
        font-size: calc(14 / 390 * 100vw);
      }
    }
  }
}

/* option  ------------------------------*/

.option {
  padding: 50px 0 100px;
}

.option .ttl02 {
  margin-bottom: 50px;
}

.option .wrapper_washing {
  margin-bottom: 26px;
}

.option .wrapper_washing {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;

  .dec_medal {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -30px;
    width: 150px;
    aspect-ratio: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: var(--color01);
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 999px;

    .size_m {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 3px;
    }
  }

  figure {
    width: 48.43%;
    border-radius: 15px;
    overflow: hidden;
  }

  .box_text {
    padding-top: 36px;
    width: 48.43%;

    .ttl03 {
      margin-bottom: 30px;
    }
  }
}

.option .wrapper_list {
  margin: 0 auto;
  width: 1000px;

  dl {
    .data_content01 {
      background: var(--color01);
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      font-weight: 500;
      font-size: 16px;
      line-height: calc(28.8 / 16);
      text-align: center;
      color: #fff;
      border-bottom: 0;
      border-radius: 10px 10px 0 0;

      dt {
        padding: 17px 0;
        border: #ccc solid;
        border-width: 0 1px 1px 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    .data_content02 {
      margin: 0 auto;
      width: 1000px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(1, 1fr);

      border: #ccc solid;
      border-width: 0 1px 1px 1px;

      * {
        padding: 23px 0;
        border: #ccc solid;
        border-width: 0 1px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      dd:last-of-type {
        border-width: 0;
      }

      &:last-of-type {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        margin-bottom: 20px;
      }
    }
  }

  .cap {
    font-size: 14px;
    line-height: 1.8;

    &:nth-of-type(2) {
      margin-top: 15px;
    }
  }
}

@media screen and (max-width: 768px) {
  .option {
    padding: 0 0 calc(50 / 390 * 100vw);
  }

  .option .ttl02 {
    margin-bottom: calc(30 / 390 * 100vw);
  }

  .option .wrapper_washing {
    margin-bottom: calc(16 / 390 * 100vw);
  }

  .option .wrapper_washing {
    flex-flow: column;
    justify-content: space-between;

    .dec_medal {
      top: calc(-20 / 390 * 100vw);
      left: calc(-9 / 390 * 100vw);
      width: calc(120 / 390 * 100vw);
      font-size: calc(18 / 390 * 100vw);
      line-height: 1.6;
      border-radius: calc(999 / 390 * 100vw);

      .size_m {
        font-size: calc(24 / 390 * 100vw);
        margin-bottom: calc(2 / 390 * 100vw);
      }
    }

    figure {
      width: 100%;
      border-radius: calc(15 / 390 * 100vw);
      margin-bottom: calc(26 / 390 * 100vw);
    }

    .box_text {
      padding-top: 0;
      width: 100%;

      .ttl03 {
        margin-bottom: calc(13 / 390 * 100vw);
      }
    }
  }

  .option .wrapper_list {
    width: 100%;

    dl {
      display: flex;
      margin-bottom: calc(15 / 390 * 100vw);

      .data_content01 {
        width: 50%;
        display: flex;
        flex-flow: column;

        font-size: calc(14 / 390 * 100vw);
        line-height: 1.8;
        border-bottom: 0;
        border-radius: calc(10 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);

        dt {
          padding: 0;
          border: #ccc solid;
          border-width: 0 0 1px 0;
          height: calc(64 / 390 * 100vw);
          display: flex;
          justify-content: center;
          align-items: center;

          &:last-of-type {
            border-width: 0;
          }
        }
      }

      .data_content02 {
        width: 50%;
        display: flex;
        flex-flow: column;
        border-width: 1px 1px 1px 0;

        * {
          padding: 0 0;
          height: calc(64 / 390 * 100vw);
          border-width: 0;
          font-size: calc(16 / 390 * 100vw);
          line-height: 1.8;
          border-width: 0 0 1px 0;
        }

        dd:last-of-type {
          border-width: 0;
        }

        &:last-of-type {
          border-radius: 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
          overflow: hidden;
          margin-bottom: 0;
        }
      }
    }

    .cap {
      font-size: calc(14 / 390 * 100vw);
      line-height: 1.8;

      &:nth-of-type(2) {
        margin-top: calc(15 / 390 * 100vw);
      }
    }
  }
}

/* payment  ------------------------------*/

.payment {
  padding: 100px 0 100px;
  background: var(--color03);
}

.payment .ttl02 {
  margin-bottom: 50px;
}

.payment .data_content {
  margin: 0 auto;
  width: 900px;
}

.payment .data_content+.data_content {
  margin-top: 20px;
}

.payment dt {
  padding: 17px 20px;

  background: var(--color01);
  font-weight: 500;
  font-size: 16px;
  line-height: calc(28.8 / 16);

  color: #fff;
  border-radius: 10px 10px 0 0;
}

.payment dd {
  background: #fff;
  border-width: 0 1px 1px 1px;

  padding: 19px 20px;
  border-radius: 0 0 10px 10px;

  .dec_color {
    color: #f51b6c;
  }

  ul {
    margin: 10px 20px;
    font-weight: bold;
  }

  li::before {
    content: "☑";
  }

  li.inp,span.inp {
    color: var(--color01);
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .payment {
    padding: calc(50 / 390 * 100vw) 0 calc(70 / 390 * 100vw);
  }

  .payment .ttl02 {
    margin-bottom: calc(46 / 390 * 100vw);
  }

  .payment .data_content {
    width: 100%;
  }

  .payment .data_content+.data_content {
    margin-top: calc(16 / 390 * 100vw);
  }

  .payment dt {
    padding: calc(17 / 390 * 100vw) calc(20 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) 0 0;
  }

  .payment dd {
    border-width: 0;
    padding: calc(20 / 390 * 100vw);
    border-radius: 0 0 calc(10 / 390 * 100vw) calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}