@charset "UTF-8";
/* CSS Document */

.shop-heading_cap {
    text-align: center;
	width: 100%;
}
@media (max-width: 840px) {
	.shop-list-wrap {
		margin-top: 2vh;
	}
    .shop-heading_cap {
		font-size: 85%;
    }
}

@media (max-width: 840px) {
    .modal_open.activemodal {
        bottom: 65px;
    }
}
@media (max-width: 430px) {
    .modal_open.activemodal {
        bottom: 50px;
    }
}