@charset "utf-8";

body{
  background: none;
  background-color: #FFF6EA;
}
.menu-intro{
    width: 80%;
    margin: 0 auto;
  }

.food-head{
  padding: 8px 32px;
  border-top: double 5px #D53710;
  border-bottom: double 5px #D53710;
  width: fit-content;
  color: #D53710;
}

.drink-title{
  padding: 8px 0;
  border-bottom: double 5px #FFF;
}

.food-list-item{
  padding: 12px 4px;
  border-bottom: solid 1px #000;
}

.food-slider{
  overflow:hidden;
}

.drink-bg{
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.drink-head{
  padding: 8px 16px;
  border-top: double 5px #fff;
  border-bottom: double 5px #fff;
  width: fit-content;
  color: #fff;
}

.drink-list-item{
  padding: 12px 4px;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .menu-intro{
    width: 95%;
    margin: 0 auto;
  }
   .drink-intro{
    width: 95%;
    margin: 0 auto;
  }
  .menu-cont-pick{
    flex-direction: column!important;
    gap: 1rem;
  }
  .menu-cont-item{
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
  }