@charset "UTF-8";
/* CSS Document */
/* 全体*/
body{
	min-width: 1040px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../common_img/bg.png);
	background-repeat:repeat;
}


/*レイアウト*/
#outer-wrap {
	min-width: 1040px;
}
#wrap{
	background-image:url(../common_img/header/head_bg.png);
	background-repeat:no-repeat;
	background-position:center -30px;
}
#top-bg{
	background-image:url(../common_img/top_bg.png);
	background-repeat: repeat-x;
	height:57px;
}
#top-content{
	background-image:url(../common_img/contents_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1040px;
	margin:20px auto 0;
	padding-top: 124px;
	min-height:500px;
}
#page-content{
	background-image:url(../common_img/contents_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:1040px;
	margin:20px auto 0;
	padding-top: 124px;
	margin-top:150px;
	min-height:500px;
	margin-bottom: 40px;
}
#article{
	background-color: #fff;
	margin:0 auto;
	padding:20px 40px;
	position: relative;
}


/* ヘッダー*/
#header{
	position:relative;
}
#header-content{
	width:1040px;
	height:170px;
	margin:0 auto;
}
#header-logo {
	margin: 0 auto;
	text-align:center;
}
#header-link {
	position:absolute;
	top: -6px;
	right: 2%;
}
h1 {
	padding: 20px 175px 0 0;
}

/* ヘッダーナビゲーション*/
#header-nav{
}
#header-nav-content{
	width:640px;
	margin:0 auto;
}
#header-nav-content ul{
}
#header-nav-content li{
	float: left;
	margin-right: 47px;
}
#header-nav-content li a{
	display:block;
	font-size:18px;
	padding:15px 0;
	color:#fff;
}
#header-nav-content li a:hover{
}


/* フッターナビゲーション*/
#footer-nav-content{
}
#footer-nav-content ul{
	width:660px;
	margin:0 auto;
}
#footer-nav-content li{
	list-style-image:url(../common_img/footer/footer_nav.png);
	list-style-position:inside;
	float: left;
	margin-right: 25px;
}
#footer-nav-content li a{
	font-size:18px;
	padding:15px 0;
	display:block;
	color:#fff;
}


/* フッター*/
#footer{
	background-image:url(../common_img/footer/footer_bg.png);
	background-repeat:repeat-x;
	background-position: center top;
	overflow:hidden;
	padding:0 10px;
}
.footer-content{
	clear:both;
	width:1040px;
	margin: 0 auto;
	overflow: hidden;
}
.footer-right{
	float:right;
	width: 660px;
}
.footer-left {
	float:left;
	width: 340px;
}
#copyright p{
	clear: both;
	text-align:center;
	padding:5px 0;
	font-size:12px;
	color:#fff;
}


/* トップページ*/
.top-p p{
	line-height: 1.5em;
	padding: 16px 0;
	font-size: 16px;
}
.concept{
	position:absolute;
	left:12%;
	top:10%;
}


/* 共通*/
.h3{
	border-left:#ef754a 5px solid;
	font-size:38px;
	padding-left:10px;
	font-weight:lighter;
	margin-bottom:20px;
	line-height:1.2em;
}
.orange{
	color:#d27453;
	font-size:inherit;
	line-height:inherit;
}
h2.title-img {
  position: absolute;
  left: 400px;
  top: -40px;
}


/* 生徒さんの声*/
.voice{
	float:left;
	width:630px;
	position:relative;
	padding:20px;
	margin-bottom:20px;
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-color: #fff9ef;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #f5efe6), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #f5efe6 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #f5efe6 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #f5efe6 50%, transparent 50%, transparent);
}
.voice-h3{
	font-size:26px;
	margin-left:60px;
	margin-bottom:20px;
	line-height:1.2em;
}
.voice-top-h3{
	border-left:#ef754a 5px solid;
	font-size:36px;
	padding-left:10px;
	font-weight:lighter;
	margin-bottom:20px;
	width:440px;
	line-height:1.2em;
}
.voice img{
	position:absolute;
	left:0;
	top:0;
}
.result{
	float:right;
	width:280px
}


