@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
*/

/*テキスト調整*/
.txt_justify {
  text-align: justify;
}
.txt_palt {
  font-feature-settings: "palt";
}
.main_ttl_shadow {
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
/*フッター*/
.footer_logo img {
    width: 250px;
    height: auto;
}
/*非表示*/
.pc_none {
  display: none;
}
.c-iconBtn {
    display: none;
}
ul.c-gnav {
    display: none;
}

@media screen and (max-width: 480px) {
/*非表示*/
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}