body { font-family: 'Prompt', 'Noto Sans JP', 'Noto Sans SC', sans-serif; scroll-behavior: smooth; }

        .hero-section { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?q=80&w=2039&auto=format&fit=crop'); background-size: cover; background-position: center; }

        .province-card:hover .zoom-img { transform: scale(1.1); }

        

        .active-filter {

            background-color: #ffffff !important;

            color: #2563eb !important;

            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

            transform: translateY(-1px);

        }

        

        .no-scrollbar::-webkit-scrollbar { display: none; }

        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

        

        #goTopBtn {

            display: none;

            position: fixed;

            bottom: 30px;

            right: 30px;

            z-index: 99;

            transition: all 0.3s ease;

        }

        #goTopBtn:hover { transform: translateY(-5px); }



        @media (max-width: 768px) {

            #goTopBtn { bottom: 20px; right: 20px; }

        }