/* Xアイコン背景色を強制的に適用 */
.sns .sns02 {
  background-color: #1DA1F2 !important;
}


<style>
  a[href*="crown-shizuoka.com/reserve?id=9"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none;
  }
</style>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    document.querySelectorAll('a[href*="crown-shizuoka.com/reserve?id=9"]').forEach(el => {
      el.remove();
    });
  });
</script>
