/* hall-list */
.contents .pagetitle {
	height: 90px;
	margin-bottom: 0;
	background: url(../img/bg_h1_2.png) no-repeat;
	background-size: cover;
}
.contents .pagetitle:after{
	display: none;
}
.contents .pagetitle h1 {
	display: flex;
	max-width: 1410px;
	height: 90px;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	font-size: 28px;
	font-weight: normal;
}

.sesrchwrap .side .block:nth-child(1){
	margin-top: 0;
}

.sesrchwrap .search-tab li a{
	width: 105px;
}

.hall-list1 .m-tbl{
	margin-top: 0;
}
.hall-list1 .m-tbl th{
	width: 120px;
	box-sizing: border-box;
}
.hall-list1 .m-tbl tr:nth-child(1) th {
    border-top: 1px solid #D9DBE5;
}

.hall-list1 .num{
	color: #BCBCBC;
	font-size: 12px;
	font-weight: normal;
}
.hall-list1 th .num{
	font-weight: bold;
}
.hall-list1 li{
	float: left;
	margin-right: 20px;
	font-size: 14px;
}
.hall-list1 li a{
	font-weight: normal;
}


.hall-list2 .m-h2:first-child{
	margin-top: 0;
}
.hall-list2 .m-h2{
	margin-left: 0;
}
.hall-list2 .m-h2 + .m-h3{
	margin-top: 20px;
}
.hall-list2 .m-h3{
    border-radius: 30px 0 30px 0;
}
.hall-list2 .m-h4{
	margin-top: 30px;
}
.hall-list1 table{
	margin-bottom: 70px;
}


