
<style>
	*{
		margin:0;
		padding:0;
	}

a, p, table, td, th, h6, ul, li, img {
	margin:0;
	padding:0;
}

	body {
	margin:0 auto;	
	background-color:#f5f5f5;
 font-family:'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5{
	font-family:'Anton';
	color:#25a444;
	margin:0;
	padding:0;
}

	.wrapper {
	width:80vw;
	margin:0 auto;
		max-width:1024px;
}
	.wrapper2 {
	width:80vw;
	margin:0 auto;
		max-width:1024px;
	position:relative;
}

/*ヘッダー部分*/
	header{
		background:white;
		z-index:10;
		height:100px;
		display:flex;
		overflow:hidden;
		justify-content:space-between;
		position:relative;
		transition:all 1s;
	
    box-shadow: 0px 0px 15px -5px #777777;
	}

	header h1 {
	margin-left:2rem;
	line-height:100px;
	
}

	header .logoPic{
	width: 380px;
    height: 100px;
    display: block;
    object-fit: contain;
}
#navbtn {
	transition:all 1s;
	width:45px;
	height:45px;
	background:white;
	margin:auto 0;
	position:absolute;
	top:20px;
	right:20px;
	display:none;
}


#navbtn span {
	width:35px;
	height:2px;
	background: #25a444;
	position:absolute;	
}
#navbtn span:nth-child(1){
	left:5px;
	top:11px;
	transition:all 0.2s;	
}
#navbtn span:nth-child(2) {
	left:5px;
	top:21px;

}

#navbtn span:nth-child(3) {
	left:5px;
	top:31px;
	transition:all 0.2s;
}

.open span:nth-child(1) {
	transform:translateY(10px) rotate(45deg);
}
.open span:nth-child(2) {
	opacity:0;
 	top:22.5px;
}
.open span:nth-child(3) {
	transform:translateY(-10px) rotate(-45deg);
}



	nav{
	width:65vw;

	}
	nav ul{
		display:flex;
		list-style:none;
		justify-content:space-between;
				align-items:center;
		margin-right:1rem;
	}
	nav ul li{
		line-height:100px;
	}
	nav ul li a{
		font-size:0.9rem;
		color:green;
		text-decoration:none;
		
	}

#navfull {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:-100%;
	background-color:rgba(37,164,68, 0.98);
	transition:1s;
	z-index:999;
	display:flex;
	justify-content:center;
	align-items:center;
}

#navfull h1 {
	font-size:2rem;
	padding:1rem 0;
	margin:0;
	color:white;
}

#navfull ul{
	list-style:none;
	height:80%;
	width:80%;
	margin:auto 0;
	display:flex;
	flex-direction:column;	

}
#navfull ul li {
	width:100%;
	border-width:80%;
	padding-bottom:0.5rem;
}
.mainmenu {
	font-size:1.5rem;
}
.submenu {
	font-size:1rem;
	margin-left:1rem;
}

#navfull ul li a {
	text-decoration:none;
	color:white;
}
#navfullbtn {
	transition:all 1s;
	width:45px;
	height:45px;
	margin:auto 0;
	position:absolute;
	top:20px;
	right:20px;
}
#navfullbtn span {
	position:absolute;
	width:35px;
	height:2px;
	background:white;		
}
#navfullbtn span:nth-child(1){
	left:5px;
	top:11px;
	transition:all 0.2s;	
		transform:translateY(10px) rotate(45deg);
}
#navfullbtn span:nth-child(2) {
	left:5px;
	top:21px;
		opacity:0;
 	top:22.5px;

}

#navfullbtn span:nth-child(3) {
	left:5px;
	top:31px;
	transition:all 0.2s;
		transform:translateY(-10px) rotate(-45deg);
}

