#s14 {}

#s14 .center-2200 {
    text-align: center;
}

/* #s14 .tit {
    display: inline-block;
    margin-top: 145px;
    text-align: center;
    font-size: 32px;
    color: #333333;
    line-height: 1;
    padding: 15px;
    border-bottom: 2px solid #E6DCC1;
} */
#s14 .tit {
    display: inline-block;
    margin-top: 145px;
    text-align: center;
    font-size: 104px;
    color: #1f1f1f;
    line-height: 1;
}

#s14 .tit-sub {
    /* display: inline-block; */
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    color: #424242;
}

#s14 .map-wrapper {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #eaeaea;
}

#s14 .map-wrapper .addr {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 32px;
    background-color: rgb(255 255 255 / 83%);
}

#s14 .map-wrapper .addr span {
    margin-right: 16px;
    font-size: 18px;
    color: black;
}

#s14 .map-wrapper .addr .txt {
    font-size: 18px;
    color: #818181;
}

#s14 .map-wrapper #map {
    width: 1100px;
    height: 700px;
}


#s14 .map-wrapper .m-infowindow {
    padding: 10px;
    background: #333333;
    color: white;
    white-space: nowrap;
}

#s14 .map-wrapper .m-infowindow h5 {
    padding: 0;
    margin: 0;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    box-sizing: inherit !important;
}