@charset "utf-8";
/* CSS Document */

/*　共通設定--------------------------------　*/

html {
	/* reset-min設定の打ち消し
	background-color:transparent; */
}
body {
	margin:0 ;
	padding: 0 ;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	}

/*　背景のボックスが必要な場合のみ設定  */
#back {
}

p {font-size:85%;
	line-height:1.8em;
	margin:0;
	}

strong {font-weight:bold}

img {border:0;
	width: 100%;
}

hr{
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;

/* hr 左右グラデ表示用設定
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */}

table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

.sp-only{
	display: none;
}





/*　ヘッダー--------------------------------　*/

#head {
	background:#fff;
	height:75px;
	width:100%;
	max-width:940px;
	margin:0 auto 30px auto;
	padding:15px 0 20px 0 ;
}

/* logo */
#head h1 {
	font-family:serif;
	margin:0px auto 0 auto;
	text-align:center;
	font-size:28px;
	line-height:1.5em
/*	float:left;*/
	}
#head h1 a{
	color:#000;
	text-decoration:none
	}
#head h1 a span{
	font-size:15px;}




/* ヘッダーナビ*/
.menu-collapser img {
	display: none;
}
#navi-box {
    width: 100%;
    height: auto;
    position: fixed;
	top: 0;
	right: 0;
    z-index: 10;
}
#navi-box .collapse-button {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 40px;
	z-index: 1000;
}
#navi-box .menu-collapser{
	position: inherit;
}
#navi ul#navigation{
	background-color: #fff;	
}
#navi li a {
	text-align: center;
}
#navi li a span {
    display: block;
    font-size: 80%;
    color: #999;
    font-family: sans-serif;
    transition: 0.3s ease color;
    letter-spacing: 0;
}
#navi h2.site-title {
	font-family: serif;
    margin: 0px auto 0 auto;
    text-align: center;
	padding-top: 16px;

}
#navi h2.site-title a{
	color: #000;
    text-decoration: none;
    font-size: 28px;
    padding: 19px 0 20px;
	line-height: 0.85;
	background-color: none;
}
#navi h2.site-title a span{
	font-size: 15px;
	font-family: inherit;
	color: #000;
}



/*　ビジュアル--------------------------------　*/

#visual {
	width: 100%;
	max-width:800px;
	height:auto;
	margin:0px auto 0px auto ;
	padding: 10px 0 0 0;
	clear:both;
	position:relative;
	z-index:1; /* naviが下に重なるのを防ぐ */
 }




/*　ページビジュアル　--------------------------------　*/

#title {
	width:100%;
	height: 0;
	padding-top: calc(230 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	margin:0px 0px 0px 0px ;
	position:relative;
	z-index:1;/* naviが下に重なるのを防ぐ */
	}
#title h2 {
	display:none;
	}

/* 各ページの画像設定
body.greet #title  { background: url(../img/greet_title.jpg) center center / cover no-repeat;}
body.company #title  { background: url(../img/company_title.jpg) center center / cover no-repeat;}
body.contact #title  { background: url(../img/contact_title.jpg) center center / cover no-repeat;}
body.info #title  { background: url(../img/info_title.jpg) center center / cover no-repeat;}
 */




/*　ナビ表示--------------------------------　*/

/* #navi-box {
	width:100%;
	height:auto;
	position:relative;
	z-index:2 ;
	}

#navi h1 {
	display:none;}

#navi {
	width:100%;
	height: auto;
	padding:0 ;
	margin:0px auto 0px auto;
	clear:both;
	background:#fff;
	}
#navi ul {
	width: 100%;
	max-width:940px;
	height:40px;
	margin:20px auto;
	padding:0 ;
	}
#navi li {
	float:left;
	list-style:none;
	width: 16.6%;
	position: relative;
}
#navi li:after {
	position: absolute;
	top: 0;
	right: 0;
	content:"";
	display: inline-block;
	width: 1px;
	height: 40px;
}
#navi li.last:after {
	display: none;
}
#navi li a {
	margin:0 0px 0 0px;
	display:block;
	height:40px;
	text-align:center;
	text-decoration: none;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	color: #666;
	transition: 0.3s ease color;
	}

li#navi-insta{
	letter-spacing: -0.1em;
	}
#navi li a span{
	display:block;
	font-size: 80%;
	color: #999;
	font-family: sans-serif;
	transition: 0.3s ease color;
	letter-spacing: 0;
	} */

