@charset "UTF-8";

/* ------------------------
Menu
------------------------ */
.zh {
  font-family: 'Noto Sans SC', sans-serif;
}

#Menu .kv {
  height: 520px;
  background: url(../../menu/img/kv_bg.jpg) no-repeat center center;
  background-size: cover;
}

#Menu .kv .sec-inner {
  position: relative;
  height: 100%;
  padding-top: 243px;
}

#Menu .kv .txt {
  margin-top: 18px;
  color: #fff;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
}

#Menu .kv .note {
  color: #fff;
  line-height: 1.7;
  text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
  margin-top: 7px;
}

#Menu .kv .language {
  position: absolute;
  top: 180px;
  right: 0;
}

#Menu .kv .language ul li a {
  width: 150px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #707070;
  font-weight: 500;
}
#Menu .kv .language ul li.active a {
  background: #7E0000;
  border: solid 1px #fff;
  color: #fff;
  pointer-events: none;
}

#Menu .kv .language ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

#Menu .pagelink {
  background: url(../../menu/img/pagelink_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

#Menu .pagelink .flex {
  justify-content: center;
}

#Menu .pagelink .flex div:not(:last-of-type) {
  margin-right: 25px;
}

#Menu .pagelink .flex div a {
  display: block;
  box-shadow: 8px 8px 8px 0 rgb(0 0 0 / 20%);
}

#Menu .bg-style:nth-child(odd) {
  background: url(../../menu/img/bg_style01.png) no-repeat top center;
  background-size: cover;
}
#Menu .bg-style:nth-child(even) {
  background: url(../../menu/img/bg_style02.png) no-repeat top center;
  background-size: cover;
}

#Menu .price {
  padding: 100px 0;
}

#Menu .price .main-menu {
  position: relative;
}

#Menu .price .main-menu .ttl-icon {
  position: absolute;
  top: -8%;
  left: -6%;
}

#Menu .okonomiyaki .main-menu .ttl-icon {
  position: absolute;
  top: -8%;
  left: -7%;
}

#Menu .price .main-menu .icon {
  position: absolute;
  bottom: 10.5%;
  right: 1%;
}

#Menu .price .main-menu .cap {
  font-size: 125%;
  font-weight: 700;
  margin-top: 25px;
}

#Menu .price .other-menu {
  margin-top: 50px;
}

#Menu .okonomiyaki .other-menu {
  margin-top: 0;
}

#Menu .price .other-menu .flex-child {
  width: 30%;
}

#Menu .price .other-menu dl.price-list {
  flex-wrap: wrap;
  width: 100%;
}

#Menu .price .other-menu dl.price-list dt {
  font-size: 93.75%;
  width: 74%;
  text-align: left;
  line-height: 1;
  padding: 7px 0;
}

#Menu .price .other-menu dl.price-list .col2 {
  width: 100%;
}

#Menu .price .other-menu dl.price-list .narrow {
  letter-spacing: -.1em;
}

#Menu .price .other-menu dl.price-list dt span {
  font-size: 81.25%;
}

#Menu .price .other-menu dl.price-list dd {
  font-size: 93.75%;
  width: 25%;
  text-align: right;
  line-height: 1;
  padding: 7px 0;
}

#Menu .price .other-menu .box {
  padding: 16px 10px 10px;
  background: url(../../menu/img/topping_bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 6px;
  border: solid 1px #AC882C;
}

#Menu .price .other-menu .box dl {
  flex-wrap: wrap;
  width: 47%;
}

#Menu .price .other-menu .box dt {
  font-size: 87.5%;
  width: 58%;
  text-align: left;
  line-height: 1;
  padding: 7px 0;
}

#Menu .price .other-menu .box dt span {
  font-size: 81.25%;
}

#Menu .price .other-menu .box dd {
  font-size: 87.5%;
  width: 40%;
  text-align: right;
  line-height: 1;
  padding: 7px 0;
}

#Menu .price .other-menu .flex-child p.ttl {
  color: #7E0000;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px;
}

#Menu .price p.note {
  margin-top: 36px;
}

#Menu .price .other-menu .price-list-ttl {
  font-size: 106.67%!important;
  font-weight: 500;
  color: #fff;
  background: #7E0000;
  padding: 7px!important;
  margin: 8px 0 5px;
  width: 100%!important;
  text-align: center!important;
}

