@charset "Shift-JIS";
@media screen and (max-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%;
	word-break:break-all;
}

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

ul{
	list-style-type: none;
}

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

a,a img,button {
	-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;
}

.sp_none{
	display:none;
}

#style01{
	width:100%;
}





/*@@wb_[@@*/

.header{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background: #000022;
}

.header_logo{
	width: 60px;
	margin-right: 20px;
}

.header_logo img{
	width: 100%;
}

.header_title{
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
}

.sp_menu{
	position: relative;
	width: 34px;
	height: 34px;
	background: #fff;
}

.sp_menu > span{
	position: absolute;
	left: 50%;
	display: block;
	width: 20px;
	height: 4px;
	background: #002;
	transform: translate(-50%, -50%);
	-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;
}

.sp_menu > span:nth-child(1){
	top: 20%;
}

.sp_menu > span:nth-child(2){
	top: 50%;
}

.sp_menu > span:nth-child(3){
	top: 80%;
}

.sp_menu.active > span:nth-child(1){
	top: 50%;
	transform:  translate(-50%, -50%) rotateZ(135deg);
}

.sp_menu.active > span:nth-child(2){
	opacity: 0;
}

.sp_menu.active > span:nth-child(3){
	top: 50%;
	transform:  translate(-50%, -50%) rotateZ(-135deg);
}

.header_nav > ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	padding-top: 1px;
	background: #fff;
	z-index: 5000;
}

.header_nav > ul > li{
	margin-bottom: 1px;
}

.header_nav a,
.header_nav01{
	display: block;
	padding: 0.5em;
	background: #002;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.header_nav02 a{
	border-top: 1px #77a solid;
	background: #004;
}

.header_nav a,
.header_nav02 a{
	position: relative;
}

.header_nav a:after,
.header_nav02 a:after{
	position: absolute;
	top:50%;
	right: 10px;
	transform: translateY(-50%);
	content: "";
	border-top: 6px transparent solid;
	border-left: 10px #fff solid;
	border-bottom: 6px transparent solid;
}





/*@@tb^[@@*/

.footer{
    padding: 10% 5%;
    background: #002;
    color: #fff;
}

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

.page-top_icon{
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px #fff solid;
	margin: 5px;
	background: #004;
}

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

.footer01{
	padding-bottom: 10%;
}

.footer_nav{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.footer_nav > li{
	width: calc(50% - 0.5px);
	margin-bottom: 20px;
}

.footer_nav > li:nth-child(odd){
	border-right: 1px #fff solid;
}

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

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

.footer_nav02{
	padding: 0 20px;
}

.footer_nav02 > li{
	margin-bottom: 5px;
}

.footer_nav02 a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer02{
	padding-top: 20px;
	border-top: 3px #ffc900 solid;
	font-size: 14px;
	text-align: center;
}





/* @index @*/

.index_main{
	background: #004;
}

.main_image_area{
	position: relative;
}

.slick-slider{
	margin-bottom: 0;
}

.slick-slide img{
	width: 100%;
	height: 40vw;
	object-fit: contain;
}

.main_image_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.3);
}


.main_data{
	padding: 10% 5% 15%;
}

.index_news_area{
	background: #fff;
	margin-bottom: 20px;
}

.index_news{
	padding: 5% 3% 5%;
	margin: 0 auto;
	background: #e6e9e4;
}

.index_title01{
	padding-bottom: 5%;
	border-bottom: 2px #ffc900 solid;
	margin-bottom: 5%;
	line-height: 1;
	text-align: center;
}

.news_list01{
	margin-bottom: 10%;
}

.news_list02{
	padding: 5% 0;
	border-bottom: 1px #ccc solid;
}

.news_list02_date{
	margin-bottom: 5px;
}

.news_list02_title a{
	color: #999;
	text-decoration: none;
}

.news_list02_title a:hover {
    opacity: 0.7;
}

.news_more{
	text-align: right;
}

.news_more a{
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	border: 1px #002 solid;
	background: #002;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}

.news_more a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	transform: translateY(-50%);
	border-top: 6px transparent solid;
	border-left: 10px #fff solid;
	border-bottom: 6px transparent solid;
}

