@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.pagetitle {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 3em;
}
h2.pagetitle span {
	width: 100%;
	padding-top: 16.67%;
	height: 0;
	background-size: contain;
	background-image: url(../images/amenity/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow: hidden;
	position: relative;
}
section.box1 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 80px;
}
.main_txt {
	width: 100%;
	overflow:hidden;
	position:relative;
	margin-bottom:3em;
}
.main_txt h3 {
	width:12.2%;
	margin-right:4.8%;
	float:left;
}
.main_txt h3 img {
	width:100%;
}
.main_txt .hall_setumei {
	width:83%;
	font-size: 16px;
	line-height: 170%;
	float:left;
}
.btn_eve {
	width:60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin:auto;
}
.btn_eve li {
	text-align: center;
	width:45%;
	margin-right:10%;
}
.btn_eve li:last-child {
	margin-right:0;
}
.btn_eve li a {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	display:block;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.btn_eve li a:hover {
	/*background: #999;*/
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;	
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.sec_bx2 {
	background-color: #F4F4F4;
	width: 100%;
	padding-bottom: 5em;
}
.sec_bx2 h3 {
	text-align: center;
	line-height: 44px;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	background-color:#DD843A;
	margin-bottom:3em;
}
section.box2 {
	width: 100%;
	max-width:1000px;
	margin: auto;
}
section.box2 ul {
	width:100%;
	max-width:1000px;
	margin:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
section.box2 ul li {
	text-align: center;
	width:22%;
	margin-right:4%;
	margin-bottom:1em;
}
section.box2 ul li:nth-child(4),
section.box2 ul li:nth-child(8),
section.box2 ul li:nth-child(12),
section.box2 ul li:nth-child(16),
section.box2 ul li:nth-child(20) {
	margin-right:0;
}
section.box2 ul li figure {
}
section.box2 ul li figure img {
	width:100%;
}
section.box2 ul li figure figcaption {
	font-size:12px;
	line-height:30px;
}

