@charset "UTF-8";
/* footer
----------------------------------------------- */
footer div.title {
  font-size: 14px;
}
footer div.block ul li {
  padding-top: 3px;
}
footer div.block ul.sublist li {
  font-size: 12px;
}
footer #footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
#footer > div.contents-wrapper #footer-contents {
  width: 1024px;
  margin: 0 auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer > div.contents-wrapper #footer-categories {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#outer,
#nav > div.contents-wrapper,
#footer > div.contents-wrapper {
  max-width: 100%;
  width: 100%;
}
/********** copyright **********/
#footer > div.contents-wrapper #copyright {
  width: 100%;
  background-color: #ffffff;
  color: #666666;
  padding: 25px 0 40px;
  font-size: 10px;
  border-top: 1px solid #555555;
}
/********** pageTop **********/
footer #pageTop {
  position: absolute;
  top: -46px;
  right: 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 0;
    border-top: none;
    padding-bottom: 16%;
  }
  footer img {
    vertical-align: bottom;
  }
  #footer > div.contents-wrapper #footer-categories {
    display: none;
  }
  #footer > div.contents-wrapper #footer-contents {
    width: 100%;
    display: block;
  }
  #footer > div.contents-wrapper #footer-menus div.block {
    display: none;
  }
  #footer > div.contents-wrapper #footer-menus div.block:first-child {
    display: block;
  }
  #footer > div.contents-wrapper #footer-menus div.block .title {
    display: none;
  }
  #footer > div.contents-wrapper #footer-menus div.block ul {
    width: 100%;
  }
  footer div.block {
    max-width: 100%;
    padding: 0;
  }
  footer div.block ul {
    padding: 0;
  }
  #footer > div.contents-wrapper #footer-menus div.block ul li {
    padding: 13px;
    padding-left: 30px;
    border-bottom: solid 1px #8695a5;
    position: relative;
    font-size: 13px;
  }
  #footer > div.contents-wrapper #footer-menus div.block ul li::before {
    content: "▲";
    position: absolute;
    top: 45%;
    left: 10px;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  #footer > div.contents-wrapper #footer-menus div.block ul li a {
    display: block;
  }
  #footer > div.contents-wrapper #copyright {
    padding: 5px 0;
  }
  /********** pageTop **********/
  footer #pageTop {
    position: inherit;
    top: 0;
    left: 0;
    padding: 0;
    background: #c1a95f;
  }
  footer #pageTop img {
    width: 100%;
  }
  div#pageTop a img {
    max-height: 20px;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  div#pageTop a {
    padding: 0;
    background: #c1a95f;
    display: block;
    box-sizing: border-box;
    height: 40px;
    position: relative;
  }
  /********** footerContact **********/
  .footer-tel.sp a {
    display: block;
    margin: auto;
    max-width: 450px;
  }
  footer .footer-tel img {
    width: 100%;
    margin-bottom: 18px;
  }
  /********** footer-btn-nav **********/
  footer .footer-btn-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  footer .footer-btn-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-btn-nav ul li {
    width: 20%;
  }
  footer .footer-btn-nav ul li img {
    width: 100%;
    height: auto;
  }
  .footer-btn-nav.sp a img {
    max-width: 100%;
    width: auto;
    max-height: 75px;
    margin: auto;
  }
  .footer-btn-nav.sp a {
    display: block;
    background-color: #f2ecdd;
    text-align: center;
  }
  .footer-btn-nav.sp li:first-child a {
    background-color: #c1a95f;
  }
}
