@charset "UTF-8";
html {
  scroll-behavior: smooth;
  /* font-size: 62.5%; */
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 1.0080645161vw;
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.l-container {
  max-width: 130rem;
  margin: auto;
}

.vsp {
  display: none;
}

a:hover {
  opacity: 0.7;
}

/*-----------------ヘッダー部分-----------------*/
.l-header {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 10rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__H1 {
  width: 37.6rem;
}

.nav__List {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.nav__List li a {
  font-size: clamp(13px, 2.4vw, 2.2rem);
  color: #fff;
}
.nav__List li.-tel a {
  font-size: clamp(13px, 4.2vw, 4.2rem);
  color: #eda138;
  font-weight: bold;
  letter-spacing: 0.075em;
}

/*-----------------トップページ-----------------*/
.p-top__Mv {
  background: url("./../img/img_mv.webp");
  background-size: cover;
  background-position: center;
}
.p-top__Mv .l-container {
  position: relative;
  height: 100vh;
}
.p-top__Mv-Ttl {
  position: absolute;
  width: 38.4rem;
  bottom: 3.3rem;
  left: 0;
}
.p-top__Mvbottom {
  background: #242728;
  color: #fff;
  padding: 8rem 0;
  text-align: center;
}
.p-top__Mvbottom .l-container {
  position: relative;
}
.p-top__Mvbottom .l-container:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -4.7rem;
  width: 43.7rem;
  height: 33.7rem;
  transform: translateY(-50%);
  background: url("./../img/img_top_mvbottom.svg");
  background-size: cover;
}
.p-top__Mvbottom-Ttl {
  font-size: clamp(20px, 4.8vw, 4.8rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #fff;
  position: relative;
}
.p-top__Mvbottom-Txt {
  font-size: clamp(13px, 2.8vw, 2.8rem);
  line-height: 5rem;
  letter-spacing: 0.1em;
  position: relative;
}
.p-top__Menu {
  background: url("./../img/bg_top_menu.webp");
  background-size: cover;
  background-position: top center;
  padding: 12.8rem 0 6.5rem;
}
.p-top__Menu-Ttl {
  background: url("./../img/bg_menu_ttl.webp");
  background-size: cover;
  padding: 15.5rem 0;
  position: relative;
  margin-bottom: 11.5rem;
}
.p-top__Menu-Ttl:before {
  position: absolute;
  top: -5.4rem;
  left: 0;
  display: block;
  width: 130rem;
  height: 5.4rem;
  content: "";
  background: url("./../img/ttl_deco.svg");
  background-size: cover;
}
.p-top__Menu-Ttl:after {
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  display: block;
  width: 130rem;
  height: 5.4rem;
  content: "";
  background: url("./../img/ttl_deco.svg");
  background-size: cover;
  background-position: bottom;
}
.p-top__Menu-Ttl > span {
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 0;
}
.p-top__Menu-Ttl > span > span {
  color: #fff;
  font-size: clamp(16px, 4.2vw, 4.2rem);
  font-weight: bold;
  padding: 0 8rem;
  position: relative;
}
.p-top__Menu-Ttl > span > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url("./../img/icon_ttl.svg");
  background-size: cover;
}
.p-top__Menu-Ttl > span > span:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url("./../img/icon_ttl.svg");
  background-size: cover;
}
.p-top__About {
  background: url("./../img/bg_top_about.webp");
  background-size: cover;
  background-position: center;
}
.p-top__About .l-container {
  position: relative;
  height: 65vh;
}
.p-top__About-Box {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 6.5rem;
  left: 0;
  width: 71.5rem;
  padding: 5rem 0;
}
.p-top__About-Ttl {
  font-size: clamp(18px, 4.8vw, 4rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.p-top__About-Txt {
  font-size: clamp(13px, 1.87vw, 1.6rem);
  line-height: 3.497rem;
  text-align: center;
  margin-bottom: 6rem;
}
.p-top__About-Btn {
  width: 33.4rem;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: clamp(13px, 2.1vw, 1.8rem);
  color: #fff;
  background: #000;
  padding: 1.7rem;
  margin: auto;
}
.p-top__Commit {
  background: url("./../img/bg_top_comit.webp");
  background-size: cover;
  padding: 8rem 0;
}
.p-top__Commit-Ttl {
  text-align: center;
  margin-bottom: 6rem;
}
.p-top__Commit-Ttl span {
  color: #fff;
  font-size: clamp(18px, 4.2vw, 4.2rem);
  font-weight: bold;
  padding: 0 8rem;
  position: relative;
}
.p-top__Commit-Ttl span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url(./../img/icon_ttl.svg);
  background-size: cover;
}
.p-top__Commit-Ttl span:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url(./../img/icon_ttl.svg);
  background-size: cover;
}
.p-top__Commit-Flex {
  display: flex;
}
.p-top__Commit-Thum {
  max-width: 101rem;
  width: 50%;
}
.p-top__Commit-Thum img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__Commit-Detail {
  width: calc(100% - 101rem);
  width: 50%;
  background: #242728;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}
.p-top__Commit-Detail:before {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 41.4rem;
  height: 13.2rem;
  content: "";
  background: url(./../img/deco_top_comit_before.svg);
  background-size: cover;
}
.p-top__Commit-Detail:after {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 41.4rem;
  height: 13.2rem;
  content: "";
  background: url(./../img/deco_top_comit_after.svg);
  background-size: cover;
}
.p-top__Commit-Subttl {
  color: #fff;
  font-size: clamp(18px, 3.6vw, 3.6rem);
  line-height: 1;
  margin-bottom: 6rem;
  position: relative;
  z-index: 10;
}
.p-top__Commit-Txt {
  color: #fff;
  font-size: clamp(13px, 2.1vw, 1.8rem);
  line-height: 3.6rem;
  position: relative;
  z-index: 10;
}

/*-----------------インフォメーション-----------------*/
.information {
  background: url("./../img/bg_information.webp");
  background-size: cover;
  padding: 8rem 0 0;
}
.information__Inner {
  max-width: 130rem;
  margin: auto;
}
.information__Ttl {
  text-align: center;
  margin-bottom: 6rem;
}
.information__Ttl span {
  color: #fff;
  font-size: clamp(18px, 4.2vw, 4.2rem);
  font-weight: bold;
  padding: 0 8rem;
  position: relative;
}
.information__Ttl span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url(./../img/icon_ttl.svg);
  background-size: cover;
}
.information__Ttl span:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url(./../img/icon_ttl.svg);
  background-size: cover;
}
.information__Flex {
  display: flex;
  justify-content: space-between;
}
.information__Box {
  width: 50%;
}
.information__Box table {
  width: 100%;
  color: #fff;
  font-size: clamp(13px, 2.4vw, 2rem);
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: bold;
}
.information__Gallery {
  display: flex;
  justify-content: space-between;
  margin: 6.7rem auto 4.2rem;
}
.information__Gallery li {
}
.information__Map {
  position: relative;
  padding-bottom: 65rem;
  height: 0;
  overflow: hidden;
}
.information__Map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------メニュー-----------------*/
.flexwrap {
  display: flex;
}
.flexwrap .menuList__Item {
  width: 100%;
}
.flexwrap__Detail {
  padding: 5rem 2rem;
  width: 89.7rem;
}
.flexwrap__Detail-Child {
  position: relative;
}
.flexwrap__Detail-Child:before {
  position: absolute;
  top: 6.8rem;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 13.6rem);
  content: "";
  background: #637380;
  opacity: 50%;
}
.flexwrap__Detail-Child:after {
  position: absolute;
  top: 6.8rem;
  right: 0;
  width: 0.2rem;
  height: calc(100% - 13.6rem);
  content: "";
  background: #637380;
  opacity: 50%;
}
.flexwrap__Detail-Dl {
  position: relative;
  padding: 1.3rem 4rem 3rem;
  display: block;
  margin-bottom: 3rem;
}
.flexwrap__Detail-Dl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 78.7rem;
  height: 6.8rem;
  content: "";
  background: url(./../img/frame_menu.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.flexwrap__Detail-Dl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 78.7rem;
  height: 6.8rem;
  content: "";
  transform: rotate(180deg);
  background: url(./../img/frame_menu.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}
.flexwrap__Detail-Dt {
  font-size: clamp(13px, 3.4vw, 3.4rem);
  text-align: center;
  margin-bottom: 2rem;
}
.flexwrap__Detail-Dd {
  display: flex;
  justify-content: space-between;
}
.flexwrap__Detail-Dd-Child th {
  font-size: clamp(13px, 1.8vw, 1.8rem);
  font-weight: bold;
  line-height: 4.8rem;
  text-align: left;
}
.flexwrap__Detail-Dd-Child td {
  font-size: clamp(13px, 1.8vw, 1.8rem);
  font-weight: bold;
  color: #d71d1f;
  line-height: 4.8rem;
  text-align: left;
}
.flexwrap__Detail-Txt {
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 3.2rem;
  margin-bottom: 13rem;
}
.flexwrap__Detail.-drink {
  width: calc(100% - 6rem);
  margin: auto;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dl {
  margin-bottom: 7.4rem;
  padding: 1.3rem 3rem 3rem;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dl:before {
  background: url("./../img/frame_menu_drink.webp");
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dl:after {
  background: url("./../img/frame_menu_drink.webp");
  background-size: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dt {
  border-bottom: 0.1rem solid rgba(6, 3, 3, 0.5);
  padding-bottom: 1.5rem;
  position: relative;
  font-size: clamp(16px, 3.4vw, 3.4rem);
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dt span {
  position: absolute;
  right: 0;
  bottom: 1rem;
  font-size: clamp(11px, 2.2vw, 1.4rem);
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dd-Child {
  width: 48%;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dd-Child table {
  width: 100%;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dd-Child th {
  width: 53%;
  white-space: nowrap;
}
.flexwrap__Detail.-drink .flexwrap__Detail-Dd-Child td {
  width: 47%;
  white-space: nowrap;
  text-align: right;
}

.menuList {
  background: url("./../img/bg_menu.webp");
  background-size: cover;
  padding: 5rem 3rem;
  display: flex;
  justify-content: space-between;
  gap: 7.2rem 2rem;
  flex-wrap: wrap;
}
.menuList__Item {
  max-width: 45.1rem;
  width: calc((100% - 6rem) / 3);
}
.menuList__Item-Thum {
  margin-bottom: 2rem;
}
.menuList__Item-Name {
  font-size: clamp(13px, 2.2vw, 2rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.menuList__Item-Price {
  font-size: clamp(13px, 2.2vw, 2rem);
  font-weight: bold;
  color: #d71d1f;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.menuList__Item-Txt {
  font-size: clamp(13px, 1.9vw, 1.9rem);
  line-height: 2.8rem;
  letter-spacing: 0.05em;
}
.menuList__Item-Flavor {
  font-size: clamp(13px, 2.1vw, 2rem);
}
.menuList__Other {
  margin: auto;
  width: calc(100% - 6rem);
  padding-top: 5rem;
  border-top: 0.1rem solid #060303;
  margin-bottom: 15rem;
}
.menuList__Other.-logo {
  position: relative;
}
.menuList__Other.-logo:before {
  position: absolute;
  content: "";
  top: 2rem;
  right: 0;
  width: 18.9rem;
  height: 14.6rem;
  background: url(./../img/img_top_mvbottom.svg);
  background-size: cover;
}
.menuList__Other-Flex {
  display: flex;
  justify-content: space-between;
}
.menuList__Other-Flex.-js {
  justify-content: space-between;
}
.menuList__Other-Child {
  width: 52.1rem;
}
.menuList__Other-Child.-short {
  width: 49rem;
}
.menuList__Other-Child.-long {
  width: 62rem;
}
.menuList__Other-Child.-free {
  width: auto;
}
.menuList__Other-Child th {
  font-size: clamp(13px, 1.8vw, 1.8rem);
  font-weight: bold;
  line-height: 6.5rem;
  text-align: left;
}
.menuList__Other-Child th .-small {
  display: block;
  font-size: clamp(13px, 1.8vw, 1.8rem);
}
.menuList__Other-Child td {
  font-size: clamp(13px, 1.8vw, 1.8rem);
  font-weight: bold;
  color: #d71d1f;
  line-height: 6.5rem;
  text-align: left;
}
.menuList__Other .-small {
  font-size: clamp(13px, 1.8vw, 1.8rem);
}
.menuList__Attention {
  text-align: center;
  font-size: clamp(13px, 1.8vw, 1.8rem);
  font-weight: bold;
}

.Btnlist {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  gap: 5.4rem;
}
.Btnlist li {
  max-width: 54rem;
  width: 32%;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgb(0, 0, 0));
}
.Btnlist li a {
  display: block;
  padding: 2rem;
  font-size: clamp(13px, 3vw, 3rem);
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
.Btnlist li.-red a {
  background: #d71d1f;
}
.Btnlist li.-yellow a {
  background: #eda138;
}
.Btnlist li.-black a {
  background: #000;
}

/*-----------------フッター部分-----------------*/
.footer {
  background: #242728;
  padding: 4rem 0;
}
.footer__Flex {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 11.5rem;
}
.footer__Logo {
  width: 35.6rem;
  margin-left: 6rem;
}
.footer__List {
  display: flex;
  align-items: center;
}
.footer__List li {
  margin-right: 3rem;
  padding-right: 3rem;
  line-height: 1;
  border-right: 0.1rem solid #fff;
}
.footer__List li:last-child {
  border: none;
}
.footer__List li a {
  color: #fff;
  font-size: clamp(13px, 2.1vw, 2.1rem);
}
.footer__Sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7rem;
  margin-bottom: 4rem;
}
.footer__Sns li {
  width: 5.8rem;
}
.footer__Copy {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}

/*-----------------フードページ-----------------*/
.p-food {
  background: url("./../img/bg_top_menu.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #c0c2c1;
  padding: 23.6rem 0 0;
}
.p-food .l-container {
  background: url("./../img/bg_menu.webp");
  background-size: contain;
  background-position: top center;
  padding-bottom: 9rem;
}
.p-food__Menu-Ttl {
  position: relative;
  margin-bottom: 6.5rem;
}
.p-food__Menu-Ttl:before {
  position: absolute;
  top: -5.4rem;
  left: 0;
  display: block;
  width: 130rem;
  height: 5.4rem;
  content: "";
  background: url("./../img/ttl_deco.svg");
  background-size: cover;
}
.p-food__Menu-Ttl:after {
  position: absolute;
  bottom: -5.4rem;
  left: 0;
  display: block;
  width: 130rem;
  height: 5.4rem;
  content: "";
  background: url("./../img/ttl_deco.svg");
  background-size: cover;
  background-position: bottom;
}
.p-food__Menu-Ttl > span {
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 0;
}
.p-food__Menu-Ttl > span > span {
  color: #fff;
  font-size: clamp(13px, 4.2vw, 4.2rem);
  font-weight: bold;
  padding: 0 8rem;
  position: relative;
}
.p-food__Menu-Ttl > span > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url("./../img/icon_ttl.svg");
  background-size: cover;
}
.p-food__Menu-Ttl > span > span:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  content: "";
  background: url("./../img/icon_ttl.svg");
  background-size: cover;
}
.p-food .menuList {
  background: none;
}

@media screen and (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .vpc {
    display: none;
  }
  .vsp {
    display: block;
  }
  .l-header {
    padding: 3rem;
  }
  .l-header__H1 {
    width: 44rem;
  }
  .l-header__Openbtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 10rem;
    height: 10rem;
    background: #000;
  }
  .l-header__Openbtn span {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 5rem;
    height: 0.2rem;
    border-radius: 0.5rem;
    background: #fff;
    transition: 0.6s;
    transform-origin: center;
  }
  .l-header__Openbtn span:nth-child(1) {
    top: 4.5rem;
  }
  .l-header__Openbtn span:nth-child(2) {
    top: 5.5rem;
  }
  .l-header__Openbtn.-active span:nth-child(1) {
    transform: rotate(45deg) translateX(-50%);
    top: 6.5rem;
  }
  .l-header__Openbtn.-active span:nth-child(2) {
    transform: rotate(-45deg) translateX(-50%);
    top: 3rem;
  }
  .nav {
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
    background: #000;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav.-active {
    transform: translateX(0);
  }
  .nav__List {
    display: flex;
    flex-flow: column;
  }
  /*-----------------トップページ-----------------*/
  .p-top__Mv {
    background: url("./../img/img_mv_sp.webp");
    background-size: cover;
    background-position: center;
  }
  .p-top__Mv-Ttl {
    left: 5rem;
  }
  .p-top__Mvbottom {
    padding: 5rem 5%;
  }
  .p-top__Mvbottom .l-container:before {
    display: none;
  }
  .p-top__Mvbottom-Txt {
    text-align: left;
  }
  .p-top__About-Box {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 5rem;
  }
  .p-top__About-Txt {
    text-align: justify;
    line-height: 1.4em;
  }
  .p-top__Commit-Flex {
    flex-flow: column;
  }
  .p-top__Commit-Thum {
    width: 100%;
  }
  .p-top__Commit-Detail {
    width: 100%;
    padding: 5rem;
  }
  .p-top__Commit-Txt {
    line-height: 1.4em;
    text-align: justify;
  }
  /*-----------------インフォメーション-----------------*/
  .information__Inner {
    width: 90%;
  }
  .information__Ttl span {
    color: #fff;
  }
  .information__Flex {
    flex-flow: column;
  }
  .information__Box {
    width: 100%;
  }
  .information__Box table {
    width: 100%;
  }
  .information__Box table tr {
    border-bottom: none;
    padding-bottom: 5rem;
    display: block;
  }
  .information__Box table th {
    display: block;
  }
  .information__Box table td {
    display: block;
  }
  .information__Gallery {
    flex-wrap: wrap;
  }
  .information__Gallery li {
    width: 50%;
  }

  @media screen and (max-width: 992px) {
    .information__Box table tr {
      border-bottom: 1px solid #ccc;
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }


  /*-----------------メニュー-----------------*/
  .flexwrap {
    flex-flow: column;
  }
  .flexwrap__Detail {
    width: 100%;
  }
  .flexwrap__Detail-Child {
    width: calc(100% - 10rem);
    margin: auto;
  }
  .flexwrap__Detail-Child:before {
    height: calc(100% - 13.6rem);
  }
  .flexwrap__Detail-Child:after {
    height: calc(100% - 13.6rem);
  }
  .flexwrap__Detail-Child th {
    width: 48%;
  }
  .flexwrap__Detail-Child td {
    width: 52%;
  }
  .flexwrap__Detail-Dl:before {
    width: 100%;
  }
  .flexwrap__Detail-Dl:after {
    width: 100%;
  }
  .flexwrap__Detail-Dd {
    flex-flow: column;
  }
  .flexwrap__Detail-Dd table {
    width: 100%;
  }
  .flexwrap__Detail-Dd table th {
    width: 45%;
  }
  .flexwrap__Detail-Dd table td {
    width: 55%;
    text-align: right;
  }
  .flexwrap__Detail-Txt {
    width: calc(100% - 10rem);
    margin: 0 auto 5rem;
    line-height: 1.4em;
    text-align: justify;
  }
  .flexwrap__Detail.-drink {
    width: 100%;
    margin: auto;
  }
  .flexwrap__Detail.-drink .flexwrap__Detail-Dl:before {
    background: url(./../img/frame_menu.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .flexwrap__Detail.-drink .flexwrap__Detail-Dl:after {
    background: url(./../img/frame_menu.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .flexwrap__Detail.-drink .flexwrap__Detail-Dt span {
    position: static;
    display: block;
    margin-top: 2rem;
  }
  .flexwrap__Detail.-drink .flexwrap__Detail-Dd-Child {
    width: 100%;
  }
  .menuList__Item {
    width: 48%;
  }
  .menuList__Item-Thum {
    margin-bottom: 2rem;
  }
  .menuList__Item-Txt {
    line-height: 1.4em;
    text-align: justify;
  }
  .menuList__Item-Price {
    white-space: nowrap;
  }
  .menuList__Other.-logo:before {
    display: none;
  }
  .menuList__Other-Flex {
    flex-flow: column;
  }
  .menuList__Other-Child {
    width: 100%;
  }
  .menuList__Other-Child.-short {
    width: 100%;
  }
  .menuList__Other-Child.-long {
    width: 100%;
  }
  .menuList__Other-Child.-free {
    width: 100%;
  }
  .menuList__Other-Child table {
    width: 100%;
  }
  .menuList__Other-Child table th {
    width: 50%;
  }
  .menuList__Other-Child table td {
    width: 50%;
    text-align: right;
  }
  .Btnlist {
    flex-flow: column;
  }
  .Btnlist li {
    margin: auto;
    width: 90%;
    max-width: none;
  }
  .Btnlist li a {
    padding: 5rem;
  }
  /*-----------------フッター部分-----------------*/
  .footer__Flex {
    flex-flow: column;
  }
  .footer__Logo {
    width: 35.6rem;
    margin-left: 6rem;
  }
  .footer__List {
    justify-content: center;
    gap: 3rem;
  }
  .footer__List li {
    margin: 0;
    padding: 0;
    border: none;
  }
  .footer__Sns li {
    width: 10rem;
  }
  .footer__Copy {
    font-size: 10px;
  }
  /*-----------------フードページ-----------------*/
  .p-food {
    background-color: #c0c2c1;
    padding: 16.6rem 0 0;
  }
  .p-food .l-container {
    background: url("./../img/bg_menu.webp");
    background-size: contain;
    background-position: top center;
    padding-bottom: 9rem;
  }
  .p-food__Menu-Ttl {
    position: relative;
    margin-bottom: 6.5rem;
  }
  .p-food__Menu-Ttl:before {
    position: absolute;
    top: -6.3rem;
    left: 0;
    display: block;
    width: 173.7rem;
    height: 6.3rem;
    content: "";
    background: url("./../img/ttl_deco.svg");
    background-size: cover;
  }
  .p-food__Menu-Ttl:after {
    position: absolute;
    bottom: -6.3rem;
    left: 0;
    display: block;
    width: 173.7rem;
    height: 6.3rem;
    content: "";
    background: url("./../img/ttl_deco.svg");
    background-size: cover;
    background-position: bottom;
  }
  .p-food__Menu-Ttl > span {
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem 0;
  }
  .p-food__Menu-Ttl > span > span {
    color: #fff;
    font-weight: bold;
    padding: 0 8rem;
    position: relative;
  }
  .p-food__Menu-Ttl > span > span:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.2rem;
    height: 5.2rem;
    content: "";
    background: url("./../img/icon_ttl.svg");
    background-size: cover;
  }
  .p-food__Menu-Ttl > span > span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.2rem;
    height: 5.2rem;
    content: "";
    background: url("./../img/icon_ttl.svg");
    background-size: cover;
  }
}