@charset "utf-8";

#hall01 #page_title {
	background-image:url(../img/page_title_bg.png);
}

/*===============================================================

catch

=================================================================*/

#catch .container {
	width:94%;
	max-width:1000px;
	margin:5% auto;
}

#catch .container p {
	line-height:1.8;
}

@media screen and (max-width:500px){
	#catch .container p {
		font-size:1.4rem;
	}
}


/*===============================================================

head_link

=================================================================*/

#head_link {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:3rem;
}

#head_link .maps {
	position:relative;
}

#head_link .bg_pc {
	text-align:right;
}

#head_link .maps h4 {
	display:block;
	width:130px;
	text-align:center;
	line-height:1;
	padding:0.5em 0;
	margin-bottom:1rem;
	color:#fff;
	border-radius:99px;
}


#hall01 .midashi,
#head_link .maps .hall01 h4 {
	background:#ECC15B;
}

#meeting .midashi,
#head_link .maps .meeting h4 {
	background:#7E98B7;
}

#hall02 .midashi,
#head_link .maps .hall02 h4 {
	background:#61B2ED;
}

#head_link .maps .hall01 {
	width:300px;
	max-width:40%;
	position:absolute;
	top:0;
	left:0;
}


#head_link .maps .hall02 {
	width:300px;
	max-width:40%;
	position:absolute;
	bottom:0;
	right:0;
}

#head_link .maps .meeting {
	width:300px;
	max-width:40%;
	position:absolute;
	bottom:0;
	left:0;
}

#head_link .maps .img {
	position:relative;
}

#head_link .maps .img .arw {
	position:absolute;
	z-index:5;
}

#head_link .maps .hall01 .img .arw {
	width:244px;
	left:250px;
	top:70px;
}

#head_link .maps .meeting .img .arw {
	width:258px;
	left:250px;
	bottom:50px;
}

#head_link .maps .hall02 .img .arw {
	width:148px;
	right:259px;
	bottom:85px;
}

#head_link .maps .btn_style2 a {
	width:100%;
}

#head_link .maps .bg_sp {
	display:none;
}

@media screen and (max-width:1050px){
	#head_link .maps .hall01 .img .arw {
		width:200px;
		left:250px;
		top:70px;
	}
	
	#head_link .maps .meeting .img .arw {
		width:200px;
		left:250px;
		bottom:90px;
	}
	
	#head_link .maps .hall02 .img .arw {
		width:100px;
		right:259px;
		bottom:85px;
	}
}

@media screen and (max-width:960px){
	#head_link .maps .hall01 .img .arw {
		width:170px;
		left:250px;
		top:70px;
	}
	
	#head_link .maps .meeting .img .arw {
		width:170px;
		left:250px;
		bottom:120px;
	}

}

@media screen and (max-width:920px){
	#head_link .maps .hall01 .img .arw {
		width:170px;
		left:200px;
		top:70px;
	}
	
	#head_link .maps .meeting .img .arw {
		width:170px;
		left:220px;
		bottom:120px;
	}
	
	#head_link .maps .hall02 .img .arw {
		width:100px;
		right:259px;
		bottom:85px;
	}
}

@media screen and (max-width:900px){
	#head_link .maps {
		max-width:630px;
		margin:0 auto;
	}
	#head_link .maps .arw {
		display:none;
	}
	#head_link .maps .bg_pc {
		display:none;
	}
	#head_link .maps .bg_sp {
		display:block;
	}
	#head_link .maps {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content:space-between;
		-moz-justify-content:space-between;
		-ms-justify-content:space-between;
		justify-content:space-between;
	}
	#head_link .maps .hall01,
	#head_link .maps .hall02,
	#head_link .maps .meeting {
		position:static;
		max-width:48%;
		margin-bottom:3rem;
	}
}

@media screen and (max-width:660px){
	#head_link .maps .btn_style2 a {
		font-size:1.2rem;
		padding-left:1rem;
		padding-right:1rem;
		padding-top:1rem;
	}
}

@media screen and (max-width:480px){
	#head_link .maps {
		display:block;
	}
	#head_link .maps .hall01,
	#head_link .maps .hall02,
	#head_link .maps .meeting {
		width:260px;
		max-width:100%;
		margin:0 auto;
		margin-bottom:2rem;
	}
	#head_link .maps h4 {
		font-size:1.4rem;
	}
}

/*===============================================================

.hall

=================================================================*/
.hall .container {
	margin-top:3rem;
	position:relative;
}

.hall .img {
	width:100%;
	text-align:right;
}

.hall .img img {
	width:65%;
}

.hall .position_wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.hall .text {
	width:94%;
	max-width:1520px;
	margin: 0 auto;
	padding-top:2rem;
}

.hall .text h4 span {
	display:inline-block;
	background:#fff;
	font-size:2.8rem;
	color:#4E4E4E;
	font-weight:bold;
	padding:0.4rem;
}

.hall .text > ul {
	width: 30%;
}

.hall .text > ul li {
	position:relative;
	padding-left:1.3em;
	margin-top:1.5rem;
}

.hall .text > ul li:before {
	display:block;
	content:'●';
	position:absolute;
	top:0;
	left:0;
}

.hall .btn_style1 {
	margin-top:2rem;
}

@media screen and (max-width:1100px){
	.hall .text > ul {
		width:45%;
		background:#fff;
	}
}

@media screen and (max-width:900px){
	.hall .img {
		position:relative;
		z-index:-1;
	}
	.hall .img img {
		width:100%;
	}
	.hall .position_wrap {
		position:static;
		width:1000px;
		max-width:94%;
		background:#fff;
		margin:0 auto;
		margin-top:-3rem;
		z-index:5;
		padding:2rem;
	}
	.hall .text {
		width:100%;
		margin:0;
		padding:0;
	}
	.hall .text > ul {
		width:100%;
	}
}

@media screen and (max-width:700px){
	.hall .text h4 span {
		font-size:2.4rem;
	}
}

@media screen and (max-width:500px){
	.hall .text h4 span {
		font-size:2rem;
	}
	.hall .text > ul li {
		font-size:1.4rem;
	}
}

@media screen and (max-width:480px){
	.hall .text h4 span {
		font-size:1.6rem;
	}
	.hall .text > ul li {
		font-size:1.2rem;
	}
	.hall .btn_style1 {
	margin-top:0;
}
}