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

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */
	
	#switchBtnArea #switchBtn {
		top: 5px;
		right: 10px;
		width: 51px;
		height: 40px;
		display: block;
		position: absolute;
		z-index: 9998;
	}
	#switchBtnArea #switchBtn::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -40px;
		width: 126px;
		height: 126px;
		background: rgba(255,215,157,0.8);
		border-radius: 50%;
	}
	#switchBtnArea #switchBtn::after {
		content: "";
		background: #fff79a;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		position: absolute;
		top: 50px;
		left: -13px;
		transition: 0.5s;
	}
	#switchBtnArea #switchBtn:hover::after {
		top: 30px;
		left: -28px;
		transition: 0.5s;
	}
	#switchBtnArea #switchBtn span {
		width: 51px;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 5px;
		left: 0;
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 20px;
		left: 0;
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 0;
		left: 0;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 20px;
	}
	/* ヘッダ */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		box-sizing: border-box;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* メニュー */
	#menu {
		display: none;
	}
	#header .contact {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer,header {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 389px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 389px;
		margin-top: -389px;
	}
	#footer .box {
		height: 252px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		園の紹介
	--------------------------------------------------*/

	/*--------------------------------------------------
		3歳～5歳園児募集
	--------------------------------------------------*/
	#recruitment .recruit .box01 .info {
		order: 2;
	}
	#recruitment .recruit .box01 .img {
		order: 1;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}