/*reset*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size: 18px;
	line-height: 1.9;
	color: #202020;
}


body,p,ol,blockquote,fieldset,legend,textarea,pre,hr,h1,h2,h3,h4,h5,h6,button {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 600;
}

i, em {
  font-style: normal;
}

ul,dl {
	list-style: none;
	padding-inline-start: 0px!important;
	margin-block-start: .5em;
    margin-block-end:.5em;		
}

img,embed,iframe,object,audio,video {
	height: auto;
	border: 0;
}

img {
	vertical-align: bottom;
	width:100%;
	height:auto;
}


a {
	text-decoration: none;
}

a:link { color: #9b813f;}
a:visited { color: #9b813f; }
a:hover { color: #9b813f; }
a:active { color: #9b813f;}








/*表示-----------------------------------------------------------------------------*/

/*スマホ表示のみ*/
@media (min-width:768px){
	.hid_sm_xs {
		display: none !important;
	}
}

/*pc表示のみ*/
@media (max-width:767px){
	.hid_md_lg {
		display: none !important;
	}
}

