@charset "UTF-8";
/* Header */
header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(90deg, #18943B, #00B3EC); }
  @media screen and (max-width: 768px) {
    header {
      margin: 0 auto; } }
  header #h-box {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      header #h-box {
        padding: 15px 0 10px; } }
    header #h-box h1 {
      /*width: 300px;*/ }
      @media screen and (max-width: 768px) {
        header #h-box h1 {
          /*width: 220px;*/ } }
      header #h-box h1 img {
        height: 50px; }
        @media screen and (max-width: 768px) {
          header #h-box h1 img {
            height: 40px; } }
        @media screen and (max-width: 480px) {
          header #h-box h1 img {
            height: 36px; } }

/*パンくずリスト*/
/*
.page-text{
  width: 100%;
  padding-left: 25%;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  @include tby {
    padding-left: 28%;
  }
  @include tbt {
    padding-left: 0;
  }
  .pan{
    text-align: right;
    a{
      background-image: url("../images/pan.svg");
      background-repeat: no-repeat;
      background-size: 7px;
      background-position: right 6px;
      padding-right: 12px;
      margin-right: 0.4em;
    }
    @include tby {
    }
    @include tbt {
    }
    @include sp {
      display: none;
    }
    ul{
      text-align: left;
      display: flex;
      justify-content: flex-end;
      li{
        list-style: none;
        background-image: url("../images/pan.svg");
        background-repeat: no-repeat;
        background-size: 5px;
        background-position: right center;
        padding-right: 15px;
        margin-right: 0.5em;
        &:last-child{
          background-image: none;
          padding-right: 0;
          margin-right: 0;
        }
      }
    }
  }
}
*/
