@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-size: 150%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/*コンテナー
---------------------------------------------------------------------------*/
div#main_top{
	width: auto;
}

div#sub{
	display: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/

#logo {
    float: left;
    margin: 40px 0 0;
    width: 50%;
}

#taiken {
    padding-top: 45px;
}

#taiken_fix{
	right: 0;
}


#taiken_wrap,#taiken_fix,nav#menu{
	width: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menu ul {
	height: auto;
	padding: 0;
	margin: 0;
	background-image: none;
	display: block;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	box-shadow:1px 1px 1px 1px #000;
	float: left;
	border: none !important;
	margin-bottom: 5px;
	margin-left: 1%;
	width: 49%;
}
nav#menu ul li a {
	padding: 10px;
}

/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
    width: 49%;
    margin-left: 0.5%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}

nav#menu ul li a span {
	display: none;	
}

/*スマホ用ナビゲーション
----------------------------------------------------------------------------------------------*/
.menubtn {
  background-position: 40% 47%;
  margin-top: 2%;
}


/*xtal_description
---------------------------------------------------------------------------*/


#xtal_description .f_l {
    float: none;
    text-align: center;
}

#xtal_description .f_r{
	width: auto;
	padding: 0 20px;
	float:none;
}

#catch_box{
    width: 560px;
    margin: 0 auto;
}

#catch_box section:first-child {
    margin-left: 26px;
}


/*lesson select
---------------------------------------------------------------------------*/

#lesson_list .f_l:first-child img {
    margin-right: 0px;
    margin-bottom: 20px;
}

#lesson_list .f_l{
	float: none;
	text-align: center;
}




/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main_top, #main, #sub {
	float: none;
	width: auto;
}

#main img{
width: 100%;
height: 100%;
}

#sub > * {
	clear: both;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	width: 100%;
}
/*教室紹介
---------------------------------------------------------------------------*/
#main_top section.school_1 section{
	width:45%;
	margin-left: 3.3%;

}

.school_rental{
	width:93%!important;
}
.school_rental h3{
	display: block;
	text-align:center;
	border-bottom: 1px solid #ccc;
	border-right:none!important;
}
/*更新情報・お知らせ
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid;
	box-sizing: border-box;
}


#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;}

/*BLOG
---------------------------------------------------------------------------*/
#blog{
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid;
	margin-left:0;
}

.block{
	display: block;
}

#blog dd{
   border-bottom: 1px solid #d2d2d2;
}

/*LESSON
---------------------------------------------------------------------------*/
#about img{
width: 100%;
height: 100%;
}


/*その他
---------------------------------------------------------------------------*/

img.wa {
	width: 100%;
	height: auto;
}

body.intro #sub {
	display: none;
}

#menubar_hdr {
	display: none;
}

#pagetop{
	clear: both;
	float: right;
	margin-top: 25px;
	position: relative;
	left: 0px;
}

/*お問い合わせ
---------------------------------------------------------------------------*/

#formWrap {
	width:auto;
}

/*フッター設定
---------------------------------------------------------------------------*/
#footer_nav{
	list-style: outside none none;
	background: #3F3E3D;
	font-size:small;
	text-align: right;
	width: 100%;
}

.commentlist img{
	width: auto!important;
	height: auto!important;
}
