/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{
	margin:0;padding:0;border:0;font-weight:inherit;}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
body{line-height:1}a img{border:none}table{border-collapse:separate;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal}table,td,th{}blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}button::-moz-focus-inner{border:0}

body{
	background-color: #fff;
	color: #333333;
	font-family: 'Sawarabi Mincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	line-height: 1.5em;
}

a{
	color: #333333;
	text-decoration:none;
}

p{
	margin-bottom: 10px;
}

h1{font-size: 20px;font-weight: bold;}
h2{font-size: 18px;font-weight: bold;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}

.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
@media screen and  (min-width: 1280px) {
#container{
	max-width:1280px;
	width:100%;
	margin:72px auto 0;
}
#container img{
	width:100%;
}
.pchd{
	display:none!important;
}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
.error{
	padding: 10%;
    line-height: 2.3em;
}
}
@media screen and (min-width: 769px) and  (max-width: 1279px){
#container{
	width:100%;
}
#container img{
	width:100%;
}
.tbhd{
	display:none!important;
}
}
@media screen and (max-width: 768px) {
h1{font-size: 16px;font-weight: bold;}
h2{font-size: 14px;font-weight: bold;}
h3{font-size: 12px;}
h4{font-size: 10px;}
h5{font-size: 10px;}
#container{
	width:100%;
}
#container img{
	width:100%;
	margin:0 auto;
}
.sphd{
	display:none!important;
}
.error{
	padding: 10%!important;
    line-height: 2.3em;
    width: 80%!important;
}
}