/*
 Theme Name: chiakitakahashi2025
 Template: hello-elementor
*/
/* === 全体のデフォルトリセット・リンク再定義 === */

body {
  background-color: #fdfbf5;
  color: #222;
  font-family: 'Helvetica Neue', '游ゴシック', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

a {
  color: #444c69 ;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #b36c7d ;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
}


/* indexHeader */

.top-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.grecaptcha-badge {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  z-index: 9999 !important;
  bottom: 0 !important;
  right: 0 !important;
}


