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


/* =========================================================
   [yak] 投稿（single）ページ上部の「— 新着情報 —」見出し
   ※パンくずは parts/breadcrumb.php（SWELL標準枠＝画面右上）で出力
   ========================================================= */
.yak-archtitle{
	width: 100%;          /* #content(flex)内でフル幅の独立行＝本文/サイドバーの上に出す */
	text-align: center;
	margin: 8px 0 32px;   /* 下に余白＝見出しと本文の間を空ける */
}
.yak-archtitle span{
	display: inline-flex;
	align-items: center;
	gap: .8em;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .12em;
	color: #1a1a1a;
}
.yak-archtitle span::before,
.yak-archtitle span::after{
	content: "";
	width: 40px;
	height: 1px;
	background: #1a1a1a;
}
@media (max-width: 600px){
	.yak-archtitle span{ font-size: 20px; }
	.yak-archtitle span::before,
	.yak-archtitle span::after{ width: 28px; }
}
