@charset "utf-8";
/* CSS Document */
.shop_pagetitle{
	position: relative;
	padding: 50px;
	background-image: url("https://saitozaimokuten.co.jp/system_panel/uploads/images/shoppage_title.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
}
.shop_pagetitle .titlebox .bg-white{
	padding: 10px 20px;
	border-radius: 6px;
	line-height: 1;
}
.shop_pagetitle .en_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: clamp(12px, 5vw, 68px);
	text-align: center;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	transform: translateY(-17%);
}
.shop_pagetitle .en_txt::before,.shop_pagetitle .en_txt::after{
	display: none!important;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.shop_pagetitle{
		padding: 50px;
		height: 340px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.shop_pagetitle{
		padding: 50px;
		height: 300px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.shop_pagetitle{
		padding: 30px;
		height: 280px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.shop_pagetitle{
		padding: 0px;
		height: 200px;
	}
	.shop_pagetitle .en_txt{
		font-size: 30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

