
.page_title{	margin-bottom: 20px;}


#hotel_select{
	margin: 0 20px 20px 20px;
}

.hotel_in{
	padding: 20px;
}

.hotel_in .s_title{	margin-bottom: 20px;}

.hbox{
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hbox:last-of-type{	margin-bottom: 0;}

.hbox .hname{
	display: flex;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.hbox .hname h4{
	order: 2;
	width: calc(100% - 40px);
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0 5px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.hbox .hname span{
	order: 1;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.hbox p{
	font-size: 14px;
	line-height: 20px;
}




