@charset "utf-8";
/* CSS Document */

#head_menu_wrap{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #bb0000;
}
.head_pc_wrap{
	max-width: 2000px; height: 100%;
	margin-left: auto; margin-right: auto;
	padding-left: 40px; padding-right: 40px;
	box-sizing: border-box;
}
.head_pc_logo{
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
}
.head_pc_logo img{
	position: absolute;
	display: block;
	max-width: 268px;
 	top: 50%;
  	left: 0;
  	transform: translateY(-50%) translateX(0);
}
.head_pc_r_wrap{
	float: right;
	width: 600px;
	padding-right: 0;
	box-sizing: border-box;
}
.head_pc_r_text p{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 6px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
.head_pc_r_tel{
	float: left;
	width: 280px;
	height: 48px;
	border: solid 1px #fff;
}
.head_pc_r_form{
	float: right;
	width: 300px;
	height: 48px;
	border: solid 1px #fff;
}