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

 file name  :hotspa.css
 author     :Ability Consultant
style info  :温泉ページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル
----------------------------------------------------------- */
#hotspa #contents_head h2 {
	background: url(../hotspa/images/st_hotspa.gif) no-repeat center top;
}

/* サブメニュー
----------------------------------------------------------- */
#hotspa ul.menu_hotspa {
	width: 695px;
	height: 43px;
	margin: 0 0 30px 0;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa ul.menu_hotspa li {
	height: 43px;
	float: left;
}

#hotspa ul.menu_hotspa li a {
	height: 43px;
	display: block;
	overflow: hidden;
}

/* 温泉トップ */
#hotspa ul.menu_hotspa li.m_top,
#hotspa ul.menu_hotspa li.m_top a {
	width: 116px;
}

#hotspa ul.menu_hotspa li.m_top a:hover,
#hotspa ul.menu_hotspa li.m_top a.active {
	width: 116px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat 0 -43px;
}

/* 一の湯 */
#hotspa ul.menu_hotspa li.m_ichi,
#hotspa ul.menu_hotspa li.m_ichi a {
	width: 116px;
}

#hotspa ul.menu_hotspa li.m_ichi a:hover,
#hotspa ul.menu_hotspa li.m_ichi a.active {
	width: 116px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat -116px -43px;
}

/* 二の湯 */
#hotspa ul.menu_hotspa li.m_ni,
#hotspa ul.menu_hotspa li.m_ni a {
	width: 116px;
}

#hotspa ul.menu_hotspa li.m_ni a:hover,
#hotspa ul.menu_hotspa li.m_ni a.active {
	width: 116px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat -232px -43px;
}

/* 三の湯 */
#hotspa ul.menu_hotspa li.m_san,
#hotspa ul.menu_hotspa li.m_san a {
	width: 116px;
}

#hotspa ul.menu_hotspa li.m_san a:hover,
#hotspa ul.menu_hotspa li.m_san a.active {
	width: 116px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat -348px -43px;
}

/* 露天風呂 */
#hotspa ul.menu_hotspa li.m_roten,
#hotspa ul.menu_hotspa li.m_roten a {
	width: 116px;
}

#hotspa ul.menu_hotspa li.m_roten a:hover,
#hotspa ul.menu_hotspa li.m_roten a.active {
	width: 116px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat -464px -43px;
}

/* 泉質・効能 */
#hotspa ul.menu_hotspa li.m_spainfo,
#hotspa ul.menu_hotspa li.m_spainfo a {
	width: 115px;
}

#hotspa ul.menu_hotspa li.m_spainfo a:hover,
#hotspa ul.menu_hotspa li.m_spainfo a.active {
	width: 115px;
	background: url(../hotspa/images/menu_c_hotspa.gif) no-repeat -580px -43px;
}




/* -----------------------------------------------------------
	index.php 日本最古の温泉
----------------------------------------------------------- */

/* catch_con キャッチ
----------------------------------------------------------- */
#hotspa .catch_con {
	width: 695px;
	margin: 0 0 50px 0;
	background: url(../hotspa/images/bg_catch.jpg) no-repeat 0 0;
	overflow: hidden;
}

#hotspa .ichinoyu_con,
#hotspa .ninoyu_con,
#hotspa .sannoyu_con,
#hotspa .private_con {
	width: 695px;
	margin: 0 0 50px 0;
	background: url(../hotspa/images/bg_catch02.jpg) no-repeat 0 0;
	overflow: hidden;
}

#hotspa .catch_con #movie,
#hotspa .ichinoyu_con #movie,
#hotspa .ninoyu_con #movie,
#hotspa .sannoyu_con #movie,
#hotspa .private_con #movie {
	width: 665px;
	height: 376px;
	margin: 15px 0 0 15px;
	text-align: center;
}

#hotspa .catch_con .txt,
#hotspa .ichinoyu_con .txt,
#hotspa .ninoyu_con .txt,
#hotspa .sannoyu_con .txt,
#hotspa .private_con .txt {
	padding: 0 15px;
}

