:root {
    --bullet-width: 12px;
}

	.mvp-01{
		width: 100%; background-color: #f0f0f0; padding: 3vw 0;
	}
	.store-map{
		width: 80%; max-width: 800px; margin: auto; border: 1px solid #fea30b; padding: 1.5vw 1.5vw 2.5vw; position: relative;
	}
	.store-myvapor{
		width: 100px; position:absolute; top: -18px; right: 2vw;
	}
	.store-map-list{
		width: 100%; font-size: 14px; font-weight: 600; margin-top: 1.5vw; line-height: 25px;
	}
	.store-map-list img{
		width: 25px; margin-right: 1vw;
	}
	.store-map-last-list{
		width: 100%; font-size: 12px; color: #606060; margin-top: 1vw; display: flex; align-items: flex-end; justify-content: flex-start;
	}
	.store-map-last-list .img01{
		width: 60px; margin-right: 1vw;
	}
	.store-map-last-list .img02{
		width: 110px; margin-right: 1vw;
	}
	.store-map-last-list .store-num{
		font-size: 26px; font-weight: 600; color: #FEA30B; line-height: 20px; display: block; margin-right: 1vw;
	}
	.mvp-02{
		width: 100%; background-color: #fff; padding: 3vw 0;
	}
	.store-describe{
		width: 90%; max-width: 1000px; margin: auto; text-align: center; font-size: 16px; line-height: 25px; color: #5b5b5b;
	}
	.store-title{
		font-size: 30px; color: #FEA30B;  display: block;
	}
	.store-describe img{
		width: 80%; max-width: 600px; margin: 3vw 0;
	}
	.store-text{
		text-align: left;
	}
	.store-hours{
		width: 80%; max-width: 600px; margin: 5vw auto 0; border: 1px solid #FEA30B; padding: 1vw 0 3vw; color: #5b5b5b; font-size: 24px; text-align: center; line-height: 40px;
	}
	.store-hours-title{
		width: 60%; height: 40px; margin: auto; background-color: #fff; font-size: 30px; color: #FEA30B; position: relative; top: -2vw;
	}
	.store-buy{
		width: 230px; height: 50px; background-color: #FEA30B; margin: 40px auto 0; line-height: 50px; color: #000;
	}
@media (max-width: 767px) {
	.store-myvapor{
		width: 60px; top: -10px; right: 2vw;
	}
	.store-map-list{
		font-size: 12px; line-height: 25px;
	}
	.store-map-list img{
		width: 18px; margin-right: 2vw;
	}
	.store-map-last-list .img01{
		width: 40px; margin-right: 2vw;
	}
	.store-map-last-list .img02{
		width: 80px; margin-right: 2vw;
	}
	.store-map-last-list .store-num{
		font-size: 18px; margin-right: 2vw;
	}
	.store-describe{
		font-size: 12px; line-height: 20px;
	}
	.store-title{
		font-size: 18px;
	}
	.store-hours{
		font-size: 16px; line-height: 30px;
	}
	.store-hours-title{
		font-size: 18px;
	}
	.store-buy{
		width: 180px; height: 40px; margin: 20px auto 5px; line-height: 40px;
	}
}