@charset "utf-8";
/*------------------------------------------------------------
	shop-design
------------------------------------------------------------*/
#main {
	margin-bottom: 12rem;
}
#main .headLine01 {
	margin-bottom: 3.5rem;
}
#main .headLine01 .en {
	margin-bottom: 0.3rem;
}
#main .headLine01 .en img {
	width: 36.1rem;
}
#main .bgBox {
	padding: 11.9rem 0 15.5rem;
	background: #F8F8F8;
}
#main .important {
	margin-bottom: 15.9rem;
}
#main .important .headLine06 {
	margin-bottom: 3.9rem;
}
#main .important .img {
	margin-bottom: 4.4rem;
	text-align: center;
	background: #F8F8F8;
}
#main .important .img img {
	width: 20.5rem;
	mix-blend-mode: multiply;
}
#main .important .textList {
	gap: 8rem;
}
#main .important .textList li {
	width: 51rem;
	background: #fff;
}
#main .important .textList li .ttl {
	padding: 4rem 2rem 3.8rem;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.25;
	background: #406190;
}
#main .important .textList li .txtBox {
	padding: 3.4rem 4rem 3.6rem;
}
#main .important .textList li .txtBox p {
	line-height: 2.25;
}
#main .stores {
	margin-bottom: 10.7rem;
}
#main .stores .headLine06 {
	margin-bottom: 2.1rem;
}
#main .stores .comText {
	margin-bottom: 3.6rem;
}
#main .stores .imgList {
	gap: 4rem;
}
#main .stores .imgList li {
	width: 34rem;
	background: #fff;
}
#main .stores .imgList li .photo img {
	width: 100%;
}
#main .stores .imgList li p {
	padding: 2rem 2rem 1.8rem;
	text-align: center;
	font-size: 2rem;
}
#main .consult .headLine06 {
	padding-top: 4.9rem;
	margin-bottom: 5.5rem;
	background: url(../img/common/bg04.png) no-repeat center top / 5.7rem;
}
#main .consult .imgBox {
	margin: 0 auto;
	max-width: 96rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .consult .imgBox .photoBox {
	margin-left: 5.1rem;
	margin-bottom: 4.3rem;
	width: 30.3rem;
	background: #F8F8F8;
}
#main .consult .imgBox .photoBox img {
	mix-blend-mode: multiply;
}
#main .consult .imgBox .textBox {
	width: 52.8rem;
}
#main .consult .imgBox .textBox p {
	line-height: 2;
	margin-bottom: 3.2rem;
}
#main .consult .imgBox .textBox .comBtn {
	text-align: left;
	margin-top: 3.6rem;
}
#main .consult .imgBox .textBox .comBtn a {
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	#main .headLine01 .en {
		margin-bottom: -0.1rem;
	}
	#main .headLine01 .en img {
		width: 20.4rem;
	}
	#main .comTopBox .comText {
		margin-bottom: 7.6rem;
	}
	#main .important .img {
		margin-bottom: 4.5rem;
	}
	#main .important .img img {
		width: 18.8rem;
	}
	#main .important .textList li {
		width: 100%;
	}
	#main .important .textList li .ttl {
		padding: 2rem;
		min-height: 9.9rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
		line-height: 1.25;
	}
	#main .important .textList li .txtBox {
		padding: 2.6rem 3rem 3.6rem;
	}
	#main .important .textList li .txtBox p {
		line-height: 2;
	}
	#main .stores .imgList {
		gap: 3rem 2rem;
	}
	#main .stores .imgList li {
		width: calc(50% - 1rem);
	}
	#main .stores .imgList li .photo img {
		aspect-ratio: 158/111;
		object-fit: cover;
	}
	#main .stores .imgList li p {
		min-height: 4.8rem;
		padding: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
		line-height: 1.22;
	}
	#main .consult .imgBox {
		margin: 0 3rem;
		max-width: initial;
		display: block;
	}
	#main .consult .imgBox .photoBox {
		margin: 3.6rem auto;
		width: 20.4rem;
		max-width: 100%;
	}
	#main .consult .imgBox .textBox {
		width: auto;
	}
	#main .consult .imgBox .textBox p {
		margin-bottom: 2.8rem;
	}
	#main .consult .imgBox .textBox .comBtn {
		text-align: center;
		margin-top: 4rem;
	}
	#main .consult .imgBox .textBox .comBtn a {
		font-size: 1.4rem;
	}
}