﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	font-style:normal;
}
html{
	background:url();
	font-size:12px;
	line-height:1.6;
	font-family:"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a{
	color:#511719;
}
a:hover{
	color:#ff8caa;
}
a img{
	border:none;
}
img{
	vertical-align:top;
}
a:hover img{
	filter:alpha(opacity=66);
	opacity:0.66;
}
/* HEADER */
header{
	position:relative;
	z-index:99;
	height:260px;
	border-bottom:#ad8254 solid 3px;
	box-shadow:0 0 10px #666;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}
header hgroup{
	background:#a68869;
	height:30px;
	margin:0 0 30px;
}
header h1{
	width:960px;
	margin:0 auto;
	font-size:12px;
	line-height:30px;
	color:#fff;
}
header .inner{
	width:1120px;
	margin:0 auto;
}
header h2{
	width:380px;
	margin:0 285px 0 0;
	float:left;
}
header h2 a{
	width:auto;
	height:116px;
	display:block;
}
header address{
	background:url(../images/tel_header.png);
	width:197px;
	height:65px;
	text-indent:-9999px;
	margin:50px 15px 0 0;
	float:left;
}
header .btn_mail{
	background:url(../images/btn_mail_header.png);
	width:243px;
	float:left;
	margin:50px 0 0;
}
header .btn_mail a{
	width:auto;
	height:65px;
	display:block;
	text-indent:-9999px;
}
header .btn_mail a:hover{
	background:rgba(255,255,255,0.3);
}
header nav{
	width:1120px;
	height:70px;
	margin:0 auto 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
header nav ul{
	font-size:0;
}
header nav ul li{
	width:224px;
	float:left;
}
header nav ul li a{
	width:auto;
	height:70px;
	display:block;
	text-indent:-9999px;
}
header nav li.nav_home a{
	background:url(../images/nav.jpg) 0 0;
}
header nav li.nav_about a{
	background:url(../images/nav.jpg) -224px 0;
}
header nav li.nav_course a{
	background:url(../images/nav.jpg) -448px 0;
}
header nav li.nav_history a{
	background:url(../images/nav.jpg) -672px 0;
}
header nav li.nav_contact a{
	background:url(../images/nav.jpg) -896px 0;
}
header nav li.nav_home a:hover{
	background:url(../images/nav.jpg) 0 -70px;
}
header nav li.nav_about a:hover{
	background:url(../images/nav.jpg) -224px -70px;
}
header nav li.nav_course a:hover{
	background:url(../images/nav.jpg) -448px -70px;
}
header nav li.nav_history a:hover{
	background:url(../images/nav.jpg) -672px -70px;
}
header nav li.nav_contact a:hover{
	background:url(../images/nav.jpg) -896px -70px;
}

.mainimage{
	background:#fff;
	height:309px;
	border-bottom:#c3963e solid 1px;
	text-align:center;
}

/* SLIDER */
#slider{
	width:960px;
	margin:0 auto;
}
#slider ul li{
	width:960px;
	height:309px;
	overflow:hidden; 
}
#prevBtn a,
#nextBtn a{
	display:none;
}