.hall-list3 .block{
	margin-top: 20px;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.hall-list3 .block .img{
	float: left;
	width: 250px;
	min-height: 260px;
	margin-right: 25px;
}
.hall-list3 .block .img img{
	width: 250px;
	height: 260px;
    object-fit: cover;
}
.hall-list3 .block p,
.hall-list3 .block li{
	font-weight: normal;
}
.hall-list3 .block p{
	margin-right: 25px;
}
.hall-list3 .block h5{
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.hall-list3 .block ul{
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.hall-list3 .block li{
	float: left;
	display: flex;
	align-items: center;
	width: 100px;
	height: 30px;
	margin: 5px 5px 0 0;
	font-size: 10px;
	border: 1px solid #BCBCBC;
	border-radius: 5px;
	line-height: 1.3;
}
.hall-list3 .block li .ico{
	display: flex;
	width: 24px;
	height: 24px;
	margin: 3px 5px 3px 4px;
	align-items: center;
	justify-content: center;
}
.hall-list3 .block li .ico img{
	max-height: 100%;
}
.hall-list3 .block li .ico + span{
	width: 64px;
}



/* hall-detail */
.hall-title{
	position: relative;
	margin: 90px auto 20px;
	padding: 50px 0 40px;
    background: url(../img/hall/bg_title2.png) no-repeat;
	background-size: cover;
}
#wrap .hall-title .inner{
	min-height: 580px;
}
.hall-title .img{
	float: right;
	width: 56.66%;
	height: 590px;
	margin: 0 0 40px 5%;
}
.hall-title .img img{
	width: 100%;
	height: 590px;
    object-fit: cover;
}
.hall-title h1{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: -116px;
    font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
}

.hall-title h1 span{
	font-size: 24px;
}
.hall-title p.btnArw{
	width: 200px;
	margin: 20px 0 0;
}
.hall-title ul{
	clear: both;
	margin-top: 40px;
	overflow: hidden;
}
.hall-title li{
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 20px 20px 0;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	line-height: 1.3;
}
.hall-title li .ico{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	margin-bottom: -3px;
}
.hall-title li .ico img{
	max-width: 56px;
	max-height: 28px;
}
/*
.hall-title.type2{
	min-height: 450px;
	margin: 50px auto 20px;
	background: url(../img/hall/bg_title2.png) no-repeat 0 60px;
}
.hall-title.type2 h1{
	padding-top: 120px;
}*/

.m-anc li{
	margin-bottom: 10px;
}

.contents p{
	font-size: 14px;
}
.contents .btnblock {
	text-align: center;
}
.contents .btnblock p{
	display: inline-block;
	width: auto;
	margin: 0 20px;
}
.contents .btnblock p a{
	width: auto;
	padding-right: 45px;
}

.hall-box1 {
	margin-top: 50px;
}
.hall-box1 ul{
	display: flex;
    column-gap: 24px;
	flex-wrap: wrap;
}
.hall-box1 li{
	width: 280px;
	min-height: 292px;
	margin-bottom: 40px;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	overflow: hidden;
}
.hall-box1 .c3 li{
	width: 380px;
	min-height: 366px;
}
.hall-box1 li p{
	margin: 15px 20px 0;
	line-height: 1.7;
}
.hall-box1 li p.bold{
	margin-top: 20px;
}
.hall-box1 li p.img{
	margin: 0;
}

.hall-box2{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 30px 220px 40px 0;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/bg_back7.png) no-repeat center top;
	background-size: 100% auto;
}
.hall-box2 h3{
	font-size: 28px;
	font-weight: normal;
}
.hall-box2 h3 span{
	display: inline-block;
	margin-bottom: 10px;
	color: #D13F70;
	font-size: 21px;
}
.hall-box2 p{
	margin-top: 16px;
}
.hall-box2 .img{
	position: absolute;
	top: 36px;
	right: 40px;
	margin: 0;
}
.hall-box2 .btnArw{
	width: 346px;
	margin-top: 30px;
}
.hall-box2 .btnArw a{
	height: 50px;
	justify-content: center;
}

.hall-box3 {
	margin-top: 50px;
}
.hall-box3 ul{
	display: flex;
    column-gap: 12px;
	flex-wrap: wrap;
}
.hall-box3 li{
	width: 230px;
	margin-bottom: 40px;
	overflow: hidden;
}
.hall-box3.teacher li{
	width: 190px;
}
.hall-box3.teacher li img{
    width: 190px;
    height: 190px;
    object-fit: contain;
	border-radius: 20px 0 20px 0;
}
.hall-box3 li p{
	margin-top: 8px;
}
.hall-box3 li p.img{
	margin-top: 0;
}

.hall-box4 ul{
	display: flex;
    column-gap: 50px;
	flex-wrap: wrap;
	margin-top: 60px;
}
.hall-box4 li{
	width: 250px;
	margin-bottom: 40px;
	overflow: hidden;
}
.hall-box4 li img{
	width: 250px;
	height: 160px;
	object-fit: cover;
}
.hall-box4 p{
	margin-top: 10px;
}
.hall-box4 .category{
	position: relative;
	display: inline-block;
	margin-top: -15px;
	padding: 4px 10px;
	background: #2D8542;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	z-index: 2;
}
.hall-box4 .ttl{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.hall-box4 .btnRight a{
	width: 122px;
}

.hall-box5 {
	position: relative;
	margin-top: 160px;
	padding: 70px 0 140px;
	background: url(../img/bg_back1.jpg) repeat-y center top;
	background-size: cover;
}
.hall-box5:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
	width: 100%;
	height: 40px;
	background: url(../img/bg_back1_top.jpg) no-repeat center top;
	background-size: cover;
}
.hall-box5:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
	width: 100%;
	height: 36px;
	background: url(../img/bg_back6.png) no-repeat center bottom;
	background-size: cover;
}
.hall-box5.nobg {
	background: none;
	margin-top: -40px;
	padding: 0 0 70px;
}
.hall-box5.nobg:after{
	display: none;
}

.hall-box5 h2{
	margin-bottom: 60px;
}
.hall-box5 .block{
	margin-top: 40px;
	padding: 78px;
	background: #fff;
	border-radius: 30px;
}
.hall-box5 .block h3{
	background: url(../img/bg_h3_2.png) no-repeat;
	margin-bottom: 36px;
}
.hall-box5 .block h3:first-child{
	margin-top: 0;
}
.hall-box5 .block .map iframe{
	width: 100%;
}
.hall-box5 .block .img{
	float: left;
	width: 610px;
	margin-right: 40px;
}
.hall-box5 .block .img img{
		width: 610px;
		height: 394px;
		object-fit: cover;
	}
