@charset "UTF-8";
/*==================================================
=			defalut			 =
==================================================*/
#kidscamp,#kidscamp div,#kidscamp span,#kidscamp object,#kidscamp iframe,#kidscamp h1,#kidscamp h2,#kidscamp h3,#kidscamp h4,#kidscamp h5,#kidscamp h6,#kidscamp p,#kidscamp blockquote,#kidscamp pre,#kidscamp abbr,#kidscamp address,#kidscamp cite,#kidscamp code,#kidscamp del,#kidscamp dfn,#kidscamp em,#kidscamp img,#kidscamp ins,#kidscamp kbd,#kidscamp q,#kidscamp samp,#kidscamp small,#kidscamp strong,#kidscamp sub,#kidscamp sup,#kidscamp var,#kidscamp b,#kidscamp i,#kidscamp dl,#kidscamp dt,#kidscamp dd,#kidscamp ol,#kidscamp ul,#kidscamp li,#kidscamp fieldset,#kidscamp form,#kidscamp label,#kidscamp legend,#kidscamp table,#kidscamp caption,#kidscamp tbody,#kidscamp tfoot,#kidscamp thead,#kidscamp tr,#kidscamp th,#kidscamp td,#kidscamp li,#kidscamp aside,#kidscamp dialog,#kidscamp figure,#kidscamp footer,#kidscamp header,#kidscamp hgroup,#kidscamp menu,#kidscamp nav,#kidscamp section,#kidscamp time,#kidscamp mark,#kidscamp audio,#kidscamp video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}
#kidscamp{line-height:1;}#kidscamp li,#kidscamp aside,#kidscamp dialog,#kidscamp figure,#kidscamp footer,#kidscamp header,#kidscamp hgroup,#kidscamp nav,#kidscamp section{display:block;}#kidscamp nav ul{list-style:none;}#kidscamp blockquote,#kidscamp q{quotes:none;}#kidscamp blockquote:before,#kidscamp blockquote:after,#kidscamp q:before,#kidscamp q:after{content:'';content:none;}#kidscamp a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}#kidscamp ins{background-color:#ff9;color:#000;text-decoration:none;}#kidscamp mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;text-decoration:line-through;}#kidscamp abbr[title],#kidscamp dfn[title]{border-bottom:1px dotted #000;cursor:help;}#kidscamp table{border-collapse:collapse;border-spacing:0;}#kidscamp hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}#kidscamp input,#kidscamp select{vertical-align:middle;}#kidscamp img{vertical-align:bottom;}

#kidscamp .cf:before,#kidscamp .cf:after {content:"";display:table;}
#kidscamp .cf:after {clear:both;}
#kidscamp .cf {*zoom:1;}

#kidscamp img{
	image-rendering: -webkit-optimize-contrast;
	height: auto !important;
}
#kidscamp a{
	transition: 0.3s;
	word-wrap:break-word;
}
#kidscamp a:hover{
	opacity:0.7;
	animation: cont 0.5s;
	-webkit-animation: cont 0.5s;
	-moz-animation: cont 0.5s;
}
#kidscamp p{
	line-height:1.6;
	text-align: left;
}
#kidscamp{
	width: 100%;
	min-width: 1120px;
	text-align:center;
	margin:0 auto;
	color:#3E3E3E;
	background-color: #fff;
  font-family:  'Zen Maru Gothic', 'Noto Sans JP', sans-serif, serif, Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	position: relative;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	line-height: 1.6;
	padding-bottom: 60px;
	background: url(/static/img/entertainment/kidscamp/kidssports_bg.png) repeat fixed;
}
#kidscamp::after{
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0;left: 0;
	background: rgb(0,171,235);
	background: linear-gradient(90deg, rgba(0,171,235,1) 0%, rgba(0,137,210,1) 100%);
	display: block;
}
#kidscamp .serif{
	font-family: 'Noto Serif JP', serif;
}
#kidscamp .hov,a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#kidscamp .hov:hover{
	text-decoration: transparent;
	opacity:0.6;
}
#kidscamp .hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
#kidscamp i{
	font-family: 'Font Awesome 5 Free';
}
#kidscamp section{
	position: relative;
}
#kidscamp .sp_img{
	display:none;
}
#kidscamp .tab_img{
	display:none;
}
#kidscamp .pc_img{
	display:block;
}
#kidscamp .wrapper{
	box-sizing: border-box;
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
#kidscamp .wrapper-inner{
	width:95%;
	max-width: 1060px;
	margin:0 auto;
	position: relative;
}
#kidscamp .content-box {
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
#kidscamp .flexbox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kidscamp .flexbox-bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kidscamp .common-h2{
	font-size: 55px;
	position: relative;
	margin: 0 auto;
	font-weight: 700;
	display: inline-block;
	line-height: 1.1;
	z-index: 1;
	padding-bottom: 40px;
	color: #fff;
}
#kidscamp .common-h2::after{
	content: '';
	width: 380px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(/static/img/entertainment/kidscamp/obj01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#kidscamp .common-h2 span{
	font-size: 28px;
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

#kidscamp .ex{
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}
#kidscamp .noto{
	font-family: 'Noto Sans JP', sans-serif;
}
#kidscamp .common_btn{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
#kidscamp .common_btn a,#kidscamp .common_btn p{
	width: 100%;
	background-color: #FFEA0A;
	color: #003676;
	border-radius: 10px;
	padding: 20px 10px;
	box-sizing: border-box;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 900;
	font-size: 25px;
	display: block;
	box-shadow: 0px 0px 16px -6px rgba(0,0,10,0.8);
}
#kidscamp .common_btn a:hover{
	background-color: rgb(248, 255, 52);
	opacity: 1;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0);
}
#kidscamp .common_btn p{
	background-color: #3E3E3E;
	color: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0);
	text-align: center;
	margin: 10px auto;
}