/* li#navi-index { width:11.5%; max-width: 108px;}
li#navi-greet { width:12.8%; max-width: 120px;}
li#navi-teacher { width:13.5%; max-width: 127px;}
li#navi-lesson { width:15.5%; max-width: 146px;}
li#navi-student { width:15.3%; max-width: 144px;}
li#navi-blog { width:14.7%; max-width: 138px;}
li#navi-contact { width:16.7%; max-width: 157px;} */


/*　ナビ 各ページの選択状態
li#navi-index a:hover , body.index li#navi-index a, body.index li#navi-index a span,
li#navi-teacher a:hover , body.teacher li#navi-teacher a, body.teacher li#navi-teacher a span,
li#navi-lesson a:hover , body.lesson_all li#navi-lesson a, body.lesson_all li#navi-lesson a span,
li#navi-student a:hover , body.student li#navi-student a, body.student li#navi-student a span,
li#navi-blog a:hover,
li#navi-insta a:hover,
li#navi-contact a:hover , body.contact li#navi-contact a, body.contact li#navi-contact a span,
#navi li a:hover span{
	color: #53B366;
}
*/



/* スマホ用ナビを非表示にする */
#navi li.spnavi {
	display:none;
	}





/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: -1px;}






/*　コンテンツ背景--------------------------------　*/
body.index #contents-back {
	background-color: #fff;
}

#contents-back {
	background-color: none;
}




/*　パンくずリスト--------------------------------　*/
#bread {
	width:880px;
	padding:14px 0 0 0;
	margin:0px auto 0px auto ;
	font-size:75%;
	color:#333;
	clear:both;
	}
#bread a {
	color:#336699;
	}




/*　コンテンツ外枠--------------------------------　*/

#contents{
	margin:0 auto 0 auto;
	}

#contents:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
	}



/*　コンテンツ　バナー--------------------------------　*/

#contents-banner{
	float:right;
	height:auto;
	width:230px;
	padding:0px;
	margin:0px 0 30px 0;
	}

#contents-banner img{
	margin:0 0 10px 0;
	border:0;
}




/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	height:auto;
	width:800px;
	padding: 50px 0 50px 0px;
	margin:0px auto ;
	}

/*　コンテンツ　サブカラム（前ページ共通アクセス）--------------------------------　*/

#contents-sub {
	width:100%;
	padding: 0;
	margin:0 ;
	background-color: #f5f5f5;
	}


/*　見出し　--------------------------------　*/

#contents-main h2 {
	margin:0px 0 30px 0 ;
	line-height:1.4em;
	padding:0px 0 16px 0;
	font-size:140%;
	text-align:center;
	font-family:  serif;
	letter-spacing:normal;/* 文字間 */
	color:#000;
	border-bottom:1px solid #999;
	clear:both;
}



#contents-main h3 {
	margin:0px 0 18px 0 ;
	line-height:1.4em;
	padding:16px 0 16px 0;
	font-size:120%;
	text-align:center;
	font-family: serif;
	letter-spacing:normal;/* 文字間 */
	color:#000;
	clear:both;
    }

#contents-main h3 a{
	color:#000;
	text-decoration:none;
	}
#contents-main h3 a:hover{
	text-decoration:underline;
	}


#contents-main h4{
	border-bottom:#666 dotted 1px;
	padding:10px 0px;
	margin:0 0 1em 0 ;
	line-height:1.4em;
	clear:both}

#contents-main h4 img{
	margin-left:8px;}

#contents-sub h2 {
	font-size: 160%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #666666;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 40px;
	line-height: 1.4;
}
#contents-sub h2 span{
	display: block;
    font-size: 50%;
    color: #666;
	font-weight: 300;
}





/*　本文　--------------------------------　*/

/*　文字色　*/
#contents-main p,
#contents-main table,
#contents-main li { color:#333 }

