@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifCJKjp-ExtraLight.woff") format("opentype"); }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp-SemiBold.woff") format("opentype"); }
* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, 游明朝, HGS明朝E, 'Noto Serif Japanese', メイリオ, Meiryo, serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  text-align: center; }
  @media screen and (max-width: 740px) {
    body {
      font-size: 14px; } }

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

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

@media screen and (min-width: 741px) {
  .forsp {
    display: none; } }
@media screen and (max-width: 740px) {
  .forpc {
    display: none; } }
.btn {
  width: 320px;
  margin: auto; }
  @media screen and (max-width: 740px) {
    .btn {
      width: 90%; } }
  .btn a {
    display: block;
    padding: 15px 0;
    border: dotted 1px #000;
    position: relative;
    -ms-transition: all .7s linear;
    -webkit-transition: all .7s linear;
    transition: all .7s linear; }
    .btn a:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      width: 40px;
      height: 1px;
      background: #000;
      -ms-transition: all .2s linear;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .btn a:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transition: all .2s linear;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .btn a:hover {
      background: #eee; }
      .btn a:hover:before, .btn a:hover:after {
        right: 17px; }

.mv {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative; }
  .mv .slide {
    position: relative; }
    .mv .slide ul li {
      position: relative;
      overflow: hidden;
      width: 100%;
      text-align: center; }
      .mv .slide ul li img {
        max-width: inherit;
        width: 100%;
        height: auto; }
  .mv .lead {
    width: 116px;
    height: 332px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0; }
    @media screen and (max-width: 740px) {
      .mv .lead {
        width: 25vw;
        height: 72vw; } }
    .mv .lead img {
      width: 100%;
      height: auto; }
  .mv h1 {
    width: 190px;
    height: 440px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0; }
    @media screen and (max-width: 740px) {
      .mv h1 {
        width: 38vw;
        height: 100vw; } }
    .mv h1 img {
      width: 90px;
      height: 375px;
      margin-top: 30px; }
      @media screen and (max-width: 740px) {
        .mv h1 img {
          width: 20vw;
          height: auto; } }
  .mv .lang {
    display: none; }
    @media screen and (max-width: 740px) {
      .mv .lang {
        display: block;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 38vw;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        margin: auto;
        position: absolute;
        top: 105vw;
        left: 0;
        right: 0; }
        .mv .lang li a, .mv .lang li span {
          color: #fff;
          display: inline-block;
          padding: 3px 5px; }
        .mv .lang li:after {
          content: "/";
          display: inline-block;
          padding: 0 5px;
          color: #fff; }
        .mv .lang li:last-child:after {
          display: none; } }

.sp__menu {
  display: none; }
  @media screen and (max-width: 740px) {
    .sp__menu {
      display: block;
      position: fixed;
      z-index: 101;
      top: 3vw;
      right: 3vw;
      border: solid 1px #fff;
      padding: 10px 4px;
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.4); }
      .sp__menu__inner {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: relative;
        width: 20px;
        height: 18px; }
        .sp__menu__inner span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #fff; }
          .sp__menu__inner span:nth-of-type(1) {
            top: 0; }
          .sp__menu__inner span:nth-of-type(2) {
            top: 9px; }
          .sp__menu__inner span:nth-of-type(3) {
            bottom: 0; }
        .sp__menu__inner.active span:nth-of-type(1) {
          -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg); }
        .sp__menu__inner.active span:nth-of-type(2) {
          opacity: 0; }
        .sp__menu__inner.active span:nth-of-type(3) {
          -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg); } }

