@charset "UTF-8";

* {	margin: 0px;
	padding: 0px;
}

.clearfix:after,
header:after,
main:after,
footer nav:after,
footer nav dl:after {
	content: " ";
	display: block;
	clear: both;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	background: #FFFFFF;
	color: #222222;
	font-size: 15px;
	position: relative;
}

header {
	width: 100%;
	background-color: #E5E5E5;
}

header h1 a {
	display: block;
	text-indent: -9999px;
	margin: 0px auto;
}

footer {
	margin-top: 20px;
	width: 100%;
	background: #0087A6;
}

footer a {
	text-decoration: none;
}

footer nav {
	margin: 0px auto;
	text-align: left;
}

footer nav * {
	color: #EEEEEE;
}

footer nav a {
	border-bottom: 1px dotted #309CE4;
}

footer nav dl dt {
	clear: left;
	width: 6rem;
	float: left;
}

footer nav dl dd {
	width: calc(100% - 6rem);
	float: left;
}

footer div {
	background: #FFFFFF;
	padding: 5px 0px;
}

footer div a {
	color: #222222;
}

#flapper {
	display: none;
	opacity: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#venued {
	border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; 
	border: 3px solid #005766;
	background: #FFFFFF;
	position: absolute;
	overflow: auto;
}

#venuec {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
}

#crdn {
	display: none;
}

#topTopBtn {
	visibility: hidden;
	position: fixed;
	z-index: 99;
	color: #FFFFFF;
	background: #5b30b4;
	border: 2px solid #5b30b4;
	border-radius: 50%;
}

#topTopBtn.show {
	animation: show .25s linear 0s;
}

#topTopBtn.hide {
	animation: hide .01s linear 0s;
}


.sssul1 {
	text-decoration: underline;
}

.sssul2 {
	text-decoration: underline double; 
}

.sssenc {
	padding: 3px;
	border: 1px solid #000;
}

.sssbq1 {
	border: 1px solid #87d140;
	border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; 
 
	padding: 1em;
}

button:focus {
	outline: none;
}

.sssfxss { 	font-size: xx-small; 	}
.sssfxs { 	font-size: x-small; 	}
.sssfs { 	font-size: small; 		}
.sssfl { 	font-size: large; 		}
.sssfxl { 	font-size: x-large; 	}
.sssfxll { 	font-size: xx-large; 	}

.opts { font-size: 90%; line-height: 110%; }








