@charset "UTF-8";
body {
  color: #000;
  line-height: 1.5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 200;
  font-style: normal;
  z-index: 1;
  background-color: #F9F4EC;
  background-image: url(../img/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 94%;
  margin: auto;
  max-width: 1280px;
}

:root {
  --main-color: #361408;
  --sub-color: #522300;
  --point-color: #A61414;
  --accent-color: #98261F;
  --sub-font: "source-han-serif-jp-subset", sans-serif;
  --sub2-font: "yuji-syuku", serif;
}

h3 {
  margin-top: 150px;
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-image: url(../img/bg.png);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation .loading-logo {
  width: 8%;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.first-view .mv {
  height: 120vh;
  background-image: url(../img/diner3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .first-view .mv {
    height: 100vh;
    background-image: url(../img/sp-mv.png);
    background-size: cover;
  }
}
.first-view .mv .mv-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-flex {
    display: none;
  }
}
.first-view .mv .mv-flex .side-mv2 {
  margin-right: auto;
  background-color: rgba(81, 30, 2, 0.35);
  height: 120vh;
  width: 6%;
  text-align: end;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 14px;
  line-height: 2;
}
.first-view .mv .mv-flex .side-mv {
  width: 16%;
  height: 120vh;
  position: relative;
  margin-left: auto;
  background-color: rgba(81, 30, 2, 0.35);
  padding: 50px;
}
.first-view .mv .mv-flex .side-mv .mv-logo {
  margin: 0 auto;
  width: 50%;
}
.first-view .mv .mv-flex .side-mv .menu-con {
  margin-top: 30px;
  padding-bottom: 160px;
  height: 6rem;
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-flex .side-mv .menu-con {
    display: none;
  }
}
.first-view .mv .mv-flex .side-mv .menu-con .mv-tel {
  font-size: 0.8125rem;
}
.first-view .mv .mv-flex .side-mv .menu-con .mv-tel .tel {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}
.first-view .mv .mv-flex .side-mv .news {
  display: flex;
  position: absolute;
  bottom: 150px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 220px;
  height: 50px;
  padding: 10px;
  border-radius: 6px;
}
.first-view .mv .mv-flex .side-mv .news .news-logo {
  width: 2rem;
}
.first-view .mv .mv-flex .side-mv .news .news1 {
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-flex .side-mv .news .news1 {
    left: 140px;
    top: -190px;
    width: 250px;
    height: 230px;
  }
}
.first-view .mv .mv-flex .side-mv .news .news1 .n-day {
  font-size: 0.5rem;
  color: #515151;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-flex .side-mv .news .news1 .n-day {
    font-size: 14px;
  }
}
.first-view .mv .mv-flex .side-mv .news .news1 .n-content {
  font-size: 0.65rem;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-flex .side-mv .news .news1 .n-content {
    font-size: 16px;
  }
}
.first-view .mv .mv-flex .side-mv .menu-m {
  position: fixed;
  bottom: 30px;
  width: 200px;
  height: 200px;
  mix-blend-mode: difference;
  z-index: 99;
}
.first-view .mv .mv-flex .side-mv .menu-m ul {
  writing-mode: vertical-rl;
  list-style-type: disc;
}
.first-view .mv .mv-flex .side-mv .menu-m ul :not(:last-child) {
  padding-left: 10px;
}
.first-view .mv .mv-flex .side-mv .menu-m ul .mv-menu-title {
  color: #fff;
  margin-left: 30px;
  margin-top: -10px;
}
.first-view .mv .mv-flex .side-mv .menu-m ul a {
  display: block;
  color: #fff;
}
.first-view .mv .open-btn2 {
  position: fixed;
  top: 10px;
  right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 32%;
  cursor: pointer;
  background: #A61414;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .first-view .mv .open-btn2 {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
}
@media screen and (max-width: 767px) {
  .first-view .mv .open-btn2 span {
    display: inline-block;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s; /*アニメーションの設定*/
  }
  .first-view .mv .open-btn2 span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  .first-view .mv .open-btn2 span:nth-of-type(2) {
    top: 29px;
    width: 30%;
  }
}
.first-view .mv .open-btn2 span.active {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .first-view .mv .open-btn2 span.active:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .first-view .mv .open-btn2 span.active:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
}
.first-view .mv .open-btn3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .first-view .mv .open-btn3 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(81, 30, 2, 0.5);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .first-view .mv .open-btn3 ul {
    padding-top: 300px;
    padding-bottom: 300px;
    list-style-type: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .first-view .mv .open-btn3 ul li {
    padding-bottom: 26px;
  }
}
.first-view .mv .mv-logo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-logo-sp {
    display: block;
    text-align: center;
    padding-top: 360px;
  }
}
@media screen and (max-width: 767px) {
  .first-view .mv .mv-logo-sp img {
    width: 20%;
  }
}

.about {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.about .about-text {
  margin: 0 auto;
  position: relative;
  writing-mode: vertical-rl;
  width: 70%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .about .about-text {
    margin-bottom: 100px;
    width: 100%;
    height: 340px;
  }
}
.about .about-text .a-t-t {
  padding-left: 60px;
  font-size: 30px;
  line-height: 2.5;
  letter-spacing: 0.3em;
  display: block;
  font-family: var(--sub2-font);
}
@media screen and (max-width: 767px) {
  .about .about-text .a-t-t {
    padding: 0 10px 0 30px;
    line-height: 1.5;
  }
}
.about .about-text .a-t-t .ts {
  color: var(--point-color);
  font-size: 30px;
}
.about .about-text .a-t-t2 {
  padding-top: 2rem;
  line-height: 3.2;
  letter-spacing: 0.1em;
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .about .about-text .a-t-t2 {
    line-height: 1.2;
    font-size: 16px;
  }
}
.about .about-text .fish-about {
  width: 18%;
  transform: rotate(-20deg);
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .about .about-text .fish-about {
    width: 26%;
    margin-top: 400px;
    margin-right: -100px;
  }
}

.menu {
  background-image: url(../img/recommended-menu-bg-new2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .menu {
    background-size: cover;
  }
}
.menu .menu-title {
  margin: 0 auto;
  margin-top: 100px;
  width: 160px;
  height: 220px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .menu .menu-title {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
.menu .menu-title .menu-title1 {
  margin: 0 auto;
  border: 1px solid #F0EDE4;
  padding: 2rem;
  width: 140px;
  height: 200px;
  border-radius: 6px;
  line-height: 3;
  font-family: var(--sub2-font);
}
.menu .menu-title .menu-title1 .ts {
  color: var(--point-color);
}
.menu .menu-whole1 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.menu .menu-whole1 .menu0 {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu0 {
    width: 100%;
    margin-top: -70px;
    margin-right: 0;
    padding-left: 0;
  }
}
.menu .menu-whole1 .menu4 {
  width: 45%;
  margin-top: 20%;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu4 {
    width: 100%;
    margin-top: -70px;
    padding-right: 0;
  }
}
.menu .menu-whole1 .menu1, .menu .menu-whole1 .menu5 {
  width: 96%;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu1, .menu .menu-whole1 .menu5 {
    width: 100%;
  }
}
.menu .menu-whole1 .menu2, .menu .menu-whole1 .menu6 {
  position: relative;
  font-size: 30px;
  line-height: 1.1;
  font-family: var(--sub-font);
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu2, .menu .menu-whole1 .menu6 {
    width: 100%;
    padding: 0;
  }
}
.menu .menu-whole1 .menu2 .menu-sashimi-text, .menu .menu-whole1 .menu6 .menu-sashimi-text {
  font-size: 26px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 14px;
  position: absolute;
  top: -200px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu2 .menu-sashimi-text, .menu .menu-whole1 .menu6 .menu-sashimi-text {
    top: -120px;
  }
}
.menu .menu-whole1 .menu2 .menu-fish-text, .menu .menu-whole1 .menu6 .menu-fish-text {
  font-size: 26px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 14px;
  position: absolute;
  top: -220px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu2 .menu-fish-text, .menu .menu-whole1 .menu6 .menu-fish-text {
    top: -160px;
    left: 10px;
  }
}
.menu .menu-whole1 .menu2 .menu-sashimi-price, .menu .menu-whole1 .menu6 .menu-sashimi-price {
  font-size: 26px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: -150px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu2 .menu-sashimi-price, .menu .menu-whole1 .menu6 .menu-sashimi-price {
    top: -80px;
  }
}
.menu .menu-whole1 .menu2 .menu-fish-price, .menu .menu-whole1 .menu6 .menu-fish-price {
  font-size: 26px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -170px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole1 .menu2 .menu-fish-price, .menu .menu-whole1 .menu6 .menu-fish-price {
    top: -120px;
    left: 10px;
  }
}
.menu .menu-whole2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 {
    justify-content: center;
    padding-bottom: 0;
  }
}
.menu .menu-whole2 .menu8 {
  width: 60%;
  margin-top: -16%;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu8 {
    width: 100%;
    margin-top: -70px;
    padding-left: 0;
  }
}
.menu .menu-whole2 .menu8 .menu9 {
  width: 60%;
  margin-left: 200px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu8 .menu9 {
    width: 100%;
    margin-left: 0;
  }
}
.menu .menu-whole2 .menu8 .menu10 {
  font-size: 26px;
  line-height: 1.1;
  position: relative;
  font-family: var(--sub-font);
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu8 .menu10 {
    width: 100%;
    padding: 0;
    font-size: 24px;
  }
}
.menu .menu-whole2 .menu8 .menu10 .menu-karaage-text {
  position: absolute;
  top: -180px;
  left: 72%;
  background-color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu8 .menu10 .menu-karaage-text {
    top: -120px;
    left: 30px;
  }
}
.menu .menu-whole2 .menu8 .menu10 .menu-karaage-price {
  position: absolute;
  top: -130px;
  left: 72%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu8 .menu10 .menu-karaage-price {
    top: -80px;
    left: 30px;
  }
}
.menu .menu-whole2 .menu3 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu3 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.menu .menu-whole2 .menu3 a {
  display: flex;
}
.menu .menu-whole2 .menu3 a .menu3-box {
  padding: 14px;
  width: 160px;
  height: 50px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu3 a .menu3-box {
    width: 158px;
    margin: 0 auto;
  }
}
.menu .menu-whole2 .menu3 a .menu3-box p {
  margin-right: 12px;
  font-size: 14px;
  color: #7A7566;
}
@media screen and (max-width: 767px) {
  .menu .menu-whole2 .menu3 a .menu3-box p {
    margin-right: 12px;
    text-align: center;
  }
}

.shop-img {
  margin-top: 300px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .shop-img {
    margin-top: 16px;
    margin-bottom: 80px;
  }
}
.shop-img .shop-img1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .shop-img .shop-img1 {
    justify-content: flex-start;
  }
}
.shop-img .shop-img1 .shop1 {
  width: 22%;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .shop-img .shop-img1 .shop1 {
    width: 90%;
    margin-right: auto;
    margin-top: 14px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .shop-img .shop-img1 .shop1 img {
    width: 100%;
  }
}
.shop-img .shop-img1 .shop2 {
  width: 15%;
  margin-right: 14px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .shop-img .shop-img1 .shop2 {
    width: 60%;
    align-self: flex-start;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 24px;
  }
}
.shop-img .shop3 {
  width: 18%;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .shop-img .shop3 {
    width: 75%;
    margin-left: auto;
    margin-top: 14px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .shop-img .shop3 img {
    width: 100%;
  }
}
.shop-img .shop4 {
  width: 32%;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .shop-img .shop4 {
    width: 77%;
    margin-right: 0;
    margin-top: 100px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .shop-img .shop4 img {
    width: 100%;
  }
}
.shop-img .shop-img-text-t {
  font-size: 13px;
  color: #7A7566;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .shop-img .shop-img-text-t {
    width: 77%;
    margin-left: auto;
    line-height: 1.8;
  }
}

.access {
  margin-bottom: 160px;
}
.access h3 {
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 2.5;
  letter-spacing: 0.2em;
  font-family: var(--sub2-font);
}
@media screen and (max-width: 767px) {
  .access h3 {
    margin-bottom: 40px;
  }
}
.access h3 .ts {
  color: var(--point-color);
}

.access-all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.access-all .access1 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .access-all .access1 {
    width: 76%;
  }
}
.access-all .access2 {
  background-color: #fff;
  width: 45%;
  display: flex;
  padding: 60px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .access-all .access2 {
    width: 76%;
    padding: 22px;
  }
}
.access-all .access2 .access2-1 {
  width: 30%;
}
.access-all .access2 .access2-1 p {
  margin-bottom: 20px;
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .access-all .access2 .access2-1 p {
    margin-bottom: 22px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .access-all .access2 .access2-1 .sp-only {
    display: none;
  }
}
.access-all .access2 .access2-2 {
  width: 70%;
}
.access-all .access2 .access2-2 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .access-all .access2 .access2-2 p {
    margin-bottom: 0px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.access-all .access2 .access2-2 iframe {
  width: 100%;
  height: 10%;
}
@media screen and (max-width: 767px) {
  .access-all .access2 .access2-2 iframe {
    width: 100%;
    height: auto;
  }
}
.access-all .access-tel {
  margin-top: 60px;
  width: 50%;
  background-color: #F5F1EA;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .access-all .access-tel {
    width: 80%;
  }
}
.access-all .access-tel .reservation-text {
  width: 50%;
  padding: 0 20px;
  margin: 40px 0;
  border-right: 1px dashed #bebebe;
  font-size: 14px;
  line-height: 2.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access-all .access-tel .reservation-text {
    line-height: 1.8;
    text-align: left;
    font-size: 13px;
  }
}
.access-all .access-tel .reservation-tel {
  width: 50%;
  padding: 0 20px;
  margin: 40px auto;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access-all .access-tel .reservation-tel {
    font-size: 18px;
  }
}
.access-all .access-tel .reservation-tel span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .access-all .access-tel .reservation-tel span {
    display: inline-block;
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.footer {
  background-image: url(../img/store1..1.png);
  background-size: cover;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
    font-size: 14px;
    height: 600px;
  }
}
.footer .footer-shadow {
  background-color: rgba(0, 0, 0, 0.56);
  height: 800px;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow {
    height: 600px;
  }
}
.footer .footer-shadow .container {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container {
    height: 600px;
  }
}
.footer .footer-shadow .container .footer-top {
  padding: 100px 0;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.07em;
  }
}
.footer .footer-shadow .container .footer-top .footer1 {
  color: #fff;
  line-height: 2.6;
  padding-bottom: 100px;
  width: 30%;
  border-bottom: 1px dashed #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top .footer1 {
    width: 100%;
    line-height: 2.2;
    padding-bottom: 60px;
  }
}
.footer .footer-shadow .container .footer-top .footer1 .info {
  display: flex;
  font-size: 16px;
}
.footer .footer-shadow .container .footer-top .footer1 .info .footer-info1 {
  margin-right: 26px;
}
.footer .footer-shadow .container .footer-top .footer1 .store-name {
  font-size: 30px;
}
.footer .footer-shadow .container .footer-top .footer1 .footer-img {
  width: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top .footer1 .footer-img {
    width: 30%;
    margin: 20px 0;
  }
}
.footer .footer-shadow .container .footer-top .footer-tel {
  padding: 30px 0;
  color: #fff;
}
.footer .footer-shadow .container .footer-top .footer-tel p {
  font-size: 30px;
}
.footer .footer-shadow .container .footer-top .footer2 {
  display: flex;
  justify-content: flex-end;
  width: 68%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top .footer2 {
    width: 80%;
    justify-content: space-around;
  }
}
.footer .footer-shadow .container .footer-top .footer2 .footer2-1 {
  width: 36%;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top .footer2 .footer2-1 {
    width: 50%;
  }
}
.footer .footer-shadow .container .footer-top .footer2 .footer2-2 {
  width: 36%;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer-shadow .container .footer-top .footer2 .footer2-2 {
    width: 50%;
  }
}
.footer .footer-shadow .container .footer-top .footer-text {
  position: absolute;
  bottom: 1%;
  font-size: 12px;
  color: #fff;
}

.m-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.m-header img {
  width: 80%;
}
.m-header p {
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .m-header p {
    font-size: 16px;
  }
}

.menu--1, .menu--2, .menu--3, .menu--4, .menu--5, .menu--6 {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  padding: 40px 20px;
  background-color: #fff;
}

.menu-table {
  padding-top: 80px;
}
.menu-table p {
  margin-bottom: 20px;
  font-size: 18px;
}
.menu-table .sashimi, .menu-table .sarad, .menu-table .stick, .menu-table .cheese, .menu-table .fried, .menu-table .fish, .menu-table .fry, .menu-table .onedish, .menu-table .maindish, .menu-table .maindish2, .menu-table .childfood {
  width: 45%;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .menu-table .sashimi, .menu-table .sarad, .menu-table .stick, .menu-table .cheese, .menu-table .fried, .menu-table .fish, .menu-table .fry, .menu-table .onedish, .menu-table .maindish, .menu-table .maindish2, .menu-table .childfood {
    width: 100%;
  }
}
.menu-table .dessert {
  width: 45%;
  display: flex;
  justify-content: space-around;
}
/*# sourceMappingURL=style.css.map */