<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
============================================================
2019年度0次募集　コンテンツ　設定
============================================================
*/

/* ---------------------------------------------------------
■ 共通パーツ
--------------------------------------------------------- */
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 22px 0 22px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

h2 {
	font-family:"Sawarabi Mincho";
	-ms-font-feature-settings: "normal";
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

h2:before{
    content: "啓明館のこだわり";
	font-family:"Sawarabi Mincho";
	-ms-font-feature-settings: "normal";
    margin: 0 0 10px 0;
    font-size: 16px;
    display: block;
}

h2:after{
    content: "";
    width: 64px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translateX(-50%);
}

.tx_btn{
    width: 100%;
    height: 77px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    position: relative;
	background: #004DA0;
    transition-duration: 0.3s;
    background-size: 200%;
    background-position:100% 0;
	transition: .3s;
}

.tx_btn:hover{
    background-position:0 0;
    cursor: pointer;
	background: #00254F;
}

.tx_btn p{
    width:80%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
   /* background: url(../images/ic_btn.png) no-repeat 0 49%;*/
    background-size: 17px auto;
    /*padding-left: 40px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
	font-weight: bold;
    transition-duration: 0.3s;
}

.tx_btn:hover p{
    background-position:5px 49%;
}

.tx_btn a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.tx_btn a:link, .tx_btn a:visited, .tx_btn a:hover, .tx_btn a:active { color: #fff; }

/* ---------------------------------------------------------
■ mvエリア
--------------------------------------------------------- */
#mv_area{
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
    background: url(../images/mv_bg.jpg) no-repeat;
	background-size: 100% auto;
    overflow: hidden;
}

/*公開説明会がないとき表示ここから*/
#mv_area{
    padding-bottom: 25px;
}

#mv_area:after{
    content: "";
	width: 100%;
	height: 30%;
	position: absolute;
    bottom:0;
    left: 0;
    z-index: 0;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+80 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */   
}
/*公開説明会がないとき表示ここまで*/

#mv_area .head_contact {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2;
}

#mv_area .head_contact a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	
}

#mv_area .mv_contents{
	width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#mv_area .mv_contents a {
	transition: .3s;
}

#mv_area .mv_contents a:hover {
	opacity: .7;
}

#mv_area .mv_tit img{
    width: 100%;
    max-width: 966px;
/*    margin: 20px 0 326px -50px; for youtuve */
    margin: 64px 0 140px -50px;
    float: left;
}  
#mv_area .mv_contents .youtubeMovie {
	position: absolute;
	top: 416px;
	left: 0;
	z-index: 9999;
}


/* ---------------------------------------------------------
■ 公開説明会
--------------------------------------------------------- */
#open {
    width: 100%;
    max-width: 1120px;
		min-width: 1120px;
    /*margin: 0 auto 5%;*/
    padding: 20px 0 20px; 
}

/* ---------------------------------------------------------
■ 学力向上へのこだわり
--------------------------------------------------------- */
/*共通*/
/*公開説明会があるとき*/
#ability {
    padding-top: 50px;
}
/*公開説明会がないとき表示ここから*/
/*
#ability {
    padding-top: 0;
}
*/
/*公開説明会がないとき表示ここまで*/

#ability h2{
    margin-bottom: 50px;
}

#ability .base{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.ability_base {
    width: 100%;
    max-width: 790px;
    margin-top: 30px;
    padding: 30px;
    background: rgba(255,255,255,0.5) ;
    text-align: left;
    box-sizing: border-box;
}

.ability_base  .text {
	padding: 5px 9px;
	background: #FFF;
	font-size: 16px;
}

.ability_contents {
    width: 100%;
}

#ability .box_wrap{
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}

#ability .box_wrap .box{
    width: 33.33%;
    float: left;
    border-right: 5px solid transparent;
    box-sizing: border-box;
}

#ability .box_wrap .box figure{
    float: left;
}

#ability .box_wrap .box img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

#ability .box_wrap .box .box_tx{
    width: 100%;
    height: 100%;
    padding:  5px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#ability .box_wrap .box .box_tx p{
    font-size: 14px;
    line-height: 1.2;
}

