@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: fixed;
		width: 100%;
		z-index: 999;
		box-sizing: border-box;
		height: 60px;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* メニュー */
	#menu {
		margin-right: 50px;
		margin-left: auto;
	}
	#menu li {
		display: inline-block;
		position: relative;
	}
	#menu li:not(:last-of-type)::before {
		content: "/";
		color: #FF9C73;
		position: absolute;
		top: 5px;
		right: -5px;
	}
	#menu li a {
		display: block;
		padding: 0 5px;
		color: #FF9C73;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 0.5;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #header, #footer {
		min-width: 1150px;
	}
	#container {
		padding-top: 60px;
		padding-bottom: 392px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 392px;
		margin-top: -392px;
	}
	#footer .box {
		height: 359px;
		box-sizing: border-box;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#page_title .ttl_txt_box {
		padding: 20px 0;
		box-sizing: border-box;
	}
	@media only screen and (max-width: 1450px) {
		#page_title .ttl_txt_box .waku {
			margin: 40px auto 15px;
		}
	}
	@media only screen and (max-width: 1100px) {
		#page_title .ttl_txt_box_bg {
			width: 40vw;
		}
		#page_title .ttl_txt_box {
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			width: 40vw;
		}
	}

	/* お知らせ */
	#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 */ 
/*------------------------------------------------*/
}