@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");
.daycare-calendar {
  position: relative;
}
.daycare-calendar__note {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4BADE6;
  margin-bottom: 22px;
}
.daycare-calendar__note span {
  display: inline-block;
  background: #E9F6FD;
  padding: 11px 40px;
  border-radius: 50px;
}

/* -----------------------------------------------------------------------
 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 {
    padding: 0 19px;
  }
  .c-ttl__02--sp-small {
    font-size: 2.5rem;
  }
  .sec-nightcare {
    padding: 2px 0 78px;
    overflow: hidden;
  }
  .sec-nightcare .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;
  }
  .daycare-time dl {
    padding-bottom: 44px;
  }
  .daycare-time dl:last-child {
    padding-bottom: 20px;
  }
  .sec-mv--page {
    margin-bottom: -176px;
  }
  .sec-nightcare {
    padding: 0 0 99px;
  }
  .sec-nightcare .menu-scroll {
    gap: 10px 20px;
  }
  .treatment-list__ct {
    padding-bottom: 17px;
  }
  .treatment-list__ct-ttl {
    border-bottom: none;
    margin-bottom: 0;
  }
  .daycare-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 110px;
  }
  .daycare-calendar:after {
    content: "";
    width: 166px;
    height: 110px;
    background: url("../img/nightcare/item-03.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
  }
  .daycare-calendar__item {
    width: 50%;
    padding: 0 10px;
  }
  .sec-mv .inner {
    position: relative;
  }
  .sec-mv .sec-mv__ct {
    top: 56%;
    margin: 0 -50px;
  }
}
/*# sourceMappingURL=maps/nightcare.css.map */
