:root {
	--back: #FAFAFC;
	--headline: #2D2D37;
	--main: #2D2D37;
	--white: #FFFFFF;
	--text_sub: #D9D9D9;
	--nav_gray: #787882;

	--content_back: #F7F7F9;
	--contents_back_dark_500: #F0F0F3;
	--contents_back_dark_600: #DCDCDF;
	--contents_back_dark_700: #91919B;

	--line_general: #E8E8E9;
	--active_blue: #2471DC;
	--primary_gradient: linear-gradient(90deg, #007CC8 0%, #E4007F 50%, #E6E300 100%);
	--sub_gradient: linear-gradient(90deg, #00539C 0%, #146EBE 50%, #0ADFCE 100%);
	--sub_gradient2: linear-gradient(90deg, #90E5FF 0%, #0F1FD8 40%, #BF2796 100%);

	/*
	--sub_blue: #0F1FDB;
	--active_turquoise: #009FB1;
	--sub_turquoise: #1AD3C6;
	*/
	--red: #d7006e;

  }


/* ----------------------------------------------------
 Layout
 ---------------------------------------------------- */
body{
	background:#FFF no-repeat left bottom url("../images/bg_bl.png");
}

body.menu-open{
	overflow: hidden;
}


body, h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	color: var(--main);
	font-family:Meiryo,メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inner{
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}

.inner.s{
	width: 720px;
}



.content {
	padding: 5rem 0;
}


.content p{
	line-height:2rem;
	margin: 0 0 2rem 0;
	word-break: break-all;
}

.mb0{margin-bottom: 0 !important;}
.mb1{margin-bottom: 1rem !important;}
.mb2{margin-bottom: 2rem !important;}
.mb3{margin-bottom: 3rem !important;}

small,.small{
	font-size: 0.8rem;
}
.content p.small{
	line-height: 1.5rem;
}

.box{
	border: 1px solid #aaaabe;
	border-radius: 1rem;
	padding: 2rem;
}




/* ----------------------------------------------------
 BG
 ---------------------------------------------------- */
.content.bg{
	background: linear-gradient(#f9f9fa 0px, #FFF 800px);
}

.inner.s .d-flex>div{
	flex: 1;
	padding:0 2rem;
}
.inner.s .d-flex>div:first-child{
	text-align: right;
}

/* ----------------------------------------------------
 Font
 ---------------------------------------------------- */
h2{
	text-align: center;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: bold;
	margin:0 0 2rem 0;
}

h3{
	position: relative;
	color: var(--headline);
	text-align: center;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin:0 0 3rem 0;
	padding-bottom: 2rem;
}
h3:after {
	content: " ";
	display: block;
	height: 10px;
	border-radius: 2px;
	width: 100px;
	margin-left:-50px;
    background: var(--primary_gradient);
	position: absolute;
	bottom: 0;
	left:50%;
}
h3 small{
	position: relative;
	display: block;
	margin-top: 2rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}

h4{
	text-align: center;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: bold;
	margin:0 0 2rem 0;
}


h5{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	margin:0 0 2rem 0;
}












.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.gradient{
	font-size: 1rem;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
	color: var(--white);
    background: var(--primary_gradient);
}

/* ----------------------------------------------------
 Header
 ---------------------------------------------------- */
#header{
	display: block;
	background-image: url("../images/header_bg.jpg");
	background-repeat: no-repat;
	background-size: cover;
	background-position: center;
	min-width: 1020px;
}
.header h1{
	text-align: center;
	padding: 50px 0;
}

.header .gradient{
	font-size: 3rem;
	margin-bottom: 1rem;
}
.header .gradient+.gradient{
	font-size: 2.3rem;
}





.header .btn{
	line-height: 1rem;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 2rem;
	color: #000;
	border-radius: 44px;
	border: 4px solid #000;
	background:#FFF no-repeat url("../images/btn_bg.png");
	background-position: bottom 50% right 1rem;

}
.header .btn:hover{
	color: #000;
	background:#EEE no-repeat url("../images/btn_bg.png");
	background-position: bottom 50% right 1rem;
}

#gnavi {
	margin-top: 50px;
	background: rgba(255, 255, 255, 0.8);
}

#gnavi > .inner{
	display: flex;
	align-items: stretch;
}

#gnavi a{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 1.5rem;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.header .d-flex{
	margin: 50px 0;
	align-items: center;

}
.header .d-flex>div{
	padding-left: 2rem;
	font-size: 1.75rem;
	font-weight: bold;
}
.header .d-flex>div strong{
	font-size: 2.25rem;
	margin-right: 0.5rem;
}
.header .d-flex>div small{
	font-size: 1.25rem;
}

