@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul, dl{
    list-style:none;
}

html{
	margin:0;
	padding:0;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height: 1.8;
	color:#333333;
}

.pc{
	display:block!important;
}
.sp{
	display:none!important;
}
.pcVisble{
	visibility:visible;
}
.spVisble{
	visibility:hidden;
}

a:link,a:visited {
	text-decoration: none;
	cursor:pointer;
	color:#BF9244;
}
a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
	transition-duration: 0.3s;
}

.inner{
	width:90%;
	margin:0 auto;
	max-width:1240px;
}
/*------------------------------*/

@media screen and (max-width: 980px) {
	html{
		height: -webkit-fill-available;
	}
	body{
		font-size: 16px;
	}
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}
	.pcVisble{
		visibility:hidden;
	}
	.spVisble{
		visibility:visible;
	}

	/*------------------------------*/


}


