@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	color:#666;
	font-size:20px;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "メイリオ", Miryo;
	font-weight:500;
	text-align: center;
}
p,dt,dl {
	line-height:1.8;
}
img {
	border: none;
	height:auto;
	image-rendering: -webkit-optimize-contrast;
}
a {
	color:#F18E00;
	transition: background-color 0.4s;
}
a img {
	opacity:1;
	transition:opacity 0.4s;
	backface-visibility: hidden;
}
a:hover img  {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ov {
	transition:opacity 0.4s;
}
.ov:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
.wrap {
	overflow:hidden;/*iPadの右側にできるスペース対策*/
}
.right {
	text-align:right;
}
.left { 
	text-align:left;
}
.center {
	text-align:center;
}
br.spbr {
	display:none;
}
br.pcbr {
}
.box {
	width:800px;
	margin:50px auto;
}
a.tel {
	display:inline-block;
	pointer-events:none;
}
@media only screen and (max-width:600px){
body {
	font-size: 18px;
	text-align:center;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
}
a {
	transition: none;
}
a:hover img  {
	opacity:1;
}
.box {
	width:auto;
	margin:20px 20px;
}
a.tel {
	pointer-events:auto;
}
br.spbr {
	display:block;
}
br.pcbr {
	display:none;
}
}


h1 {
	font-size:33px;
	font-weight:500;
	margin:100px auto 30px;
}
@media only screen and (max-width:600px){
h1 {
	font-size:26px;
	font-weight:500;
	margin:100px auto 15px;
}

