/*
Theme Name: GMH_TEMPLATE
Author: 有限会社TKCホールディング
Author URI: https://tkc-holding.com/
Description: グレースメディカルホールディングス株式会社のWordpressテンプレートです。
Version: 1.0.0
*/

@font-face {
  font-family: "YuGothic";
  src: url("assets/font/yu-gothic-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "YuGothic";
  src: url("assets/font/yu-gothic-medium.woff2") format("woff2");
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: "DIN Alternate";
  src: url("assets/font/din-alternate-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

/* 送信ボタンのアニメーションを無効化 */
.wpcf7-form .wpcf7-submit {
  transition: none !important;
}

/* 送信ボタンのスピナーを非表示 */
.wpcf7-form .ajax-loader {
  display: none !important;
}

/* 送信後メッセージのアニメーションを無効化 */
.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important; /* 非表示からの切り替えアニメーションを無効化 */
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
