/* 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 {
  -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, .intro_box, .cap_box {
  -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, .spa_list 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-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, .spa_list ul li .btn_topic a:hover {
  -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(../../spa/images/main.jpg); }

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

/* spa contents
**********************************************************************/
.publicbath_area {
  padding: 0 0 20px; }

.ttl_pb_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px; }
  @media all and (max-width: 768px) {
    .ttl_pb_block {
      padding: 0 10px 20px; } }

.line_square {
  line-height: 0em;
  padding: 0 0 38px; }
  @media all and (max-width: 768px) {
    .line_square {
      padding: 0 0 5px; }
      .line_square img {
        width: 100%;
        height: auto; } }

.intro_box {
  background-repeat: no-repeat;
  background-position: 0 20px; }
  @media all and (max-width: 768px) {
    .intro_box {
      display: block;
      background-size: 200px auto;
      background-position: 0 0px; } }

.ttl_tonogata {
  background-image: url(../../spa/images/element_men.png); }

.ttl_gofujin {
  background-image: url(../../spa/images/elemant_women.png); }

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

.cap_box {
  padding: 10px 0 0; }
  .cap_box h3 {
    color: #ed8686;
    font-size: 131%;
    line-height: 1em;
    white-space: nowrap;
    padding: 0 1.2em 0 0; }
  .cap_box p {
    line-height: 1.5em; }

.ttl_side h2 {
  font-size: 300%;
  line-height: 1em;
  padding: 133px 0 0 156px; }
.ttl_side p {
  font-size: 108%;
  line-height: 1.6em;
  padding: 70px 0 0 300px;
  text-align: justify; }
@media all and (max-width: 768px) {
  .ttl_side h2 {
    font-size: 200%;
    padding: 45px 0 0 50px; }
  .ttl_side p {
    padding: 50px 0 0 0px; } }

.tonogata {
  background-image: url(../../spa/images/img_spa02.jpg); }

.gofujin {
  background-image: url(../../spa/images/img_spa10.jpg); }

.spa_list {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0; }
  .spa_list ul li {
    width: 312px;
    height: auto;
    padding: 0 0 20px; }
    .spa_list ul li h4 {
      color: #ed8686;
      font-size: 131%;
      line-height: 1.3em;
      padding: 5px 0; }
    .spa_list ul li p {
      font-size: 108%;
      line-height: 1.4em; }
    .spa_list ul li .btn_topic {
      border-radius: 4px;
      background-image: -webkit-linear-gradient(90deg, #e7e8e8 0%, #f6f7f7 100%);
      background-image: -moz-linear-gradient(90deg, #e7e8e8 0%, #f6f7f7 100%);
      background-image: -o-linear-gradient(90deg, #e7e8e8 0%, #f6f7f7 100%);
      background-image: linear-gradient(0deg, #e7e8e8 0%, #f6f7f7 100%);
      border: #ed8686 solid 1px;
      width: 200px;
      float: right;
      margin: 8px 0 0; }
      .spa_list ul li .btn_topic a {
        display: block;
        border-radius: 4px;
        padding: 8px 8px 8px 20px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow02.png);
        background-position: 8px 8px;
        color: #000; }
        .spa_list ul li .btn_topic a:hover {
          background-color: rgba(255, 144, 0, 0.4); }
  @media all and (max-width: 768px) {
    .spa_list {
      padding: 20px 10px; }
      .spa_list ul {
        display: block; }
        .spa_list ul li {
          width: 85%;
          margin: 0 auto; }
          .spa_list ul li img {
            width: 100%;
            height: auto; }
          .spa_list ul li .btn_topic {
            margin: 8px 0 20px; } }

.spa_pickup {
  background-image: url(../images/bg_column.jpg);
  margin: 40px 0 0;
  display: table; }
  @media all and (max-width: 768px) {
    .spa_pickup {
      display: block;
      margin: 10px 0 0;
      padding: 15px; } }

.pict_box {
  width: 172px;
  height: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  @media all and (max-width: 768px) {
    .pict_box {
      width: 100%;
      display: block; } }

.txt_pickup {
  padding: 40px 40px 40px 0; }
  .txt_pickup h4 {
    font-size: 208%;
    line-height: 1.3em;
    padding: 0 0 20px; }
  .txt_pickup p {
    font-size-adjust: 108%;
    line-height: 1.5em; }
  @media all and (max-width: 768px) {
    .txt_pickup {
      padding: 10px 0 0px 0; }
      .txt_pickup h4 {
        font-size: 154%;
        padding: 0 0 5px; } }
