@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body{
	color : black;	/*全体の文字色*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box white;	/*全体の背景色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2  'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;	/*文字サイズ・行間、フォントファミリー*/
    background-image: url(../image/body_bg.png);
	background-repeat:repeat;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img{
	border: none;
	vertical-align: bottom;
}
input,textarea,select{
	font-size: 1em;
}
form{
	margin: 0px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.marker_yellow {
    background-color: #ffff40;
}
.marker_orange {
    background-color: #ff7f00;
}
.note {
    background-image: url(../image/line.gif);
    line-height: 32px;
    margin: 0px;
}

.space_s{
  height : 10px;
}

.space_m{
  height : 20px;
}

.space_l{
  height : 30px;
}


.yoyaku_kotei{
  position : fixed;
  bottom : 10px;
  right : 10px;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #666;	/*リンクテキストの色*/
}
a:hover{
	color: #ff7e0f;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*h1タグの設定
---------------------------------------------------------------------------*/
h1{
	width: 980px;	/*幅（下のcontainerと合わせるとよい）*/
	margin : -30px auto 0px;
	font-size: 10px;	/*文字サイズ*/
	line-height : 32px;	/*行間*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #555151;		/*文字色*/
	text-align: right;	/*右寄せ*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#top_bg{
	width: 100%;	/*幅*/
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	background-color:#;
	background-image: url(../image/.png);
	background-position: top , center 0px  ;
	background-repeat:no-repeat;
overflow : hidden ;
}



#container{
	width: 980px;	/*コンテナー幅*/
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	padding : 42px;	/*ボックス内の余白*/
overflow : hidden ;
}

#container2{
	width: 980px;	/*コンテナー幅*/
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	padding : 10px;	/*ボックス内の余白*/
background-color : #fff;
border-width : 1px;border-style : solid;border-color : #f1efee;
overflow : hidden ;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	height : 130px;	/*ヘッダーの高さ*/
	
	position: relative;
    margin-top: -10px;
    padding-right: 20px;
    margin-left: -10px;
}
/*サイトロゴの設定*/
.site_logo{
  float : left;
  width : 46%;
  margin-top : 20px;
  margin-bottom : 10px;
}
/*ヘッダーバナー（２つ並び）*/
.head_bunner{
  float : left;
  width : auto;
  text-align : right;
}
.clear{
  clear : both;
}

/*電話番号の文字設定*/
header address .tel{
	font-size: 18px;	/*文字サイズ*/
	color: #ff9c16;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul{
    background-color:#635f5e;
    overflow: hidden;
    width: 100%;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li{
	float: left;
	width: 166px;	/*幅*/
	border-right: 1px solid #ffffff;	/*右側への線の幅、線種、色*/
}

nav#menubar ul li2{
	float: left;
	width: 199px;	/*幅*/
	border-right: 1px solid #ffffff;	/*右側への線の幅、線種、色*/
}
nav#menubar ul li a{
	height: 46px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	text-align: center;	/*文字をセンタリング*/
	color: #ff7f00;	/*文字色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;		/*同上*/
	font-weight:bold;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child{
	border-left: 1px solid #ffffff;	/*左側への線の幅、線種、色*/
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a{
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #635f5e
	/*背景色*/
}
/*英語表記の設定*/
nav#menubar ul li a span{
	font-size: 8px;	/*文字サイズ*/
	display: block;
	opacity: 0.5;	/*50%の透明度で表示*/
	letter-spacing: 0.4em;		/*文字間隔を少し広めにとる設定。*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg{
	clear: left;
	width: 100%;
	position: relative;
    background-image: url(../image/.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#mainimg .slide_file{
	display: none;
}
#slide_image{
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2{
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	clear: left;
	padding-top: 30px;
	margin: 0px 10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main{
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2{
	clear: both;
background:#635f5e ;
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size : 120%;
	color : #ff7f00;		/*文字色*/
	padding: 5px 15px;	/*左から上下、左右への余白*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への設定。*/
	border-bottom : 0px solid #d8effe;	/*下線の幅、線種、色*/
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
/*mainコンテンツのh3タグの設定*/
#main h3{
	clear: both;
	background : url() right center / auto auto no-repeat scroll padding-box border-box, 0% 0% / auto auto repeat scroll padding-box border-box transparent;	/*背景色（古いブラウザだとここの色のみが出ます）*/
		/*背景画像の読み込みとグラデーション*/
	background: url() no-repeat right center;	/*同上*/
				/*同上*/
	-webkit-box-shadow: 0px 0px 0px #ff6600;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 0px #ff6600;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	border : 1px solid #c0c0c0;	/*枠線の幅、線種、色*/
	color : #ff7f00;
  margin-top : 10px;
  margin-bottom : 10px;
}
/*mainコンテンツの段落タグ設定*/
#main p{
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*メニューボックス
---------------------------------------------------------------------------*/
.menu_box{
	border-width : 1px;border-style : solid;border-color : #a4a19f;
  width : 100%;
}
.menu_in{
   width : 700px;
   margin-left : auto;
   margin-right : auto;
}
.menu_in_left{
  float : left;
  width : 350px;
}
.menu_in_right{
  float : left;
  width : 350px;
}
.clear{
  clear : both;
}
.menu_box2 {
    border-width: 7px;
    border-style: solid;
    border-color: #fe6c25;
    width: 92.5%;
}
.menu_box3 {
    border-width: 1px;
    border-style: solid;
    border-color: #424242;
    width: 100%;
}
.menu_box4 {
    border-width: 7px;
    border-style: solid;
    border-color: #635f5e;
    width: 99%;
}

/*約束ボックス
---------------------------------------------------------------------------*/
.yakusoku_box{
width : 100%;
border-width : 1px;
border-style : solid;
border-color : #e5e5e5;
    background-image: url(../image/yakusoku_bg.jpg);
    background-repeat: repeat;
}

.yakusoku_in section{
    padding: 20px 20px 0;
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    background: #ffffff;
    box-sizing: border-box;
border-style: solid;
    border-color: 635f5f;
border-width: 1px;
}

.yakusoku_in{
   width : 98%;
   margin-left : auto;
   margin-right : auto;
  padding-top : 10px;
  padding-bottom : 10px;   
}

/*代表挨拶
---------------------------------------------------------------------------*/
.aisatsu_box{
	border-width : 1px;border-style : solid;border-color : #ff6c26;
  width : 100%;
}
.aisatsu_in{
   width : 98%;
   margin-left : auto;
   margin-right : auto;
  padding : 10px ;
}

.aisatsu_left{
  float : left;
  width : 260px;
}
.aisatu_right{
  float : left;
}

/*約束テキスト
---------------------------------------------------------------------------*/
.yakusoku_text{
	border-style : none;
  width : 100%;
  margin-top : 10px;
}

.yakusoku_left{
  float : left;
  width : 230px;
  margin-left : 15px;
}
.yakusoku_right{
  float : left;
  width : 370px;
  padding-left : 10px;
}




/*course.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list{
	margin-bottom: 15px;	/*ボックス間のスペース*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: #FFF;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	position: relative;
	overflow: hidden;
	color: #333;	/*文字色*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list a{
	padding: 20px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#main section.list a:hover{
	background: #FFF;	/*マウスオン時の背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p{
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img{
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4{
	font-size: 100%;
	color: #8da472;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #8da472;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*「mark1(キャンペーン中)」マーク
---------------------------------------------------------------------------*/
.mark1{
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #fa5d95;	/*背景色*/
	text-align: center;
	display: block;
	width: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-20deg) translate(60px,10px);
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub{
	float: left;	/*左側に回り込み*/
	width : 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}

/*subコンテンツ内のh2タグ設定*/
#sub h2{
	font-size: 100%;
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #9a4423;		/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #987f5f;		/*上部の線の幅、線種、色*/

  color : white;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu{
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a{
	border-bottom: 1px solid #d2d2d2;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*左から、上下、左右への余白*/
	background: #FFF;	/*背景色*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover{
	background: #ff7800;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1{
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}

/*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/
.sidemenu_box{
  width : 240px;
border-width : 1px;border-style : solid;border-color : #9a4423;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color : #ffffff;	/*文字色*/
  	background-color : #635f5f;
}
footer .pr{
	display: block;
	font-size: 80%;
}
footer a{
	text-decoration: none;
	color: #FFF;
}
footer a:hover{
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt{
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd{
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img{
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"]{
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	clear: both;
}
#pagetop a{
	color : #ffffff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ec3f0a;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	line-height: 30px;
	margin-top: -30px;
	border-radius: 6px 6px 0 0;
}
/*マウスオン時*/
#pagetop a:hover{
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look{
	background: #dcdcdc;
}
.mb15,
.mb1em{
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1{
	color: #ff7e0f;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}
.r{
	text-align: right;
}
figcaption{
	font-size: 11px;
}
img{
	max-width: 100%;
	height: auto;
}
.newicon{
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
#menubar_hdr{
	display: none;
}



/*料金*/
.price_in{
  width : 94%;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
 font-size : 13px;
 background-color : #fcebdb;
 border: solid 0.5px #bd2600;
}

/*お客さまの声*/
.voice_box{
  width : 94%;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
 font-size : 13px;
}
.voice_box_left{
  float : left;
  width : 47%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.voice_box_right{
  float : left;
  width : 47%;
    padding-top : 10px;
  padding-left : 9px;
  padding-right : 10px;
  padding-bottom : 10px;
}

.voice_in{ font-size : 12px;}

/*サブページ内の説明ボックス*/
.subpage_box{
  width : 94%;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
}
.subpage_box_left{
  float : left;
  width : 36%;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.subpage_box_right{
  float : left;
  width : 60%;
  text-align : left;
}

.subpage_box4{
  width : 98%;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
}
.subpage_box_left4{
  float : left;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.subpage_box_right4{
  float : left;
    text-align : left;
}

.clear{
  clear : both;
}


/*SEO実績*/
.subpage_box2{
  width : 94%;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
}
.subpage_box_left2{
  float : left;
  width : 45%;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.subpage_box_right2{
  float : left;
  width : 45%;
  text-align : left;
 margin-top : 10px :
}


.clear{
  clear : both;
}

/*セミナーコンサル*/
.subpage_box3{
  width : 94%;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
}
.subpage_box_left3{
  float : left;
  width : 48%;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.subpage_box_right3{
  float : left;
  width : 48%;
  text-align : left;
 margin-top : 10px :
}


.clear{
  clear : both;
}

/*施術の流れボックス*/
.nagare_box{
  width : 94%;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
}
.nagare_box_left{
  float : left;
  width : 35%;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.nagare_box_right{
  float : left;
  width : 60%;
  text-align : left;
}
.nagare_box_left1{
  float : left; 
  width : 60%;
  text-align : left;
}
.nagare_box_right1{
  float : left;
  width : 35%;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}

/*選ばれるボックス
---------------------------------------------------------------------------*/
.erabareru_box{
	border-width : 1px;border-style : solid;border-color : #cccccc;
  width : 100%;
  height : auto;
}
.erabareru_left{
  float : left;
  width : 410px;
}
.erabareru_right{
  float : left;
  width : 260px;
}
.space1 {
    height: 1px;
}

.check {
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
}
.check li {
    list-style: none;
    background: url(../image/check_icon1.jpg) left top / auto auto no-repeat scroll padding-box border-box transparent;
    padding: 3px 0px 3px 38px;
}

.step{
    clear: both;
    background: url(../image/step_bg.png) left center / auto auto no-repeat scroll padding-box border-box, linear-gradient(#ffffff, #ffffff) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
    background: url(../image/step_bg.png) no-repeat left center, -webkit-linear-gradient(#FFF, #ffffff);
    -webkit-box-shadow: 1px 2px 5px #e2e2e2;
    box-shadow: 1px 2px 5px #e2e2e2;
    font-size: 100%;
    padding: 2px 15px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.step_left{
  float : left;
  width : 12%;
  color:#fff;
  font-weight:bold;
}
.step_right{
	float : left;
  	width : 80%;
}

.kotsubantext {
    background-image: url(../image/kotsuban_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.ninkatsutext {
    background-image: url(../image/ninkatsu_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.youtsutext {
    background-image: url(../image/youtsu_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.mukumitext {
    background-image: url(../image/mukumi_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.hajimetetext {
    background-image: url(../image/hajimete_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.sangotext2 {
    background-image: url(../image/sango_photo2.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.hajimetetext {
    background-image: url(../image/hajimete_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.katakoritext {
    background-image: url(../image/katakori_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.nekozetext {
    background-image: url(../image/nekoze_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.jikotext {
    background-image: url(../image/jiko_photo1.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.hajimetetext {
    background-image: url(../image/hajimete_photo1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.hajimetetext2 {
    background-image: none;
}

.toku_box {
    border-top: 1px solid #ff9800;
    border-bottom: 1px solid #ff9800;
    padding: 15px 10px 7px 10px;
    width: 90%;
    background-color: #ffffff;
    margin-left: 25px;
    font-size: 14px;
}

.toku_box li {
    padding: 0 5px 3px 15px;
    background: url(../image/li.jpg) no-repeat left 8px;
}

.switch {
    visibility: hidden;
}

.price{
	clear: both;
	background : url() right center / auto auto no-repeat scroll padding-box border-box, linear-gradient(#ec3f0a, #ec3f0a) 0% 0% / auto auto repeat scroll padding-box border-box transparent;	/*背景色（古いブラウザだとここの色のみが出ます）*/
		/*背景画像の読み込みとグラデーション*/
	background: url() no-repeat right center, -webkit-linear-gradient(#ec3f0a, #ec3f0a);	/*同上*/
				/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border-radius: 6px;	/*角丸のサイズ*/
	border : 1px solid #cccccc;	/*枠線の幅、線種、色*/
	color : #ffffff;
  margin-top : 10px;
  margin-bottom : 10px;
}

.inner {
    margin: 0 auto;
    width: 100%;
background-color: #635f5e;
position: relative;
}

.inner2 {
    margin: 0 auto;
    width: 1003px;
background-color: #f08e37;
position: relative;
}

.footer_in{
	width:980px;
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	padding : 10px;	/*ボックス内の余白*/
	color;#ffffff;
	}

.footer_left{
  float : left;
  width : 60%;
}
.footer_right{
  float : left;
  width : 34%;
  text-align : left;
 	padding : 10px;	/*ボックス内の余白*/

}

@media (min-width:481px) and (max-width:980px){
header{
	height : 130px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
    margin-top: -10px;
    padding-right: 20px;
    margin-left: -10px;
}

footer{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color : #ffffff;	/*文字色*/
  	background-color : #ffb16e;
	width: 1000px;	/*幅*/
}

#top_bg{
	width: 1000px;	/*幅*/
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	background-color:#fef9ea;
	background-image: url(../image/top_bg.png);
	background-position: top , center 0px  ;
	background-repeat:no-repeat;
	overflow : hidden ;
}



#container{
	width: 100%;	/*コンテナー幅*/
	margin-left : auto;
       margin-right : auto;
	background-attachment : scroll;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色と右上の植物の背景画像(リピートなし、右、上に配置)読み込み*/
	padding : 10px;	/*ボックス内の余白*/
	overflow : hidden ;
}
}
/*会社概要
---------------------------------------------------------------------------*/
.tableBasic01 table {
    width: 100%;
    border: 1px solid #f4f4f4;
}
.tableBasic01 table th {
    background: #f4f4f4;
    text-align: center;
    padding: 10px 5px;
    border-right: 1px dotted #fff;
        border: 1px solid #ddd;
}
.tableBasic01 table td {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ddd;
    text-align: left;
}

.taC {
    text-align: center !important;
}

.w25per {
    width: 25% !important;
}

.w50per {
    width: 50% !important;
}

/*リクルートテーブル*/
---------------------------------------------------------------------------*/
section table	{ width: 100%; }
section th, section td	{ padding: 10px; border: 1px solid #ddd; }
section th	{ background: #f4f4f4; }

/*----------------------------------------------------
	.job01
----------------------------------------------------*/
.job01 th	{ width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .job01	{ margin-right: 0px;
               margin-left: 0px;  }
    .job01 th,
    .job01 td{
		width: 95%;
		display: block;
		border-top: none;
    }
	.job01 tr:first-child th	{ border-top: 1px solid #ddd; }
}
   

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*h1タグの設定
---------------------------------------------------------------------------*/
h1{
	display: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container{
	width: auto;
    margin-bottom: -10px;
}

#top_bg{
background-image:none;
}

#container2{
	width: auto;
	margin: 4px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	height : auto;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
       margin-bottom : 15px;
}
/*サイトロゴの設定*/
.site_logo{
	display:none;
      width: 100%;
    margin-top: 0px;
    text-align: center;
    margin-left: 5px;
}
/*ヘッダーバナー（２つ並び）*/
.head_bunner{
      width: 100%;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 15px;
    margin-right: -10px;
    margin-top: 65px;
    margin-bottom: -5px;
    display: none;
}

#mainimg{
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
    margin-top: -15px;
    background-image: none;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar ul{
	padding-left: 0;
	margin-left:0px;
    border-bottom: 2px solid #ff7f00;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li{
	float: left;
	width: 50%;
	border-bottom : 1px solid #ffffff;	/*下の線の幅、線種、色*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #f06d1f	/*背景色（古いブラウザだとここの色のみが出ます）*/
	border-right: 1px solid #fffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

nav#menubar ul li/{
	float: left;
	width: 100%;
	border-bottom : 1px solid #ffffff;	/*下の線の幅、線種、色*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ff7f00	/*背景色（古いブラウザだとここの色のみが出ます）*/
	border-right: 1px solid #fffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav#menubar ul li a{
	letter-spacing: normal;
}
nav#menubar ul li:nth-child(odd){
	border-left: 1px solid #ffffff;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents{
	width: auto;
	padding-top: 15px;
	margin: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub{
	float: none;
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p{
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*course.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p{
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img{
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4{
	margin-left: 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open{
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#8da472), to(#5a743f));	/*背景画像とマイナスアイコンとグラデーション*/
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#8da472, #5a743f);	/*同上*/
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#8da472, #5a743f);			/*同上*/
}
section#new h2.close{
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#8da472), to(#5a743f));	/*背景画像とプラスアイコンとグラデーション*/
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#8da472, #5a743f);	/*同上*/
	background: url(../images/bg1.png) no-repeat center center, url(../images/bg2.png) no-repeat right center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#8da472, #5a743f);			/*同上*/
}
/*ブロック全体の設定*/
#new dl{
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt{
	float: none;
	width: auto;
}
/*記事設定*/
#new dd{
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub{
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr{
	display: inline;
	position: absolute;
	top: 10px;
	right: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

/*メニューボックス
---------------------------------------------------------------------------*/
.menu_box{
	border-width : 1px;border-style : solid;  width : 100%;
}
.menu_in{
   width : 100%;
   margin-left : auto;
   margin-right : auto;
}
.menu_in img{
  width : 90%;
}

.menu_in_left{
  width : 100%;
  text-align : center;
}
.menu_in_right{
  width : 100%;
  text-align : center;
}

/*約束ボックス
---------------------------------------------------------------------------*/
.yakusoku_box{
  width : 98%;
   margin-left : auto;
   margin-right : auto;
}
.yakusoku_in{
   width : 98%;
   margin-left : auto;
   margin-right : auto;
}


/*代表挨拶
---------------------------------------------------------------------------*/
.aisatsu_box{
	border-width : 1px;border-style : solid;  width : 100%;
}
.aisatsu_in{
   width : 92%;
   margin-left : auto;
   margin-right : auto;
  padding-top : 10px;
  padding-bottom : 10px;
}
.aisatsu_in img{
  width : 70%;
}

.aisatsu_left{
  width : 100%;
    text-align : center;
  }
.aisatu_right{
  width : 95%;
}

/*約束テキスト
---------------------------------------------------------------------------*/
.yakusoku_text{
  width : 100%;
  margin-top : 8px;
}
.yakusoku_text img{
  width : 100%;
}

.yakusoku_left{
  width : 100%;
    text-align : center;
    margin-left: auto;
  }
.yakusoku_right{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    padding-left : 10px;
  margin-top: 10px;
  }


.toku_box {
    border-top: 1px solid #ff9800;
    border-bottom: 1px solid #ff9800;
    width: 90%;
    background-color: #ffffff;
    margin-left: 15px;
    font-size: 14px;
}

/*サブページ内の説明ボックス*/
.subpage_box{
  width : 100%;
}
.subpage_box_left{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.subpage_box_right{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
}

/*セミナーコンサル*/
.subpage_box3{
  width : 210%;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
}
.subpage_box_left3{
  float : left;
  width : 48%;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.subpage_box_right3{
  float : left;
  width : 48%;
  text-align : left;
 margin-top : 10px :
}


.clear{
  clear : both;
}


/*お客様の声*/
.voice_box{
  width : 100%;
}
.voice_box_left{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
    text-align : center;
  }
.voice_box_right{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
}


/*施術の流れボックス*/
.nagare_box{
  width : 100%;
}
.nagare_box_left{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.nagare_box_right{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
}
.nagare_box_left1{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.nagare_box_right1{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;

/*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/
.sidemenu_box{
  width : 98%;
  margin-left : auto;
  margin-right : auto;
}

#sub img{
  width : 100%;
}

}


/*サブページ内の説明ボックス*/
.subpage_box{
  width : 100%;
}
.subpage_box_left{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.subpage_box_right{
  width : 92%;
  margin-left : 15px;
  margin-right : auto;
  text-align : center;
}

.subpage_box_right2{
      width: 92%;
    margin-left: 10px;
    margin-right: auto;
    text-align: center;
    margin-top: 5px;
}

/*選ばれるボックス
---------------------------------------------------------------------------*/
.erabareru_box{
	border-width : 1px;border-style : solid;border-color : #cccccc;
  width : 100%;
  height : auto;
  margin-left : auto;
  margin-right : auto;
  background-image : none;
}

/*施術の流れボックス*/
.nagare_box{
  width : 100%;
}
.nagare_box_left{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.nagare_box_right{
  width : 92%;
  margin-left : 15px;
  margin-right : auto;
  text-align : center;
}
.nagare_box_left1{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
  
    text-align : center;
  }
.nagare_box_right1{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  }

.kotsubantext {
    background-image : none;
}

.hajimetetext {
    background-image : none;
}

.mukumitext {
    background-image : none;
}

.sangotext {
    background-image : none;
}

.sangotext2 {
    background-image : none;
}

.hajimetetext {
    background-image : none;
}

.katakoritext {
    background-image : none;
}

.youtsutext {
    background-image : none;
}

.nekozetext {
    background-image : none;
}

.jikotext {
    background-image : none;
}

.hajimetetext {
    background-image : none;
}

.hajimetetext2 {
    background-image : none;
}

/*サイドのメニューボックス（施術ﾒﾆｭｰ)
---------------------------------------------------------------------------*/
.sidemenu_box{
  width : 98%;
  margin-left : auto;
  margin-right : auto;
}

#sub img{
  width : 100%;
}




.space_s{
  height : 10px;
}

.yoyaku_kotei{
  position : fixed;
  bottom : 10px;
  right : 10px;
}

.space1 {
    height: 1px;
}

.check_left{
  width : 100%;
}
.check_right{
  width : 100%;
}

.check img{
  width : 80%;
  text-align : center;
}

.check {
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
}

.step_left{
  float : left;
  width : 25%;
    color:#fff;
  font-weight:bold;
	font-size : 12px;
}
.step_right{
	float : left;
  	width : 70%;
	font-size : 12px;
}

.inner {
    margin: 0 auto;
    width: 96%;
}

.inner2 {
    margin: 0 auto;
    width: 100%;
}

.footer_in{
  width : 100%;
}

.footer_left{
  width : 92%;
 padding-left:5px;
  margin-left : auto;
  margin-right : auto;
    margin-top : 10px;
    text-align : center;
  }
.footer_right{
  width : 92%;
  margin-left : auto;
  margin-right : auto;
  text-align : left;
}

}

@media (max-width : 320px){

.step_left{
  float : left;
  width : 30%;
    color:#fff;
  font-weight:bold;
	font-size : 12px;
}
.step_right{
	float : left;
  	width : 65%;
	font-size : 12px;
}

}

@media (max-width: 480px){
  .head_bunner{
  width: auto;
  position:static;
  z-index: 100;
      margin-top: 65px;
    margin-bottom: -5px;
       display:none;
}


.fixed{
  position: fixed;
  top: 0;
  z-index: 1;
}
#top-menu img{
  max-width: 50%;
  width : 172px;
}
.site_logo{
 height:70px;
} 
#mainimg {
	margin-top:0px;
}


}