@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;700&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-size:min(1.44vw,16px);
	line-height: 1.6;
	color:#5F4637;
	font-family: 'Noto Sans JP', sans-serif;
}

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

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

/*------------------------------*/
header{
	position:relative;
	width:100%;
	margin:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*main---------------*/
.mainvis{
	padding:0;
}
.mainvis img{
	width:100%;
}
section{
	position:relative;
	width:100%;
}
.pagetop{
	width:120px;
	margin:20px 2% 0 auto;
	text-align:right;
	cursor:pointer;
}
/*------------------------------*/
footer{
	position:relative;
	min-height:15px;
	background:#FFFAFA url(../img/border.png) repeat-x;
	background-position:center bottom;
	background-size:auto 15px;
}
footer ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin:0 auto;
	padding:15px 0 30px;
}
footer ul li{
	margin:0 3px;
	padding:0 6px 0 0;
	border-right:1px solid #5F4637;
	line-height:1;
}
footer ul li:last-child{
	border:none;
}
footer ul li a{
	font-size:14px;
}

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



}



.hidescroll{
	overflow-y:hidden;
}

.textSmall{
	font-size:0.9rem;
}

.letter_narrow{
	letter-spacing:-2px;
}
.fleft{
	float:left;
	overflow:hidden;
}
.fright{
	float:right;
	overflow:hidden;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtcancel{
	text-decoration: line-through;
}
.thick{
	font-weight:600;
}

.red{
	color:#ff0000;
}
.gray{
	color:#666;
	}
.cursor{
	cursor:pointer;
}
.center{
	text-align:center;
	margin:0px auto 0px auto;
}