/* ----------------------------------------------------
 Footer
 ---------------------------------------------------- */
#footer{
	padding: 2rem 0;
	background: rgba(255, 255, 255, 0.7);
}

#footer #copy{
	text-align: center;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: bold;
	margin-top: 5rem;
}

#footer_gnavi{
	display: flex;
	align-items: stretch;
}
#footer_gnavi>a{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 1.5rem;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}



/* ----------------------------------------------------
 Image
 ---------------------------------------------------- */
.content img{
	max-width: 100%;
	height: auto;
}
.gmap{
	width:100%;
	height:400px;
}

/* ----------------------------------------------------
 Button
 ---------------------------------------------------- */

a.site{
	color: #000;
	font-size: 2rem;
	text-decoration: underline;
}
a.site:hover{
	text-decoration: none;
}

/* ----------------------------------------------------
 Badge
 ---------------------------------------------------- */

span.cat{
	display: inline-block;
	line-height: 1rem;
	font-weight: bold;
	padding: 1rem 2rem;
	color: #007cc8;
	border: 1px solid #007cc8;
	border-radius: 25px;
}

.stage{
	display: inline-block;
	font-weight: bold;
	padding: 0.5rem 1.5rem;
	background-color: #f0f0f3;
}

.koma{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 5rem;
}
.koma strong{
	font-size: 5rem;
	margin-right: 1rem;
}

/* ----------------------------------------------------
 Table
 ---------------------------------------------------- */
.content table {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	margin-bottom: 2rem;
} 

.content th,
.content td{
	font-size: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #EEE;
}
.content th{
	white-space: nowrap;
	padding-right: 1rem;
}

.content th>small,
.content td{
	font-size: 0.8rem;
	font-weight: normal;
	color:#666;
	word-break:break-all;
	word-break:break-word;
}
.content th>small{
	margin-left: 1rem;
}


td.r{
	color: #007CC8;
}

td.f{
	color: #E4007F;
}
/* ----------------------------------------------------
 Event
 ---------------------------------------------------- */

.event.d-flex:not(:last-child) {
	margin-bottom: 5rem;
}

.event.d-flex > div{
	flex: 1;
}

.event.d-flex > div+div{
	padding-left: 3rem;
}


.event.d-flex h4{
	text-align: left;
}

.event.d-flex .stage.d-block{
	margin-bottom: 1rem;
}


.event.d-flex h5{
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	line-height: 2.5rem;
	margin:0;
}
.event.d-flex h5>small{
	font-size: 1.25rem;
	display: block;
	margin: 1rem 0;
}

#access .d-flex > div:last-child{
	padding-left: 3rem;
}

.concept.d-flex > div{
	padding:0 0.5rem;
}

#sp_menu,
#sp_menu_close{
	position: fixed;
	top:1rem;
	right: -50px;
	cursor: pointer;
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 25px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.75);
	z-index: 9999;
	transition: 0.25s;
}
#sp_menu img,
#sp_menu_close img{
	width: 50px;
	height: 50px;
}




