@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{
	font-family: 'Zen Maru Gothic', sans-serif;
}


/* ヘッダー固定 */
.l-header {
	position: -webkit-sticky;
	position: sticky;
	/*box-shadow: 0 1px 4px rgba(0,0,0,.12);*/
}

.-series .l-header__inner {
	/* align-items: stretch; */
	display: flex;
	align-items: center;
}
.l-fixHeader__inner {
	/*box-shadow: 0 1px 4px rgba(0,0,0,.12);*/
	align-items: center;
}


.wp-block-image .aligncenter {
	width: 75%;
}

/* headerのロゴの高さ0対策 (FireFox,Safari) */
.c-headLogo__img{
	height: 100% !important;
}