@charset "UTF-8";
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :金太郎温泉
=================================================================== */
/*----------------------------------------------------
	.con_intro　	コンテンツイントロ
----------------------------------------------------*/
.con_intro {
  padding: 0 20px;
}
.con_intro .img_intro {
  margin: 0 0 30px 0;
}
.con_intro .box_intro {
  padding: 20px 0 70px 0;
}
.con_intro .box_intro .con_inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
.con_intro .box_intro .con_inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.con_intro .box_intro .con_inner:before {
  content: " ";
  display: block;
  width: 316px;
  padding-top: 303px;
  height: 0;
  overflow: hidden;
  background: url(../images/hotspring/bg_wave.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -25px;
  left: 100px;
}
.con_intro .box_intro .box_content {
  float: left;
  width: 400px;
  position: relative;
  z-index: 3;
}
.con_intro .box_intro .box_content h3 {
  margin-bottom: 20px;
}
.con_intro .box_intro .img {
  float: right;
  margin-top: -37px;
  position: relative;
  z-index: 3;
}

/*-----------------------------------------------------------
	.con_title タイトルエリア
-----------------------------------------------------------*/
.con_title .con_inner {
  background: url(../images/hotspring/bg_title.jpg) center center no-repeat;
}

/*----------------------------------------------------
	.con_karuna　	コンテンツカルナの館
----------------------------------------------------*/
.con_karuna {
  padding: 0 0 70px 0;
}
.con_karuna .img_karuna {
  padding: 0 20px;
}
.con_karuna .img_karuna img {
  text-align: center;
  width: 100%;
}
.con_karuna .btn2 {
  display: table;
  margin: 20px auto 0;
  overflow: hidden;
  *zoom: 1;
}
.con_karuna .btn2 img {
  display: table-cell;
  float: left;
  margin: 20px 15px 0;
}

/*----------------------------------------------------
	.con_wall　	壁画大浴場
----------------------------------------------------*/
.con_wall {
  padding: 60px 0 30px 0;
  background: url(../images/common/bg_texture_brown.jpg);
  border-top: 1px solid #4c4040;
}
.con_wall .con_inner {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.con_wall h3 {
  text-align: center;
  margin-bottom: 35px;
}
.con_wall .box_intro {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.con_wall .box_intro .txt {
  margin-top: 1em;
}
.con_wall .box_wall {
  float: left;
  width: 49%;
}
.con_wall .box_wall.last {
  float: right;
}
.con_wall .box_wall .caption {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
  font-size: 140%;
  margin-top: 10px;
  text-align: right;
}
.con_wall .box_information {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.con_wall .box_information .box_clerk {
  float: left;
  width: 750px;
}
.con_wall .box_information .box_clerk ul {
  margin-top: 35px;
  text-align: center;
}
.con_wall .box_information .box_clerk ul li {
  display: inline-block;
}
.con_wall .box_information .box_clerk ul li:first-child {
  margin-right: 80px;
}
.con_wall .box_information .box_clerk .note {
  font-size: 90%;
  text-align: center;
  margin-top: 30px;
}
.con_wall .box_information .box_name {
  float: right;
  width: 200px;
  padding-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.con_wall .box_information .box_name:after {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #695d5d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF281717', endColorstr='#FF281717');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #281717), color-stop(10%, #695d5d), color-stop(50%, #695d5d), color-stop(90%, #695d5d), color-stop(100%, #281717));
  background-image: -webkit-linear-gradient(top, #281717 0%, #695d5d 10%, #695d5d 50%, #695d5d 90%, #281717 100%);
  background-image: -moz-linear-gradient(top, #281717 0%, #695d5d 10%, #695d5d 50%, #695d5d 90%, #281717 100%);
  background-image: -o-linear-gradient(top, #281717 0%, #695d5d 10%, #695d5d 50%, #695d5d 90%, #281717 100%);
  background-image: linear-gradient(top, #281717 0%, #695d5d 10%, #695d5d 50%, #695d5d 90%, #281717 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.con_wall .box_information .box_name h4 {
  margin-bottom: 30px;
}

/*----------------------------------------------------
	.con_method　	金太郎温泉秘伝入浴法
----------------------------------------------------*/
.con_method {
  padding: 80px 0 60px 0;
  background: url(../images/common/bg_texture_darkbrown.jpg);
  border-top: 1px solid #4c4040;
}
.con_method .con_inner {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.con_method .box_title {
  text-align: center;
  margin-bottom: 25px;
}
.con_method .box_title h3 {
  margin-bottom: 30px;
}
.con_method .img {
  float: left;
  margin: 9px 0 0 0;
}
.con_method ul {
  float: right;
  width: 610px;
}
.con_method ul li {
  display: table;
  margin-bottom: 25px;
}
.con_method ul li .num, .con_method ul li .txt {
  display: table-cell;
  vertical-align: middle;
}
.con_method ul li .num {
  width: 37px;
}
.con_method ul li .txt {
  padding-left: 20px;
}
.con_method ul li .txt span {
  color: #ffcc43;
  font-size: 120%;
}
.con_method .note {
  clear: both;
  font-size: 90%;
  text-align: center;
  padding-top: 20px;
}

/*----------------------------------------------------
	.con_quality　	泉質・効能
----------------------------------------------------*/
.con_quality {
  padding-top: 80px;
  padding-bottom: 60px;
  border-top: 1px solid #4c4040;
  background: url(../images/common/bg_texture_brown.jpg);
}
.con_quality .con_inner {
  max-width: 950px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.con_quality h3 {
  text-align: center;
  margin-bottom: 40px;
}
.con_quality table {
  border-collapse: collapse;
  border-spacing: 0;
}
.con_quality table th, .con_quality table td {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
  vertical-align: top;
  padding-bottom: 50px;
}
.con_quality table th {
  width: 140px;
  text-align: center;
  font-size: 110%;
}
.con_quality table td {
  padding-left: 40px;
  padding-right: 120px;
  position: relative;
}
.con_quality table td:after {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #95806b;
  position: absolute;
  top: 0;
  left: 0;
}
.con_quality table td.top:after {
  background-color: #95806b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF281717', endColorstr='#FF95806B');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #281717), color-stop(10%, #95806b), color-stop(50%, #95806b), color-stop(97%, #95806b));
  background-image: -webkit-linear-gradient(top, #281717 0%, #95806b 10%, #95806b 50%, #95806b 97%);
  background-image: -moz-linear-gradient(top, #281717 0%, #95806b 10%, #95806b 50%, #95806b 97%);
  background-image: -o-linear-gradient(top, #281717 0%, #95806b 10%, #95806b 50%, #95806b 97%);
  background-image: linear-gradient(top, #281717 0%, #95806b 10%, #95806b 50%, #95806b 97%);
}
.con_quality table td.bottom:after {
  background-color: #95806b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF95806B', endColorstr='#FF281717');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(3%, #95806b), color-stop(50%, #95806b), color-stop(90%, #95806b), color-stop(100%, #281717));
  background-image: -webkit-linear-gradient(top, #95806b 3%, #95806b 50%, #95806b 90%, #281717 100%);
  background-image: -moz-linear-gradient(top, #95806b 3%, #95806b 50%, #95806b 90%, #281717 100%);
  background-image: -o-linear-gradient(top, #95806b 3%, #95806b 50%, #95806b 90%, #281717 100%);
  background-image: linear-gradient(top, #95806b 3%, #95806b 50%, #95806b 90%, #281717 100%);
}
.con_quality table td .txt {
  margin-top: 1em;
}
.con_quality table dl {
  overflow: hidden;
}
.con_quality table dl dt {
  padding-right: 2em;
  position: relative;
  margin-right: 2em;
  width: 7em;
  float: left;
}
.con_quality table dl dt:after {
  content: "…";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.con_quality table dl dd {
  overflow: hidden;
}
.con_quality .btn_plan {
  margin-top: 50px;
  text-align: center;
}
.con_quality .btn_plan a {
  display: inline-block;
  font-size: 110%;
  text-decoration: none;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Times New Roman", Times, serif;
  background: #541717;
  border: 1px solid #947066;
  padding: 15px;
  width: 300px;
  border-color: #3c3434;
  width: 350px;
}
.con_quality .btn_plan a i {
  margin-right: 0.5em;
}
