@charset "UTF-8";
/* page-hero  ================================= */
.page-hero--week {
  background-color: #d1432c;
}

.page-hero__title {
  width: auto;
  height: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-hero__title-picture > img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .page-hero__title {
    width: auto;
    height: 300px;
  }
}
/* 曜日サービス情報  ================================= */
.week__lead {
  font-size: clamp(1rem, -1.222rem + 4.63vw, 2.25rem);
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.8888em;
}

.week__service-list {
  display: grid;
  grid-template-columns: 1fr;
}

.week__service-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=week.css.map */