@font-face {
  font-family: 'Kaisho';
  src: url('../font/Kaisho.woff') format('woff');
}

@font-face {
  font-family: 'Taki';
  src: url('../font/Taki.woff') format('woff');
}

@font-face {
  font-family: 'Unryu';
  src: url('../font/Unryu.woff') format('woff');
}

/******** common ********/
* {
  box-sizing: border-box;
}

html,body {
  height: 100%;
}

body {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  color: #000;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 781px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

header {
  background: #0e392f;
}

header.pc ul.top {
  font-size: 0;
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 20px;
}

header.pc ul.top li {
  display: inline-block;
  vertical-align: middle;
}

header.pc ul.top li a {
  font-family: 'Unryu';
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 14px 22px 0 0;
  display: block;
}

header.pc ul.top li:nth-child(2) {
  margin-left: 50px;
}

header.pc ul.top li:nth-child(3) {
  margin-left: 250px;
}

header.pc ul.top li:nth-child(4),
header.pc ul.top li:last-child {
  margin-left: 12px;
}

header.pc ul.top li:nth-child(n+3) {
  font-size: 25px;
  background: url(../images/bg_header_shop.png) no-repeat;
  width: 70px;
  height: 130px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

header.pc .shopping {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
}

header.pc nav {
  background: url(../images/bg.png) repeat-x #fff;
  width: 100%;
  position: relative;
}

header.pc nav #navigation {
  width: 980px;
  margin: 0 auto;
}

header.pc nav ul {
  font-size: 0;
  padding: 20px 0 25px;
}

header.pc nav ul li {
  font-family: 'Kaisho';
  font-size: 18px;
  width: 9%;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
}

header.pc nav ul li:nth-child(n+6) {
  text-align: center;
}

header.pc nav ul li:nth-child(2) {
  width: 11%;
}

header.pc nav ul li:nth-child(5) {
  width: 18%;
}

header.pc nav ul li:nth-child(7) {
  width: 14%;
}

header.pc nav ul li:nth-child(8) {
  width: 12%;
}

header.pc nav ul li a {
  color: #000;
}

header.pc nav span{
  background: #000;
  width: 54px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
}

header.sp ul {
  font-size: 0;
  padding: 30px 0;
}

header.sp ul li {
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
}

header.sp ul li:nth-child(2) {
  text-align: center;
}

header.sp ul li:last-child {
  text-align: right;
}

header.sp #nav-drawer {
  padding-right: 10px;
  position: fixed;
  top: 30px;
  right: 1.5vw;
  z-index: 10000;
}

header.sp .nav-unshown {
  display: none;
}

header.sp #nav-open {
  display: inline-block;
  width: 42px;
  height: 50px;
  vertical-align: middle;
}

header.sp #nav-open span {
  top: 5%;
}

header.sp #nav-open span::after {
  bottom: -15px;
}

header.sp #nav-open span::before {
  bottom: 15px;
}

header.sp #nav-open span,
header.sp #nav-open span::before,
header.sp #nav-open span::after {
  position: absolute;
  height: 4px;
  width: 50px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  box-shadow: 3px 3px 3px #999;
}

.open header.sp #nav-open span {
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1000001;
  box-shadow: none;
}

.open header.sp #nav-open span::before,
.open header.sp #nav-open span::after {
  background: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  z-index: 1000001;
  box-shadow: none;
}

header.sp #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: rgba(255,255,255,0.8);
  transition: .3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}

.open header.sp #nav-input ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.open header.sp #nav-content {
  padding-top: 50px;
}

.open header.sp #nav-content p {
  font-family: 'Kaisho';
  font-size: 24px;
  width: 100%;
  max-width: 610px;
  margin: 35px auto 0;
  padding-left: 10px;
  text-align: left;
}

.open header.sp #nav-content p:last-child {
  margin-bottom: 100px;
}

.open header.sp #nav-content p a {
  color: #000;
}

.open header.sp #nav-content p.menu-margin {
  margin-top: 150px;
}

header.sp .shopping {
  position: fixed;
  top: 68px;
  right: 0;
  z-index: 100000;
}

main {
  background: url(../images/bg.png) repeat-x;
}

main .sp.tel {
  width: 82.052vw;
  margin: 0 auto;
  padding: 10px 0;
}

main .sp.tel img {
  width: 100%;
}

footer {
  overflow: hidden;
}

footer .go-top {
  width: 1260px;
  margin: 20px auto 0;
  text-align: right;
}

footer .bottom {
  width: 1070px;
  margin: 0 auto;
}

footer ul {
  font-size: 0;
  padding-bottom: 100px;
  float: right;
}

footer ul li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

footer ul li:last-child {
  margin-left: 40px;
}

footer .copy {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 12px;
  padding-top: 17px;
  line-height: 1.4;
  float: left;
}

@media screen and (min-width: 781px) {
  main {
    padding-bottom: 30px;
  }

  #top main {
    padding-bottom: 0;
  }

  footer .go-top img {
    width: 93px;
  }

  footer ul li:first-child img {
    width: 26px;
  }

  footer ul li:nth-child(2) img {
    width: 27px;
  }

  footer ul li:nth-child(3) img {
    width: 57px;
  }

  footer ul li:last-child img {
    width: 163px;
  }
}

@media screen and (max-width: 780px) {
  header.sp ul li img {
    width: 50%;
    max-width: 104px;
  }

  footer .go-top {
    width: 82.052vw;
    margin: 20px auto 0;
    text-align: right;
  }

  footer .bottom {
    width: 82.052vw;
    margin: 0 auto;
  }

  footer ul {
    padding-bottom: 20px;
    float: none;
    text-align: center;
  }

  footer ul li {
    width: 8.206vw;
    margin-left: 1.5vw;
    display: inline-block;
    vertical-align: middle;
  }

  footer ul li:nth-child(3) {
    width: 18.078vw;
  }

  footer ul li:last-child {
    width: 28.848vw;
    margin-left: 4vw;
  }

  footer ul li img {
    width: 100%;
  }

  footer .copy {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  header.sp ul li:first-child img {
    width: 25.42vw;
  }

  header.sp .shopping img {
    width: 16.67vw;
  }

  footer .go-top img {
    width: 22.92vw;
  }
}
/******** common ********/

/******** index.html ********/
#top .pc#slider-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

#top .pc #slider-viewport {
  position: relative;
  left: 50%;
  width: 3210px;
  height: 500px;
  margin-left: -1605px;
}

#top .bx-wrapper {
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
}

#top .pc .bx-controls {
  position: absolute;
  width: 1070px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

#top .pc .bx-wrapper .bx-prev {
  background: url(../images/prev.png) no-repeat;
  width: 16px;
  height: 26px;
}

#top .pc .bx-wrapper .bx-next {
  background: url(../images/next.png) no-repeat;
  width: 16px;
  height: 26px;
}

#top .pc.kodawari {
  font-size: 0;
  background: url(../images/bg_kodawari_pc.png) no-repeat top right;
  width: 1400px;
  height: 452px;
  margin: 20px auto 0;
  padding-top: 80px;
}

#top .pc.kodawari li {
  display: inline-block;
  vertical-align: middle;
}

#top .pc.kodawari li:nth-child(n+2) {
  margin-left: 8px;
}

#top .pc.kodawari li:last-child {
  margin-left: 50px;
}

#top .pc.kodawari li h2 {
  font-family: 'Taki';
  font-size: 40px;
}

#top .pc.kodawari li p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.4;
}

#top .oshirase {
  background: url(../images/bg_oshirase_pc.png) no-repeat top center;
  width: 100%;
  height: 1042px;
  margin: 0 auto;
  overflow: hidden;
}

#top .oshirase ul {
  width: 1530px;
  margin: 160px auto 0;
}

#top .oshirase ul li:first-child {
  background: url(../images/bg_oshirase_text_pc.jpg) no-repeat;
  width: 1320px;
  height: 844px;
  padding: 30px 232px 0 112px;
  float: right;
}

#top .oshirase ul li h2 {
  font-size: 24px;
}

#top .oshirase ul li .box {
  height: 704px;
  margin-top: 40px;
  overflow-y: auto;
}

#top .oshirase ul li .one-box {
  font-size: 16px;
  width: 958px;
  margin-bottom: 40px;
}

#top .oshirase ul li .date {
  font-family: 'メイリオ', Meiryo, sans-serif;
}

#top .oshirase ul li .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

#top .oshirase ul li .text {
  font-family: 'メイリオ', Meiryo, sans-serif;
  margin-top: 15px;
  line-height: 1.4;
}

#top .oshirase ul li:last-child {
  width: 200px;
  float: left;
}

#top .oshirase ul li:last-child div {
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  overflow-y: hidden;
}

#top .sp#slider-wrapper {
  width: 100%;
  position: relative;
}

#top .sp .bx-wrapper {
  margin: 0 auto;
}

#top .sp.kodawari {
  margin-top: 25vw;
  text-align: center;
}

#top .sp.kodawari h2 {
  font-family: 'Taki';
  font-size: 8vw;
  margin-bottom: 5vw;
}

#top .sp.kodawari div {
  width: 62.5vw;
  margin: 1vw auto 0;
}

#top .sp.kodawari div img {
  width: 100%;
}

#top .sp.kodawari p {
  font-size: 3.5vw;
  margin-top: 3vw;
  line-height: 1.2;
}

@media screen and (min-width: 781px) {
  #top .oshirase ul li:last-child div::before {
    content: '｜';
    font-size: 27px;
    color: #fff;
    position: absolute;
    top: -27px;
    left: 5px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #top .oshirase ul li:last-child div:hover::before {
    top: 0;
    left: 5px;
  }

  #top .oshirase ul li:last-child div:first-child img {
    width: 120px;
  }

  #top .oshirase ul li:last-child div:nth-child(2) img {
    width: 117px;
  }

  #top .oshirase ul li:last-child div:last-child img {
    width: 124px;
  }
}