#kidscamp .reserve_info p{
	color: #FFCCCC;
	font-weight: 700;
	margin-top: 15px;
	font-size: 16px;
	display: block;
	text-align: center;
}
#kidscamp .reserve_info a{
	color: #FFEA0A;
	text-decoration: underline;
	font-weight: 700;
}

/*===============================================*=================================*==============================================================================================================*/
/*メイン*/
#kidscamp main{
	position: relative;
	text-align: center;
	padding: 0;
	color: #fff;
}
#kidscamp main h1 img{
	width: 100% !important;
	max-width: 1060px;
	margin: 0 auto 0;
}
#kidscamp main h1 img:nth-child(2){
	max-width: 974px;
}


/*スポーツ×夏休み！*/
#kidscamp .lead{
	background-color: #fff;
	padding: 40px 0;
}
#kidscamp  .lead-line01,#kidscamp  .lead-line02{
	width: 100%;
	height: 0;
	padding-top: 9.8%;
	background-size: contain;
	display: block;
	margin: 0;
	background-repeat: no-repeat;

}
#kidscamp  .lead-line01{
	background-image: url(/static/img/entertainment/kidscamp/line-01.png);
	background-position: center bottom;
	top: -121px;
	margin-top: 60px;
}
#kidscamp  .lead-line02{
	background-image: url(/static/img/entertainment/kidscamp/line-02.png);
	background-position: center top;
}
#kidscamp .lead h2 img{
	width: 100% !important;
	max-width: 890px;
	margin: 0 auto;
}
#kidscamp .lead h3{
	color: #E55D09;
	font-size: 40px;
	font-weight: 900;
	margin-top: 70px;
	position: relative;
	padding-bottom: 30px;
}
#kidscamp .lead h3::after{
	background-color: #E55D09;
	content: '';
	width: 40px;
	height: 10px;
	border-radius: 50px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#kidscamp .lead h4{
	color: #E55D09;
	font-size: 28px;
	font-weight: 900;
	margin-top: 50px;
}
#kidscamp .lead p{
	color: #383939;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}


/*ポイント*/
#kidscamp .point {
	position:relative;
	z-index: 0;
	padding: 80px 0;
	margin: 0 auto;
	color: #fff;
}
#kidscamp .point ul {
		text-align: left;
		line-height: 1.8;
		margin-top: 40px;
}
#kidscamp .point li {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
}
#kidscamp .point li::before {
	content: '\f00c';
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
	color: #FFEA0A;
}

/*体験プログラム＆先生紹介*/

#kidscamp .teacher{
	padding: 80px 0;
}
#kidscamp .teacher img{
	width: 100% !important;
	max-width: 500px;
	margin-top: 30px;
}
#kidscamp .teacher .flexbox-bt img{
	width: 48% !important;
}

/*スケジュール*/
#kidscamp .program{
	padding: 80px 0;
	color: #fff;
}
#kidscamp .program .flexbox-bt{
	margin-top: 30px;
}
#kidscamp .program .program_text{
	width: 70% ;
	text-align: left;
}
#kidscamp .program .program_text h3{
	padding: 5px 30px;
	display: inline-block;
	border-radius: 100px;
	color: #223FB9;
	background-color: #FFEA0A;
	font-size: 22px;
	font-weight: 700;
	box-sizing: border-box;
	line-height: 1;
}
#kidscamp .program .program_text p{
	font-size: 18px;
	margin: 10px 0 30px;
}

#kidscamp .program .program_img{
	width: 28%;
}
#kidscamp .program .program_img img{
	width: 100% !important;
	margin-bottom: 30px;
}





