@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt,.dsp_tb { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		min-width: 1150px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		box-sizing: border-box;
	}
	#header h1.title a img {
		width: 230px;
	}
	#header .contact {
		float: right;
		margin-left: 12px;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 629px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 629px;
		margin-top: -629px;
	}
	#footer .box,
	#footer .contact{
		height: 250px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box .box_bottom p {
		display: inline-block;
	}
	#footer .box .box_bottom p+p {
		margin-left: 0.5em;
	}
	#footer .box .box_bottom .text_memo {
		display: block;
	}
	#footer .contact {
		height: 80px;
		margin: auto;
	}
	#page_title.subpage {
		min-height: auto;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* ページタイトル */
	#page_title {
		min-height: 650px;
	}
	#page_title .page_title_txts {
		padding: 50px 0;
	}
	#page_title .page_title_btn {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 5;
	}
	/* メニューコンテンツ */
	#top_menu {
		padding: 110px 0;
	}
	#top_menu .box {
		float: left;
		width: 31%;
	}
	#top_menu .box+.box{
		margin-left: 3.5%;
	}
	#top_menu dl dt {
		margin-bottom: 20px;
	}
	/*--------------------------------------------------
		代表紹介・ご挨拶
	--------------------------------------------------*/

	/*--------------------------------------------------
		スタッフ紹介
	--------------------------------------------------*/
	#staff .info {
		width: 712px;
	}
	#staff .imgs {
		width: 279px;
		margin-bottom: 0;
	}
	#staff .imgs img:first-of-type, #staff .imgs span:first-of-type {
		margin-bottom: 15px;
	}
	/*--------------------------------------------------
		講座・料金紹介
	--------------------------------------------------*/

	/*--------------------------------------------------
		合格実績&生徒・保護者様の声
	--------------------------------------------------*/
	#results .voice .list .box .ico {
		width: 130px;
	}
	#results .voice .list .box .info {
		width: 955px;
	}
	#results .rows4 {
		width: 730px;
		margin-left: auto;
		margin-right: auto;
	}
	#results .rows3 {
		width: 545px;
		margin-left: auto;
		margin-right: auto;
	}
	/*--------------------------------------------------
		お問合せ&よくあるご質問
	--------------------------------------------------*/

	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}