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

/* ロゴ　サイズ調整 */
.main-logo img {
    max-height: var(--main-logo-height, 100px);
}

/* スライダー ---------------------*/
/* スライダー 使用時　上の余白調整*/
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;
	}
}
/* 商品写真縮小 */
.card-imag-top.grid-image img,
.carousel.single-item-carousel .carousel-inner .carousel-item img{
	object-fit: contain!important;
}

/* footer 店舗詳細-------- */
#block-9{
	padding-bottom: 0!important;
}
#block-10 table{
	margin-top: 0;
}

/* 特定商取引法ページ */
@media screen and (max-width: 480px){
	.wp-block-table td,
	.wp-block-table th{
		display: block;
	}
	.page-id-27 .wp-block-table td,
	#block-10 .wp-block-table td{
		border: none!important;
	}
}
