@charset "UTF-8";
/*
Theme Name:SOLARIS Child
Version:2.8.1
Template:solaris_tcd088
*/

/* フッターカスタム */
#footer_top {
  padding-inline: 70px !important;
}
.footer_container {
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-inline: auto;
}
#footer_logo {
  margin-bottom: 40px;
}
#footer_logo img {
  margin-left: 0 !important;
}
.footer_address {
  line-height: 2;
}
.footer_name {
  margin-bottom: 1em;
}
.footer_address address {
  font-style: normal;
}
.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: 959px) {
  #footer_top {
    padding: 40px 20px 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_container {
    flex-direction: column;
    row-gap: 20px;
  }
  #footer_logo {
    margin-bottom: 25px;
  }
  .footer_map {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  #footer_top {
    padding-inline: 20px !important;
  }
}
