@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	color: #534741;
}
body {
	font-feature-settings: "palt";
	font-size: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
}
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	letter-spacing: 0.1rem;
	font-feature-settings: "palt";
	letter-spacing: 0px;
}
/* テキストリンク */
a {
	text-decoration: none;
	color: #534741;
	outline: none;
}
a:hover {
	color: #C69C6D;
}
/* 本文 */
p {
	padding: 0;
	margin: 0;
	line-height: 180%;
	word-wrap: normal;
	word-break: break-all;
	text-align: justify;
}
/* 画像 */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
	border-style: none;
}
/* clear */
.cle:before, .cle:after {
	content: " ";
	display: table;
}
.cle:after {
	clear: both;
}
.cle {
*zoom: 1;
}
