@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, .txt_box dl {
  -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, .ttl_txt, .pink .compartment_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 {
  -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, .beige .compartment_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-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(../../compartment/images/main.jpg); }

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

/* spa contents
**********************************************************************/
@media all and (max-width: 768px) {
  .info_area {
    padding: 10px; } }

.info_block {
  max-width: 775px;
  height: auto;
  margin: 0 auto;
  padding: 70px 0 40px; }
  @media all and (max-width: 768px) {
    .info_block {
      padding: 70px 0 20px; } }

.en_ttl {
  text-align: center; }

.ttl_box h2 {
  text-align: center;
  font-size: 270%;
  line-height: 1.2em;
  padding: 18px 0 12px; }
.ttl_box .ttl_line {
  text-align: center;
  line-height: 0em; }
.ttl_box p {
  font-size: 108%;
  line-height: 1.6em;
  padding: 17px 0 0; }
@media all and (max-width: 768px) {
  .ttl_box h2 {
    font-size: 154%;
    text-align: left; }
  .ttl_box .ttl_line img {
    width: 100%;
    height: auto; } }

.ttl_txt p {
  padding: 30px 20px 0 0;
  width: 466px;
  height: auto; }
@media all and (max-width: 768px) {
  .ttl_txt {
    display: block; }
    .ttl_txt p {
      width: auto;
      padding: 10px 0px 0 0; } }

.illust {
  height: 161px;
  overflow: hidden;
  width: 286px; }
  .illust img {
    position: relative;
    top: -18px; }
  @media all and (max-width: 768px) {
    .illust {
      margin: 0 auto; } }

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

.compartment_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  background-repeat: no-repeat; }
  @media all and (max-width: 768px) {
    .compartment_block {
      background-position: left center; }
      .compartment_block .img_box img {
        width: 100%;
        height: auto; } }

.txt_box {
  position: relative; }
  .txt_box dl {
    padding: 38px 0 0 27px; }
    .txt_box dl dt {
      font-size: 162%;
      line-height: 1.2em;
      padding: 0 12px 0 0; }
    .txt_box dl dd {
      border: #666 solid 1px;
      font-size: 108%;
      padding: 5px; }
  .txt_box h3 {
    font-size: 308%;
    line-height: 1em;
    padding: 5px 0 0 120px; }
    .txt_box h3 span {
      font-size: 13px; }
  .txt_box ul {
    padding: 0 0 20px 25px; }
    .txt_box ul li {
      font-size: 124%;
      line-height: 1.4em; }
      .txt_box ul li::before {
        content: "■"; }
  @media all and (max-width: 768px) {
    .txt_box dl {
      padding: 10px 0 0 0px; }
    .txt_box h3 {
      padding: 5px 0 0 0px;
      text-shadow: 0 0 5px #FFF; }
    .txt_box ul {
      padding: 0 0 10px 0px; } }

.thumb {
  position: absolute;
  bottom: 0px;
  left: 0px; }
  @media all and (max-width: 768px) {
    .thumb {
      position: relative;
      text-align: center; } }

.beige {
  background-image: url(../images/bg_column.jpg); }
  @media all and (max-width: 768px) {
    .beige .compartment_block {
      display: block; } }

.pink {
  background-image: url(../images/bg_column_r.jpg); }
  @media all and (max-width: 768px) {
    .pink .compartment_block {
      display: block; } }

.fusehime {
  background-image: url(../../compartment/images/bg_fusehime.png); }

.yatsufusa {
  background-image: url(../../compartment/images/bg_yatsufusa.png);
  background-position: right top; }
  @media all and (max-width: 768px) {
    .yatsufusa {
      background-position: left center; } }

.tomisan {
  background-image: url(../../compartment/images/bg_tomisan.png); }
