@charset "UTF-8";
/*===================================================================
	フッター
===================================================================*/
.site-footer {
  clear: both;
  margin: 50px 0 0;
}

.site-footer .site-footer-bread .site-footer-bread-body figure img {
  width: 100%;
}

.site-footer .site-footer-btm {
  background-color: #eee;
}

.site-footer .site-footer-btm .site-footer-btm-body {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-btm .site-footer-btm-body {
    padding: 0;
  }
}

.site-footer .site-footer-btm .site-footer-btm-body .fnav ul li {
  display: inline-block;
  margin: 0 1.5em 0 0;
  padding: 0 1.5em 0 0;
  border-right: #000 1px solid;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-btm .site-footer-btm-body .fnav ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: #000 1px solid;
  }
}

.site-footer .site-footer-btm .site-footer-btm-body .fnav ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-btm .site-footer-btm-body .fnav ul li a {
    display: block;
    padding: 1.0em;
  }
}

.site-footer .site-footer-btm .site-footer-btm-logo {
  background-color: #000;
  padding: 40px 10px 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .site-footer .site-footer-btm .site-footer-btm-logo img {
    max-width: 250px;
  }
}

.site-footer .site-footer-btm .site-footer-btm-logo .tel {
  padding: 30px 0 0;
  color: #fff;
  font-size: 14px;
}

.site-footer .site-footer-btm .site-footer-btm-copy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 10px;
  padding: 20px 0;
}