/*募集要項*/
#kidscamp .applications{
	margin-top: 60px;
}
#kidscamp .applications .common-h2_02{
	color: #000;
	border: #000 solid 1px;
}
#kidscamp .applications table{
	width: 100%;
	margin-top: 60px;
	box-sizing: border-box;
	line-height: 1.6;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	color: #353535;
	border: solid 1px #c0c0c0;
}
#kidscamp .applications table tr{
	border-bottom: solid 1px #c0c0c0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kidscamp .applications table tr:last-child{
	border-bottom: none;
}
#kidscamp .applications table th,#kidscamp .applications table td{
	padding: 30px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#kidscamp .applications table td span{
	color: #D50000;
}
#kidscamp .applications table th{
	width: 30%;
	background-color: #f5f5f5;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
}
#kidscamp .applications table td{
	width: 70%;
	justify-content: flex-start;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
}
#kidscamp .applications table td a{
	color: #314dc8;
	padding-bottom: 8px;
	border-bottom: 1px solid #314dc8;
	margin-right: 50px;
	position: relative;
}
#kidscamp .applications table td a:last-child{
	margin-right: 0;
}
#kidscamp .preventive {
	font-size: 12px;
	font-weight: 700;
	padding: 20px 0;
	color: #fff;
}




/*注意事項*/
#kidscamp .camp_attention {
	margin-top:60px;
}
#kidscamp .camp_attention h2{
	display: block;
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#kidscamp .camp_attention .camp_attention-box {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
}
#kidscamp .camp_attention .camp_attention-box a{
	color: #2D95CB;
	font-weight: 700;
}


/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
	#kidscamp .pc_img{
		display:none;
	}
	#kidscamp .sp_img{
		display:none;
	}
	#kidscamp .tab_img{
		display:block;
	}
	#kidscamp{
		min-width: auto;
	}
	#kidscamp .wrapper{
		width: 100%;
	}
	#kidscamp .wrapper-inner{
		max-width: 690px;
		width: 100%;
    padding: 0 30px;
		box-sizing: border-box;
	}
	#kidscamp .common-h2{
		font-size: 30px;
	}
	#kidscamp .common-h2::after{
		height: 10px;
	}
	#kidscamp .common-h2 span{
		font-size: 18px;
	}

	#kidscamp .ex{
		margin-top: 15px;
	}
	#kidscamp .common_btn a,#kidscamp .common_btn p{
		padding: 15px 10px;
		font-size: 16px;
	}
	#kidscamp .reserve_info p{
		font-size: 14px;
	}


/*===================================================================750===================================================================*/
/*スポーツ×夏休み！*/
#kidscamp .lead{
	background-color: #fff;
	padding: 25px 0;
}
#kidscamp  .lead-line01{
	margin-top: 40px;
}
#kidscamp .lead h3{
	font-size: 28px;
	margin-top: 45px;
	padding-bottom: 15px;
}
#kidscamp .lead h3::after{
	width: 25px;
	height: 6px;
}
#kidscamp .lead h4{
	font-size: 20px;
	margin-top: 30px;
}
#kidscamp .lead p{
	font-size: 15px;
	margin-top: 10px;
}





/*ポイント*/
#kidscamp .point {
	padding: 40px 0;
}
#kidscamp .point ul {
	margin-top: 30px;
}
#kidscamp .point li {
font-size: 15px;
margin-bottom: 15px;
}

/*体験プログラム＆先生紹介 tab*/

#kidscamp .teacher{
	padding: 40px 0;
}
#kidscamp .teacher img{
	width: 100% !important;
	max-width: 400px;
	margin-top: 30px;
}
#kidscamp .teacher .flexbox-bt{
	display: block;
}
#kidscamp .teacher .flexbox-bt img{
	width: 100% !important;
}

/*スケジュール*/
#kidscamp .program{
	padding: 40px 0;
}
#kidscamp .program .program_text{
	width: 100% ;
	order: 2;
	text-align: left;
}
#kidscamp .program .program_text h3{
	padding: 5px 20px;
	font-size: 18px;
}
#kidscamp .program .program_text p{
	font-size: 14px;
	margin: 10px 0 30px;
}
#kidscamp .program .program_text p span{
	display: inline;
}

#kidscamp .program .program_img{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#kidscamp .program .program_img img{
	width: 49% !important;
	margin-bottom: 30px;
}


/*募集要項 tab*/
#kidscamp .applications{
	padding: 40px 0;
	margin-top: 0;
}
#kidscamp .applications table{
	display: block;
	margin-top: 30px;
}
#kidscamp .applications table tbody{
	width: 100%;
	display: block;
}
#kidscamp .applications table tr{
	display: block;
	border-bottom: none;
}
#kidscamp .applications table tr:last-child{
	border-bottom: none;
}
#kidscamp .applications table th,#kidscamp .applications table td{
	padding: 15px 30px;
	border-bottom: solid 1px #d6d6d6;
}
#kidscamp .applications table th{
	width: 100%;
	font-size: 15px;
}
#kidscamp .applications table td{
	width: 100%;
	font-size: 14px;
}


/*注意事項 tab*/
#kidscamp .camp_attention h2{
	font-size: 24px;
}
}
/*======================================

画面サイズ480px以下

======================================*/
@media screen and (max-width: 480px){
	#kidscamp .sp_img{
		display:block;
	}
	#kidscamp .tab_img{
		display:none;
	}
	#kidscamp .pc_img{
		display:none;
	}
}