/* CONTACT */
#content{
	/*background:url(../images/bg_content.jpg);*/
	padding:20px 0;
}
#pankuzu{
	width:1120px;
	height:20px;
	line-height:20px;
	margin:0 auto 40px;
}
#pankuzu ul li{
	display:inline;
}
#pankuzu ul li a{
	text-decoration:none;
}
#pankuzu ul li a:after{
	content:"　>"
}
nav.subnav ul{
	width:1120px;
	margin:40px auto;
	font-size:0;
}
nav.subnav ul li{
	width:265px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
nav.subnav ul li:not(:nth-of-type(4n)){
	margin-right:20px;
}
nav.subnav ul li a{
	background:#ff8caa;
	background: -moz-linear-gradient(left top,#ff6fa2,#ff85b8 50%,#ff6fa2);
	background: -webkit-gradient(linear,left top,left bottom,from(#ff6fa2),color-stop(0.50,#ff85b8),to(#ff6fa2));
	background: -ms-linear-gradient(left top,#ff6fa2,#ff85b8 50%,#ff6fa2);
	width:auto;
	padding:25px 0;
	/*line-height:100px;*/
	display:block;
	font-size:24px;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration:none;
	border:#ffdce3 solid 2px;
	box-shadow:0 0 0 2px #fff inset;
}
nav.subnav ul li a:hover{
	filter:alpha(opacity=66);
	opacity:0.66;
}
nav.subnav ul li a small{
	display:block;
	font-size:14px;
}
#content .inner{
	width:1120px;
	margin:0 auto;
}
#main_column{
	/*
	width:860px;
	margin:0 25px 0 0;
	*/
	width:830px;
	margin:0 20px 0 0;
	float:left;
}

article h1{
	margin:0;
	line-height:0.9;
}
section.lead{
	background:#fff;
	margin:0 0 10px;
	padding:10px;
}
section.lead p{
	width:940px;
	margin:0 auto;
}

/**/
.mainbox{
	background:#fff;
	padding:19px;
	margin-bottom:20px;
	border:#c3963e solid 1px;
	box-shadow:0 0 3px #c3963e;
	-moz-box-shadow:0 0 3px #c3963e;
	-webkit-box-shadow:0 0 3px #c3963e;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.mainbox h2{
	color:#c3963e;
	font-size:18px;
	margin-bottom:10px;
}


.mainbox .left_content{
	width:330px;
	margin-right:20px;
	float:left;
}
.mainbox .right_img_main{
	width:330px;
	overflow:hidden;
	float:left;
	margin:-20px -20px 0 0;
}
.left_content h2{
	color:#c3963e;
	font-size:18px;
	margin-bottom:30px;
}
.left_content p{
	margin-bottom:10px;
}
.left_content p:last-child{
	margin:0;
}
.category{
	margin:30px 0 0;
}
.category li{
	width:318px;
	border:#c3963e solid 1px;
	margin:20px 20px 0 0;
	float:left;
}
.category li.non{
	margin-right:0;
}
.category li h3{
	background:url(../images/bg_body.jpg);
	color:#511719;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-shadow:1px 1px 0 #fff;
}
.category li p{
	margin:10px;
}
.category li div{
	text-align:right;
	margin:10px 0;
}
.category li div a{
	font-size:11px;
	background:#511719;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}
.category li div a:before{
	content:">　";
}

/**/
.courselist{
	width:940px;
	margin:0 auto 15px;
}
.courselist h1{
	background:url(../images/ttl_coursetop.png);
	height:25px;
	text-indent:-9999px;
	margin-bottom:20px;
}
.courselist a{
	background:#fff;
	width:300px;
	display:block;
	margin:0 20px 20px 0;
	float:left;
	color:#222;
	text-decoration:none;
}
.courselist ul a.non{
	margin-right:0;
}
.courselist ul a.bnr{
	margin-right:0;
}
.courselist a:hover{
	background:#eee;
}
.courselist a li{
	position:relative;
	padding:10px 0;
	border:#c3963e solid 1px;
	box-shadow:0 0 3px #c3963e;
	-moz-box-shadow:0 0 3px #c3963e;
	-webkit-box-shadow:0 0 3px #c3963e;
}
.courselist ul a.bnr li{
	padding:0;
}
.courselist a li figure{
	background:#eee;
	height:185px;
	overflow:hidden;
	margin:0 9px 15px;
}
.courselist a li h2{
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	border-left:#ff5484 solid 5px;
	padding-left:5px;
	margin:0 9px 5px;
}
.courselist a li p{
	font-size:11px;
	line-height:20px;
	margin:0 9px 5px;
}
.courselist a dl{
	margin:0 9px;
}
.courselist a dl dt{
	background:#f5d7a4;
	width:70px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:0 5px 5px 0;
	float:left;
}
.courselist a dl dd{
	width:205px;
	height:20px;
	line-height:20px;
	margin:0 0 5px 0;
	float:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
}
.courselist a .btn_detail{
	text-align:right;
	margin:10px 0 0;
}
.courselist a .btn_detail span{
	font-size:11px;
	background:#511719;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}
.courselist a .btn_detail span:before{
	content:">　";
}
.courselist .label{
	position:absolute;
	left:208px;
	top:-10px;
}
.coursebox{
	background:#fff;
	padding:9px;
	border:#c3963e solid 1px;
}

/* ------------------------------------------------------------
    メディア紹介部分
------------------------------------------------------------ */
.media ul li{
	width:300px;
	float:left;
	margin:30px 40px 0 0;
}
.media ul li.non{
	margin-right:0;
}
.media ul li figure img{
	width:300px;
	height:200px;
	margin-bottom:10px;
}


/* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
.privacy dt{
	font-size:14px;
	font-weight:bold;
	margin:30px 0 10px;
}
.privacy ul{
	margin:10px 0 0 10px;
}
.privacy li:before{
	content:"●";
}
.privacy dt:first-child{
	margin:0 0 10px;
}

#content aside{
	width:270px;
	float:right;
}
#content aside nav h2{
	background:#fff;
	margin:0 10px 5px;
	padding:5px;
	border-radius:5px;
	text-align:center;
	font-size:14px;
	color:#9f5f05;
	text-shadow:1px 1px 0 #fff;
}

#content aside nav{
	background:url(../images/bg_content.jpg);
	margin-bottom:20px;
	padding:5px 5px 0;
	border-radius:5px;
}
#content aside nav li{
	border-top:#c3963e solid 1px;
	text-indent:20px;
}
#content aside nav li a{
	width:auto;
	height:40px;
	display:block;
	line-height:40px;
	text-decoration:none;
}
#content aside nav li a:before{
	content:">　";
}

aside h2{
	background:#1c2f71;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:14px;
	line-height:22px;
	text-align:center;
	margin:20px 0 20px;
}
aside .bnr{
	margin-bottom:10px;
}
aside ul{
	margin:0 0 20px;
}
aside ul li{
	margin:0 0 10px;
}

footer{
	background:#a68869;
	color:#fff;
	padding:30px 0;
}
footer aside{
	display:none;
	background-color: rgba(255,255,255,0.6);
	height:450px;
	margin:0 0 10px;
	padding:20px 0;
	border-bottom:#c3963e solid 1px;
}
footer .inner{
	width:1120px;
	margin:0 auto 30px;
}
footer aside .inner{
	width:940px;
	margin:0 auto;
	padding:0;
	border-bottom:none;
}
footer aside .fb{
	width:440px;
	float:left;
}
footer aside .twitter{
	width:430px;
	float:right;
}
footer address{
	font-size:11px;
	width:470px;
	padding:0 0 0 10px;
	float:left;
}
footer address dt{
	background:url(../images/logo_footer.png);
	width:230px;
	height:50px;
	text-indent:-9999px;
	margin:10px 0 15px;
}
footer address dd:not(:first-of-type){
	margin:5px 0 0;
	font-style:normal;
}
footer nav{
	width:630px;
	float:left;
}
footer nav ul{
	width:179px;
	min-height:125px;
	padding:10px 15px;
	float:left;
}
footer nav ul li{
	line-height:25px;
}
footer nav ul li{
	content:"・";
}
footer nav ul li a{
	color:#fff;
	text-decoration:none;
}
footer .copyright{
	text-align:center;
}
footer .copyright h2{
	font-size:26px;
	font-family:"Times New Roman", Times, serif;
}
footer .copyright smll{
	font-size:12px;
}
.clearfix{
	zoom:100%;
	min-height:0px;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.ttl_h3{
	width:280px;
	margin:0 19px 10px;
	color:#fff;
	background:#511719;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}


.option{
	margin:0 30px 30px;
}
.bnr_wide{
	width:940px;
	margin:-15px auto 15px;
}

.topimage{
	width:1120px;
	height:600px;
	margin:0 auto;
	overflow:hidden;
}
.topimage .slider ul{
	font-size:0;
}
.topimage .slider ul li{
	display:inline-block;
	font-size:12px;
}
.topimage .slider ul li img{
	width:1120px;
	height:auto;
}
.catchcopy{
	font-size:16px;
	line-height:35px;
	background:#ff8caa;
	color:#fff;
	margin:15px 0 15px;
	text-align:center;
}
.courseTop{
}
.courseTop h2{
	width:1120px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 auto 20px;
	text-align:center;
}
.courseTop ul{
	width:1120px;
	margin:0 auto;
	font-size:0;
}
.courseTop ul li{
	width:364px;
	box-sizing:border-box;
	font-size:12px;
	margin:0 0 20px 0;
	float:left;
}
.courseTop ul li:not(:nth-of-type(3n)){
	margin-right:14px;
}
.courseTop ul li a{
	color:#000;
	text-decoration:none;
	padding:6px;
	border:#ffdee8 solid 6px;
	display:block;
}
section.courseTop ul li figure{
	margin:0 0 10px;
}
section.courseTop ul li figure img{
	width:340px;
}
.courseTop ul li a:hover figure img{
	filter:alpha(opacity=66);
	opacity:0.66;
}
section.courseTop ul li h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
	height:68px;
	line-height:34px;
}
.courseTop ul li a:hover h3{
	color:#ff8caa;
}
section.courseTop ul li h3:before{
	content:"▶";
	color:#ff8caa;
	font-size:15px;
	line-height:34px;
	margin:0 5px 0 0;
}
section.courseTop ul li dl{
	margin:15px 0 0;
	padding:10px 20px;
	background:#ff8caa;
	color:#fff;
	font-size:0;
}
section.courseTop ul li dl dt,
section.courseTop ul li dl dd{
	display:inline-block;
	font-size:14px;
}
section.courseTop ul li dl dt:after{
	content:"：";
}
.courseTop .description{
	background:#ffdee8;
	width:1120px;
	margin:0 auto;
	border-radius:10px;
	padding:30px;
	box-sizing:border-box;
}

/* ------------------------------------------------------------
    インフォメーション部分
------------------------------------------------------------ */
.information{
	margin:0 0 50px;
}
.information h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:#ba8c70 solid 10px;
	font-size:30px;
	margin:0 0 10px;
	padding:0 0 0 15px;
	color:#ba8c70;
}
.information dl{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:0;
	margin:0 0 20px;
	padding:15px 0;
	border-top:#ba8c70 solid 1px;
	border-bottom:#ba8c70 solid 1px;
}
.information dl dt{
	width:125px;
	display:inline-block;
	font-size:16px;
	vertical-align:top;
}
.information dl dd{
	width:705px;
	display:inline-block;
	font-size:16px;
	vertical-align:top;
}
/*
.information dl dt:not(:last-of-type),
.information dl dd:not(:last-of-type){
	margin-bottom:10px;
}
*/
/* ------------------------------------------------------------
    ヒストリートップページ部分
------------------------------------------------------------ */
.historyTop{
	margin:0 0 50px;
}
.historyTop figure{
	margin:0 0 15px;
}

/* ------------------------------------------------------------
    インスタグラム部分
------------------------------------------------------------ */
.instagram{
	margin:0 0 50px;
}
.instagram hgroup{
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:#ba8c70 solid 1px;
}
.instagram hgroup h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:#ba8c70 solid 10px;
	font-size:30px;
	padding:0 0 0 15px;
	color:#ba8c70;
}
.instagram p{
	background:#ff8caa;
	color:#fff;
	padding:10px 30px;
}
.instagram .btnMore{
	margin:15px 0 0;
}
.instagram .btnMore a{
	line-height:60px;
	display:block;
	background:#ff8caa;
	width:260px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	border-radius:10px;
	text-decoration:none;
}

/* ------------------------------------------------------------
    KANコルギセラピーメディア掲載情報部分
------------------------------------------------------------ */
.mediaTop{
	margin:0 0 50px;
}
.mediaTop hgroup{
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:#ba8c70 solid 2px;
}
.mediaTop hgroup h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:#ba8c70 solid 10px;
	font-size:30px;
	padding:0 0 0 15px;
	color:#ba8c70;
}
.mediaTop .frame{
	position:relative;
	overflow:hidden;
	padding:0 0 25px;
}	
.mediaTop ul{
	font-size:0;
}
.mediaTop .frame > ul li{
	width:197px;
	float:left;
	vertical-align:top;
	font-size:12px;
}
.mediaTop .frame > ul li:not(:last-of-type){
	margin-right:14px;
}
.mediaTop .frame > ul li figure img{
	width:197px;
	margin:0 0 20px;
}
.mediaTop nav ul{
	position:absolute;
	width:100%;
	bottom:0;
	font-size:0;
	text-align:center;
}
.mediaTop nav ul li{
	font-size:12px;
	display:inline-block;
	margin:0 5px;
}
.mediaTop nav ul li a{
	width:10px;
	height:10px;
	display:block;
	border-radius:5px;
	background:#ffdee8;
	text-indent:-9999px;
}
.mediaTop nav ul li a.active{
	background:#ff8caa;
}

/* ------------------------------------------------------------
    トップページバナーエリア部分
------------------------------------------------------------ */
.bnrArea{
}
.bnrArea figure{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	font-weight:bold;
}
.bnrArea figure:not(:last-of-type){
	margin:0 0 15px;
}
.bnrArea figure img{
	max-width:100%;
}

.history h2,
.facility h2,
section.media h2,
section.movie h2,
section.privacy h2,
section.contact h2,
section.courseList h2,
section.report h2,
section.faq h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}

/* ------------------------------------------------------------
    学校・講師紹介部分
------------------------------------------------------------ */
section.teacher{
	margin:0 0 40px;
}
section.teacher h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
section.teacher h3{
	background:#ff8caa;
	margin:0 0 35px;
	padding:15px 20px;
	font-size:16px;
	color:#fff;
}
section.teacher ul{
	font-size:0;
	margin:65px 0 0;
}
section.teacher ul li{
	width:194px;
	display:inline-block;
	margin:0 0 40px;
	vertical-align:top;
	text-align:center;
	font-size:14px;
}
section.teacher ul li:not(:nth-of-type(4n)){
	margin-right:18px;
}
section.teacher ul li figure{
	margin:0 0 10px;
}
section.teacher ul li figure img{
	width:194px;
}

.report ul li{
	min-height:220px;
	margin:0 0 20px;
	padding:0 20px 0 170px;
	position:relative;
}
.report ul li figure.person{
	background:#fff;
	width:140px;
	height:210px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.report ul li figure.person img{
	width:140px;
}
.report ul li hgroup{
	margin:0 0 20px;
}
.report ul li p a{
	color:#1e88cc;
	text-decoration:none;
	margin:0 0 0 5px;
}
.report ul li p .moretxt{
	display:none;
}

.students h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
.students ul li{
	min-height:220px;
	margin:0 0 20px;
	padding:0 20px 0 170px;
	position:relative;
}
.students ul li figure.person{
	background:#fff;
	width:140px;
	height:210px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.students ul li figure.person img{
	width:140px;
}
.students ul li hgroup{
	margin:0 0 20px;
}
.students ul li p a{
	color:#1e88cc;
	text-decoration:none;
	margin:0 0 0 5px;
}
.students ul li p .moretxt{
	display:none;
}

/* ------------------------------------------------------------
    学院長のメッセージ部分
------------------------------------------------------------ */
section.message{
	margin:0 0 40px;
}
section.message h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
section.message p{
	font-size:16px;
	margin:0 0 95px;
}

/* ------------------------------------------------------------
    アカデミー会員限定メニュー部分
------------------------------------------------------------ */
.members{
	margin:0 0 30px;
}
.members hgroup{
    margin:0 0 15px;
    padding:0 0 10px;
    border-bottom:#ba8c70 solid 2px;
}
.members hgroup h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:#ba8c70 solid 10px;
	font-size:30px;
	padding:0 0 0 15px;
	color:#ba8c70;
}
.members ul{
	width:830px;
	margin:25px auto;
	font-size:0;
}
.members ul li{
	width:410px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.members ul li:not(:nth-of-type(2n)){
	margin-right:10px;
}
.members ul li a{
	background: -moz-linear-gradient(left top,#111b58192a6f 50%,#111b58);
	background: -webkit-gradient(linear,left top,left bottom,from(#111b58),color-stop(0.50,#192a6f),to(#111b58));
	background: -ms-linear-gradient(left top,#111b58,#192a6f 50%,#111b58);
	width:auto;
	padding:25px 0;
	/*line-height:100px;*/
	display:block;
	font-size:24px;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration:none;
	border:#ffdce3 solid 2px;
	box-shadow:0 0 0 2px #fff inset;
}
.members ul li a:hover{
	filter:alpha(opacity=66);
	opacity:0.66;
}
.members ul li a small{
	display:block;
	font-size:14px;
}

/* ------------------------------------------------------------
    加盟店サロン一覧部分
------------------------------------------------------------ */
.shoplistTop{
	margin:25px 0 0;
}
.shoplistTop hgroup{
    margin:0 0 15px;
    padding:0 0 10px;
    border-bottom:#ba8c70 solid 2px;
}
.shoplistTop hgroup h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-left:#ba8c70 solid 10px;
	font-size:30px;
	padding:0 0 0 15px;
	color:#ba8c70;
}
.shoplistTop ul{
	font-size:0;
}
.shoplistTop ul li{
	width:264px;
	display:inline-block;
	margin-bottom:20px;
}
.shoplistTop ul li:not(:nth-of-type(3n)){
	margin-right:19px;
}
.shoplistTop ul li img{
	width:264px;
}

/* ------------------------------------------------------------
    施設紹介部分
------------------------------------------------------------ */
.facilityArea{
	margin:40px 0 0;
}
.facilityArea li:not(:last-of-type){
	margin:0 0 35px;
}
.facilityArea li figure{
	margin:0 0 15px;
}
.facilityArea li figure img{
	width:830px;
}

/* ------------------------------------------------------------
    資格コース紹介部分
------------------------------------------------------------ */
section.courseList ul{
	font-size:0;
}
section.courseList ul li{
	width:364px;
	box-sizing:border-box;
	display:inline-block;
	font-size:12px;
	margin:0 0 20px;
	vertical-align:top;
}
section.courseList ul li:nth-of-type(2n+1){
	margin-right:14px;
}
section.courseList ul li a{
	color:#000;
	text-decoration:none;
	padding:6px;
	border:#ffdee8 solid 6px;
	display:block;
}
section.courseList ul li figure{
	margin:0 0 10px;
}
section.courseList ul li figure img{
	width:340px;
}
section.courseList ul li h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
	height:68px;
	line-height:34px;
}
section.courseList ul li a:hover h3{
	color:#ff8caa;
}
section.courseList ul li h3:before{
	content:"▶";
	color:#ff8caa;
	font-size:15px;
	line-height:34px;
	margin:0 5px 0 0;
}
section.courseList ul li dl{
	margin:15px 0 0;
	padding:10px 20px;
	background:#ff8caa;
	color:#fff;
	font-size:0;
}
section.courseList ul li dl dt,
section.courseList ul li dl dd{
	display:inline-block;
	font-size:14px;
}
section.courseList ul li dl dt:after{
	content:"：";
}

/* ------------------------------------------------------------
    講座詳細部分
------------------------------------------------------------ */
section.courseDetail h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
section.courseDetail h2 + figure img{
	width:830px;
}
.courseDetail .title{
	color:#c3963e;
	font-size:20px;
	background:#fff;
	margin:30px 30px 15px;
}
.courseDetail .description{
	background:#fff;
	margin:0 30px 30px;
	font-size: 13px;
	line-height:20px;
}
.courseDetail .point{
	margin:25px 30px;
}
.courseDetail .point h3{
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    border-left: #ba8c70 solid 10px;
    font-size: 30px;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    color: #ba8c70;
}
.courseDetail .point ul{
	padding:15px 0;
    border-top:#ba8c70 solid 1px;
    border-bottom:#ba8c70 solid 1px;
}
.courseDetail .point ul li{
	line-height:2.0;
}
.courseDetail .point ul li:before{
	content:"・";
}
.courseDetail .gallery{
	font-size:0;
	margin:0 0 30px;
}
.courseDetail .gallery li{
	width:410px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 15px;
	text-align:center;
}
.courseDetail .gallery li:nth-of-type(2n+1){
	margin-right:10px;
}
.courseDetail .gallery li img{
	max-width:410px;
}
.courseDetail #curriculum,
.courseDetail #diproma{
	width:50%;
	padding:0 30px;
	float:left;
	box-sizing:border-box;
}
.courseDetail #curriculum h3,
.courseDetail #diproma h3{
	margin:0 auto 10px;
	color:#fff;
	background:#511719;
	padding:5px 10px;
	border-radius:5px;
}
.courseDetail #curriculum h4{
	font-size:14px;
	margin:0 auto 10px;
}
.courseDetail #curriculum table{
	width:100%;
	margin:0 auto;
    border-spacing:0px;
	border-top:#c3963e solid 1px;
	border-left:#c3963e solid 1px;
	border-right:#c3963e solid 1px;
}
.courseDetail #curriculum table th{
	background:url(../images/bg_body.jpg);
	padding:10px;
	text-align:left;
	border-bottom:#c3963e solid 1px;
}
.courseDetail #curriculum table td{
	padding:10px;
	background:#fff;
	border-bottom:#c3963e solid 1px;
}
.courseDetail #curriculum dl{
	margin:0 auto;
}
.courseDetail #curriculum dl dt{
	background:url(../images/arrow_footer.jpg) no-repeat left;
	text-indent:15px;
	margin:0 0 10px;
}
.courseDetail #diproma p{
	margin:0 auto 10px;
}
.courseDetail #diproma figure{
	display:inline-block;
	margin:0 auto;
	border:#ccc solid 1px;
}
.courseDetail .voiceArea{
	min-height:220px;
	margin:30px 0;
	padding:0 20px 0 170px;
	position:relative;
}
.courseDetail .voiceArea figure.person{
	background:#fff;
	width:140px;
	height:210px;
	padding:5px;
	position:absolute;
	top:0;
	left:0;
}
.courseDetail .voiceArea figure.person img{
	width:140px;
	height:210px;
}
.courseDetail .voiceArea h3{
	color:#c3963e;
	font-size:16px;
	margin:0 0 5px;
}
.courseDetail .voiceArea h4{
	margin:0 0 20px;
}
.courseDetail .voiceArea p{
	font-size: 13px;
}
.courseDetail #buyArea{
	min-height:277px;
	background:#fff;
	margin:55px 15px;
	padding:45px 20px 30px 220px;
	border-radius:5px;
	border:#c3963e solid 1px;
	position:relative;
	box-sizing:border-box;
}
.courseDetail #buyArea:before{
	content:"";
	width:290px;
	height:275px;
	display:block;
	background:url(../images/model_buyarea.png);
	position:absolute;
	bottom:0;
	left:0;
}
.courseDetail #buyArea dl{
	margin:0 0 25px;
	padding:0 0 10px;
	border-bottom:#a68869 solid 1px;
	line-height:25px;
}
.courseDetail #buyArea dl dt{
	font-size:18px;
	width:70%;
	float:left;
	margin:0 0 10px;
	font-weight:bold;
}
.courseDetail #buyArea dl dd{
	text-align:right;
}
.courseDetail #buyArea dl dd.price{
	width:30%;
	font-size:14px;
	float:right;
	margin:0 0 10px;
}
.courseDetail #buyArea dl dd.campaign{
	clear:both;
}
.courseDetail #buyArea dl dd.campaign span{
	color:#fc2851;
	font-size:20px;
	font-weight:bold;
}
.courseDetail #buyArea dl dd.proper{
	clear:both;
}
.courseDetail #buyArea dl dd.proper strong{
	font-size:20px;
	font-weight:bold;
}
.courseDetail #buyArea ul{
	text-align:right;
	font-size:0;
	padding:0 15px;
}
.courseDetail #buyArea ul li{
	display:inline-block;
	vertical-align:top;
}
.courseDetail #buyArea ul li.tel{
	background:url(../images/tel_header.png) no-repeat;
	width:197px;
	height:65px;
	text-indent:-9999px;
	margin:0 15px 0 0;
}
.courseDetail #buyArea .btn_mail{
	background:url(../images/btn_mail_header.png) center no-repeat;
	width:243px;
}
.courseDetail #buyArea .btn_mail a{
	width:auto;
	height:65px;
	display:block;
	text-indent:-9999px;
}
.courseDetail #buyArea .info{
	width:450px;
	margin:0 0 0 78px;
	padding:0 15px;
}
.courseDetail #buyArea .info strong{
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px;
}