@media screen and (max-width: 780px) {
  #top .oshirase {
    background: url(../images/bg_oshirase_sp.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  #top .oshirase ul {
    width: 100%;
    max-width: 610px;
    margin: 20vw auto 0;
  }

  #top .oshirase ul li:first-child {
    background: url(../images/bg_oshirase_text_sp.jpg) no-repeat;
    background-size: contain;
    width: 76.925vw;
    height: 108.206vw;
    margin: 0 auto;
    padding: 6vw 0 0 3vw;
    float: none;
  }

  #top .oshirase ul li h2 {
    font-size: 4vw;
  }

  #top .oshirase ul li .box {
    height: 90vw;
    margin-top: 4vw;
    overflow-y: auto;
  }

  #top .oshirase ul li .one-box {
    font-size: 3vw;
    width: 100%;
    margin-bottom: 5vw;
  }

  #top .oshirase ul li .date {
    font-family: 'メイリオ', Meiryo, sans-serif;
  }

  #top .oshirase ul li .title {
    font-size: 3.5vw;
    font-weight: bold;
    margin-top: 2.5vw;
  }

  #top .oshirase ul li .text {
    font-family: 'メイリオ', Meiryo, sans-serif;
    margin-top: 2.5vw;
    line-height: 1.4;
  }

  #top .oshirase ul li:last-child {
    width: 100%;
    margin-top: 3vw;
    padding: 0;
    float: none;
  }

  #top .oshirase ul li:last-child div {
    width: 51.284vw;
    margin: 0 auto 3vw;
    padding: 2vw 0;
    border: #fff 1px solid;
    text-align: center;
  }

  #top .oshirase ul li:last-child div:last-child {
    margin-bottom: 4vw;
  }

  #top .oshirase ul li:last-child div:first-child img {
    width: 26.412vw;
  }

  #top .oshirase ul li:last-child div:nth-child(2) img {
    width: 25.77vw;
  }

  #top .oshirase ul li:last-child div:last-child img {
    width: 27.308vw;
  }
}
/******** index.html ********/

/******** access.html ********/
#access h2 {
  font-family: 'Taki';
  font-size: 40px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  height: 145px;
  padding-top: 70px;
  text-align: center;
}

#access .shop-info {
  font-size: 0;
  width: 1020px;
  margin: 30px auto 0;
  padding-left: 20px;
}

#access .shop-info li {
  display: inline-block;
  vertical-align: top;
}

#access .shop-info li:last-child {
  margin-left: 40px;
}

#access .shop-info li dl {
  padding: 20px 0;
  overflow: hidden;
}

#access .shop-info li dl:first-of-type {
  padding-top: 10px;
}

#access .shop-info li dl:nth-of-type(4) {
  padding-bottom: 10px;
}

#access .shop-info li dt {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  width: 200px;
  letter-spacing: 2px;
  float: left;
}

#access .shop-info li dd {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  float: left;
}

#access .shop-info li dd span {
  font-size: 10px;
  margin: 10px 0 0 100px;
  display: block;
  line-height: 0.1;
}

#access .shop-info li dl:nth-of-type(4) dd br {
  display: none;
}

#access .shop-info li dl:nth-of-type(4) dd span.pc {
  font-size: 16px;
  margin: 0;
  display: inline !important;
}

#access .shop-info li .line {
  clear: both;
}

#access h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 100px 0 40px;
  text-align: center;
  letter-spacing: 5px;
}

#access .other-shop {
  font-size: 0;
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#access .other-shop li {
  font-size: 20px;
  width: 330px;
  height: 90px;
  border: #0e392f 2px solid;
  display: inline-block;
}

#access .other-shop li:last-child {
  margin-left: 120px;
}

#access .other-shop li a {
  color: #0e392f;
  width: 100%;
  height: 100%;
  padding-top: 33px;
  display: block;
}

@media screen and (max-width: 780px) {
  #access {
    overflow-x: hidden;
  }

  #access h2 {
    padding-top: 30px;
    height: 105px;
  }

  #access .shop-info {
    width: 100%;
    margin-top: 3vw;
    padding-left: 0;
    text-align: center;
  }

  #access .shop-info li {
    display: block;
  }

  #access .shop-info li:last-child {
    width: 100%;
    max-width: 700px;
    margin: 3vw auto 0;
    padding: 0 15px;
    text-align: center;
  }

  #access .shop-info li dt {
    font-size: 20px;
    padding-left: 1vw;
    text-align: left;
    float: none;
  }

  #access .shop-info li dd {
    font-size: 24px;
    padding: 3vw 0 0 5vw;
    line-height: 1.4;
    text-align: left;
    float: none;
  }

  #access .shop-info li dl:nth-of-type(4) dd br {
    display: block;
  }

  #access .shop-info li dl:nth-of-type(4) dd span.pc {
    display: none !important;
  }

  #access .shop-info li dl:last-of-type dd {
    padding-left: 0;
  }

  #access .shop-info li dl dd.sp img {
    width: 85.129vw;
  }

  #access .shop-info li dd span {
    font-size: 20px;
    margin: 10px 0 0 80px;
  }

  #access .shop-info li .line {
    overflow-x: hidden;
  }

  #access h3 {
    margin: 10vw 0 4vw;
  }

  #access .other-shop li {
    display: block;
    margin: 0 auto;
  }

  #access .other-shop li:last-child {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 480px) {
  #access .shop-info li:first-child img {
    width: 81.25vw;
  }

  #access .shop-info li dt {
    font-size: 4vw;
  }

  #access .shop-info li dd {
    font-size: 5vw;
  }

  #access .shop-info li dd span {
    font-size: 4vw;
    margin: 2vw 0 0 14vw;
  }

  #access .other-shop {
    margin-top: 7vw;
    padding-bottom: 7vw;
  }

  #access .other-shop li {
    font-size: 4vw;
    width: 68.75vw;
    height: 18.75vw;
  }

  #access .other-shop li:last-child {
    margin: 3vw auto 0;
  }

  #access .other-shop li a {
    padding-top: 7vw;
  }
}
/******** access.html ********/

/******** bento.html ********/
#bento .pc#slider-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

#bento .pc #slider-viewport {
  position: relative;
  left: 50%;
  width: 3210px;
  height: 500px;
  margin-left: -1605px;
}

#bento .bx-wrapper {
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
}

#bento .pc .bx-controls {
  position: absolute;
  width: 1070px;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#bento .pc .bx-wrapper .bx-prev {
  background: url(../images/prev.png) no-repeat;
  width: 16px;
  height: 26px;
}

#bento .pc .bx-wrapper .bx-next {
  background: url(../images/next.png) no-repeat;
  width: 16px;
  height: 26px;
}

#bento h2 {
  font-size: 40px;
  font-weight: bold;
  width: 80px;
  margin: 70px auto 0;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@supports (-ms-ime-align:auto) {
  #bento h2 {
    height: 150px;
    position: relative;
    left: 48%;
  }
}

#bento h2 span {
  font-size: 18px;
  letter-spacing: 1px;
}

#bento main ul.list-box {
  font-size: 0;
  width: 1020px;
  margin: 70px auto 0;
  text-align: center;
}

#bento main ul.list-box li {
  background: #000;
  margin-left: 75px;
  display: inline-block;
  vertical-align: top;
}

#bento main ul.list-box li:nth-child(3n+1) {
  margin-left: 0;
}

#bento main ul.list-box li:nth-child(n+4) {
  margin-top: 30px;
}

#bento main ul.list-box li h3 {
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  letter-spacing: 5px;
  text-align: center;
}

#bento main ul.list-box li .image img {
  width: 290px;
}

#bento main ul.list-box li .text {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  color: #fff;
  width: 290px;
  height: 180px;
  padding: 10px 15px 10px 20px;
  line-height: 1.4;
  letter-spacing: 3px;
}

#bento main ul.list-box li .price {
  font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

#bento .tax {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}

#bento .reserve .tel-reserve {
  margin: 70px 0;
  text-align: center;
}

#bento .attention {
  width: 980px;
  margin: 0 auto;
}

#bento .attention h3 {
  font-size: 20px;
  padding: 10px 0 0 38px;
  letter-spacing: 3px;
  position: relative;
}

#bento .attention h3 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#bento .attention h3 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#bento .attention p {
  font-size: 16px;
  margin-top: 30px;
  padding: 0 0 50px 85px;
  line-height: 2.5;
  letter-spacing: 2px;
}

@media screen and (max-width: 780px) {
  #bento main ul.list-box {
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
  }

  #bento main ul.list-box li:nth-child(odd) {
    margin-left: 0;
  }

  #bento main ul.list-box li:nth-child(even) {
    margin-left: 10px;
  }

  #bento main ul.list-box li:nth-child(n+3) {
    margin-top: 30px;
  }

  #bento main ul.list-box li h3 {
    font-size: 20px;
  }

  #bento main ul.list-box li .image img {
    width: 315px;
  }

  #bento main ul.list-box li .text {
    font-size: 18px;
    width: 315px;
    height: 290px;
  }

  #bento main ul.list-box li .price {
    font-size: 24px;
    padding-bottom: 15px;
  }

  #bento .reserve {
    width: 100%;
    overflow-x: hidden;
  }

  #bento .reserve .tel-reserve {
    width: 980px;
    margin-left: -490px;
    position: relative;
    left: 50%;
  }

  #bento .attention {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  #bento .attention h3 {
    font-size: 24px;
    padding-top: 8px;
  }

  #bento .attention p {
    font-size: 20px;
    padding-left: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #bento .attention h3 {
    font-size: 5vw;
    padding: 2vw 0 0 8vw;
  }

  #bento .attention h3 span.left {
    height: 4vw;
    width: 4vw;
  }

  #bento .attention h3 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw
  }

  #bento .attention {
    padding: 0 15px;
  }

  #bento .attention p {
    font-size: 4.2vw;
    margin-top: 6vw;
    padding: 0 0 8vw 2vw;
  }

  #bento .reserve .tel-reserve {
    width: 150%;
    margin: 7vw 0 7vw -50%;
    left: 25%;
  }

  #bento .reserve .tel-reserve img {
    width: 100%;
  }
}