#hotspa .catch_con h3 {
	float: right;
}

#hotspa .catch_con .txt_top {
	width: 325px;
	padding: 30px 0 0 15px;
	float: left;
}

#hotspa .catch_con .txt_bottom {
	width: 455px;
	padding: 0 225px 0 15px;
	clear: both;
}

#hotspa .catch_con h4,
#hotspa .catch_con p {
	margin: 0 0 20px 0;
}

/* floor_con フロアマップ 20120327
----------------------------------------------------------- */
#hotspa .floor_con {
	width: 695px;
	height: 450px;
	margin: 0 0 20px 0;
	background: url(../hotspa/images/bg_floor.jpg) no-repeat 0 0;
	position: relative;
	z-index: 1;
}

/* ツールチップ指定 */
#hotspa .floor_con a:hover {
	background: transparent;
	zoom: 1;
}/* 背景設定はIE6表示に必須のため消さないでください */

#hotspa .floor_con .tooltip span {
	display: none;
	text-indent: -9999px;
	font-size: 0;
	z-index: 100;
}

#hotspa .floor_con a:hover span {
	display: inline;
	position: absolute;
	z-index: 100;
}

#hotspa .floor_con .none {
	cursor: default;
}

/* floor01 */
#hotspa #main .floor_con #floor01 {
	position: absolute;
	top: 190px;
	left: 90px;
}
#hotspa .floor_con #floor01 a {
	width: 38px;
	height: 96px;
	background: url(../hotspa/images/btn_fl_ichiroten.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor01 a:hover {
	background: url(../hotspa/images/btn_fl_ichiroten_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor01 a span {
	width: 178px;
	height: 96px;
	margin: -96px 0 0 -28px;
	background: url(../hotspa/images/img_fl_ichiroten.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor02 */
#hotspa #main .floor_con #floor02 {
	position: absolute;
	top: 190px;
	left: 140px;
}
#hotspa .floor_con #floor02 a {
	width: 29px;
	height: 77px;
	background: url(../hotspa/images/btn_fl_ichinoyu.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor02 a:hover {
	background: url(../hotspa/images/btn_fl_ichinoyu_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor02 .tooltip span {
	width: 178px;
	height: 91px;
	margin: -90px 0 0 -23px;
	background: url(../hotspa/images/img_fl_ichinoyu.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor03 */
#hotspa #main .floor_con #floor03 {
	position: absolute;
	top: 100px;
	left: 180px;
}
#hotspa .floor_con #floor03 a {
	width: 39px;
	height: 96px;
	background: url(../hotspa/images/btn_fl_niroten.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor03 a:hover {
	background: url(../hotspa/images/btn_fl_niroten_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor03 .tooltip span {
	width: 178px;
	height: 96px;
	margin: -96px 0 0 -30px;
	background: url(../hotspa/images/img_fl_niroten.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor04 */
#hotspa #main .floor_con #floor04 {
	position: absolute;
	top: 175px;
	left: 215px;
}
#hotspa .floor_con #floor04 a {
	width: 29px;
	height: 81px;
	background: url(../hotspa/images/btn_fl_ninoyu.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor04 a:hover {
	background: url(../hotspa/images/btn_fl_ninoyu_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor04 .tooltip span {
	width: 198px;
	height: 91px;
	margin: -90px 0 0 -30px;
	background: url(../hotspa/images/img_fl_ninoyu.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor05 */
#hotspa #main .floor_con #floor05 {
	position: absolute;
	top: 150px;
	left: 290px;
}
#hotspa .floor_con #floor05 a {
	width: 29px;
	height: 81px;
	background: url(../hotspa/images/btn_fl_sannoyu.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor05 a:hover {
	background: url(../hotspa/images/btn_fl_sannoyu_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor05 .tooltip span {
	width: 198px;
	height: 91px;
	margin: -90px 0 0 -20px;
	background: url(../hotspa/images/img_fl_sannoyu.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor06 */
#hotspa #main .floor_con #floor06 {
	position: absolute;
	top: 90px;
	left: 345px;
}
#hotspa .floor_con #floor06 a {
	width: 41px;
	height: 72px;
	background: url(../hotspa/images/btn_fl_asagiri.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor06 a:hover {
	background: url(../hotspa/images/btn_fl_asagiri_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor06 .tooltip span {
	width: 198px;
	height: 91px;
	margin: -90px 0 0 -15px;
	background: url(../hotspa/images/img_fl_asagiri.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor07 */
#hotspa #main .floor_con #floor07 {
	position: absolute;
	top: 90px;
	left: 300px;
}
#hotspa .floor_con #floor07 a {
	width: 41px;
	height: 72px;
	background: url(../hotspa/images/btn_fl_yugiri.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor07 a:hover {
	background: url(../hotspa/images/btn_fl_yugiri_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor07 .tooltip span {
	width: 198px;
	height: 91px;
	margin: -90px 0 0 -15px;
	background: url(../hotspa/images/img_fl_yugiri.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor08 */
#hotspa #main .floor_con #floor08 {
	position: absolute;
	top: 170px;
	left: 390px;
}
#hotspa .floor_con #floor08 a {
	width: 95px;
	height: 40px;
	background: url(../hotspa/images/btn_fl_hana.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor08 a:hover {
	background: url(../hotspa/images/btn_fl_hana_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor08 .tooltip span {
	width: 206px;
	height: 83px;
	margin: -20px 0 0 95px;
	background: url(../hotspa/images/img_fl_hana.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor09 */
#hotspa #main .floor_con #floor09 {
	position: absolute;
	top: 245px;
	left: 370px;
}
#hotspa .floor_con #floor09 a {
	width: 28px;
	height: 123px;
	background: url(../hotspa/images/btn_fl_lounge.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor09 a:hover {
	background: url(../hotspa/images/btn_fl_lounge_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor09 .tooltip span {
	width: 225px;
	height: 91px;
	margin: -90px 0 0 -23px;
	background: url(../hotspa/images/img_fl_lounge.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor10 */
#hotspa #main .floor_con #floor10 {
	position: absolute;
	top: 135px;
	left: 535px;
}
#hotspa .floor_con #floor10 a {
	width: 29px;
	height: 67px;
	background: url(../hotspa/images/btn_fl_ashiyu.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor10 a:hover {
	background: url(../hotspa/images/btn_fl_ashiyu_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor10 .tooltip span {
	width: 198px;
	height: 91px;
	margin: -90px 0 0 -50px;
	background: url(../hotspa/images/img_fl_ashiyu.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor11 */
#hotspa #main .floor_con #floor11 {
	position: absolute;
	top: 335px;
	left: 430px;
}
#hotspa .floor_con #floor11 a {
	width: 80px;
	height: 40px;
	background: url(../hotspa/images/btn_fl_leciel.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor11 a:hover {
	background: url(../hotspa/images/btn_fl_leciel_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor11 .tooltip span {
	width: 211px;
	height: 91px;
	margin: -90px 0 0 -50px;
	background: url(../hotspa/images/img_fl_leciel.gif) no-repeat 0 0;
	z-index: 100;
}

/* floor12 */
#hotspa #main .floor_con #floor12 {
	position: absolute;
	top: 115px;
	left: 255px;
}
#hotspa .floor_con #floor12 a {
	width: 41px;
	height: 101px;
	background: url(../hotspa/images/btn_fl_sanroten.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
}
#hotspa .floor_con #floor12 a:hover {
	background: url(../hotspa/images/btn_fl_sanroten_on.png) no-repeat 0 0;
}
#hotspa .floor_con #floor12 .tooltip span {
	width: 198px;
	height: 100px;
	margin: -100px 0 0 -15px;
	background: url(../hotspa/images/img_fl_sanroten.gif) no-repeat 0 0;
	z-index: 100;
}


/* floor_txt コメント 20120327
----------------------------------------------------------- */
#hotspa .floor_txt {
	width: 475px;
	padding: 65px 35px 10px 185px;
	background: url(../hotspa/images/bg_floor_txt.jpg) no-repeat 0 0;
}

/* review_con お客様の声 20120327
----------------------------------------------------------- */
#hotspa .review_con {
	width: 626px;
	margin: 0 auto 50px auto;
}

#hotspa .review_con .review_box {
	width: 566px;
	height: 256px;
	padding: 30px;
	background: url(../hotspa/images/bg_box_review.gif) no-repeat 0 0;
}

#hotspa .review_con .review_box .txt {
	width: 566px;
	height: 256px;
	padding: 0 10px 0 0;
	overflow: auto;
}

#hotspa .review_con .review_box .txt p {
	padding: 0 0 0 0.5em;
	text-indent: -0.5em;
}

/* info_con 温泉見出し、ナビなど
----------------------------------------------------------- */
#hotspa div.info_con {
	width: 695px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

#hotspa div.info_con h3 {
	width: 505px;
	height: 55px;
	background: url(../hotspa/images/st_spaguide.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#hotspa div.info_con p {
	width: 145px;
	padding: 15px 0 0 0;
	float: right;
}

/* info_con 温泉見出し、ナビなど
----------------------------------------------------------- */
#hotspa div.spalist_con {
	width: 695px;
	margin: 0 0 50px 0;
}

/* 温泉上部 */
#hotspa div.spalist_con div.spa_top {
	width: 625px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

/* 一の湯 */
#hotspa div.spalist_con div.spa_top div.ichi {
	width: 185px;
	margin: 0 20px 0 0;
	float: left;
}

#hotspa div.spalist_con div.spa_top div.ichi h4 {
	width: 75px;
	height: 100px;
	margin: 0 auto;
	background: url(../hotspa/images/st_1noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.spalist_con div.spa_top div.ichi p.txtimg {
	width: 95px;
	height: 135px;
	margin: 0 auto;
	background: url(../hotspa/images/img_txt_1noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* 二の湯 */
#hotspa div.spalist_con div.spa_top div.ni {
	width: 185px;
	margin: 0 20px 0 0;
	float: left;
}

#hotspa div.spalist_con div.spa_top div.ni h4 {
	width: 75px;
	height: 100px;
	margin: 0 auto;
	background: url(../hotspa/images/st_2noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.spalist_con div.spa_top div.ni p.txtimg {
	width: 95px;
	height: 135px;
	margin: 0 auto;
	background: url(../hotspa/images/img_txt_2noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* 三の湯 */
#hotspa div.spalist_con div.spa_top div.san {
	width: 185px;
	float: left;
}

#hotspa div.spalist_con div.spa_top div.san h4 {
	width: 75px;
	height: 100px;
	margin: 0 auto;
	background: url(../hotspa/images/st_3noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.spalist_con div.spa_top div.san p.txtimg {
	width: 95px;
	height: 135px;
	margin: 0 auto;
	background: url(../hotspa/images/img_txt_3noyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* 温泉下部 */
#hotspa div.spalist_con div.spa_bottom {
	width: 340px;
	margin: 0 auto;
	overflow: hidden;
}

/* 露天風呂 */
#hotspa div.spalist_con div.spa_bottom div.roten {
	width: 145px;
	margin: 0 20px 0 0;
	float: left;
}

#hotspa div.spalist_con div.spa_bottom div.roten h4 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(../hotspa/images/st_roten.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.spalist_con div.spa_bottom div.roten p.txtimg {
	width: 95px;
	height: 135px;
	margin: 0 auto;
	background: url(../hotspa/images/img_txt_roten.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* 足湯 */
#hotspa div.spalist_con div.spa_bottom div.ashiyu {
	width: 145px;
	float: left;
}

#hotspa div.spalist_con div.spa_bottom div.ashiyu h4 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(../hotspa/images/st_ashiyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.spalist_con div.spa_bottom div.ashiyu p.txtimg {
	width: 95px;
	height: 135px;
	margin: 0 auto;
	background: url(../hotspa/images/img_txt_ashiyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}





/* -----------------------------------------------------------
	1noyu.php 一の湯
----------------------------------------------------------- */

/* ichinoyu_con 一の湯（画像切り替え含）
----------------------------------------------------------- */
#hotspa div.ichinoyu_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}

#hotspa div.ichinoyu_con h3 {
	width: 695px;
	height: 60px;
	background: url(../hotspa/images/ichinoyu/st_ichinoyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.ichinoyu_con p.photo {
	margin: 0 0 10px 0;
}

#hotspa div.ichinoyu_con div.txt {
	width: 480px;
	float: left;
}

#hotspa div.ichinoyu_con div.txt h4 {
	width: 290px;
	height: 24px;
	margin: 20px 0 15px 0;
	background: url(../hotspa/images/ichinoyu/st_ichinoyu_txt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.ichinoyu_con div.txt table {
	width: 470px;
	margin: 0 0 0 1px;
}

#hotspa div.ichinoyu_con div.bt_con {
	width: 180px;
	float: right;
	overflow: hidden;
}

#hotspa div.ichinoyu_con div.bt_con p.img_box {
	width: 74px;
	height: 75px;
	margin: 0 5px;
	background: url(../hotspa/images/bg_hotspa_off.jpg) no-repeat 0 0;
	text-align: center;
	float: left;
}

#hotspa div.ichinoyu_con div.bt_con p.img_box img {
	margin: 5px 0 0 0;
	padding: 4px 0;
}

#hotspa div.ichinoyu_con div.bt_con p.img_box a {
	width: 74px;
	height: 75px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#hotspa div.ichinoyu_con div.bt_con p.img_box a:hover,
#hotspa div.ichinoyu_con div.bt_con p.img_box a.active {
	background: url(../hotspa/images/bg_hotspa_on.jpg) no-repeat 0 0;
}


/* ichinoyu_photo 一の湯紹介
----------------------------------------------------------- */
#hotspa div.ichinoyu_photo {
	width: 695px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#hotspa div.ichinoyu_photo p.photo {
	padding: 0 10px 0 0;
	float: left;
}

#hotspa div.ichinoyu_photo div.txt {
	padding: 70px 0 0 0;
	overflow: hidden;
}

#hotspa div.ichinoyu_photo div.txt h5 {
	margin: 0 0 5px 0;
}


/* uchiyu_con 内湯
----------------------------------------------------------- */
#hotspa div.uchiyu_photo {
	width: 695px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#hotspa div.uchiyu_photo p.photo {
	padding: 0 0 0 10px;
	float: right;
}

#hotspa div.uchiyu_photo div.txt {
	overflow: hidden;
}

#hotspa div.uchiyu_photo div.txt h5 {
	margin: 0 0 5px 0;
}




/* -----------------------------------------------------------
	2noyu.php 二の湯
----------------------------------------------------------- */

/* ninoyu_con 二の湯（画像切り替え含）
----------------------------------------------------------- */
#hotspa div.ninoyu_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}

#hotspa div.ninoyu_con h3 {
	width: 695px;
	height: 60px;
	background: url(../hotspa/images/ninoyu/st_ninoyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.ninoyu_con p.photo {
	margin: 0 0 10px 0;
}

#hotspa div.ninoyu_con div.txt {
	width: 480px;
	float: left;
}

#hotspa div.ninoyu_con div.txt h4 {
	width: 355px;
	height: 25px;
	margin: 20px 0 15px 0;
	background: url(../hotspa/images/ninoyu/st_ninoyu_txt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.ninoyu_con div.txt table {
	width: 470px;
	margin: 0 0 0 1px;
}

#hotspa div.ninoyu_con div.bt_con {
	width: 180px;
	float: right;
	overflow: hidden;
}

#hotspa div.ninoyu_con div.bt_con p.img_box {
	width: 74px;
	height: 75px;
	margin: 0 5px;
	background: url(../hotspa/images/bg_hotspa_off.jpg) no-repeat 0 0;
	text-align: center;
	float: left;
}

#hotspa div.ninoyu_con div.bt_con p.img_box img {
	margin: 5px 0 0 0;
	padding: 4px 0;
}

#hotspa div.ninoyu_con div.bt_con p.img_box a {
	width: 74px;
	height: 75px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#hotspa div.ninoyu_con div.bt_con p.img_box a:hover,
#hotspa div.ninoyu_con div.bt_con p.img_box a.active {
	background: url(../hotspa/images/bg_hotspa_on.jpg) no-repeat 0 0;
}


/* ninoyu_photo 二の湯紹介
----------------------------------------------------------- */
#hotspa div.ninoyu_photo {
	width: 695px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#hotspa div.ninoyu_photo p.photo {
	padding: 0 20px 0 0;
	float: left;
}

#hotspa div.ninoyu_photo div.txt {
	padding: 50px 0 0 0;
	overflow: hidden;
}

#hotspa div.ninoyu_photo div.txt h5 {
	margin: 0 0 5px 0;
}





/* -----------------------------------------------------------
	3noyu.php 三の湯
----------------------------------------------------------- */

/* sannoyu_con 三の湯（画像切り替え含）
----------------------------------------------------------- */
#hotspa div.sannoyu_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}


#hotspa div.sannoyu_con h3 {
	width: 695px;
	height: 60px;
	background: url(../hotspa/images/sannoyu/st_sannoyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.sannoyu_con p.photo {
	margin: 0 0 10px 0;
}

#hotspa div.sannoyu_con .box_info {
	width: 70%;
	margin: 1em auto 0 auto;
	padding: 1em;
	border: #bc916a 5px solid;
	text-align: center;
}

#hotspa div.sannoyu_con .box_info .title {
	font-size: 120%;
	margin-bottom: 8px;
	font-weight: bold;
}

#hotspa div.sannoyu_con .box_info .txt {
	margin-bottom: 0;
}

#hotspa div.sannoyu_con div.txt {
	width: 480px;
	float: left;
}

#hotspa div.sannoyu_con div.txt h4 {
	width: 475px;
	height: 25px;
	margin: 20px 0 15px 0;
	background: url(../hotspa/images/sannoyu/st_sannoyu_txt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.sannoyu_con div.txt table {
	width: 470px;
	margin: 0 0 10px 1px;
}

#hotspa div.sannoyu_con div.bt_con {
	width: 180px;
	float: right;
	overflow: hidden;
}

#hotspa div.sannoyu_con div.bt_con p.img_box {
	width: 74px;
	height: 75px;
	margin: 0 5px;
	background: url(../hotspa/images/bg_hotspa_off.jpg) no-repeat 0 0;
	text-align: center;
	float: left;
}

#hotspa div.sannoyu_con div.bt_con p.img_box img {
	margin: 5px 0 0 0;
	padding: 4px 0;
}

#hotspa div.sannoyu_con div.bt_con p.img_box a {
	width: 74px;
	height: 75px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#hotspa div.sannoyu_con div.bt_con p.img_box a:hover,
#hotspa div.sannoyu_con div.bt_con p.img_box a.active {
	background: url(../hotspa/images/bg_hotspa_on.jpg) no-repeat 0 0;
}


/* sannoyu_photo 三の湯紹介
----------------------------------------------------------- */
#hotspa div.sannoyu_photo {
	width: 695px;
	margin: 0 0 40px 0;
	overflow: hidden;
}

#hotspa div.sannoyu_photo p.photo {
	padding: 0 20px 0 0;
	float: left;
}

#hotspa div.sannoyu_photo div.txt {
	padding: 80px 0 0 0;
	overflow: hidden;
}

#hotspa div.sannoyu_photo div.txt h5 {
	margin: 0 0 5px 0;
}



/* -----------------------------------------------------------
	other_con 一の湯、二の湯、三の湯ページ下部共通
----------------------------------------------------------- */

/* other_con その他紹介
----------------------------------------------------------- */
#hotspa div.other_con {
	width: 620px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}

/* 左 */
#hotspa div.other_con div.other_l {
	width: 278px;
	margin: 0 20px 20px 0;
	padding: 5px 10px;
	border-left: 1px #cfc9aa solid;
	border-right: 1px #cfc9aa solid;
	float: left;
}

#hotspa div.other_con div.other_l h5,
#hotspa div.other_con div.other_l p {
	width: 250px;
	margin: 0 auto 10px auto;
}

/* 右 */
#hotspa div.other_con div.other_r {
	width: 278px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	border-left: 1px #cfc9aa solid;
	border-right: 1px #cfc9aa solid;
	float: left;
}

#hotspa div.other_con div.other_r h5,
#hotspa div.other_con div.other_r p {
	width: 250px;
	margin: 0 auto 5px auto;
}





/* -----------------------------------------------------------
	private_bath.php 貸切露天風呂
----------------------------------------------------------- */

/* private_con 貸切露天風呂（画像切り替え含）
----------------------------------------------------------- */
#hotspa div.private_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}

#hotspa div.private_con h3 {
	width: 695px;
	height: 60px;
	background: url(../hotspa/images/private/st_private.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.private_con p.photo {
	margin: 0 0 10px 0;
}

#hotspa div.private_con div.txt {
	width: 480px;
	float: left;
}

#hotspa div.private_con div.txt h4 {
	width: 475px;
	height: 25px;
	margin:20px 0 15px;
	background: url(../hotspa/images/private/st_private_txt.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.private_con div.txt table {
	width: 470px;
	margin: 0 0 10px 1px;
}

#hotspa div.private_con div.bt_con {
	width: 180px;
	float: right;
	overflow: hidden;
}

#hotspa div.private_con div.bt_con p.img_box {
	width: 74px;
	height: 75px;
	margin: 0 5px;
	background: url(../hotspa/images/bg_hotspa_off.jpg) no-repeat 0 0;
	text-align: center;
	float: left;
}

#hotspa div.private_con div.bt_con p.img_box img {
	margin: 5px 0 0 0;
	padding: 4px 0;
}

#hotspa div.private_con div.bt_con p.img_box a {
	width: 74px;
	height: 75px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

#hotspa div.private_con div.bt_con p.img_box a:hover,
#hotspa div.private_con div.bt_con p.img_box a.active {
	background: url(../hotspa/images/bg_hotspa_on.jpg) no-repeat 0 0;
}


/* roten_info_con 貸切露天風呂紹介
----------------------------------------------------------- */
#hotspa div.roten_info_con {
	width: 525px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}

#hotspa div.roten_info_con div.asagiri {
	width: 250px;
	float: left;
}

#hotspa div.roten_info_con div.asagiri h5 {
	width: 120px;
	height: 140px;
	margin: 0 auto;
	background: url(../hotspa/images/private/st_asagiri.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.roten_info_con div.yugiri {
	width: 250px;
	float: right;
}

#hotspa div.roten_info_con div.yugiri h5 {
	width: 120px;
	height: 140px;
	margin: 0 auto;
	background: url(../hotspa/images/private/st_yugiri.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.roten_info_con p.txt {
	width: 168px;
	margin: 0 auto;
	padding: 20px;
	border-left: 1px #cfc9aa solid;
	border-right: 1px #cfc9aa solid;
	text-align: center;
}

#hotspa div.roten_info_con p.txt span {
	font-weight: bold;
}

#hotspa div.roten_info_con p.txt2 {
	text-align: right;
	font-size: 90%;
	clear: both;
	padding: 10px 0 0 0;
}



/* -----------------------------------------------------------
	kouso.php 酵素風呂
----------------------------------------------------------- */

/* kouso_con 酵素風呂
----------------------------------------------------------- */
#hotspa div.kouso_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}

#hotspa div.kouso_con h3 {
	width: 695px;
	height: 60px;
	margin: 0 0 15px 0;
	background: url(../hotspa/images/kouso/st_kouso.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.kouso_con h4 {
	width: 160px;
	height: 170px;
	margin: 0 30px 0 0;
	background: url(../hotspa/images/kouso/st_hinoki.gif) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}

#hotspa div.kouso_con h5 {
	width: 683px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	border: 1px #af9c4b dotted;
}

#hotspa div.kouso_con ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#hotspa div.kouso_con ol li {
	margin: 0 0 5px 0;
	list-style-type: decimal;
}

#hotspa div.kouso_con div.txt_catch {
	overflow: hidden;
	margin: 0 0 30px 0;
}

#hotspa div.kouso_con div.txt_catch h5 {
	margin: 0 0 5px 0;
	border: none;
}

