@charset "utf-8";
/* ヘッダーメニュー透明 */
.top {
  background-color: rgba(255,255,255,0.7);
}
.top a {
  color: #2F2F2F;
}
.sample01 ul > .tel a {
  border: 1px solid;
}
.sample01 ul > .tel a:hover {
  background-color: #2F2F2F;
  opacity: 1;
  color: #fff;
}
.sample01 ul > .tel > a::before {
  background-image: url('/img/icon/tel_b.png');
}
.sample01 ul > .tel > a:hover:before {
  background-image: url('/img/icon/tel_w.png');
}
.top.scroll .sample01 ul > .tel > a:hover:before {
  background-image: url('/img/icon/tel_w.png');
}
@media (max-width: 480px) {
}
