@charset "UTF-8";

/* Font Awesome icons styling */
.f-sns i {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease;
}

.f-sns a:hover i {
  opacity: 0.8;
}

.h-btn-order i,
.h-btn-contact i {
  margin-right: 8px;
  font-size: 16px;
}

.h-btn-order--sp i {
  margin-right: 8px;
  font-size: 18px;
}

.c-nav-floating-btns i {
  font-size: 20px;
  color: #E60000;
  display: inline-block;
  line-height: 1;
}