/* p-cuisine
---------------------------------------------------------------------------- */
.p-cuisine {
  padding-block: 10rem;
}

.p-cuisine-box:not(:last-of-type) {
  margin-bottom: 7rem;
}

.p-cuisine-ttl {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.p-cuisine-list li {
  text-align: center;
}

.p-cuisine-list li:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-cuisine-drink-list {
  text-align: center;
}

.p-cuisine-drink-list:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-cuisine-drink-list dt {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-cuisine {
    padding-block: 13.3333333333vw;
  }
  .p-cuisine-box:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
  .p-cuisine-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-cuisine-list li:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .p-cuisine-drink-list:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  .p-cuisine-drink-list dt {
    font-size: 4.2666666667vw;
  }
}
