@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===============================================
# 2026.03.05
=============================================== */
.ftr_sns_wrap {
  list-style: none !important;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .ftr_sns_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ftr_sns_wrap li {
  max-width: 70px;
}
.ftr_sns_wrap img {
  width: 100%;
}

#front_sec_footer .ftr_map iframe {
  max-height: 800px;
}
@media (max-width: 1115px) {
  #front_sec_footer .ftr_map iframe {
    max-height: 85%;
  }
}