@charset "UTF-8";
.mobile-menu {
  position: fixed;
  right: -60px;
  top: 60px;
  width: 300px; }
  .mobile-menu__nav {
    padding-top: 80px; }
  .mobile-menu__ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .mobile-menu__li {
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative; }
    .mobile-menu__li > a {
      text-decoration: none;
      color: #534741;
      width: 90%;
      margin: 0 auto; }
    .mobile-menu__li-facebook {
      list-style: none; }
    .mobile-menu__li:after {
      content: '';
      background-image: url(../image/mobile-menu_underline.png);
      background-position: center;
      background-size: contain;
      background-repeat: repeat;
      display: inline-block;
      width: 90%;
      height: 2px;
      vertical-align: middle; }
  .mobile-menu__link {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #534741;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold; }
    .mobile-menu__link > .fab {
      font-size: 32px; }
  .mobile-menu__h1 > a:hover {
    color: #323232;
    text-decoration: none; }
  .mobile-menu__btn {
    background-color: unset;
    border: none;
    outline: none !important;
    cursor: pointer; }
    .mobile-menu__btn > span {
      background-color: black;
      width: 35px;
      height: 2px;
      display: block;
      margin-bottom: 9px;
      -webkit-transition: -webkit-transform .7s;
      transition: -webkit-transform .7s;
      -o-transition: transform .7s;
      transition: transform .7s;
      transition: transform .7s, -webkit-transform .7s; }
      .mobile-menu__btn > span:last-child {
        margin-bottom: 0; }
  .mobile-menu__cover {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    overflow-y: scroll; }
  .mobile-menu__main {
    padding: 0;
    -webkit-perspective: 2000px;
            perspective: 2000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .mobile-menu__item {
    list-style: none;
    display: block;
    -webkit-transform: translate3d(0, 0, -1000px);
            transform: translate3d(0, 0, -1000px);
    padding: 0 40px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
    transition: opacity 0.2s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
    opacity: 0; }
  .mobile-menu__h1 {
    margin: 30px auto 20px;
    line-height: 50px;
    text-align: center; }
    .mobile-menu__h1 > img {
      width: 100px;
      height: 50px; }
  .mobile-menu__about {
    font-size: 20px;
    font-weight: normal; }
  .mobile-menu__text {
    width: 90%;
    margin: 0 auto; }

.menu-open .mobile-menu__cover {
  height: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: scroll; }

.menu-open .mobile-menu__item {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1; }
  .menu-open .mobile-menu__item:nth-child(1) {
    -webkit-transition-delay: 0.07s;
         -o-transition-delay: 0.07s;
            transition-delay: 0.07s; }
  .menu-open .mobile-menu__item:nth-child(2) {
    -webkit-transition-delay: 0.14s;
         -o-transition-delay: 0.14s;
            transition-delay: 0.14s; }
  .menu-open .mobile-menu__item:nth-child(3) {
    -webkit-transition-delay: 0.21s;
         -o-transition-delay: 0.21s;
            transition-delay: 0.21s; }
  .menu-open .mobile-menu__item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
         -o-transition-delay: 0.28s;
            transition-delay: 0.28s; }
  .menu-open .mobile-menu__item:nth-child(5) {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s; }

.menu-open .mobile-menu__btn > span {
  background-color: black; }
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    -webkit-transition-delay: 70ms;
         -o-transition-delay: 70ms;
            transition-delay: 70ms;
    -webkit-transform: translateY(11px) rotate(135deg);
        -ms-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg); }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(-18px) scaleX(0);
        -ms-transform: translateX(-18px) scaleX(0);
            transform: translateX(-18px) scaleX(0); }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    -webkit-transition-delay: 140ms;
         -o-transition-delay: 140ms;
            transition-delay: 140ms;
    -webkit-transform: translateY(-11px) rotate(-135deg);
        -ms-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg); }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Noto Serif JP', serif; }

#global-container {
  overflow: hidden; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #000000; }

.top {
  position: relative;
  top: 10px; }

#main {
  display: block; }

.mb-lr {
  margin-bottom: 50px; }

.section-main-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative; }
  .section-main-title::after {
    content: '';
    display: inline-block;
    background-image: url(../image/title_underbar.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    display: inline-block;
    width: 90%;
    height: 2px;
    vertical-align: middle;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.mobile-menu__btn {
  display: none; }

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../image/header_backimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100; }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto; }
  .header__ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__li {
    list-style: none;
    margin-left: 60px;
    font-weight: 600; }
    .header__li-appearimage {
      display: none; }
    .header__li:first-child {
      margin-left: 0; }
    .header__li > a:hover {
      color: #323232;
      text-decoration: none;
      border-bottom: 1px solid #323232;
      padding-bottom: 3px;
      display: inline;
      line-height: 2; }

