/*reset css start*/
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
a{
	text-decoration: none;
	color: #000;
}
.cf:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html .cf  { zoom: 1; }  /* IE6 */
*:first-child+html .cf { zoom: 1; }  /* IE7 */

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */
/*reset css end*/
/*hover透過*/
.header .g_nav li a:hover,
.breadcrumb li a:hover,
.main_cont .inner .more a:hover,
.footer .foot_nav li a:hover,
.foot_sub_nav li a:hover,
.foot_info a:hover,
.pt_btn a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
/*common*/
body{
	width: 100%;
	min-width: 980px;
	color: #4d4d4d;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.pt_btn{
	position: absolute;
	top: -2.55em;
	right: 0;
}
.header{
	width: 980px;
	margin: 0 auto 10px;
	padding: 35px 0 12px;
}
.header .g_nav{
	width: 665px;
	float: right;
	position: relative;
}
.header .g_nav li{
	float: left;
	margin-left: 37px;
	font-size: 14px;
}
.header .g_nav li a{
	text-decoration: none;
	padding: 5px 10px;
	color: #333;
}
.wrapp{
	position: relative;
	width: 980px;
	margin: 0 auto 120px;
}
.footer{
	width: 100%;
	background: url(../images/footer_bg.png);
}
.foot_wrapp{
	position: relative;
	width: 980px;
	margin: auto;
}
.foot_nav{
	height: 12px;
	padding: 17px 20px;
	overflow: hidden;
}
.foot_nav li{
	float: left;
	margin-left: 45px;
	padding-left: 1em;
	background: url(../images/icon_triangle.png) no-repeat 0 .4em;
}
.foot_nav li:first-child{
	margin-left: 0;
}
.foot_nav li a{
	color: #FFF;
}
.foot_cont{
	width: 100%;
	padding: 35px 0;
	background: #000;
}
.foot_sub_nav{
	width: 180px;
	float: left;
}
.foot_sub_nav p{
	margin-bottom: 20px;
}
.foot_sub_nav li{
	margin-bottom: 13px;
	padding-left: 1em;
	background: url(../images/icon_triangle.png) no-repeat 0 .4em;
}
.foot_sub_nav li a{
	color: #FFF;
}
.foot_map{
	float: left;
	width: 460px;
	margin-left: 10px;
}
.foot_map p{
	margin-bottom: 14px;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#map_canvas{
	width: 100%;
	height: 205px;
}
.foot_info{
	float: right;
	width: 280px;
	margin-top: 23px;
	color: #FFF;
}
.foot_info a{
	color: #FFF;
}
#fb{
	padding: 1.2em 0 1.1em 6em;
	background: url(../images/ico_fb.png) no-repeat 2.5em .9em;
	border-top: 1px solid #fff;
}
.tel{
	padding: .3em 0 .3em 3.5em;
	background: url(../images/ico_tel.png) no-repeat 1.6em .5em;
	border-top: 1px solid #fff;
	font-size: 1.7em;
}
.mail{
	padding: 1.2em 0 1.1em 6em;
	background: url(../images/ico_mail.png) no-repeat 2.5em 1.2em;
	border-top: 1px solid #fff;
}
#f_logo a img{
	width: 100px;
}
.add{
	padding: 1.2em 0 1.1em;
	font-size: .75em;
	border-top: 1px solid #fff;
}
.add #f_logo{
	float: left;
}
.add ul{
	width: 160px;
	float: right;
}
.add li{
	margin-bottom: :;px;
}
#small{
	padding: 10px 0;
	font-size: 56%;
	font-weight: bold;
	color: #9B9B9B;
}

