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

body { 
	letter-spacing : 2px  /* 字間 */
}

@media (max-width: 959px) {
/* スマホでもキャッチフレーズの表示 */
.l-header__inner .c-catchphrase {
display: block;
margin-top: 0;
font-size: 12px;
color: #000;
}
}

/* ヘッダーグローバルメニューメニュー */
.c-gnav>.menu-item {
	/*width: 120px;*/   /*ナビ同士の間隔*/
	letter-spacing: .1rem;   /*文字の間隔*/
	font-size: 15px;
	font-weight: bold;
}
/* ヘッダーメニュー */
.c-gnav>.menu-item>a .ttl {
	font-size: 15px;
	font-weight: bold;
}