#hotspa div.kouso_con p.photo {
	margin: 40px 0;
	text-align: right;
}


#hotspa div.kouso_con table {
	width: 694px;
	margin: 20px 0 0 1px;
}


/* hana_con セラピールーム HANA
----------------------------------------------------------- */
#hotspa div.hana_con {
	width: 695px;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
	overflow: hidden;
}

#hotspa div.hana_con p.photo {
	padding: 0 20px 0 0;
	float: left;
}

#hotspa div.hana_con div.txt {
	overflow: hidden;
}

#hotspa div.hana_con div.txt h4 {
	width: 480px;
	height: 71px;
	margin: 0 0 10px 0;
	background: url(../hotspa/images/kouso/st_hana.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.hana_con div.txt h5 {
	margin: 0 0 10px 0;
}




/* -----------------------------------------------------------
	benefits.php 泉質・効能
----------------------------------------------------------- */

/* benefits_con 泉質・効能
----------------------------------------------------------- */
#hotspa div.benefits_con {
	width: 695px;
	margin: 0 0 40px 0;
}

#hotspa div.benefits_con h3 {
	width: 695px;
	height: 60px;
	margin: 0 0 15px 0;
	background: url(../hotspa/images/benefits/st_benefits.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#hotspa div.benefits_con h4 {
	margin: 0 0 15px 0;
	padding: 10px 0 10px 10px;
	border: 1px #af9c4b dotted;
}

