/*
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,
.caption {
	display: none;
}
.btn-readmore{
	border: none;
}

/* スライダー 使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: 0;
}

#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
}
#block-8{
	display: none;
}

/*　見出し後ろ　*/
.new-items h2{
	background: #FF8C00;
	padding: 0.5rem;
	color: #fcfcfc;
}
.content-title::after{
	border-bottom: 2px solid var(--general-text-color, #fcfcfc);
}


.contact-text{
	color: #0080cc!important;
}
@media screen and (max-width: 480px){
	/* スライダー */
	#block-7{
		display: none;
	}
	#block-8{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
}

