@charset "UTF-8";
/*----------------------------------------------------
	Nav
----------------------------------------------------*/
/*----------------------------------------------------
	layout レイアウト
----------------------------------------------------*/
/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	font-family フォント
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :金太郎温泉
=================================================================== */
/*----------------------------------------------------
	.con_xxx　	コンテンツxxx
----------------------------------------------------*/
/*----------------------------------------------------
	.con_tab	タブ
----------------------------------------------------*/
.con_tab {
	width: 950px;
	margin: 40px auto 60px;
	overflow: hidden;
	*zoom: 1;
}

.con_tab ul {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	overflow: hidden;
}

.con_tab ul li {
	float: left;
	padding-left: 0px;
}

.con_tab ul li:first-child {
	padding-left: 0;
}

.con_tab ul li a {
	height: 0;
	padding: 47px 0 0 0;
	display: block;
	background: left top no-repeat;
}

.con_tab ul li a:hover {
	background-position: left -48px;
}

.con_tab ul li a span {
	font-size: .8em;
}

.con_tab ul li.tab_par a {
	background-image: url(../images/facilities/tab_par.png);
	width: 237px;
}

.con_tab ul li.tab_fro a {
	background-image: url(../images/facilities/tab_fro.png);
	width: 237px;
}

.con_tab ul li.tab_bre a {
	background-image: url(../images/facilities/tab_bre.png);
	width: 237px;
}

.con_tab ul li.tab_ser a {
	background-image: url(../images/facilities/tab_ser.png);
	width: 237px;
}

/*----------------------------------------------------
	.wrap_facilities	館内施設
----------------------------------------------------*/
.wrap_facilities {
	width: 950px;
	margin: 0px auto 50px;
	overflow: hidden;
	*zoom: 1;
}

.wrap_facilities .box_facilities {
	margin-bottom: 60px;
}

.wrap_facilities .box_parking {
	position: relative;
}

.wrap_facilities .box_parking .btn_acc {
	position: absolute;
	bottom: 30px;
	right: 45px;
}

.wrap_facilities .box_room {
	position: relative;
}

.wrap_facilities .box_room .btn_room {
	position: absolute;
	bottom: 30px;
	right: 45px;
}
