.subtit_2{
	font-size: 15px;
		color: #898989;
		padding-bottom: 3px;
		margin-bottom: 15px;
		border-bottom: 1px solid #a38145;
	}
	.group h5{
		font-size:13px !important;
		font-weight:bold !important;
		/* margin-bottom:8px; */
		}
		h5.spc {
			background-color: #f5f4f4;
			padding: 3px 5px;
			font-size: 105%;
			/* margin-bottom: 0; */
			margin-bottom: 15px;
		}
		.sub {
			border-bottom: 1px solid #eeeeee;
			padding: 15px 0;
			overflow: hidden;
		}
		.bd_n {
			border: none;
		}
.btn-reserve {
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    background: #000000;
    padding: 5px 20px 5px 10px;
    margin-top: 20px;
}
.btn-reserve span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10px;
    border-color: transparent transparent transparent #fff;
    vertical-align: middle;
    margin-left: 10px;
}

.buffet{
	font-size: 0;
	margin: 0;
	padding: 0;
}
.buffet li{
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 40px;
}
.buffet li:nth-child(odd){
	margin-left: 0;
}
.buffet li p{
	font-size: 12px;
	margin-top: 5px;
}
.reserve_box{
	overflow: hidden;
}
.reserve_box .text{
	width: 71%;
	display: inline-block;
}
.reserve_box .btn-reserve{
	margin-top: 0;
}
.alohaDescript dt{
	float: left;
	width: 45px;
	clear: both;
	}
	.alohaDescript dd {
		margin-left: 45px;
		padding: 0 0 5px;
	}

.rec h5.spc{
	color: #fff;
	text-align: center;
	background: #B9002F;
}
.rec ul{
	font-size: 0;
	margin: 15px 0 0;
	padding: 0;
}
.rec ul li{
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
.rec ul li:nth-child(2){
	margin-left: 40px;
}
.rec ul li h6{
	font-size: 14px;
	margin: 0 0 10px;
}
.rec ul li h6 span{
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.rec ul li img + p{
	font-size: 12px;
	margin-top: 10px;
}
.rec ul li .btnbox{
	text-align: center;
	margin-top: 10px;
}
.rec ul li .btn-reserve {
	width: 110px;
	display: inline-block;
	font-size: 12px;
	background: none;
	color: #433d3a;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
	border: solid 1px;
}
.rec ul li .btn-reserve span::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 10px;
    border-color: transparent transparent transparent #333;
    vertical-align: middle;
    margin-right: 10px;
}