@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;
	}
	#header .contact {
		width: 50px;
	}
	#header .contact p a img {
		width: 22px;
	}
	#header .contact p a {
		border: 1px solid #F06A43;
		width: 49px;
		height: 49px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.box_flex {
		align-items: center;
	}
	/* コンテナ */
	#wrap, #footer, #header {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 447px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 447px;
		margin-top: -447px;
	}
	#footer .box {
		height: 336px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box dd .address p {
		display: inline-block;
	}
	#footer .box dd .address p+p {
		margin-left: 0.5em;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}