@charset "UTF-8";
/* CSS Document */
html { font-size: 62.5%; } 
body,a,li { font-size: 1.6rem; color: #333333;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
} 
h1 { font-size: 5.6rem; } 
h2 { font-size: 2.8rem; } 
img{width: 100%;height: auto;}
p,ol,ul,b{line-height: 3rem;margin:0}	
a:hover{opacity: .6;}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
	.spElement{
		display: none;
	}
}