.news_more a:hover{
	background: #fff;
	color: #002;
}

.news_more a:hover:after{
	border-left: 10px #002 solid;
}


.index_nr_box > div{
	margin-bottom: 15%;
}

.match_result{
	box-sizing: border-box;
	padding: 5% 3%;
	margin: 0 auto 10%;
	background: #002;
	color: #fff;
}

.match_result h2{
	width: 100%;
	padding-bottom: 5%;
	border-bottom: 2px #ffc900 solid;
	margin-bottom: 5%;
	text-align: center;
	line-height: 1;
}

.next_match{
	padding: 5% 3%;
	margin: 0 auto;
	background: #e6e9e4;
}

.match_result01{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}

.match_result_team{
	width: 35%;
	font-size: 1.2em;
	flex-shrink: 1;
}

.match_score{
	width: 30%;
	padding: 0 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	line-height: 1;
}

.match_score_left{
	font-size: 1.5em;
}

.match_score_vs{
	padding: 0 5%;
	font-size: 0.7em;
}

.match_score_right{
	font-size: 1.5em;
}

.match_result02{
	margin-bottom: 5%;
}

.match_result_date{
	margin-bottom: 2%;
}

.match_result_text{
	font-weight: bold;
}

.next_match_box{
	position: relative;
	box-sizing: border-box;
	padding: 13% 3% 8%;
	border: 2px #002 solid;
	background: #fff;
	text-align: center;
}

.match_box01{
	text-align: center;
}

.match_name01{
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.match_name02{
	margin-bottom: 5px;
}

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

.next_match_vs{
	width: 30%;
	padding: 0 3%;
	flex-shrink: 0;
}

.match_date{
	margin-bottom: 5px;
}

.match_team{
	width: 50%;
	font-size: 1.2em;
	font-weight: bold;
	flex-shrink: 1;
}

.index_media_banner{
	margin-bottom: 5%;
}

.index_media_banner li:not(:last-child){
	margin-bottom: 2%;
}

.index_media_banner img{
	width: 100%;
}

.index_banner{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.index_banner a{
	display: block;
	margin-bottom: 2%;
}

.index_banner a:last-child{
	margin-bottom: 0;
}

.index_banner a img{
	width: 100%;
}





/*@@wy[Wʁ@@*/

.ul_main{
	background: #002;
}

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

.pankuzu{
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}

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

.pankuzu a:hover{
	opacity: 0.7;
}

.ul_h01{
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.ul_h02{
	padding: 5px 10px;
	border-bottom: 2px #fff solid;
	margin-bottom: 10px;
	font-size: 22px;
}

.ul_box01_left{
	margin-bottom: 20px;
}

.ul_box01_left,
.ul_box01_right{
	padding: 20px 10px 20px;
	background: #004;
	color: #fff;
}

.index_main .ul_box01_right{
	background: #fff;
	box-shadow: none;
}

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

.tm_button_list li,
.page_btn01 li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.tm_button_list li:nth-child(2n),
.page_btn01 li:nth-child(2n){
	margin-right: 0;
}

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

.tm_button_list li a:hover,
.page_btn01 li a:hover{
	background: #002;
	color: #fff;
}

.tm_button_list:nth-child(even) li a,
.tm_button_list.cc li a,
.page_btn01.staff li a{
	background: #002;
	color: #fff;
}

.tm_button_list:nth-child(even) li a:hover,
.tm_button_list.cc li a:hover,
.page_btn01.staff li a:hover{
	background: #fff;
	color: #002;
}

.ul_box img{
	max-width: 100%;
}

.ul_paging{
	text-align: center;
}

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

.right_banner a img{
	width: 100%;
}

.sns{
	padding: 10px 10px 100px;
	background: #002;
}

.sns_box{
	display: flex;
	justify-content: center;
	padding: 20px 10px 20px;
	background: #004;
	color: #fff;
}

.sns_box iframe{
	max-width: 100%;
}


.sns001{
	background: #002;
	width:100%;
	padding:30px 0;
	display:flex;
	gap:10px;
	justify-content: center;
}
.sns001 img{
	width:100%;
}

/*@@XPW[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: #004;
	text-decoration: none;
}

.sch_mon_prev a:hover,.sch_mon_next a:hover{
	opacity: 0.7;
}

.stSchList {
	font-size:0.8em;
	margin:1% 0;
	padding:2% 0;
	background: #ffffff;

}

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

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

.stSchList th{
	width:10%;
	padding:1%;
	border: 1px solid #004;
	font-size:1.2em;
	text-align:center;
}

.stSchList td{
	padding:1%;
	border: 1px solid #004;
	font-size:1em;
	text-align:left;
}

.google_cale_box{
	position: relative;
	width: 100%;
	padding-top: 200%;
}

.google_cale_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*@@j[Xꗗy[W@@*/

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

.news_list_category{
	margin-right: 10px;
}

.news_list_title{
	padding: 0 5px;
	font-size: 16px;
}

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

.news_list_title a:hover{
	opacity: 0.7;
}

.right_calendar_table{
	margin: 0 auto 10px;
}

.right_calendar_table a{
	text-decoration: none;
}

.right_calendar_table a:hover{
	opacity: 0.6;
}

.side_menu_blog_list01{
	margin-bottom: 20px;
}

.side_menu_blog_list01 table{
	margin:  0 auto;
}

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

.side_menu_blog_list01 a:hover{
	opacity: 0.7;
}

.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 #999 solid;
	border-bottom: 2px #999 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 #999 solid;
	border-bottom: 2px #999 solid;
}





/*@@j[Xڍ׃y[W@@*/

.news_detail_title{
	padding: 10px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 40px;
}

.news_detail_category{
	margin-bottom: 5px;
}

.game_td{
	margin-bottom: 10px;
}

.game_title{
	margin-bottom: 5px;
	font-weight: bold;
}

.news_detail_comennt01{
	margin-bottom: 80px;
}

.game_result{
	margin: 0 auto 80px;
}

.kekka_01{
	padding:5px 0;
	text-align:center;
	background-color:#004;
	color:#FFFFFF;
	font-weight:bold;
	border:1px #CCCCCC dotted;
	font-size:1em;
}

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

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC dotted;
	font-size:1em;
	line-height:1.5;
}

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

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

.news_file li{
	width: 49%;
	margin-bottom: 2%;
}

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

.news_data{
	margin-bottom: 10px;
}

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

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

.news_data li a:hover{
	opacity: 0.7;
}

.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 #002 solid;
	background: #002;
	color: #fff;
	text-decoration: none;
}

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





