@charset "UTF-8";
/* CSS Document */


#sitemap{
    margin: 0 auto 100px;
    width: 1225px;
}

@media only screen and (max-width: 768px) {
#sitemap{
    margin: 0 auto 80px;
    width: 90%;
}
}

#sitemap .inner {
    border-top: 5px solid #4d5355; 
    border-bottom: 5px solid #4d5355; 
    margin: 0 auto;
    padding: 70px 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
#sitemap .inner {
    border-top: 4px solid #4d5355; 
    border-bottom: 4px solid #4d5355; 
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
}
}
.main-link {
    margin: 0 auto 70px auto;
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 25px;
    row-gap: 48px;
}

.main-link .banner {
    margin: 0;
    padding: 0 0 15px 80px;
    width: calc(462px - 80px);
    border-bottom: 1px solid #4d5355;
    transition: 0.2s ease;
    display: block;
}
.main-link .banner p {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.main-link .banner p.ev {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.main-link .banner:hover {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
}

.main-link .banner span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding-top: 7px;
    padding-left: 2px;
}

@media only screen and (max-width: 768px) {
    .main-link {
        margin: 0 auto 40px auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
        row-gap: 30px;
    }
    .main-link a {
        width: calc(50% - 10px);
        text-decoration: none;
    }
    
    .main-link .banner {
        margin: 0;
        padding: 0 0 8px 47px;
        width: calc(100% - 47px);
        border-bottom: 1px solid #4d5355;
        transition: 0.2s ease;
        display: block;
    }
    .main-link .banner p {
        margin: 0 0 0 0;
        padding: 0;
        font-size: 14px;
        color: #4d5355;
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 0;
        height: 2.5em;
    }
    .main-link .banner p.ev {
        margin: -10px 0 10px 0;
        padding: 0;
        font-size: 14px;
        color: #4d5355;
        line-height: 1.2em;
        font-weight: 700;
        letter-spacing: 0;
        height: 2.5em;
    }

    .main-link .banner:hover {
        filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
    }
    
    .main-link .banner span {
        font-size: 12px;
        font-weight: normal;
        display: block;
        padding-top: 3px;
        padding-left: 2px;
    }
}

.main-link .shoplist {
    background: url(../img/common/ico-spmenu1.svg) left 7px top no-repeat; background-size: auto 50px; 
}
.main-link .event {
    background: url(../img/common/ico-spmenu4.svg) left 7px top no-repeat; background-size: auto 50px; 
}
.main-link .floorguide {
    background: url(../img/common/ico-spmenu2.svg) left 7px top no-repeat; background-size: auto 50px; 
}
.main-link .enjoy {
    background: url(../img/common/ico-spmenu5.svg) left 7px top no-repeat; background-size: auto 50px; 
}
.main-link .shopnews {
    background: url(../img/common/ico-spmenu3.svg) left 7px top no-repeat; background-size: auto 50px; 
}
.main-link .facility {
    background: url(../img/common/ico-spmenu6.svg) left 7px top no-repeat; background-size: auto 50px; 
}

@media only screen and (max-width: 768px) {
.main-link .shoplist {
    background: url(../img/common/ico-spmenu1.svg) left 7px top no-repeat; background-size: auto 30px; 
}
.main-link .event {
    background: url(../img/common/ico-spmenu4.svg) left 7px top no-repeat; background-size: auto 30px; 
}
.main-link .floorguide {
    background: url(../img/common/ico-spmenu2.svg) left 7px top no-repeat; background-size: auto 30px; 
}
.main-link .enjoy {
    background: url(../img/common/ico-spmenu5.svg) left 7px top no-repeat; background-size: auto 30px; 
}
.main-link .shopnews {
    background: url(../img/common/ico-spmenu3.svg) left 7px top no-repeat; background-size: auto 30px; 
}
.main-link .facility {
    background: url(../img/common/ico-spmenu6.svg) left 7px top no-repeat; background-size: auto 30px; 
}
}



.sub-link {
    margin: 0 auto 70px auto;
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 23px;
}

.sub-link .banner {
    margin: 0;
    padding: 23px 0 11px 85px;
    width: calc(220px - 85px);
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.2s ease;
    display: block;
    border-radius: 20px;
    background-color: #f8f9f9;
    position: relative;
}

.sub-link .banner::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    height: 47px;
    transition: 0.2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sub-link .movie::before {
    background-image: url(../img/common/ico-spmenu7.svg);
    height: 53px;
}

.sub-link .kids::before {
    background-image: url(../img/common/ico-spmenu8.svg);
}

.sub-link .foot::before {
    background-image: url(../img/common/ico-spmenu9.svg);
}

.sub-link .walking::before {
    background-image: url(../img/common/ico-spmenu10.svg);
    height: 53px;
}

.sub-link .banner:hover {
    color: #009bdd;
}

.sub-link .banner:hover::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
}

.sub-link .banner span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-top: 3px;
}

@media only screen and (max-width: 768px) {
.sub-link {
    margin: 0 auto 30px auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
}
.sub-link a {
    width: calc(50% - 10px);
    text-decoration: none;
}

.sub-link .banner {
    margin: 0;
    padding: 15px 0 11px 55px;
    width: calc(100% - 55px);
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0;
    transition: 0.2s ease;
    display: block;
    border-radius: 15px;
    background-color: #f8f9f9;
    position: relative;
}

.sub-link .banner::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    transition: 0.2s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sub-link .movie::before {
    background-image: url(../img/common/ico-spmenu7.svg);
    height: 43px;
}

.sub-link .kids::before {
    background-image: url(../img/common/ico-spmenu8.svg);
}

.sub-link .foot::before {
    background-image: url(../img/common/ico-spmenu9.svg);
}

.sub-link .walking::before {
    background-image: url(../img/common/ico-spmenu10.svg);
    height: 43px;
}

.sub-link .banner:hover {
    color: #009bdd;
}

.sub-link .banner:hover::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(1453%) hue-rotate(165deg) brightness(90%) contrast(101%);
}

.sub-link .banner span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-top: 3px;
}
}


.txt-link {
    margin: 0 auto;
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.txt-link .banner {
    margin: 0;
    padding: 0;
    width: 450px;
}
.txt-link .banner a {
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: 0.2s ease;
    display: block;
}
.txt-link .banner a:hover {
    color: #009bdd;
}

@media only screen and (max-width: 768px) {
.txt-link {
    margin: 0 auto;
    width: 93%;
    display: block;
}

.txt-link .banner {
    margin: 0;
    padding: 0;
    width: 100%;
}
.txt-link .banner a {
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0;
    transition: 0.2s ease;
    display: block;
}
.txt-link .banner a:hover {
    color: #009bdd;
}
}
