@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #eb8741; }
	#rwdMenuWrap { background: #eb8741; }

	/* ヘッダ */
	#header {
		position: fixed;
		height: 50px;
		padding: 0;
		background-color: #fff;
	}
	#header h1.title {
		position: relative;
		top: -10px;
		height: 110px;
		padding: 0 0 0 10px;
	}
	#header h1.title img {
		width: 110px;
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
		padding-right: 44px;
	}
	#header .contact p {
		padding: 5px;
	}
	#header .contact .tel a {
	}
	#header .contact .sns img {
		width: auto;
		height: 40px;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#container h3.sub .pick {
		font-size: 28px;
	}
	#page_title .sub {
		height: 200px;
		padding-top: 60px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_features .box {
		width: 100%;
	}
	#top_features dt {
		font-size: 25px;
	}
	#top_features .photo {
		width: 33%;
	}
	#top_features dl {
		width: 62%;
	}
	/**/
	#top_lesson {
		background-size: 30% auto;
	}
	#top_lesson h3.sub {
		margin-bottom: 90px;
	}
	#top_lesson dl {
		padding: 0 20px 20px;
	}
	#top_lesson dt {
		font-size: 23px;
	}
	#top_lesson dt img {
		width: 80%;
	}
	/* コンテンツ */
	#top_contents dt {
		padding: 0 15px;
		font-size: 20px;
	}
	#top_contents dd {
		padding: 5px 15px 50px;
	}
	#top_contents dd .btn {
		bottom: -60px;
		width: 98px;
		height: 98px;
	}
	#top_contents dd .btn a {
		width: 90px;
		height: 90px;
		font-size: 16px;
	}
	/* お知らせ */
	#top_info dl {
		padding: 15px 0;
	}
	/**/
	#top_bana ul li img {
		width: 200px;
	}
	/*--------------------------------------------------
		サービス案内
	--------------------------------------------------*/
	#service .about {
		padding-top: 20px;
	}
	#service .about dl+dl {
		margin-top: 40px;
	}
	#service .about dt {
		margin-bottom: 10px;
		font-size: 25px;
	}
	/**/
	#service .schedule .box_flex {
		margin-bottom: 40px;
	}
	#service .schedule dl {
		width: 31%;
	}
	#service .schedule dt {
		font-size: 25px;
	}
	#service .schedule dd {
		padding: 30px;
	}
	#service .schedule .msg {
		font-size: 20px;
	}
	/*--------------------------------------------------
		教室案内・アクセス
	--------------------------------------------------*/
	#school .school .tbl {
		width: 49%;
	}
	#school .school iframe {
		width: 49%;
		height: 400px;
	}
	#school .school .tbl th, #school .school .tbl td {
		padding: 10px;
	}
	#school .study .msg {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#school .study .imgs li {
		width: 32%;
	}
	/*--------------------------------------------------
		求人募集
	--------------------------------------------------*/

	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}