@charset "utf-8";

.menu-title {
    margin-top: 200px;
    text-align: center;
    width: 100%;
    font-size: 40px;
}

.menu-title::before,
.menu-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle; 
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0 20px; 
}


.risotto img,
.cocktail img {
    width: 300px;
    height: auto;
}

.risotto,
.cocktail {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 50px;
    background-color: #2f013f;
    width: 60%;
    /* height: 300px; */
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    position: relative;
}

.risotto::after {
    content: "";
  display: block;
  width: 95%;
  max-width: 800px;
  height: 90%;
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateX(-102%) translateY(-50%);
  z-index: 2;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.cocktail::after {
    content: "";
    display: block;
    width: 95%;
    max-width: 800px;
    height: 90%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(3%) translateY(-50%);
    z-index: 2;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.seasonal-text {
    line-height: 1.5;
}

.seasonal-menu {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    position: relative;
  }

  .seasonal-menu::after {
    content: "";
    display: block;
    width: 65%;
    min-width: 800px;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%,-85%);
    z-index: -1;
  }

  .seasonal-menu::before {
    content: "";
    display: block;
    width: 65%;
    min-width: 800px;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-130%, -10%);
    z-index: -1;
  }

  .seasonal-menu h3 {
    position: absolute;
    left: 20%;
    transform: translate(-50%,-50%);
    top: 25%;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 5px 4px 10px #acacac;
  }

.risotto {
    margin-left: 40%;
}

/* .cocktail {
    margin-left: -300px;
} */

.drink-imglist,
.food-imglist {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 530px;
    margin: 0 auto;
}

.drink-imglist li,
.food-imglist li {
    box-sizing: border-box;
    width: 250px;
}

.other-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 20px;
  }

.other-list {
    width: 250px;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    flex-shrink: 0;
}

.other-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.name,
.drink-price {
  white-space: nowrap;
}

.leader {
  flex-grow: 1;
  border-bottom: 1px solid #999;
  margin: 0 8px;
}

.drink,
.food {
    background-color: #281354;
    width: 650px;
    height: 1180px;
    padding: 50px 5px;
    position: relative; 
    overflow: hidden;  
}

.drink::after{
    content: "";
    display: block;
    width: 90%;
    height: 91%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%,-49%);
    z-index: 2;
    clip-path: polygon(40% 0, 35% 25%, 64% 0, 100% 0, 0 100%, 0 0);
}

.food {
    margin-top: 300px;
    height: 1050px;
    margin-bottom: 100px;
}

.food::after {
    content: "";
    display: block;
    width: 90%;
    height: 91%;
    border: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%,-48.5%);
    z-index: 2;
    clip-path: polygon(36% 0, 35% 25%, 60% 0, 100% 0, 100% 100%, 0 0);
}

.drink-other,
.food-other {
    margin-top: 50px;
}

.drink-imglist li dl dt,
.food-imglist li dl dt {
    font-weight: bold;
    line-height: 1.5;
}

.drink h4,
.food h4 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 25px;
}

.drink-other h5,
.food-other h5 {
    font-size: 22px;
    margin-left: 35px;
}

.regular-menu-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.regular-menu {
    position: relative;
}

.regular-menu::after {
    content: "";
    display: block;
    width: 60%;
    min-width: 800px;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%,-65%);
    z-index: -1;
}

.regular-menu h3 {
    position: absolute;
    top: 150px;
    right: 25%;
    font-weight: bold;
    font-size: 25px;
    transform: translate(-15%,-50%);
    text-shadow: 5px 4px 10px #acacac;
}
