/*************************************************************/
/*************************************************************/
/***********************マップ・バナー***************************/
/*************************************************************/
/*************************************************************/
@font-face {
    font-family: 'genjyuu';
    src: url(img/GenJyuuGothic-Medium.ttf);
}



.shop_box--map {
    background: url(img/bg.png) repeat;
    z-index: -2;
}

.shop_box--map .inner {
    position: relative;

}

.shop_box--map *,
.banner-ul * {
    font-family: 'genjyuu',
        "游ゴシック",
        YuGothic,
        "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        "Meiryo",
        sans-serif !important;
}

.map-anker {
    position: relative;
}

.map-anker__li {
    position: relative;
    display: block;
    color: #44302E;
    font-weight: bold;
    transition: .2s;
    z-index: 3;
}

.map-anker__li.active {
    color: #fff !important;
    text-decoration: none !important;
    background: #E86E9D;
}


.map-anker__li.active::after {
    border-color: #fff;
}

.map-img__li--bg {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.map-img__li:not(.map-img__li--bg) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .2s .2s;
}

.map-img__li.active {
    opacity: 1;
    visibility: visible;
    transition: .2s;
    z-index: 1;
}

.map-btn--1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35.2%;
    height: 26.5%;
    z-index: 2;
}

.map-btn--2 {
    position: absolute;
    top: 27%;
    right: 0;
    width: 35.2%;
    height: 34.2%;
    z-index: 2;
}

.map-btn--3 {
    position: absolute;
    top: 61.8%;
    right: 0;
    width: 32%;
    height: 21.2%;
    z-index: 2;
}

.map-btn--4 {
    position: absolute;
    top: 50%;
    right: 33%;
    width: 15%;
    height: 33%;
    z-index: 2;
}

.map-btn--5 {
    position: absolute;
    top: 63%;
    right: 48.5%;
    width: 13.5%;
    height: 27%;
    z-index: 2;
}

.map-btn--6 {
    position: absolute;
    top: 63%;
    right: 62.5%;
    width: 15%;
    height: 10%;
    z-index: 2;
}

.map-btn--7 {
    position: absolute;
    top: 73.5%;
    right: 62.5%;
    width: 15%;
    height: 10%;
    z-index: 2;
}

.map-btn--8 {
    position: absolute;
    top: 63%;
    right: 78.2%;
    width: 23%;
    height: 37%;
    z-index: 2;
}

.map-anker {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
}

@media screen and (max-width: 750px) {
    .map-img {
        position: relative;
        width: 66.66%;
        margin: 5vw auto 0;
    }

    .map-img__li {
        width: 100%;
    }

    .map-deco {
        display: none;
    }

    .map-anker__li {
        width: 42.5vw;
        padding: 10px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #D3D3CF;
        border-radius: 8px;
    }

    .map-anker__li::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-top: 2px solid #44302E;
        border-right: 2px solid #44302E;
        border-radius: 2px;
    }

    .map-anker__li:nth-child(n + 4) {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 751px) {
    .map-anker {
        width: 460px;
        margin-left: 8%;
        padding-bottom: 34%;
    }

    .map-anker__li {
        width: 220px;
        padding: 40px 0;
        font-size: 18px;
        background: #fff;
        border: 1px solid #D3D3CF;
        border-radius: 8px;
    }

    .map-anker__li::after {
        display: block;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translate(-50%, 50%) rotate(45deg);
        width: 8px;
        height: 8px;
        border-right: 2px solid #44302E;
        border-bottom: 2px solid #44302E;
        border-radius: 2px;
    }

    .map-anker__li:nth-child(n + 4) {
        margin-top: 20px;
    }

    .map-img {
        position: absolute;
        right: 10%;
        bottom: 0;
        width: 66.66%;
    }

    .map-img__li {
        display: block;
        width: 100%;
        margin-left: auto;
    }

    .map-deco {
        position: absolute;
        top: 0;
        left: calc(100% + 60px);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
    .map-anker {
        width: 50%;
    }

    .map-anker__li {
        width: calc(50% - 10px);
    }

}

/*****************************************/
.map-link__box,
.map-link__box a:visited {
    color: #41312f!important;
}


.map-link__box {
    text-align: left;
    background: #fbfcf5;
    border-radius: 8px;
}


.map-link__box h3 {
    position: relative;
    font-weight: bold;
}

.map-link__box h3 a {
    display: block;
    transition: .2s;
}

.map-link__box a {
    transition: .2s;
    text-decoration: none !important;
}

.map-link__box a:hover {
    opacity: .7;
}

.map-link__btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.map-link__btn::before,
.map-link__btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #E86E9D;
    border-radius: 2px;
}

