body{
	/*	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
--*/
	color: #333;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-decoration: none;
	background-color: #000;
	padding: 0px;
	font-weight: 100;
	-webkit-text-size-adjust: 100%;
	font-size: 135%;
}

h1{
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
}

h2{
	font-size: 180% !important;
	margin-top: 0;
	margin-bottom: 30px !important;
}
h2.block{
	font-size: 140% !important;
	background-color: #09398a;
	padding: 5px;
}

h2.block .min{
	font-size: 90% !important;
}

h3{
	font-size: 150% !important;
}

a:link, a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	color: #CCC;
}

li{list-style: none;}

/*micro clearfix
---------------------------------------------------------*/
.cf:before,.cf:after{
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*div要素全体リンク
---------------------------------------------------------*/
.linkbox {
    position: relative;
}

.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.linkbox a:hover{
    opacity: 0.1;
    background-color: #000000;
}

/*コンテナー
---------------------------------------------------------*/
.container, .container_h {
	color:#FFF;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}

p{
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 502px) {
  .container {
    width: 480px;
	font-size: 120%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
  p{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
	overflow-x: visible;
  }
}
@media (min-width: 992px) {
  .container_h {
    width: 100%;
  }
}

.important{color:#C00;}
.important_b{
	color: #E95656;
	font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
	border:none;
}
.mark01 {
	width: 70px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.mark02 {
	width: 180px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.contents{width: 100%;overflow: hidden;}

.disp_pc { display: none !important; }
.disp_sp { display: block !important; }
@media (min-width: 992px) {
.disp_pc { display: block !important; }
.disp_sp { display: none !important; }
}

/*ヘッドエリア
---------------------------------------------------------*/
#header{
	height: 550px;
	background: url(../img/header.png) top center no-repeat;
	background-size: 100% auto;
	margin-top: -20px;
	padding-top: 10%;
	padding-left: 40%;
	box-sizing: border-box;
}
@media (min-width: 502px) {
  #header{
	height: 680px;
  }
}
@media (min-width: 576px) {
  #header{
	height: 771px;
  }
}
@media (min-width: 768px) {
  #header{
	height: 1088px;
  }
}
@media (min-width: 992px) {
  #header{
	  width: 100%;
	height: 580px;
	padding-top: 80px;
	padding-left: 45%;
	background: url(../img/header_pc.jpg) top center no-repeat;
  }
}

#header ul{
	margin-left: 0;
	padding-inline-start: 0;
}

#header li{
	list-style: none;
}

.logo{
	width: 40px;
	height: 50px;
	background: url(../img/logo.png) center no-repeat;
	background-size: 30% auto;
	margin: 0;
	padding: 0 60px;
	display: block;
	text-indent: -9999px;
}

