@charset "utf-8";


/*---------------------------------------------*/
/* Footer
============================================== */
footer {
  background-color: #333;
  font-size: 1em;
  color: #fff !important;
  padding-top: 30px;
}

.footer-copyright {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #eeeeee;
  background-color: #333;
  text-align: center;
}

.footer-copyright a span,
.footer-copyright a,
.footer-copyright {
  font-size: 11px;
  color: #eeeeee!important;
}

.footer-copyright a {
  text-decoration: none;
}

#footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 960px;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #footer-content {
    width: 100%;
  }
}

.footer-company {
  font-size: 140% !important;
  font-weight: 700 !important;
  color: #fff !important;
}

img.footer-logo {
  width: 300px;
  padding-right: 0.75em;
}

#footer-content .inner-name a {
  display: inline-flex;
  align-items: center;
}

#footer-content p {
  margin: 0;
  color: #eeeeee!important;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.inner-address div {
  margin-bottom: 10px;
}

.inner-address div p strong {
  color: #2574be;
}

.footer a:hover {
  text-decoration: underline;
}

/* スマホ */
@media screen and (min-width: 320px) and (max-width: 767.98px) {
  #footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80vw;
    margin: 0 auto
  }

  .inner-address p {
    font-size: 14px;
  }

  .inner-address div {
    margin-bottom: 10px;
  }

  .inner-name {
    margin-bottom: 20px;
  }

  img.footer-logo {
    width: 200px;
    padding-right: 0.5em;
  }

}

/*　スマホ～タブレット */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  img.footer-logo {
    width: 280px;
    padding-right: 0.75em;
  }

  .footer-company {
    font-size: 120%;
    font-weight: 700;
  }

}

/* END */

@media screen and (min-width:1200px) {
  #footer-content {
    padding: 20px 0;
  }
}