@charset "UTF-8";
#fixedBox ul{
    display: none;
}
/*
#fixedBox #menu.underpage {
    display: block;
    text-align: center;
    margin: -20px 0 0 0;
}
#fixedBox #menu.underpage li  {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0px 13px 0 13px;
}
#fixedBox #menu.underpage li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox #menu.underpage li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox #menu.underpage li a:hover::after {
  transform: scale(1, 1);
}
*/
#fixedBox.fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 26px;
    width: 100%;
    z-index: 99;
    background-color: #FF00D4;
	background:#231815;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    padding: 0 ;
}
#fixedBox.fixed .nav_inner{
  width: 90%;
  height:auto;
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
  box-sizing: border-box;
 
  
  /*background: rgba(57,144,87,1.00);*/
}
/*
#fixedBox.fixed #nav_logo{
    display: block;
    z-index: 20;
    width: 194px;
    height: 60px;
    margin-top: 14px;
}
#fixedBox.fixed #nav_logo img {
    width: 194px;
    height: 60px;
}
*/
#fixedBox.fixed ul#menu{
  display: block;
  display: flex;
  justify-content:center;
}
/*
#fixedBox.fixed ul#menu {
    position: absolute;
    bottom: 0px;
    right: 0;
}
*/
#fixedBox.fixed ul#menu li {
    /*display: inline-block;*/
    font-size: 12px;
    font-weight: 100;
   
    margin: 0 2% 0 ;
	font-family: 'Noto Serif JP';
}

#fixedBox.fixed ul#menu li.f-item a{
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	padding: 5px 0 0 ;
	
}
#fixedBox.fixed ul#menu li.f-item_fr a{
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-size: 12px;
	line-height: 120%;
	color: #DCD097;
	padding: 5px 0 0;
	
	/*float: right;
	margin: 0;
	/*margin: 0 0 0 10%;*/
}


#fixedBox.fixed ul#menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#fixedBox.fixed ul#menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#fixedBox.fixed ul#menu li a:hover::after {
  transform: scale(1, 1);
}

