@charset "UTF-8";
/* CSS Document */
/*a[href^="tel:"] {
    pointer-events: none;
}*/
.bold{font-weight: bold; font-size: 110%;}

.contents_box_in img{width: 100%; max-width: 900px;}

#naka_inbox .contents_bigtitle{font-size: 38px;}

.link_btn{text-align: center;}
.link_btn .contents_btn {
    background-color: #005680;
}
.link_btn a {
    width: 300px;
    text-decoration: none;
    box-sizing: border-box;
}

/* 黒の上にかぶせるやつ */
.contents_box{position: relative;}
.black_box{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background: rgba(0,0,0,0.50);
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	box-sizing: border-box;
}


/*======================================================================================

      スライドショー

=======================================================================================*/
.sli_wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 20px;
}

.slideshow {
  display: flex;
}

.content {
  width: 250px;
  height: 166px;
}

.slideshow {
  display: flex;
  animation: loop-slide 40s infinite linear 0.5s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*======================================================================================

      赤字の注意書き

=======================================================================================*/
.red_frame{
	border: 2px solid #FF0004;
	border-radius: 5px;
	padding: 20px;
	color: #FF0004;
	margin-bottom: 30px;
}

.red_frame p{margin-bottom: 20px;}

.red_frame ul li{
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}

.red_frame ul li::before{
	content: "●";
	font-size: 14px;
}

/*======================================================================================

     申込方法

=======================================================================================*/

.entry .contents_btn{padding: 10px 45px 10px 20px; margin: 10px 3px;}

.entry .scroll-table th,.entry .scroll-table td{padding: 15px;}

.entry .scroll-table td{
	text-align: left;
	font-size: 14px;
}

.entry .scroll-table b{color: #0097e0;}

.entry .kome{font-size: 14px; color:#656565; margin-top: 20px;}



/*======================================================================================

     スケジュール

=======================================================================================*/
bold{
	font-weight: bold;
	line-height: 25px;
}

bold span{
	background: #0095e1;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 0 5px 5px 0;
	display: inline-block;
}

div.flow .LeftFrame{
	text-align: left;
	width: 35%;
}

div.flow .LeftFrame b{
	vertical-align: middle;
	font-weight: bold;
}

.white_box{
	background: #FFFFFF;
	padding: 10px;
	color: #0095e1;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	margin-right: 15px;
	font-weight: normal;
	vertical-align: middle;
}
.white_box span{font-size: 30px;}

.flow_last{margin-bottom: 50px;}
.flow.flow_last:after{display: none;}

.flow h6{font-weight: bold; font-size: 120%;}

@media screen and (max-width: 1350px){
	div.flow .LeftFrame b{font-size: 18px;}
	.flow_last .LeftFrame b{font-size: 18px}
	.LeftFrame blue{font-size: 12px;}
}

@media screen and (max-width: 1000px){
	div.flow .LeftFrame{text-align: center;}
	.flow_last .LeftFrame {text-align: center;}
	.white_box{
		padding: 2px;
		color: #0095e1;
		text-align: center;
		font-size: 18px;
		width: 38%;
		float: none;
		margin:0 auto;
		display: block;
	}
	.white_box span{
		font-size: 23px;
	}
	.white_box br.sp{
		display: none;
	}
}

@media screen and (max-width: 700px){
	br.pc{display: none;}
	.white_box{
		width: 25%;
		margin:0 auto;
		display: block;
		float: none;
		font-size: 16px;
	}
	.LeftFrame blue{
		font-size: 12px;
		padding: 2px 3px;
		margin: 0 3px 0 0;
	}
	div.flow .LeftFrame{
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 14px;
	}
	.flow_last .LeftFrame {
		text-align: center;
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	div.flow_last .RightFrame{width: 551px;}
	.black_box {font-size: 22px;}
}



/*======================================================================================

      会場

=======================================================================================*/
.kaijou .map_btn{text-align: center; margin-bottom: 20px;}

	
/*======================================================================================

      出演規約

=======================================================================================*/
.kiyaku b{font-weight: bold;}
.kiyaku .contents_box_in div{
	margin-bottom: 30px;
}

.kiyaku .contents_box_in div p{
	margin-left: 20px; 
	margin-top: 5px;
}

.kiyaku .contents_box_in div ul{
	margin-left: 20px; 
	margin-top: 5px;
	padding-left:1em;
	text-indent:-1em;
}

.pdf_link {text-align: center;}
.pdf_link a{
	margin: 0 5px;
	max-width: 280px;
	width: 90%;
}

/*======================================================================================

      お問い合わせ

=======================================================================================*/
.ind_contact{text-align: center;}

.ind_contact b{
	display: block;
	font-size: 140%;
	font-weight: bold;
	color: #0097e0;
	margin-top: 20px;
}
.ind_contact .mail{margin-bottom: 10px;}

@media screen and (max-width: 700px){
	.ind_contact dl.in_blue_box p{font-size: 14px;}
}

