@charset "UTF-8";
/* Header */
header {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3);
  background-color: #FFF; }
  @media screen and (max-width: 768px) {
    header {
      margin: 0 auto; } }
  header .header_logo {
    width: 100%;
    margin: 6px auto;
    color: #006666; }
    @media screen and (max-width: 1100px) {
      header .header_logo {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      header .header_logo {
        width: 100%; } }
    header .header_logo a {
      display: inline-block;
      font-size: 2.4rem;
      line-height: 1.2em;
      font-weight: 700;
      color: #006666; }
      header .header_logo a span {
        font-size: 1.8rem;
        line-height: 1.2em; }
    header .header_logo img {
      width: 100%; }
      @media screen and (max-width: 480px) {
        header .header_logo img {
          width: 60%; } }
    header .header_logo p {
      font-size: 1.4rem;
      line-height: 1.6em; }

/*パンくずリスト*/
/*
.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;
        }
      }
    }
  }
}
*/
