/*
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.home.no-header-image .site-content,
.slider-19.slide-20{
    margin-top: 0!important;
}
#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
}
/* 不要物削除 */
#block-8,
.caption{
	display: none;
}
@media screen and (max-width: 480px){
	/* スライダー */
	#block-7{
		display: none;
	}
	#block-8{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
}
.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;
}

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

/* 特定商取引法  テーブルに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;
	}
	/* SPメニュー　follow 非表示*/
	.follow-us{
		display: none;
	}
}