@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/* font */
/*日本語用*/
/*英語用*/
/*日本語用*/
@media screen and (max-width: 800px) and (min-width: 1024px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -130px;
    transition: all .5s; }
    header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; } }

@media screen and (max-width: 800px) and (max-width: 1023px) {
  header #menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10; } }

@media screen and (max-width: 800px) and (min-width: 1024px) {
  header #menu_btn {
    display: none; } }

@media screen and (max-width: 800px) and (max-width: 1023px) {
  header #menu_close {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px; }
    header #menu_close img {
      width: 100%; } }

@media screen and (max-width: 800px) and (min-width: 1024px) {
  header #menu_close {
    display: none; } }

@media screen and (max-width: 800px) {
  header .menu {
    font-family: "Playfair Display", serif; } }
  @media screen and (max-width: 800px) and (max-width: 1023px) {
    header .menu {
      position: fixed;
      padding: 20px;
      background-color: #fff;
      z-index: 99;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 100%;
      transition: all .5s; } }
  @media screen and (max-width: 800px) and (max-width: 1023px) and (max-width: 1023px) {
    header .menu.isOpen {
      left: 0; } }
  @media screen and (max-width: 800px) and (min-width: 1024px) {
    header .menu {
      display: flex;
      width: 100%; } }
  @media screen and (max-width: 800px) and (max-width: 1023px) {
    header .menu .logo {
      width: 85px; }
      header .menu .logo img {
        width: 100%; } }
  @media screen and (max-width: 800px) and (min-width: 1024px) {
    header .menu .logo {
      background-color: #fff;
      padding-left: 40px;
      display: flex;
      align-items: center; }
      header .menu .logo img {
        width: 160px; } }
  @media screen and (max-width: 800px) and (min-width: 1024px) {
    header .menu .gmenu {
      width: calc(100% - (200px + 10vw));
      padding: 0 40px;
      background-color: #fff; } }
  @media screen and (max-width: 800px) and (max-width: 1023px) {
    header .menu .menu_link {
      margin-top: 50px; } }
  @media screen and (max-width: 800px) and (min-width: 1024px) {
    header .menu .menu_link {
      background-color: #fff;
      color: #000;
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 800px;
      margin: 0 auto; } }

@media screen and (max-width: 800px) {
    header .menu .menu_link li {
      list-style: none; } }
    @media screen and (max-width: 800px) and (max-width: 1023px) {
      header .menu .menu_link li {
        text-align: center; }
        header .menu .menu_link li:not(:first-of-type) {
          margin-top: 30px; } }
    @media screen and (max-width: 800px) and (min-width: 1024px) {
      header .menu .menu_link li {
        height: 130px;
        display: flex;
        align-items: center;
        padding: 0 10px; } }

@media screen and (max-width: 800px) {
      header .menu .menu_link li a {
        color: #000;
        text-decoration: none;
        position: relative; } }
      @media screen and (max-width: 800px) and (max-width: 1023px) {
        header .menu .menu_link li a {
          font-size: 16px; } }
      @media screen and (max-width: 800px) and (min-width: 1024px) {
        header .menu .menu_link li a {
          font-size: 14px; }
          header .menu .menu_link li a:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #676262;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: right top;
                    transform-origin: right top;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s; }
          header .menu .menu_link li a:hover:after, header .menu .menu_link li a.current:after {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1); } }

