/*
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,
*/


/* ボタン-------------------- */
.linkbtn{
	display:block;
	width:100%;
	background:#525252;
	padding:20px;
	text-align:center;
	color:#fff;
	transition:0.2s;
	border:solid 1px #525252;
}
.linkbtn:hover{
	background:#fff;
	color:#525252;
}

/* トップ_お問い合わせ---------------- */
.product{
	position:relative;
	padding:50px 0;
}
.product:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	z-index: -2;
	background:#eee;
}

/* お問い合わせ---------------------------- */
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:#525252;
	border:solid 2px #525252;
	color:#fff;
	font-size:1.2rem;
	transition:0.3s;
}
.wpcf7 .wpcf7-submit:hover{
	border:solid 2px #525252;
	background:#fff;
	color:#525252;
}
.required,.optional{
	font-size:14px;
	margin-left:10px;
	padding:0px 5px 2px;
}
.formitem .required{
/* 	border-bottom:#f06565 solid 1px; */
	color:#f06565!important;
}
.formitem .optional{
/* 	border-bottom:#5e94db solid 1px; */
	color:#5e94db!important;
}
#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!important;
	border-top:dotted 1px #707070;
	border-bottom:dotted 1px #707070;
	background:initial;
}
.formitem .tr{
	padding-bottom:5px;
}

body{
	overflow-x:hidden;
}
body.home.no-header-image .site-content {
	margin-top: 0!important;
}

/* スライダー */
.slider-item .slides img{
	margin: 0 calc(50% - 50vw)!important;
	width:100vw!important;
	margin-top:-50px!important;
}
.sp{
	display:none!important;
}

.law td{
	border:initial;
	border-bottom:#333 dotted 1px;
}
@media screen and (max-width: 768px){
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}

	.law td{
		display:block;
		width:100%;
	}
	.law td:first-child{
		font-weight:bold;
		border-bottom:initial!important;
	}
}
