/*
** .menu-table
*/

.menu-table__detail-headline {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.menu-table__detail-contents + .menu-table__detail-headline {
  margin-top: 2rem;
}

.menu-table__detail-example-item-image {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}


/*
** .about
*/

.about__detail-headline {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--main);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.about__detail-body + .about__detail-headline {
  margin-top: 2rem;
}