@media screen and (min-width: 375px) and (max-width: 640px) {
  #bento main ul.list-box {
    margin-top: 8vw;
  }

  #bento main ul.list-box li:nth-child(2n) {
    margin-left: 1.5vw;
  }

  #bento main ul.list-box li:nth-child(n+3) {
    margin-top: 5vw;
  }

  #bento main ul.list-box li h3 {
    font-size: 3.3vw;
  }

  #bento main ul.list-box li .image img {
    width: 49.22vw;
  }

  #bento main ul.list-box li .text {
    font-size: 2.8vw;
    width: 49.22vw;
    height: 53vw;
  }

  #bento main ul.list-box li .price {
    font-size: 4.2vw;
  }

  #bento .tax {
    font-size: 4.2vw;
    margin-top: 10vw;
  }
}

@media screen and (max-width: 374px) {
  #bento main ul.list-box {
    text-align: center;
  }

  #bento main ul.list-box li {
    width: 320px;
  }

  #bento main ul.list-box li:nth-child(even) {
    margin-left: 0;
  }

  #bento main ul.list-box li:nth-child(n+2) {
    margin-top: 5vw;
  }

  #bento main ul.list-box li .text {
    text-align: left;
  }

  #bento main ul.list-box li .image img {
    width: 320px;
  }

  #bento .tax {
    font-size: 4.8vw;
    margin-top: 12vw;
  }
}
/******** bento.html ********/

/******** menu_01.html ********/
#menu-01 h2 {
  font-family: 'Taki';
  font-size: 40px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  height: 145px;
  padding-top: 70px;
  text-align: center;
}

#menu-01 .menu {
  font-size: 0;
  width: 980px;
  margin: 30px auto 70px;
}

#menu-01 .menu li {
  font-size: 22px;
  background: url(../images/menu_line.png) no-repeat bottom center;
  width: 25%;
  height: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

#menu-01 .menu li a {
  color: #000;
}

#menu-01 #teisyoku,
#menu-01 #ippin {
  display: none;
}

#menu-01 #higawari .image {
  background: #000;
  width: 100%;
}

#menu-01 #higawari .image .inner {
  background: url(../images/higawari_main.png) no-repeat top center #000;
  width: 980px;
  height: 500px;
  margin: 0 auto;
  padding-top: 70px;
}

#menu-01 #higawari .image .inner h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 10px;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #higawari .image .inner h3 span {
  font-size: 20px;
  letter-spacing: 3px;
}

#menu-01 #higawari .image .inner .text {
  font-family: 'Kaisho';
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
  line-height: 2;
  letter-spacing: 3px;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #higawari .image .inner .price {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  padding-right: 135px;
  text-align: right;
  letter-spacing: 3px;
  clear: both;
}

#menu-01 #higawari .limited {
  background: url(../images/bg_limited_pc.png) no-repeat;
  width: 980px;
  height: 530px;
  margin: 50px auto 0;
  padding: 65px 60px 0 0;
}

#menu-01 #higawari .limited h4 {
  font-family: 'Kaisho';
  font-size: 30px;
  padding-top: 55px;
  letter-spacing: 5px;
  position: relative;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #higawari .limited h4 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #higawari .limited h4 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#menu-01 #higawari .limited .title {
  font-family: 'Kaisho';
  font-size: 50px;
  color: #d20119;
  padding: 110px 20px 0 0;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@-moz-document url-prefix() {
  #menu-01 #higawari .limited .title {
    letter-spacing: 8px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #menu-01 #higawari .limited .title {
    letter-spacing: -12px;
  }
}

@supports (-ms-ime-align:auto) {
  #menu-01 #higawari .limited .title {
    letter-spacing: 0;
  }
}

#menu-01 #higawari .limited ul li {
  height: 420px;
  border: 0;
  position: relative;
  float: right;
}

#menu-01 #higawari .limited ul li:first-child {
  margin-right: 30px;
}

#menu-01 #higawari .limited ul li:last-child {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #higawari .limited ul li:nth-child(-n+5) {
  width: 100px;
}

#menu-01 #higawari .limited ul li:nth-child(-n+5)::after {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  width: 1px;
  height: 420px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #higawari .limited ul li .name {
  font-size: 24px;
  height: 290px;
  padding-left: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #higawari .limited ul li .price,
#menu-01 #higawari .limited ul li .arrow,
#menu-01 #higawari .limited ul li .discount {
  text-align: center;
}

#menu-01 #higawari .limited ul li .price {
  font-size: 18px;
}

#menu-01 #higawari .limited ul li .arrow {
  padding: 20px 0;
}

#menu-01 #higawari .limited ul li .discount {
  font-size: 22px;
  color: #d20119;
}

#menu-01 #higawari .limited ul li:last-child {
  font-size: 18px;
  margin-right: 100px;
  line-height: 2.2;
  letter-spacing: 3px;
}

#menu-01 #teisyoku h3 {
  font-size: 40px;
  font-weight: bold;
  background: url(../images/bg_title.png) no-repeat center center;
  width: 234px;
  height: 102px;
  margin: 50px auto 0;
  padding-right: 98px;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@supports (-ms-ime-align:auto) {
  #menu-01 #teisyoku h3 {
    position: relative;
    left: 45%;
  }
}

#menu-01 #teisyoku h3 span {
  font-size: 18px;
  letter-spacing: 1px;
}

#menu-01 #teisyoku .tax {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}

#menu-01 #teisyoku ul.list-01 {
  font-size: 0;
  width: 1010px;
  margin: 50px auto 0;
  text-align: center;
}

#menu-01 #teisyoku ul.list-01 li {
  width: calc((100% - 140.5px) / 3);
  margin-left: 70px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#menu-01 #teisyoku ul.list-01 li:nth-child(3n+1) {
  margin-left: 0;
}

#menu-01 #teisyoku ul.list-01 li:nth-child(n+4) {
  margin-top: 70px;
}

#menu-01 #teisyoku ul.list-01 li .name {
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 3px;
}

#menu-01 #teisyoku ul.list-01 li .name br {
  display: none;
}

#menu-01 #teisyoku ul.list-01 li .detail {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
}

#menu-01 #teisyoku ul.list-01 li .price {
  font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  font-size: 18px;
  margin-top: 10px;
}

#menu-01 #teisyoku .option {
  font-size: 24px;
  margin-top: 50px;
  line-height: 1.4;
  text-align: center;
}

#menu-01 #teisyoku .donburi {
  background: url(../images/bg_donburi_pc.png) no-repeat;
  width: 980px;
  height: 530px;
  margin: 70px auto 30px;
  padding-right: 170px;
}

#menu-01 #teisyoku h4 {
  font-size: 30px;
  margin-top: 70px;
  padding-top: 55px;
  letter-spacing: 5px;
  position: relative;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #teisyoku h4 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #teisyoku h4 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#menu-01 #teisyoku ul.list-02 {
  width: 980px;
  margin: 0 auto;
  padding-top: 70px;
}

#menu-01 #teisyoku ul.list-02 li {
  width: 105px;
  height: 420px;
  border: 0;
  position: relative;
  float: right;
}

#menu-01 #teisyoku ul.list-02 li:first-child,
#menu-01 #teisyoku ul.list-02 li:nth-child(10) {
  margin-right: 30px;
}

#menu-01 #teisyoku ul.list-02 li:nth-child(n+10) {
  margin-top: 70px;
}

#menu-01 #teisyoku ul.list-02 li::after {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  width: 1px;
  height: 420px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #teisyoku ul.list-02 li:last-child::after {
  background-image: none;
}

#menu-01 #teisyoku ul.list-02 li .name {
  height: 380px;
  padding-left: 43px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #teisyoku ul.list-02 li:nth-child(7) .name,
#menu-01 #teisyoku ul.list-02 li:nth-child(8) .name,
#menu-01 #teisyoku ul.list-02 li:nth-child(13) .name,
#menu-01 #teisyoku ul.list-02 li:nth-child(14) .name {
  padding-left: 35px;
}

#menu-01 #teisyoku ul.list-02 li .name span {
  font-size: 14px;
}

#menu-01 #teisyoku ul.list-02 li .name span.horizontal {
  font-size: 18px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
}

#menu-01 #teisyoku ul.list-02 li .price {
  font-size: 18px;
  text-align: center;
}

#menu-01 #teisyoku .teisyoku-other {
  overflow: hidden;
}

#menu-01 #teisyoku .donburi ul.list-02 li:nth-child(2) .name {
  padding-left: 35px;
}

#menu-01 #teisyoku .noodle {
  background: url(../images/bg_noodle_pc.png) no-repeat;
  width: 1100px;
  height: 1490px;
  margin: 30px auto 0;
  padding-top: 5px;
}

@supports (-ms-ime-align:auto) {
  #menu-01 #teisyoku .noodle h3 {
    position: relative;
    left: 41.5%;
  }
}

#menu-01 #teisyoku .sushi {
  width: 100%;
  overflow: hidden;
}

#menu-01 #teisyoku .sushi .upper {
  padding-top: 30px;
  background: #f3eddf;
}

#menu-01 #teisyoku .sushi .makimono {
  width: 980px;
  margin: 0 auto;
  padding: 0 70px 50px 0;
  overflow: hidden;
}

