@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 a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #f9eed2;
		border: 1px solid #534741;
		border-radius: 21px;
		width: 193px;
		height: 40px;
		font-size : 20px;
		color : #534741;
	}
	#header .contact .tel img {
		width: 20px;
		margin-right: 8px;
		position: relative;
		top: -1px;
	}
	#header .contact .tel span {
		position: relative;
		top: -2px;
	}
	#header .contact .btn a {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-left: 15px;
	}
	#header .contact .btn img {
		width: 16px;
	}
	/* メニュー */
	#menu {
		margin-left: auto;
		margin-right: 15px;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		font-size : 18px;
		letter-spacing : 3.6px;
		color: #534741;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
		position: relative;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #eb5c3c;
	}
	#menu li.on a::before,
	#menu li a:hover::before {
		content: "";
		background: #eb5c3c;
		width: 2px;
		height: 15px;
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 560px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 560px;
		margin-top: -560px;
	}
	#footer .box {
		height: 500px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
		@media only screen and (max-width: 1280px) {
			#footer .box {
				padding: 65px;
			}
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#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 */ 
/*------------------------------------------------*/
}