/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 901px) {
	header {
		background-image: url(/img/header_bg_pc.png);
		height: 86px; /* 129 */
	}
	
	header h1 a {
		width: 901px;
		height: 86px;
		background-image: url(/img/h1_pc.png);
	}
	
	header nav {
		width: 901px;
		height: 40px;
		margin: 0px auto;
		background-image: url(/img/gmenu_bg_pc.png);
	}
	
	header nav dl {
		width: 149px;
		margin-left: 1px;
		height: 43px;
		float: left;
		position: relative;
	}
	
	header nav dl dt a {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 149px;
		height: 40px;
		text-indent: -9999px;
		float: left;
		background-image: url(/img/gmenu.png);
	}
	
	header nav dl:nth-of-type(1)  { display: none; }
	header nav dl:nth-of-type(2) dt a { background-position:   -1px 0px; }
	header nav dl:nth-of-type(3) dt a { background-position: -151px 0px; }
	header nav dl:nth-of-type(4) dt a { background-position: -301px 0px; }
	header nav dl:nth-of-type(5) dt a { background-position: -451px 0px; }
	header nav dl:nth-of-type(6) dt a { background-position: -601px 0px; }
	header nav dl:nth-of-type(7) dt a { background-position: -751px 0px; }
	
	header nav dl:nth-of-type(2) dt a:hover { background-position:   -1px -40px; }
	header nav dl:nth-of-type(3) dt a:hover { background-position: -151px -40px; }
	header nav dl:nth-of-type(4) dt a:hover { background-position: -301px -40px; }
	header nav dl:nth-of-type(5) dt a:hover { background-position: -451px -40px; }
	header nav dl:nth-of-type(6) dt a:hover { background-position: -601px -40px; }
	header nav dl:nth-of-type(7) dt a:hover { background-position: -751px -40px; }
	
	header nav dl:hover dd a {
		visibility: visible;
		opacity: 1;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	
	header nav dl dd a {
		display: block;
		visibility: hidden;
		opacity: 0;
		width: 270px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		position: absolute;
		left: 0px;
		background: #187FC3;
		color: #FFFFFF;
		text-align: left;
		text-decoration: none;
		text-indent: 10px;
		border-bottom: 1px solid #8FB1F4;
		z-index: 4;
	}
	
	header nav dl dd a:hover {
		text-decoration: underline;
	}
	
	header nav dl dd:nth-of-type( 1) a { top:  43px; }
	header nav dl dd:nth-of-type( 2) a { top:  74px; }
	header nav dl dd:nth-of-type( 3) a { top: 105px; }
	header nav dl dd:nth-of-type( 4) a { top: 136px; }
	header nav dl dd:nth-of-type( 5) a { top: 167px; }
	header nav dl dd:nth-of-type( 6) a { top: 198px; }
	header nav dl dd:nth-of-type( 7) a { top: 229px; }
	header nav dl dd:nth-of-type( 8) a { top: 260px; }
	header nav dl dd:nth-of-type( 9) a { top: 291px; }
	header nav dl dd:nth-of-type(10) a { top: 322px; }
	
	footer p {
		display: none;
	}
	
	footer br.nbr {
		display: none;
	}
	
	footer nav {
		width: 901px;
	}
	
	footer nav dl {
		width: 50%;
		float: left;
		padding: 0px 0px 20px 0px;
	}
	
	footer nav dl dt {
		padding: 25px 0px 0px 0px;
	}
	
	footer nav dl dd {
		padding: 25px 0px 0px 0px;
	}
	
	footer nav dl dd ul {
		list-style-type: none;
	}
	
	footer nav dl dd ul li:nth-child(odd)  { 
		padding-left: 10px; 
		margin-top: 7px; 
	}
	
	footer nav dl dd ul li:nth-child(even) { 
		padding-left: 40px; 
	}
	
	footer div span {
		padding-left: 20px;
	}
	
	#topTopBtn {
		width: 56px;
		height: 56px;
		right: 20px;
		bottom: 80px;
		font-size: 24px;
		transition: background-color 0.25s;
	}
	
	#topTopBtn:hover	{
		background: #FFFFFF;
		color: #5b30b4;
	}
				
	@keyframes show{
		from { opacity: 0; bottom:   0px; }
		to {   opacity: 1; bottom:  80px; }
	}
				
	@keyframes hide{
		from { opacity: 1; bottom:  80px; }
		to {   opacity: 0; bottom:   0px; }
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 900px) {
	header {
		width: 100%;
		height: 85px;
		background-image: url(/img/header_bg_sp.png);
		background-size: auto 85px;
		background-repeat: no-repeat;
		background-position: center top;
		position: relative;
	}
	
	header h1 a {
		width: 100%;
		height: 85px
	}
	
	header nav {
		position: absolute;
		z-index: 4;
		width: 100%;
		top: 85px;
		left: -100%;
		display: block;
		background: rgba(255, 255, 255, 0.75);
	}
	
	header nav dl {
		background: #187FC3;
	}
	
	header nav dl dt,
	header nav dl dd {
		border-bottom: 1px solid #8FB1F4;
	}
	
	header nav dl dt a,
	header nav dl dd a {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		color: #FFFFFF;
		text-align: left;
		text-decoration: none;
		text-indent: 10px;
	}
	
	header nav dl dt a[href="javascript: void(0);"],
	header nav dl dt a[href="javascript: void(0);"] { 
		color: #DDDDDD;
	}
	
	header nav dl dt a[href="javascript: void(0);"]:after,
	header nav dl dt a[href="javascript: void(0);"]:after { 
		content: " ⩾";
	}
	
	header nav dl dd {
		padding-left: 20px;
	}
	
	footer p {
		background: #FFFFFF;
	}
	
	footer p a {
		display: block;
		width: 8rem;
		height: 1.5rem;
		line-height: 1.5rem;
		background: #006bb4;
		color: #FFFFFF;
		text-decoration: none;
		margin: 0px 20px 0px auto;
		padding: 0px;
	}
	
	footer br.ybr {
		display: none;
	}
	
	footer nav {
		width: 100%;
		padding-top: 10px;
	}
	
	footer nav dl {
		width: calc(100% - 20px);
		padding: 0px 10px 20px 10px;
	}
	
	footer nav dl dt {
		padding: 10px 0px 0px 0px;
	}
	
	footer nav dl dd {
		padding: 10px 0px 0px 0px;
	}
	
	footer nav dl dd ul {
		list-style-type: none;
	}
	
	footer nav dl dd ul li:nth-child(odd)  { 
		padding-left: 10px; 
		margin-top: 7px; 
	}
	
	footer nav dl dd ul li:nth-child(even) { 
		padding-left: 40px; 
	}
	
	footer div span {
		display: block;
	}
	
	#topTopBtn {
		width: 42px;
		height: 42px;
		right: 10px;
		bottom: 80px;
		font-size: 18px;
	}
	
	@keyframes show{
		from { opacity: 0; bottom:   0px; }
		to {   opacity: 1; bottom:  80px; }
	}
	
	@keyframes hide{
		from { opacity: 1; bottom:  80px; }
		to {   opacity: 0; bottom:   0px; }
	}
}

@media all and (max-width: 600px) {
	#crdw {
		display: none;
	}

	#crdn {
		display: block;
	}
}