#menu-01 #teisyoku .makimono ul.list-02 li:last-child {
  font-size: 18px;
  width: 110px;
  line-height: 1.4;
}

#menu-01 #teisyoku .makimono ul.list-02 li:last-child p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #teisyoku .makimono ul.list-02 li:nth-child(6) .name {
  padding-left: 35px;
}

#menu-01 #teisyoku .makimono ul.list-02 li:nth-child(7) .name {
  padding-left: 45px;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li .name {
  padding-left: 32px;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li .name span.horizontal {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(3) .name,
#menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(4) .name {
  padding-left: 16px;
}

#menu-01 #teisyoku .sushi .sushiteisyoku {
  width: 980px;
  margin: 0 auto;
  padding-right: 70px;
  overflow: hidden;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(5) {
  width: 290px;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li:last-child {
  font-size: 18px;
  width: 110px;
  line-height: 1.4;
}

#menu-01 #teisyoku .sushiteisyoku ul.list-02 li:last-child p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #teisyoku .sashimi {
  background: url(../images/bg_sashimi_pc.png) no-repeat;
  width: 1100px;
  height: 1550px;
  margin: 30px auto 0;
  padding: 5px;
}

@supports (-ms-ime-align:auto) {
  #menu-01 #teisyoku .sashimi h3 {
    position: relative;
    left: 41.5%;
  }
}

#menu-01 #teisyoku .sashimi ul.list-02 {
  padding-top: 100px;
  width: 1080px;
}

#menu-01 #teisyoku .sashimi ul.list-02 li {
  width: 98px;
}

#menu-01 #teisyoku .sashimi ul.list-02 li:last-child {
  margin-top: 0;
  padding: 0 0 0 32px;
}

#menu-01 #teisyoku .sashimi ul.list-02 li .name {
  padding-left: 40px;
}

#menu-01 #teisyoku .nabe {
  overflow: hidden;
}

#menu-01 #teisyoku .nabe h3 {
  height: 145px;
  margin-top: 100px;
}

@supports (-ms-ime-align:auto) {
  #menu-01 #teisyoku .nabe h3 {
    position: relative;
    left: 45%;
  }
}

#menu-01 #teisyoku .nabe h3 span {
  padding-top: 10px;
}

#menu-01 #teisyoku .zousui {
  background: url(../images/bg_donburi_pc.png) no-repeat;
  width: 980px;
  height: 560px;
  margin: 0 auto;
  padding: 0 70px 30px 0;
  overflow: hidden;
}

#menu-01 #ippin {
  color: #fff;
  background: url(../images/bg_ippin_pc.png) no-repeat top center;
  height: 5069px;
  padding-top: 250px;
  overflow: hidden;
}

#menu-01 #ippin .bg {
  background: url(../images/bg_ippin_title.jpg) no-repeat center center;
  width: 100%;
  height: 195px;
}

#menu-01 #ippin h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: 70px;
  margin: 0 auto;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@supports (-ms-ime-align:auto) {
  #menu-01 #ippin h3 {
    position: relative;
    left: 47%;
  }
}

#menu-01 #ippin h3 span {
  font-size: 20px;
  padding-top: 15px;
  letter-spacing: 1px;
}

#menu-01 #ippin ul.list-01 {
  font-size: 0;
  width: 1010px;
  margin: 50px auto 0;
}

#menu-01 #ippin ul.list-01 li {
  width: calc((100% - 140.5px) / 3);
  margin-left: 70px;
  text-align: center;
  display: inline-block;
}

#menu-01 #ippin ul.list-01 li:nth-child(3n+1) {
  margin-left: 0;
}

#menu-01 #ippin ul.list-01 li:nth-child(n+4) {
  margin-top: 70px;
}

#menu-01 #ippin ul.list-01 li .name {
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 3px;
}

#menu-01 #ippin ul.list-01 li .detail {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
}

#menu-01 #ippin ul.list-01 li .price {
  font-family: 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  font-size: 18px;
  margin-top: 10px;
}

#menu-01 #ippin h4 {
  font-size: 30px;
  margin-top: 120px;
  padding-top: 55px;
  letter-spacing: 5px;
  position: relative;
  float: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #ippin h4 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #ippin h4 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#menu-01 #ippin ul.list-02 {
  width: 980px;
  margin: 0 auto;
  padding-top: 120px;
}

#menu-01 #ippin ul.list-02 li {
  width: 95px;
  height: 420px;
  border: 0;
  position: relative;
  float: right;
}

#menu-01 #ippin ul.list-02 li:first-child,
#menu-01 #ippin ul.list-02 li:nth-child(11) {
  margin-right: 30px;
}

#menu-01 #ippin ul.list-02 li:nth-child(n+11) {
  margin-top: 120px;
}

#menu-01 #ippin ul.list-02 li::after {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  width: 1px;
  height: 420px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-01 #ippin ul.list-02 li:last-child::after {
  background-image: none;
}

#menu-01 #ippin ul.list-02 li .name {
  height: 380px;
  padding-left: 39px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#menu-01 #ippin ul.list-02 li .name span {
  font-size: 12px;
}

#menu-01 #ippin ul.list-02 li .price {
  font-size: 18px;
  text-align: center;
}

#menu-01 #ippin .list,
#menu-01 #ippin .fry,
#menu-01 #ippin .burn,
#menu-01 #ippin .simmer,
#menu-01 #ippin .sunomono {
  overflow: hidden;
}

#menu-01 #ippin .fry,
#menu-01 #ippin .burn,
#menu-01 #ippin .simmer,
#menu-01 #ippin .sunomono {
  width: 980px;
  margin: 0 auto;
  padding-right: 100px;
}

#menu-01 #ippin .sunomono ul.list-02 li:first-child .name {
  padding-left: 16px;
}

#menu-01 #ippin .dessart ul.list-02 li:last-child .name {
  padding-left: 26px;
}

#menu-01 #ippin .bottom {
  width: 980px;
  margin: 0 auto;
}

#menu-01 #ippin .vegetable {
  float: right;
  width: 62%;
  padding-right: 10%;
}

@media screen and (min-width: 781px) {
  #menu-01 .menu li.pc {
    display: inline-block !important;
  }
}

