@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	scroll-behavior: smooth;
	}

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	vertical-align: bottom;
	}

/* リンク */
a:link { color: #353535; text-decoration : none;} 
a:visited { color: #353535; text-decoration : none;} 
a:hover { color: #353535; text-decoration : none;} 
a:active { color: #353535; text-decoration : none;} 
a:focus{ outline:none;}

.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}

p{
	margin : 0;
	}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


form{
	margin : 0;
	}
input,select,button{
	margin : 0 0 10px 0;
	}
table{
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}







body{
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background: url('../img/bg.png');
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin: 0 auto;
	padding: 0;
	}







header{
	padding: 10px 20px;
	width: 100%;
	min-width: 1000px;
	text-align: left;
	border-bottom: solid 1px #cecece;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 9999;
	}
header h1{
	margin: 0;
	font-size: 14px;
	}
header ul{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 0 50px 0 0;
	}
header ul li{
	font-weight: 900;
	}
header ul li:nth-child(1) a{
	color: #11b9ea;
	}
header ul li:nth-child(2) a{
	color: #59c916;
	}
header ul li:nth-child(3) a{
	color: #e03354;
	}
header ul li:nth-child(4) a{
	color: #ffcd1f;
	}



#kv{
	overflow: hidden;
	padding: 60px 0 0 0;
	}

.slide-items {
  width: 100%;
  max-width: 100%;
  margin: auto;
}


.slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-dots li button:before{
	font-size: 15px !important;
	}






#main{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 100px 0;
	}



.club{
	text-align: center;
	min-width: 1000px;
	padding: 0 0 200px 0;
	}
.club h2{
	font-size: 105px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	}
.club h3{
	font-size: 24px;
	}
.club .text{
	margin: 0 0 80px 0;
	}
.club .results{
	background: #eee;
	border-radius: 5px;
	padding: 50px;
	font-size: 120%;
	margin: 0 auto 80px;
	width: 1000px;
	text-align: left;
	}
.club .results table{
	width: 300px;
	max-width: 100%;
	margin: 0 auto 50px;
	}
.club .results table:last-child{
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	}
.club .results table td{
	white-space: nowrap;
	padding: 0 20px 0 0;
	}
.club h4{
	font-size: 28px;
	margin: 0 0 30px 0;
	line-height: 1.2;
	}
.club h4 span{
	display: block;
	font-size: 14px;
	}
.club ul{
	margin: 0px auto 0;
	width: 1000px;
	}
.club ul li{
	margin: 0 0 50px 0;
	display: flex;
	justify-content: left;
	gap: 40px;
	}
.club ul li p:first-child{
	width: 250px;
	}
.club ul li p:first-child img{
	width: 100%;
	border: solid 8px #000;
	border-radius: 5px;
	}
.club ul li img{
	transition: 0.2s;
	}
.club ul li img:hover{
	transition: 0.2s;
	opacity: 0.8;
	}
.club ul li p:last-child{
	width: 710px;
	background: #eee;
	border-radius: 5px;
	text-align: left;
	padding: 30px 50px;
	font-size: 120%;
	display: flex;
	align-items: center;
	}


#marathon h2{
	color: #11b9ea;
	}
#marathon{
	background-image: url('../img/bg_b_s.png'),url('../img/bg_b.png'),url('../img/marathon.png');
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: left center,right center,right bottom;
	padding-top: 100px;
    margin-top:-100px;
	}

#baseball h2{
	color: #59c916;
	}
#baseball{
	background-image: url('../img/bg_g.png'),url('../img/bg_g_s.png'),url('../img/baseball.png');
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: left center,right center,left bottom;
	padding-top: 100px;
    margin-top:-100px;
	}

#futsal h2{
	color: #e03354;
	}
#futsal{
	background-image: url('../img/bg_r_s.png'),url('../img/bg_r.png'),url('../img/futsal.png');
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: left center,right center,right bottom;
	padding-top: 100px;
    margin-top:-100px;
	}




#naming_rights{
	background: #ffcd1f;
	padding: 200px 0;
	padding-top: 100px;
    margin-top:-100px;
	}
#naming_rights .content{
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	border-radius: 30px;
	padding: 90px;
	text-align: center;
	}
#naming_rights .content h2{
	margin: 0 0 60px 0;
	font-size: 30px;
	font-weight: 700;
	}
#naming_rights .content h2 span{
	border-bottom: solid 3px #000;
	}
#naming_rights .content h3{
	color: #ffcd1f;
	margin: 0 0 20px 0;
	font-size: 105px;
	font-weight: 900;
	line-height: 1;
	}
