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

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

/*	body, #top {
		min-width: 1100px;
	}
*/
	/* ヘッダ */
	#header {
		position: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		right: 0;
	}
	/* メイン画がヘッダ下に潜り込む場合は下記を使用
	#header {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 30px);
		background: rgba(255,255,255,0.85);
		z-index: 99;
	}
	*/
	#menu {
		position: relative;
		top: 59px;
		z-index: 99;
		margin-top: -59px;
	}
	#menu ul {
		width: 1100px;
		margin: auto;
	}
	#header .contact {
		display: flex;
		align-items: center;
		position: absolute;
		top: 30px;
		right: 15px;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		width: 189px;
		box-sizing: border-box;
		text-align: center;
		padding: 7px 0;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 24px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 568px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 568px;
		margin-top: -568px;
	}
	#footer .box, #footer .contact {
	height: 312px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	}
	#footer .contact {
		height: 119px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_msg.pt {
		padding-top: 64px;
	}
	#top_msg.pb {
		padding-bottom: 64px;
	}
	#top_info h3.sub {
		margin-bottom: 50px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */
/*------------------------------------------------*/
/* } */