﻿@charset "UTF-8";
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype"); }
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype"); }
.flex, .info_txt dl, .foods_img ul {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex; }

.flex_between, .info_block, .bus_block {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap, .news_block ul {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.flex_right {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-box-pack: end;
  box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.flex_between_wrap {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_reverse {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_reverse_between {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.fade, .news_block ul li a:hover, .news_block ul li a:hover img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

/* top header
***********************************************************************/
#head {
  position: relative; }

#slide {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  top: 110px; }
  @media all and (max-width: 768px) {
    #slide {
      top: 58px; } }

.arrow_scroll {
  position: absolute;
  bottom: 130px;
  width: 100%;
  text-align: center;
  z-index: 20; }
  @media all and (max-width: 768px) {
    .arrow_scroll {
      display: none; } }

#mobile_header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  top: 0px;
  z-index: 11; }

/* top contents
**********************************************************************/
.onsen_area {
  background-image: url(../../top/images/spa_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .onsen_area {
      background-position: center bottom;
      background-size: 130% auto;
      width: auto; } }

.onsen_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 400px;
  position: relative; }
  .onsen_block h2 {
    text-align: center; }
  .onsen_block h3 {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 270%;
    line-height: 1.3em;
    margin: 0 0 0 -44px;
    height: auto;
    width: 88px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 150px; }
  .onsen_block p {
    position: absolute;
    width: 312px;
    height: auto;
    top: 100px;
    right: 0px;
    font-size: 108%;
    font-weight: 600;
    line-height: 1.8em; }
    @media all and (max-width: 768px) {
      .onsen_block p {
        width: auto; } }
  .onsen_block .btn_onsen {
    text-align: center;
    padding: 490px 0 0 20px; }
  .onsen_block .element01, .onsen_block .element02, .onsen_block .element03, .onsen_block .logo_w {
    position: absolute;
    top: 0px; }
  .onsen_block .logo_w {
    top: 120px;
    left: 0px; }
  .onsen_block .element01 {
    top: 118px;
    left: -250px; }
  .onsen_block .element02 {
    top: 250px;
    right: -340px; }
  .onsen_block .element03 {
    top: 230px;
    left: 100px; }
  @media all and (max-width: 768px) {
    .onsen_block {
      padding: 80px 10px 100px; }
      .onsen_block h2 {
        height: 40px; }
        .onsen_block h2 img {
          height: 100%;
          width: auto; }
      .onsen_block .element01, .onsen_block .element02, .onsen_block .element03, .onsen_block .logo_w {
        display: none; }
      .onsen_block h3 {
        font-size: 200%;
        line-height: 1.3em;
        margin: 30px auto;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        text-align: center;
        width: auto;
        position: relative;
        left: auto;
        top: auto; }
      .onsen_block p {
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        right: auto; }
      .onsen_block .btn_onsen {
        text-align: center;
        padding: 20px 0 0 20px;
        height: 50px; }
        .onsen_block .btn_onsen img {
          width: auto;
          height: 100%; } }

.info_area {
  width: 100%;
  height: 644px;
  background-image: url(../../top/images/bg_info.jpg);
  background-position: center; }
  @media all and (max-width: 768px) {
    .info_area {
      height: auto;
      width: auto;
      background-size: cover; } }

.info_block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0 0; }
  @media all and (max-width: 768px) {
    .info_block {
      padding: 10px 10px 10px 10px;
      display: block;
      width: auto; }
      .info_block h2 {
        display: none; } }

.info_box_e {
  width: 720px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative; }
  @media all and (max-width: 768px) {
    .info_box_e {
      width: auto;
      height: auto; } }

.info_txt {
  padding: 30px; }
  .info_txt h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #ed8686;
    font-size: 200%;
    font-weight: 600;
    line-height: 27px;
    padding: 0 0 8px 36px;
    background-repeat: no-repeat;
    background-image: url(../../top/images/element04.png);
    border-bottom: #666 solid 1px; }
  .info_txt p {
    font-size: 131%;
    line-height: 1.6em;
    padding: 8px 0 0 26px; }
  .info_txt dl {
    font-size: 131%;
    line-height: 1.6em;
    padding: 8px 0 0 26px; }
  .info_txt .tsuiki {
    padding: 10px 0 20px 41px;
    line-height: 1.4em; }
  @media all and (max-width: 768px) {
    .info_txt {
      padding: 15px;
      width: auto; }
      .info_txt p {
        font-size: 108%;
        padding: 8px 0 0 0; }
      .info_txt dl {
        font-size: 108%;
        padding: 8px 0 0 0;
        display: block; }
        .info_txt dl dd {
          padding: 0 0 0 1em; }
      .info_txt .tsuiki {
        padding: 10px 0 10px 0px; } }

.element05 {
  position: absolute;
  top: -3px;
  right: -61px; }
  @media all and (max-width: 768px) {
    .element05 {
      display: none; } }

.news_area {
  width: 100%;
  height: 784px;
  background-image: url(../../top/images/bg_news.png);
  background-position: center 217px;
  background-repeat: no-repeat; }
  .news_area h2 {
    text-align: center;
    padding: 70px 0 0; }
  .news_area h3 {
    text-align: center;
    font-size: 224%;
    line-height: 1em;
    padding: 28px 0 0; }
  @media all and (max-width: 768px) {
    .news_area {
      height: auto;
      background-image: none; }
      .news_area h2 {
        height: 40px;
        padding: 30px 0 0; }
        .news_area h2 img {
          width: auto;
          height: 100%; }
      .news_area h3 {
        font-size: 185%; } }

.news_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative; }
  .news_block ul li {
    width: 274px;
    height: 428px;
    padding: 109px 29px 0px; }
    .news_block ul li .img_frame {
      width: 274px;
      height: 200px;
      position: relative; }
      .news_block ul li .img_frame .img_box {
        width: 274px;
        height: 200px;
        display: block;
        border-radius: 8px;
        overflow: hidden;
        background-color: #CCC; }
        .news_block ul li .img_frame .img_box img {
          position: relative;
          width: auto;
          height: 100%;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .news_block ul li .img_frame .arrow_news {
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -13px; }
    .news_block ul li .date {
      color: #ed8686;
      padding: 10px 0 0; }
    .news_block ul li h4 {
      font-size: 131%;
      line-height: 1.3em;
      padding: 5px 0 0; }
    .news_block ul li p {
      font-size: 108%;
      line-height: 1.4em;
      padding: 7px 0 0; }
    .news_block ul li a {
      display: block;
      color: #000; }
      .news_block ul li a:hover {
        color: #ed8686; }
        .news_block ul li a:hover img {
          opacity: 0.7; }
  @media all and (max-width: 768px) {
    .news_block ul {
      display: block;
      padding: 0px 0 0; }
      .news_block ul li {
        height: auto;
        padding: 20px 0px 0px;
        margin: 0 auto; } }

.btn_news_list {
  position: absolute;
  right: 0px;
  top: -60px; }
  @media all and (max-width: 768px) {
    .btn_news_list {
      position: relative;
      right: auto;
      top: auto;
      text-align: center;
      padding: 20px 0;
      height: 50px; }
      .btn_news_list img {
        height: 100%;
        width: auto; } }

#meal {
  background-image: url(../../top/images/img_sashimi.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media all and (max-width: 768px) {
    #meal {
      background-attachment: scroll; } }

.foods_area {
  width: 100%;
  height: auto;
  overflow: hidden; }

.foods_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 0 20px; }
  .foods_block h2 {
    text-align: center;
    padding: 70px 0 0; }
  .foods_block h3 {
    text-align: center;
    font-size: 224%;
    line-height: 1em;
    padding: 28px 0 0; }
  .foods_block p {
    font-size: 131%;
    line-height: 1.5em;
    text-align: center;
    padding: 40px 0 0;
    position: relative; }
  .foods_block .element06 {
    position: absolute;
    top: 40px;
    left: 100px; }
  .foods_block .element07 {
    position: absolute;
    bottom: 12px;
    right: -200px; }
  @media all and (max-width: 768px) {
    .foods_block {
      padding: 0 10px; }
      .foods_block h2 {
        height: 40px;
        padding: 30px 0 0; }
        .foods_block h2 img {
          height: 100%;
          width: auto; }
      .foods_block h3 {
        font-size: 185%; }
      .foods_block p {
        font-size: 108%;
        text-align: left;
        padding: 10px 0 0; }
      .foods_block .element06, .foods_block .element07 {
        display: none; } }

.foods_img {
  width: 100%; }
  .foods_img ul {
    padding: 0 15px; }
    .foods_img ul li {
      width: auto;
      height: auto;
      padding: 0 15px; }
      .foods_img ul li img {
        width: 100%;
        height: auto; }
  @media all and (max-width: 768px) {
    .foods_img ul {
      padding: 10px 2px; }
      .foods_img ul li {
        padding: 0 2px; } }

.btn_meal {
  padding: 27px 0 60px 20px;
  text-align: center; }
  @media all and (max-width: 768px) {
    .btn_meal {
      padding: 0px 0 20px 20px;
      height: 50px; }
      .btn_meal img {
        height: 100%;
        width: auto; } }

.access_area {
  width: 100%;
  line-height: 0em;
  position: relative; }
  .access_area h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50px; }
  @media all and (max-width: 768px) {
    .access_area h2 {
      display: none; } }

.gmap {
  position: relative; }
  @media all and (max-width: 768px) {
    .gmap iframe {
      height: 300px; } }

.bus_area {
  background-color: #e94620;
  width: 100%;
  padding: 0 0 10px; }

.bus_bg {
  border-bottom: #FFF solid 10px; }

.bus_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 42px; }
  @media all and (max-width: 768px) {
    .bus_block {
      display: block;
      padding: 5px 10px 0; }
      .bus_block .img_box img {
        width: 100%;
        height: auto; } }

.btn_detail {
  padding: 53px 0 0; }
  @media all and (max-width: 768px) {
    .btn_detail {
      padding: 15px 0 10px;
      height: 50px;
      text-align: center; }
      .btn_detail img {
        height: 100%;
        width: auto; } }

.carousel {
  background-image: url(../../top/images/bg_wood.jpg);
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .carousel ul li {
    line-height: 0em; }
  @media all and (max-width: 768px) {
    .carousel {
      padding: 20px 0; }
      .carousel ul li.slick-slide {
        width: 100%;
        height: 220px; }
        .carousel ul li.slick-slide img {
          height: 100%;
          width: auto;
          margin: 0 auto; } }

.kome {
  font-size: 14px; }