#contents-main p {
	margin:0 0 1em 0 ;
	color:#333;
	line-height:1.8em;
	font-size:90%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main img,
#contents-main p img{
	margin:0 0 20px 0;
	max-width:800px;
	height:auto;
/*	background:#FFF;
	padding:2px;
	border: #CC9 solid 1px; */
	}

#contents-main p a:hover img{
/*	border: #2A5050 solid 1px;*/
}


/*
#contents-main iframe{
	margin:10px 0px;
	padding:2px;
	border: #CC9 solid 1px;}
	*/


/* リンク文字色 */
#contents-main a {
	color:#069;
	text-decoration:none ;}

#contents-main a:hover {
	text-decoration:underline ;}

#contents-main a img:hover {
	opacity: 0.7;
	transition: 0.3s ease;
}




/*　リスト　*/

#contents-main ul , #contents-main ol{
	line-height:1.8em;
	font-size:90%;
	margin:0 0 2em 0px;
	}
#contents-main ul li{
	list-style:disc inside;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
#contents-main ol li{
	list-style:decimal outside ;
	margin-bottom:1em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	}

/* リスト内のテーブル設定 */
#contents-main ol li table,
#contents-main ul li table {
	width:auto;
	font-size:100%;
	margin:0;
	}
#contents-main ol li table td,
#contents-main ul li table td {
	vertical-align:top;
	}

#contents-sub ul {
	line-height: 2;
	margin-top: 2em;
}
#contents-sub ul li{
	list-style: disc inside;
	text-indent: -1em;
	margin-left: 1em;
}




/*　テーブル　*/

#contents-main table {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	font-size:90%;
	margin:30px 0 30px 0;
	}
#contents-main table th {
	background:#eee;
	text-align:center;
	padding:6px 6px ;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:400;
/*	border:1px solid #999;*/
}
#contents-main table td {
	background:none;
/*	border:1px solid #999;*/
	padding:6px 6px;
	}





/* ★タブの設定-------------------------------- */

#contents-main #tabArea {
/*	background:#FFF;*/
	border-top:1px solid #999;
	height:auto;
	padding:30px 0;
	margin:0 0 0px 0;
	overflow-y:auto;
	clear:both;
	}

/*　タブ切り替えの設定　--------------------------------　*/

#contents-main ul#tab {
	margin:0 auto;
	padding-left:60px;
	width:100%;
	}
#contents-main ul#tab li{
	float:left;
	list-style:none;
	display:inline;
	}
#contents-main ul#tab li a{
	display:inline-block;
	background:#F4F4F4;
	height:40px;
	width:130px;
	margin:0 5px 0 0;
	font-size:95%;
	line-height:40px;
	text-align:center;
	color:#333;
	white-space:nowrap;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0;
	}
#contents-main ul#tab li a.hover,
#contents-main ul#tab li a.active{
	background:#00A55D;
	color:#fff;
	}

/* アクセス（前頁共通）--------------------------------　*/

#contents-sub .access{
	width: 96%;
	max-width: 940px;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

#contents-sub .access img{
	width: 100%;
}

#contents-sub .access img.map{
	margin-right: 3.2%;
	width: 47.8%;
	max-width: 450px;
}
#contents-sub .access .fl-right{
	float: right;
    max-width: 460px;
    width: 48.9%;
}


/* フッター--------------------------------　*/

#footer {
	margin:20px auto 20px auto;
	height:13px;
	width:100%;
	clear:both;
	/* background:url(../img/common_footer_copyright.gif) no-repeat bottom center #fff; */
	}

/* ページトップ */
#footer p.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}
#footer p.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	filter: alpha(opacity=85); /* 透過設定 */
	  -moz-opacity:0.85;
	opacity:0.85;
	}
#footer p.pagetop a:hover {
	background-color: #333;
	}

/* 住所
#footer #address {
	padding-top:30px;
	margin-bottom:4px;
	}
#footer #address p{
	text-align:center;
	font-size:75%;
	color:#333;
	} */

/* コピーライト
#footer #copyright {
	margin:0px auto 5px auto;
	height:13px;
	padding:0px 0px;
	background:url(../img/common_fotter_copyright.gif) no-repeat bottom center;
	}*/