#Menu .drink {
  position: relative;
}

#Menu .drink .deco {
  position: absolute;
  bottom: 44px;
  right: 0;
}

#Menu .drink .sec-inner {
  position: relative;
  z-index: 1;
}

#Menu .drink .other-menu,
#Menu .teppanyaki .other-menu,
#Menu .appetizer .other-menu,
#Menu .friedfood .other-menu,
#Menu .rice .other-menu {
  align-items: inherit;
}

/* en */
#Menu.menu-en .okonomiyaki .main-menu .ttl-icon {
  left: -8.5%;
}
#Menu.menu-en .teppanyaki .main-menu .ttl-icon {
  left: -7.5%;
}
#Menu.menu-en .friedfood .main-menu .ttl-icon {
  left: -7.5%;
}

/* zh */
#Menu.menu-zh {
  font-family: 'Noto Sans SC', sans-serif;
}


@media screen and (min-width: 768px){
}

@media screen and (max-width: 1024px){
  #Menu .price .main-menu .ttl-icon {
    left: 1%;
  }
  #Menu .okonomiyaki .main-menu .ttl-icon {
    left: .5%;
  }
  #Menu.menu-en .okonomiyaki .main-menu .ttl-icon {
    left: -2%;
  }
  #Menu.menu-en .teppanyaki .main-menu .ttl-icon,
  #Menu.menu-en .friedfood .main-menu .ttl-icon {
    left: -1%;
  }
  #Menu.menu-en .appetizer .main-menu .ttl-icon {
    left: 0;
  }
  #Menu .price .main-menu .icon {
    bottom: 13.5%;
  }
  #Menu .price .other-menu .flex-child {
    width: 31%;
  }
  #Menu .kv .txt {
    font-size: 100%;
  }
  #Menu .pagelink {
    padding: 40px 0;
  }
  #Menu .pagelink .flex div img {
    width: 52px;
  }
  #Menu .price .other-menu {
    margin-top: 40px;
  }
  #Menu .okonomiyaki .other-menu {
    width: 80%;
    margin: 40px auto 0;
  }
  #Menu .okonomiyaki .other-menu .flex-l,
  #Menu .okonomiyaki .other-menu .flex-c {
    width: 47%;
  }
  #Menu .okonomiyaki .other-menu .flex-r {
    width: 100%;
    margin-top: 20px;
  }
  #Menu .price .other-menu dl.price-list dt {
    width: 70%;
  }
  #Menu .price .other-menu dl.price-list dd {
    width: 29%;
    letter-spacing: -.05em;
  }
}


@media screen and (max-width: 767px){
  #Menu .kv {
    height: 450px;
  }
  #Menu .kv .sec-inner {
    padding-top: 40px;
  }
  #Menu .kv .language {
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #Menu .kv .language ul li a {
    margin: 0;
  }
  #Menu .kv .language ul li {
    display: inline-block;
  }
  #Menu .pagelink {
    padding: 20px 0;
    background: url(../../menu/img/pagelink_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #Menu .pagelink .flex {
    width: 46.6%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #Menu .pagelink .flex div {
    width: 29.7%;
    margin-right: 0!important;
  }
  #Menu .pagelink .flex div:nth-last-child(n+4) {
    margin-bottom: 10px;
  }
  #Menu .price {
    padding: 175px 0 50px;
  }
  #Menu .price .other-menu {
    width: 90%;
    margin: 40px auto 0;
  }
  #Menu .price .main-menu .ttl-icon {
    top: -59%!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
  }
  #Menu .price .main-menu .cap {
    margin-top: 10px;
  }
  #Menu .price .main-menu .icon {
    bottom: 20%;
  }
  #Menu .price .other-menu div {
    width: 100%!important;
  }
  #Menu .okonomiyaki .other-menu .flex-c {
    margin: 30px 0 10px;
  }
  #Menu .price p.note {
    width: 90%;
    margin: 30px auto 0;
    text-align: left;
  }
  #Menu .drink .deco {
    width: 80%;
    bottom: 10px;
  }
  #Menu .teppanyaki .other-menu .flex-l,
  #Menu .appetizer .other-menu .flex-r{
    margin-bottom: 30px;
  }
  #Menu .friedfood .other-menu .flex-r{
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 360px){
}

@media screen and (max-width: 320px){
}
