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

 file name  : rooms.css
 author     : Ability Consultant
style info  : XXXXページ設定　ハックは最下部に記述
=================================================================== */
body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	background: url(../images/bg_hea.gif) no-repeat -259px -287px!important;
}

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
#hotspa #main a:hover img {
	/* for IE */
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
	/* CSS3 standard */
	opacity: 0.8;
}
#hotspa .key_bg {
	width: 950px;
	height: 284px;
	margin: 0 auto;
	background: url(../hotspa/images/main.jpg) no-repeat -2px top;
}
#hotspa .key_bg .pagelogo {
	width: 250px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: center;
}

/*　 .con_read
----------------------------------------------------------- */
#hotspa .con_read {
	margin: 0 0 26px;
	background: url(../hotspa/images/bg_lead.png) 100% 64px no-repeat;
}
#hotspa .con_read h3 {
	margin-bottom: 30px;
}
#hotspa .con_read p {
	line-height: 2.0;
	margin-bottom: 37px;
}
#hotspa .con_read p em {
	font-weight: bold;
	font-style: normal;
}
#hotspa .con_read p strong {
	color: #7e4646;
}
#hotspa .con_read ul {
	width: 706px;
	margin: 0 -16px 0 0;
	overflow: hidden;
}
#hotspa .con_read ul li {
	margin-right: 16px;
	padding: 14px 15px 0;
	float: left;
}
#hotspa .con_read ul li.con_add01 {
	background: url(../hotspa/images/bg01_add.gif) 0 0 no-repeat;
	width: 338px;
	height: 20em;
}
#hotspa .con_read ul li.con_add02 {
	background: url(../hotspa/images/bg02_add.gif) 0 0 no-repeat;
	width: 276px;
	height: 20em;
}
#hotspa .con_read ul li h4 {
	color: #7e4646;
	font-size: 15px;
	background: url(../hotspa/images/bull.png) 0 2px no-repeat;
	margin-bottom: 9px;
	padding-left: 21px;
}
#hotspa .con_read ul li p {
	line-height: 1.8;
}

/*　 .pnav
----------------------------------------------------------- */
#hotspa .pnav {
	background: url(../images/line_01.jpg) 0 0 no-repeat;
	width: 690px;
	margin: 0 0 63px 0 !important;
	padding-top: 49px;
	overflow: hidden;
}
#hotspa .pnav li{
	width: 159px;
	margin: 0 18px 0 0;
	padding: 0 !important;
	float: left;
}
#hotspa .pnav li#last_pnav{
	margin-right: 0;
}

/*　 .con_st
----------------------------------------------------------- */
#hotspa .con_st {
	margin-bottom: 13px !important;
	width: 690px;
	height: 36px;
	position: relative;
	overflow: hidden;
}
#hotspa .con_st img {
	position: absolute;
}
#hotspa .con_st strong {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	width: 26em;
	padding-bottom: 1px;
	position: absolute;
	right: 0; bottom: 3px;
	display: block;
}

/*　 .fee
----------------------------------------------------------- */
#hotspa .fee { 
	line-height: 1.5;
 	border-collapse: collapse;
	border-top: 1px solid #7e4646;
	background: #ffffff;
}
#hotspa .fee caption {
	padding-bottom: 6px;
}
#hotspa .fee th {
	background-color: #e6c4c4;
	color: #7e4646;
	width: 70px;
	padding: 5px;
	border-bottom: 1px solid #7e4646;
	text-align: center;
}
#hotspa .fee td {
	padding: 5px;
	border-bottom: 1px solid #7e4646;
}

/*　 .data
----------------------------------------------------------- */
#hotspa .data {
	line-height: 1.8;
	width: 382px;
 	overflow: hidden;
}
#hotspa .data dt { 
 	color: #7e4646;
 	text-align: right;
 	width: 104px;
 	float: left;
 	clear: both;
}
#hotspa .data dd { 
 	width: 266px;
 	padding-left: 12px;
 	float: left;
}

