@charset "UTF-8";

.pc__header__btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.77vw;
    padding: 64px 6.9%;
    text-align: center;
  }
}

.schedule,
.flow,
.price {
  margin-top: var(--sp-padding60);
}

.second__contents {
  padding: 0 6.4vw;
  margin: 2.5em 0 0;
  color: var(--primary-gray, #524141);
  font-size: var(--sp-fontsize-14px);
  letter-spacing: 0.1em;
}

.second__contents p {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {

  .kindergarten,
  .schedule,
  .flow,
  .price {
    margin-top: var(--pc-padding100);
  }

  .second__contents {
    padding: 0 var(--pc-padding100);
    margin: 2.5em 0 0;
    font-size: var(--pc-fontsize-16px);
  }

}


@media screen and (min-width: 1441px) {
  .second__contents {
    padding: 0 var(--pc-padding100);
    /* margin: 80px auto; */
    /* width: clamp(720px, 35.2vw, 900px); */
  }
}



/*  チャックリスト横　あしらい ======================= */
.checklist__list::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 30%;
  height: 19.2vw;
  background-image: url(../images/underpage-checklist-goldenretriever.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: -1em;
  transform: rotateY(180deg);
}

@media screen and (min-width: 768px) {
  .checklist__list::before {
    width: 8.3333vw;
    height: 19.2vw;
    background-image: url(../images/underpage-checklist-goldenretriever.svg);
    bottom: 0;
    left: 0;
    transform: translateX(-95%) rotateY(0);
  }

}


/* セクション　スケジュール　==============------===== */
.schedule__contents {
  padding: 0 var(--sp-contentPadding);
}

.schedule__contents dl {
  display: flex;
  flex-wrap: wrap;
}


.schedule__item {
  color: var(--primary-pink, #D78A92);
  font-family: "Noto Sans JP";
  font-size: var(--sp-fontsize-20px);
  font-weight: 500;
  line-height: 1.7;
  /* 34px */
  width: 30%;
  margin-top: 1.2em;
}

.schedule__contents dd {
  display: inline-grid;
  color: var(--primary-gray, #524141);
  font-size: var(--sp-fontsize-16px);
  font-weight: 500;
  width: 70%;
  padding-left: 1em;
  margin-top: 1.5em;
  line-height: 2;

}

.schedule__contents dd img:not(:last-of-type) {
  margin-top: 0.58em;
}

/* お昼寝　画像上あしらい */
.schedule__item--13 + dd .wrapper--schedule__itemImg {
  position: relative;
  margin-top: 0.58em;
}

.schedule__item--13 + dd .wrapper--schedule__itemImg::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 21.3333vw;
  height: 6.4vw;
  background-image: url(../images/corgi.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  transform: translate(-1em, -93%);
}

/* お昼寝　画像上あしらい */

.schedule__contents dd span {
  font-size: var(--sp-fontsize-12px);
  font-weight: 400;
  line-height: 1;
  /* 15.6px */
}

/* スケジュール　時計マーク　===================== */
.schedule__item--7::before {
  content: '';
  background-image: url(../images/time_7.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);
  margin-right: 0.3em;
}

.schedule__item--8::before {
  content: '';
  background-image: url(../images/time_0830.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);
  margin-right: 0.3em;
}

.schedule__item--10::before {
  content: '';
  background-image: url(../images/time_10.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);
  margin-right: 0.3em;
}

.schedule__item--13::before {
  content: '';
  background-image: url(../images/time_13.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);
  margin-right: 0.3em;
}

.schedule__item--16::before {
  content: '';
  background-image: url(../images/time_16.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);
  margin-right: 0.3em;
}

.schedule__item--18::before {
  content: '';
  background-image: url(../images/time_18.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: var(--sp-fontsize-20px);
  height: 1em;
  transform: translateY(12%);

}

/* 時計マーク */



/* スケジュール　点線  */
.schedule__item::after {
  content: '';
  display: block;
  background-image: url(../images/schedule_dl_after.svg);
  background-position: bottom left 8px;
  background-repeat: repeat-y;
  background-size: auto;
  width: 20px;
  height: 100%;
}

.schedule__item:last-of-type::after {
  display: none;
}

/* end 点線*/


@media screen and (min-width: 768px) {
  .schedule__contents {
    margin: var(--pc-padding80) auto;
    padding: 0 var(--sp-contentPadding);
    width: 86.2068%;
  }

  .schedule__item {
    font-size: var(--pc-fontsize-20px);
    width: 30%;
    margin-top: 1.5em;
  }

  .schedule__contents dd {
    display: inline-grid;
    font-size: var(--pc-fontsize-20px);
    width: 70%;
    padding-left: 1em;
    margin-top: 1.2em;

  }

  /* お昼寝　画像上あしらい */
  .schedule__item--13 + dd .wrapper--schedule__itemImg::before {
    width: 33%;
    height: 6.4vw;
    transform: translate(-1em, -98%);
  }

  .schedule__contents dd span {
    font-size: var(--pc-fontsize-14px);
  }

  /*  end お昼寝　画像上あしらい */

  /* スケジュール　時計マーク */
  .schedule__item--7::before,
  .schedule__item--8::before,
  .schedule__item--10::before,
  .schedule__item--13::before,
  .schedule__item--16::before,
  .schedule__item--18::before {
    width: var(--pc-fontsize-20px);
  }

  /* end 時計マーク */

  /* スケジュール　点線 */
  .schedule__item::after {
    width: 1em;
  }
}

/* end 点線 */
/*end セクション　Schedule　 */


/* セクション　flow   ======================================= */

.flow__list {
  margin-top: var(--sp-margin32);
}

.flow__list li {
  padding: var(--sp-margin32) 0;
  margin: 0 var(--sp-contentPadding);
}

.flow__list li:not(:last-child) {
  border-bottom: 1.5px solid var(--primary-gray);
  position: relative;
}

.flow__list li:not(:last-child)::before,
.flow__list li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow__list li:not(:last-child)::before {
  border-width: calc(1em + 2px);
  border-top-color: var(--primary-gray);
}

.flow__list li:not(:last-child)::after {
  border-width: 1em;
  border-top-color: var(--primary-white);
}

.flow__list li dl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flow__list li dl dt {
  display: flex;
  flex-direction: column;
  font-size: var(--sp-fontsize-20px);
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.flow__list li dl dt .icon {
  margin-bottom: 1em;
}

.flow__list li dl dt .icon img {
  width: 3em;
  height: auto;
}

.flow__list dd {
  flex-basis: 65%;
  margin-top: 0.5em;
}

.flow__list dd span {
  display: block;
  font-size: var(--sp-fontsize-12px);
  margin-top: 1em;
}

.flow__list dl dd a {
  display: inline-block;
  font-size: var(--sp-fontsize-16px);
  font-weight: 600;
  color: var(--green);
  text-decoration: underline;
  margin-top: 1em;
}

@media screen and (min-width:768px) {
  .flow__list {
    /* width: clamp(680px, 48.6vw, 900px); */
    margin: var(--pc-padding64) auto 0;
  }

  .flow__list li {
    padding: var(--pc-padding40) 0;
    margin: 0 5em;
  }

  .flow__list li:not(:last-child)::before,
  .flow__list li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    transform: translateX(-50%);
  }

  .flow__list li:not(:last-child)::before {
    border-width: calc(1em + 2px);
    border-top-color: var(--primary-gray);
  }

  .flow__list li:not(:last-child)::after {
    border-width: 1em;
    border-top-color: var(--primary-white);
  }


  .flow__list li dl {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .flow__list li dl dt {
    display: flex;
    flex-direction: row;
    gap: 1em;
    font-size: var(--sp-fontsize-20px);
    font-weight: 600;
    text-align: start;
    align-items: center;
    justify-content: center;
  }

  .flow__list li dl dt .icon {
    margin-bottom: 0;
  }

  .flow__list li dl dt .icon img {
    width: 2.5em;
    height: auto;
  }

  .flow__list dd {
    flex-basis: 60%;
    margin-top: 0;
  }
}