/*
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{
	display: none;
}
.d-lg-none a{
	font-size: 1rem;
}

/* スライダー */
body.home.no-header-image .site-content {
    margin-top: 0;
}
#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
}
#block-8{
	display: none;
}



/* 商品名透過 */
 .card-body {
	 background-color: rgba(255, 255, 255, 0.8); /* 背景色と透明度を調整 */
}
.category-item .card .card-body .card-title,
.category-item .card .card-body .card-text,
.new-items .card .card-body .card-title,
.new-items .card .card-body .card-text{
	color: #303030
}



/* 詳細非表示箇所　*/
.group-gallery .shop-item-box{
	display: none;
}

/* 商品説明写真　位置調整　*/
.accordion-item-panels .accordion-item .item-description img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

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

@media screen and (max-width: 480px){
	#block-7{
		display: none;
	}
	#block-8{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
}



