/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2023 | 01:16:56 */
/* cf7 */

.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
	box-shadow: none;
	background-color: #000;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	height: 45px;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: none;
	color: #f9f9f7;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	line-height: 45px;
	transition: background-color 0.24s ease-in-out;
}

textarea {
	max-width: 100%;
	min-height: 160px;
	line-height: 1.5em;
	padding: 0em;
	overflow: auto;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
	width: 98%;
	padding: 0 1%;
}

.wpcf7 textarea[name="your-message"] {
	width: 98%;
	padding: 1em 1%;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.haveto {
	font-size: 9px;
	padding: 3px 12px 5px;
	background: #2e8544;
	color: #fff;
	border-radius: 14px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.any {
	font-size: 7px;
	padding: 5px;
	background: #94AFAF;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px
}

.verticallist .wpcf7-list-item {
	display: block
}

#formbtn {
	display: block;
	padding: 15px;
	width: 70%;
	background: #345E40;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	border: 2px solid #345E40;
	margin: 25px auto 0
}

#formbtn:hover {
	background: #fff;
	color: #345E40;
	border: 2px solid #345E40;
}

.wpcf7 p {
	margin-bottom: 3em;
}

.wpcf7 p lavel {
	margin-bottom: .5em;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
}


/* .id_285お問い合わせページ用 */

.id_285 .wpcf7 input[name="your-name"],
.id_285 .wpcf7 input[name="your-email"],
.id_285 .wpcf7 input[name="your-tel"],
.id_285 .wpcf7 input[name="your-subject"],
.id_285 .wpcf7 input[name="your-item_free_text"] {
	width: 100%;
	padding: 0;
}

.id_285 .wpcf7 textarea[name="your-message"] {
	width: 98%;
	padding: 1em 1%;
	background: none;
	border: 1px solid rgba(176, 151, 122, 1);
	height: 20em !important;
}

.id_285 .wpcf7 input[name="your-name"],
.id_285 .wpcf7 input[name="your-email"],
.id_285 .wpcf7 input[name="your-tel"],
.id_285 .wpcf7 input[name="your-subject"] {
	outline: none;
	background: none;
	border-bottom: 1px solid rgba(176, 151, 122, 1);
	border-radius: 0px;
}

.id_285 .wpcf7 input[name="your-item_free_text"] {
	outline: none;
	background: none;
	padding: 1em 1%;
	border: 1px solid rgba(176, 151, 122, 1);
}

.id_285 .wpcf7 input[name="your-name"]:focus,
.id_285 .wpcf7 input[name="your-email"]:focus,
.id_285 .wpcf7 input[name="your-tel"]:focus,
.id_285 .wpcf7 input[name="your-subject"]:focus {
	outline: none;
	border-bottom: 1px solid #449E3B;
	border-radius: 0px;
}

.id_285 .wpcf7 textarea[name="your-message"]:focus,
.id_285 .wpcf7 input[name="your-item_free_text"]:focus {
	outline: #449E3B;
	border-color: #449E3B;
	border-radius: 10px;
}


/* フォームボタン */

.id_285 .wpcf7 input.wpcf7-submit {
	display: block;
	padding: 5px;
	width: 70%;
	background: #449E3B;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	border: 1px solid #449E3B;
	margin: 25px auto;
	transition: all 0.25s ease;
}

.id_285 .wpcf7 input.wpcf7-submit:hover {
	background: none;
	color: #449E3B;
	border: 1px solid #449E3B;
}


/* radio button color */

input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"] {
	position: relative;
	width: 1.2em;
	height: 1.2em;
	background-color: #2D2826;
	border: 1px solid #B0977A;
	border-radius: 100%;
	vertical-align: -2px;
}

input[type="radio"]:checked:before {
	position: absolute;
	top: 49.55%;
	left: 49.55%;
	transform: translate(-50%, -50%);
	width: .8em;
	height: .8em;
	border-radius: 100%;
	background-color: #449E3B;
	content: '';
}

.wpcf7-list-item-label::before {
	transition: background-color .5s;
}