@media print, screen and (min-width: 769px) {
  /*-----------global-nav---------------------------------------------------------*/
  #nav-wrap {
width: 100%;
float: left;
  }
  #nav-wrap nav {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
  }
  #nav-wrap nav ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 6px;
    list-style-type: none;
    font-size: 0.98vw;
    line-height: 1.4;
    align-items: center;
  }
  #nav-wrap nav ul > * {
    text-align: center;
  }
  #nav-wrap nav ul, #nav-wrap nav ul > * {}
  #nav-wrap nav ul li {
    list-style: none;
  }
  #nav-wrap nav ul li a {
    display: block;
/*  display: table-cell;
  vertical-align: middle;*/
    border-radius: 4px;
    padding: 0.75em 1.0em;
    text-decoration: none;
    color: white;
  }
  #nav-wrap nav ul li a:hover,#nav-wrap nav ul li a.active:hover {
    background-color: #4272C0;
  }
	#nav-wrap nav ul li a.active{
    background-color: #4272C0;
  }
  #nav-wrap nav ul li.nav-contact a,
  #nav-wrap nav ul li.nav-contact a.active {
    background: #2B8767;
    border-radius: 4px;
    padding: 0.75em 1.0em;
  }
  #nav-wrap nav ul li.nav-contact a:hover {
    background-color: #319975;
  }
  #nav-wrap nav ul li span{
  display: block;
  font-size: 0.7em;
  color: #6997E2;
  letter-spacing: 0.05em;
  }
  #header-wrap.is-animation #nav-wrap nav ul li span{
  font-size: 0.6em;
  }
  #header-wrap.is-animation #nav-wrap nav ul li a {
    padding: 0.35em 1.0em 0.25em;
    text-decoration: none;
  }
  #nav-wrap nav ul.nav-submenu {
    display: none;
    width: 120%;
  }
  #nav-wrap nav ul.nav-submenu li {
    text-align: left;
    line-height: 1.1;
  }
  #nav-wrap nav ul li:hover .nav-submenu {
    display: block;
    position: absolute;
    left: -10%;
    top: 2.9em;
    z-index: 10;
    background: #007F88;
  }
  .dropdown-menu {
    position: relative;
  }
}
@media print, screen and (max-width: 768px) {
  #dropmenu > li:nth-child(6n) {
    background: #09625B;
  }
  #dropmenu > li:nth-child(6n) a.mean-expand {
    background: #053D38;
  }
  #dropmenu.nav-en > li:nth-child(6n) {
    background: #032449;
  }
  #dropmenu.nav-en > li:nth-child(6n) a.mean-expand {
    background: #02162D;
  }
  /* スマホナビ -------------------------------------------------------------- */
  #menu-sp {
    padding: 0;
    display: block;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    z-index: 10000;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    float: right;
    margin: 2px 2px 0 0;
  }
  #menu-sp #open {
    background: url(../images/common/menu_open.png) center center no-repeat #1854B6;
    background-size: 50%;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 10px;
  }
  #menu-sp.active #open {
    background: url(../images/common/menu_open.png) center center no-repeat #1854B6;
    background-size: 50%;
    width: 36px;
    height: 36px;
  }
  #menu-sp img {
    height: auto;
  }
  #menu-sp:hover, #menu-sp:active {
    cursor: pointer;
  }
  #nav-wrap {
    display: block;
    clear: both;
    position: fixed;
    display: none;
    z-index: 100000;
    width: 100%;
    background-color: #FFFFFF;
    top: 50px;
    border-bottom: 1px solid #08474B;
  }
  #nav-wrap li {
    list-style: none;
  }
  #nav-wrap a {
    text-decoration: none;
    display: block;
    font-size: 90%;
    position: relative;
    padding: 1.0em 4% 0.9em 1.0em;
    border-top: 1px solid #4272C0;
    border-right: 1px solid #4272C0;
    background-color: #1854B6;
    color: #FFFFFF;
    text-decoration: none;
    width: 92%;
    float: left;
    line-height: 1.2;
  }
  #nav-wrap a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #FFFEFF;
    border-right: solid 2px #FFFEFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav li a span {
    color: #6997E2;
    font-size: 1.8vw;
    padding-left: 1em;
  }
  #nav-wrap nav li.nav-contact a{
    background: #2B8767;
  }
  /*子階層以降共通*/
  nav li {
    /*  position: relative;*/
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }
  nav li ul {
    border-bottom: solid 2px #795F48;
  }
  #nav-wrap nav li ul li a {
    text-decoration: none;
    display: block;
    font-size: 80% !important;
    position: relative;
    padding: 0.5em 0 0.75em 2.4em;
    border: none;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    width: 92%;
    float: left;
    line-height: 1.2;
  }
  #nav-wrap nav li ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 4%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: solid 1px #795F48;
    border-right: solid 1px #795F48;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-wrap li:nth-last-child(2) {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
	
	
}