@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 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }

/* 日本語（notoSans）*/
/* 日本語（notoSerif）*/
/*日本語用（メイリオ）*/
/*英語用*/
@media screen and (max-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  body {
    font-family: 'Poppins','Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px; }
    body p {
      line-height: 1.7; }
  .jp {
    font-family: "Noto Sans JP", sans-serif !important; }
  .eng {
    font-family: "Poppins", sans-serif !important; }
  .min {
    font-family: "Noto Serif Japanese", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 240px; }
    .main_img:before {
      content: "";
      background: rgba(40, 40, 40, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .main_img .text {
      position: absolute;
      top: 65px;
      left: 0;
      z-index: 2;
      width: 100%; }
      .main_img .text .logo {
        width: 120px;
        margin: 0 auto; }
        .main_img .text .logo img {
          width: 100%; }
      .main_img .text .main_lead {
        color: #fff;
        /*
        text-align: center;
        padding: 0 15px;
        margin-top: 40px;
        font-size: 15px;
        */
        display: none; }
    .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: 240px; }
      .main_img .images .item_2 {
        background: url(../images/main_img_2.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_3 {
        background: url(../images/main_img_3.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_4 {
        background: url(../images/main_img_4.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_5 {
        background: url(../images/main_img_5.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_6 {
        background: url(../images/main_img_6.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_7 {
        background: url(../images/main_img_7.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
      .main_img .images .item_8 {
        background: url(../images/main_img_8.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 240px; }
  #concept {
    text-align: center;
    padding: 45px 0 55px; }
    #concept .concept_title {
      position: relative; }
      #concept .concept_title span {
        display: inline-block;
        position: relative;
        z-index: 2;
        background-color: #fff;
        font-size: 23px;
        padding: 0 20px; }
      #concept .concept_title:before {
        content: "";
        display: block;
        background-color: #926b34;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: calc(50% - 1px); }
    #concept h1 {
      line-height: 1.2;
      font-size: 20px;
      margin-top: 20px; }
    #concept .lead {
      margin-top: 20px;
      padding: 0 15px;
      text-align: left; }
  #food {
    width: 100%;
    background: url(../images/food_bg_sp.png) no-repeat #926b34;
    padding: 35px 0 55px;
    background-position: center bottom;
    background-size: cover; }
    #food h2 {
      color: #fff;
      line-height: 1.4;
      font-weight: normal;
      font-size: 23px;
      padding: 0 25px;
      margin-top: 20px;
      text-align: center; }
    #food h3 {
      font-weight: normal;
      color: #fff;
      text-align: center;
      font-size: 23px; }
      #food h3 span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #food h3 span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 80px; }
    #food .wrap .text {
      color: #fff;
      margin-top: 40px;
      padding: 0 15px; }
      #food .wrap .text p {
        margin-top: 20px; }
    #food .wrap .food_img {
      position: relative;
      margin-top: 25px; }
      #food .wrap .food_img .item {
        margin: 0 10px; }
        #food .wrap .food_img .item img {
          width: 100%; }
  #special {
    width: 100%;
    position: relative;
    padding: 95px 0 55px; }
    #special:before {
      content: "";
      display: block;
      background-color: #e1e1e1;
      position: absolute;
      left: 0;
      width: 100%;
      height: 7px;
      top: 35px; }
    #special:after {
      content: "";
      display: block;
      background-color: #926b34;
      position: absolute;
      left: 0;
      opacity: .5;
      width: 100%;
      height: 12px;
      top: 50px; }
    #special h2 {
      line-height: 1.4;
      position: relative;
      font-weight: normal;
      padding: 0 15px;
      margin-top: 20px;
      text-align: center; }
    #special h3 {
      font-weight: normal;
      text-align: center;
      font-size: 23px; }
      #special h3 span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #special h3 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 80px; }
    #special .wrap .text {
      margin-top: 40px;
      padding: 0 15px; }
      #special .wrap .text p {
        margin-top: 20px; }
    #special .wrap .food_img {
      margin-top: 25px; }
      #special .wrap .food_img .item {
        margin: 0 10px; }
        #special .wrap .food_img .item img {
          width: 100%; }
  #drink {
    color: #fff;
    background: url(../images/drink_bg_sp.jpg) no-repeat center #2d2d2d;
    width: 100%;
    background-size: cover;
    padding: 35px 15px 50px; }
    #drink .midashi + p {
      margin-top: 20px; }
    #drink h2 {
      font-weight: normal;
      line-height: 1.6;
      font-size: 18px;
      margin-top: 25px; }
    #drink .cat_title {
      font-weight: normal;
      text-align: center;
      font-size: 23px; }
      #drink .cat_title span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #drink .cat_title span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          height: 2px;
          width: 80px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #drink .menu {
      text-align: center;
      margin-bottom: 30px; }
      #drink .menu h4 {
        color: #926b34;
        font-size: 14px;
        margin-top: 15px; }
      #drink .menu dl {
        font-weight: bold;
        margin-top: 10px; }
        #drink .menu dl dt {
          font-size: 16px; }
        #drink .menu dl dd {
          font-size: 14px; }
          #drink .menu dl dd span {
            font-size: 12px; }
        #drink .menu dl.pick {
          border-bottom: 1px solid #616161;
          padding-bottom: 10px; }
          #drink .menu dl.pick:first-of-type {
            margin-top: 30px; }
          #drink .menu dl.pick + dl {
            margin-top: 10px; }
        #drink .menu dl h3 {
          border-bottom: 2px solid #616161;
          font-size: 18px;
          padding-bottom: 10px;
          margin-top: 30px; }
          #drink .menu dl h3 .price {
            font-size: 15px;
            display: block; }
            #drink .menu dl h3 .price span {
              font-size: 12px; }
    #drink .komoji {
      text-align: center; }
  #facility .facility_inner .img {
    background-color: #000; }
    #facility .facility_inner .img img {
      width: 100%; }
  #facility .facility_inner .text {
    background-color: #926b34;
    color: #fff;
    padding: 30px 15px 35px; }
    #facility .facility_inner .text h3 {
      font-weight: normal;
      text-align: center;
      font-size: 23px; }
      #facility .facility_inner .text h3 span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #facility .facility_inner .text h3 span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 80px; }
    #facility .facility_inner .text p {
      text-align: center;
      margin-top: 20px; }
  #reserve {
    background-color: #eee;
    padding: 40px 15px 55px; }
    #reserve h2 {
      font-weight: normal;
      text-align: center;
      font-size: 23px; }
      #reserve h2 span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #reserve h2 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          height: 2px;
          width: 110px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #reserve .reserve_sche {
      margin-top: 20px; }
      #reserve .reserve_sche img {
        max-width: 100%; }
  #course {
    padding: 35px 0px 0;
    margin-bottom: 55px; }
    #course .course_inner {
      background: url(../images/course_bg.jpg) no-repeat;
      background-position: top center;
      width: 100%;
      background-size: contain;
      margin-top: 20px;
      padding-top: 50px; }
    #course h2 {
      font-weight: normal;
      text-align: center;
      font-size: 23px; }
      #course h2 span {
        display: block;
        position: relative;
        font-size: 12px;
        padding-bottom: 10px;
        margin-bottom: 5px; }
        #course h2 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 80px; }
      #course h2 + p {
        text-align: justify;
        margin: 20px 15px 0; }
    #course .course_menu {
      position: relative;
      display: flex; }
      #course .course_menu .slick-dots {
        position: absolute;
        bottom: -45px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        #course .course_menu .slick-dots li {
          display: inline-block;
          margin: 0 15px; }
          #course .course_menu .slick-dots li button {
            position: relative;
            text-indent: -9999px; }
            #course .course_menu .slick-dots li button:before {
              content: '';
              display: inline-block;
              border-radius: 50%;
              background-color: #f1f1f1;
              position: absolute;
              left: 0;
              top: 0;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 8px;
              height: 8px; }
          #course .course_menu .slick-dots li.slick-active button:before {
            background-color: #926b34; }
      #course .course_menu .slide-arrow {
        position: absolute;
        z-index: 2;
        top: calc(50% - 20px); }
        #course .course_menu .slide-arrow:hover {
          cursor: pointer;
          opacity: .8; }
      #course .course_menu .prev-arrow {
        left: 0; }
      #course .course_menu .next-arrow {
        right: 0; }
      #course .course_menu .slick-track {
        height: 100%; }
      #course .course_menu .course_block {
        width: 100%;
        margin: 0 5px; }
        #course .course_menu .course_block .img img {
          width: 100%; }
        #course .course_menu .course_block .text {
          background-color: #f1f1f1;
          padding: 20px 15px;
          text-align: center;
          height: 100%; }
          #course .course_menu .course_block .text h3 {
            display: block;
            position: relative;
            font-weight: normal;
            line-height: 1.2;
            font-size: 18px;
            padding-bottom: 15px; }
            #course .course_menu .course_block .text h3:after {
              content: "";
              display: inline-block;
              background-color: #926b34;
              height: 2px;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
          #course .course_menu .course_block .text .sub_catch {
            line-height: 1.2;
            margin: 20px 0 0 0;
            font-size: 16px; }
          #course .course_menu .course_block .text .price {
            line-height: 1.2;
            font-size: 30px;
            margin: 10px 0 0 0; }
            #course .course_menu .course_block .text .price .en {
              font-size: 18px; }
            #course .course_menu .course_block .text .price .zei {
              font-size: 16px; }
          #course .course_menu .course_block .text .menu_detail {
            line-height: 2;
            font-size: 14px;
            margin-top: 15px; }
  footer .footer_wrap {
    position: relative;
    padding: 55px 15px 45px;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    text-align: center;
    background-position: center; }
    footer .footer_wrap:before {
      content: "";
      background: rgba(45, 45, 45, 0.6);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    footer .footer_wrap .common_inner {
      position: relative;
      z-index: 3; }
    footer .footer_wrap p {
      color: #fff;
      line-height: 1.5; }
    footer .footer_wrap .title {
      font-size: 18px; }
    footer .footer_wrap .gyotai {
      margin-top: 5px;
      font-size: 14px; }
    footer .footer_wrap .logo {
      margin-top: 20px; }
      footer .footer_wrap .logo img {
        width: 120px; }
    footer .footer_wrap .tel {
      font-weight: bold;
      margin-top: 20px;
      font-size: 24px; }
    footer .footer_wrap .access {
      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 .time {
      margin-top: 20px; }
  footer .footer_bottom {
    background-color: #926b34;
    padding: 15px 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;
      opacity: .5;
      font-size: 12px;
      margin-top: 10px;
      font-size: 10px; }
  #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); }
  header .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex; }
    header .menu #menu_btn {
      background-color: #926b34;
      display: flex;
      color: #fff;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 55px;
      height: 55px;
      font-size: 14px; }
      header .menu #menu_btn span {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        left: 18px;
        transition: all .4s; }
        header .menu #menu_btn span:nth-of-type(1) {
          top: 19px; }
        header .menu #menu_btn span:nth-of-type(2) {
          top: 26px; }
        header .menu #menu_btn span:nth-of-type(3) {
          top: 33px; }
      header .menu #menu_btn.isOpen span:nth-of-type(1) {
        top: 26px;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
      header .menu #menu_btn.isOpen span:nth-of-type(2) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 0; }
      header .menu #menu_btn.isOpen span:nth-of-type(3) {
        top: 26px;
        -webkit-transform: rotate(-225deg);
                transform: rotate(-225deg); }
    header .menu .reserve_btn {
      background-color: #fff;
      display: flex;
      color: #000;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      width: 90px;
      height: 55px;
      font-size: 13px;
      line-height: 1.3; }
      header .menu .reserve_btn span {
        font-size: 10px;
        font-weight: bold; }
  header .menu_link {
    background-color: #926b34;
    color: #fff;
    position: relative;
    z-index: -1;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -100%;
    transition: all .5s;
    padding-top: 95px; }
    header .menu_link li {
      list-style: none;
      text-align: center;
      margin: 20px 0; }
      header .menu_link li a {
        color: #fff;
        text-decoration: none;
        position: relative;
        font-size: 20px; }
    header .menu_link.isOpen {
      right: 0; }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .images .slick-dots {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .images .slick-dots li {
      display: inline-block;
      margin: 0 15px; }
      .images .slick-dots li button {
        position: relative;
        text-indent: -9999px; }
        .images .slick-dots li button:before {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 8px;
          height: 8px; }
      .images .slick-dots li.slick-active button:before {
        background-color: #926b34; }
  .image_slide .slide-arrow {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 30px; }
    .image_slide .slide-arrow.prev-arrow {
      z-index: 2;
      right: 125px; }
      .image_slide .slide-arrow.prev-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        position: absolute;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        width: 4px;
        height: 4px;
        top: calc(50% - 2px);
        left: calc(50% - 0px); }
    .image_slide .slide-arrow.next-arrow {
      z-index: 2;
      right: 35px; }
      .image_slide .slide-arrow.next-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        width: 4px;
        height: 4px;
        top: calc(50% - 2px);
        left: calc(50% - 6px); }
  .image_slide .slick-counter {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    font-family: "Poppins", sans-serif;
    right: 55px;
    height: 30px; }
    .image_slide .slick-counter span {
      display: flex;
      justify-content: center;
      width: 30px;
      font-size: 14px; }
    .image_slide .slick-counter .total {
      color: #000; }
    .image_slide .slick-counter .bar {
      width: 10px; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media screen and (min-width: 800px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  body {
    font-family: 'Poppins','Noto Sans JP', sans-serif;
    letter-spacing: 0.1em; }
  .jp {
    font-family: "Noto Sans JP", sans-serif !important; }
  .eng {
    font-family: "Poppins", sans-serif !important; }
  .min {
    font-family: "Noto Serif Japanese", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .main_img:before {
      content: "";
      background: rgba(40, 40, 40, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .main_img .text .main_lead {
      color: #fff; }
    .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%; }
    .main_img .images .item_5 {
      background: url(../images/main_img_5.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_6 {
      background: url(../images/main_img_6.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_7 {
      background: url(../images/main_img_7.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
    .main_img .images .item_8 {
      background: url(../images/main_img_8.jpg) no-repeat center;
      background-size: cover;
      width: 100%; }
  #concept .concept_title {
    position: relative; }
    #concept .concept_title span {
      display: inline-block;
      position: relative;
      z-index: 2;
      background-color: #fff; }
    #concept .concept_title:before {
      content: "";
      display: block;
      background-color: #926b34;
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      top: calc(50% - 1px); }
  #concept h1 {
    line-height: 1.2; }
  #food {
    width: 100%; }
    #food h2 {
      color: #fff;
      line-height: 1.4;
      font-weight: normal; }
    #food h3 {
      font-weight: normal;
      color: #fff; }
      #food h3 span {
        display: block;
        position: relative; }
        #food h3 span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #food .wrap .text {
      color: #fff; }
    #food .wrap .food_img {
      position: relative; }
  #special {
    width: 100%;
    position: relative; }
    #special:before {
      content: "";
      display: block;
      background-color: #e1e1e1;
      position: absolute;
      left: 0; }
    #special:after {
      content: "";
      display: block;
      background-color: #926b34;
      position: absolute;
      left: 0;
      opacity: .5; }
    #special h2 {
      line-height: 1.4;
      position: relative;
      font-weight: normal; }
    #special h3 {
      font-weight: normal; }
      #special h3 span {
        display: block;
        position: relative; }
        #special h3 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
  #drink {
    color: #fff; }
    #drink h2 {
      font-weight: normal;
      line-height: 1.6; }
    #drink .cat_title {
      font-weight: normal; }
      #drink .cat_title span {
        display: block;
        position: relative; }
        #drink .cat_title span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          height: 2px;
          width: 80px;
          position: absolute; }
    #drink .menu h4 {
      color: #926b34; }
    #drink .menu dl {
      font-weight: bold; }
      #drink .menu dl.pick {
        border-bottom: 1px solid #616161; }
      #drink .menu dl h3 {
        border-bottom: 2px solid #616161; }
  #facility .facility_inner .img {
    background-color: #000; }
  #facility .facility_inner .text {
    background-color: #926b34;
    color: #fff; }
    #facility .facility_inner .text h3 {
      font-weight: normal; }
      #facility .facility_inner .text h3 span {
        display: block;
        position: relative; }
        #facility .facility_inner .text h3 span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #facility .facility_inner .text p {
      text-align: center; }
  #reserve {
    background-color: #eee; }
    #reserve h2 {
      font-weight: normal; }
      #reserve h2 span {
        display: block;
        position: relative; }
        #reserve h2 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          height: 2px;
          width: 110px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #reserve .reserve_sche img {
      max-width: 100%; }
  #course .course_inner {
    background: url(../images/course_bg.jpg) no-repeat;
    background-position: top center;
    width: 100%; }
  #course h2 {
    font-weight: normal; }
    #course h2 span {
      display: block;
      position: relative; }
      #course h2 span:after {
        content: "";
        display: inline-block;
        background-color: #926b34;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
  #course .course_menu {
    position: relative; }
    #course .course_menu .slick-dots {
      position: absolute; }
      #course .course_menu .slick-dots li {
        display: inline-block; }
        #course .course_menu .slick-dots li button {
          position: relative;
          text-indent: -9999px; }
          #course .course_menu .slick-dots li button:before {
            content: '';
            display: inline-block;
            border-radius: 50%;
            background-color: #f1f1f1;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
        #course .course_menu .slick-dots li.slick-active button:before {
          background-color: #926b34; }
    #course .course_menu .slide-arrow {
      position: absolute;
      z-index: 2;
      top: calc(50% - 20px); }
      #course .course_menu .slide-arrow:hover {
        cursor: pointer;
        opacity: .8; }
    #course .course_menu .prev-arrow {
      left: 0; }
    #course .course_menu .next-arrow {
      right: 0; }
    #course .course_menu .course_block .img img {
      width: 100%; }
    #course .course_menu .course_block .text {
      background-color: #f1f1f1; }
      #course .course_menu .course_block .text h3 {
        display: block;
        position: relative;
        font-weight: normal;
        line-height: 1.2; }
        #course .course_menu .course_block .text h3:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          height: 2px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      #course .course_menu .course_block .text .sub_catch {
        line-height: 1.2; }
      #course .course_menu .course_block .text .price {
        line-height: 1.2; }
      #course .course_menu .course_block .text .menu_detail {
        line-height: 2; }
  footer .footer_wrap {
    position: relative; }
    footer .footer_wrap:before {
      content: "";
      background: rgba(45, 45, 45, 0.6);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    footer .footer_wrap .common_inner {
      position: relative;
      z-index: 3; }
    footer .footer_wrap p {
      color: #fff;
      line-height: 1.5; }
    footer .footer_wrap .tel {
      font-weight: bold; }
    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_bottom {
    background-color: #926b34; }
    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;
      opacity: .5;
      font-size: 12px;
      margin-top: 10px; }
  #pageTop {
    background-color: #000;
    position: fixed;
    z-index: 2;
    opacity: 0;
    transition: all .5s; }
    #pageTop.isScroll {
      opacity: 1; }
  header .menu #menu_btn {
    background-color: #926b34;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    position: relative; }
  header .menu .reserve_btn {
    background-color: #fff;
    display: flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  header .menu_link {
    background-color: #926b34;
    color: #fff;
    position: relative;
    z-index: -1; }
    header .menu_link li {
      list-style: none; }
      header .menu_link li a {
        color: #fff;
        text-decoration: none;
        position: relative; }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .images .slick-dots {
    position: absolute;
    z-index: 3; }
    .images .slick-dots li {
      display: inline-block; }
      .images .slick-dots li button {
        position: relative;
        text-indent: -9999px; }
        .images .slick-dots li button:before {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .images .slick-dots li.slick-active button:before {
        background-color: #926b34; }
  .image_slide .slide-arrow {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0; }
    .image_slide .slide-arrow.prev-arrow {
      z-index: 2; }
      .image_slide .slide-arrow.prev-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        position: absolute; }
    .image_slide .slide-arrow.next-arrow {
      z-index: 2; }
      .image_slide .slide-arrow.next-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute; }
  .image_slide .slick-counter {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    font-family: "Poppins", sans-serif; }
    .image_slide .slick-counter span {
      display: flex;
      justify-content: center; }
    .image_slide .slick-counter .total {
      color: #000; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */ }

@media print, screen and (min-width: 801px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  body {
    font-family: 'Poppins','Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 1.8; }
  .jp {
    font-family: "Noto Sans JP", sans-serif !important; }
  .eng {
    font-family: "Poppins", sans-serif !important; }
  .min {
    font-family: "Noto Serif Japanese", serif !important; }
  .main_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh; }
    .main_img:before {
      content: "";
      background: rgba(40, 40, 40, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .main_img .text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 2;
      text-align: center; }
      .main_img .text .main_lead {
        color: #fff;
        font-size: 18px;
        margin-top: 40px; }
    .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; }
      .main_img .images .item_5 {
        background: url(../images/main_img_5.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_6 {
        background: url(../images/main_img_6.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_7 {
        background: url(../images/main_img_7.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
      .main_img .images .item_8 {
        background: url(../images/main_img_8.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100vh; }
  .common_inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto; }
  #concept {
    text-align: center;
    padding: 90px 0 110px; }
    #concept .concept_title {
      position: relative; }
      #concept .concept_title span {
        display: inline-block;
        position: relative;
        z-index: 2;
        background-color: #fff;
        font-size: 25px;
        padding: 0 40px; }
      #concept .concept_title:before {
        content: "";
        display: block;
        background-color: #926b34;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: calc(50% - 1px); }
    #concept h1 {
      line-height: 1.2;
      font-size: 34px;
      margin-top: 40px; }
    #concept .lead {
      margin-top: 40px; }
  #food {
    width: 100%;
    background: url(../images/food_bg.jpg) no-repeat right #926b34;
    height: 800px;
    padding: 60px 0 130px;
    position: relative; }
    #food:before {
      content: "";
      width: 40%;
      height: 100%;
      background-color: #926b34;
      position: absolute;
      left: 0;
      top: 0; }
    #food h2 {
      color: #fff;
      line-height: 1.4;
      font-weight: normal;
      font-size: 40px;
      position: relative;
      z-index: 2; }
    #food h3 {
      font-weight: normal;
      color: #fff;
      text-align: center;
      font-size: 32px; }
      #food h3 span {
        display: block;
        position: relative;
        font-size: 18px;
        padding-bottom: 5px; }
        #food h3 span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 110px; }
    #food .wrap {
      display: flex;
      align-items: center;
      margin-top: 50px;
      flex-direction: row-reverse; }
      #food .wrap .text {
        color: #fff;
        padding-right: 110px;
        position: relative;
        z-index: 2;
        width: 370px; }
        #food .wrap .text p {
          margin-top: 40px;
          width: 260px; }
      #food .wrap .food_img {
        position: relative;
        margin-left: -60px;
        z-index: 2;
        width: calc(100% - 310px); }
        #food .wrap .food_img .item img {
          width: 100%; }
  #special {
    width: 100%;
    position: relative;
    padding: 115px 0 130px; }
    #special:before {
      content: "";
      display: block;
      background-color: #e1e1e1;
      position: absolute;
      left: 0;
      width: 50%;
      height: 13px;
      top: 156px; }
    #special:after {
      content: "";
      display: block;
      background-color: #926b34;
      position: absolute;
      left: 0;
      opacity: .5;
      width: 50%;
      height: 23px;
      top: 187px; }
    #special h2 {
      line-height: 1.4;
      position: relative;
      font-weight: normal;
      width: 96%;
      max-width: 1000px;
      font-size: 40px;
      z-index: 2;
      text-align: right;
      margin: 0 auto; }
      #special h2 span {
        display: inline-block;
        text-align: left;
        padding-left: 30px;
        background-color: #fff; }
    #special h3 {
      font-weight: normal;
      text-align: center;
      font-size: 32px; }
      #special h3 span {
        display: block;
        position: relative;
        font-size: 18px;
        padding-bottom: 5px; }
        #special h3 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 110px; }
    #special .wrap {
      display: flex;
      align-items: center;
      margin-top: 50px; }
      #special .wrap .text {
        padding-left: 50px;
        position: relative;
        z-index: 2;
        width: 310px; }
        #special .wrap .text p {
          margin-top: 40px; }
      #special .wrap .food_img {
        position: relative;
        z-index: 2;
        width: calc(100% - 310px); }
        #special .wrap .food_img .item img {
          width: 100%; }
  #drink {
    color: #fff;
    background: url(../images/drink_bg.jpg) no-repeat left #2d2d2d;
    width: 100%;
    padding: 110px 0 80px;
    background-size: cover; }
    #drink .midashi {
      display: flex; }
      #drink .midashi + p {
        margin-top: 15px; }
    #drink h2 {
      font-weight: normal;
      line-height: 1.6;
      font-size: 30px;
      padding-left: 80px; }
    #drink .cat_title {
      font-weight: normal;
      font-size: 32px; }
      #drink .cat_title span {
        display: block;
        position: relative;
        font-size: 18px;
        padding-bottom: 5px; }
        #drink .cat_title span:after {
          content: "";
          display: inline-block;
          background-color: #fff;
          height: 2px;
          width: 80px;
          position: absolute;
          bottom: 0;
          left: 0; }
    #drink .menu {
      margin-bottom: 50px; }
      #drink .menu h4 {
        color: #926b34;
        font-size: 16px;
        margin-top: 30px; }
      #drink .menu dl {
        font-weight: bold;
        display: flex;
        margin-top: 5px; }
        #drink .menu dl dt {
          font-size: 18px;
          width: 300px;
          padding-right: 20px; }
        #drink .menu dl dd {
          font-size: 18px; }
          #drink .menu dl dd span {
            font-size: 14px; }
        #drink .menu dl.pick {
          border-bottom: 1px solid #616161;
          padding-bottom: 20px; }
          #drink .menu dl.pick:first-of-type {
            margin-top: 60px; }
          #drink .menu dl.pick + dl {
            margin-top: 20px; }
        #drink .menu dl h3 {
          border-bottom: 2px solid #616161;
          font-size: 18px;
          padding-bottom: 20px;
          margin-top: 60px; }
    #drink .komoji {
      font-size: 15px;
      text-align: right; }
  #facility {
    margin-top: 110px; }
    #facility .facility_inner {
      display: flex;
      flex-direction: row-reverse; }
      #facility .facility_inner .img {
        background-color: #000;
        width: 55%; }
        #facility .facility_inner .img img {
          width: 100%; }
      #facility .facility_inner .text {
        background-color: #926b34;
        color: #fff;
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2vw 2vw 2vw 5vw; }
        #facility .facility_inner .text h3 {
          font-weight: normal;
          text-align: center;
          font-size: 32px; }
          #facility .facility_inner .text h3 span {
            display: block;
            position: relative;
            font-size: 18px;
            padding-bottom: 5px; }
            #facility .facility_inner .text h3 span:after {
              content: "";
              display: inline-block;
              background-color: #fff;
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              height: 2px;
              width: 110px; }
        #facility .facility_inner .text p {
          text-align: center;
          font-size: 18px;
          margin-top: 30px; }
  section.leftline {
    position: relative; }
    section.leftline:before {
      content: "";
      display: block;
      width: 3vw;
      height: 50%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff; }
    section.leftline:after {
      content: "";
      display: block;
      width: 3vw;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #eee; }
  section.rightline {
    position: relative; }
    section.rightline:before {
      content: "";
      display: block;
      width: 3vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff; }
  #reserve {
    background-color: #eee;
    padding: 70px 0 100px; }
    #reserve h2 {
      font-weight: normal;
      text-align: center;
      font-size: 32px; }
      #reserve h2 span {
        display: block;
        position: relative;
        font-size: 18px;
        padding-bottom: 5px; }
        #reserve h2 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          height: 2px;
          width: 110px;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    #reserve .reserve_sche {
      margin-top: 30px; }
      #reserve .reserve_sche img {
        max-width: 100%; }
  #course {
    padding: 110px 0 0px;
    margin-bottom: 110px; }
    #course .course_inner {
      background: url(../images/course_bg.jpg) no-repeat;
      background-position: top center;
      width: 100%;
      margin-top: 50px;
      padding-top: 250px; }
    #course h2 {
      font-weight: normal;
      text-align: center;
      font-size: 32px; }
      #course h2 span {
        display: block;
        position: relative;
        font-size: 18px;
        padding-bottom: 5px; }
        #course h2 span:after {
          content: "";
          display: inline-block;
          background-color: #926b34;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 2px;
          width: 110px; }
      #course h2 + p {
        text-align: center;
        font-size: 15px;
        margin-top: 20px; }
    #course .course_menu {
      position: relative;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1450px;
      margin: 5px auto 0;
      padding: 0 50px; }
      #course .course_menu .slick-dots {
        position: absolute;
        bottom: -70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        #course .course_menu .slick-dots li {
          display: inline-block;
          margin: 0 20px; }
          #course .course_menu .slick-dots li button {
            position: relative;
            text-indent: -9999px; }
            #course .course_menu .slick-dots li button:before {
              content: '';
              display: inline-block;
              border-radius: 50%;
              background-color: #f1f1f1;
              position: absolute;
              left: 0;
              top: 0;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 12px;
              height: 12px; }
          #course .course_menu .slick-dots li.slick-active button:before {
            background-color: #926b34; }
      #course .course_menu .slide-arrow {
        position: absolute;
        z-index: 2;
        top: calc(50% - 20px); }
        #course .course_menu .slide-arrow:hover {
          cursor: pointer;
          opacity: .8; }
      #course .course_menu .prev-arrow {
        left: 0; }
      #course .course_menu .next-arrow {
        right: 0; }
      #course .course_menu .slick-track {
        height: 100%; }
      #course .course_menu .course_block {
        width: calc(50% - 28px);
        margin: 0 28px; }
        #course .course_menu .course_block .img img {
          width: 100%; }
        #course .course_menu .course_block .text {
          background-color: #f1f1f1;
          padding: 40px 30px;
          text-align: center;
          height: 100%; }
          #course .course_menu .course_block .text h3 {
            display: block;
            position: relative;
            font-weight: normal;
            line-height: 1.2;
            font-size: 26px;
            padding-bottom: 20px; }
            #course .course_menu .course_block .text h3:after {
              content: "";
              display: inline-block;
              background-color: #926b34;
              height: 2px;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
          #course .course_menu .course_block .text .sub_catch {
            line-height: 1.2;
            margin: 40px 0 0 0;
            font-size: 20px; }
          #course .course_menu .course_block .text .price {
            line-height: 1.2;
            font-size: 44px;
            margin: 20px 0 0 0; }
            #course .course_menu .course_block .text .price .en {
              font-size: 24px; }
            #course .course_menu .course_block .text .price .zei {
              font-size: 17px; }
          #course .course_menu .course_block .text .menu_detail {
            line-height: 2;
            margin-top: 30px;
            font-size: 15px; }
  footer .footer_wrap {
    position: relative;
    padding: 90px 0 80px;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    text-align: center; }
    footer .footer_wrap:before {
      content: "";
      background: rgba(45, 45, 45, 0.6);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    footer .footer_wrap .common_inner {
      position: relative;
      z-index: 3; }
    footer .footer_wrap p {
      color: #fff;
      line-height: 1.5; }
    footer .footer_wrap .title {
      font-size: 22px; }
    footer .footer_wrap .gyotai {
      margin-top: 10px;
      font-size: 14px; }
    footer .footer_wrap .logo {
      margin-top: 30px; }
      footer .footer_wrap .logo img {
        width: 150px; }
    footer .footer_wrap .tel {
      font-weight: bold;
      margin-top: 40px;
      font-size: 32px; }
    footer .footer_wrap .access {
      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 .time {
      margin-top: 20px; }
  footer .footer_bottom {
    background-color: #926b34;
    padding: 30px 0 20px; }
    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;
      opacity: .5;
      font-size: 12px;
      margin-top: 10px; }
  #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); }
  header .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex; }
    header .menu #menu_btn {
      background-color: #926b34;
      display: flex;
      color: #fff;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 150px;
      height: 150px;
      font-size: 16px; }
      header .menu #menu_btn span {
        width: 32px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        left: 59px;
        transition: all .4s; }
        header .menu #menu_btn span:nth-of-type(1) {
          top: 64px; }
        header .menu #menu_btn span:nth-of-type(2) {
          top: 74px; }
        header .menu #menu_btn span:nth-of-type(3) {
          top: 84px; }
      header .menu #menu_btn.isOpen span:nth-of-type(1) {
        top: 74px;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
      header .menu #menu_btn.isOpen span:nth-of-type(2) {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 0; }
      header .menu #menu_btn.isOpen span:nth-of-type(3) {
        top: 74px;
        -webkit-transform: rotate(-225deg);
                transform: rotate(-225deg); }
      header .menu #menu_btn:hover {
        cursor: pointer; }
        header .menu #menu_btn:hover span:nth-of-type(3) {
          width: 24px; }
        header .menu #menu_btn:hover.isOpen span:nth-of-type(3) {
          width: 32px; }
    header .menu .reserve_btn {
      background-color: #fff;
      display: flex;
      color: #000;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      width: 150px;
      height: 150px;
      font-size: 16px;
      transition: all .3s; }
      header .menu .reserve_btn:hover {
        background-color: #000;
        color: #fff; }
      header .menu .reserve_btn span {
        font-size: 15px;
        font-weight: bold; }
  header .menu_link {
    background-color: #926b34;
    color: #fff;
    position: relative;
    z-index: -1;
    display: flex;
    padding-left: 40px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
    header .menu_link li {
      list-style: none;
      height: 150px;
      display: flex;
      align-items: center; }
      header .menu_link li:not(:first-of-type) {
        margin-left: 30px; }
      header .menu_link li a {
        color: #fff;
        text-decoration: none;
        position: relative; }
        header .menu_link li a:after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #fff;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: right top;
                  transform-origin: right top;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        header .menu_link li a:hover:after, header .menu_link li a.current:after {
          -webkit-transform-origin: left top;
                  transform-origin: left top;
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
    header .menu_link.isOpen {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
  button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .images .slick-dots {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .images .slick-dots li {
      display: inline-block;
      margin: 0 20px; }
      .images .slick-dots li button {
        position: relative;
        text-indent: -9999px; }
        .images .slick-dots li button:before {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 12px;
          height: 12px; }
      .images .slick-dots li.slick-active button:before {
        background-color: #926b34; }
  .image_slide .slide-arrow {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 55px; }
    .image_slide .slide-arrow.prev-arrow {
      z-index: 2;
      right: 105px; }
      .image_slide .slide-arrow.prev-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        position: absolute;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
        left: calc(50% - 3px); }
    .image_slide .slide-arrow.next-arrow {
      z-index: 2;
      right: 0; }
      .image_slide .slide-arrow.next-arrow:before {
        content: '';
        border: 0px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
        left: calc(50% - 3px); }
  .image_slide .slick-counter {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d1d1;
    font-family: "Poppins", sans-serif;
    width: 65px;
    height: 55px;
    right: 40px;
    padding-top: 4px; }
    .image_slide .slick-counter span {
      display: flex;
      justify-content: center;
      width: 32px; }
    .image_slide .slick-counter .total {
      color: #000; }
  .image_slide.left .prev-arrow {
    left: 0; }
  .image_slide.left .next-arrow {
    left: 105px; }
  .image_slide.left .slick-counter {
    left: 40px; }
  /* import */
  /* use Slick
@import "_slick";
@import "_slick-theme";
*/
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

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