@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） */

/* ヘッダ */
	#header {
		position: relative;
		/* background-color: #006600; */
	}
	#header .contact {
		position: absolute;
		right: 0;
		top: 0;
	}
	#header .contact .btn {
		display: inline-block;
		width: 200px;
		line-height: 80px;
	}

	#header .contact .tel {
		display: inline-block;
		width: 150px;
		line-height: 80px;
	}


	#header .contact .btn a {
		background : #06f;
		border: #06f;
		border-radius: 20px;
		color: #FFF;
		font-size: 21px;
		text-align: center;
	}

	#header .contact .tel a {
		background : #06f;
		color: #fff;
		font-size: 21px;
		text-align: center;
	}
	#header .contact .btn a img,
	#header .contact .tel a img {
		width: 24px;
		margin-right: 5px;
		position: relative;
		top: -1px;
	}

	
	/* コンテナ */
	#wrap {
		margin-bottom: 2em;
	}
	#wrap, #footer {
		width: 1200px;
		min-width: 1150px;
		margin: 0 auto;
	}
	#container {
		/* padding-bottom: 567px; */
		padding-bottom: 100px; 
	}
	#menu ul li.ist_mbl {
		display: none;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* フッター */
	#footer {
		position: relative;
		min-height: 567px;
	}
	#footer .footer_in .box_flex .box dd p.sp {
		display: none;
	}
	#footer .footer_in .box_flex .box dd p.pc {
		font-size: 20px;
		text-align: center;
		text-align: left;
		margin-left: 3em;
	}

	/* service テーブル */
	#svc .tbl txt.sp {
		display: none;
	}

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}
