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

/* 不要物削除 */
.caption,
#block-10{
	display: none;
}
/* スライダー 使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: 0;
}

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

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

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

.table-text{
	text-align: center;
}


@media screen and (max-width: 480px){
	/* スライダー */
	#block-9{
		display: none;
	}
	#block-10{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
}
@media screen and (max-width: 1023px){
	/* ハンバーガーメニュー background変更 */
	header #global-menu.collapse.show {
	  left: 0;
	  background: #1c1c1c;
	}
	.nav-link{
		color: #fcfcfc!important;
	}
	.menu-toggler .navbar-toggler-icon-close,
	header #global-menu .navbar-nav .search .s-box .button-search{
		background-color: #fcfcfc!important;
	}
}
@media screen and (max-width: 768px){
	/* SPメニュー　follow 非表示*/
	.follow-us{
		display: none;
	}
}
