@charset "UTF-8";


/*------------------TOPデザイン再制作------------------*/

.green{
	color: #01ba52;
}
.blue{
	color: #4171cf;
}

@media screen and (max-width: 1000px) {
	.br{
		display: none;
	}
}

/*------------------リンク画像hover------------------*/
.inner_item_img a{
	transition: .3s ease-in-out;
}
.inner_item_img a:hover{
	opacity: 0.7;
}
#map+section .inner_item_img a,
#reason+section .inner_item_img a{
	pointer-events: none;
}

/*------------------商品一覧------------------*/
#list+div{
	margin-top: -50px;
}
#list+div .slick-slider .inner_item{
	border: 3px solid #e93a10;
	margin-left: 10px;
	margin-right: 10px;
	padding: 12px;
	/*border-radius: 10px;*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	background: #fff;
}

#list+div .slick-arrow::before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	/*top: calc(50% - 6px);
	width: 10px;
	height: 10px;*/
   top: calc(50% - 9px);
   width: 15px;
   height: 15px;
}
#list+div .slick-arrow{
	background: #e93a10;
	border-radius: 100px;
	/*width: 34px;
	height: 34px;*/
   width: 40px;
   height: 40px;
}
#list+div .slick-next::before {
	/*left: calc(50% - 9px);*/
 left: calc(50% - 12px);
}
#list+div .slick-prev {
 	left: -20px;
}
#list+div .slick-next {
	right: -20px;
}
#list+div .slick-slider a:hover img {
	transform: inherit;
}
#list+div .inner_item .heading.block_header_2 .h{
	font-weight: 600;
	font-size: 1.8rem !important;
	line-height: 1.3;
	margin: 10px 0px;
	background: linear-gradient(transparent 60%, #ffd8cf 40%);
	/*display: inline;*/
}
#list+div .price{
	color: #e93a10;
	font-size: 3.7rem;
	font-weight: 600;
	line-height: 1.4;
}
#list+div .subsidy .tax{
	color: #37332d;
	font-size: 1.5rem;
	font-weight: 600;
}
#list+div .subsidy .en{
	color: #37332d;
	font-size: 1.9rem;
	font-weight: 600;
}
#list+div .inner_item .heading p {
	font-size: 1.4rem !important;
	margin-top: 5px;
	line-height: 1.5;
}
#list+div .inner_item .heading{
	padding-top: 15px;
}
#list+div .hojyo{
	background: #e93a10;
	color: #fff;
	padding: 3px 0px 2px 0px;
	margin-top: 10px !important;
	margin-bottom: -5px;
}
#list+div .subsidy{
	margin-bottom: -5px;
}
@media screen and (max-width: 1000px) {
	#list+div .inner_item .heading.block_header_2 .h{
		font-size: 1.6rem !important;
		background: linear-gradient(transparent 80%, #ffd8cf 20%);
	}
	#list+div .inner_item .heading p {
		font-size: 1.15rem !important;
	}
	#list+div .subsidy span{
		font-size: 2.5rem;
	}
	#list+div .slick-slider .inner_item {
    	margin-left: 5px;
    	margin-right: 5px;
	}
	#list+div .subsidy .tax{
		font-size: 1.3rem;
	}
	#list+div .subsidy .en{
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 900px) {	
	#list+div{
		margin-top: -20px;
	}
	#list+div .slick-slider .inner_item{
		border: 2px solid #e93a10;
	}
}
@media screen and (max-width: 600px) {
	#list+div .subsidy span{
		font-size: 2rem;
	}
	#list+div .subsidy .tax,
	#list+div .subsidy .en{
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 400px) {
	#list+div .subsidy span{

		font-size: 1.95rem;
		letter-spacing: -0.1rem
	}
	#list+div .subsidy .tax,
	#list+div .subsidy .en{
		font-size: 1.1rem;
	}
}

/*------------------アクセス------------------*/
#access+div .wrapper_item{
	display: flex;
}
#access+div.widget_shop01 .inner_item_img{
	order: 2;
}
#access+div.widget_shop01 .inner_item_txt{
	order: 1;
	padding-left: 0vw;
	padding-right: 2vw;
}
@media screen and (max-width: 800px) {
	#access+div .wrapper_item{
		display: block;
	}
	#access+div.widget_shop01 .inner_item_txt {
    	padding-right: 0vw;
	}
}
/*------------------blog/column横並び------------------*/
/*
@media screen and (min-width: 901px) {
	#b + div,
	#c + div {
		float: left;
		width: 50%;
		clear: none;
	}
	#c + div {
		float: right;
	}
	#b + div:before {
		position: absolute;
		top: 10%;
		right: 0;
		content: "";
		width: 1px;
		height: 80%;
		border-right: 1px solid var(--i_border_color);
	}
	.block_news_1 ul {
		width: 100%;
		max-width: none;
		min-width: auto;
	}
}
@media screen and (max-width: 900px) {
	#b + div:before {
		position: absolute;
		bottom: 0%;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		width: 90%;
		height: 1px;
		border-bottom: 1px solid var(--i_border_color);
	}
}
@media screen and (max-width: 900px){
	#b + div.block_news_1 ul,
	#c + div.block_news_1 ul {
		width: 100%;
	}
}*/