#naming_rights .content h4{
	margin: 0 0 20px 0;
	font-size: 24px;
	}
#naming_rights .content .text{
	font-weight: 500;
	margin: 0 0 80px 0;
	}
#naming_rights .content ul{
	display: flex;
	justify-content: space-between;
	}
#naming_rights .content ul li img{
	transition: 0.2s;
	}
#naming_rights .content ul li img:hover{
	transition: 0.2s;
	opacity: 0.8;
	}





#copy{
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	}



.scroll-top{
	position: fixed;
	bottom: 14px;
	right: 20px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	z-index: 9999;
	}
.scroll-top:hover{
	bottom: 20px;
	transition: 0.2s;
	}


















/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



	.sp{
		display : none;
		}

#sp_menu{
	display : none;
	}








/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}


#sp_menu{
	display : block;
	}






/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 5px;
    right: 5px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #e27f33;
    border-radius: 20px;
    z-index: 999999;
	}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
	}
.menu_btn span:before{
    bottom: 6px;
	}
.menu_btn span:after{
    top: 6px;
	}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
	}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
	}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #e27f33;
    bottom: 0;
    transform: rotate(495deg);
	}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #e27f33;
    top: 0;
    transform: rotate(-495deg);
	}

#menu_btn_check{
    display: none;
	}

#menu_btn_check:checked ~ .content{
    left: 0;
	}


#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: rgb(226,127,51,0.96);
    transition: all 0.5s;
    color: #fff;
    padding: 0 20px;
	}
#sp_menu .content ul {
    padding: 50px 0 0 0;
	}
#sp_menu .content ul:first-child li {
    border-bottom: solid 1px #fff;
    list-style: none;
	}
#sp_menu .content ul:first-child li a{
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	}
#sp_menu .content ul:first-child li a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
	}

#sp_menu .content ul.sns{
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
	}
#sp_menu .content ul.sns li{
	width: 50px;
	}
#sp_menu .content h2{
	margin: 0 0 10px 0;
	}
#sp_menu .content .tel{
	margin: 10px 0;
	}
#sp_menu .content .tel span{
	display: block;
	}






header{
	min-width: 100%;
	}
header img{
	width: 120px;
	}




header ul{
	display: none;
	}
	



#main{
	font-size: 18px;
	padding: 50px 10px;
	}



.club{
	min-width: 100%;
	padding: 0 10px 100px 10px;
	}
.club h2{
	font-size: 50px;
	}
.club h3{
	font-size: 18px;
	}
.club ul{
	margin: 0px auto 0;
	width: 90%;
	}
.club ul li{
	margin: 0 0 50px 0;
	display: block;
	}
.club ul li p:first-child{
	width: 100%;
	margin: 0 0 10px 0;
	}
.club ul li p:first-child img{
	width: 100%;
	border: solid 8px #000;
	border-radius: 5px;
	box-sizing: border-box;
	}
.club ul li p:last-child{
	width: 100%;
	border-radius: 5px;
	text-align: left;
	padding: 20px;
	font-size: 100%;
	}


.club .text{
	margin: 0 0 50px 0;
	}
.club .results{
	background: #eee;
	border-radius: 5px;
	padding: 20px;
	font-size: 100%;
	margin: 0 auto 50px;
	width: 100%;
	box-sizing: border-box;
	}
.club h4{
	font-size: 28px;
	margin: 0 0 20px 0;
	line-height: 1.2;
	}








#marathon{
	background-size: 15%,30%,50%;
	background-position: left 50px,right 50px,center top;
	}

#baseball{
	background-size: 30%,15%,50%;
	background-position: left 50px,right 50px,center top;
	}

#futsal{
	background-size: 15%,30%,50%;
	background-position: left 50px,right 50px,center top;
	}




#naming_rights{
	padding: 50px 20px;
	}
#naming_rights .content{
	width: 100%;
	padding: 30px;
	}
#naming_rights .content h2{
	margin: 0 0 30px 0;
	font-size: 20px;
	}
#naming_rights .content h3{
	font-size: 50px;
	}
#naming_rights .content h4{
	font-size: 18px;
	}
#naming_rights .content .text{
	margin: 0 0 40px 0;
	}
#naming_rights .content ul{
	display: block;
	}
#naming_rights .content ul li{
	margin: 0 0 30px 0;
	}





#copy{
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	}







.scroll-top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	}
.scroll-top:hover{
	bottom: 10px;
	}






















/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/

