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

/* スクロールダウン　非表示*/
.scroll-on-main-image,
.login-pc,
header #global-menu .navbar-nav .nav-item.login .user-icon{
	display: none;
}

/* スライダー 使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: 0;
}

#block-7{
max-width: 100%;
margin:0;
padding:0;
}


/* 見出し フォント　色*/
.new-items h2{
	background: #1e73be;
	padding: 0.5rem;
	color: #fff;
}
.content-title::after{
	border-bottom: 2px solid var(--general-text-color, #fff);
}


/* 写真縮小 */
.card-imag-top.grid-image img,
.carousel.single-item-carousel .carousel-inner .carousel-item img{
	object-fit: contain!important;
}

/* 商品枠線 */
.card-image{
	border: solid 1px #ddd;
	border-radius: 10px;
}

/* 不要物削除 */
.caption,
#block-8{
	display: none;
}
@media screen and (max-width: 480px){
	/* スライダー */
	#block-7{
		display: none;
	}
	#block-8{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
	.main-logo .navbar-brand{
		font-size: 1.5rem;
	}
}


/* お問い合わせ---------------------------- */
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:#0e54bd;
	border:solid 2px #0e54bd;
	color:#fff;
	font-size:1.2rem;
	transition:0.3s;
	border-radius:50px;
	font-family: 'M PLUS 1p', sans-serif;
}
.wpcf7 .wpcf7-submit:hover{
	border:solid 2px #316bc1;
	background: #316bc1;
	color:#fff;
}
.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;
}

.req,
.ninni{
    margin: 0 0 3rem 1rem;
    padding: 2px 5px 2px;
	color: #fbfbfb;
}
.req{
    background: #FD4343;
}
.ninni {
    background: #4395fd;
}

@media screen and (max-width: 768px){
	.entry-content p {
	   margin: 1.4rem 0!important;
	}
}
/テーブルレイアウト　レスポンシブ時/

/* 特定商取引法  テーブルにlaw付与*/
.law td{
	border:initial;
	border-bottom:#333 dotted 1px;
}
@media screen and (max-width: 991px){
	/* 商品名余白 */
	 .card-body{
		 padding: 1rem!important;
	}
	.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;
	}
}

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

@media screen and (max-width: 768px){
/* SPメニュー　follow 非表示*/
	.follow-us{
		display: none;
	}
	.navbar-brand.not-set-sp-logo a {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 510px){
/* レスポンシブ　ロゴ */
.navbar-brand.not-set-sp-logo a {
		font-size: 1rem;
		margin: 0;
	}
}

