@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}



article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}


h1,h2,h3,h4,h5,h6 { clear: both; }

p { line-height: 1.8em; margin: 1em 0; }
strong { font-weight: bold; }
hr { border: solid 1px #E6E6E6; margin: 0 0 20px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
  display: inline;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #212121;
　font-weight: 600; 
}

.main-wrapper {
  width: 1000px;
  margin: 0 auto;
}


.hd-wrapper {
  padding: 20px 0 30px;
  overflow: hidden;
  position: relative;
}


.gnav-wrapper {
  background: #ff7b2c;
  position: relative;
}

.gnav {
  display: flex;
  justify-content: center;
}

.gnav li {
  padding: 18px 0;
  padding-bottom: 25px;    
  text-align: center;
  transition: all .3s ease-in-out;
	font-weight: 600; 
}

.gnav li:hover {
background: #ff7b2c;
font-weight: 600;
}

.gnav li a {
    min-height: 100%;
    margin: auto;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.gnav li a::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1em;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
}

.megamenu-inner li a::after {
    display: none;
}

.megamenu-inner2 li a::after {
    display: none;
}


.gnav a {
  color: #fff;
  border-left: solid 1px #fefefe;
  padding: 0 45px;
　font-weight: 600;
}

.gnav > li:last-child a {
  border-right: solid 1px #fefefe;
}

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
  font-weight: 600;
}

#fixnav ul li + li {
    margin: 10px 0 0;
}


.megamenu {
  background: #ff7b2c;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  transition: all .2s ease-in;
	font-weight: 600; 
  z-index: 100;  
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-inner2 {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-inner li {
  width: calc( (100% / 4) );
  padding: 0;
}

.megamenu-inner2 li {
  width: calc( (100% / 5) );
  padding: 0;
}

.megamenu-inner a {
  border-left: none;
}

.megamenu-inner2 a {
  border-left: none;
}

.megamenu-inner-img {
  margin: 0 0 10px;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}
