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

 file name  : hotsprings.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int .pnav {
  background: url(../images/common/bg3.png) repeat top left;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.con_int .pnav li {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.con_int .pnav li:first-child a {
  border-left: 1px solid #313131;
}
.con_int .pnav li a {
  display: block;
  padding: .5em 0;
  border-right: 1px solid #313131;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.con_int .pnav li a:hover {
  background: rgba(83, 96, 132, 0.1);
}

/* -----------------------------------------------------------
	con_spa
----------------------------------------------------------- */
.con_spa {
  background: url(../images/common/bg3.png) repeat top left;
  padding-bottom: 80px;
}
.con_spa .box_spa {
  position: relative;
}
.con_spa .box_spa .btn_roo {
  position: absolute;
  bottom: 80px;
  left: 20px;
}
.con_spa .box_inf {
  margin-top: 80px;
}
.con_spa .box_est {
  margin-top: 130px;
  margin-bottom: 30px;
}
