@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 {
		width: 100%;
		position: absolute;
		z-index: 999;
		box-sizing: border-box;
	}
	#header .contact a {
		background: #fff;
		width: 239px;
		height: 50px;
		border-radius: 25px;
		box-shadow: 3px 3px 5px rgba(1,85,51,0.3);
		display: flex;
		justify-content: center;
		align-items: center;
		font-size : 17px;
		letter-spacing : 3.4px;
		color : #F08C1E;
		font-weight: 500;
		box-sizing: border-box;
	}
	#header .contact .btn a {
		width: 50px;
		padding: 0;
		margin-left: 15px;
	}
	#header .contact a .maru {
		background: #f08c1e;
		border-radius: 50%;
		width: 44px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
		position: relative;
		left: -5px;
	}
	#header .contact a .maru img {
		width: 20px;
	}
	#header .contact .tel a .txt {
		position: relative;
		left: -5px;
	}
	#header .contact .btn a .maru {
		margin-right: 0;
		left: 0;
	}
	/* メニュー */
	#menu {
		margin-left: auto;
		margin-right: 30px;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		font-size : 16px;
		letter-spacing : 3.2px;
		color : #fff;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color : #015533;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 372px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 372px;
		margin-top: -372px;
	}
	#footer .box {
		height: 372px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#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 */ 
/*------------------------------------------------*/
}