/*=====================================================================
#menu
=====================================================================*/
.menu__mv {
  background: url(../img/sp_menu_topimage.jpg) no-repeat center center/cover;
  height: 245px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .menu__mv {
    background: url(../img/pc_menu_topimage.jpg) no-repeat center center;
    background-size: 150% auto;
    height: 380px;
  }
}

.menu__message {
  color: #fff;
  text-align: center;
}

.menu__title {
  font-size: 24px;
  font-family: "Abhaya Libre", serif;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .menu__title {
    font-size: 48px;
  }
}

.menu__subtitle {
  font-size: 14px;
  font-family: "Klee One", cursive;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .menu__subtitle {
    font-size: 24px;
  }
}

.menu__inner {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .menu__inner {
    margin: 0 auto 100px;
    max-width: 940px;
    padding-bottom: 10px;
  }
}

.menu__description {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .menu__description {
    margin-top: 100px;
    font-size: 16px;
  }
}

.menu__container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .menu__container {
    margin-top: 100px;
    flex-direction: row;
    gap: 20px;
  }
}

.menu__content {
  margin: 0 auto;
}

.content__title {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .content__title {
    font-size: 22px;
  }
}

.content__image {
  margin-top: 10px;
  max-width: 400px;
  overflow: hidden;
}
.content__image img {
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .content__image img:hover {
    transform: scale(1.3);
  }
}

.content__price-menu {
  margin-top: 10px;
  border-top: 1px solid #333;
  text-align: center;
}
.content__price-menu table {
  margin: 20px auto 0;
  text-align: left;
}
.content__price-menu table td {
  padding-left: 30px;
}

.content__price {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #333;
  text-align: center;
}/*# sourceMappingURL=menu.css.map */