@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, .dayplan_block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_between, .other_part li:nth-child(odd) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

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

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

.flex_center_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

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

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

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

.flex_reverse_between, .other_part li:nth-child(even) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.fade {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-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
**********************************************************************/
.feature_area_c {
  background-image: url(../../spa/images/main.jpg); }

.copy_block {
  padding: 40px 0 0;
  text-align: center; }
  .copy_block .txt_box {
    display: inline-block;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left; }
    .copy_block .txt_box h2 {
      font-size: 185%;
      line-height: 1.6em;
      padding: 0 0 0 30px; }
    .copy_block .txt_box p {
      font-size: 131%;
      line-height: 2.5em; }
    .copy_block .txt_box .copy_logo {
      position: absolute;
      right: -50px;
      bottom: 30px; }
  @media all and (max-width: 768px) {
    .copy_block {
      padding: 20px 0 0;
      text-align: left; }
      .copy_block .txt_box {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; }
        .copy_block .txt_box h2 {
          font-size: 154%;
          padding: 0 0 10px 0px; }
        .copy_block .txt_box p {
          line-height: 1.8em;
          font-size: 116%; }
        .copy_block .txt_box .copy_logo {
          display: none; } }

.iitokoro_area {
  padding: 0 0 70px; }
  @media all and (max-width: 768px) {
    .iitokoro_area {
      padding: 0 0 40px; } }

.iitokoro_ttl {
  position: relative; }
  .iitokoro_ttl .img_box {
    width: 100%;
    height: 700px; }
  .iitokoro_ttl h3 {
    position: absolute;
    top: 70px;
    right: 70px; }
  .iitokoro_ttl .element_dot {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -59px;
    z-index: 1400; }
  @media all and (max-width: 768px) {
    .iitokoro_ttl .img_box {
      height: 260px; }
    .iitokoro_ttl h3 {
      position: relative;
      top: auto;
      right: auto;
      padding: 20px;
      width: auto;
      margin: 0 auto;
      text-align: center; }
      .iitokoro_ttl h3 img {
        width: 60%;
        max-width: 240px;
        height: auto; }
    .iitokoro_ttl .element_dot {
      display: none; } }

.txt_block {
  padding: 100px 0 0;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .txt_block .room_label {
    position: absolute;
    left: 0px;
    top: 30px; }
    .txt_block .room_label .room_cate p {
      line-height: 1.7em; }
    .txt_block .room_label h2 {
      font-size: 247%;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: left;
      display: inline-block;
      border-top: #EB645C solid 16px;
      line-height: 1em;
      padding: 12px 8px 0;
      margin: 10px 0 0;
      letter-spacing: 0.3em; }
  .txt_block .txt_box {
    text-align: left;
    display: inline-block;
    padding: 0 0 0 50px; }
    .txt_block .txt_box p {
      line-height: 2em;
      font-size: 116%;
      padding: 15px 0 0; }
      .txt_block .txt_box p.kome {
        padding: 15px 0 0 1em;
        text-indent: -1em;
        font-size: 100%;
        line-height: 1.6em; }
  @media all and (max-width: 768px) {
    .txt_block {
      padding: 0px 10px 0;
      text-align: left; }
      .txt_block .room_label {
        position: relative;
        top: auto;
        padding: 10px 0 0; }
        .txt_block .room_label h2 {
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          border-top: none;
          border-left: #EB645C solid 16px;
          padding: 8px 8px 8px; }
      .txt_block .txt_box {
        padding: 0 0 0 0px; }
        .txt_block .txt_box p {
          line-height: 1.7em; } }

.slide_spa, .slide_room {
  width: 100%;
  height: 700px;
  position: relative; }
  .slide_spa ul li, .slide_room ul li {
    height: 700px;
    margin: 0 auto; }
  @media all and (max-width: 768px) {
    .slide_spa, .slide_room {
      height: 300px; }
      .slide_spa ul li, .slide_room ul li {
        height: 300px; } }

.other_area {
  padding: 0 10px 70px; }
  @media all and (max-width: 768px) {
    .other_area {
      padding: 0 10px 30px; } }

.other_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  .other_block .ttl_box {
    padding: 10px 0 0; }
    .other_block .ttl_box h2 {
      font-size: 224%;
      line-height: 1em;
      padding: 24px 0 0 10px; }
    .other_block .ttl_box .pict {
      width: 105px;
      height: auto; }
      .other_block .ttl_box .pict img {
        width: 100%;
        height: auto; }
  .other_block .txt_box {
    width: 45%;
    height: auto; }
  .other_block .img_box {
    width: 52%;
    height: auto; }
    .other_block .img_box img {
      width: 100%;
      height: auto; }
  .other_block h3 {
    font-size: 170%;
    line-height: 1.1em;
    border-bottom: #666 solid 1px;
    padding: 0 0 8px;
    margin: 0 0 8px; }
    .other_block h3 .komoji {
      font-size: 16px; }
  .other_block p {
    font-size: 116%;
    line-height: 1.9em; }
    .other_block p.kome {
      padding: 5px 0 0 1em;
      text-indent: -1em;
      font-size: 100%;
      line-height: 1.6em; }
  @media all and (max-width: 768px) {
    .other_block .ttl_box h2 {
      font-size: 170%;
      padding: 0px 0 0 10px; }
    .other_block .ttl_box .pict {
      width: 50px; }
    .other_block .txt_box {
      width: auto; }
    .other_block .img_box {
      width: auto;
      padding: 0 0 15px; } }

.other_part li:nth-child(odd) {
  padding: 30px 0 0; }
  @media all and (max-width: 768px) {
    .other_part li:nth-child(odd) {
      display: block; } }
.other_part li:nth-child(even) {
  padding: 30px 0 0; }
  @media all and (max-width: 768px) {
    .other_part li:nth-child(even) {
      display: block; } }

.thumb01 {
  width: 60%;
  padding: 0px 10px 0 0;
  float: left; }
  .thumb01 img {
    width: 100%;
    height: auto; }

.open {
  background-color: #F00;
  padding: 8px;
  color: #FFF;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 700;
  margin-bottom: 10px; }

.dayplan_area {
  padding: 50px 10px;
  background-color: #FDF1B6;
  background-image: url(../images/lace.png);
  background-repeat: repeat-y;
  background-position: 10% center;
  text-align: center; }
  @media all and (max-width: 768px) {
    .dayplan_area {
      padding: 30px 10px; } }

.dayplan_block {
  text-align: left;
  display: inline-block; }
  .dayplan_block h2 {
    font-size: 200%;
    padding: 15px 0 30px; }
  .dayplan_block p {
    font-size: 116%;
    line-height: 1.7em; }
    .dayplan_block p.kome {
      padding: 0px 0 0 1em;
      text-indent: -1em;
      font-size: 100%;
      line-height: 1.6em; }
  .dayplan_block ul {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
    .dayplan_block ul li {
      width: 206px;
      padding: 15px 30px 15px 0; }
      .dayplan_block ul li h3 {
        background-color: #F3A5AB;
        color: #FFF;
        font-size: 131%;
        line-height: 1em;
        font-weight: 700;
        text-align: center;
        width: 12em;
        padding: 8px 0 7px;
        margin: 10px 0 0; }
      .dayplan_block ul li dl {
        font-size: 147%;
        line-height: 1.3em;
        width: 216px; }
        .dayplan_block ul li dl dt {
          width: 20%;
          padding: 10px 0 0; }
        .dayplan_block ul li dl dd {
          width: 80%;
          padding: 10px 0 0;
          text-align: right; }
  @media all and (max-width: 768px) {
    .dayplan_block ul {
      display: block; }
      .dayplan_block ul li {
        margin: 0 auto;
        padding: 15px 0px 15px 0; } }

.kakko {
  color: #F00; }
