/* Header */
header {
  /*
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
  */
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  /*box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3);*/
  background: #FFF; }
  @media screen and (max-width: 768px) {
    header {
      margin: 0 auto;
      padding: 20px 0 0; } }
  header #head-area {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header #head-area .head-logo {
      width: 260px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        header #head-area .head-logo {
          width: 240px;
          margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        header #head-area .head-logo {
          width: 180px; } }
    header #head-area .head-info {
      width: auto; }
      @media screen and (max-width: 768px) {
        header #head-area .head-info {
          display: none; } }
      header #head-area .head-info h1 {
        font-size: 1.5rem;
        line-height: 1.6em; }
      header #head-area .head-info .head-info-col {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        header #head-area .head-info .head-info-col .head-access {
          font-size: 1.2rem;
          margin-right: 10px; }
          header #head-area .head-info .head-info-col .head-access img {
            width: 15px;
            margin-right: 5px; }
          header #head-area .head-info .head-info-col .head-access a {
            display: flex;
            background-color: #FE9216;
            color: #FFF;
            text-align: center;
            padding: 2px 20px;
            border-radius: 30px; }
        header #head-area .head-info .head-info-col .head-tel {
          font-size: 3.0rem;
          font-weight: 500; }
          header #head-area .head-info .head-info-col .head-tel img {
            width: 20px;
            margin-right: 3px; }
          header #head-area .head-info .head-info-col .head-tel a {
            display: flex;
            color: #FE9216; }
    header #head-area .sp-h1-area {
      font-size: 1.1rem;
      position: absolute;
      top: 1px;
      left: 3%; }
  header #h-box {
    background: #FFF;
    /*width: 1100px;*/
    margin: 5px auto 0;
    padding: 18px 0 13px;
    position: relative;
    box-shadow: inset 0px 10px 7px -10px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 1100px) {
      header #h-box {
        padding: 0;
        margin-top: 0; } }
  header #h-box-index {
    background: #FFF;
    width: 90%;
    margin: 30px auto 0;
    padding: 20px 0 15px;
    border-radius: 20px; }
    @media screen and (max-width: 1100px) {
      header #h-box-index {
        padding: 0;
        margin-top: 0; } }

.header {
  background-color: #FFF;
  /*background-color: transparent;*/ }
  .header.invert {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }

#fixed-header {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
  padding-top: 10px;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1100px) {
    #fixed-header {
      display: none; } }

#fixed-header.is-show {
  top: 0; }

#fixed-header-index {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
  padding-top: 10px;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1100px) {
    #fixed-header-index {
      display: none; } }

#fixed-header-index.is-show {
  top: 0; }
