@charset "UTF-8";

/* -------------------------------------
  【PC】sp5（お掃除）
------------------------------------- */

#sp5 .primary-color {
  color: var(--sp5-primary-color);
}

#sp5 .sub-color {
  color: var(--sp5-primary-color2);
}

#sp5 .index {
  max-width: 580px;
  border-bottom-color: var(--sp5-primary-color);
}

#sp5 .index>p::before,
#sp5 .index>p::after {
  background-color: var(--sp5-primary-color);
}

#sp5 .sub-fv .cat {
  width: 335px;
}

#sp5 .sub-sec img {
  border-radius: 6px;
}

.sp5-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  height: 60px;
  background-color: var(--sp5-primary-color);
  border-radius: 32px;
}

.sp5-sub-title {
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 154px;
  height: 30px;
  background-color: var(--sp5-primary-color);
  border-radius: 16px;
}

.sp5-sub-title02 {
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  width: 154px;
  height: 60px;
  background-color: var(--sp5-primary-color);
  border-radius: 30px;
}

.sp5-dt {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin: 8px 0;
  padding: 1px 20px;
  width: fit-content;
  min-width: 100px;
  background-color: var(--sp5-primary-color2);
}

.sp5-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000A98;
}

.sp5-img figcaption {
  width: 55%;
  margin-top: -22%;
}

.cleaning-menu {
  padding: 45px 0;
  background-color: rgba(244, 137, 155, 0.1);
}

.cleaning-menu .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--sp5-primary-color);
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid var(--sp5-primary-color);
  border-bottom: 1px solid var(--sp5-primary-color);
}

.cleaning-menu .items {
  display: flex;
  gap: 35px;
  margin-top: 40px;
}

.cleaning-menu .pack {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.cleaning-menu .dots {
  display: flex;
  align-items: center;
}

.cleaning-menu .flex {
  margin-top: 0;
}

#sp5 .member-only {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 13%;
  margin-top: 64px;
}

#sp5 .member-only::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 78%;
  background-color: #6B6B6B;
}

#sp5 .member-only .top-logo {
  justify-content: flex-start;
  gap: 30px;
}

#sp5 .member-only .top-logo p {
  text-align: center;
}

#sp5 .member-only .link {
  color: #000A98;
  text-decoration: underline;
}

#sp5 .member-only .flex {
  gap: 15px;
  margin-top: 24px;
}


/* -------------------------------------
  【SP】sp5（お掃除）
  ------------------------------------- */
@media (width < 768px) {

 .cleaning-menu .items {
    flex-direction: column;
    gap: 16px;
  }

  .sp5-title {
    margin-bottom: 16px;
  }

  .sp5-title .fs-17 {
    font-size: 1.5rem;
  }

  #sp5 .member-only {
    flex-direction: column;
    margin-top: 30px;
  }

  #sp5 .member-only::before {
    display: none;
  }

  #sp5 .member-only .top-logo {
    flex-direction: row;
    justify-content: center;
  }

  .member-only .cleaning-logo .w-25 {
    width: 95px;
  }


}