.hero {
  position: relative;
  width: 100%;
  padding-top: 80px; }
  .hero__movie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    min-width: 130%;
    min-height: 130%; }
    .hero__movie-wrapper {
      position: relative;
      width: 100vw;
      height: calc(100vh - 80px);
      overflow: hidden; }
  .hero__title {
    position: absolute;
    right: 12vw;
    bottom: 7vw; }
    .hero__title > img {
      width: 130px;
      height: auto; }

.main {
  position: relative;
  padding-bottom: 160px;
  padding-top: 160px; }
  .main__text-area {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: horizontal; */
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: 5;
            animation-iteration-count: 5; }
    .main__text-area:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 280px; }
  .main__text-topimages {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
  .main__text-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main__text-area:nth-child(2) .main__text-wrap {
      width: 55%; }
  .main__text-yusyou {
    font-size: 10px !important;
    font-weight: 600;
    margin-top: 25px;
    position: absolute;
    top: 0;
    right: 0px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl; }
  .main__text-yusyou .ruby-char {
    display: none;
   }
  .main__text-topimages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .main__text-area:nth-child(2) .main__text-topimages {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .main__text-topimages > img {
      width: 50px; }
    .main__text-topimages > span {
      font-size: 18px; }
  .main__text-des {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl; }
    .main__text-des > p {
      line-height: 2.2;
      font-weight: 600;
      letter-spacing: 2px;
      height: 310px; }
  .main__text-images {
    width: 40%; }
    .main__text-area:nth-child(2) .main__text-images {
      visibility: hidden; }
  .main__text-side-wrapper {
    display: none; }
  .main__moyou-left {
    position: absolute;
    top: 40%;
    left: 10%; }
  .main__moyou-right {
    position: absolute;
    bottom: 45%;
    right: 10%; }
  .main__moyou-left2 {
    position: absolute;
    top: 185%;
    left: 10%;
    z-index: 1; }
  .main__moyou-right2 {
    position: absolute;
    top: 125%;
    right: 10%;
    z-index: 1; }
  .main__moyou-left3 {
    position: absolute;
    top: 295%;
    left: 10%;
    z-index: 1; }
  .main__moyou-right3 {
    position: absolute;
    top: 240%;
    right: 10%;
    z-index: 1; }
  .main__moyou-left4 {
    position: absolute;
    top: 440%;
    left: 10%;
    z-index: 1; }
  .main__moyou-right4 {
    position: absolute;
    top: 240%;
    right: 10%;
    z-index: 1; }
  .main__moyou-center4 {
    position: absolute;
    top: 240%;
    right: 10%;
    z-index: 1; }
  .main__backimage {
    background-image: url(../image/main_haikei.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), to(rgba(0, 0, 1, 0.7)));
    -webkit-mask-image: -webkit-linear-gradient(transparent 57%, rgba(0, 0, 1, 0.7) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(57%, transparent), to(rgba(0, 0, 1, 0.7)));
            mask-image: linear-gradient(transparent 57%, rgba(0, 0, 1, 0.7) 100%); }
    .main__backimage::after {
      content: '';
      display: block;
      padding-top: 50%; }
  .main__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }

