/*
Theme Name: sansuisha
Description: sansuisha
Version: 2.0.0
Template: xwrite
Author: botandesign Co., Ltd.
*/





/*reCAPTCHA*/
.grecaptcha-badge{
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.recaptcha-notice {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
  color: #555;
}

.recaptcha-notice a {
  color: #555;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.recaptcha-notice a:hover {
  color: #333;
}

/* iOSの入力フォーカス時ズーム対策 */
*, *::before, *::after { box-sizing: border-box; }

.m_form input[type="text"],
.m_form input[type="email"],
.m_form input[type="tel"],
.m_form textarea,
.m_form select {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}