@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;
		z-index: 999;
		width: 100%;
		box-sizing: border-box;
		height: 90px;
	}
	@media print, screen and (min-width: 769px){
		#header {
			min-width: 1150px;
		}
	}
	#header h1.title {
		position: absolute;
		top: 0;
		left: 0;
		background: #014f94;
		width: auto;
		height: 90px;
	}
	#header .contact {
		position: fixed;
		top: 20%;
		right: 0;
		z-index: 999;
		text-align: center;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#header .contact a {
		writing-mode:horizontal-tb;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
		width: 80px;
		height: 100px;
		background: rgba(0,176,193,0.9);
		border-radius: 20px 0 0 0;
	}
	#header .contact a span {
		font-size : 14px;
		position : relative;
		top : -5px;
		color : #fff;
	}
	#header .contact .tel a {
		background: rgba(255,118,117,0.9);
		border-radius: 0 0 0 30px;
	}
	#header .contact a img {
		position: relative;
	}
	#header .contact .btn a img {
		width: 38px;
		left: 1px;
		bottom: -3px;
	}
	#header .contact .tel a img {
		width: 38px;
		left: 3px;
		bottom: -3px;
	}
	/* メニュー */
	#menu {
		margin-left: auto;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		color: #fff;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		text-decoration: none;
	}
	#menu li.on a,
	#menu li a:hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	#menu .tel_mail {
		text-align: right;
		margin-right: 15px;
		font-size : 14px;
		color : #CCDCEA;
	}
	#menu .tel_mail a {
		color : #CCDCEA;
	}
	#menu .tel_mail img {
		padding: 0 8px;
		position: relative;
		top: -3px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 458px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 458px;
		margin-top: -458px;
		box-sizing: border-box;
	}
	#footer .bana::before{
		content:"";
		display: block;
		width: 182px;
		order:1;
	}
	#footer .bana::after{
		content:"";
		display: block;
		width: 182px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}