@charset "UTF-8";

/*--------------------------------------------------------
解像度960px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 960px){

	.site-header-in,
	.main-body-in,
	.site-footer-in{
		width: 96%;
		margin: auto;
	}
	.global-nav-in,
	.main-image-in{	
		width: 100%;
	}
	
	.col1 .section-wrap,
	.col1 .breadcrumbs,
	.col1 .section-wrap.wide .section-in,
	.col1 .section-wrap.wide{
		width: auto;
	}
	
	.col1 .breadcrumbs-in,
	.col1 .float-area{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
	.site-description{
	font-size: 15px;
	margin-left: 0px;
}

}/*解像度960px以下*/


/*--------------------------------------------------------
解像度900px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 900px){
	
	
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
	
	.header-box-l{
	width: 70%;
}
	
	.header-box-r{
	width: 30%;
}
	.header-box-r-in{
	width: 149px;
	float: right;
	}
	.header-box-r .tel{
	display: none;	
}

.header-box-r .mail{
	padding-left: 5px;
	display: none;
}

.header-box-r .tel-s{
	display: block;
	float: left;
}

.header-box-r .mail-s{
	padding-left: 5px;
	display: block;
	float: left;
}

/*モンテッソーリ教育とは*/	
	.about dd{
	padding-left: 20px;
	padding-right: 20px;
}
	
	/*よくある質問*/
	
	.qa-in .box{
		min-height: 500px;
	}
	
.qa-in dt{
	padding-left: 80px;
	font-size: 20px;
	background-size: 70px auto;
	min-height: 80px;
}
.qa-in dd{
	padding-left: 10px;
	padding-right: 10px;
}
	
.qa-in dd .a{
	width: 70px;
	height: auto;
	margin-left: 0px;
}

}/*解像960px以下*/

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	textarea,input{
		max-width: 95%;
	}
	
	input[type="submit"],input[type="image"],
	input[type="reset"],input[type="button"],
	input[type="file"]{
		max-width: none;
	}
	
	blockquote{
		position: relative;
		margin: 2em 0;
		padding: 115px 20px 80px;
		background: #eee;
	}

	
	.main-body h5{
	padding-left: 25px;
	font-size: 20px;
	background-size: 20px auto;
}
	
	

	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 100%;
	}
	
	.col2 .main-conts,
	.col2 .sub-conts,
	.col2r .main-conts,
	.col2r .sub-conts{
		float: none;
		width: auto;
	}
	
	/*ヘッダー*/
	.site-header-conts,
	.site-title,
	.header-box{
		display: block;
	}
	
	.header-box{
		margin-top: 15px;
	}
	
	.site-header-conts{
		padding-top: 50px;
	}
	
	.no-gn .site-header-conts{
		padding-top: 0;
	}
	
	.site-header-conts{
		padding-bottom: 10px;
	}
	
	.site-title{
	
	}

	.normal-screen .site-title{
		font-size: 2em;
	}

	.normal-screen .lp-catch{
		padding: 15px 15px 0;
		font-size: 1em;
	}

	.header-box{
		margin-left: 0;
		text-align: center;
	}
	
	.site-header-in{
		position: relative;
		}

	.mainimage{
	display: none;
}

