@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, .menu_care dl, .care_column {
  -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, .fac_box, .body_column {
  -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, .esthe_menu {
  -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(../../facilities/images/main.jpg); }

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

/* spa contents
**********************************************************************/
.loby_image {
  width: 100%;
  height: auto;
  line-height: 0em;
  overflow: hidden; }
  .loby_image img {
    position: relative;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  @media all and (max-width: 768px) {
    .loby_image img {
      width: 100%;
      height: auto; } }

.fac_area {
  width: 100%;
  height: auto;
  padding: 50px 0 70px; }
  @media all and (max-width: 768px) {
    .fac_area {
      width: auto;
      padding: 20px 10px 40px; } }

.beige {
  background-image: url(../images/bg_column.jpg); }

.pink {
  background-image: url(../images/bg_column_r.jpg); }

.fac_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  .fac_block h4 {
    font-size: 139%;
    line-height: 1.3em;
    padding: 20px 0; }
  @media all and (max-width: 768px) {
    .fac_block {
      width: auto; } }

.hn_box {
  font-size: 231%;
  line-height: 1.2em;
  border-bottom: #ed8686 solid 1px;
  padding: 0 0 3px; }
  .hn_box h3 {
    display: inline;
    border-bottom: #ed8686 solid 5px;
    padding: 0 10px 4px 10px; }
  @media all and (max-width: 768px) {
    .hn_box {
      width: auto;
      font-size: 154%; }
      .hn_box h3 {
        border-bottom: none;
        padding: 0 0px 4px 0px; } }

.fac_box {
  padding: 24px 0 0; }
  .fac_box .txt_side {
    width: 295px;
    position: relative; }
    .fac_box .txt_side p {
      font-size: 108%;
      line-height: 1.7em;
      padding: 0 0 10px; }
    .fac_box .txt_side .txt_side_img {
      position: absolute;
      bottom: 0px; }
  @media all and (max-width: 768px) {
    .fac_box {
      display: block;
      padding: 10px 0 0; }
      .fac_box .img_side {
        width: auto; }
        .fac_box .img_side img {
          width: 100%;
          height: auto; }
      .fac_box .txt_side {
        width: auto; }
        .fac_box .txt_side .txt_side_img {
          position: relative;
          bottom: auto;
          width: 85%;
          margin: 0 auto; }
          .fac_box .txt_side .txt_side_img img {
            width: 100%;
            height: auto; } }

.esthe_menu h5 {
  font-size: 139%;
  line-height: 1.2em;
  border-bottom: #666 dotted 1px;
  padding: 0 0 4px; }
.esthe_menu ul li {
  padding: 0 0 10px 1em;
  line-height: 1.4em;
  text-indent: -1em; }
  .esthe_menu ul li::before {
    content: "●"; }
.esthe_menu ol li {
  padding: 0 0 10px 1em;
  line-height: 1.4em;
  text-indent: -1em; }
@media all and (max-width: 768px) {
  .esthe_menu {
    display: block; } }

.menu_body {
  width: 654px;
  height: auto; }
  @media all and (max-width: 768px) {
    .menu_body {
      width: auto; } }

.menu_care {
  width: 312px;
  height: auto; }
  .menu_care p {
    text-indent: 0em; }
  .menu_care dl {
    text-indent: 0em; }
    .menu_care dl dt {
      padding: 0 10px 0 0; }
    .menu_care dl dd {
      width: 190px; }
  @media all and (max-width: 768px) {
    .menu_care {
      width: auto; } }

.care_column {
  padding: 12px 0 24px; }
  .care_column .img_side {
    padding: 0 12px 0 0; }

.body_column {
  padding: 12px 0 24px; }
  @media all and (max-width: 768px) {
    .body_column {
      display: block; }
      .body_column .img_side {
        text-align: center; } }
