@charset "utf-8";

/* booth */
#booth{
	position: relative;
	margin: 0 auto;
	padding: 0 0 60px 0;
	background-image:url("../img/common/bg_footer01.svg");
	background-repeat:no-repeat;
	background-position:  0 100%;
	background-size: 100% auto;
}
#booth #boothWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1000px;
	gap:15px;
}
#booth #boothWrap::before, #booth #boothWrap::after{
	position: relative;
	margin: 0;
	content: '';
	display: block;
	width: calc(50% - 12px);
	height: 0;
}
#booth #boothWrap::before{order: 1;}
#booth #boothWrap li{
	position: relative;
	margin: 0;
	width: calc(50% - 12px);
}
#booth #boothWrap li::before{
	position: absolute;
	bottom: -3px;
	left: -5px;
	height: 10px;
	width: 100%;
	background-color: #0070dc;
	content: '';
}
#booth #boothWrap li a{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	border: solid 1px #0070dc;
	background-color: #ffe16c;
	text-align: center;
	box-sizing: border-box;
	color: #262626;
	display: block;
	height: 100%;
}
#booth #boothWrap li a .name{
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	font-weight: bold;
}
#booth a.linksBtn{margin: 30px auto 20px auto;}
#booth p{
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#booth .boothno{
	position: relative;
	margin: 5px auto 0 auto;
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px 0;
	line-height: 1em;
	color: #ff8c27;
	font-weight: bold;
	background-image:url("../img/booth/icon_pin.png");
	background-repeat:no-repeat;
	background-position:  5px 50%;
	background-size: auto 60%;
}
#booth #pagenav{
	position: relative;
	margin: 20px auto;
	text-align: center;
}
#booth #pagenav p, #booth #pagenav a{
	position: relative;
	display: inline-block;
	width: 2em;
	padding: 0;
}
#booth #pagenav p{color: #ff8c27;}
#booth .more{
	position: relative;
	margin: 20px auto;
	text-align: center;
	color: #ff8c27;
	font-style: italic;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* booth */
	#booth{padding: 0 0 90px 0;background-size: 100% 120px;}
	#booth #boothWrap{gap:20px;}
	#booth #boothWrap::before, #booth #boothWrap::after{width: calc(33.333% - 15px);}
	#booth #boothWrap li{width: calc(33.333% - 15px);}
	#booth #boothWrap li::before{
		bottom: -5px;
		height: 20px;
	}
	#booth #boothWrap li a{padding: 10px;}
	#booth #boothWrap li a .name{
		padding-top: 15px;
		font-size: 110%;
	}
	#booth .boothno{
		margin: 10px auto 0 auto;
		padding: 12px 0;
		background-position:  10px 50%;
	}
	#booth .more{
		margin: 40px auto 0 auto;
		font-size: 120%;
	}

}
