﻿#header_logo {
    width: calc(100% - 305px);
}

.logo_pt_en {
    width: calc(100% - 425px) !important;
}

#header_logo > div > img {
    width: 70px;
    margin: 4px;
}

img#img_logo_distinctive {
    height: 70px;
    width: 100px !important;
}

img#img_logo_m {
    height: 75px;
    width: 120px !important;
}

#header_info {
    width: 300px;
    font-size: 24px;
}

.hd_pt_en {
    width: 420px !important;
    font-size: 20px !important;
}

.ShopName {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: #438793;
    padding: 6px 10px;
    text-align: center;
    border-radius: 20px;
    overflow-wrap: break-word;
    white-space: normal;
}

.Code {
    font-size: 24px;
    color: #FBAB04;
    font-weight: bold;
}

.hd_pt_en .Code {
    font-size: 22px !important;
}

.border-line {
    border-bottom: 2px solid #438793;
}

#mnp_panel {
    position: relative;
    left: calc(50% - 450px);
}

.map_canvas {
    width: 450px; 
    height: 400px; 
    padding: 0 0 0 0;
}

.no_image_margin {
    left: unset !important;
}

.no_image {
    width:calc(100vw - 10px) !important;
}

#photo-panel {
    width: 450px;
    background: #dddddd;
    height: 400px;
    position: absolute;
}

#img_photo {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    max-height: 400px;
    margin-left: 220px;
}

.info-item div {
    margin: 3px;
    font-size: 16px;
}

.label-name {
    text-align: right;
    font-weight: bold;
    color: #0f3d37;
    font-size: 14px;
}

.lblItems:after {
    content: "：";
}

.pay-icon {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}

.ser-desc {
    inline-size: 600px;
    vertical-align: top;
}

.info-remark {
    text-align: center;
    margin: 4px auto;
    font-weight: bold;
    color: #474747;
}

#mmark_info {
    border: 4px solid #e0bc5b;
    width: 410px;
    padding: 2px 0px 16px 0px;
    margin: 10px auto 10px auto;
    border-radius: 10px;
    text-align: center;
}

#ipim_info {
    border: 4px solid #0fb8ad;
    width: 410px;
    padding: 15px;
    margin: 10px auto 10px auto;
    border-radius: 10px;
    text-align: center;
}

#ipim_story {
    font-size: 28px;
    font-weight: bolder;
    vertical-align: top;
}


.inline-block {
    display: inline-block;
}

.odp {
    width: 100vw;
    text-align: center;
}

@media only screen and (max-width: 650px) {
    .hd_pt_en {
        width: calc(100vw - 15px) !important;
    }

        .hd_pt_en > .ShopName {
            font-size: 14px;
        }

    #header_logo {
        position: absolute;
        width: fit-content !important;
        top: 130px;
        z-index: 1;
    }

        #header_logo > div > img {
            width: 60px;
            margin: 2px;
        }

    img#img_logo_distinctive {
        height: 60px;
        width: 80px !important;
    }

    #mnp_panel {
        position: unset;
        left: unset;
    }

    #map_canvas {
        width: 100vw !important;
        height: 300px !important;
    }

    #photo_panel {
        width: 100vw;
        height: 300px;
        position: relative;
        text-align:center;
    }
    #img_photo {
        margin:auto;
    }
    .info-item > div:nth-child(1) {
        text-align: left;
        width: fit-content !important;
        background: #c8c8c8;
        padding: 3px 6px;
        border-radius: 6px;
    }

    .info-item > div:nth-child(2) {
        display: block;
    }

    .pay-icon {
        display: inline-block !important;
    }

    #mmark_info {
        width: calc(100vw - 50px);
    }

    #ipim_info {
        width: calc(100vw - 50px);
    }


}
