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