.closenav {
		overflow:hidden;
	display:none;

}
.opennav {
	overflow:scroll;
	transform:translateY(100%);
	transition:all 1s;
	display:block;
  -ms-overflow-style: none;    
   scrollbar-width: none;       
}
.opennav::-webkit-scrollbar {  
        display:none;  
}
/*ここからトップタイトル*/
#toptitle {
	height:400px;
	background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../images/main2.jpg");
	background-position: 5% 10%;
	background-size:cover;
	 background-position: center center;
}

.toptitlebig {	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
}
#toptitle h1 {
	text-align:center;
	font-size:7rem;
	color:white;
}
#toptitle p {
	text-align:center;
	color:white;
	font-size:1.5rem;
}

/* ここからニュースページコンテンツ*/

.bg {
	background:white;
}
#teams {
    margin-bottom: 150px;
    padding-top: 30px;
}

.titleTeams{
		font-size:2.5rem;
		font-weight:bold;
		color:#25a444;
		border-bottom:3px solid #25a444;
		display:flex;
		margin-bottom:50px;
	
}

.teamsContents{
		width:90%;
		padding-top:30px;
		margin:0 auto;
}

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


.pickupTeams h3 {
	font-size:2rem;
	text-align:right;
	padding-bottom:1rem;	
	width:100%;
}

/*ここからタブ機*/

input[name="select"] {
  display: none;
}

.tab_item0{
	display:flex;
	justify-content:center;
	align-items:center;
	background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/main5.jpg");
	background-size:cover;
	 background-position: center center;
	margin: 0 1%;
	box-sizing:border-box;
	text-align:center;
	font-size:1.5rem;
	color:white;
	position:relative;
	width:32%;
	height:200px;	
	transition: 0.5s ;
	opacity:0.3;
	cursor: pointer;

}
.tab_item1{
	display:flex;
	justify-content:center;
	align-items:center;
	background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/kids1.jpeg");
		background-size:cover;
	 background-position: center center;
	margin-right:1%;
	box-sizing:border-box;
	text-align:center;
	font-size:1.5rem;
	color:white;
	position:relative;
	width:32%;
	height:200px;	
	transition: 0.5s ;
	opacity:0.3;
	cursor: pointer;
}
.tab_item2{
	display:flex;
	justify-content:center;	
	align-items:center;
	background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../images/women.jpeg");
		background-size:cover;
	 background-position: center center;
	margin-right:1%;
	box-sizing:border-box;
	text-align:center;
	font-size:1.5rem;
	color:white;
	position:relative;
	width:32%;
	height:200px;		
	transition: 0.5s ;
	opacity:0.3;
	cursor: pointer;
}

#all:checked {
	opacity:1;
	transition:0.5s;
}

#all:checked~#all-selected, #pickup-kids:checked~#pickup-kids-selected, #pickup-women:checked~#pickup-women-selected{
	height:auto;
	overflow:auto;
	opacity:1;
	transition:0.5s;
}
#all:checked + .tab_item0, #pickup-kids:checked + .tab_item1, #pickup-women:checked + .tab_item2 {
	opacity:1;
}


#all-selected,#pickup-women-selected,#pickup-kids-selected {
	width:100%;
	height: 0;
	overflow: hidden;
	opacity:0;
	transition:0.5s;
	
}


.teamKids, .teamHigh, .teamSenior {
	padding:3rem 0;
}

.teamKids h4, .teamHigh h4, .teamSenior h4 {
	text-align:center;
	font-size:2rem;
	color:white;
	background: linear-gradient(green 0%, limegreen 100%);
	margin-bottom:1.5rem;
}
.teamKids ul, .teamHigh ul, .teamSenior ul {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	justify-content:space-between;	
	margin:0 auto;
}
.teamKids li, .teamHigh li, .teamSenior li {
	width:45%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	border-bottom:dashed 2px gray;
	padding:1rem 0;
}

