#globalnavigation .u2 .n3{
  position: relative;
  &::before{
    content: "休業中";
    position: absolute;
    background: #333;
    line-height: 100%;
    color: #fff;
    font-size: 12px;
    padding: 5px 0px;
    text-align: center;
    width: 80px;
    top: 35px;
    left: calc( ( 100% - 80px ) / 2 );

  }
}

.closed-announce{
  background: #D6483D;
  width: fit-content;
  padding: 10px 40px;
  font-weight: bold;
  margin: auto;
  p{
    color: #fff;
  }
}
