
body {
  /*margin-bottom: 60px;*/
}
.menu-outer{
  background-image: url(../images/menu-bg.png);
  height: 38px;
 display: flex;
  flex-direction: row;
  
}
.menu-outer .menu-item-outer{
 flex: 1; 
  text-align: center;
  line-height: 38px;
}
.menu-outer .menu-item-outer a{
  color: #672f00;
  text-decoration: none;
}
.menu-outer .sp {
  width: 1px;
  height: 36px;
}
.menu-outer > div.sp:after{
  content: "";
  display: block;
  margin-top: 4px;
  border-right: 1px solid #ffffff99;
  height: 30px;
}
a{
    color: #672f00;
    text-decoration: none;
}