@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD 5.0.5
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 5.0.5

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

button,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
	width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #f3f3f3;
	border-radius: 0!important;
	padding: .4em .5em;
}
.wpcf7-form p {
	margin-bottom: 1.6rem;
}

.wpcf7-submit {
	padding: .8em .5em!important;
	background-color: #bfa85a!important;
	color: #fff;
}

.widget_media_image img {
	width: 100% !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

img {
	vertical-align: bottom;
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

/* active クラスが付与されたらフェードイン */
.fadein.active {
	opacity: 1;
	transform: translateY(0);
}

.deco-none {
	text-decoration: none;
	color: inherit;
}