.team-name {
	width:100%;
	font-weight:bold;
	font-size:1.5rem;
}
.team-name a {
	text-decoration:none;
	color:black;

}
.team-rep {
	width:50%;
}
.team-info {
	width:50%;
	color:black;
	text-decoration:none;
}	
.listtag-kids {
	display: inline-block;
    color: white;
    background: orange;
    border-radius: 1rem;
    padding: 2px 1rem;
		margin:2px;
}
.listtag-women {
	display: inline-block;
    color: white;
    background: pink;
    border-radius: 1rem;
    padding: 2px 1rem;
		margin:2px;
}

.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #25a444;
  text-decoration: none;
}
.arrow_s:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #25a444;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}



.local-menu {
	width:80%;
	margin:0 auto;
}	
.local-menu ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.local-menu li {
	width:50%;
	height:50vh;
	text-align:center;
	margin-bottom:1.5rem;
}
.team-photo, .facility-photo {
	position:relative;
}


.local-menu li h3 {
	font-size:2rem;
}
.local-menu li h4 {
	font-size:1.5rem;
}
.local-menu li p {
	font-size:1rem;
}
.local-menu img {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display:block;
	width:90%;
	height:90%;
	object-fit:cover;	
}
.team-back, .facility-back {
	position:absolute;
	bottom:3%;
	right:3%;
	width:90%;
	height:90%;
	background:linear-gradient(green 0%, greenyellow 100%);
}
.local-menu a{
	display:inline-block;
	background-image: linear-gradient(green 0%, greenyellow 100%);
	padding:0.5rem 2.5rem;
	color:white;
	font-size:1.2rem;
	cursor:pointer;
	box-shadow:none;
	border-radius:0.8rem;
	margin-top:2rem;
	text-decoration:none;
}
.menu-detail {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:85%;
	border:solid 3px green;
}
.menu-box {
	display:flex;
	justify-content:center;
}


	



/* ここからピックアップ*//
#pickup　{
		padding-bottom:200px;
}

.titlePickup{
		font-size:2.5rem;
		font-weight:bold;
		color:#25a444;
		border-bottom:3px solid #25a444;
		display:flex;
		margin-bottom:50px;
}


	.titlePickup_text {
		margin-left:auto;
}

	.pickup-title {
	margin-left:auto;
}

#pickup ul{
		padding-top:2rem;
		padding-bottom:200px;
		display:flex;
		list-style:none;
		max-width:1280px;
		margin:0 auto;
		height:250px;	
}


#pickup ul li a {
	color:white;
	height:250px;
	text-align:center;
	text-decoration:none;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,100,0,0.8));
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;


}
.pickup_subtitle {
    font-size: 2rem;
    font-weight: bold;
}
	.pickupList1{
		width:33.3%;
		background-image:url("../../images/apply.jpg");
				background-size:cover;
	  background-position: center center;
	
	}
	.pickupList2{
		width:33.3%;
		background-image:url("../../images/history.jpg");
						background-size:cover;
	  background-position: center center;
	}
	.pickupList3{
		width:33.4%;
		background-image:url("../../images/about.jpg");
				background-size:cover;
	  background-position: center center;
	}
.local_title {
	font-size:2rem;
	font-weight:bold;

}

	#footerSub{
		background-image:url("../../images/footersub.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		height:400px;
		display:flex;

	}
	.footerSubAbout, .footerSubContact{
	width:100%;
	margin-top:130px;

	
	}
	.about1{
		color:white;
		font-size:2rem;
		margin-bottom:20px;
		text-align:center;
	}
	.about2{
		color:white;
		font-size:0.8rem;
		text-align:center;
	}
	.about2 a{
		color:white;
	}
		.contact2 a {
		color:white;
	}
	.contact1{
		color:white;
		font-size:2rem;
		margin-bottom:10px;
		text-align:center;
	}
	.contact2{
		color:white;
		font-size:0.8rem;
		text-align:center;
	}
	.contact3{
		color:white;
		font-size:0.8rem;
		text-align:center;
		margin-bottom:10px;
	}


.to-contact {
 text-decoration: none;
  background-image: linear-gradient(green 0%, limegreen 100%);
	padding:0.5rem 0.5rem;
	margin-top:1.2rem;
	color:white;
	text-decoration:none;
	font-size:1.2rem;
}
.to-contact-button {

	text-align:center;
	padding-top:1rem;
}