.map-link__btn::before {
    transform: translate(-50%, -50%);
}

.map-link__btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .2s;
}

.mapOpen .map-link__btn::after {
    transform: translate(-50%, -50%);
}

.map-link__box h3::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    background: url(img/h-deco.svg) no-repeat center;
    background-size: 100% 100%;

}

.map-link__list a {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 1.5em;
}

.map-link__list a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #E86E9D;
    border-right: 3px solid #E86E9D;
    border-radius: 2px;
    background-size: 100%;
}

.map-link__inner {
    position: relative;
    overflow: hidden;
}

.map-link__list {
    max-height: 0;
}

.mapOpen .map-link__list {
    max-height: 999px;
}

@media screen and (max-width: 750px) {
    .map-link {
        padding-top: 50px;
    }

    .map-link__box {
        margin-top: 5vw;
        padding: 5vw;
    }

    .map-link__box h3 {
        padding-left: 30px;
    }

    .map-link__box h3::after {
        height: 22px;
    }

    .mapOpen .map-link__list {
        margin-top: 5vw;
    }
}

@media screen and (min-width: 751px) {
    .map-link {
        padding-top: 90px;
    }

    .map-link__box {
        padding: 0 30px;
        background: #fbfcf5;
        border-radius: 8px;
    }

    .map-link__box h3 {
        padding: 30px;
        font-size: 22px;
    }

    .map-link__box:nth-child(n + 2) {
        margin-top: 30px;
    }

    .mapOpen .map-link__wrap {
        padding-bottom: 30px;
    }

    .map-link__list a {
        font-size: 18px;
    }


}

/*****************************************/
.banner-li {
    display: block;
}

.banner-li h3 {
    position: relative;
    padding-left: 18px;
    font-weight: bold;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 1.5em;
    transition: opacity .2s;
}

.banner-li p {
    transition: opacity .2s;
}

.banner-li:visited p {
    color: #333!important;
}

.banner-li {
    text-decoration: none !important;
}

.banner-li:hover h3,
.banner-li:hover p {
    opacity: .7;
}

.banner-li h3::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #E86E9D;
    border-right: 3px solid #E86E9D;
    border-radius: 2px;
    background-size: 100%;
}

@media screen and (max-width: 750px) {
    .banner-li {
        margin: 0 5vw;
    }

    .banner-li:nth-child(n + 2) {
        margin-top: 5vw;
    }

    .banner-li h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
}

@media screen and (min-width: 751px) {
    .banner-ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .banner-li {
        width: calc(50% - 15px);
    }

    .banner-li:nth-child(n + 3) {
        margin-top: 30px;
    }

    .banner-li h3 {
        margin: 15px 0 10px;
        font-size: 18px;
    }
}

/*************************************************************/
/*************************************************************/
/*********************ヘッダー・フッター*************************/
/*************************************************************/
/*************************************************************/
.sp-head {
    display: none;
}

#footer_wrap .footer_guide *,
#footer_wrap .footer_menu *,
.search_box a {
    font-family: meiryo,
    sans-serif !important;
}

.cont_box .border_box a {
    font-size: 10px;
}
.btn_close img {
    width: 20%!important;
}
.btn_close--top {
    width: 20px;
    margin-left: auto;
}
@media screen and (max-width: 750px) {
    .navOpen .sp-head {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    
    #accordion .ac li,
    #accordion .ac li a {
        font-family: Helvetica,
        san-serif!important;
    }
}

@media screen and (min-width: 751px) {
    #footer_wrap .footer_menu .inner {
        display: flex;
        flex-wrap: wrap;
    }

    #footer_wrap .footer_menu .inner>div {
        float: none;
    }
}