.left{
	float: left;
}
.right{
	float: right;
}
.co_re{
	color: #8A0000;
}
.li_he{
	line-height: 2em;
}
#mab5{
	margin-bottom: 5px;
}
.mab5{
	margin-bottom: 5px;
}
#mab12{
	margin-bottom: 12px;
}
.mab12{
	margin-bottom: 12px;
}
.mab14{
	margin-bottom: 14px;
}
.mab15{
	margin-bottom: 15px;
}
.mab17{
	margin-bottom: 17px;
}
.mab20{
	margin-bottom: 20px;
}
.mab24{
	margin-bottom: 24px;
}
.mab25{
	margin-bottom: 25px;
}
.mab28{
	margin-bottom: 28px;
}
.mab30{
	margin-bottom: 30px;
}
.mab32{
	margin-bottom: 32px;
}
.mab35{
	margin-bottom: 35px;
}
.mab48{
	margin-bottom: 48px;
}
.mab50{
	margin-bottom: 50px;
}
.mab56{
	margin-bottom: 56px;
}
.mab58{
	margin-bottom: 58px;
}
.mab60{
	margin-bottom: 60px;
}
.mab72{
	margin-bottom: 72px;
}
.mab80{
	margin-bottom: 80px;
}
.mab86{
	margin-bottom: 86px;
}
.mab90{
	margin-bottom: 90px;
}
.pad10{
	padding-bottom: 10px;
}
.fonsi12{
	font-size: .75em;
}
.fonsi13{
	font-size: .8em;
}
.fonsi14{
	font-size: .9em;
}
.fonsi18{
	font-size: 1.13em;
}
.fonsi20{
	font-size: 1.25em;
}
.tex_cen{
	text-align: center;
}
.fonbo{
	font-weight: bold;
}
.icon_redcircle{
	padding-left: 1em;
	background: url(../images/icon_redcircle.png) no-repeat 0 center;
}
.bordott{
	border-bottom: 1px dotted #999;
}
.texin2{
	text-indent: 2em;
}

.bg_cleam{
	padding: 15px;
	margin-bottom: 5px;
	background: #eaeaea;
}
/*index*/

.btn h2{
	margin-bottom: 30px;
	border-top: dotted 1px #999;
}
ul.bxslider {
	background-color: #181818;
	margin: 0 auto 70px;
	padding:0;
	height:555px;
	list-style:none;
}
ul.bxslider li {
	margin:0;
	padding:0;
	top:0;
	left:0;
}
.bwWrapper{
    position:relative;
    display:block;
}
.header_top{
	margin-bottom: 10px;
	padding-bottom: 12px;
}
.main_visual{
	width: 100%;
	height: 554px;
	margin-bottom: 45px;
	background-color: #181818;
}
.btn{
	margin-bottom: 70px;
}
.btn .base_left{
	width: 344px;
	float: left;
}
.btn .base_right{
	width: 629px;
	float: right;
}
.btn .sec_left{
	width: 266px;
	float: left;
}
.btn .sec_right{
	width: 357px;
	float: right;
}
.btn .base_left2{
	width: 616px;
	float: left;
}
.btn .base_right2{
	width: 357px;
	float: right;
}
.btn .sec_left2{
	width: 344px;
	float: left;
}
.btn .sec_right2{
	width: 265px;
	float: right;
}
/*W&B*/
.wb {
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
  
.wb:hover {
	-webkit-filter: grayscale(0%);
}
.under_cont .calendar{
	width: 600px;
	float: left;
}
.under_cont .fb{
	width: 350px;
	float: right;
}
.under_cont .fb iframe{
	color: #000;
}
/*2nd*/
.catch_img img{
	width: 100%;
	margin: auto;
}
/*パンくず*/
.breadcrumb{
	margin: 0 0 35px 7px;
}
.breadcrumb li{
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.breadcrumb li span{
	margin-right: 5px;
}
.main_cont{
	position: relative;
}
/*side*/
.main_cont .side{
	width: 255px;
	float: right;
	font-family:'Hiragino Mincho ProN', serif;
}
.main_cont .side h1{
	margin-bottom: 65px;
	text-align: center;
}
.main_cont .side .side_nav{
	padding: 28px 0 50px 80px;
	background: url(../images/sub_bg.png) no-repeat;
}
.main_cont .side .side_nav li{
	margin-bottom: 16px;
	font-size: .8em;
	font-weight: bold;
	color: #a10c0c;
}
.main_cont .side .side_nav li a{
	font-weight: bold;
	color: #000;
}
.main_cont .side .side_nav li a:hover{
	color: #a10c0c;
}
.main_cont .inner{
	width: 700px;
	float: left;
}
.main_cont .inner h2{
	padding: 38px 0;
	margin-bottom: 30px;
	border-top: 6px solid #a10c0c;
	border-bottom: 1px solid #a10c0c;
	text-align: center;
}
#other{
	margin-bottom: 0;
}
.concept_tex_l{
	float: left;
	width: 415px;
	font-size: .75em;
	text-align: justify;
}
.concept_img_r{
	float: right;
}
.concept_tex_r{
	float: right;
	width: 415px;
	font-size: .75em;
	text-align: justify;
}
.concept_img_l{
	float: left;
}
#services_btn{
	margin-bottom: 30px;
	text-align: center;
}
.main_cont #services h2{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-top: none;
}
#care_bottom{
	margin-bottom: 0;
}
.care_con h3{
	background-position: 0 .5em;
}
.main_cont #goods h2{
	padding: 0;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}
