@charset "utf-8";

.ttl-wrap {
	text-align: center;
	margin-bottom: 100px;
}
.ttl-wrap .ttl-style {
	font-size: 36px;
	font-style: italic;
	position: relative;
	display: inline-block;
	padding: 3rem 0;
	border-bottom: 1px solid #2f2f2f;
}
.row.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.flexbox::after {
	display: block;
	content: "";
	width: 50%;
}
.ourstore-item {
	margin: 20px auto;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}
.ourstore-icon {
	text-align: center;
	flex-grow: 1;
	position: relative;
	height: 80px;
	margin-bottom: 50px;
}
.icon-text {
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.ourstore-group {
	 bottom: auto;
 }
.ourstore-img {
	width: 100%;
}
.ourstore-text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ourstore-title {
	font-size: 30px;
	font-style: italic;
	margin: 20px auto;
}
.ourstore-sentence {
	font-size: 16px;
	font-family: serif;
	height: 140px;
	margin: auto 25px;
}

@media screen and (max-width: 640px) {
	.ttl-wrap {
		margin-bottom: 9.375vw;
	}
	.ttl-wrap .ttl-style {
		font-size: 5.625vw;
		padding: 4.6875vw 0;
	}
	.ourstore-item {
		width: 100%;
	}
	.ourstore-icon {
		margin-bottom: auto;
	}
	.ourstore-group {
		margin-top: 20px;
		text-align: center;
	 }
	.ourstore-img {
		width: 90%;
	}
	.ourstore-title {
		font-size: 24px;
	}
	.ourstore-sentence {
		height: auto;
		margin: auto;
		text-align: left;
		font-size:3vw;
		line-height: 3rem;
	}
}

@media screen and (max-width: 874px) {
	.ourstore-item {
		width: 100%;
	}
}