@charset "utf-8";
/* CSS Document */


/* main visual */
.main_img {
	margin: 0 auto 10rem;
	max-width: 1400px;
}
.main_img .slider_wrap {
    height: 540px;
}
.slider_wrap {
    opacity: 0;
    transition: opacity 1s ease;
}
.slider_wrap.slick-initialized {
    opacity: 1;
}
.main_img .slide_item{
	overflow: hidden;
	position: relative;
}
.main_img img{
	width: 100%;
	height: auto;
}
.main_img .slick-list {
    padding-top: 0;
}
.main_img .slick-dots{
	bottom: -3rem;
}
.main_img .slick-dots li button:before {
	background-color: #fb8300;
}
.main_img .slick-list{
	overflow: visible
}
.main_img .slick-slide {
}
.main_img .slick-slide.slick-active {
}
.main_img .slick-prev,
.main_img .slick-next{
	width: 1000px;
	height: 100%;
	background: rgba(0,0,0,0.6) url(../images/icon_next_01.png) no-repeat 2% center;
    background-size: 50px auto;
	border-radius: 0;
}
.main_img .slick-prev{
	left: auto;
	right: 100%;
}
.main_img .slick-next{
	left: 100%;
	right: auto;
}
.main_img .img{
	position: relative;
	display: block;
}
.main_img .img > img{
	display: block;
}
.main_img .img .sp{
	display: none
}
.main_img .main_to_sns{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	margin-top: 19%;
	width: 39%;
}
.main_img .main_to_sns ul{
	/* width: 620px; */
}
.main_img .main_to_sns ul li,
.main_img .main_to_sns ul li a{
	color: #fff;
}
.main_img .main_to_sns ul li{
	width: 21%;
	text-align: center;
}
.main_img .main_to_sns ul li .icon{
	margin: 0 auto 1rem;
	width: 90%;
	background-color: #fff;
	border-radius: 50%;
}
.main_img .main_to_sns ul li .img_frame{
	padding-bottom: 100%;
}

.main_img .main_to_sns ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.main_img .main_to_sns ul li.youtube img{
	width: 66%;
}
.main_img .main_to_sns ul li.fb img{
	width: 92%;
}
.main_img .main_to_sns ul li.tw img{
	width: 91%;
}
.main_img .main_to_sns ul li.insta img{
	width: 72%;
}
.main_img .main_to_sns .to_hash{
	margin: 6% auto 0;
	width: 91.1%;;
}
.main_img .main_to_sns ul li .text{
	font-size: 2rem;
}

@media screen and (max-width: 1400px) {
    
    .main_img .slider_wrap {
        height: 0;
        padding-bottom: 38.57%;
    }
}
    
