@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
*/

/*ヘッダーのボタン開業禁止*/
.is-style-btn_solid{
  white-space : nowrap;
}

/*固定フッターの電話アイコン色*/
#fix_bottom_menu .btnphone i::before {
    color: #1da1f2;
}

/* オリジナル画像のカスタマイズ */
#fix_bottom_menu .menu-item i {
  font-size: 36px;
  height: 36px;
  line-height: 36px;
}

.line-icon::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-icon::before {
  background-image: url(/wp-content/uploads/2025/10/LINE_Brand_icon.png);
}