.c-button-style01 {
  background-color: #ffffff;
  border: 2px solid #406258;
  border-radius: 8px;
  color: #406258;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-button-style01 {
    font-size: 20px;
  }
}
.c-button-style01:hover {
  background-color: #dde7e4;
}
.c-button-style01 .reduce {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: 0.5rem;
}
.c-button-style02 {
  background-color: #406258;
  border: 2px solid #406258;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .c-button-style02 {
    font-size: 20px;
  }
}
.c-button-style02:hover {
  background-color: #5c8075;
}
.c-button-style02 .reduce {
  display: block;
  font-size: 70%;
  font-weight: normal;
  margin-top: 0.5rem;
}

/* =========================================================
menu
========================================================= */
.p-menu-mv picture {
  position: relative;
}
.p-menu-mv_title {
  color: #006934;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(24px, 4.4vw, 44px);
  font-weight: bold;
  padding: 3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-menu-mv_title {
    font-size: 44px;
  }
}
.p-menu-mv_title::before {
  background-image: url(../images/menu/icon-menu-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  aspect-ratio: 91/150;
  width: 4vw;
}
@media screen and (min-width: 768px) {
  .p-menu-mv_title::before {
    width: 3.5rem;
  }
}
.p-menu-list--wrap {
  margin: auto;
  max-width: 580px;
  padding: 0 2vw 13.0208333333vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list--wrap {
    max-width: 1400px;
    padding: 0 2vw 100px;
  }
}
.p-menu-list .title {
  background: #977555;
  background: linear-gradient(0deg, rgb(151, 117, 85) 0%, rgb(200, 185, 151) 100%);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: bold;
  padding: 0.8rem;
  text-align: center;
  margin-top: 10.4166666667vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list .title {
    border-radius: 10px;
    margin-top: 4.1666666667vw;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .title {
    font-size: 26px;
  }
}
.p-menu-list .title:first-of-type {
  margin-top: 0;
}
.p-menu-list .table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 5.2083333333vw;
}
@media screen and (min-width: 430px) {
  .p-menu-list .table {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu-list .table {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.0833333333vw;
  }
}
.p-menu-list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .p-menu-list .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-menu-list .list--wrap {
  margin-top: 1.0416666667vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list .list--wrap {
    margin-top: 2.0833333333vw;
  }
}
.p-menu-list .list .detail {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: bold;
  margin-top: 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-menu-list .list .detail {
    font-size: 14px;
  }
}
.p-menu-list .list .detail .head {
  background-color: #8da897;
  color: #fff;
  display: block;
  padding: 0.4rem;
  text-align: center;
}
.p-menu-list .list span {
  display: inline-block;
}
.p-menu-list .image {
  border: 1px solid #9fa0a0;
}
.p-menu-list .category {
  background-color: #8da897;
  color: #fff;
  display: inline-block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(11px, 1.5vw, 15px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin: 5px 0 0;
  padding: 0.15rem 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .p-menu-list .category {
    margin: 8px 0 0;
    padding: 0.15rem 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .category {
    font-size: 15px;
  }
}
.p-menu-list .name {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-menu-list .name {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .name {
    font-size: 16px;
  }
}
.p-menu-list .name .reduce {
  font-size: 80%;
}
.p-menu-list .price {
  color: #b28247;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-menu-list .price {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .price {
    font-size: 16px;
  }
}
.p-menu-list .att {
  color: #3d3d3d;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: bold;
  margin-top: 0.6rem;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .p-menu-list .att {
    font-size: 14px;
  }
}
.p-menu-list .note {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: bold;
  margin-top: 0.6rem;
}
@media screen and (min-width: 992px) {
  .p-menu-list .note {
    font-size: 14px;
  }
}
.p-menu-list .recommended {
  background-color: #eaeeeb;
  border-top: 1px solid #8da897;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 7.8125vw;
  padding: 20px 2vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended {
    flex-direction: row;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended {
    padding: 20px 1vw;
  }
}
.p-menu-list .recommended picture {
  margin: 10px 0;
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended picture {
    margin: 0;
    max-width: 400px;
    width: 50%;
  }
}
.p-menu-list .recommended picture img {
  margin: -2% 0;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended picture img {
    margin: -10% 0;
  }
}
.p-menu-list .recommended-list01 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .p-menu-list .recommended-list01 {
    flex-direction: row;
  }
}
.p-menu-list .recommended-list01--wrap {
  padding: 0 10px;
}
.p-menu-list .recommended .detail {
  font-size: clamp(12px, 1.5vw, 14px);
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended .detail {
    font-size: 14px;
  }
}
.p-menu-list .recommended .detail .head {
  background-color: #8da897;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0.7rem 0;
  padding: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.churrascogrill {
    background-image: url(../images/menu/bg-menu-churrascogrill.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-right: 32%;
  }
}
.p-menu-list .recommended.churrascogrill .name {
  text-shadow: 0 0 4px #fff;
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.pasta {
    background-image: url(../images/menu/bg-menu-pasta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding-left: 33%;
    padding-right: 2%;
  }
}
.p-menu-list .recommended.pasta .name {
  text-shadow: 0 0 4px #fff;
}
.p-menu-list .recommended.dessert {
  background-color: #f2ece4;
  border-top: none;
  display: block;
  margin-top: 0;
  margin-bottom: 10.0806451613vw;
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.dessert {
    margin-bottom: 100px;
  }
}
.p-menu-list .recommended.dessert .subtitle {
  border-radius: 10px;
  border: 2px solid #406258;
  color: #406258;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin: auto;
  padding: 0.6rem;
  max-width: 200px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .subtitle {
    padding: 0.8rem;
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.dessert .subtitle {
    font-size: 24px;
  }
}
.p-menu-list .recommended.dessert .subtitle .reduce {
  font-size: 80%;
  display: block;
}
.p-menu-list .recommended.dessert .table {
  border-bottom: none;
  margin: 40px auto 0;
  max-width: 580px;
  padding: 0 2vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .table {
    max-width: 1400px;
    padding: 0 2vw;
  }
}
.p-menu-list .recommended.dessert .table > *:last-child {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .table > *:last-child {
    grid-column: auto;
  }
}
.p-menu-list .recommended.dessert .table .note {
  background-color: #e2d4c2;
  font-size: clamp(12px, 1.2vw, 13px);
  font-weight: normal;
  line-height: 2;
  margin-top: 0;
  padding: 4%;
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.dessert .table .note {
    font-size: 12px;
    line-height: 2.2;
    padding: 6%;
  }
}
.p-menu-list .recommended.dessert .setdrink {
  background-image: url(../images/menu/bg-menu-setdrink.webp);
  background-size: contain;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  max-width: 580px;
  padding: 15px 2vw;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .setdrink {
    max-width: calc(1400px - 4vw);
  }
}
@media screen and (min-width: 1200px) {
  .p-menu-list .recommended.dessert .setdrink {
    flex-direction: row;
  }
}
.p-menu-list .recommended.dessert .setdrink .subtitle {
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-menu-list .recommended.dessert .setdrink .subtitle {
    width: 18%;
  }
}
.p-menu-list .recommended.dessert .setdrink .subtitle .reduce {
  font-size: 60%;
}
.p-menu-list .recommended.dessert .setdrink-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-menu-list .recommended.dessert .setdrink-list {
    margin-top: 0;
    width: 82%;
  }
}
.p-menu-list .recommended.dessert .setdrink-list li {
  color: #fff;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  margin: 0 2% 0.8rem;
  width: 46%;
}
@media screen and (min-width: 620px) {
  .p-menu-list .recommended.dessert .setdrink-list li {
    width: 29.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .setdrink-list li {
    width: 21%;
  }
}
@media screen and (min-width: 992px) {
  .p-menu-list .recommended.dessert .setdrink-list li {
    font-size: 16px;
  }
}
.p-menu-list .recommended.dessert .setdrink-list li .note {
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-menu-list .recommended.dessert .setdrink-list li .note {
    display: block;
  }
}
.p-menu-info--wrap {
  margin: auto;
  max-width: 580px;
  padding: 10.4166666667vw 2vw;
}
@media screen and (min-width: 768px) {
  .p-menu-info--wrap {
    max-width: 1400px;
    padding: 6.25vw 2vw;
  }
}
.p-menu-info_title {
  color: #b28247;
  display: block;
  font-size: clamp(32px, 4.4vw, 44px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-menu-info_title {
    font-size: 44px;
  }
}
.p-menu-info_desc {
  display: flex;
  flex-direction: column;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 768px) {
  .p-menu-info_desc {
    flex-direction: row;
  }
}
.p-menu-info_desc .map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu-info_desc .map {
    width: 50%;
  }
}
.p-menu-info_desc .detail {
  padding: 2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu-info_desc .detail {
    padding: 0 2vw;
    width: 50%;
  }
}
.p-menu-info_desc .detail--wrap {
  display: flex;
  margin-bottom: 1.5rem;
}
.p-menu-info_desc .detail--wrap dt {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: bold;
  max-width: 150px;
  width: 30%;
}
@media screen and (min-width: 992px) {
  .p-menu-info_desc .detail--wrap dt {
    font-size: 18px;
  }
}
.p-menu-info_desc .detail--wrap dd {
  font-size: clamp(14px, 1.8vw, 18px);
  width: 70%;
}
@media screen and (min-width: 992px) {
  .p-menu-info_desc .detail--wrap dd {
    font-size: 18px;
  }
}
.p-menu-info_desc .detail--wrap dd .line {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.p-menu-info_desc .detail--wrap dd a {
  color: #111111;
  text-decoration: underline;
}
.p-menu-info_desc .detail--wrap dd a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style-menu.css.map */