@media screen and (min-width: 768px) {
	/* PC */
	.main_img .slick-dots li:hover img{
		opacity: 0.7;
	}
	.main_img .main_to_sns .to_hash a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}	
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 768px) {
	.main_img {
		margin-bottom: 15%;
	}
	.main_img .slider_wrap {
		padding-bottom: 55.93%;
	}
	.main_img .img > img {
		width: 145%;
        max-width: none;
        margin-left: -22.5%;
	}
	.main_img .main_to_sns {
		margin-top: 27%;
		width: 53%;
	}
	.main_img .main_to_sns ul li .text {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 480px) {
    .main_img .slider_wrap {
		padding-bottom: 80%;
	}
	.main_img .img > img{
		width: 100%;
        margin-left: 0;
	}
	.main_img .img .pc {
		display: none;
	}
	.main_img .img .sp {
		display: block;
	}
	.main_img .main_to_sns {
		margin-top: 44%;
		width: 80%;
	}
	.main_img .main_to_sns ul li .icon {
		margin-bottom: 0.5vw;
	}
	.main_img .main_to_sns ul li .text {
		font-size: 3vw;
		text-shadow:  0 0 1px #0080f8, 0 0 1px #0080f8, 0 0 2px #0080f8, 0 0 2px #0080f8, 0 0 3px #0080f8, 0 0 3px #0080f8,0 0 4px #0080f8, 0 0 4px #0080f8
	}
	.main_img .main_to_sns .to_hash {
		margin-top: 2.5%;
		width: 100%;
	}
}




/* お知らせ */
.topics_wrap {
	margin-bottom: 10rem;
}
.topics_wrap .inner {
	max-width: 1200px;
}


/*
.page_link{
	margin-left: 3rem;
}
.page_link ul{
	width: 320px;
}
.page_link ul li{
	margin-bottom: 2rem;
}
.page_link ul li a{
	position: relative;
	display: block;
	padding: 3.5rem 0;
	border: 4px solid #888;
	text-align: center;
	font-size: 2.4rem;
	border-radius: 1.5rem;
	text-indent: 0.5em;
	transition: 0.5s
}
.page_link ul li a:before,
.page_link ul li a:after{
	content: "";
	position: absolute;
	left: 1rem;
	top: 50%;
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 1.3rem;
}
.page_link ul li a:before{
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
}
.page_link ul li a.green:before{
	background-color: #32a122;
}
.page_link ul li a.orange:before{
	background-color: #fb8300;
}


.page_link ul li a:after{
	transform: translateY(-50%) translateX(0) rotate(90deg);
	-webkit- transform: translateY(-50%) translateX(0) rotate(90deg);
	background: url(../images/icon_next_01.png) no-repeat center center;
	background-size: 80% auto;
}
*/
@media screen and (min-width: 768px) {
	/* PC */
	
	.page_link ul li a:hover{
		color: #fff;
	}
	.page_link ul li a.green:hover{
		background-color: #32a122;
	}
	.page_link ul li a.orange:hover{
		background-color: #fb8300;
	}
}




.topics_wrap .title,
.topics_wrap .title a{	
	color: #fff;
}
.topics_wrap .title{
	margin-bottom: 1rem;
	padding: .2em .5em 0;
	font-size: 2rem;
	color: #fff;
	border-radius: 0.8rem 0.8rem 0 0;
	align-items: center
}
.topics_wrap .title .logo{
	display: inline-block;
	margin-right: 0.5rem;	
	width: 3.5rem;
	height: auto;
	vertical-align: middle;
}




.topics_wrap .title .btn{
	margin: 0;
	padding: 0.5rem;
	width: 160px;
}
.topics_wrap .title .btn:hover{
	background-color: transparent;
}
.topics_wrap .title .btn a{
	margin-left: 0;
	padding: 0.5rem 0;
	border: 1px solid #fff;
}




.topics{		
	width: 86%;
	max-width: 415px;
}
.topics h2{
}

.topics ul{
	margin-bottom: 3rem;
}
.topics ul li{
	padding: 1.3rem 0 0.8rem ;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.5rem;
	border-bottom: 1px dotted #ccc;
}
.topics .icon{
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.topics .date{
    margin-bottom: 1rem;
	margin-right: 2rem;
}
.topics .text{
	width: 100%;
	font-size: 1.5rem;
}
.topics .tar{
	font-size: 1.4rem;
}
.topics .text a{
}


@media screen and (min-width: 768px) {
	/* PC */
	.topics .title a:hover img{
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}
	
	.topics .text a:hover{
		text-decoration: underline;
	}	
}
@media screen and (max-width: 1120px) {
	.topics_wrap .inner{
		padding: 0 1rem;
	}
	.topics {		
		margin: 0 auto 6.5%;
		max-width: none
	}
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
	.topics_wrap{
		margin-bottom: 0;
	}
	.topics_wrap .title {
		font-size: 2rem;
	}
	.topics_wrap .title img{
		display: block;
		width: 2em;
	}
	
	.topics {
		margin-bottom: 6.5%;
		width: 92%;
	}
	.topics .icon,
	.topics .date {
        display: inline-block;
		margin-bottom: .7em;
		width: auto;
		font-size: 1.4rem;
	}
    .topics .date{
        font-weight: normal;
    }
    .topics .icon a {
        padding: .35em 1em;
    }
	.topics .text{
		width: 100%;
		font-size: 1.6rem;
	}
    .topics .text a {
        font-weight: normal;
    }
    .topics ul li {
        padding: 15px 0;
    }
	
	
}
@media screen and (max-width: 480px) {
    
    .topics_wrap .title {
        font-size: 1.8rem;
    }
    .topics .text {
        font-size: 1.4rem;
    }
    
}













.sns_wrap{	
	width: 335px;
}
.sns_wrap .title{
	margin-bottom: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 1.8rem;
	border-width: 1px;
	border-bottom: none;
}
.sns_wrap.fb .title{
	background-color: #2f7be9;
}
.sns_wrap.tw .title{
	background-color: #33a1e9;
}
.sns_wrap .title .logo{
	width: 30px;
	height: 30px;
	padding: 2px;
	border-radius: 50%;
	background-color: #fff;
}


.sns_wrap.fb .bd{
	border-color: rgba(24,119,242,0.3);
}
.sns_wrap.fb .bd a{
	color: #2f7be9;
}
.sns_wrap.tw .bd{
	border-color: rgba(29,161,242,0.3);
}
.sns_wrap.tw .bd a{
	color: #33a1e9;
}


.sns_wrap .frame{
	position: relative;
	margin-bottom: 3rem;
	width: 100%;
	height: 445px;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
}
.sns_wrap.fb .frame{
}
.sns_wrap.tw .frame{
	overflow-y: scroll;
}
.sns_wrap .frame iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% ;
	height: 100% ;
}



/*
.sns_wrap .icon{
	width: 350px;
	border-radius: 4rem;
	text-indent: -0.5em;
}
.sns_wrap .icon img{
	margin-right: 1rem;
	width: 4rem;
}
.sns_wrap.fb .icon a{
	color: #2f7be9;
}
.sns_wrap.tw .icon a{
	color: #33a1e9;
}
*/
@media screen and (min-width: 768px) {
	/* PC */
	.sns_wrap .title a:hover img{
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}
}

@media screen and (max-width: 1120px) {
	.sns_wrap{
		width: 46%;
	}
	
	
	
	.sns_wrap.fb{
		margin-left: 2.5%;
	}
	.sns_wrap.tw{
		margin-right: 2.5%;
	}
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	.sns_wrap,
	.sns_wrap.fb,
	.sns_wrap.tw{
		margin: 0 auto 6.5%;
		width: 92%;
	}
	.sns_wrap .frame{
		display: none;
	}
	
	.sns_wrap.fb .bd {
		border: 1px solid rgba(24,119,242,0.3);
	}
	.sns_wrap.tw .bd {
		border: 1px solid rgba(29,161,242,0.3);
	}
	.sns_wrap .title{
		text-indent: -1vw;
		text-align: center;
		font-size: 4vw;
	}
	.sns_wrap.fb .title,
	.sns_wrap.tw .title{
		background-color: transparent;
	}
	.sns_wrap.fb .title,
	.sns_wrap.fb .title a{
		color: #2f7be9;
	}
	.sns_wrap.tw .title,
	.sns_wrap.tw .title a{
		color: #33a1e9;
	}
	
	.sns_wrap .title .logo{
		margin-right: 0.5vw;
		width: 6.5vw;
		height: 6.5vw;
		padding: 0;
	}
}





/* インスタグラム instagram */
.insta_wrap{
	position: relative;
	margin-bottom: 10rem;
}
.insta_wrap .inner{
	position: static;
}

.insta_wrap .to_insta{
	position: absolute;
	-webkit- transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	margin: 0 auto;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
	border-radius: 1.5rem;
	z-index: 2;
}
.insta_wrap .to_insta h2{
	font-size: 1.8rem;
	
}
.insta_wrap .to_insta h2 a{
	display: block;
	padding-bottom: 10px;
	color: #b900b4;
}
.insta_wrap .to_insta h2 .icon{
	display: inline-block;
	margin-right: 0.5em;
	width: 30px;
	font-size: 1.8rem;
	vertical-align: middle;
}
.insta_wrap .to_insta h2 .icon img{
	width: 100%;
	height: auto;
}

.insta_api_wrap{
	width: 200%;
}
.insta_api_wrap ul{
	width: 50%;
	animation: infinity-loop 25s infinite linear;
}
/* 無限ループアニメーション */
@keyframes infinity-loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.insta_api_wrap ul li{
	/* width: 12.5%; */
	width: 16.66666%;
}
.insta_api_wrap ul li img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 960px) {
	.insta_api_wrap{
		width: 360%;
	}
}
@media screen and (max-width: 768px) {
	.insta_wrap{
		margin-bottom: 12%;
	}
	.insta_wrap .to_insta{
		position: static;
		-webkit- transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		left: 0;
		top: 0;
		margin-bottom: 8%;
		width: 92%;
		padding: 0;
	}
	.insta_wrap .to_insta h2{
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		font-size: 4vw;
	}
	.insta_wrap .to_insta h2 a{
		display: block;
		padding-bottom: 0;
	}
	.insta_wrap .to_insta h2 .icon{
		display: inline-block;
		margin-right: 0.5em;
		margin-right: 0.5vw;
		width: 6.5vw;
		height: 6.5vw;
		font-size: 4vw;
		vertical-align: middle;
	}
	.insta_wrap .to_insta h2 .icon img{
		width: 100%;
		height: auto;
	}
}






