@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt,.dsp_tb { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		height: 70px;
	}
	@media print, screen and (min-width: 769px){
		#header {
			min-width: 1150px;
		}
	}
	#header h1.title {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
		display: block;
	}
	#header .contact {
		position: fixed;
		top: 50%;
		right: 0;
		z-index: 999;
		text-align: center;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#header .contact a {
		width: 60px;
		height: 60px;
		background: rgba(160,130,60,0.9);
		display: flex;
		justify-content: center;
		align-items: center;
		color : #fff;
		box-sizing: border-box;
	}
	#header .contact .tel,#header .contact .btn {
		position: relative;
		margin-bottom: 1px;
	}
	#header .contact .line a {
		background: rgba(6,199,85,0.9);
	}
	#header .contact a img {
		width: 22px;
	}
	#header .contact .btn a img {
		width: 28px;
	}
	#header .contact .line a img {
		width: 29px;
	}
	/* メニュー */
	#menu {
		display: flex;
		justify-content: center;
		position: relative;
		width: 100%;
		z-index: 999;
		box-sizing: border-box;
	}
	#menu ul {
		min-width: 715px;
		text-align: center;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 40px;
		color: #fff;
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
	}
	#menu li a span {
		display: block;
		font-size: 14px;
		font-weight: 300;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		color: #a5915a;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 342px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 342px;
		margin-top: -342px;
	}
	#footer .box {
		height: 279px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl img {
		max-width: 1250px;
	}
	#top_medal img {
		width: 45%;
	}
	#top_medal {
		margin-top: -7%;
	}
	/* お知らせ */
	#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 */ 
/*------------------------------------------------*/
}