@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* -----------------------------------------------------------------------
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  .sec-mv--page {
    padding-bottom: 57px;
  }
  .treatment-list__ct {
    padding: 11px 20px 10px;
  }
  .treatment-list__ct-ttl {
    border-bottom: none;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  .daycare-calendar {
    margin-bottom: 0;
  }
  .daycare-calendar__item {
    margin-bottom: 40px;
  }
  .daycare-calendar__item:last-child {
    margin-bottom: 0;
  }
  .daycare-calendar__item--other {
    display: none;
  }
  .c-ttl__02--sp-small {
    font-size: 2.5rem;
  }
  .sec-daycare {
    padding: 2px 0 78px;
    overflow: hidden;
  }
  .sec-daycare .c-ttl__01 {
    padding-top: 80px;
  }
}
/* -----------------------------------------------------------------------
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .features-list {
    margin-top: 73px;
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .features-list {
    margin: 70px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .features-list__ct {
    padding: 0 7% 0 0;
  }
  .features-list__ct p {
    margin-bottom: 32px;
  }
  .features-list__ct p:last-child {
    margin-bottom: 0;
  }
  .features-list__ct .c-btn__01 {
    margin-left: 0;
  }
  .sp {
    display: none !important;
  }
  .sec-mv--page {
    margin-bottom: -176px;
  }
  .sec-daycare {
    padding: 0 0 99px;
  }
  .treatment-list__ct {
    padding-bottom: 17px;
  }
  .treatment-list__ct-ttl {
    border-bottom: none;
    margin-bottom: 0;
  }
  .daycare-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 40px;
    margin-bottom: 113px;
  }
  .daycare-calendar__item--other img {
    display: block;
    margin: -17px auto 0;
  }
  .daycare-calendar__item .calendar-box__table tr td {
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-mv .inner {
    position: relative;
  }
  .sec-mv .sec-mv__ct {
    top: 56%;
    margin: 0 -50px;
  }
  .daycare-time__note {
    line-height: 1.6;
  }
}
/*# sourceMappingURL=maps/daycare.css.map */
