/* contactページ（投稿IDが54の場合）でreCAPTCHA v3のバッジを表示する */
/*body.page-id-54 .grecaptcha-badge {
    display: block !important;
}*/

/* それ以外のページやcontactページでない場合は非表示にする */
/*body:not(.page-id-54) .grecaptcha-badge {
    display: none !important;
}*/

.grecaptcha-badge {
    bottom: 15% !important;
	z-index: 99;
}

.slider01,
.slider01 .slide-item {
  width: 100%;
}

.slider01 img {
  display: block;
  width: 100%;
  height: auto;
}