@charset "UTF-8";
/*
font-family: 'Hina Mincho', serif;
font-family: 'Kaisei HarunoUmi', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Potta One', cursive;
font-family: 'RocknRoll One', sans-serif;
font-family: 'Shippori Antique', sans-serif;
*/
p {
}
h1 {
}
h2 {
	clear : both;
	margin : 50px 0 20px 0;
	padding : 10px 10px 10px 15px;
	font-family: 'Shippori Antique', sans-serif;
	font-size : 1.25em;
	line-height : 1.5em;
	font-weight : normal;
	border-left : 15px solid var(--color-03);
	background : var(--color-07);
	color : var(--color-01);
}
h3 {
	margin : 30px 0 20px 0;
	padding : 8px 0;
	font-family: 'Shippori Antique', sans-serif;
	font-size : 1.25em;
	line-height : 1.5em;s	border-bottom : 1px solid var(--color-04);
	border-bottom : 1px solid var(--color-01);
}
h2:nth-child(1) ,
h3:nth-child(1) {
	margin-top : 0;
}
h4 {
	font-family: 'Shippori Antique', sans-serif;
	font-size : 1.2em;
	line-height : 1.5em;
	color : var(--color-02);
	padding : 10px 20px;
	border : none;
	margin : 0;
	background : var(--color-01);
}
h5 {
}
h6 {
}
h7 {
}
h1.entry-title,
h1.page-title ,
h4.entry-title,
h4.category-title,
h4.page-title {
	clear : both;
	margin : 0 0 1em 0;
	padding : 0 0 0.5em 0;
	background : transparent;
	color : var(--color-01);
	font-family: 'Shippori Antique', sans-serif;
	font-size : 2em;
	line-height : 1.4em;
/*	border-left : 2px solid var(--color-03);
	border-bottom : 3px solid var(--color-03);*/
}
.footer_box h1.entry-title,
.footer_box h1.page-title ,
.footer_box h4.entry-title,
.footer_box h4.page-title {
	line-height : 1.5em;
	color : var(--color-01);
	text-align : center;
	padding : 10px 20px;
	margin : 0 0 10px 0;
	background-color : var(--color-02);
}
