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


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;
}

/* 見出し----------------------- */
h2{
	color:#00d9d9!important;
}
h2:after{
	border-color:#00d9d9!important;
}

/* 共通ウィジェットエリア------------------ */
.general-widget-area a img{
	border:solid #333 1px;
	box-shadow:0 5px 15px #9c9c9c;
	transition:0.3s;
}
.general-widget-area a img:hover{
	opacity:0.7;
}

/* ボタン-------------------------------- */
.btn-readmore{
	border-radius:50px!important;
}
.linkbtn{
	display:block;
	padding:20px;
	margin-top:20px;
	border-radius:50px;
	border:solid 1px #333;
	transition:0.3s;
}
.linkbtn:hover{
	background:#00d9d9;
	border:solid 1px #00d9d9;
	color:#fff;
}

/* 特定商取引法--------------------------- */
.law td{
	border:initial;
	border-bottom:#333 dotted 1px;
}

/* お問い合わせ---------------------------- */
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:#00d9d9;
	border:solid 2px #00d9d9;
	color:#fff;
	font-size:1.2rem;
	transition:0.3s;
	border-radius:50px;
}
.wpcf7 .wpcf7-submit:hover{
	border:solid 2px #00d9d9;
	background:#fff;
	color:#00d9d9;
}
.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;
}

/* 特定商取引法--------------------------- */
.law td{
	border:initial;
	border-bottom:#333 dotted 1px;
}


@media screen and (max-width: 768px){
	.pc,
	#block-7{
		display:none!important;
	}
	.sp{
		display:block!important;
	}

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

	.contact{
		padding:20px;
	}
	
}