@charset "UTF-8";
/*
===================================================================
この著作権表示は、必ず残して下さい。
オリジナルバージョンのスタイルシートは、以下のチュートリアルを基にしています。
http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen

This style sheet was modified and used with permission.

By Usagi Project

http://concrete5-japan.org
http://usagi-project.org
===================================================================
*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen
Copyright (c) 2008 www.mesch.ch, Remo Laubacher. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
html, body {
	margin:0px;
    padding:0px;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#000;
	line-height:28px;
	min-width:1300px;
}


/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:1024px){
html, body {
	min-width:100%;
	font-size:12px;
}
}
a {
    text-decoration: none;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


.img{
width: 100%;
height: auto;
max-width: 100%;
}

.im{
width:auto;
height: auto;
max-width: 100%;
}

.link:hover {
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

/* 文字に関して */
.text { display: inline-block; }
.text br {
  display: inline;
}

@media only screen and (max-width: 479px) {
  .text br {
    display: none;
  }
}

/* 改行 */
@media screen and (min-width: 479px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 479px){   
  .pc { display:none; }
  .sp { display:block; }
}



/* ================================================================ 
ヘッダー
=================================================================== */
#header{
	width:100%;
	height:auto;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
}
@media screen and (max-width:479px){
#header{
	width:98%;
	height:auto;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1%;
}
}

/* ヘッダー左 */
#h_left{
	width:auto;
	height:auto;
	float:left;
	margin-left:2%;
	margin-right:auto;
	margin-top:0px;
}
#h_rogo{
	width:auto;
	height:auto;
	float:left;
	text-align:left;
}
#h_company{
	width:auto;
	height:auto;
	float:left;
	padding-top:20px;
	text-align:left;
	margin-left:10px;
}

@media screen and (max-width:1024px){
#h_left{
	width:100%;
	height:auto;
	float:left;
	margin-left:0%;
	margin-right:0%;
	margin-top:0px;
}
#h_rogo{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
#h_company{
	width:100%;
	height:left;
	float:left;
	padding-top:0px;
	text-align:center;
	margin-left:0px;
}
}



/* ヘッダー右 */
#h_right{
	width:auto;
	height:auto;
	float:right;
	margin-right:0%;
}

#h_contact{
	width:auto;
	height:auto;
	float:left;
	margin-right:20px;
	margin-top:10px;
}


#h_rec_box{
	width:240px;
	height:auto;
	float:left;
}
	
#h_rec_1{
	width:120px;
	height:auto;
	float:left;
	padding-bottom:22px;
	padding-top:22px;
	text-align:center;
	background-color:#808183;
}

.h_rec_1 a{
	font-size:14px;
	color:#FFF;
}
.h_rec_1 a:hover{
	color:#FC0;
}

#h_rec_2{
	width:120px;
	height:auto;
	float:left;
	background-color:#F6921D;
	padding-bottom:22px;
	padding-top:22px;
	text-align:center;
}

.h_rec_2 a{
	font-size:14px;
	color:#FFF;
}
.h_rec_2 a:hover{
	color:#FC0;
}

@media screen and (max-width:1024px){
#h_right{
	width:100%;
	height:auto;
	float:none;
	margin-right:auto;
	margin-left:auto;
	display:none;
}

}




/* ================================================================ 
アイキャッチ
=================================================================== */
#eye{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:block;
}
#eye ul{
	margin:0;
	padding:0;
}

#eye_s{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:none;
}
#eye_s ul{
	margin:0;
	padding:0;
}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:479px){
#eye{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:none;
}
#eye ul{
	margin:0;
	padding:0;
}

#eye_s{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:block;
}
#eye_s ul{
	margin:0;
	padding:0;
}
}



/*=====================================================
トップボタン定義 
=====================================================*/
#top_bt_bg{
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
	background-color:#F1F1F2;
	float:left;
	position:relative;
	border-top:solid 4px #F6921D;
}
#top_bt{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}



