#Main {
	width: 100%;
}
#Main h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/hall/main_sp.jpg") no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(413/800 * 100%);
	margin: 0 auto;
}
section#hall {
	padding: 30px 0 50px;
}
section#hall ul.btn {
	text-align: center;
	margin: 0 0 30px;
}
section#hall ul.btn li {
	width: 46%;
	float: left;
	margin: 0 2%;
}
section#hall ul.btn li a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
	height: 0;
	padding-top: calc(119/207 * 100%);
}
section#hall ul.btn li.btn01 a {
	background: url("../img/hall/sec_hall_btn01.png") no-repeat;
	background-size: 100%;
}
section#hall ul.btn li.btn02 a {
	background: url("../img/hall/sec_hall_btn02.png") no-repeat;
	background-size: 100%;
}
section#hall ul.btn li.btn03 a {
	background: url("../img/hall/sec_hall_btn03.png") no-repeat;
	background-size: 100%;
}
section#hall ul.btn li.btn04 a {
	background: url("../img/hall/sec_hall_btn04.png") no-repeat;
	background-size: 100%;
}
section#hall ul.btn li.btn05 a {
	background: url("../img/hall/sec_hall_btn05.png") no-repeat;
	background-size: 100%;
}
section#hall div.box {
	width: 94%;
	margin: 0 auto 80px;
}
section#hall div.box h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	margin: 0 0 10px;
	line-height: 1;
}
section#hall div.box h3 {
	font-size: 34px;
	text-align: center;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #AE2553;
	margin: 0 0 20px;
	line-height: 1;
}
section#hall div.box ul.icon01 {
	text-align: center;
	margin: 0 0 20px;
}
section#hall div.box ul.icon01 li {
	display: inline-block;
	color: #AE2553;
	border: solid 1px #AE2553;
	border-radius: 8px;
	padding: 3px 5px 1px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 600;
	margin: 1px;
	height: 45px;
}
section#hall div.box ul.icon01 li span {
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: 500;
}
section#hall div.box ul.icon01 li p {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 41px;*/
	margin: 0;
	padding: 0;
}
section#hall div.box ul.icon02 {
	text-align: center;
	margin: 0 0 25px;
	white-space: nowrap;
	width: 100%;
}
section#hall div.box ul.icon02 li {
	font-size: 13px;
	padding: 3px 0;
	width: 48%;
	margin: 3px 1%;
	float: left;
	background: #e7bdcb;
}
section#hall div.box ul.icon02 li:first-child {
	color: #fff;
	background: #AE2553;
	width: 100%;
	padding: 3px 0;
	margin: 0 0 4px;
}
section#hall div.box h4 {
	font-size: 18px;
	color: #AE2553;
	text-align: center;
	margin: 0 0 10px;
}
section#hall div.box p.exp {
	font-size: 16px;
	text-align: center;
	margin: 0 auto 30px;
}
section#hall div.box h5 {
	text-align: center;
	font-size: 21px;
	margin: 30px 0 10px;
}
section#hall div.box div.mapbox {
	width: 100%;
	margin: 0 auto;
}
section#hall div.box div.mapbox div.leftbox {
	width: 100%;
}
section#hall div.box div.mapbox div.leftbox table {
	margin: 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
section#hall div.box div.mapbox div.leftbox table th {
	padding: 3px 1px;
	vertical-align: middle;
	text-align: center;
	background: #d88ea9;
	color: #fff;
	width: 63px;
	white-space: nowrap;
}
section#hall div.box div.mapbox div.leftbox table td {
	padding: 3px;
	vertical-align: middle;
}
section#hall div.box div.mapbox div.rightbox {
	width: 100%;
}
section#hall div.box div.mapbox div.rightbox iframe{
	width: 100%;
	height: 300px;
}
.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	width: 100%;
	margin: 0 auto 10px;
}
.gallery-thumbs {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	margin: auto;
}
.gallery-thumbs .swiper-slide{
	width: 25%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide img{
	 width: 100%;
	height: auto;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}