@charset "UTF-8";

/********************************
	header
********************************/
#header {
	z-index: 999;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
}
#header-inner {

}
#header-inner_up{
	width: 100%;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
}

/********************************
	header_left
********************************/
#header_left{
	width: 580px;
	float:left;
}
#header.fixed {
	position: fixed;
	top: 0;
	animation: fixNav 0.5s forwards;
	-webkit-animation: fixNav 1s forwards;
	-moz-animation: fixNav 1s forwards;
	-ms-animation: fixNav 1s forwards;
}
@keyframes fixNav {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fixNav {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fixNavHide {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fixNavHide {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#header.fixed .gnav {
	background: transparent;
}
#top_logo {
	float: left;
	width:300px;
	text-align: left;
	margin-top:10px;
}
#top_logo img {
	width: 100%;
}

/********************************
	header_right
********************************/
#header_right {
    float: right;
	width:445px;
}
#download{
	float:left;
	font-size: 13px;
}
.header_pdf{
	width:125px;
	float:left;
	overflow: hidden;
	margin:6px 0 0 0;
}
.pdf_img{
	float:left;
	margin: 0 6px 0 0;
}
.pdf_text{
	float:left;
	margin:2px 0 0 0;
}
/********************************
		SNS
********************************/
#sns_header{
	width: 80px;
	float: left;
	overflow: hidden;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.sns_botton{
	width: 20px;
	float:left;
	margin-top:26px;
}
.sns_botton img{
	width:100%;
}

/********************************
		TEL
********************************/
#tel{
    width: 170px;
    padding: 12px 12px 7px 12px;
    margin-top: 0px;
    text-align: right;
    background-color: #0050a7;
	border-radius: 0 0 5px 5px;
	float: right;
}
#tel a{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
#tel img{
	width:90%;
}

/********************************
		nav
********************************/
#gnavi_box{
	width:100%;
	background-color: #fff;
	justify-content: space-between;
}

#gnavi_box.fixed{
  position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}

.menu {
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:1200px;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}
.menu > li {
    float: left;
    height: 50px;
    line-height: 50px;
	width:16.4%;
}
.menu > li a {
	display: block;
	font-size: 16px;
	padding: 19px 5px 15px;
	color:#3a3a3a;
}
.menu > li a:hover {
	opacity: 1;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
	<!--
    border-top: 1px solid #f54686;
	-->
}
.menu__second-level li a:hover {
    /*background: #fff;*/
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 13px;
    margin: 0 0 0 15px;
    border-right: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
	border-left: 2px dotted #0050a7;
}
.menu > li.menu__single-last {
    position: relative;
	border-left: 2px dotted #0050a7;
    border-right: 2px dotted #0050a7;
}
.border_menu {
}
.border_menu :hover {
	background-color: #f54686;
	color: #fff;
}
.border_menu img {
	width:13%;
	margin:2px auto 2px auto;
}
.border_menu_other {
	padding: 18px 5px 15px;
	font-size: 16px;
	color: #3a3a3a;
}
.border_menu_other :hover {
	color: #fff;
}
.border_menu_other img {
	width:13%;
	margin:2px auto 2px auto;
}

.border_menu2 {
	color: #fff;
}

.border_menu2 :hover {
	color: #fff;
	background-color: #f54686;

}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #fffff685;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.init-bottom {
    display: block;
    color: #000;
    font-size: 17px;
    padding: 17px 12px;
}
/********************************
		navi_new
********************************/

#mobileNav{
	display:none;
}

