.menu{
  /*background-color: #ffffff;*/
  width: 960px;
  height: 170px;
  margin: 0 auto;
  padding: 0;
  color: #595959;
}

.menu_scroll{
  display:none;
  position:fixed;
  width: 100%;
  /*background-color: #1763c0;*/
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 9999;
}

.menu_scroll .title{
  width: 100%;
    text-align: center;
    list-style-type: none;
    font-size: 2.5em;
    margin: 15px;
}

.menu_scroll .title a{
  color: #ffffff;
  text-decoration: none;
}

.nav-close,
.nav-open{
  /*display: none; 3/4削除*/
}


.language{
  font-size: 0.8em;
  float: right;
  margin-right: 30px;
}

.language a{
  color: #ffffff;
  text-decoration: none;
}

.language:hover{
  color: #ffffff;
}

.menu_scroll a:visited{
  color: #ffffff;
 }

.menu_scroll a:link{
  color: #ffffff;
 }

 /*
#activity{
  margin-top: 200px;
}*/



/*3.31追加*/

.menu{
  font-size: 1em;
  float: left;
  font-size: 4em;
  height: 30px;
  margin-top: -40px;
  padding-left: 4px;
}

.menu_bottom{
    float: left;
    font-size: 0.7em;
    padding-top: 30px;
    padding-left: 6px;
    font-family: "jaf-domus-titling-web";
    letter-spacing: 2px;
}

.menu_scroll .title a{
  color: #ffffff;
  text-decoration: none;
}

.menu_scroll .title a:visited{
  color: #ffffff;
  text-decoration: none;
}

#menu_scroll {
    height: 10px;
}

#menu_scroll #nav-open {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 200;
    margin: 0;
    background: #000;
    color: #ffffff;
}

#menu_scroll #nav-open a {
    position: absolute;
    top: 5px;
    right: 10px;
}
#menu_scroll a:visited{
    color: #ffffff;
}

.nav-open a{
  text-decoration: none;
}

.nav-open a:visited{
  text-decoration: none;
  color: #ffffff;
}

.sp_language{
  font-size: 0.8em;
  float: right;
  margin-right: 30px;
}

.sp_language a:visited{
  color: #ffffff;
}

.language{
  display: none;
}


#gNav {
    width: 100%;
    height: 800px;
    position: absolute;
    top: -1600px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    background:#1a1a1a;
    opacity: 0.9;
}

#gNav a:visited{
    top: -1600px;
}

#gNav:target {
    top: 80px;
    left: 10px;
}

.nav-close{
  text-align: center;
  color: #ffffff;
  font-size: 1.7em;
}

.nav-close a:visited{
    color: #ffffff;
    text-align: center;
}