#hotspa div.benefits_con table {
	margin: 0 0 15px 0;
}

#hotspa div.benefits_con table.last {
	margin: 0 0 40px 0;
}


----------------------------------------------------------- */

/* ashiyu_con 足湯
----------------------------------------------------------- */


#hotspa div.ashiyu_con {
	width: 695px;
	margin: 0 0 50px auto;
	overflow: hidden;
}

#hotspa div.ashiyu_con h3 {
	width: 695px;
	height: 60px;
	margin: 30px  0 15px 0;
	background: url(../hotspa/images/tt_ashiyu.gif) no-repeat 0 0;
	text-indent: -9999px;
}


#hotspa div.ashiyu_list {
	width: 655px;
	margin: 0 0 50px 0;
	padding: 20px 30px 0 20px;/*
	background: url(../hotspa/images/bg_con.gif) no-repeat 0 0;*/
	overflow: hidden;
}

#hotspa div.ashiyu_list h4 {
	height: 25px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}



#hotspa div.ashiyu_list div.photo {
	width: 325px;
	float: left;
}

#hotspa div.ashiyu_list div.txt {
	width: 285px;
	float: right;
}

#hotspa div.ashiyu_list div.txt table {
	width: 280px;
}

/* 足湯喫茶 */
#hotspa div.ashiyu_list h4.st_ashiyu {
	width: 190px;
	background: url(../hotspa/images/st_ashiiyu.gif) no-repeat 0 0;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

/* index.php - キャッチ テキスト指定 */
* html #hotspa div.catch_con div.txt h4 {padding: 0 50px 0 360px;}

* html #hotspa div.catch_con div.txt p {padding: 0 50px 0 360px;}

* html #hotspa div.kouso_con div.txt_catch {zoom: 1;}
}