@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : banquet_halls.css
 author     : Ability Consultant
 style info : 下層共通
=================================================================== */
.con_banquet .box_banquet:after, .con_layout #slider_layout:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_banquet
----------------------------------------------------------- */
.con_banquet {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.con_banquet h3 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_banquet {
		margin-bottom: 30px;
	}
}

.con_banquet .box_slide {
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.con_banquet .box_slide {
		margin-bottom: 40px;
	}
}

.con_banquet .box_slide:after {
	content: " ";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #f5f5f5;
	z-index: -1;
	right: -40px;
	bottom: -20px;
}

.con_banquet .box_slide .slick-dots {
	opacity: 0;
}

@media only screen and (max-width: 1260px) {
	.con_banquet .box_banquet {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media print {
	.con_banquet .box_banquet {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}

.ie8 .con_banquet .box_banquet {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.con_banquet .box_banquet .box_content {
	float: left;
	width: 58.73016%;
}

@media only screen and (max-width: 767px) {
	.con_banquet .box_banquet .box_content {
		float: none;
		width: 100%;
	}
}

.con_banquet .box_banquet table {
	float: right;
	width: 38.09524%;
}

@media only screen and (max-width: 767px) {
	.con_banquet .box_banquet table {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

/* -----------------------------------------------------------
	.con_overview
----------------------------------------------------------- */
.con_overview {
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.con_overview {
		margin-top: 40px;
	}
}

.con_overview .con_inner {
	max-width: 1190px;
}

.con_overview h3 {
	margin-bottom: 10px;
}

.con_overview .txt_att {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 88%;
}

.con_overview .txt_att i {
	color: #484848;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 2em;
	text-align: center;
	line-height: 2em;
	border: 1px solid #484848;
	margin-right: 0.5em;
	animation: ic_swipe 2s infinite;
	-webkit-animation: ic_swipe 2s infinite;
}

@media only screen and (max-width: 1024px) {
	.con_overview .scroller {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.con_overview table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e3e1e1;
	min-width: 972px;
}

@media only screen and (max-width: 767px) {
	.con_overview table {
		min-width: 56em;
	}
}

.con_overview table tr th, .con_overview table tr td {
	border: 1px solid #e3e1e1;
	padding: 0.8em 1.2em;
}

@media only screen and (max-width: 767px) {
	.con_overview table tr th, .con_overview table tr td {
		font-size: 88%;
	}
}

.con_overview table tr th {
	background: #f7f7f7;
	font-weight: normal;
}

.con_overview table tr.active th, .con_overview table tr.active td {
	border-bottom: 3px solid #fc8c00;
}

.con_overview table tr.active th {
	background: #ffddb2;
}

.con_overview table thead tr th {
	text-align: center;
}

.con_overview table tbody tr td {
	text-align: center;
}

/* -----------------------------------------------------------
	.con_layout
----------------------------------------------------------- */
.con_layout {
	margin-top: 80px;
	background: #f7f7f7;
	padding: 40px 0;
}

@media only screen and (max-width: 767px) {
	.con_layout {
		padding-bottom: 60px;
		margin-top: 60px;
	}
}

.con_layout .con_inner {
	max-width: 1120px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_layout .con_inner {
		width: 90%;
	}
}

.con_layout h3 {
	margin-bottom: 35px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_layout h3 {
		margin-bottom: 20px;
	}
}

.con_layout #slider_layout {
	margin-left: -3%;
}

@media only screen and (max-width: 767px) {
	.con_layout #slider_layout {
		margin-left: 0;
	}
	.con_layout #slider_layout .slick-dots {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%;
		right: auto;
		text-align: center;
	}
}

.con_layout #slider_layout .slide {
	float: left;
	width: 30.33333333%;
	background: #fff;
	margin-left: 3%;
	padding: 30px 15px 20px 15px;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.con_layout #slider_layout .slide {
		width: 100%;
		margin-left: 0;
	}
	.con_layout #slider_layout .slide img {
		width: 100%;
	}
}

.con_layout #slider_layout .slide:after {
	content: " ";
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-right: 1px solid #556a7c;
	border-bottom: 1px solid #556a7c;
	right: -5px;
	bottom: -5px;
	position: absolute;
	z-index: -2;
}

.con_layout #slider_layout .slide h4 {
	font-weight: normal;
	font-size: 94%;
	margin-top: 15px;
}

/* -----------------------------------------------------------
	.con_lowernav
----------------------------------------------------------- */
.lower .con_lowernav .wrp ul li {
	width: 20%;
}

/*# sourceMappingURL=../maps/banquet_halls.css.map */
