@charset "UTF-8";
/*
    Template: swell
    Theme Name: やまと子育てナビ SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: やまと子育てナビ用のSWELL子テーマです。
    Version: 1.0.0
    Author: やまと子育てナビ
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
	--swl-font_family: "Zen Maru Gothic", sans-serif;
	--color_main: #6b8e23;
	--color_text: #4a4a4a;
	--color_link: #6b8e23;
	--color_htag: #6b8e23;
	--color_bg: #fdfaef;
	--color_header_bg: #fdfaef;
	--color_header_text: #4a4a4a;
	--color_footer_bg: #6b8e23;
	--color_footer_text: #ffffff;
}

body {
	color: #4a4a4a;
	font-family: "Zen Maru Gothic", sans-serif;
	background: #fdfaef;
}

.l-header,
.l-fixHeader {
	background: #fdfaef;
	box-shadow: none;
}

.l-header__bar {
	background: #6b8e23;
}

.c-headLogo,
.c-headLogo__link,
.c-gnav a {
	color: #4a4a4a;
	font-family: "Zen Maru Gothic", sans-serif;
}

.c-headLogo {
	color: #6b8e23;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.c-gnav > li:hover > a,
.c-gnav > .-current > a {
	color: #6b8e23;
}

.c-gnav a::after {
	background: #ffb067;
}
