@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
	}
body {
	margin:0 auto;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	color:#221815;
	line-height:1.6em;
	background:#FFFBEF;
}
img {
	border:none;
}
ul {
	list-style:none;
}
a:link{
	color:#727517;
	text-decoration:underline;
	}
a:visited{
	color:#727517;
	text-decoration:underline;
	}
a:hover{
	color:#3a3118;
	text-decoration:underline;
	}

.naviskip {
	display:none;
}

#gnavi {
	width:100%;
}
#gnavi:after {
	content: "";
	display: block;
	clear: both;
}

.right {
	text-align: right;
}

a {
	outline: none !important;
}

.indent {
	display: block;
	text-indent: 1em;
}


/*============================================================*
* conteiner
*============================================================*/
#conteiner {
	background:#fffbee;
}





/*============================================================*
* admission
*============================================================*/

tr.period td span {
	display: block;
}


/*============================================================*
* schedule
*============================================================*/

.schedule_ex img {
	max-width: 100%;
	height: auto;
}

.schedule_ex a:hover {
	opacity: .4;
}



/*============================================================*
* Lightbox
*============================================================*/
.lb-outerContainer {
	padding: 40px 50px;
}
.lb-close {
	position: relative;
	background: none;
}
.lb-close::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: 'CLOSE';
	font-weight: bold;
	font-size: 26px;
}
.lb-close,
.lb-close:hover {
	opacity: .8 !important;
	color: #FFF !important;
}
.lb-nav,
.lb-details {
	display: none !important;
}
.lb-image {
	display: block !important;
}

/*============================================================*
* footer
*============================================================*/
#footer {
	/*
	background:url(../img/footer_bg.gif) repeat-x;
	*/
	background-color: #72DCF7;
	border-top: 1px solid #6CC4DA;
	width:100%;
	font-size:80%;
	clear:both;
}

#footer a:link{
	color:#333;
	}
#footer a:visited{
	color:#333;
	}

#footer a:hover{
	color:#000;
	}


#footer_inner {
	width:920px;
	height:108px;
	margin:0px auto;
	padding:15px 0;
	line-height:2.1em;
}
#pagetop {
	width:920px;
	margin:0 auto;
	text-align:right;
}
.address {
	font-size:120%;
}
.copyright {
	color:#fff;
}


#footer #top_of_page {
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
}

#footer #top_of_page:hover {
	opacity: 0.9;
}

#footer #top_of_page img {
	width: 51px;
	height: 51px;
	border-radius: 4px;
}

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

#footer #top_of_page {
	display: none !important;
}

}