/* スポーツを通してまちづくりに貢献します！ */
#contents_area .intro{
	position: relative;
	padding: 100px 4% 280px;
	text-align: center;
	background: url(../images/bg_index_gym.jpg) no-repeat center top;
	background-size: cover;
}
.photo_01 {
	left: -15vw;
    top: -130px;
}
.photo_01 .image_illust {
    
}
.photo_02 {
	left: -13vw;
    bottom: -70px;
}
.photo_03{
	left: calc(50% - 600px);
	bottom: 50px;
}
.photo_04 {
	right: -15vw;
	top: -130px;
}
.photo_05 {
	right: -13vw;
    bottom: -80px
}
.photo_06 {
	right: calc(50% - 600px);
	bottom: 50px;
}


.illust_tennis_01 {
	right: -40px;
    bottom: 20px;
}
.illust_basket {
	right: -30px;
    bottom: -20px;
}
.illust_running {
	right: -20px;
	bottom: 20px;
}
.illust_pinpon {
	left: -40px;
	bottom: 20px;
}
.illust_tennis_02 {
	left: -33px;
    bottom: -10px;
}
.illust_volley{
	left: -30px;
	bottom: 20px;
}



#contents_area .intro .w320{width: 17%; max-width: 320px;}
#contents_area .intro .w300{width: 16.6%; max-width: 300px;}
#contents_area .intro .w270{width: 15%; max-width: 270px;}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
	#contents_area .intro .w320{width: 25%;}
	#contents_area .intro .w300{width: 24%;}
	#contents_area .intro .w270{width: 22%;}
}