nav {
  padding: 50px 0;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 740px) {
    nav {
      display: none;
      position: fixed;
      z-index: 100;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      padding: 45vw 0 0; } }
  nav .gnav {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 740px) {
      nav .gnav {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 740px) {
      nav .gnav li {
        position: relative; }
        nav .gnav li a {
          display: block;
          padding: 25px 0;
          position: relative; } }
    nav .gnav li:after {
      content: "/";
      display: inline-block;
      padding: 0 40px; }
      @media screen and (max-width: 740px) {
        nav .gnav li:after {
          content: "";
          display: block;
          position: absolute;
          width: 4%;
          height: 1px;
          background: #ccc;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          padding: 0; } }
    nav .gnav li:last-child:after {
      display: none; }
      @media screen and (max-width: 740px) {
        nav .gnav li:last-child:after {
          display: block; } }
  nav .lang {
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 70%; }
    @media screen and (max-width: 740px) {
      nav .lang {
        position: initial;
        display: block;
        font-size: 100%;
        margin-top: 30px; } }
    @media screen and (max-width: 740px) {
      nav .lang li {
        display: inline-block; } }
    nav .lang li span {
      text-decoration: underline; }
    nav .lang li a:hover {
      opacity: .7; }
    nav .lang li:after {
      content: "/";
      display: inline-block;
      padding: 0 5px; }
      @media screen and (max-width: 740px) {
        nav .lang li:after {
          padding: 0 10px; } }
    nav .lang li:last-child:after {
      display: none; }

.cont01 {
  background: url(../images/bg.jpg);
  padding: 85px 0; }
  @media screen and (max-width: 740px) {
    .cont01 {
      padding: 50px 5%; } }
  .cont01__inner {
    padding: 25px 0;
    background: url(../images/cont01_bgmark.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    line-height: 2.5; }
    @media screen and (max-width: 740px) {
      .cont01__inner {
        line-height: 2; } }
    .cont01__inner h2 {
      font-size: 200%; }
      @media screen and (max-width: 740px) {
        .cont01__inner h2 {
          font-size: 180%; } }

.cont02 {
  background: url(../images/cont02_mv.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding-top: 100px; }
  @media screen and (max-width: 740px) {
    .cont02 {
      background-size: 160%;
      padding-top: 60px; } }
  .cont02 h3 {
    width: 28px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 740px) {
      .cont02 h3 {
        margin: 0 auto 50px;
        width: auto; } }
    .cont02 h3 span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 180%;
      letter-spacing: 10px; }
      @media screen and (max-width: 740px) {
        .cont02 h3 span {
          font-size: 130%;
          letter-spacing: 8px;
          font-weight: bold; } }
  .cont02__lunch {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 740px) {
      .cont02__lunch {
        display: block;
        width: 90%;
        margin: 0 auto 50px; } }
    .cont02__lunch figure {
      width: 50%;
      text-align: left;
      padding-right: 10%; }
      @media screen and (max-width: 740px) {
        .cont02__lunch figure {
          width: 100%;
          padding: 0;
          height: 60vw;
          overflow: hidden; }
          .cont02__lunch figure img {
            width: 100%;
            margin-top: -15vw; } }
    .cont02__lunch-txt {
      text-align: left;
      width: 50%; }
      @media screen and (max-width: 740px) {
        .cont02__lunch-txt {
          width: 100%;
          margin-top: 20px; } }
      .cont02__lunch-txt h4 {
        font-size: 180%;
        font-weight: bold;
        margin-bottom: 50px;
        letter-spacing: 4px; }
        @media screen and (max-width: 740px) {
          .cont02__lunch-txt h4 {
            font-size: 140%;
            margin-bottom: 15px; } }
      .cont02__lunch-txt dl {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        line-height: 2;
        letter-spacing: 2px; }
        @media screen and (max-width: 740px) {
          .cont02__lunch-txt dl {
            line-height: 1.8;
            letter-spacing: 1px; } }
        .cont02__lunch-txt dl dt {
          width: 150px; }
      .cont02__lunch-txt p {
        margin-top: 50px;
        line-height: 2;
        letter-spacing: 2px; }
        @media screen and (max-width: 740px) {
          .cont02__lunch-txt p {
            margin-top: 20px;
            line-height: 1.8;
            letter-spacing: 0; } }
  .cont02__dinner__inner {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%; }
    @media screen and (max-width: 740px) {
      .cont02__dinner__inner {
        display: block;
        width: 90%;
        margin: 0 auto 50px; } }
  .cont02__dinner figure {
    width: 50%;
    text-align: right;
    padding-left: 10%; }
    @media screen and (max-width: 740px) {
      .cont02__dinner figure {
        width: 100%;
        padding: 0;
        height: 60vw;
        overflow: hidden; }
        .cont02__dinner figure img {
          width: 100%;
          margin-top: -25vw; } }
  .cont02__dinner-txt {
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 740px) {
      .cont02__dinner-txt {
        width: 100%;
        margin-top: 20px;
        text-align: left; } }
    .cont02__dinner-txt h4 {
      font-size: 180%;
      font-weight: bold;
      margin-bottom: 50px;
      letter-spacing: 4px; }
      @media screen and (max-width: 740px) {
        .cont02__dinner-txt h4 {
          font-size: 140%;
          margin-bottom: 25px; } }
    .cont02__dinner-txt h5 {
      font-size: 150%;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 740px) {
        .cont02__dinner-txt h5 {
          font-size: 130%;
          margin-bottom: 15px; } }
    .cont02__dinner-txt dl {
      line-height: 2;
      letter-spacing: 2px; }
      @media screen and (max-width: 740px) {
        .cont02__dinner-txt dl {
          line-height: 1.8;
          letter-spacing: 1px; } }
      .cont02__dinner-txt dl dt {
        font-weight: bold; }
        .cont02__dinner-txt dl dt span {
          display: inline-block;
          margin-left: 10px; }
      .cont02__dinner-txt dl dd {
        font-size: 85%;
        margin-bottom: 25px; }
        @media screen and (max-width: 740px) {
          .cont02__dinner-txt dl dd {
            text-align: justify; } }
  .cont02__dinner__menu {
    margin: 100px auto; }
    @media screen and (max-width: 740px) {
      .cont02__dinner__menu {
        margin: 50px 5%; } }
    .cont02__dinner__menu__inner {
      width: 1000px;
      margin: auto; }
      @media screen and (max-width: 740px) {
        .cont02__dinner__menu__inner {
          width: 100%;
          border-top: solid 1px #ccc; } }
      .cont02__dinner__menu__inner-line {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-align-items: start;
        -webkit-align-items: start;
        align-items: start; }
        @media screen and (max-width: 740px) {
          .cont02__dinner__menu__inner-line {
            display: block; } }
        .cont02__dinner__menu__inner-line .boxwrap {
          margin-right: 15px;
          display: -ms-flex;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-align-items: stretch;
          -webkit-align-items: stretch;
          align-items: stretch;
          -webkit-box-flex: 1;
          box-flex: 1;
          width: 100%; }
          @media screen and (max-width: 740px) {
            .cont02__dinner__menu__inner-line .boxwrap {
              display: block; } }
          .cont02__dinner__menu__inner-line .boxwrap:last-child {
            margin-right: 0; }
          .cont02__dinner__menu__inner-line .boxwrap__box {
            border: solid 1px #000;
            margin-bottom: 15px;
            width: 100%; }
            @media screen and (max-width: 740px) {
              .cont02__dinner__menu__inner-line .boxwrap__box {
                border: none;
                margin-bottom: 0;
                border-bottom: solid 1px #ccc; } }
            .cont02__dinner__menu__inner-line .boxwrap__box-list {
              display: -ms-flex;
              display: -webkit-flex;
              display: flex;
              -ms-align-items: start;
              -webkit-align-items: start;
              align-items: start;
              -ms-justify-content: center;
              -webkit-justify-content: center;
              justify-content: center;
              -ms-flex-flow: row-reverse wrap;
              -webkit-flex-flow: row-reverse wrap;
              flex-flow: row-reverse wrap;
              text-align: left;
              padding: 30px 13px;
              height: 420px; }
              @media screen and (max-width: 740px) {
                .cont02__dinner__menu__inner-line .boxwrap__box-list {
                  display: block;
                  padding: 10px 10px;
                  height: auto; } }
              .cont02__dinner__menu__inner-line .boxwrap__box-list li {
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
                line-height: 1.7;
                margin-top: 15px; }
                @media screen and (max-width: 740px) {
                  .cont02__dinner__menu__inner-line .boxwrap__box-list li {
                    -ms-writing-mode: horizontal-tb;
                    writing-mode: horizontal-tb;
                    margin-top: 0;
                    margin-left: 10px; } }
                .cont02__dinner__menu__inner-line .boxwrap__box-list li.main {
                  margin-top: 10px; }
                  .cont02__dinner__menu__inner-line .boxwrap__box-list li.main .name {
                    font-weight: bold; }
                .cont02__dinner__menu__inner-line .boxwrap__box-list li .name {
                  height: 255px;
                  display: inline-block;
                  line-height: 1.3; }
                  @media screen and (max-width: 740px) {
                    .cont02__dinner__menu__inner-line .boxwrap__box-list li .name {
                      height: auto; } }
                  .cont02__dinner__menu__inner-line .boxwrap__box-list li .name small {
                    font-size: 80%; }
                .cont02__dinner__menu__inner-line .boxwrap__box-list li .price {
                  height: 90px;
                  display: inline-block;
                  text-align: right; }
                  @media screen and (max-width: 740px) {
                    .cont02__dinner__menu__inner-line .boxwrap__box-list li .price {
                      height: auto;
                      float: right; } }
                .cont02__dinner__menu__inner-line .boxwrap__box-list li .detail {
                  height: 295px;
                  font-size: 80%;
                  margin-right: 10px; }
                  @media screen and (max-width: 740px) {
                    .cont02__dinner__menu__inner-line .boxwrap__box-list li .detail {
                      height: auto;
                      font-size: 90%;
                      margin-right: 0;
                      margin-top: 5px; } }
                .cont02__dinner__menu__inner-line .boxwrap__box-list li.ttl {
                  font-size: 120%;
                  margin-top: 0;
                  display: inline-block; }
                  @media screen and (max-width: 740px) {
                    .cont02__dinner__menu__inner-line .boxwrap__box-list li.ttl {
                      font-weight: bold;
                      margin-left: 0; } }
              .cont02__dinner__menu__inner-line .boxwrap__box-list.line02 {
                margin-top: 17px;
                position: relative; }
                @media screen and (max-width: 740px) {
                  .cont02__dinner__menu__inner-line .boxwrap__box-list.line02 {
                    margin-top: -10px;
                    padding-top: 0; } }
                .cont02__dinner__menu__inner-line .boxwrap__box-list.line02:before {
                  content: "";
                  display: block;
                  position: absolute;
                  width: 90%;
                  height: 1px;
                  margin: auto;
                  top: -8px;
                  left: 0;
                  right: 0;
                  background: #dcdcdc; }
                  @media screen and (max-width: 740px) {
                    .cont02__dinner__menu__inner-line .boxwrap__box-list.line02:before {
                      display: none; } }

.cont03 {
  background: url(../images/cont03_mv.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 100px 0 150px; }
  @media screen and (max-width: 740px) {
    .cont03 {
      background-size: 160%;
      padding: 60px 0 50px; } }
  .cont03 h3 {
    margin: 0 auto 50px;
    width: 28px; }
    @media screen and (max-width: 740px) {
      .cont03 h3 {
        width: auto; } }
    .cont03 h3 span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 180%;
      letter-spacing: 10px; }
      @media screen and (max-width: 740px) {
        .cont03 h3 span {
          font-size: 130%;
          letter-spacing: 8px;
          width: auto;
          font-weight: bold; } }
  .cont03 .slider {
    width: 945px;
    margin: 0 auto 75px !important; }
    @media screen and (max-width: 740px) {
      .cont03 .slider {
        width: 90%;
        margin: auto;
        margin-bottom: 40px !important; } }
  .cont03 p {
    line-height: 2;
    margin-bottom: 40px; }
    @media screen and (max-width: 740px) {
      .cont03 p {
        width: 90%;
        margin: 55px auto 30px;
        line-height: 1.8;
        text-align: left; } }

.cont04 {
  background: url(../images/cont04_mv.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 100px 0 150px; }
  @media screen and (max-width: 740px) {
    .cont04 {
      background-size: 160%;
      padding: 60px 0 50px; } }
  .cont04 h3 {
    margin: 0 auto 80px;
    width: 28px; }
    @media screen and (max-width: 740px) {
      .cont04 h3 {
        margin: 0 auto 50px;
        width: auto; } }
    .cont04 h3 span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 180%;
      letter-spacing: 10px; }
      @media screen and (max-width: 740px) {
        .cont04 h3 span {
          font-size: 130%;
          letter-spacing: 8px;
          font-weight: bold; } }
  .cont04__inner {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 740px) {
      .cont04__inner {
        width: 100%;
        display: block; } }
    .cont04__inner-txt {
      text-align: left;
      line-height: 3;
      margin: 0 6%;
      letter-spacing: 1px;
      position: relative; }
      @media screen and (max-width: 740px) {
        .cont04__inner-txt {
          line-height: 2; } }
      .cont04__inner-txt .name {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        line-height: 1.8;
        margin-top: 10px; }
        .cont04__inner-txt .name dt {
          padding-right: 20px; }
      .cont04__inner-txt:after {
        content: "";
        width: 288px;
        height: 192px;
        background: url(../images/cont04_img02.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: -300px;
        top: 160px; }
        @media screen and (max-width: 740px) {
          .cont04__inner-txt:after {
            display: none; } }
    @media screen and (max-width: 740px) {
      .cont04__inner figure {
        width: 70%;
        margin: 30px auto 0; } }
    .cont04__inner figure img {
      box-shadow: 0 0 15px #ccc; }

.cont05 {
  background: url(../images/bg.jpg);
  padding: 100px 0 150px; }
  @media screen and (max-width: 740px) {
    .cont05 {
      padding: 50px 0; } }
  .cont05 h3 {
    font-size: 200%;
    margin: 0 auto 80px;
    letter-spacing: 3px; }
    @media screen and (max-width: 740px) {
      .cont05 h3 {
        font-size: 180%;
        margin: 0 auto 20px;
        letter-spacing: 2px; } }

.cont06 {
  background: url(../images/cont06_mv.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 100px 0 150px; }
  @media screen and (max-width: 740px) {
    .cont06 {
      background-size: 160%;
      padding: 60px 0 50px; } }
  .cont06 h3 {
    margin: 0 auto 100px;
    width: 86px; }
    @media screen and (max-width: 740px) {
      .cont06 h3 {
        margin: 0 auto 50px;
        width: auto; } }
    .cont06 h3 span {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 180%;
      letter-spacing: 10px;
      line-height: 1.5;
      letter-spacing: 10px;
      text-align: left; }
      @media screen and (max-width: 740px) {
        .cont06 h3 span {
          font-size: 130%;
          letter-spacing: 8px;
          font-weight: bold; } }
  .cont06__inner {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 740px) {
      .cont06__inner {
        width: 100%;
        display: block; } }
    .cont06__inner__txt {
      text-align: left;
      margin: 0 6%;
      line-height: 1.8; }
      @media screen and (max-width: 740px) {
        .cont06__inner__txt {
          margin: 0 5% 20px; } }
      .cont06__inner__txt table tr th {
        width: 100px; }
        @media screen and (max-width: 740px) {
          .cont06__inner__txt table tr th {
            width: 25%; } }
      .cont06__inner__txt table tr td {
        padding-bottom: 30px; }
        @media screen and (max-width: 740px) {
          .cont06__inner__txt table tr td {
            padding-bottom: 20px; } }
        .cont06__inner__txt table tr td a.map {
          text-decoration: underline; }
          .cont06__inner__txt table tr td a.map:hover {
            text-decoration: none; }
      .cont06__inner__txt .btn {
        width: 100%;
        text-align: center; }
      .cont06__inner__txt small {
        font-size: 80%; }

.pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 100px;
  bottom: 100px; }
  @media screen and (max-width: 740px) {
    .pagetop {
      bottom: 3vw;
      right: 3vw; } }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border: solid 1px #fff;
    -ms-transition: all .7s linear;
    -webkit-transition: all .7s linear;
    transition: all .7s linear; }
    .pagetop a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 15px;
      margin: auto;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .pagetop a:hover {
      opacity: .7; }

footer {
  font-size: 80%;
  padding: 0 0 100px;
  letter-spacing: 1px; }
  @media screen and (max-width: 740px) {
    footer {
      font-size: 70%;
      padding: 0 0 50px; } }

.en .mv .lead {
  width: 800px;
  height: 85px;
  color: #fff;
  font-size: 190%;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: #000 1px 0 10px; }
  @media screen and (max-width: 740px) {
    .en .mv .lead {
      font-size: 140%;
      width: 80%;
      height: 90px;
      letter-spacing: 0; } }
.en .cont01__inner h2 {
  font-size: 150%; }
.en .cont02 {
  padding-top: 194px; }
  @media screen and (max-width: 740px) {
    .en .cont02 {
      padding-top: 69px; } }
  .en .cont02 h3 {
    width: auto; }
    .en .cont02 h3 span {
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      font-size: 200%;
      letter-spacing: 2px; }
  @media screen and (max-width: 740px) {
    .en .cont02 h4 {
      letter-spacing: 0; } }
  .en .cont02 small {
    font-size: 80%; }
  .en .cont02__lunch-txt dl dt {
    width: 230px;
    letter-spacing: 0; }
    @media screen and (max-width: 740px) {
      .en .cont02__lunch-txt dl dt {
        width: 70%; } }
  .en .cont02__lunch-txt p {
    letter-spacing: 0; }
  .en .cont02__dinner__menu__inner-line {
    display: block; }
    .en .cont02__dinner__menu__inner-line .boxwrap {
      width: auto;
      margin-right: 0; }
      .en .cont02__dinner__menu__inner-line .boxwrap__box {
        width: 492px; }
        @media screen and (max-width: 740px) {
          .en .cont02__dinner__menu__inner-line .boxwrap__box {
            width: 100%; } }
        .en .cont02__dinner__menu__inner-line .boxwrap__box:first-child {
          margin-right: 16px; }
        .en .cont02__dinner__menu__inner-line .boxwrap__box-list {
          display: block;
          height: auto;
          padding: 20px; }
          @media screen and (max-width: 740px) {
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list {
              padding: 20px 0; } }
          .en .cont02__dinner__menu__inner-line .boxwrap__box-list li {
            -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb; }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li .name {
              height: auto; }
              @media screen and (max-width: 740px) {
                .en .cont02__dinner__menu__inner-line .boxwrap__box-list li .name {
                  width: 75%; } }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li .price {
              height: auto;
              float: right; }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li .detail {
              height: auto; }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li:not(.ttl) {
              margin: 0 15px; }
              @media screen and (max-width: 740px) {
                .en .cont02__dinner__menu__inner-line .boxwrap__box-list li:not(.ttl) {
                  margin-bottom: 5px;
                  padding-bottom: 5px;
                  border-bottom: solid 1px #eee; }
                  .en .cont02__dinner__menu__inner-line .boxwrap__box-list li:not(.ttl):last-child {
                    border-bottom: 0; } }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li.ttl p {
              font-size: 75%;
              line-height: 1.5;
              margin-bottom: 10px; }
            .en .cont02__dinner__menu__inner-line .boxwrap__box-list li.main {
              margin-bottom: 15px; }
      .en .cont02__dinner__menu__inner-line .boxwrap.full .boxwrap__box {
        margin-right: 0;
        width: 100%; }
.en .cont03 {
  padding-top: 194px; }
  @media screen and (max-width: 740px) {
    .en .cont03 {
      padding-top: 72px; } }
  .en .cont03 h3 {
    width: auto; }
    .en .cont03 h3 span {
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      font-size: 200%;
      letter-spacing: 2px; }
.en .cont04 {
  padding-top: 194px; }
  @media screen and (max-width: 740px) {
    .en .cont04 {
      padding-top: 70px; } }
  .en .cont04 h3 {
    width: auto; }
    .en .cont04 h3 span {
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      font-size: 200%;
      letter-spacing: 2px; }
  .en .cont04__inner-txt {
    line-height: 1.8;
    letter-spacing: 0; }
    .en .cont04__inner-txt .name {
      margin-top: 20px; }
    .en .cont04__inner-txt:after {
      right: 60px;
      top: 280px; }
.en .cont06 {
  padding-top: 183px; }
  @media screen and (max-width: 740px) {
    .en .cont06 {
      padding-top: 64px; } }
  .en .cont06 h3 {
    width: auto; }
    .en .cont06 h3 span {
      -webkit-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      font-size: 200%;
      letter-spacing: 2px; }
  .en .cont06__inner__txt table {
    margin-bottom: 20px; }
    .en .cont06__inner__txt table tr th {
      width: 126px; }
      @media screen and (max-width: 740px) {
        .en .cont06__inner__txt table tr th {
          width: 28%;
          font-size: 75%; } }

.ch .mv .lead {
  width: 120px;
  height: 350px;
  color: #fff;
  font-size: 190%;
  line-height: 2;
  letter-spacing: 3px;
  text-shadow: #000 1px 0 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left; }
  @media screen and (max-width: 740px) {
    .ch .mv .lead {
      font-size: 140%;
      width: 75px; } }
.ch .cont02 {
  padding-top: 176px; }
  @media screen and (max-width: 740px) {
    .ch .cont02 {
      padding-top: 66px; } }
  .ch .cont02 h3 span {
    font-size: 200%; }
.ch .cont03 {
  padding-top: 152px; }
  @media screen and (max-width: 740px) {
    .ch .cont03 {
      padding-top: 44px; } }
  .ch .cont03 h3 span {
    font-size: 200%;
    text-align: left; }
    .ch .cont03 h3 span small {
      font-size: 44%;
      letter-spacing: 2px; }
.ch .cont04 {
  padding-top: 171px; }
  @media screen and (max-width: 740px) {
    .ch .cont04 {
      padding-top: 66px; } }
  .ch .cont04 h3 span {
    font-size: 200%; }
  .ch .cont04__inner-txt {
    width: 50%; }
    @media screen and (max-width: 740px) {
      .ch .cont04__inner-txt {
        width: auto;
        text-align: justify; } }
    .ch .cont04__inner-txt:after {
      right: 0;
      top: 295px; }
.ch .cont06 {
  padding-top: 118px; }
  @media screen and (max-width: 740px) {
    .ch .cont06 {
      padding-top: 66px; } }
  .ch .cont06 h3 span {
    font-size: 200%; }
    .ch .cont06 h3 span small {
      letter-spacing: 0;
      margin: -10px 0 0; }
      @media screen and (max-width: 740px) {
        .ch .cont06 h3 span small {
          margin: -7px 0 0; } }

/*# sourceMappingURL=style.css.map */