/* --------------------トップボタン(ドロップダウン）定義-------------------- */
.dropmenu ul{
	margin:0;
	padding:0;
}
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 96%;
  margin: 14px 0 0px 0;
  padding: 0 0 0 4%;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 12%;
  float: left;
  margin: 0px 0 0 0;
  padding: 0 0px 0px 0px;
  text-align: center;
  color:#000;
  display:inline;
  font-weight:bold;
}

.dropmenu li a{
  display: block;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color:#000;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 32px;
	left: 0px;
	margin: 0px;
}
.dropmenu li ul li{
  width:100%;
  margin-bottom:0px;
  border:none;
}
.dropmenu li ul li a{
  padding: 9px 0px 9px 20px;
  border-top: 1px solid #fff;
  color:#000;
  background-color: rgba(241,241,242,0.8);
  text-align:left;
  font-size:14px;
}
.dropmenu li ul li a:hover{
  background-color: rgba(255,226,57,0.8);
}
.dropmenu li:hover > a{
  color: #000;
}
.dropmenu li a:hover{
  color: #EE4035;
}
.dropmenu li+li{
	border-left:1px solid #000;
}



/* --------------------ドロップダウン（アニメーション）定義-------------------- */
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}


/*----------------------------------レスポンシブ　メニュー----------------------------------*/
.slicknav_menu {
 display:none;
}
 
@media screen and (max-width: 1024px) {
#menu {
 display:none;
}
 
.slicknav_menu {
 display:block;
}
}





/* ================================================================ 
コンテンツ
=================================================================== */
#contents{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:0%;
}
@media screen and (max-width:1024px){
#contents{
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0%;
}	
}

/* ================================================================ 
バナー広告エリア（フッター）
=================================================================== */
#f_banner_box{
	width:100%;
	height:auto;
	float:left;
}
#f_banner{
	width:100%;
	height:auto;
	padding:0px 0 40px 0 ;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width: 1024px) {
#f_banner{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
}
@media only screen and (max-width: 479px) {
#f_banner{
	width:340px;
	margin-left:auto;
	margin-right:auto;
}
}
@media only screen and (max-width: 320px) {
#f_banner{
	width:320px;
	margin-left:auto;
	margin-right:auto;
}
}
.slider2 li{
    width: 340px;
	height:160px;
    text-align: left;
}

/* ================================================================ 
フッター
=================================================================== */
#footer_bg{
	width:100%;
	height:auto;
	float:left;
	background-color:#221E1F;
	padding-top:40px;
	padding-bottom:0px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:right 20px top 20px;
}
#footer_box{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	max-width:1500px;
}
#footer_left{
	width:35%;
	height:auto;
	float:left;
	margin-left:0%;
	margin-right:0%;
}
#footer_right{
	width:50%;
	height:auto;
	float:left;
	margin-left:0%;
	margin-right:0%;
}
#f_text_a{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}
#f_text_b{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}

ul.f_bt{
	list-style:none;
	font-size:12px;
}
ul.f_bt li {
	color:#F86367;
	line-height:40px;
	}
ul.f_bt li a{
	color:#F86367;
	}
ul.f_bt li a:hover{
	color:#FFF;
	}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:768px){
#footer_left{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-right:0%;
}
#footer_right{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-right:0%;
}
#f_text_a{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}
#f_text_b{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
}
}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:479px){
#footer_bg{
	background-image:none;
}
#footer_left{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-right:0%;
}
#footer_right{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-right:0%;
}
#f_text_a{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
}
#f_text_b{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
	display:none;
}
}

/* -----フッター　ロゴ・社名----- */
table.type01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.type01 th {
	width:auto;
	padding: 0 0 30px 20px;
	vertical-align: top;
	text-align:left;
}
table.type01 td {
	padding: 0 0 0 20px;
	vertical-align:middle;
	color:#FFF;
	text-align:left;
	font-size:10px;
	line-height:20px;
}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:479px){
table.type01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.type01 th {
	width:100%;
	padding: 0;
	vertical-align: top;
	display:block;
	text-align:left;
}
table.type01 td {
	padding: 20px 0 0 0px;
	vertical-align:middle;
	color:#FFF;
	width:100%;
	text-align:left;
	display:block;
}
}