/*------------------コンバージョンパーツ_3カラムボタン------------------*/
#contact_bnr+div .inner_item a + .inner_item_txt {
	margin-top: 0px;
}
#contact_bnr + div .inner_item .heading.block_header_4 .h{
	padding-left: 46px;
	position: relative;
}
#contact_bnr + div .inner_item .heading.block_header_4 .h::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 40px;
	height: 100%;
	background: url("/common/upload_data/eco-sumajp/image/contact_ico1_1.png") top left no-repeat;
	background-size: contain;
}
#contact_bnr + div .inner_item:nth-child(2) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/eco-sumajp/image/contact_ico2.png") top left no-repeat;
	background-size: contain;
	width: 40px;
}
#contact_bnr + div .inner_item:nth-child(3) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/eco-sumajp/image/contact_ico3_1.png") top left no-repeat;
	background-size: contain;
	width: 40px;
}
#contact_bnr+div .inner_item > a{
	padding: 55px;
	background: #4171cf;
	transition: .3s ease-in-out;
	border-radius: 8px;
	border-bottom: 6px solid rgba(0,0,0,0.25);
	box-shadow: 0 0 0 3px #fff;
  margin: 3px;
}

#contact_bnr+div .inner_item:nth-child(2) > a{
	background: #01ba52;
}
#contact_bnr+div .inner_item:nth-child(3) > a{
	background: #ff9600;
}
#contact_bnr+div .inner_item > a:hover{
	background: #6091f0;
}
#contact_bnr+div .inner_item:nth-child(2) > a:hover{
	background: #1dcb69;
}
#contact_bnr+div .inner_item:nth-child(3) > a:hover{
	background: #ffb141;
}
/*#contact_bnr+div .inner_item > a:hover{
	opacity: 0.75;
}*/
#contact_bnr+div .inner_item_txt .heading{
	height: 115px!important;/*バナーの高さ*/
}
#contact_bnr+div .inner_item_txt .heading::before{
	display: none;
}
#contact_bnr+div .heading.block_header_4 .h {
	font-size: 2.5rem!important;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	line-height: 1.3;
	letter-spacing: -0.1rem;
}
#contact_bnr+div .inner_item:first-child .heading.block_header_4 .h {
	font-size: 2.9rem!important;
	letter-spacing: 0.2rem;
	line-height: 1;
}
#contact_bnr+div .heading.block_header_4 p {
	font-size: 1.6rem;
	margin-top: 5px;
}

#contact_bnr+div .inner_item{
	position: relative;
	margin-top: 62px;
	width: 30%;
}
#contact_bnr+div .inner_item::before {
	width: 30%;
	position: absolute;
	content: "";
	top: -58px;
	left: auto;
	right:auto;
	width: 100%;
	height: 50px;
	background: url("/common/upload_data/eco-sumajp/image/contact_text1_1.png") top center no-repeat;
	background-size: contain;
}
#contact_bnr+div .inner_item:nth-child(2)::before {
	background: url("/common/upload_data/eco-sumajp/image/contact_text2_1.png") top center no-repeat;
	background-size: contain;
}
#contact_bnr+div .inner_item:nth-child(3)::before {
	background: url("/common/upload_data/eco-sumajp/image/contact_text3_2.png") top center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 900px) {
	#contact_bnr+div .heading.block_header_4 .h {
		font-size: 2.4rem!important;

	}
	#contact_bnr+div .inner_item:first-child .heading.block_header_4 .h {
		font-size: 2.5rem!important;
	}
	#contact_bnr+div .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 3.5%!important;
	}
}
@media screen and (max-width: 768px) {
	#contact_bnr+div .inner_item{
		width: 97%!important;
		margin-left: 1.5%!important;
		margin-right: 1.5%!important;
	}
	#contact_bnr+div .inner_item:nth-of-type(3):nth-last-of-type(1){
		margin-left: 1.5%!important;
	}
}
@media screen and (max-width: 480px) {
	#contact_bnr + div .inner_item .heading.block_header_4 .h{
    	padding-left: 35px;
	}
	#contact_bnr+div .inner_item_txt .heading{
		height: 100px!important;/*バナーの高さ*/
	}
	#contact_bnr+div .heading.block_header_4 .h {
        font-size: 2.1rem !important;
    }
	#contact_bnr+div .inner_item:first-child .heading.block_header_4 .h {
		/*font-size: 2.2rem!important;*/
	}
	#contact_bnr + div .inner_item > a {
		padding: 45px;
	}
	#contact_bnr + div .inner_item {
		margin-top: 48px;
		margin-bottom: 20px;
	}
	#contact_bnr + div .inner_item::before {
		top: -48px;
		height: 40px;
	}
}

