@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 img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact {
		display: none;
	}
	/* メニュー */
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		color: #333333;
		font-size: 18px;
		line-height: 65px;
		text-align: center;
		text-decoration: none;
		position: relative;
		font-weight: 700;
	}
	#menu li:nth-last-of-type(2) a {
		padding-right: 0;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#menu li.on a::before,
	#menu li a:hover::before {
		content: "";
		background: #291b17;
		width: 45px;
		height: 2px;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 583px;
	}
	#page_title .pc_fixed p {
		margin-bottom: 0;
	}
	#page_title .pc_fixed a {
		position: fixed;
		display: inline-block;
		background: #291b17;
		border: 1px solid #291b17;
		width: 76px;
		height: 168px;
		right: -40px;
		top: 95px;
		z-index: 999;
	}
	#page_title .pc_fixed a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 0;
	}
	#page_title .pc_fixed a span {
		position: relative;
		top: 50%;
		left: 26%;
		transform: translate(-50%, -50%);
		z-index: 3;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		font-size: 18px;
		color: #465daa;
		color: #10007f;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
	}
	#page_title .pc_fixed p.tel a span img {
		width: 15px;
		padding-bottom: 5px;
		position: relative;
		right: 2px;
	}
	#page_title .pc_fixed p.mail a {
		width: 76px;
		height: 36px;
		top: calc(95px + 180px);
	}
	#page_title .pc_fixed p.mail a::before {
		content: "";
		width: 100%;
		height: 100%;
		background: #fff;
		border-radius: 5px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 0;
	}
	#page_title .pc_fixed p.mail a span img {
		width: 18px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 583px;
		margin-top: -583px;
	}
	#footer .box {
		height: 446px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .contact {
		height: 120px;
		margin: auto;
	}
	#footer .contact .btn {
		float: right;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#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 */ 
/*------------------------------------------------*/
}