@charset "utf-8";
/* --------------------------------
	shop
-------------------------------- */
.shop {
	font-size: 1.2rem;
}
.shop .inner {
	width: 83rem;
	margin: 0 auto;
}
.shop h2 {
	margin-top: 10rem;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
.shop .shopList {
	padding-top: 10rem;
}
.shop .shopList .shopBox {
	display: flex;
}
.shop .shopList .shopBox + .shopBox {
	padding-top: 4rem;
}
.shop .shopList .shopBox > div:first-child {
	width: 50.5rem;
	position: relative;
}
.shop .shopList .shopBox > div:last-child {
	width: 32.5rem;
}
.shop .shopList .shopBox .shopTtl {
	width: 24rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #736357;
	padding: 0.6rem 1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.shop .shopList .shopBox .shopTtl span {
	font-size: 1.2rem;
}
.shop .shopList .shopBox .shopTtl span.small {
	font-size: 1rem;
}
.footTxt {
	margin: 10rem auto 6rem;
	padding: 0;
	width: 100%;
}
@media (max-width: 768px) {
	.shop {
		font-size: 2.2rem;
	}
	.shop .inner {
		width: 100%;
		padding: 0 6rem;
	}
	.shop h2 {
		margin-top: 6.5rem;
		font-size: 3.6rem;
	}
	.shop .shopList {
		padding-top: 15rem;
	}
	.shop .shopList .shopBox {
		flex-wrap: wrap;
	}
	.shop .shopList .shopBox + .shopBox {
		padding-top: 15rem;
	}
	.shop .shopList .shopBox > div:first-child {
		width: 100%;
	}
	.shop .shopList .shopBox > div:last-child {
		width: 100%;
	}
	.shop .shopList .shopBox .shopTtl {
		width: 100%;
		font-size: 4.2rem;
		padding: 1.5rem 2rem 1rem;
		position: relative;
	}
	.shop .shopList .shopBox .shopTtl span {
		font-size: 2.2rem;
	}
	.shop .shopList .shopBox .shopTtl span.small {
		font-size: 1.8rem;
	}
	.shop .shopList .shopBox .manager .cap{
		top: 10rem;
		left: 1.5rem;
		font-size: 1.9rem;
		line-height: 1.3;
	}
	.footTxt {
		margin: 10rem 0 4.5rem;
	}
}