.hall-box5 .block h3 span{
	padding-right: 25px;
	font-size: 36px;
}
.hall-box5 .block dl{
	margin-top: 30px;
	overflow: hidden;
}
.hall-box5 .block dt,
.hall-box5 .block dd{
	font-size: 14px;
	line-height: 2.0;
}
.hall-box5 .block dt{
	float: left;
}
.hall-box5 .block dd{
	padding-left: 5em;
}
.hall-box5 .block .btnArw {
	display: inline-block;
	margin: 30px 0 0;
	width: auto
}
.hall-box5 .block .btnArw a{
	margin: 0;;
}
.hall-box5 .block ul{
	clear: both;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.6%;
}
.hall-box5 .block ul li{
	width: 23%;
	margin-top: 35px;
	line-height: 1.5;
}
.hall-box5 .block ul li img{
	width: 240px;
	height: 150px;
	object-fit: cover;
	margin-bottom: 10px;
}

.hall-box5 .block .info h3{
	background: none;
	font-size: 22px;
	font-weight: bold;
}
.hall-box5 .block .info p{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.hall-box5 .block .info ul {
	clear: none;
	display: block;
}
.hall-box5 .block .info li{
	display: inline-block;
	width: auto;
	margin: 20px 20px 0 0;
}
.hall-box5 .block .info li img{
	width: 30px;
	height: auto;
	object-fit: cover;
	margin-bottom: 0;
}
.hall-box5 .block .info + .btnArw a{
	width: auto;
    padding-right: 30px;
}

.hall-box6 {
	margin-top: 20px;
}
.hall-box6 h4{
	font-size: 16px;
	font-weight: bold;
}
.hall-box6 .bgwrap .item{
	width: 510px;
	margin-top: 20px;
	padding: 20px;
	background: #F4F4F4;
	border-radius: 20px;
	box-sizing: border-box;
}

.hall-box7 {
	position: relative;
	overflow: hidden;
}
.hall-box5 .block .hall-box7 .img{
	float: right;
	width: 278px;
	margin: 0 0 0 20px;
}
.hall-box5 .block .hall-box7 .img img{
	width: auto;
	height: auto;
}
.hall-box7 .name {
	margin-top: 40px;
	text-align: right;
}

.hall-box8 {
	max-width: 1040px;
	margin: 50px auto 0;
	overflow: hidden;
}
.hall-box5 .hall-box8 .img,
.hall-box8 .img {
	float: left;
	width: 520px;
	margin-right: 40px;
}
.hall-box8 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hall-box8 ul li{
	width: 220px;
	margin-top: 20px;
}
.hall-box8 .btnArw{
	margin-top: 40px;
}
.hall-box8 .btnArw a{
	width: 200px;
}
.hall-box5 .hall-box8 ul{
	clear: none;
    justify-content: flex-start;
	column-gap: 10px;
}
.hall-box5 .hall-box8 ul li{
	width: 48%;
	max-width: 230px;
}
.hall-box5 .hall-box8 .btnArw{
	display: block;
	width: 100%;
}
.hall-box5 .hall-box8 .btnArw a{
	width: 150px;
	margin: 0 auto;
}



@media screen and (min-width: 751px) and (max-width: 1500px) {

	.contents .pagetitle h1{
		padding: 0 30px;
	}
	.sesrchwrap{
		margin-left: 30px;
		margin-right: 30px;
	}
	.sesrchwrap .search-tab li{
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
	.search-list .m-box{
		flex-wrap: wrap;
	}
	.search-list .m-box .item{
		width: 32%;
	}
	.sesrchwrap .side{
		margin-right:30px;
	}
	.hall-title h1{
		padding: 0 40px;
	}
#wrap .hall-title .inner:after{
	position: absolute;
    top: 0;
    right: 55.5%;
    width: 640px;
    height: 100%;
    content: '';
    background: url(../img/hall/bg_title.png) no-repeat right top;
    background-size: cover;
    z-index: -1;
}
	.hall-title ul{
		width: 100%;
		box-sizing: border-box;
	}
	.hall-title ul ul{
		margin: 0;
		padding: 0;
	}
	.hall-box1 ul{
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
	    column-gap: 2%;
	}
	.hall-box1 ul.c3{
		width: auto;
	}
	.hall-box1 ul li{
		width: 23%;
	}
	.hall-box1 ul.c3 li{
		width: 31%;
	}
	.hall-box2{
		width: 100%;
		background: url(../img/bg_back3.png) no-repeat center top;
		background-size: 100% auto;
	}
	.hall-box2 .img{
		width: 22%;
	}
	.hall-box2 h3{
		font-size: 2.1vw;
	}
	.hall-box2 h3 span{
		font-size: 1.4vw;
	}
	.hall-box2 p{
		font-size: 12px;
	}
	.hall-box2 .btnArw{
		margin-top: 10px;
	}
	.hall-box4 ul{
    column-gap: 3%;
	}
	.hall-box3 li,
	.hall-box4 li{
		width: 31%;
	}
	.hall-box3 li .img,
	.hall-box4 li .img{
		text-align: center;
	}
	.hall-box5 .block{
		padding: 30px;
	}
	.hall-box5 .map iframe{
		width: 100%;
		height: 400px;
	}
	.hall-box6 .bgwrap .item{
		width: 48%;
	}
	.hall-box5 .hall-box8 .img, .hall-box8 .img{
		width: 50%;
		margin-bottom: 5px;
	}
	.hall-box8 ul{
		justify-content: flex-start;
		column-gap: 20px;
	}


}

@media screen and (max-width: 1000px) {

	.hall-title{
		margin-top: 132px;
	}

	.contents .pagetitle{
		margin-top: 40px;
	}
	.search-list .m-box{
		flex-wrap: wrap;
	}
	.search-list .m-box .item{
		width: 48%;
	}
	.search-box2 .name .ico{
		margin: 0 0 0;
	}
	.search-nav .date br{
		display: block;
	}
	.hall-list3 .block{
		padding: 0 10px 20px;
	}
	.hall-list3 .block .img{
		margin-left: -10px;
	}
	
	.hall-box1 ul{
		width: 590px;
	}
	.hall-box1 ul li{
		width: 280px;
	}
	.hall-box1 ul.c3 li{
		width: 48%;
	}
	.hall-box5 .block ul li{
		width: 31%;
	}

}


@media screen and (max-width: 750px) {
    .m-anc li {
        width: 40.66vw;
    }

.hall-title,
.hall-title.type2{
	min-height: 1em;
	margin-top: 10.66vw;
	margin-bottom: 20px;
	padding-top: 70px;
	background: url(../img/hall/bg_title.png) no-repeat 0 0;
	background-size: cover;
}
.hall-title h1{
	width: auto;
	font-size: 18px;
}
.hall-title h1 span{
	font-size: 12px;
}
.hall-title p{
	width: auto;
}
#wrap .hall-title .inner{
    width: 100%;
}

.hall-title.type2 +.inner + .hall-box5{
	margin-top: 30px;
}

.hall-title p{
	width: 85.333vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.hall-title h1 {
	display: flex;
        width: 85.333vw;
		margin: 0 auto;
	height: 54px;
	align-items: center;
	box-sizing: content-box;
	top: -60px;
	left: 0;
	right: 0;
	font-size: 18px;
}
.hall-title .img{
	position: relative;
	width: 100%;
	height: 88vw;
	margin-bottom: 20px;
	z-index: 1;
}
.hall-title .img img{
	width: 100%;
	height: 100%;
}
.hall-title ul{
	width: 85.333vw;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0;
	column-gap: 5px;
}
.hall-title ul li{
	width: 76px;
	height: 76px;
	margin-bottom: 5px;
	margin-right: 0;
}
.hall-title p.btnArw{
        width: 85.333vw;
		margin: 20px auto 0;
}
.hall-title p.btnArw a{
	width: 200px;
}

.m-anc li a{
	padding: 0 15px 0 20px;
}
.contents p{
	font-size: 14px;
}
.hall-box1 ul{
	width: 280px;
	margin: 0 auto;
}
.hall-box1 li{
	margin-bottom: 20px;
}
.contents .btnblock p{
	margin-bottom: 20px;
}
.hall-box1{
	margin-top: 20px;
}

.hall-box1 li,
.hall-box1 .c3 li{
	min-height: 1em;
	padding-bottom: 20px;
}

.m-h1 + .m-h2{
	margin-top: 20px;
}

.hall-box2{
	width: 317px;
	min-height: 330px;
	margin: 40px auto 80px;
	padding: 15px 172px 20px 20px;
	background: url(../img/bg_back7_sp2.png) no-repeat center top;
}
.hall-box2 h3{
        font-size: 18px;
	margin-right: -152px;
}
.hall-box2 h3 span{
	margin-bottom: 5px;
	font-size: 14px;
}
.hall-box2 .img{
	top: 120px;
	right: 20px;
	width: 142px;
}
.hall-box2 p{
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 1.7;
}
.hall-box2 p br{
	display: none;
}
.hall-box2 .btnArw{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 10px auto 0;
}

.hall-box3{
	margin-top: 20px;
}
.hall-box3 ul{
	width: 230px;
	margin: 20px auto 0;
}
.hall-box3 li{
	width: 230px;
}
.hall-box3.teacher ul{
	width: 190px;
}
.hall-box3.teacher li .img{
	text-align: center;
}

.hall-box4 ul{
	width: 250px;
	margin: 20px auto 0;
}
.hall-box4 .ttl{
	font-size: 12px;
}
.hall-box4 li{
	width: 100%;
}
.hall-box4 li .img{
	text-align: center;
}

.hall-box5{
margin-top: 40px;
}

.hall-box5{
	margin-top: 0;
padding: 80px 0;
background: url(../img/bg_back1_sp.jpg) no-repeat center 20px;
background-size: cover;
	z-index: 2;
}
.hall-box5:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
	width: 100%;
	height: 40px;
	background: url(../img/bg_back1_sp_top.png) no-repeat center top;
	background-size: contain;
}
.hall-box5.nobg:before{
	display: none;
}
.hall-box5:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
	width: 100%;
	height: 36px;
	background: url(../img/bg_back6_sp.png) no-repeat center bottom;
	background-size: contain;
}
.hall-box5 h2{
	margin-top: 0;
	margin-bottom: 20px;
}
.hall-box5 .block{
	padding: 20px;
	margin: 40px -5% 0;
}