.mainimage-s{
	display: block;
}
	
	
	
	/*グローバルナビ*/
	.global-nav{
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
	}
	
	.global-nav ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 50;
		width: 80%;
		border: 0;
		background: #5083DD;

	}
	
	.global-nav-panel{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #5083DD;
		color: #fff;
		cursor: pointer;
	}

	.global-nav-in li{
		display: list-item;
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #fff;
		text-align: left;
	}
	
	.global-nav-in li ul{
		position: static;
		width: auto;
		margin-left: 1em;
	}
	
	.global-nav-in li ul li{
		width: auto;
		border-bottom: 0;
	}
	
	.global-nav-in li a,
	.global-nav li ul li a{
		padding: 1em;
		padding-right: 2em;
		background: url(../images/icon/icon-gn-arw.png) right center no-repeat;
	}

		/*Retina（高解像度）ディスプレイ用*/
		@media screen and (-webkit-min-device-pixel-ratio:2),
		(min-resolution: 2dppx){

			.global-nav-in li a,
			.global-nav li ul li a{
				background: url(../images/icon/icon-gn-arw@2x.png) right center no-repeat;
				-webkit-background-size: 27px 18px;
				background-size: 27px 18px;
			}

		}

	/*--------------------------------------------------------
	メインビジュアル
	--------------------------------------------------------*/

	.main-image-in-text-cont{
		padding: 1em;
	}
	
	.main-copy{
		margin-bottom: 10px;
		font-size: 2em;
		text-align: center;
	}

	.sub-copy{
		font-size: 1em;
	}
	
	.section-wrap,
	.col1 .section-wrap.wide{
		padding: 0;
		border: 0;
	}
	
	.col1 .section-wrap{
		padding: 0;
	}
	
	.section-wrap .section-in,
	.col1 .section-wrap.wide .section-in,
	.float-area,
	.col1 .float-area{
		padding: 15px;
	}

	.col1 .sub-conts .section-wrap .section-in{
		padding: 0 20px 30px;
	}

	.section-wrap .section-in .section-title,
	.section-wrap .article-header .section-title{
		margin: -15px -15px 0;
		padding: 15px;
		font-size: 1.75em;
	}

	.sub-conts .section-wrap .section-in .section-title,
	.sub-conts .section-wrap .article-header .section-title,
	.col1 .sub-conts .section-wrap .section-in .section-title,
	.col1 .sub-conts .section-wrap .article-header .section-title{
		margin: 0 -20px 30px;
		padding: 10px 18px;
	}

	.main-body h1,
	.main-body h2,
	.main-body h3,
	.main-body h4,
	.main-body h5,
	.main-body h6{
	
		
	}
	

	.main-body h1,
	.main-body h2{

	}
	
	/*パンくずリスト*/
	.breadcrumbs-in{
		margin-bottom: 1em;
		padding: 0 1em;
	}

	.breadcrumbs-in li:last-child{
		display: none;
	}

	.col1 .breadcrumbs-in{
		width: auto;
	}

	/*フッターナビ*/
	.site-footer-nav{
		display: block;
		text-align: left;
	}

	.site-footer-nav li,
	.site-footer-nav li:first-child{
		display: list-item;
		margin-left: 20px;
	}

	/*コピーライト*/
	.copyright{
		padding: 15px;
		text-align: left;
	}

	.page-top img{
		width: 40px;
	}

	/*最新情報*/
	.news .news-thumb{
		float: none;
		text-align: center;
	}

	.main-body .news-title{
		font-size: 1.25em;
	}

	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}
	
	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}
	
	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}

	/*バナーエリア*/
	.banner-list li{
		text-align: center;
	}
	
	.banner-list li,
	.col1 .banner-list li,
	.main-conts .banner-list li{
		display: list-item;
		margin-left: 0;
	}

	/*ボタン*/
	.btn-area{
		text-align: center;
	}

	.btn{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.btn-area .btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.btn-green,
	.btn-blue,
	.btn-orange,
	.btn-red{
		padding: 25px;
	}

	.btn-form01{
		padding: 25px 40px;
	}

	.btn-form02{
		padding: 25px 20px;
	}

	/*ソーシャルボタン*/
	.sns-list li{
		margin-right: 1em;
		margin-left: 0;
	}


	
	
	/*関連記事*/
	.related-articles-thumbs02 li{
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.eye-catch{
		float: none;
		margin: 0 0 1em;
		text-align: center;
	}
	
	
	/*最新情報*/
	
	
	.news h2{
	font-size: 22px;
}

	
	.news dd{
	margin-left: 0px;
	margin-top: 0px;
	font-size: 15px;
}
	
	/*モンテッソーリ教育とは*/
.about{}
.about .catch{

}
.about img{
	width: 40%;
}
	
	
/*よくある質問*/

.qa{
	display: block;
}
.qa-in{
	display: block;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 2%;
	}
.qa-in .box{
	min-height: auto;
	}	

/*入塾のご案内*/	
	.schedule-l{
	display: none;
}
.schedule-s{
	display: block;
}

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

	
	.schedule .thead{
	font-size: 18px;		
	}
	.schedule th{
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	}

	.schedule td{
		padding-top: 5px;
	    padding-bottom: 5px;
		font-size: 15px;
	}
	
	.price-l{
	display: none;	
}
.price-s{
	display: block;
}

	.price th{
	padding-top: 5px;
	padding-bottom: 5px;
}
	.price td{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
	
	.price .price1{
	background-color: #ffffff;
}
	
.price .price2{
	background-color: #ffffff;
}
	
	.price .small{
	font-size: 14px;
}
	
	.price .yen{
	font-weight: bold;
	font-size: 18px;
}	
	
	
}/*解像度736px以下*/


/*--------------------------------------------------------
解像度600px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 600px){
	
	.main-conts{
	font-size: 15px;
	line-height: 1.5em;
}
	.main-body h2{
	padding-top: 5px;
	padding-bottom: 8px;
	}
	
	
	.main-body h3{
	padding-top: 5px;
	padding-bottom: 6px;
	}
	
	
	
	.main-body h4{
	padding-top: 5px;
	padding-bottom: 6px;
	}
	
	
	
/*トップページ　ファヴォーレの特長*/
	.feature{
	padding-left: 10px;
	padding-right: 10px;
}
	.feature-in{
	display: block;
}

	.feature-in-l{
	display: block;
    width: 100%;
	}
	.feature-in-r{
	display: block;
		width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
	
.feature-n{
	display: block;
	border-radius: 60px;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
	
	.feature-n-in{
	display: block;
}
.feature-in-r h2{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.feature-in-r p{
	font-size: 18px;
}		
	.feature-n-in .t{
	font-size: 14px;
		padding-top: 15px;
}
	.feature-n-in .nom{
	font-size: 35px;
	}
	
/*トップページ　キャッチ文*/
	
	.top-catch{
	font-size: 16px;
	line-height: 1.5em;
}
	
	
	.top-catch img{
	width: 40%;
}	
/*モンテッソリ教育について*/	
.about dt{
	padding-top: 5px;
}	
	
	
/*入塾のご案内*/
.cource-in{
	padding-left: 0px;
	padding-right: 0px;
}
	


/*お問い合わせ*/
.contact{
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	max-width: none;
	}
.contact-left{
	width: 100%;
	float: none;
	text-align: left;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.contact-right{
	float: none;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-bottom: 0px;
}

}

/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){

	/*段組*/
	.col4-wrap,
	.col3-wrap,
	.col2-wrap{
		margin: 0 0 1em;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		float: none;
		margin-left: 0;
	}

	.col4-wrap .col,
	.col4-wrap .col_2of4,
	.col4-wrap .col_3of4,
	.col3-wrap .col,
	.col3-wrap .col_2of3,
	.col2-wrap .col{
		width: auto;
	}

	.left,
	.right{
		float: none;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.ranking-list04 .rank-box,
	.ranking-list05 .rank-box,
	.post-list01 .post-box,
	.post-list02 .post-box,
	.col1 .ranking-list05 .rank-box,
	.col1 .post-list02 .post-box{
		width: 100%;
	}
	
/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/
	.main-body h1{
	margin: 60px 0 20px;
	padding-top: 10px;
	border-bottom: 5px solid #345FB7;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
	
	
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
		.header-box-l{
	width: 75%;
}
	
	.header-box-r{
	width: 25%;
}
	.site-description{
	font-size: 13px;
	margin-left: 0px;
}

	
	
	
	.header-box-r-in{
	width: 105px;
	}
	
	
	.header-box-r .tel-s{
	width: 50px;	
}

.header-box-r .mail-s{
	width: 50px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.site-footer{
	font-size: 14px;
}
	
	
	
	
/*最新情報*/	
	.news-in{
	height: 500px;
	padding-left: 0px;
}
	.news dd{
	font-size: 14px;
	line-height: 1.3em;
}
	/*モンテッソーリ教育とは*/
.about{}
.about .catch{
	font-size: 16px;
}
.about img{
	width: 50%;
	padding-right: 10px;
}
	

	
	.about dd img{
	;
	width: 120px;
	}
	
	.about dd{
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
	
	
}/*解像度480px以下*/



/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.7.0 on 2016-09-20 15:04:52
----------------------------------------------------------------------*/