.main_cont #services .sentence{
	width: 315px;
	font-size: .8em;
}
.main_cont .inner .inner_cont{
	margin-bottom: 82px;
}
.main_cont .inner .inner_visual{
	margin-bottom: 30px;
}
.main_cont .inner .sentence{
	position: relative;
	font-size: .9em;
	text-align: justify;
}
.main_cont #goods .sentence{
	letter-spacing: .15em;
}
.main_cont .inner .sentence .description{
	margin-bottom: 42px;
}
.more{
	text-align: right;
}
.main_cont .inner .sentence .type1{
	width: auto;
	float: left;
	margin-right: 4em;
}
.main_cont .inner .sentence .type2{
	width: auto;
	float: left;
}
.main_cont .inner .sentence .type1 li,
.main_cont .inner .sentence .type2 li{
	margin-bottom: 20px;
	font-size: .9em;
	color: #4D4D4D;
}
.main_cont .inner .sentence .goo{
	width: 100%;
	border-collapse: collapse;
	font-size: .9em;
	text-align: center;
}
.main_cont .inner .sentence .goo th{
	width: 11em;
	padding: 3px;
	font-size: 1.25em;
	color: #A10C0C;
	background: none;
}
.main_cont .inner .sentence .goo td{
	padding: 3px;
	text-align: left;
	background: none;
}
.main_cont .inner .goods_img{
	margin-bottom: 25px;
}
.main_cont .inner .sentence .block{
	margin-bottom: 28px;
}
.main_cont .inner .sentence dl{
	border-bottom: dotted 1px #000;
}
.main_cont .inner .sentence dl dt{
	clear: both;
	width: 160px;
	padding: 15px 0;
	float: left;
	font-weight: bold;
	text-align: center;
}
.main_cont .inner .sentence dl #midd{
	padding: 36px 0;
}
.main_cont .inner .sentence dl dd{
	width: 520px;
	padding: 15px 0 15px 20px;
	float: right;	
}
.main_cont .inner .in p{
	margin-bottom: 56px;
}
.main_cont .inner .in #flow{
	position: absolute;
	top: 58px;
	right: 149px;
}
.main_cont .inner .in #flow p{
	margin-bottom: 0;
	font-size: .8em;
	letter-spacing: .1em;
	line-height: 1.5;
}
.main_cont .inner .in #flow p span{
	font-size: 3.25em;
	letter-spacing: 0em;
}
/*gallery*/
.gallery .main_cont h1{
	padding: 38px 0 38px 84px;
	margin-bottom: 30px;
	border-top: 6px solid #a10c0c;
	border-bottom: 1px solid #a10c0c;
}
.gallery .main_cont li{
	width: 316px;
	height: 236px;
	float: left;
	margin: 0 5px 16px 5px;
	overflow: hidden;
}
.gallery .main_cont li a img{
	width: 316px;
}
/*3rd*/
.main_cont .inner .girls_dis{
	margin-bottom: 30px;
}
.main_cont .inner .girls_dis p{
	margin-bottom: 22px;
	font-size: .9em;
	text-align: justify;
	line-height: 2;
}
.main_cont .inner .girls_dis ul{
	width: 50%;
	padding-left: 2em;
	float: left;
	color: #a10c0c;
}
.main_cont .inner .girls_dis #past_s{
	width: 40%;
}
.main_cont .inner .girls_dis ul li{
	padding-bottom: 7px;
	margin-bottom: 15px;
	font-size: .75em;
	border-bottom: 1px dashed #ddd;
}
.main_cont .inner .girls_photo li{
	width: 170px;
	height: 135px;
	float: left;
	margin: 0 2px 6px 2px;
}
.main_cont .inner .lesson_photo{
	margin-bottom: 22px;
}
.main_cont .inner .coord_photo_l{
	float: left;
}
.main_cont .inner .coord_photo_l img{
	width: 200px;
}
.main_cont .inner .coord_dis_l{
	width: 476px;
	float: right;
}
.main_cont .inner .coord_dis_l .coord_dis_l_con{
	margin-bottom: 100px;
}
.main_cont .inner .coord_dis_l p{
	margin-bottom: 22px;
	font-size: .9em;
	text-align: justify;
	line-height: 2;
}
.main_cont .inner .coord_dis_l p span{
	color: #a10c0c;
}
.main_cont .inner .coord_dis_l_bott{
	width: 567px;
	margin: auto;
	text-align: center;
}
.main_cont .inner .coord_dis_l_bott #bott_dott{
	padding-left: .8em;
	margin-bottom: 5px;
	border-bottom: dotted 1px #999;
	font-size: 1.13em;
	letter-spacing: .1em;
}
.main_cont .inner .coord_dis_l_bott #bott_dott span{
	padding-left: 1em;
	font-size: .75em;
	letter-spacing: .3em;
}
.main_cont .inner .coord_dis_l_bott #caution{
	margin-bottom: 32px;
	font-size: .75em;
}
.main_cont .inner .in_con{
	margin-bottom: 46px;
}
.main_cont .inner .in_con h2{
	margin-bottom: 24px;
}
.main_cont .inner .ju_con{
	margin-bottom: 45px;
}
.main_cont .inner .ju_con h2{
	margin-bottom: 24px;
}
.main_cont .inner .ju_con h3{
	margin-bottom: 50px;
	border-bottom: none;
}
.main_cont .inner .ju_con .top_sen{
	margin-bottom: 26px;
	font-size: .9em;
	text-align: justify;
	line-height: 2;
}
.main_cont .inner .ju_con .girls_dis .col p{
	margin-bottom: 1px;
	font-size: .8em;
}
.main_cont .inner .ju_con .girls_dis .col_dot p{
	margin-bottom: 18px;
	color: #a10c0c;
	border-bottom: dotted 1px #999;
}
.main_cont .inner .ju_con .texcen{
	text-align: center;
}
.main_cont .inner .ju_con .sma{
	font-size: .8em;
}
.main_cont .inner .ju_con .ju_con_flow{
	margin-bottom: 50px;
}
.main_cont .inner .ju_con .ju_con_l{
	width: 324px;
	float: left;
	line-height: 1.8;
	text-align: justify;
}
.main_cont .inner .ju_con .ju_con_l h3{
	margin-bottom: 35px;
	border-bottom: 0;
	font-size: .87em;
	font-weight: bold;
	color: #a10c0c;
	font-family:'Hiragino Mincho ProN', serif;
}
.main_cont .inner .ju_con .ju_con_l h3 span{
	padding: 3px 10px;
	margin-left: 8px;
	font-size: 1.5em;
	color: #000;
	border-left: 1px solid #000;
}
.main_cont .inner .ju_con .ju_con_l p{
	font-size: .9em;
}
.main_cont .inner .ju_con .ju_pho_r{
	float: right;
}
.main_cont .inner .ju_con .ju_con_l .r_col_bot{
	margin-bottom: 40px;
	color: #a10c0c;
}
.r_col{
	color: #a10c0c;
}
.main_cont .inner .school_con h2 span{
	margin-left: 16px;
}
.main_cont .inner .school_con .school_tit3{
	padding: 0 0 10px 2em;
	background: url(../images/icon_redcircle.png) no-repeat 1em .5em;

}
.main_cont .inner .school_con .top_sen{
	margin-bottom: 20px;
	font-size: 1em;
	text-align: center;
	font-family:'Hiragino Mincho ProN', serif;
}
.main_cont .inner .school_con .bg_cleam{
	font-size: .9em;
	text-align: justify;
	line-height: 1.5;
}
.main_cont .inner .school_con .class_tab{
	float: left;
	width: 465px;
}
.main_cont .inner h3{
	margin-bottom: 10px;
	color: #A10C0C;
	font-size: 1.12em;
	font-weight: bold;
	font-family:'Hiragino Mincho ProN', serif;
	border-bottom: dotted 1px #999;
}
.main_cont .inner .school_con p{
	font-size: .9em;
	line-height: 2;
}
.main_cont .inner .school_con li{
	float: left;
	margin-left: 6px;
}
.main_cont .inner .school_con li:first-child{
	margin-left: 0;
}
.main_cont .inner .school_con .box{
	margin-bottom: 20px;
}
.main_cont .inner .school_con .box li{
	padding: 10px 15px;
	margin-left: 6px;
	background: url(../images/box_bg.png);
	font-size: .8em;
	font-weight: bold;
}
.main_cont .inner .school_con .box li:first-child{
	margin-left: 0;
}
.main_cont .inner table{
	width: 100%;
	border-collapse: collapse;
	font-size: .75em;
}
.main_cont .inner table th{
	padding: 10px 30px;
	color: #FFF;
	background: #000;
	border: 2px solid #fff;
}
.main_cont .inner table td{
	padding: 10px 30px;
	background: #eaeaea;
	border: 2px solid #fff;
}
.main_cont .inner .school h2{
	padding: 18px 0;
	border-top: 1px solid #a10c0c;
}
.main_cont .inner #sp{
	padding: 0;
	margin-bottom: 24px;
	border-top: none;
	border-bottom: none;
}
.main_cont .inner .sp{
	padding: 25px 0;
	margin-bottom: 38px;
	border-top: none;
	border-bottom: none;
}
.main_cont .inner .school_con .lef_line{
	width: 40px;
	text-align: center;
}
.main_cont .inner .school_con h4{
	padding: 10px;
	margin-bottom: 26px;
	background: url(../images/box_bg.png);
	font-size: .94em;
	font-weight: bold;
	text-align: center;
	font-family:'Hiragino Mincho ProN', serif;
}
.main_cont .inner .school_con .sche{
	width: 340px;
	float: left;
	margin-bottom: 48px;
}
.main_cont .inner .school_con .sche dl{
	font-size: .88em;
}
.main_cont .inner .school_con .sche dt{
	position: absolute;
}
.main_cont .inner .school_con .sche dd{
	padding-left: 4em;
}
.main_cont .inner .school_con .base{
	width: 340px;
	float: right;
}
.main_cont .inner .school_con .base li{
	clear: both;
	margin-left: 0;
	font-size: .88em;
	margin-bottom: 12px;
}
.main_cont .inner .school_con .base p,
.texju{
	text-align: justify;
}
.main_cont .inner .school_con .space{
	letter-spacing: .1em;
}
.main_cont .inner .care_con{
	margin-bottom: 72px;
}
.main_cont .inner .care_con table{
	margin-bottom: 20px;
	text-align: center;
}
.main_cont .inner .care_con .lef_line{
	width: 165px;
	vertical-align: middle;
}
.profile{
	margin-bottom: 24px;
	text-align: justify;
}
.profile_img_l{
	float: left;
}
.profile_sentence_r{
	width: 446px;
	float: right;
}
.profile_img_r{
	float: right;
}
.profile_sentence_l{
	width: 446px;
	float: left;
}
.profile_name{
	padding: 3px 20px 4px;
	margin-bottom: 12px;
	font-size: 1.13em;
	color: #000;
	background: url(../images/profile_name_bg.png) no-repeat;
}
.plofile_comment{
	padding: 15px 13px;
	background: url(../images/profile_comment_bg.png);
}
.media{
	margin-bottom: 62px;
}
.media dt{
	position: absolute;
}
.media dd{
	padding: 0 0 6px 10em;
	margin-bottom: 14px;
	border-bottom: 1px dotted #999;
}