@charset "UTF-8";
/*
Theme Name:GENESIS Child
Version:1.6.1
Template:genesis_tcd103
*/

/* フッターカスタム */
#footer_inner {
  max-width: 1620px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.footer_map {
  width: min(100%, 600px);
  height: 350px;
}
.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_inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}
