@charset "UTF-8";
/* --------------------------------
   おに助
 -------------------------------- */

.p-onisukeHeading {
  text-align: center;
  margin-bottom: 50px;
  display: grid;
  place-items: center;
  gap: 20px;
}

.p-onisukeHeading__logo img {
  width: 180px;
  height: auto;
  display: block;
}

.p-onisukeHeading__title {
  font-size: min(2em, 5vw);
  font-weight: 900;
}

.p-onisukeHeading__title .c-small {
  font-size: 70%;
  display: block;
}

.p-onisukeHeading__text {
  font-size: min(1em, 4vw);
  line-height: 1.9;
}

/* ------ 営業時間 -------- */
.p-onisukeHeading__schedule {
  background: var(--color-lightgray);
  padding: min(1em, 3vw);
  width: 100%;
  display: grid;
  grid-template-columns: 4.1rem 1fr;
  gap: 0.5rem;
  margin-inline: auto;
  font-size: min(1em, 3.5vw);
  line-height: 1.6;
  text-align: left;
  width: fit-content;
}

.p-onisukeHeading__schedule dt {
  font-weight: bold;
}

.p-onisukeHeading__schedule dd {
  margin-left: 0;
}

/* ------ あいさつ -------- */
.p-onisukePromotion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: center;
  margin-bottom: 50px;
}

.p-onisukePromotion__photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-onisukePromotion__read {
  font-size: 1rem;
  line-height: 1.9;
}

/* ------ メニュー画像 -------- */
.p-onisukeMenu img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-onisukeHeading__title {
    font-size: 1.4rem;
  }
  .p-onisukeHeading__title .c-small {
    font-size: 16px;
  }

  .p-onisukeHeading__logo img {
    width: 150px;
  }

  .p-onisukePromotion {
    grid-template-columns: 1fr;
  }
}
