@charset "UTF-8";

#contents {
	width:100%;
}
.sponsor {
	margin-bottom: 10px;
	font-size: 10px;
}
#notice {
	margin-bottom:20px;
}
#notice a:hover img {
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
#mainVisual {
	position:relative;
	width:950px;
/*	height:490px;	*/
	margin-bottom:30px;
}
#mainVisual .catchcopy {
	margin:10px auto 20px;
	text-align:center;
}
#mainVisual .catchcopy img {
	width: 650px;
}

#information {
	padding-bottom:50px;
}
#information .midashi {
	position: relative;
	/*width: 625px;*/
	margin: 0 auto;
	text-align: center;
}
#information .midashi > img {
	display: block;
	margin: 0 auto;
}
#information .midashi .text1 {
	width: 522px;
	height: auto;
	margin-bottom: 65px;
}
#information .midashi .text2 {
	width: 291px;
	height: auto;
	margin-bottom: 25px;
}

#information .midashi .activity img {
	position: absolute;
	width: 98px;
	top:10px;
	right: 10px;
}
#information .midashi .activity{
	transition: 0.2s;
}
#information .midashi .activity:hover {
	opacity: 0.8;
}

#oshirase {
	padding-bottom:50px;
}
#oshirase .title {
	margin-bottom: 15px;
	border-bottom: 1px solid #be894a;
	color: #be894a;
	text-align: center;
}
#oshirase .items {
	display: flex;
	align-items: stretch;
	gap:15px;
}
#oshirase .items li {
	flex:1;
	border: 1px solid #4fa0ca;
	display: flex;
	justify-content: center;
	align-items: center;
}
#oshirase .items li:empty,
#oshirase .items li:has(span){
	border: 1px solid #999;
}
#oshirase .items li a,
#oshirase .items li span {
	display: block;
	margin: 5px;
	transition: 0.5s;
}
#oshirase .items li a:hover {
	opacity: 0.5;
}
#oshirase .items li img {
	width: 100%;
	height: auto;
}
