#wrapper {
  padding-top: 114px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header .inner .snavi div {
    display: inline;
    border-left: #bbac72 1px solid;
    padding: 0 5px;
}

#header .inner .snavi div[data-headless-selector]:before {
    content: "埋め込み";
    font-size: 10px !important;
    height: auto;
    line-height: inherit !important;
    top: 100%;
}
