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

 file name  : spa.css
 author     : Ability Consultant
style info  : ページ名
=================================================================== */

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
#spa #con_header{
	background: url(../spa/images/img_title.jpg) no-repeat 0 0;
	min-height: 206px;
}
#spa #con_header h3.con_title{
	padding: 30px 0 0 216px;
}
#spa #contents{
	background: url(../images/common/bg_title.jpg) no-repeat 0 0;
}


/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
#spa .con_int{
	margin: 0 0 40px;  
}
#spa .con_int .box_int{
	background: url(../spa/images/bg_int.jpg) no-repeat 0 0;
	height: 259px;
	margin: 0 0 20px;
}
#spa .con_int .box_int p{
	width: 334px;
	margin: 0 15px 0 auto;
}
#spa .con_int .box_int p.st_int{
	padding: 22px 0 18px;
}
#spa .con_int ul{
	overflow: hidden;
}
#spa .con_int ul li{
	width:156px;
	height:38px;
	float:left;
	padding-right:2px;
	padding-top:2px;
}

/*	.con_spa
----------------------------------------------------------- */
#spa .con_spa{
	width: 700px;
	margin: 0 0 30px; 
	overflow: hidden;
}
#spa .con_spa h4 {
	margin: 0 0 15px;
}
#spa .con_spa .txt_gui{
	padding: 0 0 0 20px;
}
#spa .con_spa .box_spa{
	width: 600px;
	float: right;
}
#spa .box_ope h5,
#spa #link_sau h5{
	width: 100px;
	float: left;
}
#spa .con_spa .txt_spa span{
	display: block;
	padding: 20px 0 0;
}
/*露天風呂*/
#spa .con_spa .box_ope{
	width: 700px;
	overflow: hidden;
	padding: 40px 0 0;
}
#spa .box_ope .txt_spa{
	margin-top:-30px;
}
/*大浴場*/
#spa .box_lar{
	padding: 33px 0 0; 
	width: 370px;
	float: left;
}
#spa .img_lar{
	width: 321px;
	float: right;
}
#spa #link_lar .txt_spa{
	clear: both;
	position:relative;
	top:-30px;
	margin-bottom: -30px;
}

/* 貸切露天風呂 */
#spa #link_pri h5{
	margin: 0 0 10px;
}
/* サウナ */
#spa #link_sau .txt_spa{
	padding: 20px 0 0;
}

/* 日帰り入浴 */
#spa #link_day{
	background: url(../spa/images/bg_day.jpg) no-repeat 0 0;
	height: 259px;
}
#spa #link_day h5{
	margin: 15px 0 15px 25px;
}
#spa #link_day p{
	margin: 0 0 0 25px;
}
#spa #link_day p.txt_day{
	padding: 10px 0 0;
}
#spa #link_day p.txt_day span{
	display: block;
	font-size: 10px;
	padding: 15px 0 0;
}
/*泉質と効能*/
#spa #link_quo h5{
	margin: 0 0 30px;
}
#spa table.tbl_basic{
	border-collapse: collapse;
    border-spacing: 0;
    border: none;
    color: #33302b;
    margin-bottom: 30px;
}
#spa table.tbl_basic th {
    background: #dad2a4;
    color: #33302b;
    text-align: center;
    width: 25%;
}
#spa table.tbl_basic td {
    background: #f4e9e5;
    text-align: left;
}
#spa table.tbl_basic th,
#spa table.tbl_basic td {
    border-bottom: 1px dotted #ffffff;
    border-right: 1px dotted #ffffff;
    border-top: 1px dotted #ffffff;
    padding: 10px 20px 10px 7px;
}