/*
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 {
    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;
	}
}
@media screen and (max-width: 768px){
/* SPメニュー　follow 非表示*/
	.follow-us{
		display: none;
	}
	
}

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

/* 商品画像関連 ---------------------*/
/* 商品枠線 */
.card-image{
	border: solid 1px #ddd;
	border-radius: 10px;
}

/* 各商品ページ ---------------------- */
@media screen and (min-width: 768px) {
  .article-item .accordion-item-panels .accordion-item .accordion-body {
    padding-bottom: 3rem;
  }
}
/* 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;
	}
}