.cuisine {
  padding-top: 85px;
  background-image: url(../image/cuisine_haikei.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .cuisine__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .cuisine__br {
    display: none; }
  .cuisine__text {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px; }
    .cuisine__text > p {
      text-align: left;
      display: inline-block; }
  .cuisine__subtext {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    margin-bottom: 70px; }
  .cuisine__soba {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .cuisine__sobatext {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center; }
    .cuisine__sobatext > p {
      text-align: left;
      display: inline-block;
      letter-spacing: 2px; }
  .cuisine__soba-menu {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .cuisine__soba-moyou {
    position: absolute;
    bottom: 0;
    display: none; }
  .cuisine__dinnertext {
    width: 75%;
    margin: 0 auto 50px;
    font-size: 16px;
    text-align: center; }
    .cuisine__dinnertext > p {
      text-align: left;
      display: inline-block;
      color: #ffffff;
      letter-spacing: 2px; }
  .cuisine__icon {
    position: relative;
    background-color: #323232;
    width: 150px;
    height: 40px;
    margin: 0 auto; }
    .cuisine__icon-kaisendon {
      position: relative;
      background-color: #323232;
      width: 160px;
      height: 40px;
      margin: 0 auto; }
    .cuisine__icon-sobamenu {
      position: relative;
      background-color: #323232;
      width: 300px;
      height: 40px;
      margin: 0 auto 50px; }
    .cuisine__icon-dinner {
      position: relative;
      background-color: #ffffff;
      width: 160px;
      height: 40px;
      margin: 0 auto 50px; }
    .cuisine__icon-title {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .cuisine__icon-title-sobamenu {
        width: 300px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .cuisine__icon-title-dinner {
        width: 300px;
        font-size: 18px;
        font-weight: bold;
        color: #161616;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .cuisine__moyou-right {
    position: absolute;
    top: 20%;
    right: -10%; }
    .cuisine__moyou-right-center {
      position: absolute;
      top: 50%;
      right: 10%; }
  .cuisine__moyou-left {
    position: absolute;
    bottom: 6%;
    left: 0; }
    .cuisine__moyou-left-center {
      position: absolute;
      /* top: 73%; */
      top: 70%;
      left: 10%; }
  .cuisine__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 75px; }
    .cuisine__main:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0; }
    .cuisine__main-images {
      width: calc(50% - 40px); }
    .cuisine__main-backimage {
      background-image: url(../image/don_haieki.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      width: 90%;
      height: 400px; }
      .cuisine__main-backimage::after {
        content: '';
        background-image: url(../image/yusyou.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        bottom: 15%;
        left: 20%;
        width: 90%;
        height: 400px; }
    .cuisine__main-text {
      width: calc(50% - 40px);
      padding-top: 60px; }
    .cuisine__main-select > p {
      margin: 0; }
    .cuisine__main-select-span1 {
      margin-left: 30px; }
    .cuisine__main-select-span2 {
      margin-left: 14px; }
    .cuisine__main-menu {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 15px; }
      .cuisine__main-menu-des {
        font-size: 14px;
        text-align: left;
        margin: 0 auto;
        letter-spacing: 2px; }
  .cuisine__submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .cuisine__submenu-panel {
      width: 30%;
      margin-left: 30px;
      text-align: center; }
      .cuisine__submenu-panel:first-child {
        margin-left: 0; }
      .cuisine__submenu-panel > img {
        width: 200px; }
      .cuisine__submenu-panel-title {
        text-align: center; }
  .cuisine__second-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px auto;
    width: 100%;
    max-width: 1000px; }
    .cuisine__second-menu-title {
      font-size: 16px;
      font-weight: 700; }
    .cuisine__second-menu-select {
      font-size: 14px; }
      .cuisine__second-menu-select > p {
        margin: 0; }
    .cuisine__second-menu-span1 {
      margin-left: 25px; }
    .cuisine__second-menu-span2 {
      margin-left: 12px; }
    .cuisine__second-menu-item {
      width: 33%;
      text-align: center; }
    .cuisine__second-menu-image {
      background-image: url(./image/ootoro.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%; }
      .cuisine__second-menu-image::before {
        content: '';
        display: block;
        padding-top: 50%; }
      .cuisine__second-menu-image-dukedon {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%; }
        .cuisine__second-menu-image-dukedon::before {
          content: '';
          display: block;
          padding-top: 45%; }
    .cuisine__second-menu-text {
      width: 80%;
      text-align: center;
      margin: 20px auto 30px; }
  .cuisine__second-sobamenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 50px 0;
    position: relative; }
    .cuisine__second-sobamenu-title {
      font-size: 16px; }
    .cuisine__second-sobamenu-select {
      font-size: 14px; }
      .cuisine__second-sobamenu-select > p {
        margin: 0; }
    .cuisine__second-sobamenu-span1 {
      margin-left: 25px; }
    .cuisine__second-sobamenu-span2 {
      margin-left: 12px; }
    .cuisine__second-sobamenu-item {
      width: 33%;
      text-align: center; }
    .cuisine__second-sobamenu-image {
      background-image: url(./image/ootoro.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%; }
      .cuisine__second-sobamenu-image::before {
        content: '';
        display: block;
        padding-top: 35%; }
    .cuisine__second-sobamenu-text {
      width: 70%;
      text-align: center;
      margin: 20px auto 30px; }
  .cuisine__soba-menu-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0;
    padding: 0; }
  .cuisine__soba-menu-li {
    width: 30%;
    list-style: none;
    margin-left: 30px; }
    .cuisine__soba-menu-li:last-child {
      margin-left: 0; }
  .cuisine__soba-menu-text {
    text-align: center;
    margin-top: 20px; }
  .cuisine__soba-menu-span1 {
    display: block; }
  .cuisine__parallax {
    background-image: url(../image/parallax.JPG);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -80px;
    background-attachment: fixed;
    width: 100%; }
    .cuisine__parallax::after {
      content: '';
      display: block;
      padding-top: 35%; }
  .is-ios .cuisine__parallax {
    background-attachment: scroll; }

.images-second {
  width: calc(50% - 40px);
  position: relative;
  bottom: 60px; }

.image-second {
  background-image: url(../image/don_haieki.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 90%;
  height: 400px; }
  .image-second::after {
    content: '';
    background-image: url(../image/dukushi01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    bottom: 15%;
    left: -10%;
    width: 90%;
    height: 400px; }

.text-second {
  width: calc(50% - 40px);
  padding: 0; }

.dinner {
  background-color: #161616;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  top: 80px; }
  .dinner__moyou-right-1 {
    position: absolute;
    /* top: 33%; */
    top: 27%;
    right: 10%; }
  .dinner__moyou-right-2 {
    position: absolute;
    /* bottom: 10%; */
    bottom: 12%;
    right: 10%; }
  .dinner__moyou-left {
    position: absolute;
    /* top: 56%; */
    top: 54%;
    left: 10%; }
  .dinner__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .dinner__container {
    width: 100%;
    margin: 70px auto 0; }
  .dinner section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px; }
  .dinner section:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .dinner__pic {
    width: 50%;
    margin-right: 30px; }
    .dinner section:nth-child(2) .dinner__pic {
      margin-left: 30px;
      margin-right: 0; }
  .dinner__menu {
    color: #ffffff;
    width: 50;
    margin: 0 auto; }
    .dinner__menu > h1,
    .dinner__menu > h4 {
      font-size: 19px;
      margin-bottom: 18px;
      font-weight: 700; }
    .dinner__menu > table tr {
      width: 300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2px 0; }
    .dinner__menu > table .dinner__menu__subtxt {
      display: inline-block;
      font-size: 90%;
      margin-left: 1em;
     }
  .dinner .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }
    .dinner .text > p {
      margin: 5px;
      width: 50%; }
  .dinner__money {
    width: 50%; }

.takeout {
  text-align: center;
  position: relative;
  padding-top: 77px; }
  .takeout__sideimages-left > img {
    position: absolute;
    bottom: 15px;
    left: -330px;
    width: 550px;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg); }
  .takeout__sideimages-right > img {
    position: absolute;
    bottom: 15px;
    right: -360px;
    width: 570px; }
  .takeout__centerimages {
    display: none; }
  .takeout__bar > img {
    width: 100%;
    height: 30px; }
  .takeout__inner {
    width: 90%;
    max-width: 1000px;
    margin: 100px auto; }
  .takeout__icon {
    position: relative;
    background-color: #323232;
    width: 160px;
    height: 40px;
    margin: 0 auto 40px; }
    .takeout__icon-title {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 200px; }
  .takeout__text {
    text-align: left;
    font-size: 18px;
    color: #323232;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    width: 40vw;
    margin: 0 auto; }
    .takeout__text-sub {
      width: 180px;
      font-size: 16px;
      text-align: center;
      position: relative;
      margin: 0 auto 40px; }
  .takeout__p1 {
    margin: 0;
    letter-spacing: 2px; }
  .takeout__p2 {
    margin: 0;
    font-size: 16px; }
  .takeout__booking {
    color: #323232; }
    .takeout__booking:hover {
      color: #323232;
      text-decoration: none; }
    .takeout__booking-btn {
      display: inline-block;
      width: 370px;
      height: 100px;
      border: 1px solid #323232;
      position: relative;
      margin-top: 70px;
      margin-bottom: -20px; }
    .takeout__booking-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
    .takeout__booking-title {
      font-size: 16px;
      font-weight: 600; }
    .takeout__booking-tel {
      font-size: 20px;
      font-weight: 700; }
    .takeout__booking-number {
      font-size: 30px;
      font-weight: 700; }

.drink {
  padding-top: 85px;
  /* padding-bottom: 150px; */
  padding-bottom: 200px;
  background-image: url(../image/drink_haikei.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .drink__moyou {
    position: absolute;
    top: 20%;
    right: 10%; }
    .drink__moyou-under {
      display: none; }
  .drink__bottomimage {
    background-image: url(../image/drink.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    -webkit-mask-image: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 1, 0.3) 80%, #ffffff 100%);
            mask-image: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 1, 0.3) 80%, #ffffff 100%); }
    .drink__bottomimage::before {
      content: '';
      display: block;
      padding-top: 50%; }
  .drink__inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .drink__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .drink__menu-left-block {
      margin: 30px; }
    .drink__menu-left-span {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
    .drink__menu-left-div {
      font-size: 14px; }
    .drink__menu-sonota {
      margin-top: 20px; }

.store {
  padding-top: 85px;
  padding-bottom: 80px; }
  .store__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .store__wrapper {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 70px; }
  .store__lunch {
    padding-right: 20px; }
  .store__dinner {
    padding-right: 7px; }
  .store__left {
    /* width: 45%; */
    width: 70%;
    font-size: 14px; }
    .store__left-des > span {
      font-size: 12px;
      display: block; }
    .store__left-des > p {
      margin: 0;
      font-size: 12px;
      display: block;
     }
    .store__left-block-wrapper {
      margin: 0 0 50px 0;
      line-height: 1.8; }
    .store__left-eigyo > span {
      font-weight: 700; }
    .store__left-date {
      padding-right: 10px; }
      .store__left-date-hidden {
        padding-right: 10px; }
  .store__left-block .store__time-table {
    display: block;
    margin: 10px 0;
   }
  .store__left-block .store__time-table::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 0;
   }
  .store__left-block .store__time-table .store__time-table__type {
    float: left;
    display: block;
    width: 5em;
    flex-grow: 0;
   }
  .store__left-block .store__time-table .store__time-table__week-time {
    /* float: right; */
    margin-left: 5em;
    width: calc(100% - 5em);
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
   }
  .store__left-block .store__time-table .store__time-table__week {
    position: relative;
    display: block;
    width: 7em;
    flex-grow: 0;
   }
  .store__left-block .store__time-table .store__time-table__week.type--double {
    box-sizing: border-box;
    padding-right: 1em;
   }
  .store__left-block .store__time-table .store__time-table__week.type--double::before {
    content: "";
    position: absolute;
    top: 0.4em;
    right: 0.6em;
    display: block;
    width: 0.3em;
    height: calc(100% - 0.7em);
    border-top: 1px solid #212529;
    border-right: 1px solid #212529;
    border-bottom: 1px solid #212529;
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    opacity: 0.5;
   }
  .store__left-block .store__time-table .store__time-table__time {
    position: relative;
    display: block;
    width: calc(100% - 7em);
    flex-grow: 1;
   }
  .store__right {
    /* width: 45%;  */
    width: 30%; 
  }
    .store__right-imagebox {
      width: 100%;
    }
    .store__right-imagebox img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .store__right-storeimage {
      background-image: url(../image/tenpo.JPG);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      margin-bottom: 20px; }
      .store__right-storeimage::before {
        content: '';
        display: block;
        padding-top: 40%; }
    .store__right-insideimage {
      background-image: url(../image/tennai.JPG);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%; }
      .store__right-insideimage::before {
        content: '';
        display: block;
        padding-top: 40%; }
  .store__contact:hover {
    color: #323232; }
  .store__contact-title {
    font-weight: 600; }
  .store__contact-wrapper {
    /* width: 50%; */
    text-align: center; }
  .store__contact-btn {
    display: inline-block;
    width: 430px;
    height: 100px;
    border: 1px solid #323232;
    position: relative;
    margin-top: 50px; }
  .store__contact-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  .store__contact-tel {
    font-size: 20px;
    font-weight: 700; }
  .store__contact-number {
    font-size: 30px;
    font-weight: 700; }
  .store__booking-wrapper {
    text-align: center;
    margin-top: 50px; }

.footer {
  height: 180px;
  width: 100%;
  background-color: #323232;
  position: relative; }
  .footer__inner {
    height: 150px;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .footer__scroll {
    background-image: url(../image/scroll.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    position: fixed;
    z-index: 90;
    bottom: 150px;
    right: 5px; }
    .footer__scroll::before {
      content: '';
      display: block;
      padding-top: 60%; }
  .footer__logoimages {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
  .footer__copyright {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%); }

@media all and (-ms-high-contrast: none) {
  .header__inner {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .main__backimage {
    background-image: url(../image/umihaikei.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .main__backimage::after {
      content: '';
      display: block;
      padding-top: 50%; }
  .main__text-des {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; }
    .main__text-des > p {
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
      height: 300px !important; }
  .main__text-topimages {
    margin-right: 5px; }
  .drink__bottomimage {
    background-image: url(../image/drink.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .drink__bottomimage::before {
      content: '';
      display: block;
      padding-top: 50%; }
  .dinner__menu > table tr {
    width: 300px;
    display: -ms-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .dinner__menu > table td {
    margin: 0 20px 0;
    display: inline-block; } }

@media (max-width: 1481px) {
  .takeout__sideimages-right > img {
    width: 620px !important; }
  .takeout__sideimages-left > img {
    width: 600px !important; } }

@media (max-width: 1646px) {
  .takeout__sideimages-right > img {
    width: 610px !important; }
  .takeout__sideimages-left > img {
    width: 585px !important; } }

@media (max-width: 1783px) {
  .takeout__sideimages-right > img {
    width: 600px; }
  .takeout__sideimages-left > img {
    width: 580px; } }

@media (max-width: 960px) {
  .hero__movie-wrapper {
    height: calc(100vh - 80px); }
  #main {
    padding-top: 100px; }
  .main {
    padding-bottom: 100px; }
    .main__text-wrap {
      width: 100% !important; }
    .main__text-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .main__text-area:nth-child(2) {
        margin-top: 90px; }
    .main__text-des {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
      margin: 0; }
      .main__text-des > p {
        height: 50%; }
    .main__text-yusyou {
      display: none; }
    .main__text-topimages {
      display: none; }
    .main__text-images {
      width: 100%;
      text-align: center; }
      .main__text-area:nth-child(2) .main__text-images {
        display: none; }
    .main__text-side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
            font-size: 19px; 
            font-weight: bold;
          }
      .main__text-area:nth-child(2) .main__text-side > span {
        position: relative;
        right: 10px; }
      .main__text-side > img {
        width: 90px; }
      .main__text-side-wrapper {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
      .main__text-side-yusyou {
        position: relative;
        right: 35px;
     }
     .main__text-side-yusyou .ruby-char {
       display: none;
      }
      .main__text-side:first-child {
        position: relative;
        margin-top: 20px;
      }
      .main__text-side > .main__text-side-yusyou {
        position: absolute;
        top: -23px;
        right: 50%;
        display: inline-block;
        margin-right: -0.3em;
        font-size: 16px;
        font-weight: normal;
      }
    .main__moyou-left {
      top: 3%;
      left: 10%;
      width: 30%; }
    .main__moyou-right {
      /* bottom: 37%; */
      bottom: calc(45% - 10vw);
      right: 10%;
      width: 30%; }
    .main__moyou-left2 {
      top: 200%;
      width: 30%; }
    .main__moyou-right2 {
      width: 30%; }
    .main__moyou-right3 {
      width: 30%;
      top: 250%; }
    .main__moyou-left3 {
      top: 320%;
      width: 30%; }
    .main__moyou-right4 {
      width: 30%; }
    .main__moyou-center4 {
      width: 30%; }
    .main__moyou-left4 {
      width: 30%; }
    .main__backimage {
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 1, 0.7)));
      -webkit-mask-image: -webkit-linear-gradient(transparent 45%, rgba(0, 0, 1, 0.7) 100%);
              mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 1, 0.7)));
              mask-image: linear-gradient(transparent 45%, rgba(0, 0, 1, 0.7) 100%); }
  .cuisine__moyou-right-center {
    /* top: 50%; */
    top: 55%;
    right: 10%;
    width: 30%; }
  .dinner__moyou-right-1 {
    width: 30%;
    top: 36%; }
  .dinner__moyou-right-2 {
    width: 30%;
    bottom: 5%; }
  .dinner__moyou-left {
    top: 60%;
    width: 30%; } }

@media (max-width: 1070px) {
  .cuisine__moyou-left-center {
    top: 75%; } }

@media (max-width: 950px) {
  .header__li {
    margin-left: 60px; } }

@media (max-width: 900px) {
  .mb-lg {
    margin-bottom: 150px; }
  .takeout__inner {
    margin: 50px auto; }
  .takeout__sideimages-left > img {
    display: none; }
  .takeout__sideimages-right > img {
    display: none; }
  .takeout__centerimages {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 400px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 90px; }
  .takeout__text {
    width: 80%; }
  .takeout__booking-btn {
    width: 100%; }
  .store__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .store__left {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .store__right {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .store__right-images {
      margin: -80px 0; }
    .store__right-storeimage::before {
      padding-top: 90%; }
    .store__right-insideimage::before {
      padding-top: 90%; }
  .store__contact-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  .store__contact-btn {
    width: 100%;
    margin: 0 0 50px 0; } }

@media all and (-ms-high-contrast: none) and (max-width: 960px) and (-ms-high-contrast: none) {
  .main__text-des {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; }
    .main__text-des > p {
      -ms-writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
              writing-mode: horizontal-tb;
      height: 50% !important; }
  .main__text-yusyou {
    right: 20px;
    color: #323232;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl; } }

@media (max-width: 780px) {
  .mobile-menu__btn {
    display: block; }
  .header__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    display: none; }
  .header__li {
    display: none;
    margin-left: 0; }
    .header__li-appearimage {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .hero__title {
    bottom: 12vw; }
  .main__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main__top-text {
      -webkit-writing-mode: unset;
          -ms-writing-mode: unset;
              writing-mode: unset; }
    .main__top-images {
      display: none; }
    .main__top-image {
      width: 90%;
      margin: -50px auto 0; }
    .main__top-subtitle {
      display: none; }
    .main__top-des {
      width: 90%; }
  .cuisine__parallax::after {
    padding-top: 45%; } }

@media (max-width: 720px) {
  .mt-lr {
    margin-top: 30px; }
  .images-second {
    bottom: -100px; }
  .text-second {
    margin-top: 130px; }
  .text-width {
    width: 90% !important; }
  .main__moyou-left2 {
    display: none; }
  .main__moyou-right2 {
    display: none; }
  .main__moyou-left3 {
    top: 370%;
    left: 60%; }
  .main__moyou-right3 {
    display: none; }
  .hero__title {
    bottom: 20vw; }
    .hero__title > img {
      width: 60px; }
  .cuisine__br {
    display: block; }
  .cuisine__moyou-right {
    display: none; }
    .cuisine__moyou-right-center {
      /* top: 200%;  */
      top: 180%; 
    }
  .cuisine__moyou-left {
    display: none; }
    .cuisine__moyou-left-center {
      top: 80%;
      left: 60%;
      width: 30%; }
  .cuisine__soba-menu {
    position: relative;
    width: 90%;
    margin: 0 auto; }
    .cuisine__soba-menu-text {
      font-size: 13px;
      width: 100%; }
    .cuisine__soba-menu-li:last-child {
      margin-top: 50px; }
  .cuisine__soba-moyou {
    display: block;
    position: absolute;
    bottom: 10%;
    right: 10% !important;
    width: 30%; }
  .cuisine__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cuisine__main-backimage {
      width: 100%; }
      .cuisine__main-backimage::after {
        bottom: 60px;
        left: 50%;
        width: 90%;
        -webkit-transform: translateX(-50%) rotate(20deg);
            -ms-transform: translateX(-50%) rotate(20deg);
                transform: translateX(-50%) rotate(20deg); }
    .cuisine__main-menu-des {
      width: 85%; }
    .cuisine__main-images {
      margin: 0 auto;
      width: 100%; }
    .cuisine__main-text {
      width: 100%;
      text-align: center;
      padding-top: 0px; }
    .cuisine__main:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .cuisine__second-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 50px 0;
    position: relative; }
    .cuisine__second-menu-title {
      text-align: center;
      font-size: 13px; }
    .cuisine__second-menu-text {
      width: 80%; }
    .cuisine__second-menu-item {
      width: 50%;
      text-align: center; }
  .cuisine__soba-menu-li {
    width: 45%; }
  .dinner {
    padding-bottom: 1px; }
    .dinner__pic {
      width: 100%;
      margin-right: 0; }
      section:nth-child(2) .dinner__pic {
        margin-left: 0; }
    .dinner__menu {
      width: 100%;
      margin-top: 40px; }
      section:nth-child(2) .dinner__menu {
        margin-top: 40px !important; }
      .dinner__menu > h1,
      .dinner__menu > h4 {
        text-align: center; }
      .dinner__menu > table {
        margin: 0 auto; }
        .dinner__menu > table td {
          /* text-align: right; */
          width: auto; }
    .dinner__moyou-left {
      top: 67%; }
    .dinner__moyou-right-2 {
      bottom: 1%; }
    .dinner section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .dinner section:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .dinner .pic {
      width: 100%; }
    .dinner .info {
      width: 70%;
      text-align: center;
      margin-top: 40px; }
  .drink {
    padding-bottom: 90px; }
    .drink__bottomimage {
      -webkit-mask-image: -webkit-linear-gradient(transparent 20%, rgba(0, 0, 1, 0.3) 80%, #ffffff 100%);
              mask-image: -webkit-linear-gradient(transparent 20%, rgba(0, 0, 1, 0.3) 80%, #ffffff 100%); }
    .drink__moyou {
      width: 30%;
      right: 10%; } }

@media (max-width: 730px) {
  .dinner .text > p {
    margin: 5px;
    width: 80%;
    text-align: left; } }

@media (max-width: 786px) {
  .cuisine__soba-menu-text {
    font-size: 14px; } }

@media (max-width: 847px) {
  .cuisine__second-menu-title {
    font-size: 14px; }
  .cuisine__second-menu-select {
    font-size: 13px; } }

@media (max-width: 720px) and (-ms-high-contrast: none) {
  .dinner__menu {
    margin-top: 0; }
    section:nth-child(2) .dinner__menu {
      margin-top: 0px !important; } }

@media (max-width: 600px) {
  .main__backimage {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), to(rgba(0, 0, 1, 0.7)));
    -webkit-mask-image: -webkit-linear-gradient(transparent 35%, rgba(0, 0, 1, 0.7) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), to(rgba(0, 0, 1, 0.7)));
            mask-image: linear-gradient(transparent 35%, rgba(0, 0, 1, 0.7) 100%); }
  .footer__scroll {
    width: 90px;
    right: -10px; } }

@media (max-width: 560px) {
  .drink__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .drink__menu-sonota {
      text-align: right;
      width: 300px;
      margin-top: -40px; }
  .drink__moyou-under {
    display: block;
    width: 30%;
    position: absolute;
    bottom: 30%;
    right: 10%; } }

@media (max-width: 650px) {
  .main__moyou-right3 {
    top: 300%; } }

@media (max-width: 560px) {
  .main__moyou-right3 {
    top: 290%; } }

@media (max-width: 500px) {
  .main__moyou-right3 {
    top: 280%; } }

/******************************************************************

Stylesheet: 480px以上(スマホの横向き)のモニタで適用

******************************************************************/
@media (max-width: 480px) {
  .takeout__booking-btn {
    width: 100%; }
  .cuisine__text {
    width: 90%; }
  .cuisine__sobatext {
    width: 90%; }
  .cuisine__dinnertext {
    width: 90%; }
  .cuisine__parallax {
    background-image: url(../image/parallax.JPG);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%; }
    .cuisine__parallax::after {
      content: '';
      display: block;
      padding-top: 60%; }
  .is-ios .cuisine__parallax {
    background-attachment: scroll; }
  .hero__movie-wrapper {
    position: relative;
    width: 100vw;
    height: 300px;
    overflow: hidden; }
  .hero__title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
  .dinner__moyou-left {
    top: 68%; }
  .dinner__moyou-right-1 {
    top: 40%; }
  .dinner__moyou-right-1 {
    bottom: 1%; }
  .takeout__text {
    width: 90%; } }

@media (max-width: 386px) {
  .cuisine__second-menu-text {
    font-size: 13px; }
  .cuisine__second-menu-title {
    font-size: 13px; } }

@media (max-width: 380px) {
  .cuisine__soba-menu-title {
    font-size: 13px; } }

@media (max-width: 375px) {
  .mt-lr {
    margin-top: 0px; }
  .images-second {
    bottom: -100px; }
  .text-second {
    margin-top: 100px; } }


p.with-icon {
  padding-left: 1em;
  text-indent: -1em;
  }











/* 20240426 */

.store .map {
  margin-top: 80px;
}

.media-section {
  margin-top: 80px;
  padding: 0 0 0;
}
.media__inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.media__heading {
  text-align: center;
}
.media__bnr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.media__bnr > a {
  display: block;
  max-width: 100%;
  flex-grow: 0;
  margin-top: 30px;
}
.media__bnr > a img {
  display: block;
  max-width: 100%;
  height: auto;
}


.site-main-lead {
  padding: 150px 0 50px;
  text-align: center;
}
.site-main-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.site-main-heading .this__lead {
  display: block;
}
.site-main-heading .this__nodisp {
  display: none;
}
.site-main-heading .this__logo {
  display: block;
}
.site-main-heading .this__logo img {
  display: block;
  margin: 50px auto 0;
  max-width: 80%;
  height: auto;
}
.site-main-lead-txt {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .site-main-heading {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .site-main-heading {
    font-size: 20px;
  }
  .site-main-lead-txt {
    font-size: 16px;
  }
}



.line-break-span span {
  display: inline-block;
}


