@charset "UTF-8";

/* set
------------------------------------------------------------ */
body {
	background: url(../img/common/1bg.jpg) repeat-x center top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #666464;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,table,th,td,form {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,em,address,th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
hr {
	height: 0px;
	border-style: none;
	clear: both;
}
img {
	border: 0;
	vertical-align: bottom;
}
header,nav,section,article,aside,footer {
	display: block;
}
@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 10px;
		background: none;
	}

	a:hover,
	a:hover img {
		color: #552E31 !important;
		opacity: 1 !important;
		text-decoration: underline !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	img {
		width: 100%;
		height: auto;
	}
	
	footer div.menu a {
		display: inline-block;
	}
	
	footer div.menu a:hover {
		text-decoration: none !important;
	}
}
/* link
------------------------------------------------------------ */
a {
	color: #552E31;
	text-decoration: underline;
}
a:hover {
	color: #E3417C;
	text-decoration: none;
}

footer div.menu a {
	color: #552E31;
	text-decoration: none;
}
footer div.menu a:hover {
	color: #552E31;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	zoom: 1;
}
header h1 a:hover img {
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	zoom: 1;
}