@media screen and (max-width: 780px) {
  #menu-01 .menu {
    width: 100%;
    max-width: 640px;
  }

  #menu-01 .menu li {
    font-size: 30px;
    width: 50%;
    height: 55px;
  }

  #menu-01 .menu li:nth-child(n+5) {
    margin-top: 50px;
  }

  #menu-01 .menu li.sp {
    display: inline-block !important;
  }

  #menu-01 #higawari .image .inner {
    background-position: right top;
    width: 100%;
    max-width: 780px;
  }

  #menu-01 #higawari .image .inner h3 {
    padding-right: 130px;
  }

  #menu-01 #higawari .image .inner .text {
    font-size: 24px;
    line-height: 1.4;
  }

  #menu-01 #higawari .image .inner .price {
    font-size: 24px;
    padding-right: 245px;
  }

  #menu-01 #higawari .limited {
    background: url(../images/bg_limited_sp.png) no-repeat;
    width: 640px;
    height: 870px;
    margin: 50px auto 0;
    padding: 50px 0 0 0;
  }

  #menu-01 #higawari .limited .upper {
    overflow: hidden;
  }

  #menu-01 #higawari .limited h4 {
    padding: 45px 180px 0 0;
  }

  #menu-01 #higawari .limited .title {
    padding: 20px 15px 0 0;
    letter-spacing: 8px;
  }

  #menu-01 #higawari .limited .other-day {
    padding: 10px 30px 0 0;
    line-height: 2.2;
    float: right;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  #menu-01 #higawari .limited ul {
    width: 525px;
    margin: 50px auto 0;
    overflow: hidden;
    clear: both;
  }

  #menu-01 #higawari .limited ul li {
    width: 105px !important;
  }

  #menu-01 #higawari .limited ul li:first-child {
    margin-right: 0;
  }

  #menu-01 #higawari .limited ul li:nth-last-child(2)::after {
    background-image: none;
  }

  #menu-01 #teisyoku {
    display: block;
  }

  #menu-01 #teisyoku .sushi,
  #menu-01 #teisyoku .sashimi,
  #menu-01 #teisyoku .nabe,
  #menu-01 #teisyoku .zousui {
    display: none;
  }

  #menu-01 #teisyoku .tax {
    font-size: 24px;
  }

  #menu-01 #teisyoku ul.list-01 {
    width: 100%;
    max-width: 590px;
  }

  #menu-01 #teisyoku ul.list-01 li {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
    vertical-align: top;
  }

  #menu-01 #teisyoku ul.list-01 li:nth-child(3n+1) {
    margin-left: 10px;
  }

  #menu-01 #teisyoku ul.list-01 li:nth-child(odd) {
    margin-left: 0;
  }

  #menu-01 #teisyoku ul.list-01 li:nth-child(n+4) {
    margin-top: 0;
  }

  #menu-01 #teisyoku ul.list-01 li:nth-child(n+3) {
    margin-top: 30px;
  }

  #menu-01 #teisyoku ul.list-01 li .name {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.4;
  }

  #menu-01 #teisyoku ul.list-01 li .name br {
    display: block;
  }

  #menu-01 #teisyoku ul.list-01 li .detail {
    font-size: 18px;
  }

  #menu-01 #teisyoku ul.list-01 li .price {
    font-size: 19.5px;
  }

  #menu-01 #teisyoku ul.list-02 {
    width: 100%;
    max-width: 700px;
  }

  #menu-01 #teisyoku ul.list-02 li {
    width: 94px;
  }

  #menu-01 #teisyoku ul.list-02 li:nth-child(n+7) {
    margin-top: 90px;
  }

  #menu-01 #teisyoku ul.list-02 li:nth-child(10) {
    margin-right: 0;
  }

  #menu-01 #teisyoku ul.list-02 li:first-child,
  #menu-01 #teisyoku ul.list-02 li:nth-child(7) {
    margin-right: 0;
  }

  #menu-01 #teisyoku ul.list-02 li .name {
    font-size: 24px;
    padding-left: 35px;
  }

  #menu-01 #teisyoku ul.list-02 li .name span {
    font-size: 18px;
  }

  #menu-01 #teisyoku ul.list-02 li .name span.horizontal {
    font-size: 24px;
  }

  #menu-01 #teisyoku ul.list-02 li .price {
    font-size: 22px;
  }

  #menu-01 #teisyoku .donburi ul.list-02 li:nth-child(n+5) .name {
    padding-left: 22px;
  }

  #menu-01 #teisyoku .donburi ul.list-02 li:nth-child(2) .name {
    padding-left: 22px;
  }

  #menu-01 #teisyoku .donburi {
    background: url(../images/bg_donburi_sp.png) no-repeat;
    width: 100%;
    height: 510px;
    max-width: 700px;
    padding-right: 50px;
  }

  #menu-01 #teisyoku .teisyoku-other ul {
    max-width: 640px;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li {
    width: 101px;
    height: 440px;
  }

  #menu-01 #teisyoku ul.list-02 li:first-child,
  #menu-01 #teisyoku ul.list-02 li:nth-child(7) {
    margin-right: 0;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li .name {
    padding-left: 37px;
    height: 420px;
  }

  #menu-01 #teisyoku ul.list-02 li:first-child,
  #menu-01 #teisyoku ul.list-02 li:nth-child(10) {
    margin-right: 0;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(7) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(8) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(13) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(14) .name {
    padding-left: 25px;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(6n)::after {
    background: none;
  }

  #menu-01 #teisyoku .noodle {
    background: url(../images/bg_noodle_sp.png) no-repeat;
    width: 100%;
    max-width: 700px;
    height: 2490px;
  }

  #menu-01 #teisyoku .noodle ul.list-02 {
    max-width: 640px;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li {
    width: 101px;
    height: 440px;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li .name {
    padding-left: 37px;
    height: 420px;
  }

  #menu-01 #teisyoku .sushi .makimono {
    width: 100%;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li:nth-child(5)::after {
    background: none;
  }

  #menu-01 #teisyoku .makimono ul.list-02 {
    width: 100%;
    max-width: 560px;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li {
    width: 105px;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li .name {
    padding-left: 38px;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(5)::after,
  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(7)::after {
    background: none;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(6) .name {
    padding-left: 25px;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(n+6) {
    margin-top: 30px;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:last-child {
    font-size: 24px;
    width: 250px;
  }

  #menu-01 #teisyoku .sushi .sushiteisyoku {
    background: url(../images/bg_donburi_sp.png) no-repeat;
    height: 510px;
    width: 100%;
    max-width: 700px;
    margin-top: 50px;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 {
    width: 100%;
    max-width: 560px;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li {
    width: 105px;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(5) {
    display: none;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li .name {
    padding-left: 28px;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(3) .name,
  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(4) .name {
    padding-left: 4px;
  }

  #menu-01 #teisyoku .sushi .attention {
    font-size: 18px;
    width: 100%;
    max-width: 640px;
  }

  #menu-01 #teisyoku .sashimi {
    width: 100%;
    max-width: 700px;
  }

  #menu-01 #teisyoku .sashimi {
    background: url(../images/bg_sashimi_sp.png) no-repeat;
    width: 100%;
    max-width: 700px;
    height: 2400px;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 {
    max-width: 525px;
    padding-top: 70px;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li {
    width: 105px;
    height: 400px;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li:last-child {
    margin-top: 70px;
    padding-left: 0;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li .name {
    padding-left: 38px;
    height: 360px;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li:nth-child(n+6) {
    margin-top: 40px;
  }

  #menu-01 #teisyoku .nabe h3 {
    margin-top: 0;
  }

  #menu-01 #teisyoku .nabe ul.list-02 {
    max-width: 640px;
  }

  #menu-01 #teisyoku .nabe ul.list-02 li {
    width: 101px;
    height: 440px;
  }

  #menu-01 #teisyoku .nabe ul.list-02 li .name {
    padding-left: 37px;
    height: 420px;
  }

  #menu-01 #teisyoku .zousui {
    background: url(../images/bg_donburi_sp.png) no-repeat;
    width: 100%;
    max-width: 700px;
    height: 510px;
    margin-top: 70px;
  }

  #menu-01 #ippin {
    height: 100%;
    background: url(../images/bg_ippin_sp.png) no-repeat;
    height: 7892px;
    padding-top: 60px;
  }

  #menu-01 #ippin ul.list-01 {
    width: 100%;
    max-width: 600px;
  }

  #menu-01 #ippin ul.list-01 li {
    width: calc((100% - 20px) / 2);
    margin-left: 10px;
    vertical-align: top;
  }

  #menu-01 #ippin ul.list-01 li:nth-child(3n+1) {
    margin-left: 10px;
  }

  #menu-01 #ippin ul.list-01 li:nth-child(odd) {
    margin-left: 0;
  }

  #menu-01 #ippin ul.list-01 li:nth-child(n+4) {
    margin-top: 0;
  }

  #menu-01 #ippin ul.list-01 li:nth-child(n+3) {
    margin-top: 30px;
  }

  #menu-01 #ippin ul.list-01 li .name {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1.4;
  }

  #menu-01 #ippin ul.list-01 li .name br {
    display: block;
  }

  #menu-01 #ippin ul.list-01 li .detail {
    font-size: 18px;
  }

  #menu-01 #ippin ul.list-01 li .detail br {
    display: none;
  }

  #menu-01 #ippin h4 {
    margin: 70px 0 0 50px;
    padding-right: 30px;
  }

  #menu-01 #ippin ul.list-02 {
    width: 100%;
    max-width: 606px;
    padding-top: 70px;
  }

  #menu-01 #ippin ul.list-02 li {
    width: 101px;
    height: 450px
  }

  #menu-01 #ippin ul.list-02 li:nth-child(n+7) {
    margin-top: 70px;
  }

  #menu-01 #ippin ul.list-02 li:first-child,
  #menu-01 #ippin ul.list-02 li:nth-child(11) {
    margin-right: 0;
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .burn ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(n+6) {
    margin-top: 70px;
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(6),
  #menu-01 #ippin .burn ul.list-02 li:nth-child(6),
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(6),
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(6) {
    margin-right: 90px;
  }

  #menu-01 #ippin ul.list-02 li .name {
    font-size: 24px;
    height: 420px;
    padding-left: 35px;
  }

  #menu-01 #ippin ul.list-02 li .name span {
    font-size: 18px;
  }

  #menu-01 #ippin ul.list-02 li .price {
    font-size: 22px;
  }

  #menu-01 #ippin .fry,
  #menu-01 #ippin .burn,
  #menu-01 #ippin .simmer,
  #menu-01 #ippin .sunomono,
  #menu-01 #ippin .vegetable,
  #menu-01 #ippin .dessart {
    width: 640px;
    padding-right: 0;
  }

  #menu-01 #ippin .vegetable {
    overflow: hidden;
    float: none;
  }

  #menu-01 #ippin .bottom {
    width: 100%;
    max-width: 640px;
  }
}