#contents_area .intro .bgc{
	margin-bottom: 110px;
	padding: 50px 3%;
	background-color: rgba(255,255,255,0.65);
	border-radius: 2rem;
    position: relative;
}


#contents_area .intro h2{
	margin-bottom: 2rem;
	font-size: 5.5rem;
	color: #fb8300;
}
#contents_area .intro .text{
	font-size: 1.8rem;
	line-height: 2.2;
}
@media screen and (max-width: 1200px) {
    
    #contents_area .intro .bgc {
        margin-bottom: 150px;
    }
    #contents_area .intro h2 {
        font-size: 4.5rem;
    }
    #contents_area .intro .text {
        font-size: 1.7rem;
    }
    .photo_01 {
        width: 230px;
        left: -5%;
        top: -130px;
    }
    .illust_tennis_01 {
        width: 80px;
    }
    .photo_02 {
        width: 230px;
        left: -5%;
        bottom: -130px;
    }
    .illust_basket {
        width: 60px;
    }
    .photo_03 {
        width: 230px;
        left: 5%;
    }
    .illust_running {
        width: 60px;
    }
    .photo_04 {
        width: 230px;
        right: -5%;
        top: -130px;
    }
    .illust_pinpon {
        width: 65px;
    }
    .photo_05 {
        width: 230px;
        right: -5%;
        bottom: -130px;
    }
	.illust_tennis_02 {
        width: 65px;
    }
    .photo_06 {
        width: 230px;
        right: 5%;
    }
    .illust_volley {
        width: 60px;
		left: -5%;
	}
}
@media screen and (max-width: 960px) {
	#contents_area .intro .text .block{
		display: block;
	}
    
    #contents_area .intro h2 {
        font-size: 4.5rem;
    }
    

}
@media screen and (max-width: 768px) {
    
	#contents_area .intro{
		padding: 100px 4% 41%;
		background-position: 53% top;
	}
    #contents_area .intro h2 {
        font-size: 3rem;
    }
    #contents_area .intro .text {
        font-size: 1.5rem;
    }
	#contents_area .intro .bgc {
        width: 90%;
        margin: 0 auto 170px;
	}
    .photo_01 {
        width: 35%;
        top: -15vw;
    }
    .illust_tennis_01 {
        width: 40%;
        right: -15%;
        bottom: 2%;
    }
    .photo_02 {
        width: 35%;
        bottom: -15vw;
    }
    .illust_basket {
        width: 35%;
    }
    .photo_03 {
        width: 30%;
        bottom: 3%;
    }
    .illust_running {
        width: 35%;
    }
    .photo_04 {
        width: 35%;
        top: -15vw;
    }
    .illust_pinpon {
        width: 32%;
        left: -15%;
    }
    .photo_05 {
        width: 35%;
        bottom: -15vw;
    }
    .illust_tennis_02 {
        width: 38%;
    }
    .photo_06 {
        width: 30%;
        bottom: 3%;
    }
    .illust_volley {
        width: 35%;
        left: -15%;
    }
	/*#contents_area .intro .photo_05,
	#contents_area .intro .photo_06{
		right: -50%;
	}
	#contents_area .intro .photo_02,
	#contents_area .intro .photo_03{
		left: -50%;
	}
	#contents_area .intro .illust_tennis_01{
		left: -1%;
	}
	#contents_area .intro .illust_tennis_02{
		right: 0;
		top:53.5%;
	}
	#contents_area .intro .illust_basket{		
		top:54%;
		left: -1%;
	}
	
	#contents_area .intro .illust_pinpon {
		right: 1.5%;
	}
	#contents_area .intro .illust_running {
		left: 0;
	}
	#contents_area .intro .illust_volley{
		right: 0;
	}*/
	
}

