@media only screen and (min-width: 768px) {
    .map {
        width: 85% !important;
    }
}

@media only screen and (min-width: 320px) {
    .group-map {
        display: block;
    }

    .access,
    .map {
        width: 100%;
    }
}

@media only screen and (min-width: 1023px) {
    .access,
    .map {
        width: 50% !important;
    }

    .group-map {
        display: flex !important;
    }

    .access_text-ul li {
        padding-right: 25px !important;
    }

    .access_text li {
        padding-left: 0 !important;
        text-indent: unset !important;
    }

    .access_text-ul {
        padding-left: 15px;
        list-style-type: disc;
    }

    li.line {
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .frame-custom {
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        padding: 10px 25px;
        position: relative;
    }

    .frame-custom::before {
        content: "";
        position: absolute;
        right: 15px;
        display: inline-block;
        background-image: url("/../../../../asset/front/images/common/ico_arrow01.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 18px;
    }

    .gm-style .place-card-large {
        display: none !important;
    }

    .access_text-ul li::marker {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .group-map {
        display: flex !important;
    }

    .access,
    .map {
        width: 50% !important;
    }

    .access_text-ul li {
        padding-right: 90px !important;
    }

    .access_text li {
        padding-left: 0 !important;
        text-indent: unset !important;
    }

    .access_text-ul {
        padding-left: 15px;
        list-style-type: disc;
    }

    li.line {
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .frame-custom {
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        padding: 10px 25px;
        position: relative;
    }

    .frame-custom::before {
        content: "";
        position: absolute;
        right: 15px;
        display: inline-block;
        background-image: url("/../../../../asset/front/images/common/ico_arrow01.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 18px;
    }

    .gm-style .place-card-large {
        display: none !important;
    }

    .access_text-ul li::marker {
        font-size: 10px;
    }
}

.field-50 {
    width: 50% !important;
}

.w6-14,
.w3-14,
.w6-14 *,
.w3-14 * {
    color: #000000;
}

.access_text li {
    padding-left: 0 !important;
    text-indent: unset !important;
}

.access_text-ul {
    padding-left: 15px;
    list-style-type: disc;
}

li.line {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.frame-custom {
    align-items: center;
    background-color: #fff;
    border: 2px solid;
    border-color: #e4d4c6;
    border-radius: 10px;
    box-shadow: 2px 2px 0px #e4d4c6;
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: center;
    padding: 10px 25px;
    position: relative;
}

.frame-custom::before {
    content: "";
    position: absolute;
    right: 15px;
    display: inline-block;
    background-image: url("/../../../../asset/front/images/common/ico_arrow01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
}

.gm-style .place-card-large {
    display: none !important;
}

.access_text-ul li::marker {
    font-size: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.access-fax{
    margin-top: 0 !important;
}
