@charset "utf-8";

/*
アコーディオンメニュー用CSS
**************************************/
.l_wrap{
  height:50px;
 margin:0px auto 0px; z-index: 999;
}
  header{ width:100%; background-color: #000F1A; color: #FFF; position: fixed; top: 0px; z-index: 100; letter-spacing: 0.5px;}
a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #FFF; text-decoration: underline;}
a:active { color: #FFF; }
#header_nav span{ opacity: 0.3;}

  header h1{ width: 184px; float: left;}
  header h2{ width: 197px; float: left;}
  header p{ width: 64px; float: left; z-index: 999;}
  header nav ul{ max-width:980px; display: block; margin: auto; float: right; padding-right: 20px;}

  header nav ul li{ float:left; font-size: 14px; line-height: 50px;}


._on img{ opacity: 0;}


#menu_txt{ font-size: 12px; display: inline-block; margin: 25px 0 0 -2px; color: #FFF; line-height: 14px;
	font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}

#groval_nav a img:hover{
  opacity: 0;
}

#header_box{ border-bottom:8px solid #00AD93;}
.logo{padding:20px 0 24px;}
.logo span img{ height:42px; width:161px;}
.header_right .res{ float:left;}
#acc ul li{  width:100%; box-sizing: border-box;}
#acc ul li a{ width:100%;}
#acc ul li a h3{ width:5%; height:8.5vh; text-align: center; display: table-cell; vertical-align: middle; box-sizing: border-box; font-weight: lighter; line-height: 24px;}


#nav_07{ height: 10vh !important;}

#nav_07 img{
  width: 100px;
}

#nav_08 img{
  width: 300px; margin: auto;
}

#acc ul li h3 .marker{ background-image:url(../img/common/nav_marker.png); background-position:bottom; background-repeat:repeat-x;}
#acc ul li h3 a img:hover{ opacity:0.5; transition:0.3s;}
#acc ul li h3 a img{ transition:0.3s;}
#acc_under_first{ margin-left:14.3%;}


#header_btn_box p{ width:10%; margin:-42px 0 0 100px; float:left;}
.header_btn { padding:0 0 3px 3px;}
.header_btn img{ width:144px; vertical-align:middle;}
.acc880{ display:none;}
.acc600{ display:none;}



.btn_hamburger {
    margin: 12px 2px 0px auto !important;
    width: 30px;
    float: right;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height:2px;
    background-color: #FFF;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0px;
}
.btn_hamburger span:nth-of-type(2) {
    top: 11px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0px;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FFF;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

#acc{
  position: absolute;
  display:none;
z-index: 9999 !important;
  background-image: url("../img/index/gaiyou_bg.png");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  top: 50px;
}

#acc ul{ opacity: 0.95 !important; padding-top: 20px;}

#acc ul li a:link{ color:#FFF;}
#acc ul li a:visited{ color:#FFF;}
#acc ul li a:hover{ color:#FFF;}