@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hotspa__relaxation.css
 author     : Ability Consultant
 style info : タイ式リラクゼーション
=================================================================== */
.con_int {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int {
    width: 91.66667%;
  }
}

.con_spa, .con_spa_menu {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_spa, .con_spa_menu {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_spa, .con_spa_menu {
    padding: 0 5.72917%;
  }
}
.ie8 .con_spa, .ie8 .con_spa_menu {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_spa, .con_spa_menu {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 7%;
  }
}
.con_int h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .1em;
  font-size: 215%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int h3 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_spa
----------------------------------------------------------- */
.con_spa {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_spa {
    margin-top: 7%;
  }
}
.con_spa .box_on_slider h4.title {
  text-align: left;
}
.con_spa .box_on_slider h4.title span.jp {
  font-size: 193%;
  line-height: 1.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa .box_on_slider h4.title span.jp {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_on_slider h4.title span.jp {
    font-size: 143%;
  }
}
.con_spa .box_on_slider p.txt {
  margin: 0;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa .box_on_slider p.txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_on_slider p.txt {
    width: 100%;
  }
}
.con_spa p.sale {
  width: 304px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa p.sale {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa p.sale {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa p.sale {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa p.sale {
    margin-top: 10%;
  }
}
.con_spa p.sale img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .con_spa {
    position: relative;
  }
  .con_spa p.sale {
    position: absolute;
    right: 5%;
    bottom: 0%;
  }
}
@media print {
  .con_spa {
    position: relative;
  }
  .con_spa p.sale {
    position: absolute;
    right: 5%;
    bottom: 0%;
  }
}
.ie8 .con_spa {
  position: relative;
}
.ie8 .con_spa p.sale {
  position: absolute;
  right: 5%;
  bottom: 0%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa {
    overflow: hidden;
  }
  .con_spa .box_on_slider {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 60%;
  }
  .con_spa p.sale {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa p.sale {
    margin: 10% auto;
  }
}

/* -----------------------------------------------------------
	con_spa_menu
----------------------------------------------------------- */
.con_spa_menu {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu {
    margin-top: 10%;
  }
}
.con_spa_menu h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 80px;
}
.con_spa_menu h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_spa_menu h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa_menu h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu h3 .en {
    font-size: 215%;
  }
}
.con_spa_menu h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa_menu h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu h3 {
    margin-bottom: 10%;
  }
}
.con_spa_menu .con_menu {
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa_menu .con_menu {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu {
    margin-bottom: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_spa_menu .con_menu .photo {
    float: left;
    width: 50%;
  }
}
@media print {
  .con_spa_menu .con_menu .photo {
    float: left;
    width: 50%;
  }
}
.ie8 .con_spa_menu .con_menu .photo {
  float: left;
  width: 50%;
}
.con_spa_menu .con_menu .box_menu {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa_menu .con_menu .box_menu {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu {
    margin-top: 7%;
  }
}
.con_spa_menu .con_menu .box_menu h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 179%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_spa_menu .con_menu .box_menu h4 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu h4 {
    font-size: 143%;
  }
}
.con_spa_menu .con_menu .box_menu .txt {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu .txt {
    margin-top: 3%;
  }
}
.con_spa_menu .con_menu .box_menu table {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu table {
    margin-top: 3%;
  }
}
.con_spa_menu .con_menu .box_menu table tr {
  border-bottom-color: #d0c3b6;
}
.con_spa_menu .con_menu .box_menu table tr:first-child {
  border-top: none;
}
.con_spa_menu .con_menu .box_menu table tr .right {
  text-align: right;
}
.con_spa_menu .con_menu .box_menu table tr th {
  width: auto;
  line-height: 1.5em;
}
.con_spa_menu .con_menu .box_menu table tr th span {
  font-size: 86%;
  display: inline-block;
  color: #888;
}
.con_spa_menu .con_menu .box_menu table tr td .time {
  color: #000;
  line-height: 1.3em;
}
.con_spa_menu .con_menu .box_menu table tr td .data {
  overflow: hidden;
}
.con_spa_menu .con_menu .box_menu table tr td .data > p {
  float: left;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu table tr th span {
    display: block;
  }
  .con_spa_menu .con_menu .box_menu table tr td .right {
    width: 0;
  }
  .con_spa_menu .con_menu .box_menu table tr td .data small {
    line-height: 1.8em;
    margin-top: 3%;
  }
}
.con_spa_menu .con_menu .box_menu .memo {
  margin-top: 10px;
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_menu .box_menu .memo {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_spa_menu .con_menu .box_menu {
    float: right;
    width: 45.88235%;
  }
}
@media print {
  .con_spa_menu .con_menu .box_menu {
    float: right;
    width: 45.88235%;
  }
}
.ie8 .con_spa_menu .con_menu .box_menu {
  float: right;
  width: 45.88235%;
}
.con_spa_menu .con_info {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_info {
    margin-top: 10%;
  }
}
.con_spa_menu .con_info h5 {
  font-size: 136%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  padding-bottom: .5em;
  border-bottom: 4px solid #d0c3b6;
}
.con_spa_menu .con_info .box_info {
  overflow: hidden;
}
.con_spa_menu .con_info .box_info .txt {
  margin-top: 20px;
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 7.05882%;
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_info .box_info .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_menu .con_info .box_info .txt {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .con_spa_menu .con_info .box_info .txt {
    float: none;
    width: 100%;
  }
}