.hall-box5 .block .img{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.hall-box5 .block .info h3{
	margin-bottom: 20px;
	font-size: 14px;
}
.hall-box5 .block .info p{
	margin-top: 10px;
	font-size: 14px;
}

.hall-box5 .block ul{
	width: 240px;
	margin: 0 auto;
}
.hall-box5 .block ul li{
	width: 240px;
}
.hall-box5 .hall-box8 ul li{
	width: 100%;
}
.hall-box5 .block .info ul{
	width: auto;
}
.hall-box5 .block .info ul li{
	width: 20px;
	margin-right: 10px;
}

.hall-box5 .block h3{
	margin: 30px 0 20px;
	padding: 0 5px 0 20px;
	border-radius: 20px 0 20px 0;
}

.hall-box5 .map iframe{
	width: 100%;
	height: 40%;
}
.hall-box5 .block .btnArw{
	display: flex;
}
.hall-box5 .block .btnArw a{
	margin: 0 auto;
}

.hall-box6 h4{
	font-size: 12px;
}

.hall-box6 .bgwrap {
	display: block;
}

.hall-box6 .bgwrap .item{
	width: 100%;
}

.hall-box7{
	padding: 0;
}
.hall-box5 .block .hall-box7 .img{
	float: none;
	width: auto;
	margin: 0;
}
.hall-box7 .name{
	margin-top: 20px;
}

.hall-box8{
	margin-top: 40px;
}

.hall-box5 .hall-box8 .img, .hall-box8 .img{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.hall-box8 ul{
	margin: 0 auto;
}
.hall-box8 ul li{
	width: 45%;
}


.contents .pagetitle{
	height: 80px;
	margin-top: 10.66vw;
}
.contents .pagetitle h1{
	height: 80px;
	padding: 0 28px;
	font-size: 18px;
}

.sesrchwrap {
	position: relative;
	margin: 0 auto;
	padding: 100px 7.5vw 0;
}
.sesrchwrap .side{
	float: none;
	width: 100%;
	margin: 0;
}
.search-list .m-box .item{
	width: 100%;
	margin-bottom: 40px;
	padding: 25px;
}
.m-box .item .m-btn3{
	position: relative;
	bottom: 0;
	margin-top: 25px;
}
.sesrchwrap .search-tab{
	width: 100%;
	position: absolute;
	top: 36px;
	left: 0;
}

.slick-initialized .slick-slide{
	transform: scale(1);
}
.sesrchwrap .search-tab li{
	height: 35px;
}
.sesrchwrap .search-tab li a{
	width: 100%;
	height: 35px;
	font-size: 14px;
}
.spbg{
	margin-bottom: 40px;
	padding: 0 25px;
	background: #FAFAFA;
}
.spbg .spttl{
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.spbg .spttl:after {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: 10px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	vertical-align: top;
}
.spbg .spttl:before {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: 10px;
	width: 16px;
	height: 0;
	border-bottom: 1px solid #707070;
	transform: rotateZ(-90deg);
	vertical-align: top;
}
.spbg .spttl.open:before {
	display: none;
}
.spbg .spwrap{
	display: none;
	padding-bottom: 20px;
}
.sesrchwrap .side .block p, .sesrchwrap .side .block li{
	font-size: 12px;
}

.sesrchwrap .side li li{
	background: url(../img/ico_check2_off.png) no-repeat 0 .1em;
}
.sesrchwrap .side li li.on{
	background: url(../img/ico_check2_on.png) no-repeat 0 .1em;
}

.hall-list1 table{
	width: 100%;
}
.hall-list1 .m-tbl th,
.hall-list1 .m-tbl td{
	display: block;
	width: 100%;
	padding: 15px 20px;
	border: none;
	overflow: hidden;
	box-sizing: border-box;
}
.hall-list1 li{
font-size: 14px;
}

.hall-list1 .m-tbl th{
	position: relative;
}
.hall-list1 .m-tbl th .arw {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 30px;
	height: 20px;
	margin: auto 0;
	display: block;
}
.hall-list1 .m-tbl td{
	display: none;
}
.hall-list1 .m-tbl th .arw:after {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3E3E3E;
    border-bottom: 2px solid #3E3E3E;
    transform: rotateZ(-45deg);
    margin: auto 0;
    vertical-align: top;
}
.hall-list1 .m-tbl th .arw.arwOn:after {
    top: 10px;
    transform: rotateZ(135deg);
}


.hall-list3 .block{
	padding: 0 0 30px;
}
.hall-list3 .block .img{
	float: none;
	width: 100%;
	margin: 0;
}
.hall-list3 .block .img img{
	width: 100%;
}
.hall-list3 .block h5{
	margin: 0 20px;
	font-size: 14px;
}
.hall-list3 .block p{
	margin: 0 20px;
	font-size: 14px;
}
.hall-list3 .block ul{
	margin: 10px 0 0 20px;
}
.hall-list3 .block li{
	width: 30%;
}
.hall-list3 .block li .ico{
	margin: 3px 4px;
}
.hall-list3 .block li .ico + span{
	width: 82px;
}

}
