.map {
    position: relative;
    /*top: 0;
    left: 0;*/
    min-height: 700px;
    width: 100%;
    height: 100%;
    /*filter: grayscale(100%);*/
}
footer{
    z-index: 0;
    position: relative;
}
#primary{
    padding-bottom: 0px;
}

.custom-info {
    width: 200px;
}
.custom-info > * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}
.custom-info .custom-info-item {
    font-size: 14px;
    font-weight: 500;
}
.custom-info .custom-info-item + .custom-info-item {
    margin-top: 8px;
}
.custom-info .name {
    font-size: 16px;
    font-weight: bold;
}
.custom-info .tel a {
    display: block;
}
.custom-info .google-map a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
}
.custom-info .google-map a::after {
    content: "";
    background-color: transparent;
    background-image: url(./path/to/target_blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}