@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 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 99;
	}
	#header .contact {
		position: absolute;
		top: 28px;
		right: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	#header .contact p+p {
		margin-left: 20px;
	}
	#header .contact a img {
		width: 22px;
		vertical-align: middle;
	}
	/* コンテナ */
	#wrap, #footer, #header {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 567px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	.main_s {
		width: 800px;
		margin: auto;
	}
	.main_m {
		width: 950px;
		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: 369px;
		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 p {
		display: inline-block;
	}
	#footer .box dd p+p {
		margin-left: 0.5em;
	}
	#footer .contact {
		height: 117px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* ご挨拶 */
	#top_msg {
		padding-top: 113px;
		padding-bottom: 118px;
	}
	/* コンテンツ */
	#top_contents {
		padding-bottom: 115px;
	}
	/* メニューコンテンツ */
	#top_menu {
		padding-top: 115px;
		padding-bottom: 60px;
	}
	/* お知らせ */
	#top_info {
		padding-top: 115px;
		padding-bottom: 150px;
	}
	#top_info h3.sub3 {
		margin-bottom: 40px;
	}


	/*------------------------------------------------*/
	/* 背景固定 */
	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 */
/*------------------------------------------------*/
}