@charset "utf-8";
/* CSS Document */


.clearfix:after {
	content: ".";
	display: block;
    height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}

/* Hides from IE5-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5-mac */


* {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*a, a:link, a:visited {
	text-decoration :none;
	color:#221814;
}*/
a {
	text-decoration:none;
}
a:link, a:visited, a:hover, a:active {
  color: #200;
}
a,a:focus{
	outline: none;
}
html{
	font-size:62.5%;
}
body {
	font-size:1.5rem;
	line-height:1.6;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	/*	color: #221814;*/
	/*font-family: "Sawarabi Mincho";*/
	font-family: "Noto Sans JP";
	color:#200;
	-webkit-text-size-adjust: 100%;
	background-color:#FFF;
}
img {
	vertical-align: top;
	border: none;
}
p {background-image:url(image);} /* smartphone */

p {
	text-align:justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width: 801px) {
.sp_hide {
	display:none;
}
}
@media screen and (max-width: 800px) {
.pc_hide {
	display:none;
}
}
@media screen and (min-width: 600px) {
.mini_hide {
	display:none;
}
a[href^="tel:"]{
    pointer-events: none;
}
}
/* end init
------------------------------------------------------------*/
a.pointnon {
	pointer-events: none;
} /*クリックさせない*/
/* 
------PageTop------------------------------------------------------*/
.pagetop {
	display:none;
	position:fixed;
	bottom:8%;
	right:5%;
	z-index:9999999;
}
.pagetop a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=80);
}