#footer #copyright p{
	text-align:center;
	font-size:60%;
	color:#666;
	display:block;
	}



/* ★追記の設定-------------------------------- */

.tuiki{
	display:none;
	}

.read_open_close{
	cursor:pointer;
	}








/* ★トップページのみ--------------------------------　*/

body.index #contents-main {
	width: 100%;
	max-width:660px;
	margin:0px auto;
	padding-top:45px ;
	}

/*トップページ　文章*/
body.index #contents-main .aboutshuku h2 {
	background: none;
	margin-bottom: 20px;
}

body.index #contents-main .aboutshuku p {
	text-align: center;
	color:#666;
	line-height:3;
	font-size: 100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}




/* ★出演者のみ--------------------------------　*/

body.performers #contents-main #performer-navi  {
	margin-bottom:40px;
	}


body.performers #contents-main #performer-navi p {
	width: 100%;
	max-width:190px;
	margin:10px 10px 10px 0px ;
	padding:0 ;
	float:left;
	}


 body.performers #contents-main #performer-navi p img {
	margin-bottom:0;
	margin-left:5px
	}





/* ★タイムテーブル--------------------------------　*/

body.timetable #contents-main table{
	border:0;
	margin:50px 0 50px 0px;
	border-collapse:separate; width: 100%;

}

body.timetable #contents-main table td{
	width:25%;
	vertical-align:top;
	text-align:center;
	padding:1px 0 5px 0;
	line-height:1.5em;
}


body.timetable #contents-main table td img{
	margin:0;
	width:172px
}



body.timetable #contents-main table th{
	background-color:#eee;
}








/* ブログ */
body.index #contents-main #top-blog {
	width:680px;
	margin:0 auto;
	}

body.index #contents-main #top-blog h2{
	margin:0px 0 18px 0 ;
	line-height:1.4em;
	padding:0px 0 16px 0;
	font-size:115%;
	text-align:center;
	font-family:serif;
	letter-spacing:normal;/* 文字間 */
	color:#000;
	border-bottom:1px solid #666;
}
body.index #contents-main #top-blog ul {
	margin:0;
	font-size:100%;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.index #contents-main #top-blog li {
	padding-left:20px;
	margin:0 0 0.2em 0;
	list-style:none;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;
	}
body.index #contents-main #top-blog li a{
	color:#333;
	text-decoration:none;
}
body.index #contents-main #top-blog li span {
	color:#666;
	font-size:100%;
	}





/* ★新着情報・ブログページ共通--------------------------------　*/
body #contents-main .post {
	margin: 0 ;
}
body #contents-main .entry {
	margin: 0 0 50px 0 ;
}
body #contents-main .post h3{
	margin-bottom:10px;
}


/* 日付など */
#contents-main .post p.links{
	color:#333;
	line-height:1.8em;
	font-size:90%;
	text-align:right;
	margin:0 0px 5px 0;
	padding:0 0px;
	}

#contents-main p.links a{
	text-decoration:none; color:#1F0000
}


/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:80%;
	line-height:2em;
	margin-top:40px;
	}
#contents-main .post .pager span.pager_item a {
	margin:0 2px;
	padding:3px 4px;
	background:#ccc;
	border:1px solid #bbb;color:#000;
	}


/*ブログ記事ごとページ　関連記事*/
#contents-main .post p.kanren_title {
	padding-left: 20px;
	background: url(../img/top_info_li.jpg) no-repeat 0 4px;
}



/* ★お問い合わせ-------------------------------- */

#contents-main table.soy_inquiry_message {
	border:0;
	background:none;
	margin:0;
	}
#contents-main table.soy_inquiry_message td , #contents-main table.soy_inquiry_message th{
	border:0;
	background:none;
	padding:0;
	}

span.error_message {
	color:#900}

/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form  {
	width:100%;
	border-collapse:separate;
	border-spacing : 4px 4px;
	}
body #contents-main table#inquiry_form  th {
	width:120px;
	}
body #contents-main table#inquiry_form  td {
	border:none;
}

