@charset "utf-8";

:where([class^="ri-"])::before { content: "\f3c2"; }
body {
    font-family: 'Noto Sans JP', sans-serif;
}
.gallery-slider {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.gallery-slide {
    scroll-snap-align: start;
}
.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}
.custom-checkbox:checked {
    background-color: #6366f1;
    border-color: #6366f1;
}
.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.map-container {
    background-image: url('https://public.readdy.ai/gen_page/map_placeholder_1280x720.png');
    background-size: cover;
    background-position: center;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 50;
    transition: box-shadow 0.3s ease;
}
.sticky-actions {
    position: sticky;
    top: 72px;
    z-index: 40;
    transition: box-shadow 0.3s ease;
}
.favorite-btn.active .heart-icon {
    color: #ef4444;
    fill: #ef4444;
}
button.gallery-dot {
    opacity: 0.6;
}
button.gallery-dot.active {
    opacity: 1;
}
div.container.main {
    max-width: 1000px;
    margin: auto;
}