/*nav
---------------------------------------------------------*/
.navbar{
	min-height: 50px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

.navbar a{
	color: #FFF !important;
	font-size: 85%;
	line-height: 180% !important;
}

.navbar-brand{
	height: 50px;
	padding: 15px 15px;
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar.navbar-default, .navbar.navbar-inverse {
  background-color: rgba(0, 0, 0, .7);
  border: 0;
}

@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav > li > a, .navbar.navbar-inverse .navbar-nav > li > a{
	margin-top: 10px;
	margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav > li > .dropdown-menu, .navbar.navbar-inverse .navbar-nav > li > .dropdown-menu{
	margin-top: 0;
  }
}

.navbar-toggle{
	margin-top: 12px;
	margin-bottom: 10px;
}

.dropdown-menu {
    background-color: rgba(50, 50, 50, .9);
}

/*lightbox--------------------------------------*/
.lightbox .lb-image{border:none !important;}
.lb-outerContainer {
    border-radius: 0 !important;
    background-color: transparent !important;
}

/*mainArea
---------------------------------------------------------*/
.logo-m{
	width: 85px;
	text-align: center;
}

.bg_w{background: #FFF;}

.f_center{text-align: center;}

.f_right{float: right;}
.f_left{float: left;}



p.comment{
	color: #333;
	font-size: 20px;
	text-align: justify;
	margin: 0 30px 30px;
}



/*コンテンツページ共通-----------------------------------------------*/

.mb04{margin-bottom: 4px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}

.list-w200{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.list-w300{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.list-w400{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.page-link{
	margin-top: -80px;
	padding-top: 80px;
}

.video-size{
	padding: 0 auto;
	height: 100%;
	height: 100vh;
	position: relative;
}

.video-size video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.main_block_area .contents_block{
	color: #FFF;
	text-align: center;
	width: 472px;
	height: 472px;
	box-sizing: border-box;
	margin: 0 4px 8px 4px;
	background-color: #717071;
	float: left;
}
.main_block_area .contents_block p.p01{margin-top: 215px;}
.main_block_area .contents_block p.p03{margin-top: 180px;}

.contents.con2{
	margin-bottom: 30px;
}

.contents.con2 h2{
	font-size: 140%;
	font-weight: 100;
	color: #999;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

.contents.con2 h3{
	color: #333;
	font-size: 160%;
	font-weight: 100;
	margin: 0 0 8px;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid #999;
	clear: both;
}

.navi-box{
}

.mark01, .mark02{
	margin: 10px;
	text-align: center;
}

.no-gutters {
  margin-right: -2px;
  margin-left: -2px;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

a.navi-button{
	width: 100%;
	height: 110px;
	margin: 2px;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
  a.navi-button.line01{padding-top: 41px;}
  a.navi-button.line02{padding-top: 32px;}
  a.navi-button.line03{padding-top: 23px;}
@media (min-width: 502px) {
  a.navi-button{height: 130px;}
  a.navi-button.line01{padding-top: 58px;}
  a.navi-button.line02{padding-top: 46px;}
  a.navi-button.line03{padding-top: 33px;}
}
@media (min-width: 576px) {
  a.navi-button{height: 150px;}
  a.navi-button.line01{padding-top: 66px;}
  a.navi-button.line02{padding-top: 55px;}
  a.navi-button.line03{padding-top: 43px;}
}
@media (min-width: 768px) {
  a.navi-button{height: 210px;}
  a.navi-button.line01{padding-top: 95px;}
  a.navi-button.line02{padding-top: 83px;}
  a.navi-button.line03{padding-top: 70px;}
}

a.navi-button#button01{background-color: #00438b;}
a.navi-button#button02{background-color: #4082c4;}
a.navi-button#button03{background-color: #a43845;}
a.navi-button#button04{background-color: #5c4f49;}
a.navi-button#button05{background-color: #4b7556;}
a.navi-button#button06{background-color: #795082;}

a.navi-button:hover{
	filter: brightness(70%);
}

.col0{padding: 0;}
.col2{padding: 2px;}


/*　受験体験記　*/

.prof ul{
	padding-left: 10px;
}

.prof li{
	list-style: none;
}

.prof li.supplement{
	margin-left: 60px;
}


/*　受講コース　*/

#course dt{
	font-weight: normal;
}

table.schedule{
	width: 100%;
	table-layout: fixed;
}

table.schedule th, table.schedule td{
	color: #CCC;
	font-weight: normal;
	text-align: center;
	background-color: #595857;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

table.schedule td.course-color01{background-color: #40607e;}
table.schedule td.course-color02{background-color: #798fad;}
table.schedule td.course-color03{background-color: #9585a9;}
table.schedule td.course-color04{background-color: #89ac79;}
table.schedule td.course-color05{background-color: #75a6a6;}
table.schedule td.course-color06{background-color: #c0a969;}
table.schedule td.course-color07{background-color: #bc7973;}
table.schedule td.course-color08{background-color: #a08e57;}
table.schedule td.course-color09{background-color: #99615d;}

ul.course{
      padding-left: 10px;
}

.course li .course-color01{color: #40607e;}
.course li .course-color02{color: #798fad;}
.course li .course-color03{color: #9585a9;}
.course li .course-color04{color: #89ac79;}
.course li .course-color05{color: #75a6a6;}
.course li .course-color06{color: #c0a969;}
.course li .course-color07{color: #bc7973;}
.course li .course-color08{color: #a08e57;}
.course li .course-color09{color: #99615d;}

.course li {
      position: relative;
      padding-left:25px;
}

.course li:before {
        content: "";
        height: 12px;
        width: 12px;
        left: 0;
        position: absolute;
        top: 5px;
}
.course li.course-color01:before{background-color: #40607e;}
.course li.course-color02:before{background-color: #798fad;}
.course li.course-color03:before{background-color: #9585a9;}
.course li.course-color04:before{background-color: #89ac79;}
.course li.course-color05:before{background-color: #75a6a6;}
.course li.course-color06:before{background-color: #c0a969;}
.course li.course-color07:before{background-color: #bc7973;}
.course li.course-color08:before{background-color: #a08e57;}
.course li.course-color09:before{background-color: #99615d;}


/*　講習会　*/

#schedule dt{
	float: left;
	clear: both;
}

#schedule dd{
	float: left;
}

#schedule dd li{
	list-style: none;
}


/*　こども絵画教室　*/


/*　染色教室　*/

.flow{
	margin-right: 15px;
	margin-left: 15px;
}

.flow dt{
	width: 140px;
	margin-bottom: 3px;
	float: left;
}

.flow dd{
	margin: 0 0 20px;
	float: left;
}

@media (min-width: 502px) {
.flow dd{width: 310px;}
}
@media (min-width: 576px) {
.flow{
	margin-right: 0;
	margin-left: 0;
}
.flow dd{width: 370px;}
}
@media (min-width: 768px) {
.flow dd{width: 580px;}
}

/*　プロフィール　*/

.history{
	margin-right: 15px;
	margin-left: 15px;
}

.history dt{
	font-weight: normal;
	width: 100px;
	margin-bottom: 2px;
	float: left;
}
.history dd{
	width: 100%;
	margin: 0 0 5px;
	padding-left: 105px;
	box-sizing:border-box;
}

@media (min-width: 502px) {
.history dt{
	width: 110px;
}
.history dd{
	padding-left: 120px;
}
}


/*　アクセス　*/

#access ul{padding-left: 0;}

#access li{
	margin-bottom: 20px;
}
#access li#train{
	padding-left: 40px;
	background: url(../access/img/icon_train.png) left top no-repeat;
}
#access li#car{
	padding-left: 40px;
	background: url(../access/img/icon_car.png) left top no-repeat;
}

@media (min-width: 768px) {
#access ul{padding-left: 20px;}
}

.map {
    position: relative;
    width: 100%;
    padding-top: 400px;
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner{
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px 20px 15px;
	border: 1px solid #CCC;
}

.banner_img{
	text-align: center;
	padding-right: 20px;
	margin-bottom: 20px;
}

.b_title{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

.banner p{
	font-size: 14px;
}

@media (min-width: 768px) {
.banner_img{
	margin-bottom: 0;
	float: left;
}
}

.banner .linkbox {
    position: relative;
}
.banner .linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.banner .linkbox {
	border: 1px solid #CCC;
}
.banner .linkbox a:hover{
    opacity: 0.1;
    background-color: #000000;
}


/*　お問い合わせ　*/

#contact dt{
    font-weight: normal;
	margin: 5px 10px;
}

#contact dd{
	margin: 5px 10px;
}

@media (min-width: 502px) {
#contact dt{
	width: 200px;
	margin-bottom: 2px;
	float: left;
}
#contact dd{
	padding-left: 210px;
}
}

.radio-g{
	padding: 10px 15px 5px;
	border: 1px solid #999;
	border-radius: 5px;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 36px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 4px;
}

label {
    margin-bottom: 5px;
    font-weight: normal;
	cursor: pointer;
}

button{
	background-color: #999;
}

#thx{
	margin-top: 80px;
	margin-bottom: 20px;
}

/*スケジュール／コース-----------------------------------------------*/
/*.course{
	width: 96%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 2% 30px;
}

.course th{
	font-size: 70%;
	font-weight: 100;
	text-align: center;
	border: 1px solid #333;
	padding: 2px 0;
}

.course td{
	font-size: 70%;
	text-align: center;
	border: 1px solid #333;
	padding: 10px 0;
}

.course .min{font-size: 90%;}
.course .year .min{font-size: 65%;}

.course .type{width: 9%;}
.course .week{width: 10%;}
.course .time{width: 10%;}
.course .day{width: 6%;}
.course .month{width: 6%;}
.course .year{width: 9%;}
.course .join{width: 10%;}
.course .material{width: 9%;}
.course .firsttime{width: 10%;}
.course .other{width: 10%;}
.course .type,.course .week,.course .time,.course .day,.course .month,.course .year,.course .join,.course .material,.course .firsttime,.course .other{font-size: 70%; line-height: 1.1; padding: 2px 0;}

.contents#universityexam .course{background-color: #d8eef3;}
.contents#highschoolexam .course, .contents#general .course, .contents#staining .course{background-color: #e7f2da;}
.contents#childproduction .course{background-color: #f7ebea;}
.contents#middleschool .course{background-color: #fffcda;}


/*春期・夏期・秋期・冬期講習-----------------------------------------------*/
/*.course_spot{
	width: 96%;
	height: auto;
	margin: 0 2% 30px;
}




/*受験合格実績-----------------------------------------------*/
/*.teacher{
	width: 96%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 2% 30px;
	padding: 30px;
	background-color: #d8eef3;
	border: 1px solid #333;
	font-size: 70%;
}

.teacher #teach01, .teacher #teach02, .teacher #teach03{
	height: 240px;
	margin: 10px;
	padding-left: 360px;
}

.teacher #teach01{background: url(../performance/img/teacher01.jpg) left center no-repeat;}
.teacher #teach02{background: url(../performance/img/teacher02.jpg) left center no-repeat;}
.teacher #teach03{background: url(../performance/img/teacher03.jpg) left center no-repeat;}

.teacher #teach02{height: 180px; padding-top: 60px;}
.teacher #teach03 h4{margin-bottom: 40px; padding-top: 20px; border-top: 1px solid #333;}

.teacher dl{
	margin-left: 40px;
}

.teacher dt{
	width: 120px;
	margin-top: 15px;
	clear: both;
	float: left;
}

.teacher dd{
	margin-top: 15px;
	float: left;
}

.success{
	width: 96%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 2% 30px;
	background-color: #d8eef3;
}

.success th{
	font-size: 70%;
	font-weight: 100;
	text-align: center;
	border: 1px solid #333;
	padding: 2px 10px;
}

.success td{
	font-size: 70%;
	border: 1px solid #333;
	padding: 10px 10px;
}

.success td.s_year, .success td.s_pass{text-align: center;}
.success td.s_supplement{font-size: 60%; text-align: center;}
.success td.s_exam, .success td.s_currentschool{padding: 20px 15px;}
.success td .min{
	font-size: 50%;
	line-height: 1.2em;
	padding-top: 2%;
	padding-right: 4%;
	float: right;
}


/*代表案内-----------------------------------------------*/
/*#profile p{
	font-size: 70%;
	line-height: 1.2;
	text-align: justify;
	width: 96%;
	margin: 0 2% 50px;
}

#profile p img{
	margin: 0 30px 20px 0;
	float: left;
}

.history{
	font-size: 18px !important;
	width: 96%;
	margin: 0 2% 30px;
}
.history dt.h_year{
	width: 135px;
	float: left;
	clear: both;
}
.history dd.h_item{
	width: 785px;
	float: left;
}
.history dd.h_item dt{
	font-size: 18px;
	width: 310px;
	float: left;
}
.history dd.h_item dd{
	width: 475px;
	float: left;
}
.history ul{margin-top: 30px;}
.mb20{margin-bottom: 20px;}




/*フッター
---------------------------------------------------------*/
.logo-f, .sns{
	margin-bottom: 30px;
}
.logo-f img, .sns img{
	margin-right: 10px;
	margin-left: 10px;
}

.copyright{
	font-size: 80%;
	margin-bottom: 10px;
}


/*非表示クラス
---------------------------------------------------------*/
.skipLinks {display: none;}

/********************* 以上 **********************/
