/* ========================================
   SEARCH FROM MAP - ショートコード用CSS
   ======================================== */

.ggandts-map-section {
    padding: 60px 0;
    text-align: center;
}

.ggandts-map-section .map-heading {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.05em;
}

.ggandts-map-section .map-description {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.ggandts-map-section .map-container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.ggandts-map-section .map-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* area ホバー時のカーソル */
.ggandts-map-section map area {
    cursor: pointer;
}

/* レスポンシブ調整 */
@media screen and (max-width: 768px) {
    .ggandts-map-section {
        padding: 0;
    }
    .ggandts-map-section .map-heading {
        font-size: 1.4em;
    }
    .ggandts-map-section .map-description {
        font-size: 0.85em;
    }
}
