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

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
#zzz {padding: 450px 0 0 0;} /* 公開前に消してください */

/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#rooms #main a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* headr
-----------------------------------------------*/
#rooms h1{
	margin:24px 0 0;
}

#rooms h2.title{
	margin:0 0 16px;
}

#rooms #menu{
	margin-top:0;
}

/* .con_read
-----------------------------------------------*/
#rooms .con_read {
	height:274px;
	margin: 8px 0 0;
	background:url(../rooms/images/bg_coffee.jpg) no-repeat left top;
	padding: 0 0 5px 285px;
}
#rooms .con_read h3 {
	padding: 38px 0 18px 0;
}
#rooms .con_read p {
	margin: 0 0 40px 0;
}


/* .sub_manu
-----------------------------------------------*/
.link_roo .st_japanese , .link_roo .st_factory {
	margin-bottom: 10px;
}
.sub_manu {
	width:696px;
	padding:4px 0 5px 4px;
	margin-bottom:20px;
	background:#dedfe1;
}

.sub_manu li{
	float:left;
	padding:1px 1px 0 1px;
}


#rooms h3{
	padding-top:30px;
}

/* .con_room
-----------------------------------------------*/
.con_room{
	margin-top:14px;
	padding:17px;
	width:666px;
	background:url(../rooms/images/bg_room.gif) no-repeat left top;
}

.box_detail{
	float:left;
	padding-top:10px;
	width:363px;
}

.box_desc{
	position:relative;
	float:right;
	padding-top:10px;
	width:280px;
	height:109px;
}

.box_desc > p{
	line-height: 1.3;
}


.btn_list{
	position:absolute;
	right: -5px;
	bottom: -5px;
}

.con_room02{
	background-image:url(../rooms/images/img_fd.jpg);
	width:700;
	height:497px;
	margin-top:14px;
}

.con_room03{
	background-image:url(../rooms/images/img_fqd.jpg);
	width:700;
	height:497px;
	margin-top:14px;
}

.con_room04{
	background-image:url(../rooms/images/img_so.jpg);
	width:700;
	height:497px;
	margin-top:14px;
}

.con_room05{
	background-image:url(../rooms/images/img_sdo.jpg);
	width:700;
	height:497px;
	margin-top:14px;
}

.con_room06{
	background-image:url(../rooms/images/img_sk.jpg);
	width:700;
	height:497px;
	margin-top:14px;
}

#rooms #main a:hover .con_room02 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#rooms #main a:hover .con_room03 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#rooms #main a:hover .con_room04 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#rooms #main a:hover .con_room05 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#rooms #main a:hover .con_room06 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



/* .con_ame
-----------------------------------------------*/
.con_ame{
	margin-top:14px;
	padding-bottom:10px;
	width:700px;
}

.con_ame .img{
	float:left;
	width:230px;
}

.ame_wrap{
	float:right;
	width:450px;
	padding:5px;
	background:url(../images/bg_dot.gif) repeat;
}

.box_ame{
	padding:10px 10px 10px 10px;
	background:#fff;
	width:430px;
	min-height:148px;
	/height: auto !important;
  /height: 148px;

}

.ame_list{
	padding:0 0 0 30px;
	overflow: hidden;
	clear: both;
}
.ame_list .ame_list_det{
	overflow: hidden;
	clear: both;
}
.ame_list .ame_list_det{
	clear: both;
	width: 410px;
}
.ame_list .ame_list_det ul li{
	display:block;
	float:left;
	width:125px;
	padding:0 3px 2px 0;
	line-height:1.5em;
	font-size: 0.9em;
}

.st_ame_list_front{
	clear:left;
	padding:8px 0 0 0;
}
.ame_list li{
	display:block;
	float:left;
	width:125px;
	padding:0 3px 2px 0;
	font-size:1.05em;
	line-height:1.5em;
}

.faci_list li{
	display:block;
	float:left;
	width:140px;
	padding:0 3px 2px 0;
	font-size:1.05em;
}

/* .con_faci
-----------------------------------------------*/
.faci_wrap{
	background:url(../images/bg_dot.gif) repeat;
	padding:5px;
	margin:15px 0 10px;
	width:690px;
}

.box_faci{
	padding:15px 10px 15px 50px;
	background:#fff;
}

.faci_list{
}

.faci_list li{
	width:200px;
}

.txt_red{
	color:#be0000;
}

/* pagetop */
#rooms .pagetop{
	padding:30px 10px 0px 0;
	font-size:0.88em;
}

#rooms .pagetop a{
	padding-left:14px;
	background:url(../images/ic_pagetop.gif) no-repeat left 0.2em;
	text-decoration:underline;
}

/* clearfix */
.sub_manu:after,
.con_room:after,
.con_ame:after,
.box_ame:after,
.faci_list:after{
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html .box_faci, .faci_list{zoom:1;}