@media screen and (max-width: 480px) {
    
    #contents_area .intro .bgc {
        width: 100%;
        padding: 50px 2%;
        margin-bottom: 35%;
    }
    #contents_area .intro {
		padding: 25% 0 25%;
	}
    #contents_area .intro h2 {
        font-size: 2rem;
    }
    #contents_area .intro .text {
        font-size: 1.3rem;
    }
    #contents_area .photo_03 > img {
        display: none;
    }
    .photo_03 {
        left: 3%;
        width: 10%;
    }
    .illust_running {
        width: 100%;
        position: static;
    }
    .photo_06 {
        width: 10%;
    }
    .illust_volley {
        position: static;
        width: 100%;
    }
    #contents_area .photo_06 > img {
        display: none;
    }
}














/* スポセンチャンネル */
.movie{
	position: relative;
	margin-left: -25px;
	width: 1030px;
}
.movie h4{
	margin: 0 auto 30px;
	width: 180px;
}
.movie .btn{
	margin-top: 2rem;
	width: 280px;
}


.movie > ul{
	margin-bottom: 4rem;
	
	justify-content: center;
}
.movie > ul li.slide_item{
	/* width:294px; */
	margin: 0 24px;
	width: 294px;
}

#contents_area .movie .icon img{
	display: inline-block;
	margin: 2px auto;
	margin-right: 2rem;
	width: 160px;
	vertical-align: middle;
}




.movie .slick-prev,
.movie .slick-next {
	width: 100%;
	height: 100%;	
	background: rgba(0,0,0,0.7) url(../images/icon_next_01.png) no-repeat 3% center;
	background-size: auto auto;
	transition: 0.2s;
	border-radius: 0;
}
.movie .slick-prev:hover,
.movie .slick-prev:focus,
.movie .slick-next:hover,
.movie .slick-next:focus{
	background: rgba(0,0,0,0.7) url(../images/icon_next_01.png) no-repeat 5% center;	
	background-size: auto auto;
}
#contents_area .movie .slick-prev{
	left: -102.5%;	
}
#contents_area .movie .slick-next {
	right: -102.5%;
}

@media screen and (min-width: 768px) {
	/* PC */
	.movie h4 a:hover img{
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}
}