/*@@M[iʐ^jڍ׃y[W@@*/

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

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

.photo_list li{
	width:32%;
	margin-right: 1%;
	margin-bottom: 2%;
}

.photo_list li img{
	width: 100%;
}





/*@@M[ijy[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%;
}





/*@@₢킹y[W@@*/

.contact_form{
	width:100%;
	margin:1em auto;
}

.contact_form td{
	padding:0.2em;
	border:1px #CCCCCC solid;
}

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

.contact_text{
	width: 100%;
	margin-bottom: 2em;
	text-align: center;
}

.contact_btn{
	text-align:center;
}

.contact_btn button,
.contact_btn a{
	display: inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	color: #fff;
}

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

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

.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:80%;
	padding:5%;
}

.input_st02{
	width:10%;
	padding:5%;
}
.input_st03{
	width:80%;
	padding:5%;
	height:6em;
}

.con_text,
.acc_text{
	margin: 0 auto 10%;
	word-break: break-word;
}

.acc_text a{
	color: #cfdaff;
}




/*@@uOy[W@@*/

.ul_blog_left{
	padding-bottom: 50px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 50px;
}

.blog_title01{
	padding: 5px 10px 10px;
	border-left: 10px #ccc solid;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}

.blog_body01{
	margin-bottom: 20px;
}

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

.blog_img a{
	display: block;
	width: calc(100% / 2);
}

.blog_img img{
	display: inline-block;
	width: 100%;
}

.blog_data a{
	color: #fff;
}

.blog_data a:hover{
	color: #ffc900;
}

.blog_date{
	margin-top: 50px;
	text-align: right;
}

.blog_bot{
	margin-top: 40px;
}

.blog_bot a{
	color: #fff;
}

.blog_bot a:hover{
	color: #ffc900;
}

.blog_calendar{
	margin-bottom: 20px;
}

.blog_monthlist{
	margin-bottom: 20px;
}

.blog_monthlist a{
	display: block;
	padding: 5px 10px;
	background: #002;
	color: #fff;
	text-decoration: none;
}

.blog_monthlist a:not(:last-child){
	margin-bottom: 5px;
}

.blog_monthlist a:hover{
	color: #ffc900;
}

.blog_right_pageing{
	display: flex;
	justify-content: center;
}

.blp_now{
	margin: 0 20px;
	color: #f00;
}

.blog_right_pageing a{
	color: #fff;
}

.blog_right_pageing a:hover{
	color: #ffc900;
}




/*@@OCy[W@@*/

.login001{
	padding: 20px;
	background: #fff;
}

.login002 dl{
	display: flex;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}

.login002 dt{
	width: 3.5em;
}

.login002 input{
	padding: 5px;
}

.login003{
	padding-left: 56px;
}

.login003 button{
	padding: 5px 20px;
	border: 1px #002 solid;
	background: #002;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.login003 button:hover{
	background: #fff;
	color: #002;
}



/*@@ey[W@@*/

.bt_menu_style01 {
	margin: 0 0 2em 0;
}

.bt_menu_style02 {
	width: 48%;
	float: left;
	margin: 0 1%;
}

.bt_menu_style02 a{
	display: block;
	padding: 10px 0;
	border: 1px #002 solid;
	background: #002;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.bt_menu_style02 a:hover{
	background: #fff;
	color: #004;
}

.title_h3{
    width: 100%;
	margin-bottom: 5%;
}

.title_h3,
.title_h3_width,
.title_h302{
    color: #fff;
    background-color: #002;
    border-bottom: 5px #ffc900 solid;
}

.title_h3 h3{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
}

.page_area:not(:last-child){
	margin-bottom: 30px;
}

.member_box{
	width: 100%;
	margin:0.5em 0 1.5em 0;
}

.member_box: last-child{
	margin-bottom: 0;
}

.member_box th{
    background-color: #004;
    border: 1px #ccc solid;
    padding: 1% 2%;
	color:#FFF;
}

.member_box td{
    padding: 1% 2%;
    border: 1px #ccc solid;
}

.map{
    max-width: 100%;
}

.map iframe{
    width: 100%;
}

.link_style{
	width: 100%;
	border: 1px #002 solid;
	margin: 10px 0;
	color: #333;
}

.link_style th{
	width: 96%;
	display: block;
	padding: 2%;
	text-align: left;
	color: #fff;
	background-color: #002;
}

.link_style td{
	display: block;
	padding: 4% 2%;
	width: 96%;
	background: #e6e9e4;
}

.page_fac{

}

.page_fac.ob{
	margin-bottom: 10%;
}

.page_fac.ob .page_fac01{
	border: #fff 2px solid;
	margin-bottom: 5%;
}

.page_fac .page_fac01 a img{
	width: 100%;
}

.staff_area_type001{
	padding: 5%;
}

.staff_area_type002{
	margin-bottom: 5%;
	text-align: center;
}

.staff_area_type002 img{
	max-width: 100%;
}

.staff_area_type004{
	margin-bottom: 5%;
	text-align: center;
}

.page_img{
	margin-bottom: 50px;
}

.page_img img{
	max-width: 100%;
}

.page_img_list02{
	margin-bottom: 6%;
}

.page_img_list02 li{
	margin-bottom: 2%;
}

.m_list{
	margin-bottom: 6%;
}

.mem_style001{
	border: 1px #002 solid;
	margin-bottom: 4%;
	background: #e6e9e4;
	color: #333;
}

.mem_style002{
	padding: 3%;
}

.mem_style002 img{
	width: 100%;
}

.mem_style004{
	padding-top: 3%;
	border-top: 2px #004 solid;
	margin: 0 3% 3%;
}

.team_concept{
	padding: 10px;
	border: 1px solid #ffd700;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}










}