/*　 .con_cave
----------------------------------------------------------- */
#hotspa .con_cave {
	margin: 0 0 18px;
}
#hotspa .con_cave h3 strong {
	background-color: #597bb2;
}
#hotspa .con_cave .box_cave {
	background: url(../hotspa/images/bg_cave.jpg) 0 0 repeat-y;
	border: solid 2px #e5b7b4;
	width: 640px;
	padding: 28px 23px 21px;
}
#hotspa .con_cave .box_cave h4 {
	margin-bottom: 15px;
}
#hotspa .con_cave .box_cave p {
	line-height: 1.5;
	margin-bottom: 14px;
}
#hotspa .con_cave .box_cave .con_txt {
	width: 640px;
	padding-top: 20px;
	overflow: hidden;
}
#hotspa .con_cave .box_cave .con_txt .fee {
	width: 238px;
	margin-top: 4px;
	float: left;
}
#hotspa .con_cave .box_cave .con_txt .data {
	float: right;
}

/*　 .con_drink
----------------------------------------------------------- */
#hotspa .con_drink {
	margin: 0 0 18px;
}
#hotspa .con_drink h3 strong {
	background-color: #597bb2;
}
#hotspa .con_drink .box_drink {
	background: url(../hotspa/images/bg_drink.jpg) 0 0 repeat-y;
	border: solid 2px #e5b7b4;
	width: 640px;
	padding: 28px 23px 21px;
}
#hotspa .con_drink .box_drink h4 {
	margin-bottom: 32px;
}
#hotspa .con_drink .box_drink h5 {
	margin: 0 0 9px 254px;
}
#hotspa .con_drink .box_drink p {
	line-height: 1.5;
	margin: 0 0 27px 254px;
}
#hotspa .con_drink .box_drink p strong {
	color: #7e4646;
	font-weight: normal;
}
#hotspa .con_drink .box_drink .con_txt {
	background: url(../hotspa/images/img_drink.png) 327px 0 no-repeat;
	width: 615px;
	height: 241px;
	margin-left: 25px;
	padding-top: 20px;
}
#hotspa .con_drink .box_drink .con_txt .data {
	width: 300px;
	margin-bottom: 57px;
}
#hotspa .con_drink .box_drink .con_txt .data dt {
	text-align: left;
	width: 40px;
}
#hotspa .con_drink .box_drink .con_txt .data dd {
	width: 260px;
	padding-left: 0;
}
#hotspa .con_drink .box_drink .con_txt p {
	text-indent: -1em;
	width: 300px;
	margin: 0;
	padding-left: 1em;
}

/*　 .con_daily
----------------------------------------------------------- */
#hotspa .con_daily {
	margin: 0 0 18px;
}
#hotspa .con_daily h3 strong {
	background-color: #b18844;
}
#hotspa .con_daily .box_daily {
	background: url(../hotspa/images/bg_daily.jpg) 0 0 repeat-y;
	border: solid 2px #e5b7b4;
	width: 640px;
	padding: 28px 23px 21px;
}
#hotspa .con_daily .box_daily h4 {
	margin-bottom: 15px;
}
#hotspa .con_daily .box_daily p {
	line-height: 1.5;
	margin-bottom: 14px;
}
#hotspa .con_daily .box_daily .con_txt {
	width: 640px;
	padding-top: 20px;
	overflow: hidden;
}
#hotspa .con_daily .box_daily .con_txt .fee {
	width: 238px;
	margin-top: 4px;
	float: left;
}
#hotspa .con_daily .box_daily .con_txt .data {
	float: right;
}

/*　 .con_openair
----------------------------------------------------------- */
#hotspa .con_openair {
	margin: 0 0 18px;
}
#hotspa .con_openair h3 strong {
	background-color: #b18844;
}
#hotspa .con_openair .box_openair {
	background: url(../hotspa/images/bg_openair.jpg) 0 0 repeat-y;
	border: solid 2px #e5b7b4;
	width: 640px;
	padding: 28px 23px 21px;
}
#hotspa .con_openair .box_openair h4 {
	margin-bottom: 15px;
}
#hotspa .con_openair .box_openair p {
	line-height: 1.5;
	margin-bottom: 14px;
}
#hotspa .con_openair .box_openair p.note {
	margin-top: 18px;
}
#hotspa .con_openair .box_openair p.note em {
	color: #7e4646;
	font-style: normal;
}
#hotspa .con_openair .box_openair .fee {
	width: 575px;
}
#hotspa .con_openair .box_openair .fee th {
	width: 184px;
}
#hotspa .con_openair .box_openair .data {
	width: 575px;
	margin-top: 10px;
}
#hotspa .con_openair .box_openair .data dt { 
	text-align: left;
 	width: 45px;
}
#hotspa .con_openair .box_openair .data dd { 
 	width: 518px;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*: first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}