.footer-contact {
	width:80%;
	margin:0 auto;
	display:flex

}
	footer{
		background:#25a444;
		width:100%;
		color:white;
	}

	footer h6{
		text-align:center;

		padding:2rem 0;
		font-size:0.8rem;
	}

.footer-table {
	padding-top:15px;
	width:65%;
	margin:0 auto;
}

.footer-table table {
	width:100%;
}


	.footer-table a {
	color:white;
	line-height:1rem;
	text-decoration:none;
}

.footer-table tr{
	font-size:0.8rem;
	padding-top:10px;
	vertical-align:top;
}

.footer-table td{
	padding:0.5rem;
}


.footer-h {
	font-weight:bold;
	font-size:0.8rem;
	
}

.section-title {
	font-size:2.5rem;
	font-weight:bold

}



.arrow_s {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #25a444;
  text-decoration: none;
}
.arrow_s:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #25a444;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.arrow_s2 {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: white;
  text-decoration: none;
}
.arrow_s2:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/*ここからレスポンシブ*/

@media (max-width:1024px){
.team-name {
	font-size:1.2rem;
}
.team-rep {
	font-size:0.8rem;
	
}
.team-info {
	font-size:0.8rem;
}



/*共通項目*/
	.fixed {
	position:fixed;
	width:100%;

	}
	nav ul {
	display:none;
	}
	#navbtn {
	display:block;
	}
	#tabs {
		width:100%;
	}	
	.tab_item {
	width:49%;
	margin-bottom:5px;
	}
	.contact1, .about1 {
	font-size:1.2rem;
	font-weight:bold;

	} 
	.footer-table {
		width:95%;
	}


}	
@media (max-width:600px){

	#toptitle h1 {
		font-size:2.5rem;
	}
	.titleTeams {
		font-size:1.2rem;
		margin-bottom:30px;
	}
	#toptile p {
		font-size:0.8rem;
	}
	#teams {
	margin-bottom:30px;
	}
 	.pickupTeams h3 {
	font-size:1rem;
	}
	.tab_item0 ,.tab_item1, .tab_item2 {
		height:120px;
		width:100%;
		font-weight:bold;
		margin-bottom:10px;
	}
	.tab_item0 p,.tab_item1 p, .tab_item2 p {
		font-size:1.2rem;
	}
.teamKids h4, .teamHigh h4, .teamSenior h4{
	font-size:1rem;
	font-weight:bold;
	padding:5px 0;
	}


.teamKids li, .teamHigh li, .teamSenior li {
	width:100%;
	}


	/*共通項目*/
	.wrapper {
	width:80%;	
	max-width:80%;
	}
	header {
	align-items:center;
		height:75px;
	}
	header h1 {	
	margin-left:1rem;	
	width:65%;
	height:100%;
	}
	nav {
	width:35%;
	}
	header .logoPic {
	width:100%;
	height:100%;
	object-fit:contain;
	display:block;
	}
	#navfull h1{
	font-size:22px;
	line-height:23px;
	}
	.mainmenu {
	font-size:1rem;
	}
	#pickup ul {
	flex-direction:column;
	height:auto;
	padding-bottom:80px;
	
	}
	#pickup ul li {
	width:100%;
	}
	#pickup ul li a {
	font-size:1rem;
	height:150px;
	}	
	.titlePickup {
	font-size:1rem;
 }

 .pickup_subtitle {
	font-size:1.5rem;
	}
	.footer-contact {
		flex-direction:column;
		
	}
	.footerSubAbout, .footerSubContact {
		word-break:break-all;
		margin-top:0;
		height:50%;
		display:flex;
		flex-direction:column;
		justify-content:center;		
	}
	.footerSubContact {
		padding-bottom:20px;
	}
	.footer-table {
	display:none;
	}
}



</style>
