* {
  box-sizing: border-box;
}

.menu__top__sticky {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 98;
}

.menu__top__title {
  margin-top: 70px;
}
@media screen and (min-width: 1120px) {
  .menu__top__title {
    margin-top: 0px;
  }
}

.menu__sticky {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #D04A1E;
  font-size: 1.8rem;
  color: #FFF;
  position: sticky;
  top: 70px;
  left: 0px;
  z-index: 97;
}
.menu__sticky ul {
  padding: 0 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  height: 60px;
}
.menu__sticky li {
  font-size: 1.6rem;
  margin: 0;
  display: inline-block;
  padding: 0px 19px;
}
@media screen and (min-width: 1120px) {
  .menu__sticky {
    top: 175px;
  }
  .menu__sticky ul {
    padding: 0 150px;
  }
  .menu__sticky li {
    font-size: 2rem;
  }
}

.menu__category {
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
}
.menu__category img {
  width: 345px;
}
.menu__category h3 {
  font-size: 2.6rem;
  margin-bottom: 30px;
}
.menu__category h4 {
  margin-bottom: 40px;
  font-size: 2rem;
  margin: 20px 0px 30px 0px;
}
.menu__category h3, .menu__category h4 {
  position: relative;
  font-weight: 600;
}
.menu__category h3::before, .menu__category h4::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-l.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.menu__category h3::after, .menu__category h4::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-r.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.menu__category li {
  margin-bottom: 50px;
}
.menu__category dl {
  margin: 0 auto;
  width: 300px;
  display: table;
  font-weight: 1.6rem;
  margin-bottom: 1.6rem;
}
.menu__category dt {
  text-align: left;
  display: table-cell;
  font-weight: 400;
}
.menu__category dd {
  display: table-cell;
  text-align: right;
}
@media screen and (min-width: 700px) {
  .menu__category {
    line-height: 100%;
    text-align: center;
  }
  .menu__category img {
    width: 400px;
  }
  .menu__category h3 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .menu__category h4 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    margin: 30px 0px;
  }
  .menu__category ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .menu__category li {
    margin: 0px 20px 60px 20px;
  }
  .menu__category dl {
    margin: 0 auto;
    width: 300px;
    display: table;
    font-weight: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.menu__churanabe {
  text-align: center;
  line-height: 100%;
}
.menu__churanabe img {
  width: 100%;
}
.menu__churanabe h3 {
  margin: 30px 0px 0px 0px;
}
.menu__churanabe h4 {
  margin-top: 50px;
}
.menu__churanabe li:last-child {
  margin: 0px 0px 30px 0px;
}
@media screen and (min-width: 1120px) {
  .menu__churanabe li:last-child {
    margin: 0px 0px 30px 20px;
  }
}

.menu__churanabe__price {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 30px;
}

.menu__churanabe__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

.menu__churanabe__top-image__pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .menu__churanabe__top-image__pc {
    display: block;
  }
}

.menu__churanabe__top-image__sp {
  display: block;
}
@media screen and (min-width: 800px) {
  .menu__churanabe__top-image__sp {
    display: none;
  }
}

.menu__food {
  background-color: #FDF4E9;
}
.menu__food h3 {
  padding-top: 50px;
}
.menu__food li:last-child {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.menu__food li:nth-child(3) h4 {
  line-height: 120%;
}
.menu__food li:nth-child(3) h4::after, .menu__food li:nth-child(3) h4::before {
  margin-bottom: 10px;
}
@media screen and (min-width: 1120px) {
  .menu__food li:nth-child(3) h4 {
    line-height: 120%;
  }
  .menu__food li:nth-child(3) h4::after, .menu__food li:nth-child(3) h4::before {
    margin-bottom: 18px;
  }
}

.menu__food__okinawa3_price {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.menu__food__okinawa3_text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.food__sub {
  font-size: 1.6rem;
}
@media screen and (min-width: 1120px) {
  .food__sub {
    font-size: 2rem;
  }
}

.food__deco {
  display: inline-block;
}

.menu__drink li {
  margin-bottom: 60px;
}
.menu__drink li:last-child {
  margin: auto;
  padding-bottom: 154px;
}
@media screen and (min-width: 1120px) {
  .menu__drink li:last-child {
    margin: auto;
    padding-bottom: 50px;
  }
}

.drink__rubrics {
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 30px;
}/*# sourceMappingURL=menu.css.map */