/* コース紹介*/
.culture{
	text-decoration:underline;
	color:#33b15c;
}
.rinen{
	font-size:30px;
	border-bottom:#D7D7D7 1px solid;
	padding-bottom:5px;
	margin-bottom:20px;
}
.text-p{
	width:340px;
	font-size:18px;
	line-height:1.5em;
}
.text-p span{
	font-size:24px;
	display:block;
	border-bottom:#eaedc6 2px dotted;
	margin-bottom:10px;
}
.course-table1{
}
.course-table1 td{
	border:#ffc86d 1px dotted;
	padding:15px;
	text-align:center;
	font-size:22px;
}
.course-table2 td{
	border:#4beb7e 1px dotted;
	padding:15px;
	text-align:center;
	font-size:22px;
}
.calender{
	color:#ef754a;
}
.result{
	text-align:center;
}
.result a{
	display:block;
}
figure {
	position: relative;
	overflow: hidden;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
.loupe {
  position: absolute;
  top: 45%;
  left: 42%;
}
.news:before{
	content: 'NEWS!';
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: -15px;
	background: #fff;
	display: block;
	padding: 5px;
	font-family: serif;
	font-weight: bold;
	color: #139A0E;
}
.news{
	position:relative;
	padding:10px;
	text-align:center;
	border:#F5CC47 2px solid;
}

/* 教室の特徴*/
.point{
	width:103px;
	height:70px;
	text-align:center;
	float:left;
	background-image:url(../feature/img/fukidasi.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:20px;
}
.point-num{
	display:block;
	margin-top:18px;
	font-size:20px;
	color:#fff;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1.5px;
}
.point-h3{
	font-size:36px;
	font-weight:lighter;
	padding-top:18px;
}
.point-p{
	clear:both;
	margin-top:30px;
	font-size:18px;
	line-height:30px;
}
.point-p span{
	color:#d27453;
	font-weight:bold;
	font-size:inherit;
	line-height:inherit;
}


/*講師紹介*/
.teacher-h3{
	font-size:38px;
	margin-top:10px;
	margin-bottom:10px;
}
.teacher-table{
	width:100%;
	font-size:18px;
}
.teacher-table th{
	width:150px;
	background:#d57756;
	color:#fff;
	font-weight: lighter;
	text-align:center;
	padding:5px 0;
}
.teacher-table tr{
	border-bottom:#fff 10px solid;
}
.teacher-table td{
	padding-left:10px;
}
.grn-bg{
	-webkit-box-shadow: 5px 5px 0px 0px rgba(222,250,197,0.7);
	-moz-box-shadow: 5px 5px 0px 0px rgba(222,250,197,0.7);
	box-shadow: 5px 5px 0px 0px rgba(222,250,197,0.7);
}


/*アクセス*/
.access-time{
	font-size: 58px;
	line-height: 1;
}
.red{
	color:#b72020;
	line-height:inherit;
	font-size:inherit;
	font-weight:bold;
}
.photo {
	position: relative;
	overflow: hidden;
	width: 460px;
	height:350px;
}
.photo figcaption {
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}
.photo:hover figcaption {
	bottom: 0;
}
.photo-h3{
	color:#fff;
	font-size:28px;
	text-align:center;
	padding-top:20px;
	font-weight:lighter;
}


table.company {
    width: 800px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
table.company th,
table.company td {
    padding: 10px;
}
table.company td {
	width:500px;
}
table.company th {
	background:#d57756;
    vertical-align: middle;
    text-align: left;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #d57756;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #d57756 10px solid;
        margin-top: -10px;
    }
}
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
table.company td input[type="text"] {
	width:300px;
}
input[type="submit"]  {
	width:200px;
	font-size: 22px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 20px;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #cb4e4e;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
input[type="submit"]:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 5px;
}
.hissu{
	font-size:0.8em;
	color:#EAFFB5;
}
.button{
	height:200px;
	text-align:center;
	margin-top:50px;
}


/*新着情報*/
.news-frame{
	width:280px;
	height:350px;
	margin:0;
	padding:0;
}
.news-table th,
.news-table td{
	padding:5px 0;
	text-align:left;
	vertical-align:top;
	font-size:14px;
	border-bottom:#D1D1D1 1px dashed;
}
.news-table th{
	width:80px;
	font-weight: lighter;
}
.news-table td:before{
	content:"▶";
	color:#D66365;
}
.news-table td{
	padding-left:1em;
	text-indent:-1em;
	display:inline-block;
	width:185px;
}
.news-h3{
	position:fixed;
	top:0;
	left:0;
	width:280px;
	background:#d57756;
	padding:5px 0;
	font-weight:lighter;
	color:#fff;
	text-align:center;
	margin:0 0 10px 0;
}
table.news-table td {
  margin-right: 15px;
}
table.news-table {
  margin-top: 40px;
}