/*
	Theme Name: Shirokuma Haisou
	Template: twentytwentythree
	Template Version: 1.0
*/


/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
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;
}

ul,
li {
	list-style-type: none;
}



/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
html {
		font-size: 62.5%;	/* 1rem = 10px */
}

body {
	background-color: #ffffff;
	scroll-behavior: smooth;
	color: #0f120f;
	font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}



/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
a {
	transition: 0.16s;
}

a:hover {
	opacity: 0.45;
}

img {
	display: block;
}