@media screen and (max-width: 700px) {
  #menu-01 #teisyoku .donburi {
    background-size: contain;
    width: 100vw;
    height: 72.858vw;
    margin: 11vw auto 4.5vw;
    padding-right: 12vw;
  }

  #menu-01 #teisyoku ul.list-02 li {
    width: 13.43vw;
    height: 60vw;
  }

  #menu-01 #teisyoku ul.list-02 li::after {
    height: 54.288vw;
  }

  #menu-01 #teisyoku ul.list-02 li .name {
    font-size: 3.5vw;
    padding-left: 5vw;
    height: 54.288vw;
  }

  #menu-01 #teisyoku ul.list-02 li .name span {
    font-size: 2.6vw;
  }

  #menu-01 #teisyoku ul.list-02 li .name span.horizontal {
    font-size: 3.5vw;
  }

  #menu-01 #teisyoku ul.list-02 li .price {
    font-size: 3.2vw;
  }

  #menu-01 #teisyoku .donburi ul.list-02 li:nth-child(2) .name {
    padding-left: 3.2vw;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(6)::after {
    background: none;
  }

  #menu-01 #teisyoku .noodle {
    background-size: contain;
    height: 355.716vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 {
    max-width: 606px;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li {
    height: 60vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li::after {
    height: 57.144vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li:nth-child(6)::after {
    background: none;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li:nth-child(n+7) {
    margin-top: 14vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li .name {
    height: 57.144vw;
  }

  #menu-01 #teisyoku .sushi .makimono {
    max-width: 700px;
    padding-right: 11vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li {
    height: 60vw;
    width: 15.782vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li::after {
    height: 57.144vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(6) {
    margin-right: 4vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(5)::after {
    background: none;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li .name {
    padding-left: 6.5vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:nth-child(6) .name {
    padding-left: 4vw;
  }

  #menu-01 #teisyoku .sushi .sushiteisyoku {
    background-size: contain;
    height: 72.858vw;
    padding-right: 9vw;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li,
  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:last-child {
    width: 15vw;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:first-child {
    margin-right: 3vw;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li .name {
    padding-left: 3.5vw;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:last-child p {
    font-size: 3vw;
  }

  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(3) .name,
  #menu-01 #teisyoku .sushiteisyoku ul.list-02 li:nth-child(4) .name {
    padding-left: 0.6vw;
  }

  #menu-01 #teisyoku .sashimi {
    background-size: contain;
    height: 342.858vw;
  }

  #menu-01 #ippin ul.list-02 li .name {
    font-size: 3.5vw;
    padding-left: 5vw;
    height: 54.288vw;
  }

  #menu-01 #ippin ul.list-02 li .name span {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 680px) {
  #menu-01 #teisyoku .noodle ul.list-02 li {
    height: 56vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li::after {
    height: 53vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li .name {
    height: 53vw;
    padding-left: 6vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li {
    height: 56vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li::after {
    height: 53vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li .name {
    height: 53vw;
    padding-left: 6vw;
  }
}

@media screen and (max-width: 640px) {
  #menu-01 #higawari .limited h4 span.left {
    height: 4vw;
    width: 4vw;
  }

  #menu-01 #higawari .limited h4 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw;
  }

  #menu-01 #teisyoku h3 {
    font-size: 6.5vw;
    background-size: contain;
    width: 36.564vw;
    height: 16.5vw;
    margin: 8vw auto 0;
    padding-right: 15vw;
    letter-spacing: 1.4vw;
  }

  #menu-01 #teisyoku h3 span {
    font-size: 2.8vw;
    padding-top: 1vw;
  }

  #menu-01 .menu {
    text-align: center;
  }

  #menu-01 .menu li {
    font-size: 5.2vw;
    background-size: contain;
    width: 33%;
    height: 9vw;
  }

  #menu-01 .menu li:nth-child(4),
  #menu-01 .menu li:nth-child(6) {
    margin-left: 12%;
  }

  #menu-01 .menu li:nth-child(n+5) {
    margin-top: 9vw;
  }

  #menu-01 #higawari .image .inner {
    background-position: center center;
  }

  #menu-01 #higawari .image .inner h3 {
    padding-right: 20vw;
  }

  #menu-01 #higawari .image .inner .price {
    padding-right: 38vw;
  }

  #menu-01 #higawari .limited {
    background-size: contain;
    width: 100vw;
    height: 135.94vw;
    margin: 8vw auto 0;
    padding: 6vw 0 0 0;
  }

  #menu-01 #higawari .limited .upper {
    overflow: hidden;
  }

  #menu-01 #higawari .limited h4 {
    font-size: 5vw;
    padding: 7vw 29vw 0 0;
  }

  #menu-01 #higawari .limited .title {
    font-size: 8vw;
    padding: 2.5vw 2vw 0 0;
    letter-spacing: 1.4vw;
  }

  #menu-01 #higawari .limited .other-day {
    font-size: 3vw;
    padding: 1.5vw 4.5vw 0 0;
  }

  #menu-01 #higawari .limited ul {
    width: 82.032vw;
    margin-top: 5vw;
  }

  #menu-01 #higawari .limited ul li {
    width: 20% !important;
    height: 65.626vw;
  }

  #menu-01 #higawari .limited ul li .name {
    font-size: 4vw;
    height: 45.314vw;
    padding-left: 6.5vw;
  }

  #menu-01 #higawari .limited ul li .price {
    font-size: 2.8vw;
  }

  #menu-01 #higawari .limited ul li .arrow {
    padding: 2.8vw 0;
  }

  #menu-01 #higawari .limited ul li .arrow img {
    width: 2.19vw;
  }

  #menu-01 #higawari .limited ul li .discount {
    font-size: 3.5vw;
  }

  #menu-01 #higawari .limited ul li:nth-child(-n+5)::after {
    height: 65.626vw;
  }

  #menu-01 #teisyoku h4 span.left {
    height: 4vw;
    width: 4vw;
  }

  #menu-01 #teisyoku h4 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw;
  }

  #menu-01 #teisyoku .tax {
    font-size: 4.5vw;
  }

  #menu-01 #teisyoku ul.list-01 {
    max-width: 92.19vw;
    margin-top: 8vw;
  }

  #menu-01 #teisyoku ul.list-01 li .image img {
    width: 45.314vw;
  }

  #menu-01 #teisyoku ul.list-01 li:nth-child(n+3) {
    margin-top: 4.8vw;
  }

  #menu-01 #teisyoku ul.list-01 li .name {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }

  #menu-01 #teisyoku ul.list-01 li .detail {
    font-size: 2.8vw;
  }

  #menu-01 #teisyoku ul.list-01 li .price {
    font-size: 2.96vw;
  }

  #menu-01 #teisyoku .option {
    font-size: 4vw;
    margin-top: 8vw;
  }

  #menu-01 #teisyoku ul.list-02 {
    width: 100vw;
    padding-top: 8vw;
  }

  #menu-01 #teisyoku ul.list-02 li:nth-child(n+7) {
    margin-top: 14vw;
  }

  #menu-01 #teisyoku ul.list-02 li .price {
    font-size: 3.5vw;
  }

  #menu-01 #teisyoku h4 {
    font-size: 4.8vw;
    margin-top: 8vw;
    padding-top: 9vw;
    letter-spacing: 0.8vw;
  }

  #menu-01 #teisyoku .donburi ul.list-02 li .price {
    font-size: 3vw;
  }

  #menu-01 #teisyoku .teisyoku-other ul {
    max-width: 606px;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li {
    width: 15.782vw;
    height: 68.75vw;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li::after {
    height: 65.626vw;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(6)::after {
    background: none;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li .name {
    height: 65.626vw;
    padding-left: 6vw;
  }

  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(7) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(8) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(13) .name,
  #menu-01 #teisyoku .teisyoku-other ul.list-02 li:nth-child(14) .name {
    padding-left: 4.5vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 {
    max-width: 606px;
    width: 94.69vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li {
    width: 15.782vw;
  }

  #menu-01 #teisyoku .noodle ul.list-02 li .name {
    padding-left: 6vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li:last-child {
    font-size: 4vw;
    width: 36vw;
  }

  #menu-01 #teisyoku .makimono ul.list-02 li .name {
    height: 54.288vw;
  }

  #menu-01 #teisyoku .sushi .attention {
    font-size: 3vw;
    margin: 4.5vw auto 7vw;
    padding: 3.5vw 10.5vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 {
    max-width: 505px;
    width: 78.908vw;
    padding-top: 12vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li {
    width: 15.782vw;
    height: 46vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li::after {
    height: 40vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li .name {
    height: 40vw;
    padding-left: 6vw;
  }

  #menu-01 #teisyoku .sashimi ul.list-02 li:nth-child(n+6) {
    margin-top: 4.5vw;
  }

  #menu-01 #teisyoku .nabe h3 {
    height: 24vw;
  }

  #menu-01 #teisyoku .nabe ul.list-02 {
    max-width: 606px;
    width: 94.69vw;
  }

  #menu-01 #teisyoku .nabe ul.list-02 li {
    width: 15.782vw;
    height: 68.75vw;
  }

  #menu-01 #teisyoku .nabe ul.list-02 li::after {
    height: 65.626vw;
  }

  #menu-01 #teisyoku .nabe ul.list-02 li .name {
    height: 65.626vw;
    padding-left: 6vw;
  }

  #menu-01 #teisyoku .zousui {
    background-size: contain;
    height: 79.69vw;
    margin-top: 10.5vw;
    padding: 0 10vw 4.5vw 0;
  }

  #menu-01 #ippin {
    height: 1233.126vw;
    padding-top: 9.5vw;
  }

  #menu-01 #ippin h3 {
    font-size: 6.5vw;
    background-size: contain;
    height: 32vw;
    width: 11vw;
    margin: 8vw auto 0;
    letter-spacing: 1.4vw;
  }

  #menu-01 #ippin h3 span {
    font-size: 2.8vw;
    padding-top: 1vw;
  }

  #menu-01 #ippin ul.list-01 {
    max-width: 92.19vw;
    margin-top: 8vw;
  }

  #menu-01 #ippin ul.list-01 li .image img {
    width: 45.314vw;
  }

  #menu-01 #ippin ul.list-01 li:nth-child(n+3) {
    margin-top: 4.8vw;
  }

  #menu-01 #ippin ul.list-01 li .name {
    font-size: 3.2vw;
    margin-top: 2.5vw;
  }

  #menu-01 #ippin ul.list-01 li .detail {
    font-size: 2.8vw;
  }

  #menu-01 #ippin ul.list-01 li .price {
    font-size: 3.5vw;
  }

  #menu-01 #ippin ul.list-02 {
    width: 100vw;
    padding-top: 8vw;
  }

  #menu-01 #ippin ul.list-02 li:nth-child(n+7) {
    margin-top: 14vw;
  }

  #menu-01 #ippin ul.list-02 li .price {
    font-size: 3.5vw;
  }

  #menu-01 #ippin h4 {
    font-size: 4.8vw;
    margin: 8vw 0 0 3.5vw;
    padding-top: 9vw;
    letter-spacing: 0.8vw;
  }

  #menu-01 #ippin h4 span.left {
    height: 4vw;
    width: 4vw;
  }

  #menu-01 #ippin h4 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw;
  }

  #menu-01 #ippin ul.list-02 {
    width: 94.69vw;
    max-width: 606px;
  }

  #menu-01 #ippin ul.list-02 li {
    width: 15.782vw;
    height: 68.75vw;
  }

  #menu-01 #ippin ul.list-02 li::after {
    height: 65.626vw;
  }

  #menu-01 #ippin ul.list-02 li:nth-child(6n)::after {
    background: none;
  }

  #menu-01 #ippin ul.list-02 li:nth-child(n+7) {
    margin-top: 14vw;
  }

  #menu-01 #ippin ul.list-02 li .name {
    height: 65.626vw;
    padding-left: 6vw;
  }

  #menu-01 #ippin ul.list-02 li .price {
    font-size: 3.5vw;
  }

  #menu-01 #ippin .fry,
  #menu-01 #ippin .burn,
  #menu-01 #ippin .simmer,
  #menu-01 #ippin .sunomono,
  #menu-01 #ippin .vegetable,
  #menu-01 #ippin .dessart {
    width: 100%;
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(5n)::after,
  #menu-01 #ippin .burn ul.list-02 li:nth-child(5n)::after,
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(5n)::after,
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(5n)::after {
    background: none;
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(6n)::after,
  #menu-01 #ippin .burn ul.list-02 li:nth-child(6n)::after,
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(6n)::after,
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(6n)::after {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(171,171,170,0.75), rgba(0,0,0,0));
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(6),
  #menu-01 #ippin .burn ul.list-02 li:nth-child(6),
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(6),
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(6) {
    margin-right: 14vw;
  }

  #menu-01 #ippin .fry ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .burn ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .simmer ul.list-02 li:nth-child(n+6),
  #menu-01 #ippin .sunomono ul.list-02 li:nth-child(n+6) {
    margin-top: 10.5vw;
  }

  #menu-01 #ippin .sunomono ul.list-02 li:first-child .name {
    padding-left: 2vw;
  }

  #menu-01 #ippin .dessart ul.list-02 li:last-child .name {
    padding-left: 4vw;
  }
}
/******** menu_01.html ********/

