@charset "utf-8";
/* CSS Document */

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-size: 100%;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
    color:#333;
    font-size:14px;
    line-height:1.4;
    font-family: メイリオ,'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
}

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;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
*{
	padding: 0;
	margin: 0;
	border:none;
 	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{-webkit-text-size-adjust: 100%;background:#f2f2f2;}


.clear{
	clear:both;
}
a{
	color:#1b7980;
	text-decoration:underline;
}
a:hover{
	color:#1b7980;
	text-decoration:none;
}
.fl-l{float:left;}
.fl-r{float:right;}
.ml-5{margin-left:-5px;}
.ml-10{margin-left:-10px;}
.ml5{margin-left:5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml45{margin-left: 45px !important;}

.mt2{margin-top:2px !important;}
.mt3{margin-top:3px !important;}
.mt5{margin-top:5px;}
.mt8{margin-top:8px !important;}
.mt10{margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px !important;}
.mt40{ margin-top:40px;}
.mt-17{margin-top:-17px !important;}

.mb3{margin-bottom: 4.5px !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr13{margin-right: 13px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right:35px;}

.pd15{padding:0 15px;}
.pd25{padding:25px 0px 25px 20px !important;}
.pr5{padding-right:5px;}
.mb0{margin-bottom: 0px !important;}
.txt-black{color:#333 !important;}
.txt-white{color:#fff;}
.txt-golden{color:#a67c52;}
.txt-red{color:#e90029;}
.txt-underline{text-decoration: underline;}
.txt-bold{font-weight: bold;}


.no-mg{ margin:0 !important;}
.fs14{font-size:14px !important;}
.fs16{font-size:16px !important;}

.dis-block{display: block; margin-top:20px !important;}
.clear-both{clear: both;}
.block-dsp{display: block;}
.mr-l3{margin:10px 3px 20px 3px;}


.no-border{border:none !important;}
br{
	clear: both;
	margin-top:-20px;
}




/* header blog  */
#header{
	width:100%;
	background:#fff;
	padding:10px 0;
	border-bottom: 1px solid #bababa;
}
h1{
	font-size: 12px;
	font-weight: normal;
}
.logo{
	margin:10px 0 0 0;
}
.contact{
	float:right;
	margin-right: 20px;
}

/* 20170814 */
.sns-hd{
	float:right;
	margin-right: 20px;
	margin-top:5px;
}
a:hover img.sns-hd {
	filter: alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
}



/* ----------------- top menu ----- */

#top-menu{
 width:100%;
 background:url('../img/bg-mainnav.png') repeat-x;
 height: 81px;
 border-top: 1px solid #fff; 
}


ul#gmenu li{
 list-style: none;
 display: inline-block;
/* margin-left:-5px;*/
	margin: 0;
	padding: 0;
 height: 90px;
}

/*ul#gmenu li:first-child{
 margin-left:0px !important;
}*/
ul#gmenu li a{
 text-decoration: none;
	margin: 0;
	padding: 0;
}


/*ul#gmenu li a:hover:after{
	content: url('../img/gitem-bottom-hover.png');
	margin:-11px 0 0 0;
	display: block;
	float:left;
	position: absolute;
}*/


/* ----------------------bread list -------------------- */
.bread-list-bg{
	background: #a6a092;
	
}
.bread-list{
	width:980px;
	margin:0 auto;
	color:#333;
	font-size: 12px;
	padding:6px 0 1px 8px;
}
.bread-list a{
	color:#fff;
	font-size:12px;
}



/* --------------------- main image --------------------- */
#main-image{
	width:100%;
	background:#d0c0b0;
	text-align: center;
}

#smain-image{
	width:100%;
	background:#f2f2f2;
	text-align: center;
}

/* ---------------- main content ---------------- */

.main-content{
	width:980px;
	margin:0 auto;
	
}
.main-container{
	width:980px;
	margin:0 auto;
	padding:15px 20px 20px 20px;
	background:#fff;
}

p.txt-paragraph{
	color:#333;
	line-height: 1.7;
	height:140px;
}
p.txt-paragraph-pro{
	color:#333;
	line-height: 1.7;
	height:100px;
	margin-top:8px;
}
.box-cont01{
	text-align: center;
	margin:20px 0;
}

.dropdown-box{
	text-align: center;
	margin:20px 0;
	line-height:0;
}

.shop:hover, .course:hover, .shoujou:hover {
	cursor: pointer;
}

.sub-menu-hlink{
	float:left;
	width:300px;
	background:#c69c6d; 
	margin-top:-6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	display: none;
	margin-bottom:20px;
}
.sub-menu-hlink ul:before{
	content: url('../img/carret-up.png');
	text-align: center !important;
	margin-left: 145px;
}
.sub-menu-hlink ul{
	margin-top:-15px;
	text-align: left;

}
.sub-menu-hlink ul li{
	padding:0 10px;
	position: relative;
	height:40px;
	z-index: 1000;
}


.sub-menu-hlink ul li.two-lines a{
	padding:5px 0 10px 0;
}
.sub-menu-hlink ul li.two-lines a i{
	float:left;
	margin:6px 7px 0 0px;
}


.th-smb{
	float:left;
	margin:0px 5px 0 0;
}
.th-smb-lines{
	float:left;
	margin:6px 5px 0 0;
}
.sub-menu-hlink ul li a{
	display: block;
	width: 100%;
	height:40px;
	color:#fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 2px dotted #fff;
	padding:12px 0 18px 0;
	line-height:1.1 !important;
}
.sub-menu-hlink ul li a:after{
	content: url('../img/hlink-menu-arrow.png');
	float:right;
	margin:-7px 0 0 0;
}
.sub-menu-hlink ul li.two-lines a:after{
	float:right !important;
	position:relative;
	margin:-30px 0 0 0 !important;
}
.sub-menu-hlink ul li.nrw-txt-submenu a{
	letter-spacing: -0.5px;
}
.sub-menu-hlink ul li a i{
	margin-right:7px;
}

.sub-menu-hlink ul li:hover, .sub-menu-hlink ul li:visited{
	background: #f4001c;
}

#sub-menu-course{
	margin-left:320px;
}
#sub-menu-shoujou{
	margin-left:640px;
}
span.acodion-sub-2line{
	display:block;
	
}
/* -------------- left content ----------- */
.left-cont{
	float:left;
	width:220px;
	margin-top:10px;
}

