.cup-map-page {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    font-weight: 500;
}

.cup-map-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#cup-map {
    height: 100%; 
    width: 100%;
}

/* 全画面ボタン */
.gm-control-active.gm-fullscreen-control {
    display: none;
}

.gm-style-cc {
    display: none;
}

/* 移動ボタン */
gmp-internal-camera-control.gmnoprint {
    display: none;
}

/* グーグルアイコン */
img[alt="Google"] {
    display: none !important;
}

.gmnoprint.gm-style-mtc-bbw {
    display: none;
}

.cup-map-save-button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background: #E9528E;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 150px;
    height: 40px;
    padding: 5px;
}

.cup-map-current-location-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    color: #7D40A0;
    border: solid 1px #7D40A0;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}
