/*
Theme Name:		Welcart Simple Plus Child Theme
Template:		welcart_simple-plus
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Collne.Inc
Author URI:		https://www.collne.com/
Description:	Welcart Simple Plus Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/


/* トップ--------- */
#block-8{
	padding-top: 80px!important;
}
#block-9,
#block-21,
#block-24{
	text-align:center;
}
#block-21 p{
	display:inline-block;
	text-align:left;
}

.service{
	padding:60px 0;
}
.service-inr{
	text-align:center;
}
.service-inr p{
	text-align:left;
	display:inline-block;
}

/* マップ-------------------- */
.entry-content iframe {
	width: 100%!important;
}

/* 見出し---------------- */
h3.wp-block-heading{
	color:#229af5!important;
}
h3.wp-block-heading:before{
	background:#229af5!important;
}

.secondary .widget h3{
	color:#1d9ed6!important;
}

/* フッター------------------- */
.general-widget-area .wp-block-image{
	margin-top:0!important;
	margin-bottom:0!important;
}

.wp-image-239,
.wp-image-240{
	transition:0.3s;
}
.wp-image-239:hover,
.wp-image-240:hover{
	opacity:0.8;
}


/* 買取について--------------- */
.syoumei{
	border-top:#333 1px dotted;
	border-bottom:#333 1px dotted;
	text-align:left;
	padding:10px;
}

/* 特定商取引法に基づく表示 */
.law td,.about td{
	border:initial;
	border-bottom:1px #b0b0b0 solid;
}

/* お問い合わせ---------------------------- */
table tr:nth-of-type(2n+1) {
	background-color: initial;
}
.wpcf7 .wpcf7-submit:disabled{
	background:#fff;
	color:#707070;
	border:solid 1px #cfcfcf;
}
.wpcf7 .wpcf7-submit:disabled:hover{
	background:#fff;
	color:#707070;
	opacity:1;
	border:solid 1px #cfcfcf;
}
.wpcf7 .wpcf7-submit{
	margin:10px 0;
	background:#1d9ed6;
	border:solid 2px #1d9ed6;
	color:#fff;
	font-size:1.2rem;
	transition:0.3s;
	border-radius:5px;
	font-family: "Noto Sans JP" ,sans-serif;
}
.wpcf7 .wpcf7-submit:hover{
/* 	border:solid 2px #e6832e;
	background:#fff;
	color:#e6832e; */
	opacity:0.5;
}
.required,.optional{
	font-size:14px;
	margin-left:10px;
	padding:0px 5px 2px;
}
.formitem .required{
/* 	border-bottom:#f06565 solid 1px; */
	color:#f06565;
}
.formitem .optional{
/* 	border-bottom:#5e94db solid 1px; */
	color:#5e94db;
}
#booking-form .required{
	background:none;
}
.wpcf7-form-control{
	margin-top:5px;
}
input[type="submit"], #bbp_reply_submit, .bp-login-widget-register-link a {
	padding: 16px;
}
.contact-btn{
	display:flex;
	align-items:center;
}
.contact-btn div{
	width:50%;
	padding:5px;
	margin-bottom:0;
}
.wpcf7-previous{
	background:#b0b0b0;
	border:solid 1px #b0b0b0;
	color:#222;
	font-size:1.2rem;
	transition:0.3s;
	border-radius:5px;
	cursor:pointer;
	display:block;
	width:100%;
	font-size:1.2rem;
	padding:16px;
	margin-bottom:30px;
	margin-top:0;
}
.wpcf7-previous:hover{
	opacity:0.7;
}
.formitem th,.formitem td{
	border:initial;
	border-top:dotted 1px #707070;
	border-bottom:dotted 1px #707070;
	background:initial;
}
.formitem th{
	text-align:left;
	width:35%;
/* 	border-right:solid 1px #707070; */
}

.formitem p{
	margin:0!important;
}


@media screen and (max-width: 834px){

	.formitem th,.formitem td{
		display:block;
		width:100%;
	}
	.formitem th{
		border-bottom:initial;
	}
	.formitem td{
		border:initial;
	}


	.law td,.about td{
		border:initial;
		display:block;
		width:100%;
	}
	.law tr td:first-child,.about td:first-child{
		color:#1d9ed6;
		font-weight:bold;
	}
	.law tr td:last-child,.about td:last-child{
		border-bottom:1px #707070 solid;
	}

}