header {
	width: 100%;
	z-index:11;
	top: 0px;
	left: 0px;
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
}
.header_in {
	margin: 0px auto;
	height: 90px;
	width: 1100px;
	position: relative;
}
.header_in h1 {
	position: relative;
	display: block;
	float: left;
	top: 16px;
	left: 20px;
	font-family: Roboto, 'Noto Sans Japanese', serif;
}
.header_in h1.logo {
	background: url(../../img/common/header/logo.svg) no-repeat 0 0/50px;
	width: 418px;
	height: 50px;
}
header h1 a {
	color: #000 !important;
	font-weight: 600;
	padding-left: 65px;
	font-size: 24px;
	line-height: 25px;
	height: 50px;
	display: block;
	letter-spacing: 2px;
}
header h1 a span {
	display: block;
	font-size: 15px;
}
header .h_nav {
	position: absolute;
	top: 32px;
	right: 200px;
	width: 460px;
}
header .h_nav ul {
	display: flex;
	justify-content: space-between;
}
header .h_nav ul li {
	width: 130px;
}
header .h_nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-align: center;
	line-height: 1rem;
	padding: 5px 0px 5px 15px;
}
header .h_nav ul li a em {
	display: block;
	font-size: 0.7rem;
	text-align: center;
	font-family: Lato;
	font-style: italic;
	font-weight: 600;
	color: #0a3a87;
	letter-spacing: 0.5px;
	line-height: 1.2;
}
header .h_nav ul li a:hover {
	text-decoration: underline;
}
header .h_nav ul li:nth-child(1) {
	background: url(../../img/common/icon/cal.svg) no-repeat 0 4px / 16px;
}
header .h_nav ul li:nth-child(1) a {
	padding-left: 20px;
}
header .h_nav ul li:nth-child(2) {
	background: url(../../img/common/icon/pin.svg) no-repeat 0 2px / 12px;
}
header .h_nav ul li:nth-child(3) {
	background: url(../../img/common/icon/mail.svg) no-repeat 0 5px / 18px;
}
header .tel {
	position:  absolute;
	font-family: Lato;
	font-size: 21px;
	font-weight: 600;
	line-height: 1rem;
	background: url(../../img/common/icon/tel.svg) no-repeat 0 0 / 16px;
	padding-left: 25px;
	right: 0px;
	top: 35px;
}

header .inquiry {
	position: absolute;
	right: 0px;
	top: 0px;
}
header .inquiry a {
	display: block;
	text-align: center;
	line-height: 55px;
	background: #003a92;
	color: #fff;
	width: 200px;
	height: 55px;
}
header .h_item {
	padding: 5px 0px;
	background: #eee;
}
header .h_item section {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 0;
}
header .item_imr {
	flex-grow: 2;
	letter-spacing: 1px;
	font-family: Lato;
	font-style: italic;
	font-weight: 600;
	font-size: 13px;
	background: url(../../img/common/header/imr.png) no-repeat 215px 50%;
}
header .item_imr a {
	display: block;
	padding-left: 20px;
}
header .item_imr a:hover {
	color: #003a92;
	text-decoration: none !important;
}
header .h_item select {
	border: 1px solid #dddddd;
	border-radius: 4px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: "Lato", "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 6px 15px 6px 10px;
}
header .h_item input {
	background: #fff url(../../img/common/icon/search.svg) no-repeat 10px 50% / 16px;
	border: none;
	color: #555555;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding: 5px 10px 5px 40px;
	transition: all 0.3s ease 0s !important;
	width: 140px;
}
header .h_item .lang {
	margin-right: 20px;
}
header .h_item .resize {
	width:115px;
	margin-right: 20px;
}
header .h_item .resize a {
	font-size: 12px;
	display: block;
	text-align: center;
	background: #aaa;
	color: #fff;
}
header .h_item .resize a:hover {
	background: #003a92;
	text-decoration: none;
}
header .search {
	margin-right: 20px;
}
header .h_item .line img {
	height: 36px;
}

header.sub {
	position: fixed;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
}
header.sub .h_item {
	background: none;
	display: flex;
	align-items: center;
	padding-right: 70px;
}
header.sub h1 a {
	font-size: 18px;
	line-height: 17px;
	padding-left: 44px;
	height: auto;
}
header.sub h1 a span {
	font-size: 12px;
}
header.sub .resize {
	display: none;
}
header.sub .h_nav {
	position: static;
	width: auto;
	right: auto;
	margin-right: 15px;
}
header.sub .h_nav ul li {
	width: auto;
	margin-right: 12px;
}
header.sub .h_nav ul li:nth-child(1),
header.sub .h_nav ul li:nth-child(2),
header.sub .h_nav ul li:nth-child(3) {
	background: none;
}
header.sub .h_nav ul li a {
	line-height: initial;
	font-size: 13px;
	padding-left: 0;
	text-align: left;
}
header.sub .tel {
	position: static;
	line-height: 32px;
	margin-right: 20px;
	background: url(../../img/common/icon/tel.svg) no-repeat 3px 8px / 16px;
}

.sub .header_in {
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub .header_in h1 {
	top: 0px;
	padding-top: 5px;
	left: 10px;
}
.sub .header_in h1.logo {
	background: url(../../img/common/header/logo.svg) no-repeat 0 5px / 33px;
    width: 220px;
    height: auto;
}



@media screen and (max-width: 480px) {
header {
	min-width: 100%;
}
header h1 a {
	font-size: 21px;
    padding-left: 60px;
}
header .h_nav {
	display: none;
}
header .h_item {
	display: none;
}
header .h_item .resize {
	display: none;
}
header .h_item .lang {
	display: none;
}
header .tel {
	display: none;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: calc(50% - (162px / 2));
}
.header_in {
	width: 100%;
	height: 80px;
}
.header_in h1 {
	top: 14px;
}
.header_in h1.logo {
	width: 75%;
	background-size: 45px;
	background-position-y: 2px;
}

.sub .header_in {
	height: 60px !important;
}
.sub .header_in h1 {
	padding-top: 0px;
}
.sub .header_in h1.logo {
	background: url(../../img/common/header/logo.svg) no-repeat 0 0px / 33px;
}
.sub .header_in .line {
	display: none;
}


}