
/* Block */
/* ============================================ */

/* 定食メニューページ */
.main-contents {
  background-color: #ffa;
  padding: 2rem 1rem;
}

.teisyoku-detail-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.teisyoku-detail-top {
  display: flex;
}

.teisyoku-detail-top__left {
  flex: 1;
}

.teisyoku-detail-top__right {
  flex: 1;
  padding: 0 1rem 0;
}

.teisyoku-detail-top__image {
  width: 100%;
}

.teisyoku-detail-h2 {
  font-weight: bold;
  font-size: 1.2rem;
}

.teisyoku-detail-h3 {
  font-weight: bold;
  margin: 2rem 0 1.5rem 0;
}

.teisyoku-detail-list {
  list-style-type: disc;
  margin: 1rem 0;
  padding: 0 1rem;
}

.teisyoku-detail-p {
  margin-top: 1rem;
}

/* Responsive */
/* ============================================ */

@media screen and (max-width: 590px) {
  .main-contents {
    padding: 1rem;
  }

  .teisyoku-detail-top {
    flex-direction: column;
  }

  .teisyoku-detail-top__right {
    padding: 0;
  }

  .teisyoku-detail-h2 {
    margin: 1rem 0;
  }
}
