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


/*  不要物削除-----------*/
.follow-us{
	display: none;
}



/* スライダー ---------------------*/
/* スライダー 使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: 0;
}
/* スライダー 背景色使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: -15px;
}
/* スライダー */
#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
	margin-top: -15px;
}
#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: 1rem;
	}
}

.front-page .content-title, .front-page .news-title, .front-page .widget .widget_title{
	color: #fcfcfc;
}

/* 見出し背景 */
.content-title {
    background: #756867;
    color: #4a4a4a;
    padding: 0.5rem;
}
.content-title::after,
.front-page .news-front .news-title::after{
	border-bottom: 2px solid var(--general-text-color,  #fcfcfc)!important;
}
/* 商品枠線 */
.card-image{
	border: solid 1px #ddd;
	border-radius: 10px;
}

/* お知らせ部分------------- */
.front-page .news-front{
	background: linear-gradient(140deg, #FDD4DE, #FEBDCF);
}
.front-page .news-front .news-title::after{
	border-bottom: 2px solid var(--general-text-color,  #756867)!important;
}
.front-page .news-front .news-title,
.front-page .news-front ul li a{
	color: #756867!important;
}
.front-page .news-front ul li:first-child{
	border-top: 1px solid var(--border-color, #756867);
}
.front-page .news-front ul li{
	border-bottom: 1px solid var(--border-color, #756867);
}

/* tableレイアウト */
.shop-item-table td:nth-child(1){
	width: 30%;
}
@media screen and (max-width: 768px) {
	.shop-item-table td:nth-child(1){
		width: 100%;
	}
 	.shop-item-table td{
		display: block!important;
	}
	.shop-item-table td:not(:last-child){
		border-bottom: none;
	}
	.shop-item-table td:nth-child(2) {
		border-top: none;
		margin-top: -30px;
	}
}


/* 特定商取引法 ---------------------*/
/* 特定商取引法  テーブルにlaw付与*/
.law td{
	border:initial;
	border-bottom:#333 solid 1px;
}
/* tableレイアウト */
@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;
	}
}