@media (max-width: 992px) {

	body:not(.menu-open) #sp_menu{
		right: 1rem;
	}
	body.menu-open #sp_menu_close{
		right: 1rem;
	}


	#header{
		min-width: auto;
	}
	
	.inner,
	.inner.s{
		width: 96%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.header h1 {
		padding: 1rem 0;
	}
	#header h1 {
		padding: 75px 0 1rem 0;
	}
	.header .gradient,
	.header .gradient+.gradient{
		font-size: 1.5rem;
	}

	.header .d-flex {
    	margin: 1rem 0;
	}
	.header .d-flex img{
		width: 25%;
		height: auto;
	}
	.header .d-flex>div strong {
		font-size: 1.25rem;
		display: block;
	}
	.header .d-flex>div {
		padding-left: 1rem;
		font-size: 1rem;
	}
	.header .d-flex>div small {
		font-size: 1rem;
	}

	#gnavi{
		position: fixed;
		top: 0;
		left: -100%;
		margin: 0;
		width: 100%;
		height: 100%;
    	background: rgba(0, 0, 0, 0.0);
		z-index: 9998;
	}

	.menu-open #gnavi{
		left: 0;
    	background: rgba(0, 0, 0, 0.8);
	}


	#gnavi > .inner {
		position: fixed;
		top: 0;
		left: -80%;

		display: block;
		width: 80%;
		height: 100%;
		overflow: auto;
		background: #FFF;
		transition: 0.25s;
	}
	
	.menu-open #gnavi > .inner{
		left: 0;
	}


	#gnavi > .inner a{
		border-bottom:1px solid #333;
	}




	.content {
		padding: 1.5rem 0;
	}
	h2{
		font-size: 1.5rem;
    	line-height: 2rem;
	}
	h3{
		font-size: 1.25rem;
	}

	h3 small{
		font-size: 1rem;
    	margin-top: 1rem;
	}
	h4{
		font-size: 1.1rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
	h5{
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}

	.box {
		padding: 1rem;
	}

	thead{
		display: none;
	}
	table th,
	table td{
		display: block;
	}
	.content th{
		border: none;
    	white-space: unset;
		padding-right: 0;
		padding-bottom: 0;
	}
	.content td{
		padding-top: 0.25rem;
	}
	
	.content td.r,
	.content td.f{
        padding: 0.5rem 0 0 0;
		border: none;
	}
	
	.content td.r + th,
	.content td.f + th{
		padding: 0;
	}




	.content th>small{
		display: block;
		margin: 0;
	}
	.content p {
		margin-bottom: 1rem;
	}
	.event.d-flex:not(:last-child) {
		margin-bottom: 1rem;
    	border-bottom: 1px solid #EEE;
	}

	#access .d-flex{
		display: block !important;
    	border-bottom: 1px solid #EEE;
	}

	.event.d-flex > div:first-child{
        flex: 0.25;
		margin-right: 1rem;
	}
	.event.d-flex .stage.d-block {
		margin-bottom: 0.5rem;
	}


	#access .d-flex > div:last-child,
	.event.d-flex > div+div{
		padding: 0;
	}
	
	#access .d-flex > div,
	.event.d-flex > div{
		margin-bottom: 1rem;
	}

	.event.d-flex h5>small {
		font-size: 0.8rem;
		margin: 1rem 0 0 0;
	}
	.event.d-flex h5 {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	span.cat{
		font-size: 0.8rem;
		font-weight: normal;
		padding: 0.5rem 1rem;
		border-radius: 17px;
	}


	.koma {
		font-size: 1rem;
	}
	.koma strong {
    	font-size: 2.5rem;
    	margin-right: 0.5rem;
	}


	#footer_gnavi{
		display: block;
	}
	#footer_gnavi>a{
    	padding: 0.5rem 0;
	}

	#footer #copy {
		margin-top: 2rem;
	}

	.inner.s .d-flex{
		display: block !important;
	}
	.inner.s .d-flex>div:first-child {
		text-align: left;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
    	border-bottom: 1px solid #EEE;
	}
	.inner.s .d-flex>div {
		text-align: left;
		padding: 0 ;
	}


}

