@charset "utf-8";

/*デイタイムキックボクササイズ
-----------------------------------------------*/

	
/*header image
----------------------------------------------*/

.top_images{
	background:url(../images/topimg_pc.jpg) center center /cover no-repeat fixed;
	}


@media only screen and (max-width:900px) {
.top_images{
	background:url(../images/topimg_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

@media only screen and (max-width:480px) {
.top_images{
	background:url(../images/topimg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}


/*section1
----------------------------------------------*/

.about_waku{
	width:auto;
	height:auto;	
	}
.about_inner_right{
	width:48.5%;
	height:auto;
	float:right;	
	}
.about_img{
	width:auto;
	height:auto;
	}
.about_img img{
	width:100%;
	height:auto;
	}
	
.about_inner_left{
	width:48.5%;
	height:auto;
	float:left;	
	}
.about_catch{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	color:#009fd6;
	line-height:1.4;
	margin:0 0 25px 0;
	}
.contents p.about_taxt{
	margin:0 0 75px 0;
	}

.about_button{
	width:auto;
	height:auto;	
	}
.about_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.about_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.about_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.about_button-4:hover .about_eff-4{
	left:0;
	}
.about_button-4:hover a{
	color:#fff;
	}
.about_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

.about_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}
.about_inner_left{
	width:100%;
	float:none;	
	}
.about_catch{
	font-size:26px;
	}

.about_button-4 {
	margin: 0 auto;
	}
.about_button-4 a{
	font-size:16px;
	}

}

@media only screen and (max-width:480px) {

.about_inner_right{
	margin:0 0 40px 0;	
	}
.about_catch{
	font-size:20px;
	margin:0 0 35px 0;
	}
.contents p.about_taxt{
	margin:0 0 40px 0;
	}

.about_button-4{
	width:250px;
	}
.about_eff-4{
	width:250px;
	left:-250px;
	}
.about_button-4 a{
	font-size:14px;
	}

}


/*section2
----------------------------------------------*/
.charm_point_waku{
	width:auto;
	height:auto;
	}
.charm_point_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -40px 0;
	}
.charm_point_item_box{
	width:48.5%;
	height:auto;
	margin:0 0 40px 0;	
	}
.charm_point_item_img{
	width:auto;
	height:auto;
	margin:0 0 15px 0;
	padding:10px;
	background:#EEE;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	}
.charm_point_item_img img{
	width:100%;
	height:auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	}
.charm_point_number{
	font-size:18px;
	border-bottom:1px solid #fff;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#fff;
	}
.charm_point_catch{
	width:auto;
	height:auto;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
    line-height: 1.4;
	color:#fff;
	margin:0 0 10px 0;
	}	
.contents p.charm_point_item_taxt{
	color:#fff;
	}

@media only screen and (max-width:900px) {

.charm_point_number{
	font-size:16px;
	}	
.charm_point_catch{
	font-size: 20px;
	}

}

@media only screen and (max-width:480px) {

.charm_point_item_box{
	width:100%;
	}
.charm_point_item_img{
	padding:0;
	background:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.charm_point_item_img img{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.charm_point_number{
	font-size:14px;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	}
	
.charm_point_catch{
	font-size: 18px;
	}
	
}

/*section3
----------------------------------------------*/

table.type01 {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font-size: 18px;
	margin:-15px 0 80px 0;
	}
table.type01 th {
	width: 15%;
	vertical-align:middle;
	font-weight:bold;
	padding:12px 0;
	border-bottom:1px dotted #4d4d4d;
	}
table.type01 td {
	width:100%;
	vertical-align:middle;
	padding:12px 0;
	border-bottom:1px dotted #4d4d4d;
	}
table.type01 td a {
	color: #4d4d4d;
	text-decoration:none;
	}
table.type01 td a:hover {
	color: #009fd6;
	}

table.type01 td a span {
	color: #4d4d4d;
	transition:0.6s;
	}
table.type01 td a span:hover {
	color: #009fd6;
	text-decoration:underline;
	}

.details_button{
	width:auto;
	height:auto;	
	}
.details_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.details_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.details_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.details_button-4:hover .details_eff-4{
	left:0;
	}
.details_button-4:hover a{
	color:#fff;
	}
.details_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

table.type01 {
	font-size: 16px;
	}
table.type01 th {
	width: 28%;
	}
	
.details_button-4 {
	margin: 0 auto;
	}
.details_button-4 a{
	font-size:16px;
	}
}

@media only screen and (max-width:480px) {

table.type01 {
	font-size: 14px;
	margin:40px 0 10px 0;
	}

table.type01 tr {
	display: block;
    margin-bottom:25px;
	}
table.type01 th {
	border-right:none;
	border-bottom:none;
	width:auto;
	display:block;
	padding: 5px 10px 5px 10px;
    color: #fff;
    background: #b9967e;
    border-left: 5px solid rgba(112,49,6,0.50);
	margin:0 0 15px 0;
	}
table.type01 td {
	width:auto;
	padding:0 0 0 0;
	border-bottom:none;
	display:block;
	}
	
.details_button-4{
	width:250px;
	}
.details_eff-4{
	width:250px;
	left:-250px;
	}
.details_button-4 a{
	font-size:14px;
	}
	
}

