/*------------------------room.html-----------------------*/
.only_pc {
    display: table-cell;
}

.room_detail {
	float: left;
	padding-top: 70px;
    margin-top: -70px;
}

.room_detail td {
	text-align:center;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #BBBBBB;
	width:33%;
}

.room_detail th {
	background-color:#E6E6E6;
	border-left:1px solid #FFFFFF;
	text-align:center;
	width:33%;
}

.note_box {
	margin-top:5px;
	float:left;
	text-align:right;
}

.h1_room{
	margin-bottom:20px;
	display:flex;
	align-items:flex-end;
	width:100%;
}

.h1_room img{
	float:none;
	margin-bottom:0;
}

.h1_room span{
	bottom:5px;
}

.w_190 {
	width:190px;
}

.room_detail_box {
	width:500px;
	float:right;
}

.room_box{
	position:relative;
	padding-bottom:30px;
}
.link_btn{
	position:absolute;
	bottom:0;
	right:0;
}

.link_btn.btn1{
 right:250px;
}

.link_btn a{
	display:inline-block;
	text-decoration:none;
	background-color:#F80101;
	color:#fff;
	padding:10px 50px;
}

.notice{
	float:left;
	color:#F30;
	font-size:12px;
	line-height:20px;
}

.right{
	float:right;
}

.kaitei{
	font-size:0.71rem;
	margin-left:10px;
	color: #777777;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}

.konoka{
	    display: flex;
    align-items: end;
}
/*------------------------room2.html-----------------------*/

.room2_detail td {
	text-align:center;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #BBBBBB;
}

.room2_detail th {
	background-color:#E6E6E6;
	border-left:1px solid #FFFFFF;
	text-align:center;
}

.dish_detail td {
	text-align:left;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #BBBBBB;
}

.dish_detail th {
	background-color:#E6E6E6;
	border-left:1px solid #FFFFFF;
	text-align:center;
}

#breakfirst_box {
	width:638px;
	padding:14px 16px;
	background-color:#E8DB9F;
}
.w300{
	width: 33%;
}

.stay-room2 p{
	letter-spacing:0.07em;
}

#reserve_btn{
	background-color:red !important;
	border:none;
	color:#fff;
	padding:10px 20px;
	font-size:18px;
}

input#reserve_btn:hover{
	filter: alpha(opacity=.8);
	-ms-filter: alpha(opacity=.8);
	opacity: 0.8;
	cursor:pointer;
}

@media (max-width: 900px) {
	.stay-room2 > .f_left,
	.dish_detail{
		width: 64% !important;
	}
	.room2_detail{
		width: 33% !important;
	}
	#breakfirst_box{
		width: 63%;
		padding:14px 2%;
	}
	.img_left{
		width: 20% !important;
		height: auto;
	}
}
@media (max-width: 480px) {
	.stay-room2 > .f_left,
	.dish_detail,
	.room2_detail,
	.img_left,
	.w300{
		width: 100% !important;
		margin-top:10px;
	}
	.img_left{
		margin:0 auto 10px auto !important;
	}
	#breakfirst_box{
		width: 96%;
	}
	
	.room_detail{
		max-width:100%;
	table-layout: fixed;
	word-break:break-all;
	}
	
	#single .price,#semi .price{
		width:25% !important;
	}
	
	#double .price,#twin .price,
	#sweet .price,#barrier .price{
		width:27% !important;
	}
	
	#wayou .price{
		width:26% !important;
	}
	
	.room_detail .quantity {
		width:30% !important;
	}
	
	 .nosmorking{
		 clear:both;
		 display:block !important;
		 padding-top:10px;
		 margin-left:10px;
	 }
	 
	 .link_btn{
		 clear:both;
		 margin:auto;
		 box-sizing:border-box;
	position:relative;
}

.link_btn.btn1{
 right:0;
 margin-bottom:20px;
}

.link_btn a{
	display:block;
	padding:20px 50px;
	text-align:center;
}

.stay-room2{
	padding: 0 10px;
    box-sizing: border-box;
}

}