@charset "utf-8";
/* CSS Document */


body{
    margin: 0px;
    padding: 0px;
	font-family: 'EB Garamond','Lusitana','游明朝','Noto Serif JP', sans-serif, 'YuGothic', '游ゴシック', 'Meiryo', 'メイリオ', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'verdana', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic" ;
}

body p{
	line-height: 2.5;
}


html {
	background-color:#FFF;
	font-size: 68.0%; /* sets the base font to 10px for easier math */
}
body,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,p,img,figure,figcaption {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'EB Garamond','Lusitana','游明朝','Noto Serif JP', sans-serif, YuGothic, '游ゴシック', Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", ;
	color:#5a4810;
	font-size: 1.35rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 2.2;
	letter-spacing: 0.08em;
/*	min-width:1000px;*/
	overflow-x: hidden;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
}
body * {/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/
}

a,a:link,a:hover,a:focus,a:visited,a:active {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: unset;
	
}

ul,ol {
	list-style-type: none;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

