@charset "UTF-8";

body{
	background-color: #efefef;
}

img{
	vertical-align: middle;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

article{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}



section{
	width: 100%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#top{
	/*padding-bottom: 10%;*/
	padding-bottom: 5%;
}

#top > ul{
	width: 60%;
	margin: 5% 20% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}

#top > ul li{
	/*width: 25%;*/
	width: 30%;
}


/*---2023年2月28日追加---*/
.event{
	width: 100%;
	margin: 10% 0% 0;
}

.event h3{
	font-size: 400%;
	font-family: 'Monoton', cursive;
	text-align: center;
}

.event dt{
	margin-top: 3%;
}

.event dd{
	margin-top: 3%;
}

.entry{
	text-align: center;
}

.entry a{
	display: inline-block;
	margin: 3% 0% 10%;
	padding: 2% 7%;
	background-color: #000000;
	color: #ffffff;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.entry a:hover{
	background-color: #cccccc;
}

/*---ここまで---*/


#system{
	width: 100%;
}

#system div{
	width: 80%;
	padding: 5% 12% 5% 8%;
	background-image: url("../img/bg_system.jpg");
	background-size: cover;
}

#system ul li{
	margin: 2% 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#system ul li span{
	color: #aab9c1;
}

#system p{
	margin-top: 20%;
	text-align: center;
}

#system p a{
	display: inline-block;
	padding: 2% 7%;
	background-color: #ffffff;
	/*color: #ca2628;*/
	/*border-radius: 20px;*/
	border-radius: 40px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#system p a:hover{
	/*background-color: #cccccc;*/
	background-color: #FFB6F1;
}


#location div{
	width: 100%;
	padding: 5% 0 3%;
	background-color: #bdda90;
}

#location p{
	margin-top: 5%;
	text-align: center;
}

#location p a{
	display: inline-block;
	padding: 2% 4%;
	background-color: #000000;
	color: #ffffff;
	border-radius: 40px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#location p a:hover{
	background-color: #ca2628;
}

#location div dl:first-of-type{
	width: 70%;
	margin: 5% auto 0;
}

#location div dl:first-of-type dt{
	/*width: 70%;*/
	padding-left: 2em;
	line-height: 1.4em;
	font-size: 1.2em;
	
}

#location div dl:first-of-type dd{
	/*width: 57%;*/
	/*width: 70%;*/
	padding-left: 4em;
	line-height: 1.4em;
	font-size: 1.2em;	
}


/*#location div dl:first-of-type{
	width: 78%;
	margin: 5% auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


#location div dl:first-of-type dt{
	width: 42%;
	line-height: 1.4em;
	font-size: 1.2em;
	
}

#location div dl:first-of-type dd{
	width: 57%;
	line-height: 1.4em;
	font-size: 1.2em;	
}

#location div dl:first-of-type dd span{
	display: inline-block;
	width: 6em;
	padding-right: 0.5em;
}
*/


#location div dl:last-of-type{
	width: 80%;
	margin: 5% auto 0;
}

#location div dl:last-of-type dt{
	/*padding: 0 0.5em;*/
	padding-left: 2em;
	line-height: 1.4em;
	font-size: 1.2em;
}

#location div dl:last-of-type dd{
	/*padding: 0 0.5em;*/
	padding-left: 2em;
	line-height: 1.4em;
	font-size: 1.2em;
}






/*
#location div dl:last-of-type{
	width: 55%;
	margin: 5% auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#location div dl:last-of-type dt{
	padding: 0 0.5em;
	line-height: 1.4em;
	font-size: 1.2em;
}

#location div dl:last-of-type dd{
	padding: 0 0.5em;
	line-height: 1.4em;
	font-size: 1.2em;
}

#location div dl:last-of-type dd span{
	display: inline-block;
	width: 3.5em;
	padding-right: 0.5em;
}

#location div dl:last-of-type{
	width: 80%;
}
*/




#location div ul{
	width: 100%;
	margin: 5% 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
}

#location div ul li{
	width: 49.5%;
}

#contact{
	padding-bottom: 5%;
	background-color: #bdda90;
}

#contact dl{
	margin-top: 5%;
	text-align: center;
}

#contact dl dt{
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: bold;
	color: #a52c00;
}

#contact dl dd{
	line-height: 1.6em;
	font-size: 1.2em;
}

#contact p{
	width: 82%;
	margin: 2% auto 0;
	background-color: #000e1e;
	padding: 2%;
	line-height: 1.4em;
	color: #ffffff;
	font-size: 95%;
	border-radius: 10px;
	text-align: center;
}

#contact p span{
	display: block;
	width: 96%;
	margin: 1% 0 0;
	padding: 2%;
	background-color: #ffffff;
	color: #cc0000;
	font-size: 80%;
	font-weight: bold;
	border-radius: 5px;
}

footer{
	padding: 2% 2% 5% 0;
}

footer a{
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 120%;
}

footer p{
	text-align: center;
	font-size: 80%;
}


@media screen and (min-width: 960px) {
	.event h3{
		font-size: 250%;
	}
	
	#system ul li{
		font-size: 30px;
	}
	
	#location div dl dt{
		font-size: 30px !important;
	}

	#location div dl dd{
		font-size: 30px !important;
	}
	
	#contact dl dt{
		font-size: 30px;
	}
	
	#contact dl dd{
		font-size: 30px;
	}
	
	#contact p{
		font-size: 29px;
	}
	
	footer a{
		font-size: 30px;
	}
	
	footer p{
		font-size: 20px;
	}
}



/* 一時追加用
----------------------------*/
.add01{
	margin-top: 3%;
	padding: 1% 0;
	line-height: 1.2em;
	background-color: #ffffff;
}