/******** menu_02.html ********/
#menu-02 h2 {
  font-family: 'Taki';
  font-size: 40px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  height: 145px;
  padding-top: 70px;
  text-align: center;
}

#menu-02 h2 span {
  font-family: 'Kaisho';
}

#menu-02 h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 30px;
  text-align: center;
  letter-spacing: 10px;
}

#menu-02 #banshaku {
  margin-top: 40px;
}

#menu-02 #banshaku ul {
  font-size: 0;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 4px);
  background-size: 10px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 900px;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  text-align: center;
}

#menu-02 #banshaku ul li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#menu-02 #banshaku ul li:last-child {
  margin-left: 120px;
  padding-top: 25px;
}

#menu-02 #banshaku ul li .name {
  font-size: 24px;
}

#menu-02 #banshaku ul li .price {
  font-size: 24px;
  margin: 10px 0 0 100px;
  letter-spacing: 3px;
}

#menu-02 #banshaku ul li .price span {
  font-size: 18px;
}

#menu-02 #banshaku ul li .contents {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 3px;
}

#menu-02 #banshaku .text {
  font-size: 18px;
  width: 700px;
  margin: 50px auto;
  line-height: 1.8;
  letter-spacing: 5px;
}

#menu-02 .border {
  width: 100%;
  overflow-x: hidden;
}

#menu-02 .inner{
  width: 2000px;
  margin-left: -1000px;
  position: relative;
  left: 50%;
}

#menu-02 #course {
  background: #f3eddf;
  padding: 70px 0 10px;
}

#menu-02 #course ul {
  font-size: 0;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 4px);
  background-size: 10px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 900px;
  margin: 0 auto 50px;
  padding-bottom: 30px;
  text-align: center;
}

#menu-02 #course ul:last-of-type {
  background-image: none;
}

#menu-02 #course ul li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#menu-02 #course ul li:nth-child(2) {
  margin-left: 80px;
  width: calc(100% - 450px);
}

#menu-02 #course ul li .comment {
  font-size: 14px;
  padding-top: 10px;
  line-height: 1.4;
  letter-spacing: 4px;
}

#menu-02 #course ul li .image {
  margin-top: 10px;
}

#menu-02 #course ul li .comment span {
  font-size: 24px;
}

#menu-02 #course ul li .upper {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  padding-left: 10px;
  line-height: 2;
  letter-spacing: 3px;
}

#menu-02 #course ul li .upper span {
  color: #b02315;
}

#menu-02 #course ul li .line {
  width: 78%;
  padding: 10px 0 20px;
  overflow-x: hidden;
}

#menu-02 #course ul li .bottom {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.6;
  letter-spacing: 3px;
}

#menu-02 #course ul li .bottom span {
  color: #b02315;
}

@media screen and (max-width: 780px) {
  #menu-02 #banshaku ul {
    width: 640px;
  }

  #menu-02 #banshaku ul li:last-child {
    margin-left: 25px;
    padding-top: 0;
  }

  #menu-02 #banshaku ul li .name {
    font-size: 30px;
    margin-left: -15px;
  }

  #menu-02 #banshaku ul li .price {
    font-size: 18px;
    margin: 20px 0 0 0;
  }

  #menu-02 #banshaku ul li .contents {
    font-size: 24px;
    line-height: 1.6;
  }

  #menu-02 #banshaku .text {
    font-size: 24px;
    width: 640px;
  }

  #menu-02 #banshaku .text br {
    display: none;
  }

  #menu-02 #course ul {
    width: 640px;
    margin-bottom: 30px;
  }

  #menu-02 #course ul li:first-child {
    width: 420px;
  }

  #menu-02 #course ul li:nth-child(2) {
    margin-left: -100px;
    width: calc(100% - 320px);
  }

  #menu-02 #course ul li:last-child {
    margin: 20px 0 0 0;
    width: 100%;
  }

  #menu-02 #course ul li .comment {
    font-size: 18px;
  }

  #menu-02 #course ul li .comment span {
    font-size: 30px;
  }

  #menu-02 #course ul li .image img {
    width: 290px;
  }

  #menu-02 #course ul li .upper {
    font-size: 24px;
    padding: 100px 0 0 0;
    line-height: 1.6;
  }

  #menu-02 #course ul li .bottom {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  #menu-02 h2 {
    height: 115px;
    padding-top: 40px;
  }

  #menu-02 h3 {
    font-size: 7.5vw;
    margin: 6vw 0 4vw;
    letter-spacing: 1.8vw;
  }

  #menu-02 #banshaku ul {
    width: 100%;
    margin-bottom: 8vw;
    padding: 0 15px 10vw;
  }

  #menu-02 #banshaku ul li:first-child img {
    width: 45.314vw;
  }

  #menu-02 #banshaku ul li:last-child {
    margin-left: 3.5vw;
  }

  #menu-02 #banshaku ul li .name {
    font-size: 6.5vw;
    margin-left: -2.5vw;
  }

  #menu-02 #banshaku ul li .price {
    font-size: 4.5vw;
    margin: 2.5vw 0 0 0;
  }

  #menu-02 #banshaku ul li .price span {
    font-size: 3.5vw;
  }

  #menu-02 #banshaku ul li .contents {
    font-size: 4.2vw;
    line-height: 1.6;
  }

  #menu-02 #banshaku .text {
    font-size: 4vw;
    width: 100%;
    margin: 5vw 0 6vw;
    padding: 0 15px;
  }

  #menu-02 #course {
    padding: 5vw 0 1vw;
  }

  #menu-02 #course ul {
    width: 100%;
    padding: 0 15px 5vw;
  }

  #menu-02 #course ul li:first-child {
    width: 100%;
  }

  #menu-02 #course ul li .comment {
    font-size: 4vw;
  }

  #menu-02 #course ul li .comment span {
    font-size: 6vw;
  }

  #menu-02 #course ul li .image {
    margin-top: 1.5vw;
  }

  #menu-02 #course ul li .image img {
    width: 56.25vw;
  }

  #menu-02 #course ul li:nth-child(2) {
    margin-left: -31.5vw;
    width: 31.5vw;
  }

  #menu-02 #course ul li .upper {
    font-size: 4vw;
    padding: 20vw 0 0 0;
  }

  #menu-02 #course ul li .bottom {
    font-size: 4.5vw;
  }
}
/******** menu_02.html ********/

/******** reserve.html ********/
#reserve h2 {
  font-family: 'Taki';
  font-size: 40px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  height: 145px;
  padding-top: 70px;
  text-align: center;
}

#reserve h2 span {
  font-family: 'Kaisho';
}

#reserve .image {
  text-align: center;
}

#reserve .reserve .tel-reserve {
  margin: 50px 0;
  text-align: center;
}

#reserve .attention {
  width: 980px;
  margin: 0 auto;
}

#reserve .attention h3 {
  font-size: 20px;
  padding: 10px 0 0 38px;
  letter-spacing: 3px;
  position: relative;
}

#reserve .attention h3 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#reserve .attention h3 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#reserve .attention p {
  font-size: 16px;
  margin-top: 30px;
  padding: 0 0 50px 85px;
  line-height: 2.5;
  letter-spacing: 2px;
}

#reserve .attention p span {
  color: #ab1919;
}

#reserve .attention p span.bold {
  font-weight: bold;
}

#reserve form {
  width: 900px;
  margin: 0 auto;
}

#reserve form h4 {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 20px;
  margin: 50px 0 20px;
  padding-bottom: 5px;
  border-bottom: #0e392f 3px solid;
  letter-spacing: 2px;
}

#reserve form dl {
  clear: both;
  overflow: hidden;
}

#reserve form dl dt {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  background: #ece8e8;
  width: 30%;
  height: 65px;
  padding: 24px 0 0 20px;
  border-bottom: #dbdbdb 2px solid;
  float: left;
}

#reserve form dl:first-of-child dt {
  border-top: #ece8e8 2px solid;
}

#reserve form dl dt span {
  color: #ab1919;
}

#reserve form dl dd {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  background: #fefefe;
  height: 65px;
  border-bottom: #dbdbdb 2px solid;
  float: left;
}

#reserve form dl dd select {
  height: 30px;
  width: 110px;
  border: 2px solid #ece8e8;
}

#reserve form dl dd input[type="text"] {
  height: 30px;
  width: 400px;
  border: 2px solid #ece8e8;
}

#reserve form dl:nth-of-type(3) dd input[type="text"] {
  width: 90px;
}

#reserve form dl dd .error {
  font-size: 12px;
  color: #ab1919;
  padding-top: 5px;
}

#reserve form dl dd:nth-child(2) {
  width: 70%;
  padding: 14px 0 0 20px;
}

