@charset "Shift-JIS";
@media print, screen and (min-width: 768px){

*{
	margin:0;
	padding:0;
}

body { 
	color: #333;
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
	min-width: 1100px;
}

ul{
	list-style-type: none;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

a,a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}




/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒwƒbƒ_[@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.header{
	display: flex;
	align-items: center;
	padding: 10px;
	background: linear-gradient(#e1f1ff 0%, #5eb3fb 1%, #349bf2 99%, #a6d6ff 100%);
}

.header_logo{
	width: 70px;
	margin-right: 10px;
}

.header_logo img{
	width: 100%;
}

.header_title{
	margin-right: 15px;
	font-family: 'Oxanium', cursive;
}

.header_title a{
	color: #fff;
	text-decoration: none;
}

.header_title a:hover{
	opacity: 0.7;
}

.header_title01{
	font-size: 24px;
}

.header_title02{
	font-size: 16px;
}

.header_nav > ul{
	display: flex;
}

.header_nav > ul > li{
	border-right: 1px #a6d6ff solid;
	flex-shrink: 0;
}

.header_nav a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.header_nav a:hover{
	opacity: 0.7;
}

.header_nav a span{
	display: block;
}

.header_link01{
	padding-bottom: 5px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px #fff solid;
}

.header_link02{
	padding-top: 5px;
	color: #a6d6ff;
	font-size: 12px;
	font-family: 'Oxanium', cursive;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒtƒbƒ^[@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

#page-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

.page-top_icon{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin: 5px;
	background: #349bf2;
}

.page-top_icon:before{
	position: absolute;
	top: 12px;
	left: 50%;
	content: "";
	transform: translateX(-50%) rotateZ(45deg);
	width: 20px;
	height: 20px;
	border-top: 4px #fff solid;
	border-left: 4px #fff solid;
}

.page-top_icon:after{
	position: absolute;
	top: 12px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	width: 4px;
	height: 30px;
	background: #fff;
}

.page-top_text{
	color: #fff;
	font-size: 12px;
	font-family: 'Oxanium', cursive;
	text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
	text-align: center;
}

.footer{
	padding: 50px;
	background: #349bf2;
	color: #fff;
}

.footer01{
	border-bottom: 1px #a6d6ff solid;
}

.footer_title{
	text-align: center;
	font-size: 24px;
	font-family: 'Oxanium', cursive;
}

.footer_title span{
	margin-left: 1em;
	font-size: 14px;
}

.footer_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 20px;
}

.footer_nav > li{
	margin-bottom: 10px;
}

.footer_nav@> li:not(:last-child){
	border-right: 1px #a6d6ff solid;
}

.footer_nav > li a{
	display: block;
	padding: 5px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer_nav > li a:hover{
	opacity: 0.7;
}

.footer02{
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
}






/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@TOPƒy[ƒW(index.php)@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.index_main{
	padding: 50px 0 240px;
	background: url("./img/index_main_bg.jpg") top center/cover no-repeat;
}

.top_view{
	position: relative;
	width: 1050px;
	min-height: 400px;
	margin: 0 auto;
	text-align: right;
	background: url("./img/top_view_logo.png") center left/500px no-repeat;
}

.top_view_text{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 40px;
	text-align: left;
	text-shadow: 1px 1px 6px #333, -1px 1px 6px #333, 1px -1px 6px #333, -1px -1px 6px #333;
}

.top_section01{
	width: 1000px;
	margin: 0 auto;
}

.top_nav{
	display: flex;
	flex-wrap: wrap;
}

.top_nav li{
	width: 25%;
}

.top_nav a{
	position: relative;
	display: block;
	overflow: hidden;
}

.top_nav a img{
	width: 100%;
}

.top_nav a:hover img{
	transform: scale(1.2);
}

.top_nav_black{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	margin: auto;
	background: rgba( 0, 0, 0, 0.6);
}

.top_nav_title{
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Oxanium', cursive;
}

.top_nav_text{
	opacity: 0;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.top_nav a:hover .top_nav_text{
	opacity: 1;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@‰º‘wƒy[ƒW‹¤’Ê@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.ul_box{
	width: 1100px;
	padding: 10px 0 150px;
	margin: 0 auto;
}

.pankuzu{
	margin-bottom: 20px;
}

.pankuzu a{
	color: #349bf2;
	text-decoration: none;
}

.pankuzu a:hover{
	color: #a6d6ff;
}

.ul_h01{
	font-size: 36px;
	margin-bottom: 20px;
}

.ul_box01{
	display: flex;
	justify-content: space-between;
}

.ul_box01_left{
	box-sizing: border-box;
	width: 760px;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
	
}

.tm_button_list{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

.ul_box01 .tm_button_list li{
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

.ul_box01 .tm_button_list li:nth-child(4){
	margin-right: 0;
}

.ul_box02 .tm_button_list li{
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ul_box02 .tm_button_list li:nth-child(5){
	margin-right: 0;
}

.tm_button_list li a{
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 5px 10px;
	border: 1px #349bf2 solid;
	color: #349bf2;
	text-decoration: none;
}

.tm_button_list li a:hover{
	background: #349bf2;
	color: #fff;
}

.ul_paging{
	text-align: center;
}

.ul_box01_right{
	box-sizing: border-box;
	width: 290px;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
}

.right_banner a{
	display: block;
	margin-bottom: 10px;
}

.right_banner a img{
	max-width: 100%;
}

.ul_box02{
	box-sizing: border-box;
	width: 100%;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
	
}






/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒvƒƒtƒB[ƒ‹ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.prof_box01{
	display: flex;
	margin-bottom: 50px;
}

.prof_box01_left{
	width: 360px;
	margin-right: 30px;
	flex-shrink: 0;
}

.prof_box01_left img{
	width: 100%;
}

.prof_box01_right{
	width: 360px;
}

.prof_name01{
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: 10px #349bf2 solid;
	border-bottom: 2px #349bf2 solid;
	margin-bottom: 5px;
	font-size: 24px;
}

.prof_name02{
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

.prof_data{
	padding: 20px;
	border: 1px #a6d6ff solid;
}

.prof_data dl{
	display: flex;
}

.prof_data dl:not(:last-child){
	margin-bottom: 10px;
}

.prof_data dt{
	position: relative;
	width: 45%;
}

.prof_data dd{
	position: relative;
	width: 55%;
}

.prof_data dt:after{
	position: absolute;
	right: 0;
	content: "F";
}

.prof_box02{
	margin-bottom: 50px;
}

.ul_h02{
	position: relative;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 22px;
}

.ul_h02:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content:"";
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, #e1f1ff 0%, #349bf2 100%);
}

.prof_list01{
	padding: 0 20px;
}

.prof_list01 li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.prof_list01 li:before{
	position: absolute;
	top: 14px;
	left: 3px;
	content: "";
	transform: translateY(-50%) rotateZ(45deg);
	width: 10px;
	height: 10px;
	border: 1px #349bf2 solid;
}

.prof_list01 li:after{
	position: absolute;
	top: 14px;
	left: 5px;
	content: "";
	transform: translateY(-50%) rotateZ(45deg);
	width: 6px;
	height: 6px;
	border: 1px #349bf2 solid;
}

.prof_text01{
	padding: 0 20px;
	line-height: 1.8;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒXƒPƒWƒ…[ƒ‹ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.sch_mon_paging{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.sch_mon{
	margin: 0 30px;
}

.sch_mon_prev a,.sch_mon_next a{
	color: #349bf2;
	text-decoration: none;
}

.sch_mon_prev a:hover,.sch_mon_next a:hover{
	color: #a6d6ff;
}

.stSchList {
	font-size:12px;
	margin:2px 15px;
	padding:5px 0;
	background: #ffffff;

}

.stSchList img{
	border:none;
	vertical-align:middle;
}

.stSchList table{
	width:100%;
	border:0;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0;
}

.stSchList th{
	text-align:center;
	border: 1px solid #a6d6ff;
	width:50px;
	font-size:12px;
	padding:2px 0;
}

.stSchList td{
	padding:2px;
	border: 1px solid #a6d6ff;
	text-align:left;
	font-size:12px;
}






/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒjƒ…[ƒXˆê——ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.news_list01{
	margin-bottom: 40px;
}

.news_list02{
	padding: 10px;
	border-bottom: 1px #a6d6ff solid;
}

.news_list02_01{
	display: flex;
	margin-bottom: 10px;
}

.news_list_category{
	margin-right: 10px;
}

.news_list_title{
	padding: 0 10px;
	font-size: 20px;
}

.news_list_title a{
	color: #349bf2;
	text-decoration: none;
}

.news_list_title a:hover{
	color: #a6d6ff;
}

.right_calendar_table{
	margin-bottom: 10px;
}

.right_calendar_table a{
	text-decoration: none;
}

.right_calendar_table a:hover{
	opacity: 0.6;
}

.side_menu_blog_list01{
	margin-bottom: 20px;
	font-family: 'Oxanium', cursive;
}

.side_menu_blog_list01 table{
	margin:  0 auto;
}

.side_menu_blog_list01 a{
	color: #349bf2;
	text-decoration: none;
}

.side_menu_blog_list01 a:hover{
	color: #a6d6ff;
}

.side_menu_blog_list01 .right_date_list{
	margin-bottom: 10px;
}

.side_menu02_text{
	padding-bottom: 5px;
}

.right_date_paging01{
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_date_year{
	font-weight: bold;
	font-size: 18px;
	margin: 0 10px;
}

.right_date_year_prev,.right_date_year_next{
	position: relative;
}

.right_date_year_prev:before{
	position: absolute;
	top: 51%;
	left: -15px;
	content: "";
	transform: translateY(-50%) rotateZ(135deg);
	width: 8px;
	height: 8px;
	border-right: 2px #349bf2 solid;
	border-bottom: 2px #349bf2 solid;
}

.right_date_year_next:after{
	position: absolute;
	top: 51%;
	right: -15px;
	content: "";
	transform: translateY(-50%) rotateZ(-45deg);
	width: 8px;
	height: 8px;
	border-right: 2px #349bf2 solid;
	border-bottom: 2px #349bf2 solid;
}







/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒjƒ…[ƒXÚ×ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.news_detail_title{
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 40px;
}

.news_detail_category{
	margin-right: 10px;
}

.game_td{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.game_title{
	font-weight: bold;
}

.game_date{
	margin-left: 20px;
}

.news_detail_comennt01{
	margin-bottom: 100px;
}

.game_result{
	width: 600px;
	margin: 0 auto 100px;
}

.kekka_01{
	padding:5px 0;
	text-align:center;
	background-color:#349bf2;
	color:#FFFFFF;
	font-weight:bold;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.kekka_02{
	padding:5px 0;
	text-align:center;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.news_ti{
	margin-bottom: 20px;
	text-align: center;
}

.news_file{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.news_file li{
	margin-right: 15px;
	margin-bottom: 15px;
}

.news_file li img{
	max-width: 100%;
}

.news_data{
	margin-bottom: 10px;
}

.news_data li{
	margin-bottom: 5px;
}

.news_data li a{
	color: #349bf2;
	text-decoration: none;
}

.news_data li a:hover{
	color: #a6d6ff;
}

.news_date{
	margin-bottom: 50px;
	text-align: right;
}

.news_back{
	text-align: center;
}

.news_back a{
	display: inline-block;
	min-width: 200px;
	padding: 5px 10px;
	border: 1px #349bf2 solid;
	color: #349bf2;
	text-decoration: none;
}

.news_back a:hover{
	background: #349bf2;
	color: #fff;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒMƒƒƒ‰ƒŠ[iŽÊ^jÚ×ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

#BigImage{
	margin-bottom: 20px;
	text-align: center;
}

.photo_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo_list li{
	width:19%;
	margin-bottom: 1%;
}

.photo_list li img{
	width: 100%;
}







/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒMƒƒƒ‰ƒŠ[i“®‰æjƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.movie_box{
	position: relative;
	padding-top: 56.25%;
	margin: 20px 0;
}

.movie_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒuƒƒOƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.side_menu_blog_tm_list{
	margin-bottom: 20px;
}

.side_menu_blog_tm_list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.side_menu_blog_tm_list li img{
	position: absolute;
	 top: 50%;
	 left: 0;
	 transform: translateY(-50%);
}

.blog_box01{
	padding: 0 10px;
	border-bottom: 1px #a6d6ff solid;
	margin-bottom: 30px;
}

.blog_text{
	margin-bottom: 50px;
}

.blog_img{
	display: flex;
	flex-wrap :wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.blog_img li{
	width: 49%;
	bottom: 2%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@‚¨–â‚¢‡‚í‚¹ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.contact_form{
	width:550px;
	margin:20px auto 30px;
}

.contact_form td{
	padding:5px 10px;
	border:1px #CCCCCC solid;
}

.contact_1{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
}

.contact_text{
	width: 100%;
	text-align: center;
}

.contact_btn{
	margin-top: 30px;
	text-align:center;
}

.contact_btn button,.contact_btn a{
	padding:10px 30px;
	font-size:16px;
	color: #fff;
}

.contact_btn button{
	border: 1px #349bf2 solid;
	background: #349bf2;
}

.contact_btn button:hover{
	background: #fff;
	color: #349bf2;
}

.contact_btn a{
	display: inline-block;
	border: 1px #666 solid;
	margin-right: 30px;
	background: #666;
	text-decoration: none;
	vertical-align: bottom;
}

.contact_btn a:hover{
	background: #fff;
	color: #666;
}

.input_st01{
	width:300px;
	padding:5px;
	margin:0 0 10px 0;
}

.input_st02{
	width:80px;
	padding:5px;
}
.input_st03{
	width:300px;
	padding:5px;
	height:80px;
}









}