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



.container {
	margin-top: 0;
}
#crumb {
	display:none;
}

h2.pagetitle {
	width: 100%;
	margin:auto;
	margin-bottom:0.5em;
}
h2.pagetitle span {
	width: 100%;
	padding-top: 40%;
	height: 0;
	background-size: contain;
	background-image: url(../images/amenity/main_img-s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow: hidden;
	position: relative;
}
section.box1 {
	width: 100%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.main_txt {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:1.5em 1em 0.5em;
	overflow:hidden;
	position:relative;
}
.main_txt h3 {
	width:30%;
	margin-right:5%;
	float:left;
	display:block;
	margin-bottom: 2vw;
}
.main_txt h3 img {
	width:100%;
}
.main_txt .hall_setumei {
	font-size: 3.8vw;
	line-height: 170%;
}
.btn_eve {
	width:90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin:auto;
	margin-top:0.5em;
}
.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: 4.5vw;
	line-height: 7vw;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	display:block;
	padding-top:2vw;
	padding-bottom:2vw;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 50% bottom 18%;
	background-size: 4vw auto;
	background-repeat: no-repeat;
	padding-bottom: 10vw;
}
.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: 0 0 3em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.sec_bx2 h3 {
	text-align: center;
	line-height: 10vw;
	font-size: 4vw;
	color: #fff;
	font-weight: bold;
	background-color:#DD843A;
	margin-bottom:1.5em;
}
section.box2 {
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
section.box2 ul {
	width:90%;
	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:47.5%;
	margin-right:5%;
	margin-bottom:1em;
}
section.box2 ul li:nth-child(even) {
	margin-right:0;
}
section.box2 ul li figure {
}
section.box2 ul li figure img {
	width:100%;
}
section.box2 ul li figure figcaption {
	font-size:3.2vw;
	line-height:6vw;
}








