/*
	Theme Name: kirincou2024
	Template: twentytwentytwo
*/


/* -------------------------------------------------------------------
** リセット
** ------------------------------------------------------------------- */
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

a,
a:active {
	text-decoration: none!important;
}

ul,
li {
	list-style-type: none;
}



/* -------------------------------------------------------------------
** サイト全体のベース
** ------------------------------------------------------------------- */
html {
	font-size: 62.5%;	/* 1rem = 10px */
	
}

body {
	background-color: #f9f5f5;
	color: #251e1c;
	font-family: 'Shippori Mincho B1', serif;
	scroll-behavior: smooth;
}



/* -------------------------------------------------------------------
** 全ページ基本設定
** ------------------------------------------------------------------- */
h1,
h2,
h3,
p {
	font-family: 'Shippori Mincho B1', serif;
}

a {
	color: #251e1c;
	transition: 0.2s;
}

a:hover {
	opacity: 0.35;
}

.honbun {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