/* ================================================================ 
コピーライト
=================================================================== */
#copyright{
	width:100%;
	height:auto;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
	text-align:left;
	color:#FFF;
	font-size:10px;
}

@media screen and (max-width:768px){
#copyright{
	width:98%;
	height:auto;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 0 1% 0;
	text-align:left;
	font-size:8px;
}
}

@media screen and (max-width:479px){
#copyright{
	width:98%;
	height:auto;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 0 1% 0;
	text-align:left;
	font-size:8px;
}
}

/* ================================================================ 
ページトップ
=================================================================== */
.page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    padding: 14px 10px 14px 10px;
    background: #F6921D;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
	color:#fff;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.page-top:hover {
    background:#FAD185;
}

@media screen and (max-width:479px){
.page-top {
    bottom: 10px;
    right: 10px;
}
}

/* ================================================================ 
お問い合わせ
=================================================================== */
.control-label{
	width:97%;
	padding-bottom:2px;
	color:#000;
}
.form-control{
	width:97%;
	margin-top:5px;
	margin-bottom:10px;
}





/* ================================================================ 
ここからデザイン関係のスタイルシート
=================================================================== */

/* =====エリアのデザイン関係=====*/
.eria_1{
	width:100%;
	height:auto;
	margin-top:60px;
}
@media screen and (max-width:479px){
.eria_1{
	margin-top:0px;
}
}
.eria_2{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}
@media screen and (max-width:768px){
.eria_2{
	width:98%;
	margin-left:1%;
}
}
.eria_2-1{
	width:100%;
	height:auto;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}
@media screen and (max-width:768px){
.eria_2-1{
	width:98%;
	margin-left:1%;
}
}


.eria_3{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:630px;
}
@media screen and (max-width:768px){
.eria_3{
	width:98%;
	margin-left:1%;
	margin-top:0px;
}
}

.eria_4{
	width:100%;
	height:auto;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	max-width:630px;
}
@media screen and (max-width:768px){
.eria_4{
	width:98%;
	margin-left:1%;
	margin-top:20px;
}
}

.eria_5{
	width:100%;
	height:auto;
	float:left;
}

.eria_6{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
}

