/* 医院様専用のCSS */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.reservation {
  padding-top: 14px;
  padding-bottom: 7px;
}

.care-content {
  max-width: 920px;
}

.care-item {
  width: 17%;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sp-logo {
    width: 180px;
    margin-top: 0;
  }

  .care-item {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .sp-logo {
    width: 180px;
    margin-top: 0;
  }

  .care-content {
    max-width: 100%;
  }

  .care-item {
    width: 41%;
  }
}