#reserve form dl dd span,
#reserve form dl dd:nth-child(3) {
  font-size: 12px;
}

#reserve form dl:nth-of-type(10) dt,
#reserve form dl:nth-of-type(11) dt,
#reserve form dl:nth-of-type(11) dd {
  height: 130px;
}

#reserve form dl:nth-of-type(11) dd {
  padding-top: 13px;
  position: relative;
}

#reserve form dl:nth-of-type(7) dd:nth-child(2),
#reserve form dl:nth-of-type(8) dd:nth-child(2) {
  width: 47%;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) {
  width: 42%;
  height: 130px;
  line-height: 2.4;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) input[type="checkbox"] {
  display: none;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) .label {
  position: relative;
  padding: 0 0 0 42px;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) .label:before {
  content: "";
  left: 0px;
  margin-top: -10px;
  width: 5px;
  height: 15px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 10px;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) input[type="checkbox"]:checked + .label:before {
  opacity: 1;
}

#reserve form dl:nth-of-type(10) dd:nth-child(2) .label:after {
  content: "";
  width: 25px;
  height: 25px;
  margin-top: -10px;
  border: 2px solid #ece8e8;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
}

#reserve form dl:nth-of-type(7) dd:nth-child(3),
#reserve form dl:nth-of-type(8) dd:nth-child(3) {
  width: 23%;
  padding: 12px 0 0 10px;
  line-height: 1.8;
  letter-spacing: 1px;
}

#reserve form dl:nth-of-type(10) dd:nth-child(3) {
  width: 28%;
  height: 130px;
  padding-top: 23px;
  line-height: 1.8;
}

#reserve form dl:nth-of-type(11) dd span {
  position: absolute;
  top: 20px;
  left: 480px;
}

#reserve form dl:nth-of-type(11) dd textarea {
  width: 450px;
  height: 100px;
  border: 2px solid #ece8e8;
}

#reserve form input[type="submit"] {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: bold;
  font-size: 20px;
  color: #0e392f;
  background: #fff;
  width: 330px;
  height: 60px;
  margin: 50px auto 0;
  padding-bottom: 30px;
  padding-top: 12px;
  border: #0e392f 2px solid;
  box-shadow: none;
  text-align: center;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  #reserve main {
    overflow-x: hidden;
  }

  #reserve .reserve .tel-reserve {
    width: 150%;
    margin: 7vw 0 7vw -25%;
    left: 25%;
  }

  #reserve .reserve .tel-reserve img {
    width: 100%;
  }

  #reserve .attention {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  #reserve .attention h3 {
    font-size: 24px;
    padding-top: 8px;
  }

  #reserve .attention p {
    font-size: 20px;
    padding-left: 12px;
    line-height: 1.6;
  }

  #reserve form {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }

  #reserve form dl {
    margin-bottom: 20px;
  }

  #reserve form dl dt {
    font-size: 18px;
    width: 100%;
    float: none;
  }

  #reserve form dl dd:nth-child(2) {
    padding-left: 10px;
  }

  #reserve form dl:nth-of-type(10) dt,
  #reserve form dl:nth-of-type(11) dt {
    height: 65px;
  }

  #reserve form dl dd {
    height: 100%;
    float: none;
  }

  #reserve form dl dd:nth-child(2) {
    width: 100%;
    padding-bottom: 10px;
  }

  #reserve form dl dd input[type="text"] {
    width: 95%;
  }

  #reserve form dl dd span {
    font-size: 18px;
    padding-top: 10px;
    display: block;
  }

  #reserve form dl dd .error {
    padding-top: 10px;
  }

  #reserve form dl:nth-of-type(7) dd:nth-child(2), #reserve form dl:nth-of-type(8) dd:nth-child(2) {
    width: 100%;
    border: none;
  }

  #reserve form dl:nth-of-type(7) dd:nth-child(3), #reserve form dl:nth-of-type(8) dd:nth-child(3) {
    font-size: 18px;
    width: 100%;
    padding-top: 0;
  }

  #reserve form dl:nth-of-type(7) dd:nth-child(3), #reserve form dl:nth-of-type(8) dd:nth-child(3) br {
    display: none;
  }

  #reserve form dl:nth-of-type(10) dd:nth-child(2) {
    font-size: 16px;
    width: 100%;
    height: 100%;
    border: none;
  }

  #reserve form dl:nth-of-type(10) dd:nth-child(3) {
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0 0 15px 8px;
  }

  #reserve form dl:nth-of-type(10) dd:nth-child(3) br:nth-of-type(n+2) {
    display: none;
  }

  #reserve form dl:nth-of-type(11) dd {
    height: 100%;
  }

  #reserve form dl:nth-of-type(11) dd textarea {
    width: 95%;
    height: 200px;
  }

  #reserve form dl:nth-of-type(11) dd span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  #reserve h2 {
    font-size: 32px;
  }

  #reserve .attention {
    padding: 0 15px;
  }

  #reserve .attention h3 {
    font-size: 5vw;
    margin-top: 8vw;
    padding: 2vw 0 0 8vw;
  }

  #reserve .attention h3 span.left {
    height: 4vw;
    width: 4vw;
  }

  #reserve .attention h3 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw
  }

  #reserve .attention p {
    font-size: 4.2vw;
    margin-top: 6vw;
    padding: 0 0 8vw 2vw;
  }
}

@media screen and (min-width: 375px) and (max-width: 640px) {
  #reserve .image {
    margin-top: 30px;
  }

  #reserve .image img {
    width: 92.5vw
  }

  #reserve .reserve {
    width: 100%;
    overflow-x: hidden;
  }

  #reserve form {
    padding: 0 15px;
  }

  #reserve form dl:nth-of-type(10) dd:nth-child(2) {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  #reserve h2 {
    height: 115px;
    padding-top: 40px;
  }

  #reserve .image {
    margin-top: 30px;
  }

  #reserve .image img {
    width: 92.5vw
  }

  #reserve .reserve .tel-reserve {
    width: 150%;
    margin: 7vw 0 7vw -25%;
    left: 25%;
  }

  #reserve .reserve .tel-reserve img {
    width: 100%;
  }

  #reserve form h4 {
    padding-left: 10px;
  }

  #reserve form dl:nth-of-type(10) dd:nth-child(2) {
    font-size: 15px;
  }

  #reserve form input[type="submit"] {
    width: 100%;
    max-width: 330px;
  }
}
/******** reserve.html ********/

/******** table.html ********/
#table h2 {
  font-family: 'Taki';
  font-size: 40px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  height: 145px;
  padding-top: 70px;
  text-align: center;
}

#table main ul {
  font-size: 0;
  width: 725px;
  margin: 70px auto 0;
}

#table main ul:last-of-type {
  padding-bottom: 40px;
}

#table main ul li {
  display: inline-block;
  vertical-align: top;
}

#table main ul li:last-child {
  width: 355px;
  margin-left: 70px;
  padding-top: 47px;
  overflow-x: hidden;
}

#table main h3 {
  font-size: 20px;
  padding: 10px 0 15px 30px;
  letter-spacing: 3px;
  position: relative;
}

#table main h3 span.left {
  background: #455c2f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#table main h3 span.right {
  background: #0e392f;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#table main ul li dt {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  width: 50%;
  padding: 23px 0 23px 15px;
  letter-spacing: 3px;
  float: left;
}

#table main ul li dd {
  font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  width: 50%;
  padding: 23px 0;
  letter-spacing: 3px;
  float: left;
}

#table main ul li .line {
  clear: both;
}

@media screen and (max-width: 780px) {
  #table main h3 {
    font-size: 30px;
    width: 640px;
    margin: 30px auto 0;
    padding-top: 0;
  }

  #table main h3:nth-of-type(n+2) {
    margin-top: 100px;
  }

  #table main ul {
    width: 640px;
    margin: 15px auto 0;
  }

  #table main ul li:last-child {
    width: 50%;
    margin-left: 25px;
    padding-top: 0;
  }

  #table main ul li dt {
    font-size: 20px;
    width: 100%;
    padding: 15px 0 0;
    float: none;
  }

  #table main ul li dd {
    font-size: 24px;
    width: 100%;
    padding: 20px 0 20px 70px;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  #table main h3 {
    font-size: 5vw;
    width: calc(100% - 30px);
    margin-top: 5vw;
  }

  #table main h3 span.left {
    height: 4vw;
    width: 4vw;
  }

  #table main h3 span.right {
    height: 4vw;
    width: 4vw;
    top: 2vw;
    left: 2vw
  }

  #table main h3:nth-of-type(n+2) {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 375px) and (max-width: 640px) {
  #table main ul {
    width: 100%;
    margin-top: 2vw;
    padding: 0 15px;
  }

  #table main ul li:last-child {
    width: calc(50% - 5vw);
    margin-left: 5vw;
  }

  #table main ul li .image img {
    width: 45.314vw;
  }

  #table main ul li dt {
    font-size: 3.2vw;
    padding: 2.5vw 0 0;
  }

  #table main ul li dd {
    font-size: 3.8vw;
    padding: 3vw 0 3vw 12vw;
  }
}

@media screen and (max-width: 374px) {
  #table h2 {
    height: 115px;
    padding-top: 40px;
  }

  #table main ul li .image {
    text-align: center;
  }

  #table main ul {
    width: 100%;
    margin-top: 2vw;
    padding: 0 15px;
  }

  #table main ul li {
    display: block;
  }

  #table main ul li:last-child {
    width: 100%;
    margin-top: 3vw;
    margin-left: 0;
  }

  #table main ul li dt {
    font-size: 5vw;
    padding: 3.5vw 0 0;
  }

  #table main ul li dd {
    font-size: 6vw;
    padding: 4vw 0 4vw 14vw;
  }
}
/******** table.html ********/