@media screen and (max-width: 960px) {
	.movie{
		margin-left: 0;
		width: 100%;
	}
	
	
	.movie > ul.flex{
		display: block;
		margin: 0 auto 4rem;
		width: 65%;
	}
	.movie > ul.flex .slick-list{
		overflow: visible;
	}
	.movie > ul li.slide_item{
		margin: 0;
		padding: 0 2vw;
		width: 100%;
	}
	
	
}
@media screen and (max-width: 768px) {
	.movie > ul.flex{
		width: 80%;
		margin-bottom: 18%;
	}
	
	.movie .btn{
		margin-top: 3.5%;
		width: 85%;
	}

	
	.movie .slick-prev,
	.movie .slick-next,
	.movie .slick-prev:hover,
	.movie .slick-prev:focus,
	.movie .slick-next:hover,
	.movie .slick-next:focus{
		background-size: 6vw 6vw;
	}
	.movie .slick-dots{
		bottom: -5.5vw;
	}
	
}
@media screen and (max-width: 480px) {
    
    .movie > .icon {
        width: 100%;
        max-width: 350px;
        height: 58px;
        font-size: 1.5rem;
    }
    #contents_area .movie .icon a {
        padding: 7px;
        border-radius: 29px;
    }
}







/* 共通 */
@media screen and (max-width: 768px) {
	.bg_line .btn_shadow{
		margin-top: 5%;
		width: 55%;
	}
	
	.sports .wrap_title .text .point{
		/*margin: 0 auto;
		width: 85%;*/
	}
}





/* 教室を探す */
.bg_line.search3_wrap .inner{
	padding-bottom: 2rem;
}
.search3_wrap .human_01{
	top: 0;
	left: -220px;
	margin-top: -50px;
}
.search3_wrap .human_01 .img_frame{
	padding-bottom: 140%;
}

@media screen and (max-width: 1400px) {
	#contents_area .search3_wrap .human_01{
		top: -35px;
		left: -10px;
		width: 180px;
	}
}
@media screen and (max-width: 960px) {
	/* pc */
	#contents_area .search3_wrap .human_01{
		left: 3.5%;
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	#contents_area .search3_wrap .human_01{
		margin-top: -12%;
	}
}


#search_select .btn_shadow{
	/* width: 48.2%; */
	width: 32%;
}


#search_select .btn_shadow:after{
	content: none
}
#search_select .btn_shadow{	
	/* font-size: 	2.8rem; */
	font-size: 2.4rem;
}
#search_select .btn_shadow a{
	position: relative;
	display: block;
	padding: 1rem 0 2rem;
	line-height: 1.1;
}
#search_select .btn_shadow a:before{
	content: "";
	display: block;
	margin: 0 auto;
	/*
	width: 240px;
	height: 180px;
	*/
	width: 150px;
	height:110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto
}
#search_select .btn_shadow.gym a:before{
	background-image: url(../images/icon_search_gym.png);
}
#search_select .btn_shadow.sports a:before{
	background-image: url(../images/icon_search_sports.png);
}
#search_select .btn_shadow.age a:before{
	position: relative;
	top: -1.5rem;
	background-image: url(../images/icon_age_midlle_school.png);
	background-size: auto 95%
}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
	#search_select .btn_shadow a{
		padding-bottom: 7%;
		font-size: 3.8vw;
	}
	#search_select .btn_shadow a:before{
		margin-bottom: 5%;
		width: 20vw;
		height: 15vw;
	}
	#search_select .btn_shadow.age a:before{
		top: 0;
		margin: -6.5% auto 11.5%;
	}
	#search_select .btn_shadow a .dib{
		display: block;
	}
}








/* 教室リスト */
.class_list{
	width: auto;
}
@media screen and (max-width: 1050px) {
	.class_list{
		margin: 0 auto;
		width: 92%;
	}
}
@media screen and (max-width: 960px) {

	
}
@media screen and (max-width: 768px) {
	.class_list{
		width: 88%;
	}
}










