@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 {
		padding-top: 20px;
		position: relative;
	}
	#header .contact a {
		background: #dea426;
		width: 240px;
		min-height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 20px;
		box-shadow: 2px 2px 5px rgba(83,71,65,0.2);
		font-size : 18px;
		letter-spacing : 4.6px;
		color : #FFFFFF;
	}
	#header .contact a .txt {
		position: relative;
		top: -2px;
	}
	#header .contact a .waku {
		width: 28px;
		height: 28px;
		background: #fff;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 5px;
	}
	#header .contact a img {
		width: 14px;
	}
	/* メニュー */
	#menu {
		margin-left: auto;
		margin-right: 40px;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		font-size : 16px;
		letter-spacing : 3.2px;
		color : #425052;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #1E5E84;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 419px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 419px;
		margin-top: -419px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}