@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: 1000px;
	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.tab_sin a {
	background-image: url(../images/rooms/tab_sin.png);
	width: 238px;
}

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

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

.con_tab ul li.tab_fac a {
	background-image: url(../images/rooms/tab_fac.png);
	width: 238px;
}

/*----------------------------------------------------
	.wrp_rooms	客室
----------------------------------------------------*/
.wrp_rooms .box_rooms {
	margin-bottom: 60px;
	position: relative;
}

.wrp_rooms .box_rooms .con_btn {
	position: absolute;
	right: 40px;
	bottom: -20px;
}

.wrp_rooms .box_rooms .con_btn .btn_faci {
	margin-bottom: 10px;
}
