@charset "utf-8";

div.rich_read{
	padding-bottom:15px;
}
div.rich_read h2{
	margin-bottom:50px;
}

.headingImg img.banquet{
	height:35px;
	margin: 0 auto 10px auto;
}


ul.facilityList{
	width:100%;
	font-size:0;
	vertical-align: top;
	margin: 40px 0 40px 0;
}
ul.facilityList li.odd{
	display:inline-block;
	box-sizing: border-box;
	width:460px;
	font-size:14px;
	margin: 0 30px 40px 0;
	vertical-align: top;
}
ul.facilityList li.even{
	display:inline-block;
	box-sizing: border-box;
	width:460px;
	font-size:14px;
	margin: 0 0 40px 0;
	vertical-align: top;
}
ul.facilityList li img{
	display:block;
	width:100%;
	height:auto;
}
ul.facilityList h3{
	font-size: 19px;
	margin: 8px 0 3px 0;
}


/*================
Service
================*/
div.service{
    background: #fafaf5;
	padding: 1px 45px 45px 45px;
	margin-top:70px;
}
div.service h2.headingTxt{
	margin: 50px 0 0 0;
	padding: 0 0 20px 0;
}
div.service table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
}
div.service table th {
    width: 30%;
    padding-left: 60px;
    font-size: 20px;
    color: #000;
}
div.service table td {
    padding: 1.5em 50px;
    font-size: 14px;
}
div.service table td, div.service table p {
    color: #000;
    text-align: left;
}
div.service table th, div.service table td {
    background: #fff;
    text-align: left;
	border: 4px solid #fafaf5;
}







