@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 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .tel,
	#header .contact .btn {
		display: inline-block;
		width: 254px;
		box-sizing: border-box;
		padding: 7px 15px 8px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn {
		width: 189px;
		padding: 13px 15px;
		margin-left: 15px;
	}
	#header .contact .btn img {
		width: 24px;
	}
	/* メニュー */
	#menu {
		position: relative;
		top: -33px;
		margin-bottom: -33px;
	}
	#menu ul {
		width: 1100px;
		margin: auto;
	}
	/* コンテナ */
	#wrap, #footer, #header {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 567px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 567px;
		margin-top: -567px;
	}
	#footer .box,
	#footer .contact{
		height: 312px;
		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 .contact {
		height: 119px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* メニューコンテンツ */
	#top_menu {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	/* お知らせ */
	#top_info {
		padding-bottom: 110px;
	}
	/*--------------------------------------------------
	  サービス詳細
	--------------------------------------------------*/
	}
	#service.bg_wide:before {
		position: absolute;
		top: -32px;
		height: calc(100% + 32px);
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/*--------------------------------------------------
		お問合せ
	--------------------------------------------------*/
	#mailform .btn p {
		margin-bottom: 30px;
	}
	/* End hide from IE-mac */
/*------------------------------------------------*/

}