/*
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;
}
/* スライダー */
#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
}
#block-8{
	display: none;
}
/*　見出し後ろ　*/
.new-items h2{
	background: linear-gradient(90deg, #35a6d7, #d26197);
	padding: 0.5rem;
	color: #f4f4f4;
}
.content-title::after{
	border-bottom: 2px solid var(--general-text-color, #f4f4f4);
}

/* 商品名透過 */
/*  .card-body {
	 background: linear-gradient(90deg, rgba(53, 166, 215, 0.5), rgba(210, 97, 151, 0.7));
	padding: 0.5rem;
	color: #ececec;
} */

.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;
	padding:0 1rem;
}

body.home.no-header-image .site-content{
	margin-top: 0!important;
}

/* 特定商取引法  テーブルに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;
	}
}