#ability .box_wrap .box .box_tx:after{
    content: "";
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#ability .point{
    color: #3b67b1;
    font-weight: bold;
    padding-top: 5px;
	font-size: 16px;
}

/*seebe*/
#seebe{
    width: 100%;
    background: url(../images/seebe_bg.jpg) no-repeat right -60px center;
    padding: 70px 0 120px;
}

.seebe_contents{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#seebe .left{width: 64%;}
#seebe .left p{
	margin-top: 0;
	text-align: left;
	line-height: 1.3;
}
#seebe .right{width: 34%;}
#seebe .right img{width: 100%; height: auto;}

/*ヴィーナレット*/
#venulet{
    width: 100%;
    background: url(../images/venulet_bg.jpg) no-repeat -50px center;
    padding: 120px 0 110px;
}

#venulet .ability_base {
    float: right;
	margin: 0;
}

#venulet .left{width: 67%;}
#venulet .left p{
	font-size: 16px;
	text-align: left;
	line-height: 1.3;
}
#venulet .right{width: 30%;}
#venulet .right img{width: 100%; height: auto;}

#ability .box_wrap{
    width: 100%;
}

#venulet .box_wrap .box{
    width: 25%;
}

#venulet .tx_btn {
    width: 100%;
	background: #D5007F;
}

#venulet .tx_btn:hover {
	background: #770047;	
}

/* ---------------------------------------------------------
■ 教師へのこだわり
--------------------------------------------------------- */
#teacher {
	width: 100%;
	padding: 70px 0 50px;
	position: relative;
	background: #aab7f3;
}
#teacher h2 {
	margin-bottom: 50px;
}
#teacher ul {
	max-width: 980px;
	margin: 30px auto;
}
#teacher ul li {
	width: 19.6%;
	float: left;
	margin: 0 0.5% 0.5% 0;
	position: relative;
	overflow: hidden;
}
#teacher ul li:nth-child(5n) {
	margin-right: 0;
}
#teacher ul li img {
	width: 100%;
	height: auto;
	float: left;
}
#teacher ul li:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	cursor: pointer;
}
#teacher ul li .tx {
	width: 100%;
	height: auto;
	padding: 3px 5px 0;
	background: rgba(0, 14, 72, 0.75);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: left;
	pointer-events: none;
}
#teacher ul li .tx .name {
	font-size: 19px;
}
#teacher ul li .tx .more {
	font-size: 16px;
	position: absolute;
	right: 15px;
	bottom: 0;
}
#teacher ul li .tx .more:after {
	content: "more";
	background: url(../images/ic_btn.png) no-repeat right 50%;
	background-size: auto 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#teacher ul li .tx span {
	width: 42px;
	height: 18px;
	display: inline-block;
	border-radius: 9px;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	position: relative;
	margin-right: 2px;
}
#teacher ul li .tx span:after {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
}

#teacher ul li .tx span.mth{background: #add1ea;}
#teacher ul li .tx span.mth:after{content: "算数";}

#teacher ul li .tx span.sci{background: #ffea5c;}
#teacher ul li .tx span.sci:after{content: "理科";}

#teacher ul li .tx span.jpn{background: #f9cbb5;}
#teacher ul li .tx span.jpn:after{content: "国語";}

#teacher ul li .tx span.sct{background: #d2f0ae;}
#teacher ul li .tx span.sct:after{content: "社会";}

/* ---------------------------------------------------------
■ 価格へのこだわり
--------------------------------------------------------- */
#price {
    width: 100%;
    /*background: url(../images/price_bg.jpg) no-repeat left top;*/
    padding: 90px 0 40px;
    position: relative;
}

#price .triangle{
    border-color: #aab7f3 transparent transparent transparent;
}

#price h2{
    text-shadow: white 1px 1px 5px, white -1px 1px 5px,
    white 1px -1px 5px, white -1px -1px 5px;
}