/*---FaceBook---*/
.eria_fb{
	width:100%;
	height:auto;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	max-width:500px;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*---トップ　インフォメーション---*/
.eria_info{
	width:100%;
	height:auto;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
}
@media screen and (max-width:768px){
.eria_info{
	width:98%;
	margin-left:1%;
	margin-top:30px;
}
}
/*---トップ　ピックアップ---*/
.eria_pick{
	width:100%;
	height:auto;
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:80px;
	background-image:url(images/pick_back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	float:left;
}
@media screen and (max-width:479px){
.eria_pick{
	background-image:none;
	margin-top:0px;
	padding-bottom:0px;
}
}

/*---講師紹介エリア---*/
.eria_instructor{
	width:97%;
	height:auto;
	padding:1% 1% 1% 1%;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	border:#999 solid 1px;
}
@media screen and (max-width:479px){
.eria_instructor{
	width:95%;
	height:auto;
	padding:1% 1% 1% 1%;
	margin-top:30px;
	margin-left:1%;
	margin-right:auto;
	max-width:900px;
	border:#999 solid 1px;
}	
}

/* =====ボックス関係=====*/

/*---トップ　キックボクシング---*/
.top_kick{
	width:31.3%;
	height:auto;
	background-image:url(images/kick.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_kick_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#EE4035;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_kick_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_kick{
	width:48%;
	height:auto;
	background-image:url(images/kick.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_kick_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#EE4035;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_kick{
	width:98%;
	height:auto;
	background-image:url(images/kick.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}
/*---トップ　ドローイン---*/
.top_draw{
	width:31.3%;
	height:auto;
	background-image:url(images/draw.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_draw_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#009344;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_draw_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_draw{
	width:48%;
	height:auto;
	background-image:url(images/draw.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_draw_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#009344;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_draw{
	width:98%;
	height:auto;
	background-image:url(images/draw.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}
/*---トップ　子供空手---*/
.top_karate{
	width:31.3%;
	height:auto;
	background-image:url(images/karate.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_karate_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#ED287B;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_karate_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_karate{
	width:48%;
	height:auto;
	background-image:url(images/karate.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_karate_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#ED287B;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_karate{
	width:98%;
	height:auto;
	background-image:url(images/karate.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}
/*---トップ　加圧トレーニング---*/
.top_pressure{
	width:31.3%;
	height:auto;
	background-image:url(images/pressure.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_pressure_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#652C90;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_pressure_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_pressure{
	width:48%;
	height:auto;
	background-image:url(images/pressure.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_pressure_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#652C90;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_pressure{
	width:98%;
	height:auto;
	background-image:url(images/pressure.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}
/*---トップ　キック＆加圧トレーニング---*/
.top_training{
	width:31.3%;
	height:auto;
	background-image:url(images/training.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_training_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#1A75BB;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_training_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_training{
	width:48%;
	height:auto;
	background-image:url(images/training.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_training_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#1A75BB;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_training{
	width:98%;
	height:auto;
	background-image:url(images/training.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}
/*---トップ　ファイトネス---*/
.top_fightness{
	width:31.3%;
	height:auto;
	background-image:url(images/fightness.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_fightness_title{
	width:100%;
	height:auto;
	font-size:28px;
	color:#754C27;
	font-weight:bold;
	margin-top:0px;
	float:left;
}
.top_fightness_subtitle{
	width:100%;
	height:auto;
	font-size:10px;
	color:#58595B;
	line-height:20px;
	float:left;
}

@media screen and (max-width:1024px){
.top_fightness{
	width:48%;
	height:auto;
	background-image:url(images/fightness.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
.top_fightness_title{
	width:100%;
	height:auto;
	font-size:19px;
	color:#754C27;
	font-weight:bold;
	margin-top:10px;
	float:left;
}
}
@media screen and (max-width:479px){
.top_fightness{
	width:98%;
	height:auto;
	background-image:url(images/fightness.png);
	background-repeat:no-repeat;
	background-size:100%;
	margin:15px 1% 15px 1%;
	padding:0.5%;
	float:left;
}
}

/* =====３カラム=====*/
/*---フレックスボックス---*/
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width:100%;
  height:auto;
}
@media screen and (max-width:479px){
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:block;
  margin: 0 auto;
  width:100%;
  height:auto;
}
}
/*---トップ　ピックアップ---*/
.three_a{
	width:31.3%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
}
@media screen and (max-width:479px){
.three_a{
	width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
}
}

/*---会員さんの声---*/
.three_b{
	width:29%;
	height:200px;
	margin-left:1%;
	margin-right:1%;
	padding:1%;
	float:left;
	background-color: rgba(255,255,255,0.5);
	border:#999 solid 1px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
@media screen and (max-width:479px){
.three_b{
	width:96%;
	height:auto;
}
}

/*---キック　各コース紹介---*/
.three_c{
	width:100%;
	margin-left:1%;
	margin-right:1%;
	padding:1%;
	float:left;
	border:#999 solid 1px;
}
@media screen and (max-width:479px){
.three_c{
	width:97%;
	height:auto;
	margin-left:0;
	margin-right:0;
}
}

/*---子供空手　教室紹介---*/
.three_d{
	width:31.3%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:479px){
.three_d{
	width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
}
}

/*---プロ選手紹介---*/
.three_e{
	width:100%;
	margin-left:1%;
	margin-right:1%;
	padding:1%;
	text-align: center;
	float:left;
	border:#999 solid 1px;
}
@media screen and (max-width:479px){
.three_e{
	width:95%;
	height:auto;
}
}

/*---プロ選手紹介　枠---*/
.three_e-1{
	width:100%;
	margin-left:1%;
	margin-right:1%;
	padding:1%;
	text-align: center;
	float:left;
	border:#999 solid 0px;
}
@media screen and (max-width:479px){
.three_e-1{
	width:95%;
	height:auto;
}
}


/* =====２カラム=====*//*---フレックスボックス---*/
/*---トップ　face＆本---*/
.two {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width:479px){
.two {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:block;
  margin: 0 auto;
  max-width: 1100px;
}
}
.two_a{
	width:47%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	padding:0.5%;
	float:left;
	text-align:center;
	border:#333 solid 1px;
	margin-top:40px;
}
@media screen and (max-width:479px){
.two_a{
	width:97%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	padding:0.5%;
	float:left;
	text-align:center;
	border:#333 solid 1px;
	margin-top:40px;
}
}

/*---子供空手　タイトル下---*/
.two_b{
	width:55%;
	height:auto;
	margin-left:0;
	margin-right:5%;
	padding:0;
	float:left;
	text-align:left;
	margin-top:0px;
}
@media screen and (max-width:479px){
.two_b{
	width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	padding:0;
	float:left;
	text-align:reft;
	margin-top:0px;
}
}
.two_c{
	width:40%;
	height:auto;
	margin-left:0;
	margin-right:0;
	padding:0;
	float:right;
	text-align:rigut;
	margin-top:20px;
}
@media screen and (max-width:479px){
.two_c{
	width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	padding:0;
	float:left;
	text-align:center;
	margin-top:20px;
}
}
/*---TOP インスタとパンチング---*/

.two-box1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width:479px){
.two-box1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:block;
  margin: 0 auto;
  max-width: 800px;
}
}
.two_d{
	width:48%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
	margin-top:40px;
}
@media screen and (max-width:479px){
.two_d{
	width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	text-align:center;
	margin-top:40px;
}
}


/*---ドローイン　中高年---*/
.drow_chu{
	width: 48%;
	height: auto;
	background-color: #FFDC92;
	padding: 1%;
	margin: 1%;
	float: left;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
@media screen and (max-width:479px){
.drow_chu{
	width: 96%;
	height: auto;
	background-color: #FFDC92;
	padding: 1%;
	margin: 1%;
	float: left;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}	
}

/*---TOP バナー　レンタル等---*/
.banner_a{
	width: 50%;
	height: auto;
	padding: 0%;
	margin: 1%;
	float: left;
}
@media screen and (max-width:479px){
.banner_a{
	width: 98%;
}
}

/*---料金割引---*/
.wari{
	width:auto;
	height:auto;
	background-color:#FC6;
	padding:10px;
	margin:20px 10px 0px 0;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	display:inline-block;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

/*---アクセスの所　スクール案内---*/
.ac-kick{
	width:auto;
	height:auto;
	background-color:#FAD185;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#EE4035;
	display:inline-block;
}
.ac-karate{
	width:auto;
	height:auto;
	background-color:#FFD1E3;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#ED287B;
	display:inline-block;
}
.ac-pressure{
	width:auto;
	height:auto;
	background-color:#D4C2FA;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#652C90;
	display:inline-block;
}
.ac-draw{
	width:auto;
	height:auto;
	background-color:#C2E0B3;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#009344;
	display:inline-block;
}
.ac-training{
	width:auto;
	height:auto;
	background-color:#A1D6F5;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#1A75BB;
	display:inline-block;
}
.ac-fightness{
	width:auto;
	height:auto;
	background-color:#D9B89C;
	padding:2px 10px 0 10px;
	margin:0px 10px 10px 0;
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#754C27;
	display:inline-block;
}

@media screen and (max-width:479px){
.ac-kick{
	font-size:14px;
}
.ac-karate{
	font-size:14px;
}
.ac-pressure{
	font-size:14px;
}
.ac-draw{
	font-size:14px;
}
.ac-training{
	font-size:14px;
}
.ac-fightness{
	font-size:14px;
}
}

/*---加圧　効果---*/
.kaatsu_ko{
	width: 20%;
	height: auto;
	border: solid 1px #EE4035;
	padding: 3px 7px 3px 7px;
	margin: 1%;
	float: left;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */	
}
@media screen and (max-width:479px){
.kaatsu_ko{
	width: 96%;
	padding: 3px 1% 3px 1%;
	margin: 1%;
	}
}
/*---キック＆加圧　効果---*/
.kk_co{
	width: 94%;
	height: auto;
	float: left;
	margin: 20px 1% 0 1%;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background-color: #FF9933;
	color: #FFFFFF;
	padding: 2%;
	font-size: 28px;
	line-height: 56px;
}
@media screen and (max-width:479px){
.kk_co{
	font-size: 18px;
	line-height: 36px;
	}
}
/*---キック＆加圧　イメージ---*/
.kk{
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
.kk_box{
	width: 40%;
	height: auto;
	text-align: center;
	vertical-align:middle;
}
.kk_box_a{
	width: 20%;
	margin: 0;
	height: auto;
	text-align: center;
	vertical-align:middle;
}
@media screen and (max-width:479px){
.kk_box{
	width: 100%;
	height: auto;
	text-align: center;
	display:block;
}
.kk_box_a{
	width: 30%;
	margin: 10px 0 10px 35%;
	height: auto;
	text-align: center;
	vertical-align:middle;
	display:block;
}
}


/* =====テーブル=====*/
/*---トップ　インフォメーション---*/
table.info {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.info th {
	width:30%;
	padding: 0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
}
table.info td {
	padding: 0px 0 10px 40px;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}
/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:768px){
table.info {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:98%;
	height:auto;
	margin-left:1%;
}
table.info th {
	width:100%;
	padding: 0;
	vertical-align: top;
	display:block;
	text-align:left;
}
table.info td {
	padding: 0 0 0 0px;
	vertical-align:top;
	width:100%;
	text-align:left;
	display:block;
}
}
dl.info-1 {
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:24px;
	height:auto;
}

dt.info-1{
	width:140px;
	float:left;
}
dd.info-1{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #999;
}
/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:768px){
dl.info-1{
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:24px;
	height:auto;
}

dt.info-1{
	width:auto;
	float:none;
}
dd.info-1{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #999;
}
}

/*---講師紹介テーブル---*/
table.inst {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.inst th {
	width:40%;
	padding: 0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
}
table.inst td {
	padding: 0px 0 12px 20px;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}

@media screen and (max-width:479px){
table.inst th {
	width:100%;
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align:center;
	line-height:24px;
	display:block;
}
table.inst td {
	padding: 0px 0 20px 0px;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	display:block;
}
}
/*---料金案内テーブル---*/
table.pri {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
}
table.pri th {
	width:40%;
	padding: 6px 0 5px 20px;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	background-color:#666;
	color:#FFF;
	border-bottom:#999 solid 1px;
}
table.pri td {
	width:auto;
	padding: 6px 0 5px 20px;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	border-left:#666 solid 1px;
	border-top:#666 solid 1px;
}

@media screen and (max-width:479px){
table.pri th {
	width:98%;
	padding: 4px 0 3px 2%;
	display:block;
}
table.pri td {
	width:98%;
	padding: 4px 0 3px 2%;
	display:block;
}
}

/*---レンタルスタジオ案内テーブル---*/
table.re-pri {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
}
table.re-pri th {
	width:30%;
	padding: 6px 0 5px 20px;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	background-color:#666;
	color:#FFF;
	border-bottom:#999 solid 1px;
}
table.re-pri td {
	width:auto;
	padding: 6px 0 5px 20px;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	border-left:#666 solid 1px;
	border-top:#666 solid 1px;
}

@media screen and (max-width:479px){
table.re-pri th {
	width:98%;
	padding: 4px 0 3px 2%;
	display:block;
}
table.re-pri td {
	width:98%;
	padding: 4px 0 3px 2%;
	display:block;
}
}



/*---アクセスマップテーブル---*//*---キックレッスン内容テーブル---*/
table.access {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.access th {
	width:40%;
	padding: 0;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	font-weight:normal;
}
table.access td {
	padding: 10px 0 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}

@media screen and (max-width:479px){
table.access th {
	width:100%;
	padding: 0 0 0px 0;
	margin:0 0 0px 0 ;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display:block;
}
table.access td {
	padding: 0px 0 0px 0px;
	margin:0px 0 0 0 ;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	display:block;
}
}

/*---キックレッスン内容テーブル---*/
table.kick_step {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	margin-bottom: 40px;
}
table.kick_step th {
	width:60%;
	padding: 0;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	font-weight:normal;
}
table.kick_step td {
	padding: 10px 0 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:right;
	line-height:24px;
}

@media screen and (max-width:479px){
table.kick_step th {
	width:100%;
	padding: 0 0 0px 0;
	margin:0 0 0px 0 ;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display:block;
}
table.kick_step td {
	padding: 0px 0 0px 0px;
	margin:0px 0 0 0 ;
	vertical-align:top;
	text-align:center;
	line-height:24px;
	display:block;
}
}

/*---子供空手コース紹介---*/
table.karate {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
}
table.karate th {
	width:40%;
	padding: 0 20px 0 0;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	font-weight:normal;
}
table.karate td {
	padding: 0px 0px 0px 10px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}

@media screen and (max-width:479px){
table.karate th {
	width:100%;
	padding: 0 0 0px 0;
	margin:0 0 0px 0 ;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display:block;
}
table.karate td {
	padding: 0px 0 0px 0px;
	margin:0px 0 0 0 ;
	vertical-align:top;
	text-align:center;
	line-height:24px;
	display:block;
}
}


/*---スポンサー---*/
table.sponsor {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	border-bottom:  rgba(238,152,67,1.00) dotted 1px;
	margin-top: 30px;
}
table.sponsor th {
	width:30%;
	padding: 0 0px 0 0;
	margin:0;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
	font-weight:normal;
}
table.sponsor td {
	width:25%;
	padding: 0px 0px 0px 0px;
	margin:0;
	vertical-align:middle;
	text-align:left;
	line-height:24px;
}

@media screen and (max-width:479px){
table.sponsor th {
	width:100%;
	padding: 0 0 0px 0;
	margin:0 0 0px 0 ;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display:block;
}
table.sponsor td {
	width:100%;
	padding: 0px 0 0px 0px;
	margin:0px 0 0 0 ;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	display:block;
}
}



/*---子供空手コース紹介 レッスン内容---*/
.kara_re{
	width: 95%;
	height: auto;
	padding: 1% 2% 1% 2%;
	border: solid 2px #EE4035;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */		
	list-style-position: inside;
}





/* =====タイトル関係=====*/
.title1{
	width:100%;
	height:auto;
	font-size:28px;
	color:#EE4035;
	padding-top:10px;
	text-align:center;
	font-weight:bolder;
	line-height:20px;
	float:left;
}

/* インストラクタータイトル下で使用 */
.title2{
	width:100%;
	height:auto;
	margin: 0 auto 0 auto;
	font-size:20px;
	line-height:40px;
	font-weight:bolder;
	color:#000;
	text-align:center;
	float:left;
}
@media screen and (max-width:768px){
.title2{
	width:98%;
	height:auto;
	margin: 0 1% 0 0;
	font-size:16px;
	line-height:32px;
	font-weight:bolder;
	color:#000;
	text-align:left;
	float:left;
}
}


.title3 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size:24px;
  font-weight:bolder;
  color:#333;
  margin-top:0px;
}
.title3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #EE4035;
}	

@media screen and (max-width:479px){
.title3 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size:18px;
  font-weight:bolder;
  color:#333;
  margin-top:0px;
}
.title3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #EE4035;
}	
}
/* ----キック写真タイトル----　*/
.title4 {
	position: relative;
	padding-left: 30px;
	font-size:20px;
	font-weight: bolder;
	color: #EE4035;
}
.title4::before,
.title4::after{
	content: "□";
	position: absolute;
}
.title4::before{
	left:0;
	top:-3px;
}
.title4::after{
	left: 5px;
	top: 3px;
	color: #FFBA3A;
}
@media screen and (max-width:479px){
.title4 {
	position: relative;
	padding-left: 30px;
	font-size:16px;
	font-weight: bolder;
	color: #EE4035;
}
.title4::before,
.title4::after{
	content: "□";
	position: absolute;
}
.title4::before{
	left:0;
	top:-3px;
}
.title4::after{
	left: 5px;
	top: 3px;
	color: #FFBA3A;
}
}

