.footer {
  &.holiday {
    margin-bottom: 70px;
    @media screen and (max-width:767px) {
      margin-bottom: 80px;
    }
  }

  .footerMenu01 {
    padding: 8px 0;
    @media screen and (max-width:767px) {
      padding-bottom: 0;
      background: #005bac;
    }
    ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      @media print, screen and (min-width:768px) {
        max-width: inherit;
        width: 100%;
      }
      @media screen and (max-width:767px) {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        display: block;
      }
    }

    .container {
      @media screen and (max-width:767px) {
        max-width: 650px;
        width: 94%;
      }
    }

    li {
      margin: 0 10px;
      @media print, screen and (min-width:768px) {
        float: none;
      }
      @media screen and (max-width:1200px) {
        font-size: 15px;
        margin: 0 8px;
      }
      @media screen and (max-width:1100px) {
        font-size: 14px;
        margin: 0 5px;
      }
      @media screen and (max-width:1000px) {
        margin: 2px 6px;
      }
      @media screen and (max-width:767px) {
        font-size: 12px;
        margin: 5px 0;
        padding-left: 8px;
        background: url("../../common/images/ico_footer01.png") no-repeat 0 5px;
        background-size: 4px;
        letter-spacing: -0.5px;
      }
      @media screen and (max-width:360px) {
        font-size: 10px;
      }

      &:nth-child(2n) {
        @media screen and (max-width:767px) {
          width: 55%;
        }
      }

      &.clearList01 {
        @media screen and (max-width:767px) {
          clear: both;
        }
      }
    }

    a {
      color: #005bac;
      @media screen and (max-width:767px) {
        color: #fff;
      }
    }
  }

  .footerMenu02 {
    padding: 8px 0;
    background: #005bac;
    .container {
      max-width: inherit;
      width: 100%;
      @media screen and (max-width:1000px) {
        max-width: 650px;
        width: 94%;
      }
    }

    ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      @media screen and (max-width:767px) {
        display: block;
      }
    }

    li {
      margin: 0 10px;
      @media print, screen and (min-width:768px) {
        float: none;
      }
      @media screen and (max-width:1200px) {
        font-size: 15px;
        margin: 0 8px;
      }
      @media screen and (max-width:1100px) {
        font-size: 14px;
        margin: 0 5px;
      }
      @media screen and (max-width:1000px) {
        margin: 2px 10px;
      }
      @media screen and (max-width:767px) {
        font-size: 12px;
        margin: 5px 0;
        padding-left: 8px;
        background: url("../images/ico_footer01.png") no-repeat 0 5px;
        background-size: 4px;
        letter-spacing: -0.5px;
      }
      @media screen and (max-width:360px) {
        font-size: 10px;
      }

      &:nth-child(2n+1) {
        @media screen and (max-width:767px) {
          width: 55%;
          clear: both;
        }
      }
    }

    a {
      color: #fff;
    }
  }

  .footerMenu03 {
    padding: 30px 0;
    background: #005bac;
    @media screen and (max-width:767px) {
      padding: 20px 0;
    }

    .container {
      @media print, screen and (min-width:768px) {
        display: flex;
        justify-content: center;
      }
      @media screen and (max-width:800px) and (min-width:768px) {
        flex-wrap: wrap;
        justify-content: left;
      }
      @media screen and (max-width:767px) {
        position: relative;
      }
    }

    a {
      color: #fff;
    }

    .footerMenuItem01 {
      @media screen and (max-width:1050px) {
        font-size: 14px;
      }
      @media screen and (max-width:500px) {
        font-size: 12px;
      }

      &:not(:last-child) {
        @media print, screen and (min-width:801px) {
          margin-right: 90px;
        }
        @media screen and (max-width:1250px) and (min-width:801px) {
          margin-right: 75px;
        }
        @media screen and (max-width:1200px) and (min-width:801px) {
          margin-right: 60px;
        }
        @media screen and (max-width:1150px) and (min-width:801px) {
          margin-right: 45px;
        }
        @media screen and (max-width:1100px) and (min-width:801px) {
          margin-right: 30px;
        }
        @media screen and (max-width:1050px) and (min-width:801px) {
          margin-right: 50px;
        }
        @media screen and (max-width:767px) {
          margin-bottom: 20px;
        }
      }

      &:nth-child(2n+1) {
        @media screen and (max-width:800px) and (min-width:768px) {
          width: 50%;
        }
      }

      &:first-child {
        @media screen and (max-width:800px) and (min-width:768px) {
          margin-bottom: 30px;
        }
        @media screen and (max-width:500px) {
          width: 48%;
        }
      }

      &:nth-child(3) {
        @media screen and (max-width:767px) {
          position: absolute;
          top: 0  ;
          right: 0;
        }
        @media screen and (max-width:500px) {
          width: 47%;
        }
      }

      &:last-child {
        @media screen and (max-width:767px) {
          padding-top: 20px;
          border-top: 1px solid #fff;
        }
      }
    }

    .footerList01 {
      &:not(.footerList02) {
        padding-left: 10px;
        position: relative;
        &:after {
          content: "";
          width: 0;
          height: 0;
          margin: auto 0;
          border: 5px solid transparent;
          border-left: 5px solid #fff;
          position: absolute;
          top: 7px;
          left: 0;
          @media screen and (max-width:500px) {
            border-left: 4px solid #fff;
            top: 6px;
          }
        }
      }

      &:not(:last-child) {
        margin-bottom: 15px;
      }
    }

    .footerList02 {
      ul {
        margin-left: 1em;
      }

      li {
        padding-left: 10px;
        position: relative;
        &:after {
          content: "";
          width: 0;
          height: 0;
          margin: auto 0;
          border: 5px solid transparent;
          border-left: 5px solid #fff;
          position: absolute;
          top: 7px;
          left: 0;
          @media screen and (max-width:500px) {
            border-left: 4px solid #fff;
            top: 6px;
          }
        }
      }
    }

    p {
      padding-left: 10px;
      position: relative;
      &:after {
        content: "";
        width: 0;
        height: 0;
        margin: auto 0;
        border: 5px solid transparent;
        border-left: 5px solid #fff;
        position: absolute;
        top: 7px;
        left: 0;
        @media screen and (max-width:500px) {
          border-left: 4px solid #fff;
          top: 6px;
        }
      }
    }
  }

  .footerArea01 {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0;
    @media screen and (max-width:767px) {
      padding: 15px 0 20px;
    }
  }

  .footerTextArea01 {
    font-size: 10px;
    width: 490px;
    @media screen and (max-width:767px) {
      width: 100%;
      float: none;
    }
    p {
      &:not(:last-child) {
        margin-bottom: 15px;
      }
    }
  }

  .footerLogoArea01 {
    width: 198px;
    height: 62px;
    margin-top: 12px;
    line-height: 0;
    @media screen and (max-width:767px) {
      width: 160px;
      height: 50px;
      margin-top: 25px;
    }
  }
}

.pageTop {
  width: 40px;
  height: 32px;
  display: none;
  z-index: 1;
  position: fixed;
  right: 20px;
  bottom: 20px;
  &.holiday {
    bottom: 85px;
    @media screen and (max-width:767px) {
      bottom: 60px;
    }
  }
}