@charset "UTF-8";
/* CSS Document */
/* ==================================================
BASE OVERWRITE
================================================== */

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

}

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

}

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

}

/*
===== COLOR =====
紺：#09094f
黄色：#fbb03b
赤：#de0a16
水色：#29abe2
ピンク：#e229a2
紫：#ba00c9
黄緑：#008989 or rgba(0, 137, 137, 0.9)
*/

/* ==================================================
CONTENTS
================================================== */
.boothPage {
}


/* #headArea
------------------------------ */
#headArea {
	padding: 0 50px 10px !Important;
}
#headArea .announce {
	color: #de0a16;
	border: 4px solid #de0a16;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
	max-width: 800px;
	margin: 0 auto 50px;
}
#headArea .announce .label {
	color: #de0a16;
	border-bottom: 2px solid #de0a16;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px;
}
#headArea .announce .announceInner {
	padding: 20px;
	text-align: center;
}
/*#headArea .announce .announceInner .tag {
	display: inline-block;
	line-height: 1.2;
	color: #fff;
	background: #de0a16;
	border-radius: 4px;
	padding: 0px 5px 3px;
	font-size: 96%;
}
#headArea .announce .announceInner .tag.bgPurple {
	background: #ba00c9;
}
#headArea .announce .announceInner .tag.bgYellow {
	background: #fbb03b;
}*/

@media screen and (max-width: 1100px) {
	#headArea {}
	#headArea .announce .announceInner {
		padding: 20px 3%;
	}
}

@media screen and (max-width: 768px) {
	#headArea {
		/*! padding-left: 0 !important; */
		/*! padding-right: 0 !important; */
	}
	#headArea .announce .announceInner {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#headArea {}
}




/* #boothArea
------------------------------ */
#boothArea.area {
	padding-top: 60px;
}

#boothArea .areaBg2 {
	background: rgba(10, 10, 80, 0.9);
	padding-top: 60px;
	padding-bottom: 60px;
}

#boothList {
}
#boothList .boothBox {
	padding: 6px;
	background: #fff;
	margin-bottom: 50px;
	text-align: left;
}
#boothList .boothBox:last-child {
	margin-bottom: 0;
}
#boothList .boothBox h2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(5deg, #0c447f 5%, #4d94bf 30%, #a99cd5 95%);
	line-height: 1.2;
	padding: 20px;
	margin-bottom: 6px;
}
#boothList .boothBox h2 .txtReg {
	font-size: 80%;
	transform: translateY(-5px);
	display: inline-block;
}

#boothList .boothBox .place {
	border: 1px solid #0a0a50;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 6px;
}
#boothList .boothBox .place .tag {
	background: #0a0a50;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	width: 80px;
	letter-spacing: 0.5em;
	/*! transform: translateX(0.5em); */
	padding: 2px 0 2px 0.5em;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}
#boothList .boothBox .place .name {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0a0a50;
	width: calc(100% - 80px);
	line-height: 1.2;
	padding: 2px 15px;
}

#boothList .boothBox .detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#boothList .boothBox .detail .pct {
	width: 46%;
}
#boothList .boothBox .detail .pct img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

#boothList .boothBox .detail .credit {
	width: 54%;
	padding: 20px 16px 40px;
}
#boothList .boothBox .detail .credit .ttl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #0a0a50;
	border-bottom: 2px dotted #0a0a50;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#boothList .boothBox .detail .credit .comment {
	font-size: 1.6rem;
}


@media screen and (max-width: 1100px) {
	#boothArea.area {
	}

	#boothArea .areaBg2 {
	}

	#boothList {
	}
	#boothList .boothBox {
	}
	#boothList .boothBox:last-child {
	}
	#boothList .boothBox h2 {
	}
	#boothList .boothBox h2 .txtL {
	}

	#boothList .boothBox .place {
	}
	#boothList .boothBox .place .tag {
	}
	#boothList .boothBox .place .name {
	}

	#boothList .boothBox .detail {
	}
	#boothList .boothBox .detail .pct {
	}
	#boothList .boothBox .detail .pct img {
	}

	#boothList .boothBox .detail .credit {
	}
	#boothList .boothBox .detail .credit .ttl {
	}
	#boothList .boothBox .detail .credit .comment {
	}
}

@media screen and (max-width: 768px) {
	#boothArea.area {
		padding-top: 50px;
	}

	#boothArea .areaBg2 {
	padding-top: 40px;
	padding-bottom: 40px;
	}

	#boothList {
	}
	#boothList .boothBox {
	margin-bottom: 30px;
	}
	#boothList .boothBox:last-child {
	}
	#boothList .boothBox h2 {
	font-size: 2rem;
	padding: 15px;
	}
	#boothList .boothBox h2 .txtL {
	}

	#boothList .boothBox .place {
	}
	#boothList .boothBox .place .tag {
	}
	#boothList .boothBox .place .name {
	font-size: 1.5rem;
	}

	#boothList .boothBox .detail {
	display: block;
	}
	#boothList .boothBox .detail .pct {
	width: 100%;
	}
	#boothList .boothBox .detail .pct img {
	}

	#boothList .boothBox .detail .credit {
	width: 100%;
	padding: 20px 0 30px;
	}
	#boothList .boothBox .detail .credit .ttl {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.6rem;
	}
	#boothList .boothBox .detail .credit .comment {
	padding-left: 15px;
	padding-right: 15px;
	}
}

@media screen and (max-width: 480px) {
	#boothArea.area {
	}

	#boothArea .areaBg2 {
	}

	#boothList {
	}
	#boothList .boothBox {
	}
	#boothList .boothBox:last-child {
	}
	#boothList .boothBox h2 {
	font-size: 1.8rem;
	}
	#boothList .boothBox h2 .txtL {
	}

	#boothList .boothBox .place {
	}
	#boothList .boothBox .place .tag {
	width: 60px;
	letter-spacing: 0.2em;
	padding: 2px 0 2px 0.2em;
	}
	#boothList .boothBox .place .name {
	width: calc(100% - 60px);
	padding: 2px 10px;
	}

	#boothList .boothBox .detail {
	}
	#boothList .boothBox .detail .pct {
	}
	#boothList .boothBox .detail .pct img {
	}

	#boothList .boothBox .detail .credit {
	}
	#boothList .boothBox .detail .credit .ttl {
	}
	#boothList .boothBox .detail .credit .comment {
	}
}