@media screen and (min-width: 768px) {
    #common_main_area {
        padding: 7vw 0vw 13vw;
    }
	.store-page-ttl {
		font-family: serif;
		font-size: 2.3vw;
		letter-spacing: .15em;
	}
	.store-page-ttl-sub {
		font-size: 1.15vw;
		line-height: 1.9;
		text-align: center;
		padding-top: 2vw;
	}
	.store-list-parent {
		padding-top: 6vw;
		display: flex;
		flex-direction: column;
		gap: 4.5vw;
	}
	.store-list-ttl {
		background: #2f2f2f;
		color: #fff;
		font-size: 1.25vw;
		line-height: 1.6;
		text-align: center;
	}
	.store-list-cnt {
		padding-top: 2vw;
		display: flex;
		flex-direction: column;
		gap: 1vw;
	}
	.store-sales-form {
		font-size: 1.3vw;
		letter-spacing: .04em;
		line-height: 1.5;
		border-bottom: .1vw solid #ededed;
	}
	.store-list-tbl {
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
    	border-spacing: 0 1.5vw;
	}
	.store-list-tbl th {
		width: 23%;
		font-size: 1.1vw;
		letter-spacing: .04em;
		line-height: 1.45;
	}
	.store-list-tbl td {
		width: 77%;
		font-size: 1.1vw;
		line-height: 1.5;
	}
	.store-list-note {
		font-size: .8vw;
		text-align: center;
		padding-top: 4vw;
	}
}
@media screen and (max-width: 767px) {
    #common_main_area {
        padding: 10vw 5vw 35vw;
    }
	.store-page-ttl {
		font-family: serif;
		font-size: 5.3vw;
		letter-spacing: .15em;
		text-align: left;
	}
	.store-page-ttl-sub {
		font-size: 3.2vw;
		letter-spacing: .06em;
		line-height: 1.7;
		padding-top: 3vw;
	}
	.store-list-parent {
		padding-top: 13vw;
		display: flex;
		flex-direction: column;
		gap: 10vw;
	}
	.store-list-ttl {
		background: #2f2f2f;
		color: #fff;
		font-size: 3.1vw;
		line-height: 2.1;
		text-align: center;
	}
	.store-list-cnt {
		padding-top: 7vw;
		display: flex;
		flex-direction: column;
		gap: 2vw;
	}
	.store-sales-form {
		font-size: 4vw;
		letter-spacing: .08em;
		line-height: 1.6;
		border-bottom: 1px solid #d6d6d6;
	}
	.store-list-tbl {
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 0 4vw;
	}
	.store-list-tbl th,
	.store-list-tbl td {
		display: block;
	}
	.store-list-tbl th {
		font-size: 3vw;
		font-weight: 600;
		letter-spacing: .06em;
	}
	.store-list-tbl td {
		font-size: 2.9vw;
		letter-spacing: .02em;
		line-height: 1.45;
		padding: 1vw 0 0 0 !important;
	}
	.store-list-note {
		font-size: 2vw;
		letter-spacing: .04em;
		line-height: 1.5;
		padding-top: 3vw;
	}
}