@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
モールリバイブ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-header {
	background-image: url("../img/mall/header.jpg");
	background-position-x: 70%;
}

.mall-product .heading {
	margin-bottom: 0.6em;
	font-size: 2rem;
}

.mall-product .description {
	margin-bottom: 20px;
}

.mall-product th {
	width: 129px;
}

@media (min-width: 768px) {
.mall-product .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mall-product .image {
	width: 48.3%;
	align-self: flex-start;
}

.mall-product .text {
	width: 48.3%;
}

.mall-product .heading {
	font-size: 3.2rem;
}

.mall-product .description {
	margin-bottom: 37px;
}

.mall-product th {
	width: 143px;
}
}

@media (max-width: 767.9px) {
.mall-product .image {
	display: block;
	width: 327px;
	margin: 0 auto 23px;
}
}