/* nest table用 */
body #contents-main table#inquiry_form table{
	width:350px;
	border:0;
}


/* テキストボックスなどの長さ */

body #contents-main table#inquiry_form  td input.name{
	width:200px}
body #contents-main table#inquiry_form  td input.mail{
	width:350px}
body #contents-main table#inquiry_form  td input.subject{
	width:300px}
body #contents-main table#inquiry_form  td textarea {
	width:100%;}




/* ★公式ブログページ　個別設定-------------------------------- */

/* 一覧・詳細　共通設定　-----*/
body.blog #contents {
	width: 100%;
	max-width:940px;
	margin:0 auto;
	}
body.blog #contents-main {
	float:left;
	padding-top:20px;
	}
body.blog #contents-main h2 {
	font-weight:600;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-main h2 span {
	font-weight:normal;
	color:#333;
	}



/* ブログ・カテゴリタイトル表示用 */
body.blog #contents-main .category-ti {
	font-size:110%;
	margin:0 auto 20px auto  ;
	text-align:left;
	font-weight:600;
	}
body.detail #contents-main .category-ti {
	margin:0 auto 40px auto  ;
}



/* サイドコンテンツ */
body.blog #contents-banner {
	padding-top:30px;
	}
body.blog #contents-banner ul {
	font-size:90%;
	color:#666;
	line-height:1.8em;
	font-family:serif,"ヒラギノ明朝 ProN","Hiragino Mincho ProN";
	}
body.blog #contents-banner ul li{
	list-style:disc outside;
	margin-left:20px;
	}
body.blog #contents-banner .banner-box {
	margin-bottom:30px;
	}

body.blog #contents-banner h2 {
	font-size:85%;
	margin-bottom:10px;
	padding:0.2em 0;
	text-align:center;
	background:#6470AF;
	color:#fff;
	}




/* ブログ　一覧ページ　-----*/

/* 記事ブロック */
body.list #contents-main .entry {
	width:640px;
	margin:0 auto 0px auto;
	}

/* サムネイル画像 */
body.list #contents-main .entry p.thumb img {
	margin: 0 0 0px 0 ;
}

body.list #contents-main h2 {
	font-size:95%;
	padding-left:20px;
	margin-bottom:0.5em;
	background:url(../img/top_info_li.jpg) no-repeat 0 4px ;
	}



/* ブログ　詳細ページ　-----*/
body.detail #contents-main h2{
	font-size:100%;
	margin-bottom:30px;
}

/* ★プライバシーポリシー-------------------------------- */
body.contact  #contents-main ul li{
	text-indent: -1em;
	padding-left: 1em;
}
/* ★archive-------------------------------- */
#contents-main .archive-list_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents-main .archive-list_item{
	width: 30%;
	margin-bottom: 30px;
}
#contents-main .archive-list_item em{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
    font-family: serif;
	display: inline-block;
	margin-bottom: 10px;
}
#contents-main .archive-list_item a:hover em{
	text-decoration: none;
}
#contents-main .archive-list_thumb img{
	margin-bottom: 8px;
}
#contents-main .archive-list_item .overview {
	font-size: 90%;
}

#contents-main .main-img{
	margin-top: 4%;
}
#contents-main .other-img{
	margin: 4% -2% 0;
}
#contents-main .other-img .gl-box{
	width: 33.3%;
	padding: 10px 2%;
	box-sizing: border-box;
}
#contents-main .other-img .gl-box img{
	margin-bottom: 0;
}




/* 印刷用設定　ここから */
@media print {


/* JSナビ固定の解除 */
.fixed {
	position:relative ;
	}


}
/* 印刷用設定　ここまで */

@media screen and (max-width:800px) {
	#navi-box .menu-collapser {
		position: relative;
	}
	.menu-collapser img {
		display: block;
	}
	#navi .menu-collapser img#spHeadLogo {
        margin: 0 20px 0 0;
        max-height: 55px;
        padding-top: 5px;
        width: auto;
    }
	#navi-box .collapse-button {
		position: absolute;
		right: 8px;
		top: 50%;
		width: 40px;
	}
	#navi #siteLogo {
		display: none;
	}
	

}