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

.c-gnav>.menu-item>a .ttl {
font-size: 16px;
letter-spacing: 1.3px;
	 padding: 0 1.2em;
}

/* ヘッダーバーの高さを変更 */
.l-header__bar {
    height: 30px; /* 任意の高さに変更（例: 80px） */
    line-height: 80px; /* テキストの垂直中央揃え */
}

/* キャッチフレーズの高さ調整 */
.l-header__bar .c-catchphrase {
    line-height: 30px; /* ヘッダーバーの高さに合わせる */
}

/* レスポンシブ対応：スマホやタブレットでの高さ調整 */
@media (max-width: 959px) {
    .l-header__bar {
        height: 60px; /* スマホ表示時の高さ（例: 60px） */
        line-height: 60px;
    }
    .l-header__bar .c-catchphrase {
        line-height: 60px;
    }
	
.p-postList__meta :before,
.c-postTimes__posted:before {
	display: none;
}
	
	



