/* 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, .txt_harbor, .soba_message {
  -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, .kodawari_box ul, .ttl_harbor, .img_harbor ul, .menulink_block, .soba_profile {
  -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 {
  -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 {
  -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; }

/* spa header
***********************************************************************/
#head_c {
  position: relative; }

#header_area {
  background-image: url(../../foods/images/main.jpg); }

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

/* spa contents
**********************************************************************/
.satomi {
  background-image: url(../../foods/images/img_foods01.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative; }
  @media all and (max-width: 768px) {
    .satomi {
      background-attachment: scroll; } }

.satomi_block {
  width: 274px;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .satomi_block h2 {
    padding: 0 0 12px; }
  .satomi_block p {
    color: #FFF;
    font-size: 108%;
    line-height: 1.5em;
    text-align: justify;
    font-weight: 600; }
  @media all and (max-width: 768px) {
    .satomi_block h2 {
      width: 200px;
      height: auto;
      margin: 0 auto; }
      .satomi_block h2 img {
        width: 100%;
        height: auto; } }

.kodawari_area {
  background-image: url(../../foods/images/img_umi.jpg);
  background-position: center 22px;
  background-repeat: no-repeat; }
  @media all and (max-width: 768px) {
    .kodawari_area {
      padding: 0 10px;
      background-image: none; } }

.kodawari_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }

.kodawari_box {
  padding: 55px 0 0; }
  .kodawari_box ul li p {
    width: 280px;
    height: auto;
    font-size: 108%;
    line-height: 1.5em;
    margin: 10px auto;
    text-align: justify; }
  @media all and (max-width: 768px) {
    .kodawari_box {
      padding: 20px 0; }
      .kodawari_box ul {
        display: block; }
        .kodawari_box ul li h3 {
          width: 90%;
          height: auto;
          margin: 0 auto; }
          .kodawari_box ul li h3 img {
            width: 100%;
            height: auto; }
        .kodawari_box ul li p {
          width: auto; } }

.ttl_harbor h3 {
  font-size: 22px;
  line-height: 2em; }
  .ttl_harbor h3 span {
    font-size: 43px; }
.ttl_harbor p {
  width: 248px;
  border: #666 solid 1px;
  font-size: 108%;
  line-height: 1.6em;
  padding: 20px;
  margin: 10px 0 0; }
@media all and (max-width: 768px) {
  .ttl_harbor {
    display: block; }
    .ttl_harbor h3 {
      font-size: 20px;
      line-height: 1.4em; }
      .ttl_harbor h3 span {
        font-size: 20px; }
    .ttl_harbor p {
      width: auto; } }

.txt_harbor {
  padding: 24px 0 0; }
  .txt_harbor p {
    font-size: 108%;
    line-height: 1.5em;
    width: 425px;
    height: auto;
    padding: 0 20px 0 0; }
  .txt_harbor .img_box img {
    border: #FFF solid 1px; }
  .txt_harbor .img_box p {
    padding: 3px 0 0; }
  @media all and (max-width: 768px) {
    .txt_harbor {
      display: block;
      padding: 16px 0 0; }
      .txt_harbor p {
        width: auto;
        padding: 0 0px 0 0; }
      .txt_harbor .img_box {
        padding: 16px 0 0;
        width: 90%;
        height: auto;
        margin: 0 auto; }
        .txt_harbor .img_box img {
          width: 100%;
          height: auto; } }

.img_harbor {
  padding: 275px 0 70px; }
  .img_harbor ul li .img_box img {
    border: #FFF solid 1px; }
  .img_harbor ul li p {
    padding: 3px 0 0;
    font-size: 108%;
    line-height: 1.5em; }
  @media all and (max-width: 768px) {
    .img_harbor {
      padding: 0 0 50px; }
      .img_harbor ul {
        display: block; }
        .img_harbor ul li {
          padding: 16px 0 0;
          width: 90%;
          height: auto;
          margin: 0 auto; }
          .img_harbor ul li .img_box img {
            width: 100%;
            height: 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; } }

.menulink_area {
  padding: 40px 0 50px; }
  @media all and (max-width: 768px) {
    .menulink_area {
      padding: 20px 10px 20px; } }

.menulink_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  @media all and (max-width: 768px) {
    .menulink_block {
      display: block; } }

.menu_txt p {
  font-size: 131%;
  line-height: 1.6em;
  padding: 5px 20px 0 0; }
@media all and (max-width: 768px) {
  .menu_txt p {
    padding: 0px 0px 0 0;
    font-size: 108%; } }

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

.soba_area {
  background-image: url(../images/bg_column_gr.jpg);
  padding: 50px 10px; }
  @media all and (max-width: 768px) {
    .soba_area {
      padding: 20px 10px; } }

.soba_block {
  max-width: 1000px;
  margin: 0 auto;
  background-image: url(../../foods/images/elem_soba01-8.png);
  background-repeat: no-repeat;
  background-position: right 0px; }
  .soba_block h2 {
    font-size: 193%;
    line-height: 1.2em; }

.soba_message {
  padding: 16px 0 0; }
  .soba_message .img_box {
    width: 253px;
    height: auto;
    padding: 0 20px 0 0; }
  .soba_message .txt_box p {
    font-size: 116%;
    line-height: 1.8em;
    letter-spacing: 0.1em; }
  @media all and (max-width: 768px) {
    .soba_message {
      display: block; }
      .soba_message .img_box {
        margin: 0 auto; }
      .soba_message .txt_box p {
        font-size: 100%;
        line-height: 1.6em;
        padding: 10px 0 0; } }

.soba_profile {
  padding: 20px 0 0; }
  .soba_profile h3 {
    font-size: 154%;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2em; }
  .soba_profile .img_box {
    width: 200px;
    height: 200px;
    overflow: hidden; }
    .soba_profile .img_box img {
      height: 100%;
      width: auto;
      position: relative;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .soba_profile .txt_box {
    border-left: #8a3920 solid 8px;
    margin: 0 16px;
    padding: 0 0 0 16px;
    width: 660px; }
    .soba_profile .txt_box p {
      line-height: 1.5em; }
    .soba_profile .txt_box h4 {
      padding: 16px 0 0; }
  @media all and (max-width: 768px) {
    .soba_profile {
      display: block; }
      .soba_profile .img_box {
        width: 100%;
        height: auto; }
        .soba_profile .img_box img {
          width: 100%;
          height: auto; }
      .soba_profile .txt_box {
        border-left: none;
        margin: 0 0px;
        padding: 10px 0 10px 0px;
        width: auto; } }