/* 対象から探す
#search_age ul{
	margin-bottom: 2rem;
}
#search_age li{
	margin-bottom: 2rem;
	width: 18.5%;
	background-color: #fff;
	border-radius: 13px;
	overflow: hidden;
}
#search_age .input_checkbox_label_wrap input:checked + label:before{
	
	margin: 6% 0 0 6%;
	background-color: rgba(0,0,255,0.3) ;
}
#search_age li .img{
	margin: 0 auto;
	padding-bottom: 1rem;
	width: 65%;
}
#search_age li .img img{
	width: 100%;
	height: auto;
}

#search_age li .text{
	padding: 0.5rem 0 ;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #04427a;	
}

@media screen and (min-width: 768px) {
	#search_age li:hover img{
		opacity: 0.7;
	}
	#search_age li:hover .text{
		background-color: #507ba2;
	}
}
 */






.bg_line.sports .inner,
.bg_line.event .inner{
	padding-bottom: 15rem;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {

}

/* 教室 */
.bg_line.sports{
	padding-top: 12rem;
}
.bg_line.sports:before{
	content: none
}
.sports .human_01{
	top: 0;
	margin-top: -175px;
	right: -255px;
}
.sports .human_01 .img_frame{
	padding-bottom: 210%;
}
.sports .human_02{
	bottom: 0;
	margin-bottom: -50px;
	left: -310px;
}
.sports .human_02 .img_frame{
	padding-bottom: 192%;
}

.sports .illust_01{
	bottom: 25px;
	right: -120px;
}

@media screen and (max-width: 1400px) {
	.sports .human_01{
		margin-top: -95px;
		right: -25px;
		
		width: 200px;
	}
	.sports .human_02{
		bottom: 0;
		left: -100px;
		margin-bottom: -115px;
		width: 180px;
	}
	.sports .illust_01{
		bottom: 20px;
		right: -50px;
	}
}
@media screen and (max-width: 1050px) {
	.sports .human_02{
		left: 0%;
	}
}
@media screen and (max-width: 960px) {
	.bg_line.sports{
		padding-top: 10%;
	}
	.sports .human_01{
		right: 1%;
		margin-top: -6%;
		width: 20%;
	}
	.sports .human_02{
		
		width: 20%;
	}
	.sports .illust_01{
		right: -3%;
		width: 18%;
	}	
}
@media screen and (max-width: 768px) {
	.bg_line.sports .inner{
		padding-bottom: 15%;
	}
	
	.sports .human_01{
		right: -5%;
		width: 26.5%;
	}
	.sports .human_01 .img_frame{
		padding-bottom: 140%;
		border-bottom: 5px solid #fff;
	}
	.sports .human_02{
		left: -2%;
		margin-bottom: -20%;
		width: 27%;
	}
	
	.sports .illust_01{
		right: 3%;
	}	
}







/* イベント */
.bg_line.event {
	padding-top: 90px;
}

.event .illust_01{
	bottom: -100px;
	left: -200px;
	z-index: 5;
}
.event .human_02{
	top: 35%;
	transform: translateY(-50%);
	right: -255px;
}
.event .human_02 .img_frame{
	padding-bottom:314%;
}


@media screen and (max-width: 1400px) {
	.event .illust_01{
		bottom: 50px;
		left: 0px;
		width: 130px;
	}
	.event .human_02{
		top: 0;
		transform: translateY(0);
		right: 25px;
		margin-top: -80px;
		width: 150px;
	}
	.event .human_02 .img_frame{
		padding-bottom:175%;
		border-bottom: 5px solid #fff;
	}
	
}
@media screen and (max-width: 1050px) {

}
@media screen and (max-width: 960px) {
	right: 0;
}
@media screen and (max-width: 768px) {
	.bg_line.event {
		padding-top: 12%;
	}
	
	.bg_line.event .inner{
		padding-bottom: 28%;
	}
	.event .illust_01{
		bottom: 0;
		left: -2%;
		margin-bottom: 3%;
		width: 21%;
	}
	.event .human_02{
		right: -3vw;
		margin-top: -21vw;
		width: 22vw;
	}
	.event .human_02 .img_frame{
		padding-bottom:140%;
		border-bottom-width: 3px;
		
	}
}




/* ムービー
.movie_sns_wrap .human{
	bottom: -110px;
	left: -305px;
	z-index: 5;
}
@media screen and (max-width: 1400px) {
	#contents_area .movie_sns_wrap .human{
		bottom: 55%;
		left: -130px;
		width: 200px;
	}
}
 */




















/* 施設 */
.bg_line.gym_wrap .inner{
	padding-bottom: 150px;
}
.gym_wrap .human_01{
	top: 0;
	right: -305px;
	margin-top:-100px;
}
.gym_wrap .human_01 .img_frame{
	padding-bottom: 32.5%;
}

/*
.gym_wrap .human_02{
	bottom: 0;
	right: -255px;
	margin-bottom: -35px;
}
*/
@media screen and (max-width: 1400px) {
	.gym_wrap .human_01{
		right: -70px;
		margin-top:-170px;
		width: 550px;
	}
	/*
	.gym_wrap .human_02{
		right: -150px;
		width: 150px;
	}
	*/
}
@media screen and (max-width: 960px) {
	.gym_wrap .human_02{
		right: -30px;
		width: 120px;
	}
}
@media screen and (max-width: 768px) {
	.bg_line.gym_wrap .inner{
		padding-bottom: 25%;
	}
	.gym_wrap .human_01{
		right: -7%;
		margin-top: -25%;
		width: 70%;
	}
	/*
	.gym_wrap .human_02{
		right: -5%;
		margin-bottom: -15%;
		width: 18vw;
	}
	*/
}





/* ポップアップ */
.popup_search .popup_inner {
    padding: 30px 5% 50px;
}
.popup.search_gym .popup_title{
	padding-left: 10rem;
}
.popup.search_gym .popup_title {
	background: url(../images/icon_search_gym.png) no-repeat left center;
    background-size: 3em auto;
    padding-left: 3.5em;
}
.popup.search_gym .input_checkbox_label_wrap input:checked + label:before{
	background-color:#32a122;
}



.popup.search_gym .list_gym_circle ul,
.popup.search_sports .list_gym_circle ul{
	width: 640px;
}
.popup.search_gym .list_gym_circle ul li,
.popup.search_sports .list_gym_circle ul li{
	margin-right: 1rem;
	margin-left: 1rem;
}


.popup.search_sports .popup_title:before{
	background-image: url(../images/icon_search_sports.png);
}
.popup.search_sports .input_checkbox_label_wrap input:checked + label:before{
	background-color:#ff9f39;
}
.popup.search_sports .list_gym_circle li .img img{
	height: 85%;
}
.popup.search_sports .list_gym_circle li:last-of-type .img img{
	height: 65%;
}



.popup.search_sports .popup_title {
	background: url(../images/icon_search_sports.png) no-repeat left -5px center;
    background-size: 3em auto;
    padding-left: 2.5em;
}
.popup.search_sports .input_checkbox_label_wrap input:checked + label:before,
.popup.search_sports .input_checkbox_label_wrap input:checked + label .img{
	background-color:#ff9f39;
}
.popup.search_sports .list_gym_circle li .img img{
	height: 85%;
}
.popup.search_sports .list_gym_circle li:last-of-type .img img{
	height: 65%;
}





.popup.search_age .popup_title {
	background: url(../images/icon_age_midlle_school.png) no-repeat left -5px top;
	background-size: 3em auto;
    padding-left: 2.5em;
}
.popup.search_age .input_checkbox_label_wrap input:checked + label:before,
.popup.search_age .input_checkbox_label_wrap input:checked + label .img{
	background-color:#58b5f8;
}
.popup.search_age .list_gym_circle ul{
}
.popup.search_age .list_gym_circle li{
	width: 18.5%;
}
.popup.search_age .list_gym_circle li .img{
	margin-bottom: 1rem;
}
.popup.search_age .list_gym_circle li .img img{
	top: 46%;
	height: 110%;
}

@media screen and (max-width: 960px) {
	.popup.search_gym .list_gym_circle ul li,
	.popup.search_sports .list_gym_circle ul li{
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
    
    .popup_search .popup_inner {
        padding: 10px 5% 20px;
    }
    
	.popup.search_gym .list_gym_circle ul,
	.popup.search_sports .list_gym_circle ul{
		width: 100%;
	}
    
    .popup_search .btn_shadow button {
        font-size: 1.8rem;
    }
	
}