@charset "utf-8";
table{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	height: auto;
	font-size: 12px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 4px gray;
	float: left;
}
table th{
	margin: 0;
	padding: 10px;
	white-space: nowrap;
	text-align: left;
	text-align: center;
	background-color: #5e8396;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
}
table td{
	margin: 0;
	padding: 10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFF;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: middle;
}
.top{
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}


#stage {
position: relative;
max-width:1180px;
margin: 0 auto;

}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 24s infinite;
-webkit-animation: imgTrans 24s ease-in infinite;
animation: imgTrans 24s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}

@-webkit-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
32% { opacity:1; }
42% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
32% { opacity:1; }
42% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
10% { opacity:1; }
32% { opacity:1; }
42% { opacity:0; }
100% { opacity:0; }
}

.top-bnr-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.top-bnr-area img{
	vertical-align: bottom;
}

.border{
	border: 1px #000 solid;
}
.red{
	color: #f00;
}
.tiles2 a {
	color: #666;
}

/* ■■■■■■■■■ SP用 ■■■■■■■■■ */
@media screen and (max-width : 959px) {
	.tiles2 span.small{font-size: 1em !important;}
	.eng_table th, .eng_table td{padding: 5px;}
	
	.top-bnr-area{
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-top: 1px #999 solid;
		border-bottom: 1px #999 solid;
	}
	.top-bnr-area div{
		width: 100%;
	}
	.bnr-1{
		background-color: #f16824;
	}
	.bnr-2{
		background-color: #0052a4;
		margin-top: 2rem;
	}
	.top-bnr-area span{
		color: #fff;
		letter-spacing: 0.5rem;
		margin-right: -0.5em;
	}
	.time-table{width: 100%;}
	.timetable_sides{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.timetable_side{
		padding: 20px;
		vertical-align: middle;
		transition: 0.2s;
	}
	.contact p{
		margin-top: 50px;
	}
	.fl-btn-ex{
		width: 100%;
		margin-bottom: 10px;
	}
}

/* CSS Document */


@media screen and (min-width : 960px) {

	.top-bnr-area{

	}
	.top-bnr-area div{
		width: calc(50% - 10px);
	}
	.top-bnr-area p img{
		position: relative;
		width: 65%;
		top: -70px;
		left: 320px;
		margin-bottom: -70px;
	}
}


.h2-like-h8{
	padding: 0;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	background: none;
font-family: YuMincho, 'Yu Mincho', 'MS Mincho', serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #5e8396;
	line-height: 1.4em;
}

.h3-like-h2{
	border-left: none;
	text-align: center;
	padding: .75em 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom:20px;
	font-weight:bold;
	background:#FCFCFC;
}

.acc-h3{
	padding: 0;
	border-left: none;
	border-bottom: none;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
}

@media screen and (min-width : 960px) {
	.fl-btn-ex{
		margin-right: 10px;
		margin-left: 10px;
	}
	.time-table{
		width: 70%;
	}
	.contact{
		width: 30%;
	}
	.timetable_sides{
		display: flex;
		justify-content: space-between;
	}
	.timetable_side{
		padding: 30px;
		vertical-align: middle;
		transition: 0.2s;
	}
	.time-table th, .time-table td {
		padding: 10px 5px !important;
	}
}

.blog-bnr a img{
	transition: 0.3s;
}
.blog-bnr a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#top-att{
	background-color: #fff;
	margin: 1rem 0 3rem 0;
	padding: 1rem;
	font-size: 90%;
	text-align: center;
	border: 1px #bbb solid;
}
#top-att p{
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}
#top-att ul{
	display: inline-block;
	text-align: left;
	margin-top: 1rem;
}
#top-att ul li{
	list-style-type: decimal;
}
#top-att hr{
	border-top: 1px dashed #bbb;
	max-width: 90%;
}
#top-att .bold{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1rem;
}
.top-att-nav a{
	display: inline-block;
	color: #fff;
	background-color: #e5a323;
	width: 100%;
	height: 100%;
	padding: 0.5rem;
	transition: 0.3s;
}
.top-att-nav a:hover{
	background-color: #ff8c00;
}




@media (max-width: 640px){
	#top-att p{
		text-align: left;
	}
	#top-att ul{
		margin-left: 1rem;
	}
	#top-att hr{max-width: 100%;}
	
}



.button{
	display: block;
	background-color: #e5a323;
	padding: 5px;
	border-radius: 30px;
	font-size: 0.8rem;
	left: 1rem;
	right: 1rem;
	margin: 1rem auto 0.2rem;
	bottom: 1rem;
	color: #FFF;
	transition: all 0.3s;
}
_:-ms-input-placeholder, :root #news .button{
	padding: 11px 5px 5px;
}
.button:hover{
	color: #fff;
	background-color: #c7121d;
	text-decoration: none;
}

.button .fas{
	margin-left: 0.2rem;
}

.date{
	font-weight:bold;
	font-size:12px;
}

.box17{
    margin:-1em auto 2em;
    position: relative;
    padding: 2em 2em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	max-width:900px;
	background-color:#FcFcFc
	
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;	text-align:center;
}

@media (max-width: 640px){
.box17 h1 { font-size:1.2em;
padding-bottom:10px
}
.box17 p {
    margin: 0; 
    padding: 0;	text-align:left;
}
	
}
.contact p{
	color: #e5a323;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
}
.timetable_side:hover{
	transform: scale(1.2, 1.2);
}