@charset "Shift_JIS";

@import url("normalize.css")screen and (min-width: 1024px);
@import url("init.css")screen and (min-width: 1024px);
@import url("base.css")screen and (min-width: 1024px);
@import url("hp.css")screen and (min-width: 1024px);

@import url("sp.css")screen and (max-width: 1023px);


/*-追従ボタン(なぜかここに記述しない限りios13.3.1サファリ環境で動かずやむを得ず記入,ウィルスの告知が終わり次第以下は削除予定)-*/
#inf{
  width: 80%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  left:0;
  bottom: 10px;
  margin-left:120px;
  display: block;
  background: rgba(110,110,110,0.9);
  z-index:999;
  border-radius: 10px;
  position: fixed;
  }
  
#inf a{
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:1.5em;
}
 
#inf:hover{
  background: rgba(0,102,204,.8);
}

