@charset "utf-8";

/* -----------------------------------------------------------
 　客室
----------------------------------------------------------- */
.room{
	margin-top:30px;
	background-color:#f8f7f3;
	height: 336px;
}
.room_photo{
	width:429px;
	float:left;
}
.room_text{
	padding:25px;
	float:left;
	width:760px;
}
.room_text .c-en{
	font-size:20px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	background: url("../images/stay/icon_twin.jpg") top right no-repeat;
	height:38px;
}
.room_text .c-en2{
	font-size:20px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	background: url("../images/stay/icon_maisonette.jpg") top right no-repeat;
	height:38px;
}
.room_text .c-en3{
	font-size:20px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	background: url("../images/stay/icon_wayou.jpg") top right no-repeat;
	height:38px;
}
.room_text .c-jp{
	margin:35px 0;
}

/* サムネイル画像表示（thumbnaillist）*/
#thumbnaillist li{
    width:80px;
    height:80px;
    float:left;
    background:none;
    padding:0 10px 0px 0;
    margin:0 10px 10px 0;
}
#thumbnaillist li{
    display:block;
}
#thumbnaillist li img{
    width:80px;
    height:80px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#thumbnaillist li:hover   {opacity:0.8;}
/* IE用 ↓*/
#thumbnaillist li:hover img {filter:alpha(opacity=80);}

/*設備*/
.box_setsubi{
	width:460px;
	margin:0 80px 50px 0;
	float:left;
}
.box_setsubi_end{
	width:460px;
	margin:0 0 50px 0;
	float:left;
}
.box_setsubi_img{
	float:left;
	margin-right:40px;
}
.box_setsubi_img img{
	width:200px;
}
.box_setsubi_text{
	float:left;
	width:200px;
	padding: 15px 0 0 0;
}
.box_summary{
	overflow: hidden;
}
.box_summary_first{
	margin:50px 0 0 0;
	overflow: hidden;
}


/*料金表*/
table{
	width:100%;
	font-size: 13px;
	margin: 30px 0 15px 0;
	background-color: #FFF;
}
table , td, th {
	border: 1px solid #9FA0A0;
	border-collapse: collapse;
	text-align: center;
}
td, th {
	padding: 8px;
}
th {
	background: #EFEFEF;
	font-weight: bold;
}
td.plan, th.plan{
	width:35%;
	text-align: left;
	font-weight: bold;
}
td.plan img{
	clear: left;
	float: left;
	margin:0 15px 0 0;
}
td.plan span{
	padding:20px 0 0 0;
	float: left;
}
td.plan span.hosoku{
	float: left;
	font-size: 12px;
	padding:3px 0 0 0;
}
td.plan a:hover{
	text-decoration:underline;
}

/*プラン*/
.c_plan{
	margin:30px 0 0 0;
	padding:0 0 40px 0;
	border-bottom: solid 1px #000;
	overflow: hidden;
}
.c_plan .img_box{
	float:left;
	clear: left;
	margin:0 35px 0 0;
}
.c_plan .text_box{
	float:left;
}
.c_plan span.plan_title{
	font-size: 25px;
}
.c_plan span.plan_title img{
	width:25px;
	margin:10px 5px 0 0;
}
.c_plan p {
	margin:20px 0 0 0;
}

.c_plan span.dinner_plan{
	background-color: #000;
	color:#FFF;
	padding:6px;
}

span.red{
	font-weight: bold;
	color:#A40035;
}
.plan_img{
	padding:50px 0;
}
.plan_img img{
	margin:0 70px 0 0;
}
.plan_img img.last{
	margin:0px;
}

table.sport th{
	width:200px;
}

br.br_none {
    display: none;
}