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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro .inner, .con_about, .con_flow .inner, .con_info {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .con_intro .inner, .con_about, .con_flow .inner, .con_info {
    width: 95%;
  }
}

.con_intro .inner .box_info ul:after, .con_about .box_about:after, .con_about .box_atn:after, .con_about .box_atn dd ul:after, .con_flow .inner .box_flow .wrp_flow:after, .con_info:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro .inner {
  text-align: center;
}
.con_intro .inner .txt_m {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_intro .inner .txt_m {
    text-align: left;
  }
}
.con_intro .inner .box_slider {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_intro .inner .box_slider {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner .box_slider #obj_spaSlider .slide {
    overflow: hidden;
  }
  .con_intro .inner .box_slider #obj_spaSlider .slide img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(1) {
    background: url(../../hotspring/sauna/images/th_spa1.jpg) no-repeat;
  }
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(2) {
    background: url(../../hotspring/sauna/images/th_spa2.jpg) no-repeat;
  }
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(3) {
    background: url(../../hotspring/sauna/images/th_spa3.jpg) no-repeat;
  }
}
@media print {
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(1) {
    background: url(../../hotspring/sauna/images/th_spa1.jpg) no-repeat;
  }
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(2) {
    background: url(../../hotspring/sauna/images/th_spa2.jpg) no-repeat;
  }
  .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(3) {
    background: url(../../hotspring/sauna/images/th_spa3.jpg) no-repeat;
  }
}
.ie8 .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(1) {
  background: url(../../hotspring/sauna/images/th_spa1.jpg) no-repeat;
}
.ie8 .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(2) {
  background: url(../../hotspring/sauna/images/th_spa2.jpg) no-repeat;
}
.ie8 .con_intro .inner .box_slider #obj_spaSlider .slick-dots li:nth-child(3) {
  background: url(../../hotspring/sauna/images/th_spa3.jpg) no-repeat;
}
.con_intro .inner .box_info {
  text-align: left;
  margin-top: 20px;
  max-width: 620px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_intro .inner .box_info {
    margin-top: 90px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .inner .box_info {
    margin-top: 5%;
    max-width: 100%;
  }
}
.con_intro .inner .box_info ul {
  clear: both;
}
.con_intro .inner .box_info ul li {
  float: left;
  display: block;
  width: 45%;
}
.con_intro .inner .box_info ul li:first-child {
  width: 55%;
}
.con_intro .inner .box_info ul li .txt span {
  display: block;
}
.con_intro .inner .box_info ul li .txt span.atn {
  font-size: 0.9em;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  .con_intro .inner .box_info ul li {
    width: 100%;
    float: none;
  }
  .con_intro .inner .box_info ul li:first-child {
    width: 100%;
  }
  .con_intro .inner .box_info ul li .txt span.space {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_about {
    margin-top: 8%;
  }
}
.con_about .box_about {
  clear: both;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_about .box_about {
    margin-top: 5%;
  }
}
.con_about .box_about .wrp_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.con_about .box_about .wrp_text .tblbox {
  display: table;
  width: 100%;
  height: 100%;
}
.con_about .box_about .wrp_text .tblbox .inner {
  display: table-cell;
  vertical-align: middle;
}
.con_about .box_about .wrp_text .tblbox .inner .text {
  margin-top: 1em;
}
.con_about .box_about .img {
  width: 55%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_about .box_about .wrp_text {
    position: static;
    width: 100%;
    height: auto;
  }
  .con_about .box_about .img {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin-top: 3%;
  }
}
.con_about .box_atn {
  margin-top: 20px;
  border-top: 1px dotted #cbcbcb;
  border-bottom: 1px dotted #cbcbcb;
  clear: both;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .con_about .box_atn {
    margin-top: 3%;
  }
}
.con_about .box_atn dt {
  width: 20%;
  float: left;
  padding-top: 1.5em;
  display: block;
}
.con_about .box_atn dt span {
  display: block;
  background: transparent url("../../hotspring/sauna/images/ic_atn.png") 6% center no-repeat;
  padding-left: 50px;
  text-align: center;
  color: #624537;
  font-weight: bold;
  font-size: 108%;
  line-height: 1.6em;
}
.con_about .box_atn dd {
  width: 73%;
  float: right;
  padding-left: 3%;
  margin-left: 1%;
  border-left: 1px solid #cbcbcb;
}
.con_about .box_atn dd ul {
  clear: both;
}
.con_about .box_atn dd ul li {
  vertical-align: top;
  width: 46%;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_about .box_atn dt {
    width: 30%;
  }
  .con_about .box_atn dd {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 903.5px) {
  .con_about .box_atn dt {
    padding-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_atn dt {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .con_about .box_atn dt span {
    display: block;
    background: transparent url("../../hotspring/sauna/images/ic_atn.png") 6% center no-repeat;
    background-size: auto 100%;
    padding-left: 5%;
  }
  .con_about .box_atn dd {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 1em;
  }
  .con_about .box_atn dd ul {
    clear: both;
  }
  .con_about .box_atn dd ul li {
    vertical-align: top;
    width: 95%;
    display: block;
  }
}

/* -----------------------------------------------------------
	.con_flow
----------------------------------------------------------- */
.con_flow {
  margin-top: 64px;
  background: transparent url("../../hotspring/sauna/images/bg_flow.png") top left repeat;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .con_flow {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    padding: 5% 0;
  }
}
.con_flow .inner .tmp_sst1 {
  background: none;
}
.con_flow .inner .box_flow {
  position: relative;
  min-height: 378px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 903.5px) {
  .con_flow .inner .box_flow {
    min-height: 300px;
  }
}
.con_flow .inner .box_flow .figre {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.con_flow .inner .box_flow .wrp_flow {
  clear: both;
  padding-top: 1%;
}
.con_flow .inner .box_flow .wrp_flow span {
  display: block;
  float: left;
}
.con_flow .inner .box_flow .wrp_flow span.sst {
  width: 15%;
  padding: 1% 0 1% 7%;
  margin-left: 3%;
  background-color: #FFF;
  font-size: 108%;
  line-height: 1.6em;
  color: #624537;
}
.con_flow .inner .box_flow .wrp_flow span.txt {
  width: 72%;
  margin-left: 3%;
}
.con_flow .inner .box_flow_sp {
  position: relative;
}
.con_flow .inner .box_flow_sp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #c5b8a4;
  z-index: 0;
}
.con_flow .inner .box_flow_sp .wrp_flow {
  position: relative;
  z-index: 10;
}
.con_flow .inner .box_flow_sp .wrp_flow.bgc {
  background: transparent url("../../hotspring/sauna/images/bg_flow.png") top left repeat;
}
.con_flow .inner .box_flow_sp .wrp_flow .num {
  background-color: #624537;
  color: #FFF;
  padding: 0.3em 0.6em;
  font-weight: bold;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox {
  margin: 3% 8%;
  text-align: center;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox.bgc {
  background-color: #FFF;
  border: 2px solid #c5b8a4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 3%;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox span {
  display: block;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox span.tit {
  font-weight: bold;
  color: #462515;
  font-size: 1.2em;
  line-height: 1.4em;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox span.m {
  color: #86891d;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.3em 0 0;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox span.m em {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2em;
}
.con_flow .inner .box_flow_sp .wrp_flow .textbox span.t {
  margin-top: 0.5em;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
}
.con_flow .inner .box_flow_sp .ic {
  text-align: center;
  font-size: 2.4em;
  line-height: 1.2em;
  color: #c5b8a4;
  padding-bottom: 0.3em;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  margin-top: 64px;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-top: 8%;
  }
}
.con_info .box_st {
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.con_info .box_st .wrp_st {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #c6c929;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.con_info .box_st .wrp_st .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.con_info .box_st .wrp_st .inner span {
  display: block;
}
.con_info .box_st .wrp_st .inner span.jp {
  font-size: 108%;
  line-height: 1.8em;
  color: #624537;
  margin-top: 0.6em;
}
.con_info .box_tbl {
  width: 82%;
  float: right;
}
.con_info .box_tbl .tbl_basic {
  width: 100%;
}
.con_info .box_tbl .tbl_basic tbody tr th {
  background: none;
  width: 30%;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #624537;
}
.con_info .box_tbl .tbl_basic tbody tr th.bb {
  border-bottom: 1px dotted #eceae6;
}
.con_info .box_tbl .tbl_basic tbody tr td {
  width: 70%;
}
.con_info .box_tbl .tbl_basic tbody tr td.bb {
  border-bottom: 1px dotted #eceae6;
}
@media only screen and (max-width: 767px) {
  .con_info .box_st {
    width: 100%;
    position: static;
  }
  .con_info .box_st .wrp_st {
    text-align: center;
    padding: 0.5em 0;
  }
  .con_info .box_st .wrp_st .inner {
    display: inline-block;
    clear: both;
    overflow: hidden;
    text-align: center;
  }
  .con_info .box_st .wrp_st .inner span {
    display: block;
  }
  .con_info .box_st .wrp_st .inner span.ic {
    float: left;
    vertical-align: middle;
    width: 11%;
  }
  .con_info .box_st .wrp_st .inner span.ic img {
    vertical-align: middle;
  }
  .con_info .box_st .wrp_st .inner span.jp {
    float: right;
    width: 85%;
    margin-top: 0;
    padding-left: 0.5em;
  }
  .con_info .box_st .wrp_st .inner span.jp br {
    display: none;
  }
  .con_info .box_tbl {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  .con_info .box_tbl .tbl_basic {
    display: block;
  }
  .con_info .box_tbl .tbl_basic tbody {
    display: block;
  }
  .con_info .box_tbl .tbl_basic tbody tr {
    display: block;
  }
  .con_info .box_tbl .tbl_basic tbody tr th {
    width: 94%;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.4em;
    display: block;
    padding: 3%;
    border-bottom: 1px solid #eceae6;
  }
  .con_info .box_tbl .tbl_basic tbody tr th.bb {
    border-bottom: 1px solid #eceae6;
  }
  .con_info .box_tbl .tbl_basic tbody tr td {
    width: 94%;
    padding: 3%;
    display: block;
  }
  .con_info .box_tbl .tbl_basic tbody tr td.bb {
    border-bottom: 1px solid #eceae6;
  }
}

.tmp_lowerNav {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .tmp_lowerNav {
    margin-top: 8%;
  }
}
