@charset "utf-8";
/* ================================================== */
/*                                                    */
/*                     header.css                     */
/*                                                    */
/* ================================================== */
#header_wrap{
	width:100%;
	height:120px;
}
#header_wrap section.head_area{
	width:90%;
	height:120px;
	position:fixed;
	top:40px;
	background: rgba(241,241,241,0.5);
	border-radius:10px;
	display:flex;
	justify-content:space-around;
	margin:0 0 0 5%;
}
#header_wrap section.head_area p.corp_logo{
	width:190px;
	z-index:1000;
	padding:20px 0 0 0;
}
#header_wrap .no-flex{
	display:block;
	position:relative;
	top:25px;
	left:-100px;
}
/* ========== ヘッダーナビ 設定 ========== */
#header_wrap ul.g-nav{
	display:flex;
	justify-content:space-around;
	margin:55px 0 0 -100px;
}
#header_wrap ul.g-nav li{
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
	padding:0 25px 0 0;
}
#header_wrap ul.g-nav li.last{
	padding:0 0 0 0;
}
#header_wrap ul.g-nav li:hover{
	color:#af0909;
}
/* ======== //ヘッダーナビ 設定// ======== */

/* ========== 連絡先 設定 ========== */
#header_wrap .tel_area{
	width:325px;
	height:75px;
	background-color:#af0909;
	border-radius:10px;
	margin:20px 0 0 0;
}
#header_wrap .tel_area p.tel{
	font-size:1.4rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:75px;
}
#header_wrap .tel_area p.tel img{
	padding:0 5px 28px 5px;
}
/* ======== //連絡先 設定// ======== */