@charset "utf-8";
/* Google MAP */
#gmap {
    position: relative;
}

.map-overlay-card {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 4px;
}

.map-link {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    #map_canvas .gm-style-mtc {
        transform: scale(0.75);
        transform-origin: left bottom;
        margin-right: -21px;
    }

    #map_canvas .gm-bundled-control {
        transform: scale(0.75);
        transform-origin: right bottom;
        bottom: 57px !important;
        right: 27px !important;
    }
}

/* 検索にヒットしなかったものを隠す専用クラス */
.is-hidden {
    display: none !important;
}

/* 検索にヒットしなかったものを非活性にする専用クラス */
.is-disabled, .is-always-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

/* キーワード検索ボックス */
section#works nav#sidenavi div#keywordSearch form input:focus {
    outline-offset: -2px;
}
@media screen and (max-width: 767px) {
    section#works nav#sidenavi div#keywordSearch form input {
        padding: 0.5em;
        font-size: 90%;
    }
}

/* タイトル見出し */
#title p {
    font-size: .875rem;
}
#title .text-map {
  letter-spacing: -0.1rem; 
}