/* ------------------------------------------------------------
    FAQ部分
------------------------------------------------------------ */
.faqArea{
	margin:30px 0 0;

}
.faqArea dt{
	background:url(../images/q_icon.png) no-repeat left;
	color:#511719;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-indent:30px;
	margin:0 0 10px;
}
.faqArea dd{
	margin:0 0 30px;
	padding:0 0 30px;
	border-bottom:#ccc dashed 1px;
}
.faqArea dd:last-child{
	margin:0;
	padding:0;
	border-bottom:none;
}

/* ------------------------------------------------------------
    ヒストリー部分
------------------------------------------------------------ */
.history ul li img{
	width:830px;
}

/* ------------------------------------------------------------
    求人情報部分
------------------------------------------------------------ */
.recruit h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
.recruit h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
.recruit figure{
	margin:0 0 20px;
}
.recruit p{
	font-size:16px;
	margin:0 0 20px;
}
.recruit .photo{
	font-size:0;
}
.recruit .photo li{
	display:inline-block;
	margin:0 0 30px;
	vertical-align:top;
}
.recruit .photo li:nth-of-type(2n+1){
	margin-right:14px;
}
.recruit .photo li img{
	width:408px;
	margin:0 0 10px;
}
.recruit .photo li div{
	font-size:12px;
}
.recruit dl dt{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.recruit dl dt:not(:first-of-type){
	margin-top:30px;
}
.recruit dl dd{
	font-size:14px;
}
.recruit dl + p{
	font-size:14px;
	margin:30px 0;
}

/* ------------------------------------------------------------
    お問合せ部分
------------------------------------------------------------ */
.contact h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
	color:#ff8caa;
	font-weight:bold;
	margin:0 0 20px;
}
.contact h3{
	font-size:14px;
	font-weight:bold;
	margin:30px 0 0;
}
.contact p{
	margin:10px 0 0;
}
.contact p:first-child{
	margin:0;
}
.contact strong{
	font-weight:bold;
}
.contact table{
	width:100%;
	margin:30px 0;
    border-spacing:0px;
	border-top:#c3963e solid 1px;
}
.contact table th{
	background:url(../images/bg_body.jpg);
	width:300px;
	padding:10px;
	border-bottom:#c3963e solid 1px;
	text-align:left;
}
.contact table th .need{
	font-size:11px;
	color:#fff;
	background:#d37b00;
	padding:5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:right;
}
.contact table td{
	padding:10px;
	border-bottom:#c3963e solid 1px;
}
table td input[type="text"]{
	width:500px;
	border-radius:4px;
	border:#ccc solid 1px;
	height:24px;
}
table td textarea{
	width:500px;
	height:120px;
	border-radius:4px;
	border:#ccc solid 1px;
}
.submitBtn{
	text-align:center;
}
.submitBtn li{
	display:inline;
	margin:0 5px;
}
.submitBtn li input[type="submit"]{
	background:#ff8caa;
	width:260px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	border-radius:10px;
	cursor:pointer;
	border:#ff8caa solid 2px;
	box-shadow:0 0 0 2px #fff inset;
}
button{
	border:none;
	cursor:pointer;
	background:none;
}
.caution{
	color:#f00;
	margin-bottom:10px;
}

/*
*/