/* ******************************************************************
 *	File name		: base.css
 *	Summary			: css base
 * ******************************************************************
 */
 
/*
 
blue #1494D4 rgba(20,148,212,1.0)

 */
/* ----------------------------------------------------------------- */
/*	base                                                             */
/* ----------------------------------------------------------------- */
body{
	width:100%;
	height:100%;
	line-height:145%;
	color:#222;
	background:#FFFFFF;
	}
	#wrapper{
		position:relative;
		width:100%;
		padding:0 20px;
		text-align:center;
		background:url(../../image/base/bg.jpg) no-repeat center 95px;
		overflow:hidden;
}

/* --- responsive --- */
@media(max-width:767px){
	#wrapper{
		background:none;
	}
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */

header{
	position:relative;
	width:100%;
	height:95px;
	padding:0 20px;
	text-align:center;
	z-index:0;
	}
	header #head_contents{
		position:relative;
		width:1000px;
		margin:0 auto;
		padding:19px 0 0 0;
		text-align:left;
		z-index:1;
	}
	header h1{
		display:inline-block;
		position:relative;
		text-align:center;
		z-index:2;
		}
		header h1 *{
			font-family: 'Noto Serif JP', serif;
			font-weight:bold;
		}
		header h1 a{
			display:inline-block;
			width:100%;
			font-size:1.15rem;
			text-align:left;
			text-decoration:none;
			color:#1494D4;
			line-height:1.05 !important;
			}
			header a:hover{
				text-decoration:none;
		}
		header h1 span{
			display:block;
			margin:5px 0 0 3px;
			font-size:2.0rem;
	}
	header #head_lead{
		position:relative;
		font-family: 'Noto Serif JP', serif;
		font-size:0.74rem;
		color:#999;
	}
	header #datevenue{
		position:absolute;
		top:13px;
		left:516px;
		height:calc(100% - 24px);
		padding:0px 0 0 35px;
		color:#000;
		line-height:1.5;
		}
		header #datevenue::before,
		header #datevenue::after{
			content:" ";
			position:absolute;
			top:0px;
			left:0px;
			height:70px;
			width:1px;
			background:#1494D4;
		}
		header #datevenue::after{
			left:4px;
	}
	header #datevenue p{
		margin:0 0 3px;
		font-weight:bold;
		font-size:1.30rem;
		line-height:1.25;
	}
	header #datevenue p:nth-child(2){
		font-weight:500;
		font-size:1.0rem;
		color:#000;
}

/* --- responsive --- */
@media(max-width:767px){
	header{
		left:-10px;
		width:calc(100% + 20px);
		height:auto;
		padding:15px 0;
		}
		header #head_contents{
			width:100%;
			margin:0 auto;
			padding:10px;
			background:rgba(20,148,212,0.1);
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
		}
		header h1,
		header #head_lead{
			display:none;
		}
		header #datevenue{
			position:relative;
			top:0px;
			left:0px;
			height:100%;
			color:#444;
			line-height:1.5;
			}
			header #datevenue::before,
			header #datevenue::after{
				background:rgba(20,148,212,1);
		}
		header #datevenue p{
			font-weight:bold;
			font-size:0.77rem;
			line-height:1.35;
		}
		header #datevenue p b{
			font-size:1.0rem;
			}
			header #datevenue p b span{
				font-size:0.84rem;
		}
		header #datevenue p:nth-child(2) span{
			font-weight:bold;
			font-size:0.77rem;
			color:#444;
	}
}

#sponsored{
	position:relative;
	margin:15px 0 0;
	background:#D9D1E6;
}
#sponsored p{
	position:relative;
	padding:7px 13px;
	font-family:"Gotu", sans-serif;
	font-weight:bold !important;
	font-size:1.10rem;
	color:#51318F;
	}
	#sponsored p *{
		font-family:inherit;
		font-weight:inherit;
		font-size:inherit;
		color:inherit;
}
#sponsored ul{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	flex-wrap:wrap;
	list-style:none;
	}
	#sponsored ul li{
		position:relative;
		display:flex;
		align-items: center;
		justify-content: center;
		width:160px;
		height:65px;
		margin:0 0 10px;
		background-color: #fff;
		}
		#sponsored ul li:hover{
			opacity:0.6;
}


/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */

main{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	width:1000px;
	margin:0 auto;
	max-width:100%;
	padding:0 0 25px;
}

#menu{
	position:relative;
	width:200px;
	z-index:10;
}

#main_contents{
	position:relative;
	width:calc(100% - 250px);
	min-height:500px;
	text-align:left;
	}
	#main_contents *{
		text-align:left;
}

section{
	position:relative;
}

/* --- responsive --- */
@media(max-width:767px){
	#menu{
		display:none;
	}
	#main_contents{
		width:100%;
	}
}

/* -----------------------------------------------------------------
	nav
/* -------------------------------------------------------------- */

#main_nav ul{
	position:relative;
	width:200px;
	margin:0 0 7px;
	list-style:none;
	z-index:100;
	}
	#main_nav ul li{
		position:relative;
		width:100%;
		height:60px;
		padding:0px;
		border-bottom:1px solid #FFF;
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
		background:linear-gradient(90deg, #0061B0, #66C6F1);
		color:#FFFFFF;
		}
		#main_nav ul li#nav_top{
			display:none;
		}
		#main_nav ul li a{
			display:-webkit-flex;
			display:flex;
			align-items:center;
			position:relative;
			width:100%;
			height:100%;
			padding:0 0 0 18px;
			font-family: 'Noto Serif JP', serif;
			font-size:0.95rem;
			text-align:left;
			text-decoration:none;
			color:#FFFFFF;
			transition-duration:0.5s;
		}
		#main_nav ul li a *{
			position:relative;
			z-index:100;
		}
		#main_nav ul li.active a,
		#main_nav ul li:hover a{
			font-weight:bold;
			color:#1494D4;
	}
	#main_nav ul li::before{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:10px;
		height:100%;
		background:#E2D530;
		transition-duration:0.5s;
		z-index:0;
		}
		#main_nav ul li.active::before,
		#main_nav ul li:hover::before{
			width:100%;
}

/* sns_disp */
#main_nav ul li#sns_disp{
	position:absolute;
	top:-58px;
	left:964px;
	width:36px;
	height:36px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background:none;
	}
	#main_nav ul li#sns_disp a{
		position:relative;
		width:100%;
		height:100%;
		padding:0px;
	}
	#main_nav ul li#sns_disp::before{
		display:none;
}


/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */

footer{
	clear:both;
	position:relative;
	width:100%;
	padding:0px;
	text-align:center;
	background:#004B8B;
	}
	footer #inquiry{
		position:relative;
		width:100%;
		margin:0 auto;
		padding:40px 20px;
		font-weight:bold;
		font-size:1.35rem;
		text-align:center;
		color:#7ACDF4;
	}
	footer #inquiry span.set_ml{
		font-weight:inherit;
		font-size:inherit;
		color:#FFF;
	}
	footer p#copyright{
		position:relative;
		width:100%;
		padding:20px;
		font-size:0.84em;
		text-align:center;
		background:#D9CD3C;
		color:#0E5386;
}

/* --- responsive --- */
@media(max-width:767px){
	footer #inquiry{
		padding:20px 20px;
		font-size:0.9rem;
	}
	footer p#copyright{
		font-size:0.6rem;
	}
}