#smenu{
	border-left:5px solid #e90029;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding:0;
}
ul#smenu li{
	display: block;
	list-style: none;
	height: 50px;
	background:url('../img/smenu-item-bg.jpg') repeat-x;
	border-top:1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
ul#smenu li img{margin-top:2px;}

ul#smenu li:last-child{
	border:none;
	border-top:1px solid #e6e6e6;
}

ul#smenu li a{
	display: block;
	vertical-align: middle;
	padding:0 10px 0 0px;
	width:100%;
}

img.aid-l{
	margin-top:10px;
}

/* -------------- right content ---------- */
.right-cont{
	float:right;
	width:700px;
	margin-top:10px;
}

h2{
	clear:both;
	width:700px;
	height: 40px;
}

.box-cont02{
	text-align: right;
	margin:20px 0;
	padding-bottom: 5px;
}
.box01{
	width: 220px;
	border:2px solid #ed1c24;
	display: inline-block;
	margin:12px 0 0 0;
	text-align: left;
	height: 360px;
}
.box-ttl01{
	display: block;
	width:220px;
	background: #ed1c24;
	padding:11px 8px 11px 11px;
	text-align: right;
	height: 40px;
	margin-left:-2px;
}
img.box-pict-top{
	float:left;
	margin:-60px 0 0 -10px;
	position: relative;
	z-index: 1000;
}
.mg-r-l{
	margin:0 10px 0 10px;
}
img.pict-mgt{
	margin-top:-20px;
}
span.box01-ttl{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	display: block;
	margin:-3px 0 4px 0;
}
.txt-line-height{
	line-height: 1.4 !important;
}
.pd10{padding:10px 7px;}
span.txt-link{
	text-align: right !important;
	display: block;
	margin:10px 0 0 0;
	color:#333;
}
span.txt-link-box01{
	text-align: right !important;
	display: block;
	margin:10px 5px 0 0;
	color:#333;
}
.box01 a{color:#333;}
span.txt-link i{
	color:#e90029;
	padding-left: 5px;
	font-size: 13px;
}
span.pro-txt-link{
	text-align: right !important;
	display: block;
	margin:0 0 0 0;
	
}
span.pro-txt-link a{color:#333;}
a.txt-link{
	color: #333;
	margin:10px 0 0 0;
	display: block;
	text-align: right;
}
.fa-play-smb{
	float:right;
	margin:4px 0 0 5px;
}

img.rarr-link{
	float:right;
	margin:-3px 0 0 5px;
	
}
.profile-box{
	width:340px;
	height: 280px;
	border:2px solid #f4001c;
	margin-top:20px;
	padding:11px 7px;
}
img.profile-pict{
	float:left;
	margin-bottom: 11px;
}
div.pro-info-box{
	width:210px;
	float:right;
	text-align: left;

}
p.course-ttl{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:7px 0 0 0;
	line-height: 1.2;

}
span.txt{
	margin-top:8px;
	display: block;
}
span.txt-pro-num{
	display: block;
	margin:0px 0 0 -5px;
}
hr.red-dotted{
	border-top:2px dotted red;
	margin:9px 0 0 0;
}


.block-f-pro{
	display: block;
	margin-top:0px;
}
.news-block-cont{
	min-height: 180px;
	overflow-y:scroll;
	overflow-x: hidden;
}


.news-block-cont div{
	color:#333;
	display:block;
	border-bottom: 2px dotted #da0228;
	margin:0 10px;
	min-height:30px;
	padding:18px 0;
}

p.date-txt{
	clear:both;
	float:left;
	overflow:hidden;
	width:130px;
	min-height:30px;
}



/* ------------------------- link  ---------------------------- */

.link-box-cont01, .link-box-cont02{
/*	clear:both;*/
	border:4px solid #e90029;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(../js/PIE.htc);
	color:#e90029;
	font-size: 13px;
	overflow: hidden;
}
.link-box-cont01{
	padding:10px;
	text-align: center;
	margin: 40px 0 0 0;
	line-height: 1.9;
	overflow: hidden;
}
.link-box-cont02{
	padding:20px 20px;
	margin: 20px 0 40px;
}
.link-box-cont01 a{
	color:#e90029;
	margin:0 5px;
}
.link-box{
	float:left;
}
.w230{width:230px;}
.w250{width:250px;}
.w190{width:190px;}
.w210{width:210px;}

.link-box a, .link-box span{
	color:#e90029;
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}
.link-box span{
	margin-left:-5px;
}



.mb38{margin-bottom: 31px !important;}


/* ---------------- footer ----------------- */

#footer-box{
	clear: both;
	overflow: hidden;
}
#footer-box div.salon-link-box{
	float:left;
	width:220px;
}

#footer-box div.salon-link-box dl dt{
	font-weight: bold;
}
#footer-box div.salon-link-box dl dd{
	margin: 5px;
}
#footer-box div.salon-link-box dl dd a{
	color:#e90029;
}
#footer{
	padding:10px;
	background:#e90029;
	text-align: center;
	color:#fff;
	font-size: 13px;
	margin-top:-20px;
	}

.page-top{
	float:right;
}