.price_contents{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.price_tit{
    width: 100%;
    max-width: 1120px;
}

.price_img{
    width: 100%;
    padding: 30px 0 0;
    background: rgba(255,255,255,0.6);
    box-sizing: border-box;
    margin: 0 auto 0;
}

.price_img p:nth-child(2){
    margin: 30px 0;
}

.price_img .left{
    width: 50%;
}

.price_img .right{
    width: 50%;
}

.bnr {
	padding: 0px 0 50px;
	text-align: center;
}

.bnr a {
	display: block;
	margin-bottom: 10px;
	transition: .2s;
}

.bnr a:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
■ 同時受付中・教室紹介
--------------------------------------------------------- */
/*共通*/
.andmore {
    width: 100%;
    background: #FEF4E8;
    padding: 90px 0 50px;
    position: relative;
}

.andmore h2:before{
    content: "and more";
}

.andmore_contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.andmore .left,.andmore .right{
    width: 540px;
	background: #FFF;
}

.andmore img {
    max-width: 100%;
    height: auto;
}

.andmore p {
	text-align: center;
}

.andmore .more_logo {
	text-align: center;
	margin: 12px 0;
}

.andmore .more_text {
 	padding: 20px 22px 35px;
	 font-size: 16px;
	text-align: left;
}

.andmore .tit{
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.andmore .layout_box {
	display: flex;
	justify-content: space-between;
}

.andmore dl {
	min-height: 116px;
}

.andmore dl::after {
	content: '';
	display: block;
	clear: both;
}

.andmore dt {
    background: #F7931E;
	color: #FFF;
    padding: 1px 10px 0;
    margin: 0 15px 15px 0;
	float: left;
	clear: both;
}

.andmore dt.colorGreen {
	background: #00A051;
}

.andmore dd {
	padding: 5px 0 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	text-align: left;
	line-height: 1.3;
}

.andmore .sub_tit.colorGreen {
	background: #00A051;
}

.andmore ul li{
    text-align: left;
    margin-bottom: 0;
}

.andmore ul li:before{
    content: "■";
    color: #ccc;
    font-size: 10px;
    display:inline-block;
    vertical-align: middle;
    padding-right: 3px;
}

.andmore .tx_btn{
    height: 60px;
    font-size: 22px;
    margin: 0 auto;
	background: #F7931E;
}

.andmore .tx_btn:hover {
	background: #854B05;
}

.andmore .tx_btn.colorGreen {
	background: #00A051;
}

.andmore .tx_btn.colorGreen:hover {
	background: #006F37;
}


.andmore .tx_btn p{
	width: 100%;
	padding: 0;
	text-align: center;
}

/*教室紹介*/
.school{
    background: #fff;
}

.school .triangle{
    border-color: #d9def1 transparent transparent transparent;
}

.school h2 {
	margin-bottom: 10px;
}

.school h2:before{
    content: "School";
}

.school p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
}

#map_canvas {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 500px;
}

#map_canvas p {
	text-align: center!important;
}

@media screen and (max-width:767px){
	#map_canvas {
		height: 300px;
	}
}

/* オンライン授業 */
.online {
	max-width: 960px;
	margin: auto;
	padding: 20px 10px;
	text-align: left;
	font-size:18px;
}
.online h4 {
	font-size: 142.8%;
	font-weight: bold;
	line-height: 1.2;
	color: #F5970A;
	background: none;
	border: none;
	border-bottom: #FCE5C2 1px solid;
	margin: 25px 0;
	padding: 0;
}
.online .box_02 {
    background: #FFFED9;
    padding: 18px;
}
.online h3 {
    font-size: 142.8%;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    background: #FEF0DA;
    border: none;
    margin: 32px 0 12px;
    padding: 8px 15px;
}
.online .imgL {
    float: left;
    padding: 0 1em 1em 0;
}
.online ul {
    padding: 7px 0 0;
    margin-bottom: 1em;
}
.online ul &gt; li {
    background: url(/common/img/bul_circle_01.png) no-repeat 5px 8px;
    padding: 0 0 0 20px;
}
.online .img_zoom {
	float: right;
}
@media screen and (max-width:767px){
	.online .img_zoom {
		float: none;
		display: block;
	}
}</pre></body></html>