@charset "UTF-8"; /**/
.popup {
    font-weight: 500;
    min-width: 190px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 7px;
    padding-right: 2px;
    color: #4e4e4e;
    font-family:Montserrat,sans-serif!important;
}

.popup .map-title a {
    font-size: 14px;
    /* text-decoration: underline; */
    position: relative;
    line-height: 1.3;
    overflow-wrap: anywhere;
    display: inline-block;
    border-bottom: 1px solid white;
    position: relative;
    
}

.popup .map-title a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -18px;
    background-image: url(../images/icon-link-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    margin-top: -4px;
}

.popup p {
    padding: 3px 0;
    margin: 0;
}

.popup .map-title {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 20px;
    font-size: 14px;
    position: relative;
    line-height: 1.3;
    overflow-wrap: anywhere;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid white;
    position: relative;
}

.popup .map-tel::before {
    content: "";
    background-image: url(../images/icon-tel.png);
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 14px;
    margin-top: -6px;
}

.popup div.link-googlemap {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
}

.popup p.map-add, .popup p.map-tel {
    display: block;
    font-size: 12px;
    padding: 0 0 0 20px;
    position: relative;
}

.popup p.map-tel a {
}

.popup p.map-add:before {
    content: "";
    background-image: url(../images/icon-address.png);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 10px;
    margin-top: -6px;
}

.popup.salon p.map-add:before {
    background-image: url(../images/icon-salon.png);
}

.popup.store p.map-add:before {
    background-image: url(../images/icon-store.png);
}

.popup .route-guide {
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid #7b7b7b;
    box-sizing: border-box;
    padding: 10px;
    /* margin-top: 10px; */
    border-radius: 10px;
    transform: rotate( 0.03deg );
    transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
    /* font-size: 12px; */
}

.popup .route-guide:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 14px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url(/assets/a/images/common/icon/icon-link_external_gray.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-size: 14px 12px;
}

.popup .route-guide:hover:after {
    background: url(/assets/a/images/common/icon/icon-link_external_white.svg) no-repeat;
    background-size: 14px 12px;
}

.popup .route-guide:hover {
    background-color: #cc0033;
    color: white;
    border: 1px solid #cc0033;
    transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
}

.popup div.link-googlemap a {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    display: block;
    border: 1px solid black;
    text-align: center;
    background-color: white;
    transition: background-color 0.2s linear , color 0.2s linear;
}

.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

@media screen and (max-width: 1024px) {
    .shopbase .shop-conversion div.button-conversion .conversion-label {
        font-size: 13px;
        padding: 20px 0;
    }

    .popup {
        font-weight: bold;
        min-width: auto;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        position: relative;
        padding-left: 7px;
        padding-right: 2px;
    }

    .popup .map-title a {
        text-decoration: underline;
        font-size: 12px;
        transform: rotate(0.03deg);
        display: block;
        /* font-size: 12px; */
    }

    .popup p {
        padding: 0 0 3px 0;
    }

    .popup .map-title {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .popup p.map-add {
        font-size: 11px;
        padding-bottom: 20px;
    }

    .popup .route-guide {
        text-align: center;
        width: 100%;
        display: block;
        border: 1px solid #7b7b7b;
        box-sizing: border-box;
        padding: 6px;
        border-radius: 10px;
        transform: rotate( 0.03deg );
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
        font-size: 12px;
    }

    .popup .route-guide:hover {
        background-color: #cc0033;
        color: white;
        border: 1px solid #cc0033;
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
    }

    .popup div.link-googlemap a {
        width: 100%;
        margin: 0;
        padding: 5px 0px;
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .popup div.link-googlemap a:hover {
        background-color: black;
        color: white;
        transition: background-color 0.3s linear , color 0.3s linear;
    }

    .popup .map-title a:hover:before {
        width: 100%;
        transition: width 0.1s ease-out;
    }

    .popup .map-title a:before {
        content: "";
        width: 0%;
        height: 1px;
        background-color: black;
        position: absolute;
        bottom: 0;
        transition: width 0.1s ease-out;
    }

    .popup .map-title a:hover:after {
        margin-top: -6px;
        right: -20px;
        transition: margin-top 0.1s linear, right 0.1s linear;
    }

    .popup .map-title a:after {
        transition: margin-top 0.1s linear, right 0.1s linear;
    }
}

@media screen and (max-width: 767px) {
    .popup {
        font-weight: bold;
        min-width: 190px;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        position: relative;
        padding-left: 7px;
        padding-right: 2px;
    }

    .popup .map-title a {
        text-decoration: underline;
        font-size: 16px;
        transform: rotate(0.03deg);
        display: block;
        /* font-size: 12px; */
    }

    .popup p {
        padding: 0 0 3px 0;
    }

    .popup .map-title {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .popup p.map-add {
        font-size: 11px;
        padding-bottom: 20px;
    }

    .popup .route-guide {
        text-align: center;
        width: 100%;
        display: block;
        border: 1px solid #7b7b7b;
        box-sizing: border-box;
        padding: 10px;
        /* margin-top: 10px; */
        border-radius: 10px;
        transform: rotate( 0.03deg );
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
        /* font-size: 12px; */
    }

    .popup .route-guide:hover {
        background-color: #cc0033;
        color: white;
        border: 1px solid #cc0033;
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
    }

    #gmap .popup .tel {
        display: none;
    }

    #gmap .popup .map-add {
        display: none;
    }

    #gmap .popup .label-search-box-route {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .popup {
        font-weight: bold;
        min-width: auto;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        position: relative;
        padding-left: 7px;
        padding-right: 2px;
    }

    .popup .map-title a {
        text-decoration: underline;
        font-size: 12px;
        transform: rotate(0.03deg);
        display: block;
        /* font-size: 12px; */
    }

    .popup p {
        padding: 0 0 3px 0;
    }

    .popup .map-title {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .popup p.map-add {
        font-size: 11px;
        padding-bottom: 20px;
    }

    .popup .route-guide {
        text-align: center;
        width: 100%;
        display: block;
        border: 1px solid #7b7b7b;
        box-sizing: border-box;
        padding: 6px;
        padding-right: 20px;
        border-radius: 10px;
        transform: rotate( 0.03deg );
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
        font-size: 12px;
    }

    .popup .route-guide:hover {
        background-color: #cc0033;
        color: white;
        border: 1px solid #cc0033;
        transition: background-color 0.2s linear, color 0.2s linear, border 0.2s linear;
    }

    .popup .route-guide:after {
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 12px;
        height: 9px;
        margin: 0 0 0 10px;
        background: url(/assets/a/images/common/icon/icon-link_external_gray.svg) no-repeat;
        background-size: contain;
        vertical-align: middle;
        background-size: 12px 9px;
    }
}

.deep-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.32);
    z-index: 9999;
}
.deep-modal-overlay{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.32);
}
.deep-modal-contents{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 853px;
    background-color: #fff;
    border-radius: 30px;
    padding: 55px 105px;
    box-sizing: border-box;

}
.deep-modal-title{
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2;
}
.deep-modal-notice{
    font-size: 16px;
    color: #FF0000;
    margin-top: 20px;
}
.deep-modal-close{
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .deep-modal-contents{
        width: calc(100% - 32px);
        padding: 59px 23px 30px 23px;
        max-width: 500px;
    }
    .deep-modal-title{
        font-size: 18px;
        margin-bottom: 23px;
    }
    .deep-modal-notice{
        font-size: 13px;
        margin-top: 12px;
        line-height: 1.76;
    }
}
