@charset "utf-8";

.main-wrap{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.heading-level-2{
	padding-top: 50px;
	margin-bottom: 0;
}
.heading-level-2 + p{
	text-align: center;
	margin-bottom: 50px;
}

.shop-list-wrap{
	width: 100%;
	margin-bottom: 50px;
}
.shop-list-wrap h3{
	margin-bottom: 20px;
	font-size: 120%;
	white-space: nowrap;
}
.lineup-heading{
	font-size: 120%;
}
.lineup-heading-up:before{
	background-color: #841718;
    height: 1.4em;
	margin-top: -0.8em;
}
.shop-list-wrap a{
	display: inline;
}
.shop-list{
	width: 100%;
	margin: 0 auto;
}
.list-items{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.list-items:last-of-type{
	margin-bottom: 0;
}
.list-items > *{
	margin-right: 30px;
}
.list-items > :last-child{
	margin-right: 0;
}
.list-items h4{
	font-size: 120%;
}
.shop-address span{
	margin-left: 30px;
}

@media only screen and (min-width: 769px) {
	.list-items h4{
		width: 26%;
	}
	.list-items .shop-address{
		width: 50%;
	}
	.list-items .shop-link{
		width: 15%;
	}
}
@media only screen and (max-width: 768px) {
	.lineup-heading{
		padding-left: 25px;
	}
	.lineup-heading-up:before{
		width: 15px;
	}
	.list-items{
		display: block;
	}
	.shop-list{
		margin-bottom: 70px;
	}
	.list-items > *{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.list-items:last-of-type{
		margin-bottom: 0;
	}

}