@charset "utf-8";
/* CSS Information
==========================================
File: fix.css
Site: okinawastory.jp
Page: /feature/bus_tabi
======================================== */

/* .p-feature-static__legacy-feature 必ずクラス頭に指定 */

@media only screen and (max-width: 560px){
	.p-feature-static__legacy-feature #bus_tabi .m-modal {
		top: 10vh!important;
	}
}@media only screen and (min-width: 561px) {
	.p-feature-static__legacy-feature #bus_tabi .m-modal {
		top: 10vh!important;
	}
}