/*------------------対応エリア------------------*/
#map+section .heading.block_header_2 .h {
	font-size: 4.4rem!important;
	color: #37332d;
	letter-spacing: 0.2rem;
	position: relative;
	padding-bottom: 15px;
}
#map+section .heading.block_header_2 .h:after {
	position: absolute;
	display: block;
	content: "";
	width: 80px;
	height: 4px;
	bottom: 0;
	left:0;
	background: #e93a10;
	pointer-events: none;
}
#map+section .heading.block_header_2 p{
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	color: #e93a10;
	margin-top: 10px;
}

@media screen and (max-width: 900px) {
	#map+section .heading.block_header_2 .h {
		font-size: 2.9rem!important;
		padding-bottom: 15px;
	}
	#map+section .heading.block_header_2 .h:after {
		width: 44px;
		left: calc(50% - 22px);
	}
	#map + section .heading.block_header_2 p{
		font-size: 1.65rem;
	}
	#map+section .inner_item_txt .heading,
	#map+section .inner_item_txt{
		text-align: center;
	}
	/*#map + section .inner_item_txt > p {
		font-size: 1.9rem;
		padding: 10px 10px;
	}*/
}

/*------------------理由------------------*/
#reason+section .heading.block_header_2 .h{
	color: #37332d;
	letter-spacing: 0.2rem;
	background: linear-gradient(transparent 65%, #ffd8cf 35%);
	display: initial;
	font-size: 4rem!important;
	line-height: 1.7;
}
#reason+section .heading.block_header_2 p{
	font-size: 2rem;
	letter-spacing: 0.1rem;
	margin-top: 15px;
	color: #e93a10;
	line-height: 1.5;
}
@media screen and (max-width: 900px) {
	#reason+section .inner_item_txt .heading{
		text-align: center;
	}
	#reason+section .heading.block_header_2 .h{
		font-size: 2.2rem!important;
	}
	#reason+section .heading.block_header_2 p{
		font-size: 1.7rem;
	}
}

/*------------------余白調整------------------*/
@media screen and (max-width: 600px) {
	#eco_bnr+section,
	#price_bnr+section,
	#hosyou_bnr+section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:768px) {
	#midasi+section{
		padding-bottom: 0px;
	}
}

/*------------------フォームタイトルテキスト------------------*/
#form_title+section p{
	text-align: center;
 	font-weight: 600;
 	font-size: 5.1rem;
 	line-height: 1.35;
 	color: #fefb00;
 	letter-spacing: 0.2rem;
	text-shadow: 4px 4px 0px rgba(157, 4, 4, 0.8);
}
#form_title+section .small{
	font-size: 3.5rem;
	color: #fff;
}
@media screen and (max-width: 600px) {
	#form_title+section p {
    	font-size: 3.2rem;
    	line-height: 1.35;
    	letter-spacing: 0rem;
		text-shadow: 3px 3px 0px rgba(157, 4, 4, 0.8);
	}
	#form_title+section .small {
    	font-size: 2.3rem;
	}
}

/*------------------3カラムデザイン------------------*/
#column+div .inner_item_img{
	width: 68%!important;
	margin-left: 16%;
	margin-right: 16%;
}
#column+div .heading.block_header_4 .h{
	font-size: 2.9rem;
	letter-spacing: 0.2rem;
	color: #37332d;
	background: linear-gradient(transparent 70%, #ffd8cf 30%);
	display: inline-block;
	margin-top: 10px;
}
#column+div .heading.block_header_4 p {
	font-size: 1.8rem;
	color: #e93a10;
	line-height: 1.4;
	margin-top: 10px;
}
#column+div .inner_item_img{
	position: relative;
}
#column+div .inner_item_img::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left:6.5%;
	background: #4171cf;
	pointer-events: none;
	border-radius: 100%;
	z-index: -1;
}
#column+div .inner_item:nth-child(2) .inner_item_img::after {
	background: #01ba52;
}
#column+div .inner_item:nth-child(3) .inner_item_img::after {
	background: #ff9600;
}

/*おすすめ商品一覧へのボタンサイズ*/
#product_btn+div.contents_btn01 a{
	min-width: 550px;
}
#product_btn+div.contents_btn01 a span{
	font-size: 3.2rem;
	letter-spacing: 0.3rem;
	padding: 23px 20px 21px;
}
@media screen and (max-width: 900px) {
	#product_btn+div.contents_btn01 a{
		min-width: 320px;
	}
	#product_btn+div.contents_btn01 a span{
		font-size: 2.3rem;
    	letter-spacing: 0.2rem;
    	padding: 15px 20px 11px;
	}
}