.header {
 	width: calc(100% - 60px);
	min-width:1024px;
	max-width:1200px;
	position:fixed;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:99;
	text-align:center;
}
.header h1 {
	font-size:1.3rem;
	font-weight:400;
	text-align:left;
	line-height:1.4;
	padding:1em 0;
}
.header_inner {
    width: 100%;
	padding:25px;
	background-color:#ffffff;
	box-shadow:0 0 10px rgba(0,0,0,.25);
}
.header_inner .logo {
	width:180px;
	margin-right:auto;
}

.menu-gmenu-container {
}
.menu-gmenu-container #menu-gmenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	font-size:1.4rem;
}
.menu-gmenu-container li {
	margin:0 1.5em;
	position:relative;
}
.menu-gmenu-container li:not(:last-child)::after {
	content:'';
	display:block;
	height:1em;
	border-right:1px solid #000000;
	position:absolute;
	top:0;
	right:-1.5em;
}
.menu-gmenu-container a {
	color:#000000;
	display:inline-block;
	position:relative;
}
.menu-gmenu-container .current_page_item a,
.menu-gmenu-container a:hover {
	color:#375490;
	font-weight:600;
}

.header_inner a.tel {
	width:200px;
	height:50px;
	background-color:#000000;
	color:#FFFFFF;
	line-height:1;
	margin-right:0;
	margin-left:auto;
	position:relative;
	overflow:hidden;
}
.header_inner a.tel span {
	font-family: 'Lato', sans-serif;
	font-size:1.1em;
}
.header_inner a.tel::before {
	content:'';
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/common/tel.png) no-repeat center center/contain;
	margin-right:.5em;
}
.header_inner a.tel::after {
	content:'';
	display:block;
	width:calc(100% - 8px);
	height:calc(100% - 8px);
	border:1px solid #FFFFFF;
	position:absolute;
	top:4px;
	left:4px;
	opacity:0;
	transition:.3s;
	transition-timing-function: ease-in-out;
	transform:scale(.98,.9);
}
.header_inner a.tel:hover::after {
	opacity:1;
	transform:scale(1);
}
.header_inner a.mail {
	width:200px;
	height:50px;
	background-color:#375490;
	color:#FFFFFF;
	line-height:1;
	margin-left:25px;
	position:relative;
	overflow:hidden;
}
.header_inner a.mail::before {
	content:'';
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/common/mail.png) no-repeat center center/contain;
	margin-right:.5em;
}
.header_inner a.mail::after {
	content:'';
	display:block;
	width:calc(100% - 8px);
	height:calc(100% - 8px);
	border:1px solid #FFFFFF;
	position:absolute;
	top:4px;
	left:4px;
	opacity:0;
	transition:.3s;
	transition-timing-function: ease-in-out;
	transform:scale(.98,.9);
}
.header_inner a.mail:hover::after {
	opacity:1;
	transform:scale(1);
}


@media screen and (max-width:1100px){

.menu-gmenu-container li {
	margin:0 1em;
}
.menu-gmenu-container li:not(:last-child)::after {
	right:-1em;
}
.header_inner a.tel,
.header_inner a.mail {
	width:175px;
}

}



@media screen and (max-width:640px){

.header {
	left:0;
	min-width:100%;
	transform:translateX(0);
	background-color:#FFFFFF;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,.25);
}
.header h1 {
	font-size:1.1rem;
	letter-spacing:-.05em;
	line-height:1.2;
	padding:.5em 0 0;
	margin:0 15px;
	overflow:hidden;
	white-space: nowrap;
	height:20px;
}
.header_inner {
	padding:10px 15px 10px;
	background-color:#ffffff;
	box-shadow:none;
}
.header_inner .logo {
	width:140px;
}
.header_inner a.tel {
	width:40px;
	height:40px;
	background-color:#375490;
}
.header_inner a.tel span {
	display:none;
}
.header_inner a.tel::before {
	margin-right:0;
	width:1.2em;
	height:1.2em;
}
.header_inner a.tel::after {
	display:none;
}
.header_inner a.mail {
	width:40px;
	height:40px;
	margin-right:45px;
	margin-left:5px;
}
.header_inner a.mail span {
	display:none;
}
.header_inner a.mail::before {
	margin-right:0;
	width:1.2em;
	height:1.2em;
}
}
.header_inner a.mail::after {
	content:'';
	display:block;
	width:calc(100% - 8px);
	height:calc(100% - 8px);
	border:1px solid #FFFFFF;
	position:absolute;
	top:4px;
	left:4px;
	opacity:0;
	transition:.3s;
	transition-timing-function: ease-in-out;
	transform:scale(.98,.9);
}
.header_inner a.mail:hover::after {
	opacity:1;
	transform:scale(1);
}


button.rmp_menu_trigger {
	top: 30px!important;
	right:15px!important;
}
.rmp-container {
	padding-top:30px!important;
}
	
}

@media screen and (max-width:480px){

}

