@charset "UTF-8";
/*
Theme Name:STORY Child
Version:1.17
Template:story_tcd041
*/

/* フッターカスタム */
.footer-content {
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.footer_info .align1 {
  text-align: left !important;
}
.footer-logo {
  max-width: 200px;
}
.footer-logo img {
  width: 100%;
}
.footer_map {
  width: min(100%, 550px);
  height: 330px;
}
.footer_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .footer_map {
    width: min(100%, 350px);
  }
}
@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer-logo {
    margin-inline: auto;
  }
  .footer_info .align1 {
    text-align: center !important;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}
