@charset "UTF-8";


/* おせちラインナップ */

.lineup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup-item {
  width: 32%;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
.lineup-item {
  width: 48%;
}
}
@media screen and (max-width: 480px) {
.lineup-item {
  width: 100%;
}
}


/* 人数から選ぶ */

.number-pdt {
  border-bottom: 2px solid #c2a16c;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

