
.article__storeInfo {
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
	background-position: top center;
}


.article__header__storeInfo {
	margin-top: 80px;
	background-image: url(../img/main_image_store_info_SP.jpg);
}

.section__storeInfo {
	padding: 60px 20px;

	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
	background-position: center;
}

.storeInfo {
	padding: 20px 0;
	border-bottom: #938A7F 1px solid;

	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0; */
}

.storeInfo__top {
	margin-top: 20px;
	border-top: #938A7F 1px solid;
}

.storeInfo__heading {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
.storeInfo__txt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.storeInfo__label {
	margin-top: 1.6rem;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}
.storeInfo__label__top {
	margin-top: 0rem;
}

.storeInfo__item {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.storeInfo__list__02 {
	margin-left: 1.6rem;
}


/* ---------- PC ---------- */
@media screen and (min-width:769px) {

	.article__header__storeInfo {
		background-image: url(../img/main_image_store_info_PC.jpg);
		margin-top: 100px;
	}

	.contentsArea__storeInfo{
		padding: 120px 20px;
		margin: 0 auto;
		max-width: 1040px;
	}

	.section__storeInfo {
		padding: 0px 00px;
	}

	.storeInfo__pc2column {
		display: flex;
		flex-direction: row;
		justify-content: space-between;

		gap: 20px;

		border-bottom: #938A7F 1px solid;
	}
	.storeInfo__pc2column__top {
		margin-top: 20px;
		border-top: #938A7F 1px solid;
	}

	.storeInfo {
		padding: 20px 0;

		border-top: none;
		border-bottom:  none;
		flex-basis: 50%;
	}

	.storeInfo__top {
		margin-top: 20px;
	}

	.storeInfo__heading {
		font-size: 2.0rem;
	}
	.storeInfo__txt {
		font-size: 2.0rem;
	}
	.storeInfo__label {
		font-size: 2.0rem;
	}
	.storeInfo__item {
		font-size: 2.0rem;
	}

	.storeInfo__list__02 {
		margin-left: 2.0rem;
	}

}
