@charset "UTF-8";

#footer-nav-new {
  display: block;
  position: relative;
  width: 100%;
  z-index: 102;
}
#footer-nav-new .footer-nav-inner {
  background-color: #FFF;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 5px rgb(0 0 0 / 8%);
  bottom: 0;
  display: block;
  height: auto;
  position: fixed;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 102;
  padding: 6px 4px 6px;
}
#footer-nav-new .footer-nav-inner.fit {
  position: relative;
}

#footer-nav-new .footer-nav-inner .footer-nav-lists > li {
    box-sizing: border-box;
    float: left;
    height: 58px;
    position: relative;
    width: calc(100% / 4 - 2px);
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li.footer-nav-lists-line {
    background: #E0F5D3;
    box-sizing: border-box;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li.footer-nav-lists-contact {
    background: #E7F4FC;
    box-sizing: border-box;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li.footer-nav-lists-request {
    background: #FFEAC2;
    box-sizing: border-box;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li.footer-nav-lists-reserve {
    background: #FFE2EE;
    box-sizing: border-box;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists .footer-nav-lists-reserve img {
    width: 134px;
    position: absolute;
    bottom: 32px;
    right: -4px;
    z-index: 99;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    line-height: 1.3;
    position: relative;
    width: 100%;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a strong {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #505169;
    line-height: 1.1;
  }

  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-line-txt {
    display: inline-block;
    position: relative;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-line-txt::before {
    background-image: url(../images/common/icon_line-color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 27px;
    margin: 2px auto 0;
    width: auto;
  }

  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-contact-txt {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #505169;
  }

  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-contact-txt::before {
    background-image: url(../images/common/icon_contact-color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 27px;
    margin: 2px auto 0;
    width: auto;
  }

  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-request-txt {
    display: inline-block;
    position: relative;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-request-txt::before {
    background-image: url(../images/common/icon_request-color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 27px;
    margin: 2px auto 0;
    width: auto;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-reserve-txt {
    display: inline-block;
    position: relative;
  }
  #footer-nav-new .footer-nav-inner .footer-nav-lists > li > a .footer-nav-lists-reserve-txt::before {
    background-image: url(../images/common/icon_reserve-color.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 27px;
    margin: 2px auto 0;
    width: auto;
  }

  @media only screen and (min-width: 769px) {
    #footer-nav-new {
      display: none;
    }
  }
  