@media screen and (max-width: 800px) {
    header .menu .reserve_btn {
      background-color: #676262;
      display: flex;
      color: #fff;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center; } }
    @media screen and (max-width: 800px) and (max-width: 1023px) {
      header .menu .reserve_btn {
        width: 75%;
        height: 65px;
        font-size: 16px;
        line-height: 1.3;
        margin: 30px auto 0;
        max-width: 300px; } }
    @media screen and (max-width: 800px) and (min-width: 1024px) {
      header .menu .reserve_btn {
        width: 10vw;
        height: 130px;
        font-size: 16px;
        transition: all .3s; }
        header .menu .reserve_btn:hover {
          background-color: #000;
          color: #fff; } }

@media screen and (max-width: 800px) {
  footer .footer_wrap {
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 20px;
    width: 100%;
    height: auto;
    text-align: center; }
    footer .footer_wrap .logo {
      margin: 0 auto;
      width: 200px; }
      footer .footer_wrap .logo img {
        width: 100%; }
    footer .footer_wrap .access {
      color: #fff;
      line-height: 1.8;
      margin-top: 20px;
      font-size: 13px; }
    footer .footer_wrap .btn {
      margin-top: 20px; }
      footer .footer_wrap .btn a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        background-color: #fff;
        font-size: 14px;
        line-height: 1;
        padding: 10px 15px; }
    footer .footer_wrap .tel {
      font-weight: bold;
      color: #fff;
      margin-top: 20px;
      font-size: 24px; }
    footer .footer_wrap .time {
      margin-top: 20px; }
  footer .footer_bottom {
    background-color: #676262;
    padding: 20px 15px; }
    footer .footer_bottom .produced {
      text-align: center;
      color: #fff;
      font-size: 10px; }
      footer .footer_bottom .produced a {
        color: #fff; }
    footer .footer_bottom .copyright {
      text-align: center;
      color: #fff;
      font-size: 12px;
      margin-top: 10px;
      font-size: 10px; }
  body {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    background-color: #F3F3F3;
    font-size: 15px; }
    body p {
      line-height: 1.7; }
  li {
    list-style: none; }
  .jp {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }
  .eng {
    font-family: "Playfair Display", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/main_img_sp.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 554px;
    height: 100vh; }
    .main_img .text {
      text-align: center;
      margin-top: 210px; }
      .main_img .text .logo {
        width: 200px;
        margin: 25px auto 0; }
        .main_img .text .logo img {
          width: 100%; }
      .main_img .text .main_lead {
        text-align: center;
        padding: 0 15px;
        font-size: 14px;
        font-weight: bold; }
    .main_img .images {
      width: 100%;
      height: auto; }
      .main_img .images .item_1 {
        background: url(../images/main_img_1.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 470px; }
      .main_img .images .item_2 {
        background: url(../images/main_img_2.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 470px; }
      .main_img .images .item_3 {
        background: url(../images/main_img_3.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 470px; }
      .main_img .images .item_4 {
        background: url(../images/main_img_4.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 470px; }
  /*
.col2{
  @if $type == sp{
  }
  @if $type == pc{
    display: flex;
    > div{
      width: calc(50% - 8px);
      &:nth-of-type(odd){
        margin-right: 16px;
      }
      img{
        width: 100%;
      }
    }
  }
}
*/
  .col3 {
    display: flex;
    flex-wrap: wrap; }
    .col3 > div:nth-of-type(1), .col3 > div:nth-of-type(2) {
      width: 50%; }
    .col3 > div:nth-of-type(3) {
      width: 100%; }
    .col3 > div img {
      width: 100%; }
  section {
    text-align: center; }
    section .text_block {
      padding: 40px 0 80px; }
    section .img_block {
      background-color: #EBEBEB; }
    section .image_slide .item {
      margin: 0 10px; }
    section .image_slide img {
      width: 100%; }
    section .h2 {
      font-weight: normal;
      color: #6A6A6A;
      font-size: 16px; }
    section .catch {
      line-height: 1.5;
      position: relative;
      font-size: 23px;
      margin-top: 20px; }
      section .catch span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-size: 12px; }
      section .catch:after {
        content: "";
        background-color: #C8C8C8;
        width: 66px;
        height: 1px;
        position: absolute;
        left: calc(50% - 33px);
        bottom: -10px; }
    section .lead {
      margin-top: 20px;
      padding: 0 15px; }
  #concept .text_block {
    padding-bottom: 45px; }
  #interior .img_block, #MATERIAL .img_block {
    padding: 45px 0 50px; }
    #interior .img_block .img img, #MATERIAL .img_block .img img {
      width: 100%; }
  #drink_facility > div {
    padding: 40px 60px; }
    #drink_facility > div .inner {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 20px; }
    #drink_facility > div .subH2 {
      color: #6A6A6A;
      font-size: 16px; }
    #drink_facility > div h2 {
      margin-top: 5px;
      font-size: 23px; }
    #drink_facility > div ul {
      margin-top: 20px; }
      #drink_facility > div ul.col2 {
        display: flex;
        flex-wrap: wrap; }
        #drink_facility > div ul.col2 li {
          width: 50%; }
      #drink_facility > div ul li {
        font-weight: bold;
        font-size: 15px; }
      #drink_facility > div ul + p {
        font-weight: bold;
        font-size: 13px;
        margin-top: 10px; }
  #drink_facility #drink {
    background: url(../images/drink_img.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  #drink_facility #FACILITY {
    background: url(../images/facility_img.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  #reserve {
    padding: 50px 20px; }
    #reserve .inner {
      background-color: #fff;
      padding: 20px 30px 50px; }
    #reserve .subH2 {
      color: #6A6A6A;
      font-size: 16px; }
    #reserve h2 {
      margin-top: 5px;
      font-size: 23px; }
    #reserve .btn {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      background-color: #676262;
      line-height: 1;
      margin-top: 30px;
      padding: 20px 20px;
      width: 100%; }
  #pageTop {
    background-color: #000;
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
    width: 44px;
    height: 44px;
    right: 10px;
    bottom: 10px; }
    #pageTop.isScroll {
      opacity: 1; }
    #pageTop:before {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 2px);
      left: calc(50% - 4px); }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .image_slide {
    position: relative; }
    .image_slide .slick-dots {
      position: absolute;
      z-index: 3;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .image_slide li {
      display: inline-block;
      margin: 0 12px; }
      .image_slide li button {
        position: relative;
        text-indent: -9999px; }
        .image_slide li button:before {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background-color: #D6D6D6;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 8px;
          height: 8px; }
      .image_slide li.slick-active button:before {
        background-color: #676262; }
  .shutter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .shutter.one {
      background: url(../images/main_img_sp_1.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9999;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 2s; }
    .shutter.two {
      background: url(../images/main_img_sp_2.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9998;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 5s; }
    .shutter.three {
      background: url(../images/main_img_sp_3.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9997;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 8s; }
    .shutter.on {
      opacity: 0; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) and (min-width: 1024px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -130px;
    transition: all .5s; }
    header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; } }

@media screen and (min-width: 800px) and (max-width: 1023px) {
  header #menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10; } }

@media screen and (min-width: 800px) and (min-width: 1024px) {
  header #menu_btn {
    display: none; } }

@media screen and (min-width: 800px) and (max-width: 1023px) {
  header #menu_close {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px; }
    header #menu_close img {
      width: 100%; } }

@media screen and (min-width: 800px) and (min-width: 1024px) {
  header #menu_close {
    display: none; } }

@media screen and (min-width: 800px) {
  header .menu {
    font-family: "Playfair Display", serif; } }
  @media screen and (min-width: 800px) and (max-width: 1023px) {
    header .menu {
      position: fixed;
      padding: 20px;
      background-color: #fff;
      z-index: 99;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 100%;
      transition: all .5s; } }
  @media screen and (min-width: 800px) and (max-width: 1023px) and (max-width: 1023px) {
    header .menu.isOpen {
      left: 0; } }
  @media screen and (min-width: 800px) and (min-width: 1024px) {
    header .menu {
      display: flex;
      width: 100%; } }
  @media screen and (min-width: 800px) and (max-width: 1023px) {
    header .menu .logo {
      width: 85px; }
      header .menu .logo img {
        width: 100%; } }
  @media screen and (min-width: 800px) and (min-width: 1024px) {
    header .menu .logo {
      background-color: #fff;
      padding-left: 40px;
      display: flex;
      align-items: center; }
      header .menu .logo img {
        width: 160px; } }
  @media screen and (min-width: 800px) and (min-width: 1024px) {
    header .menu .gmenu {
      width: calc(100% - (200px + 10vw));
      padding: 0 40px;
      background-color: #fff; } }
  @media screen and (min-width: 800px) and (max-width: 1023px) {
    header .menu .menu_link {
      margin-top: 50px; } }
  @media screen and (min-width: 800px) and (min-width: 1024px) {
    header .menu .menu_link {
      background-color: #fff;
      color: #000;
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 800px;
      margin: 0 auto; } }

@media screen and (min-width: 800px) {
    header .menu .menu_link li {
      list-style: none; } }
    @media screen and (min-width: 800px) and (max-width: 1023px) {
      header .menu .menu_link li {
        text-align: center; }
        header .menu .menu_link li:not(:first-of-type) {
          margin-top: 30px; } }
    @media screen and (min-width: 800px) and (min-width: 1024px) {
      header .menu .menu_link li {
        height: 130px;
        display: flex;
        align-items: center;
        padding: 0 10px; } }

@media screen and (min-width: 800px) {
      header .menu .menu_link li a {
        color: #000;
        text-decoration: none;
        position: relative; } }
      @media screen and (min-width: 800px) and (max-width: 1023px) {
        header .menu .menu_link li a {
          font-size: 16px; } }
      @media screen and (min-width: 800px) and (min-width: 1024px) {
        header .menu .menu_link li a {
          font-size: 14px; }
          header .menu .menu_link li a:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #676262;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: right top;
                    transform-origin: right top;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s; }
          header .menu .menu_link li a:hover:after, header .menu .menu_link li a.current:after {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1); } }

@media screen and (min-width: 800px) {
    header .menu .reserve_btn {
      background-color: #676262;
      display: flex;
      color: #fff;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center; } }
    @media screen and (min-width: 800px) and (max-width: 1023px) {
      header .menu .reserve_btn {
        width: 75%;
        height: 65px;
        font-size: 16px;
        line-height: 1.3;
        margin: 30px auto 0;
        max-width: 300px; } }
    @media screen and (min-width: 800px) and (min-width: 1024px) {
      header .menu .reserve_btn {
        width: 10vw;
        height: 130px;
        font-size: 16px;
        transition: all .3s; }
        header .menu .reserve_btn:hover {
          background-color: #000;
          color: #fff; } }

@media screen and (min-width: 800px) {
  footer .footer_wrap {
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
    footer .footer_wrap .logo {
      margin: 0 auto; }
      footer .footer_wrap .logo img {
        width: 100%; }
    footer .footer_wrap .access {
      color: #fff;
      line-height: 1.8; }
    footer .footer_wrap .btn a {
      color: #000;
      text-decoration: none;
      display: inline-block;
      background-color: #fff;
      font-size: 14px;
      line-height: 1;
      padding: 10px 15px; }
    footer .footer_wrap .tel {
      font-weight: bold;
      color: #fff; }
  footer .footer_bottom {
    background-color: #676262; }
    footer .footer_bottom .produced {
      text-align: center;
      color: #fff; }
      footer .footer_bottom .produced a {
        color: #fff; }
    footer .footer_bottom .copyright {
      text-align: center;
      color: #fff;
      font-size: 12px;
      margin-top: 10px; }
  body {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    background-color: #F3F3F3; }
  li {
    list-style: none; }
  .jp {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }
  .eng {
    font-family: "Playfair Display", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .main_img .images .item_1 {
      background: url(../images/main_img_1.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_2 {
      background: url(../images/main_img_2.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_3 {
      background: url(../images/main_img_3.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_4 {
      background: url(../images/main_img_4.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
  /*
.col2{
  @if $type == sp{
  }
  @if $type == pc{
    display: flex;
    > div{
      width: calc(50% - 8px);
      &:nth-of-type(odd){
        margin-right: 16px;
      }
      img{
        width: 100%;
      }
    }
  }
}
*/
  section .img_block {
    background-color: #EBEBEB; }
  section .h2 {
    font-weight: normal;
    color: #6A6A6A; }
  section .catch {
    line-height: 1.5;
    position: relative; }
    section .catch:after {
      content: "";
      background-color: #C8C8C8;
      width: 66px;
      height: 1px;
      position: absolute;
      left: calc(50% - 33px); }
  #interior .img_block .img img, #MATERIAL .img_block .img img {
    width: 100%; }
  #drink_facility > div .inner {
    background-color: rgba(255, 255, 255, 0.8); }
  #drink_facility > div .subH2 {
    color: #6A6A6A; }
  #drink_facility > div ul li {
    font-weight: bold; }
  #drink_facility > div ul + p {
    font-weight: bold; }
  #drink_facility #drink {
    background: url(../images/drink_img.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  #drink_facility #FACILITY {
    background: url(../images/facility_img.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  #reserve .inner {
    background-color: #fff; }
  #reserve .subH2 {
    color: #6A6A6A; }
  #reserve .btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #676262;
    line-height: 1; }
  #pageTop {
    background-color: #000;
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: all .5s; }
    #pageTop.isScroll {
      opacity: 1; }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) and (min-width: 1024px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: -130px;
    transition: all .5s; }
    header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; } }

@media screen and (min-width: 801px) and (max-width: 1023px) {
  header #menu_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10; } }

@media print, screen and (min-width: 801px) and (min-width: 1024px) {
  header #menu_btn {
    display: none; } }

@media screen and (min-width: 801px) and (max-width: 1023px) {
  header #menu_close {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px; }
    header #menu_close img {
      width: 100%; } }

@media print, screen and (min-width: 801px) and (min-width: 1024px) {
  header #menu_close {
    display: none; } }

@media print, screen and (min-width: 801px) {
  header .menu {
    font-family: "Playfair Display", serif; } }
  @media screen and (min-width: 801px) and (max-width: 1023px) {
    header .menu {
      position: fixed;
      padding: 20px;
      background-color: #fff;
      z-index: 99;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 100%;
      transition: all .5s; } }
  @media screen and (min-width: 801px) and (max-width: 1023px) and (max-width: 1023px) {
    header .menu.isOpen {
      left: 0; } }
  @media print, screen and (min-width: 801px) and (min-width: 1024px) {
    header .menu {
      display: flex;
      width: 100%; } }
  @media screen and (min-width: 801px) and (max-width: 1023px) {
    header .menu .logo {
      width: 85px; }
      header .menu .logo img {
        width: 100%; } }
  @media print, screen and (min-width: 801px) and (min-width: 1024px) {
    header .menu .logo {
      background-color: #fff;
      padding-left: 40px;
      display: flex;
      align-items: center; }
      header .menu .logo img {
        width: 160px; } }
  @media print, screen and (min-width: 801px) and (min-width: 1024px) {
    header .menu .gmenu {
      width: calc(100% - (200px + 10vw));
      padding: 0 40px;
      background-color: #fff; } }
  @media screen and (min-width: 801px) and (max-width: 1023px) {
    header .menu .menu_link {
      margin-top: 50px; } }
  @media print, screen and (min-width: 801px) and (min-width: 1024px) {
    header .menu .menu_link {
      background-color: #fff;
      color: #000;
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 800px;
      margin: 0 auto; } }

@media print, screen and (min-width: 801px) {
    header .menu .menu_link li {
      list-style: none; } }
    @media screen and (min-width: 801px) and (max-width: 1023px) {
      header .menu .menu_link li {
        text-align: center; }
        header .menu .menu_link li:not(:first-of-type) {
          margin-top: 30px; } }
    @media print, screen and (min-width: 801px) and (min-width: 1024px) {
      header .menu .menu_link li {
        height: 130px;
        display: flex;
        align-items: center;
        padding: 0 10px; } }

@media print, screen and (min-width: 801px) {
      header .menu .menu_link li a {
        color: #000;
        text-decoration: none;
        position: relative; } }
      @media screen and (min-width: 801px) and (max-width: 1023px) {
        header .menu .menu_link li a {
          font-size: 16px; } }
      @media print, screen and (min-width: 801px) and (min-width: 1024px) {
        header .menu .menu_link li a {
          font-size: 14px; }
          header .menu .menu_link li a:after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #676262;
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: right top;
                    transform-origin: right top;
            transition: -webkit-transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s; }
          header .menu .menu_link li a:hover:after, header .menu .menu_link li a.current:after {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1); } }

@media print, screen and (min-width: 801px) {
    header .menu .reserve_btn {
      background-color: #676262;
      display: flex;
      color: #fff;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center; } }
    @media screen and (min-width: 801px) and (max-width: 1023px) {
      header .menu .reserve_btn {
        width: 75%;
        height: 65px;
        font-size: 16px;
        line-height: 1.3;
        margin: 30px auto 0;
        max-width: 300px; } }
    @media print, screen and (min-width: 801px) and (min-width: 1024px) {
      header .menu .reserve_btn {
        width: 10vw;
        height: 130px;
        font-size: 16px;
        transition: all .3s; }
        header .menu .reserve_btn:hover {
          background-color: #000;
          color: #fff; } }

@media print, screen and (min-width: 801px) {
  footer .footer_wrap {
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0 120px;
    width: 100%;
    height: auto;
    text-align: center; }
    footer .footer_wrap .logo {
      margin: 0 auto;
      width: 300px; }
      footer .footer_wrap .logo img {
        width: 100%; }
    footer .footer_wrap .access {
      color: #fff;
      line-height: 1.8;
      margin-top: 30px; }
    footer .footer_wrap .btn {
      margin-top: 20px; }
      footer .footer_wrap .btn:hover {
        opacity: .7; }
      footer .footer_wrap .btn a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        background-color: #fff;
        font-size: 14px;
        line-height: 1;
        padding: 10px 15px; }
    footer .footer_wrap .tel {
      font-weight: bold;
      color: #fff;
      margin-top: 40px;
      font-size: 32px; }
    footer .footer_wrap .time {
      margin-top: 20px; }
  footer .footer_bottom {
    background-color: #676262;
    padding: 60px 0px; }
    footer .footer_bottom .produced {
      text-align: center;
      color: #fff; }
      footer .footer_bottom .produced a {
        color: #fff; }
    footer .footer_bottom .copyright {
      text-align: center;
      color: #fff;
      font-size: 12px;
      margin-top: 10px; }
  body {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    background-color: #F3F3F3;
    font-size: 16px;
    line-height: 1.8; }
  li {
    list-style: none; }
  .jp {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }
  .eng {
    font-family: "Playfair Display", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/main_img.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100vh; }
    .main_img .text {
      position: absolute;
      top: 90px;
      right: 5vw;
      z-index: 2;
      text-align: center; }
      .main_img .text .logo {
        width: 400px;
        margin: 0 auto; }
        .main_img .text .logo img {
          width: 100%; }
      .main_img .text .main_lead {
        text-shadow: 0px 0px 5px #000000;
        color: #fff;
        font-size: 22px;
        margin-top: 40px; }
        .main_img .text .main_lead span {
          font-size: 16px; }
    .main_img .images {
      width: 100%;
      height: 100vh;
      position: relative; }
      .main_img .images .item_1 {
        background: url(../images/main_img_1.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_2 {
        background: url(../images/main_img_2.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_3 {
        background: url(../images/main_img_3.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_4 {
        background: url(../images/main_img_4.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
  .common_inner {
    width: 96%;
    max-width: 1568px;
    margin: 0 auto; }
  /*
.col2{
  @if $type == sp{
  }
  @if $type == pc{
    display: flex;
    > div{
      width: calc(50% - 8px);
      &:nth-of-type(odd){
        margin-right: 16px;
      }
      img{
        width: 100%;
      }
    }
  }
}
*/
  .col3 {
    display: flex; }
    .col3 > div img {
      width: 100%; }
  .row2 > div:not(:first-of-type) {
    margin-top: 15px; }
  section {
    text-align: center; }
    section .text_block {
      padding: 70px 0 140px; }
    section .img_block {
      background-color: #EBEBEB; }
    section .h2 {
      font-weight: normal;
      color: #6A6A6A;
      font-size: 20px; }
    section .catch {
      line-height: 1.5;
      position: relative;
      font-size: 32px;
      margin-top: 40px; }
      section .catch span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-size: 16px; }
      section .catch:after {
        content: "";
        background-color: #C8C8C8;
        width: 66px;
        height: 1px;
        position: absolute;
        left: calc(50% - 33px);
        bottom: -20px; }
    section .lead {
      margin-top: 60px;
      font-size: 18px; }
  #concept .text_block {
    padding: 110px 0 90px; }
  #interior .img_block .common_inner, #MATERIAL .img_block .common_inner {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  #interior .img_block .img img, #MATERIAL .img_block .img img {
    width: 100%; }
  #interior .text_block, #MATERIAL .text_block {
    padding: 170px 0 140px; }
  #drink_facility {
    display: flex; }
    #drink_facility > div {
      width: 50%;
      padding: 80px 0 60px; }
      #drink_facility > div .inner {
        background-color: rgba(255, 255, 255, 0.8);
        height: 580px;
        width: 90%;
        max-width: 470px;
        margin: 0 auto;
        padding: 80px 20px; }
      #drink_facility > div .subH2 {
        color: #6A6A6A;
        font-size: 20px; }
      #drink_facility > div h2 {
        font-size: 32px;
        margin-top: 20px;
        line-height: 1; }
      #drink_facility > div ul {
        margin-top: 60px; }
        #drink_facility > div ul li {
          font-weight: bold;
          font-size: 18px;
          margin-top: 10px; }
        #drink_facility > div ul + p {
          font-weight: bold;
          margin-top: 20px; }
    #drink_facility #drink {
      background: url(../images/drink_img.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    #drink_facility #FACILITY {
      background: url(../images/facility_img.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
  #reserve {
    padding: 120px 0 130px; }
    #reserve .inner {
      background-color: #fff;
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 60px 0 90px; }
    #reserve .subH2 {
      color: #6A6A6A;
      font-size: 20px; }
    #reserve h2 {
      font-size: 32px;
      margin-top: 20px;
      line-height: 1; }
    #reserve .btn {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      background-color: #676262;
      line-height: 1;
      margin-top: 60px;
      padding: 20px 20px;
      min-width: 300px;
      transition: opacity .5s; }
      #reserve .btn:hover {
        opacity: .7; }
  #pageTop {
    background-color: #000;
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
    width: 80px;
    height: 80px;
    right: 40px;
    bottom: 40px; }
    #pageTop.isScroll {
      opacity: 1; }
    #pageTop:hover {
      opacity: .7; }
    #pageTop:before {
      content: '';
      width: 12px;
      height: 12px;
      border: 0px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: calc(50% - 3px);
      left: calc(50% - 6px); }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .shutter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .shutter.one {
      background: url(../images/main_img_1.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9999;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 2s; }
    .shutter.two {
      background: url(../images/main_img_2.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9998;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 5s; }
    .shutter.three {
      background: url(../images/main_img_3.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
      z-index: 9997;
      opacity: 1;
      transition: opacity 2s;
      transition-delay: 8s; }
    .shutter.on {
      opacity: 0; }
  /*
  @keyframes heroSlideShow1 {
    23% {
      opacity: 1;
    }
    33% {
      opacity: 0;
    }
  }
  @keyframes heroSlideShow2 {
    56% {
      opacity: 1;
    }
    66% {
      opacity: 0;
    }
  }
  @keyframes heroSlideShow3 {
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .shutter {
    -webkit-animation: byeShutter 10s forwards;
    animation: byeShutter 10s forwards;
  }
  @keyframes byeShutter {
    20% {
      opacity: 1;
      background: url(../images/main_img_1.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
    }
    50% {
      opacity: 1;
      background: url(../images/main_img_2.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
    }
    80% {
      opacity: 1;
      background: url(../images/main_img_3.jpg) no-repeat;
      background-size: cover;
      background-position: center bottom;
    }
    100% {
      opacity: 0;
      display: none;
      z-index: -1;
    }
  }
  */
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

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