.containerInnerMap {
    position:relative;
    padding-top:40px;
    overflow: hidden;
}

.containerInnerMap ul,
.containerInnerMap ol,
.containerInnerMap dl {
    padding: 0;
    margin: 0;
}
#mapMenu ul li,
#mapPoint ul li,
#mapSort ul li {
    list-style: none;
}
#mapMenu {
    width: 285px;
    position: absolute;
    top: 40px;
    left: -285px;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.9);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#mapMenu.open {
    left: 0;
}
#mapMenu .mapMenuBtn {
    position: absolute;
    top: 10px;
    right: -55px;
    padding: 10px;
    background: rgba(0,0,0,.75);
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
#mapMenu .mapMenuBtn p,
#mapMenu .mapMenuBtn i {
    display: inline-block;
    vertical-align: bottom;
    transition: all .4s;
    box-sizing: border-box;
}
#mapMenu .mapMenuBtn p {
    position: relative;
    width: 25px;
    height: 22px;
}
#mapMenu .mapMenuBtn i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
#mapMenu .mapMenuBtn i:nth-of-type(1) {
    top: 0;
}
#mapMenu .mapMenuBtn i:nth-of-type(2) {
    top: 10px;
}
#mapMenu .mapMenuBtn i:nth-of-type(3) {
    bottom: 0;
}
#mapMenu.open .mapMenuBtn i:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
#mapMenu.open .mapMenuBtn i:nth-of-type(2) {
    opacity: 0;
}
#mapMenu.open .mapMenuBtn i:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
#mapMenu .mapTabList,
#mapMenu .mapTabList .mapTab {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
#mapMenu .mapTabList .mapTab {
    width: 33.33333%;
    height: 40px;
    color: #484848;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #252322;
}
#mapMenu .mapTabList .mapTab.current {
    color: #e8e1c7;
    border-bottom: 2px solid #86765d;
}
#mapMenu .mapTabCntList {
    height: calc(100% - 40px);
    padding: 15px 20px;
}
#mapMenu .mapTabCntList .mapTabCnt {
    height: 100%;
}
#mapMenu .mapTabCntList .mapTabCnt {
    display: none;
}
#mapMenu .mapTabCntList .mapTabCnt.current {
    display: block;
}
#mapMenu .mapMenuTtl,
#mapMenu .mapList li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#mapMenu .mapMenuTtl {
    height: 30px;
    color: #CCC;
    font-size: 18px;
    margin-bottom: 15px;
}
#mapMenu .mapList {
    padding-left: 0;
    width: auto;
    height: calc(100% - 70px);
    -ms-overflow-y: scroll;
        overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, .5);
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
}
#mapMenu .mapList li {
    position: relative;
}
#mapMenu .mapList > li + li {
    margin-top: 10px;
}
#mapMenu .mapList li[class*=lv]:before {
    display: block;
    position: absolute;
    right: 0;
    top: 37px;
    padding: 2px 5px;
}
#mapMenu .mapList .lv30:before {
    content: 'Lv30～';
    color: #2084BA;
}
#mapMenu .mapList .lv40:before {
    content: 'Lv40～';
    color: #ffcc00;
}
#mapMenu .mapList .lv55:before {
    content: 'Lv55～';
    color: #ff6600;
}
#mapMenu .mapList .lv70:before {
    content: 'Lv70～';
    color: #ff0000;
}

#mapMenu .mapList .lv60:before {
    content: 'Lv60～';
    color: #cc0000;
}
#mapMenu .mapList .lv65:before {
    content: 'Lv65～';
    color: #dd0000;
}
#mapMenu .mapList .lv68:before {
    content: 'Lv68～';
    color: #ee0000;
}
#mapMenu .mapList .lv72:before {
    content: 'Lv72～';
    color: #ff0000;
}



#mapMenu .mapList li,
#mapMenu .mapList li a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#mapMenu .mapList li a {
    width: 100%;
    color: #808080;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 20px;
    background: rgba(255,255,255,.1);
    position: relative;
}
#mapMenu .mapList > li > a {
    height: 60px;
}
#mapMenu .mapList .field a {
    border-left: 5px solid #4a6d11;
}
#mapMenu .mapList .village a {
    border-left: 5px solid #1d4966;
}
#mapMenu .mapList .dungeon a {
    border-left: 5px solid #69360f;
}
#mapMenu .mapList .base a {
    border-left: 5px solid #7c5c10;
}
#mapMenu .mapList .current > a {
    color: #CCC;
}
#mapMenu .mapList .field.current > a,
#mapMenu .mapList .field.current .current a {
    border-left: 5px solid #cfffbd;
    box-shadow: 0 0 15px rgba(35,215,50,0.8) inset;
}
#mapMenu .mapList .village.current > a,
#mapMenu .mapList .village.current .current a {
    border-left: 5px solid #bdfffe;
    box-shadow: 0 0 15px rgba(0,155,255,0.8) inset;
}
#mapMenu .mapList .dungeon.current > a,
#mapMenu .mapList .dungeon.current .current a {
    border-left: 5px solid #ffd1bd;
    box-shadow: 0 0 15px rgba(255,100,0,0.8) inset;
}
#mapMenu .mapList .base.current > a,
#mapMenu .mapList .base.current .current a {
    border-left: 5px solid #ffe1bd;
    box-shadow: 0 0 15px rgba(255,165,30,0.8) inset;
}
#mapMenu .mapList li a:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}
#mapMenu .mapList .hasSub > a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255,255,255,.5);
    border-right: 2px solid rgba(255,255,255,.5);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#mapMenu .mapList .hasSub.open > a:after {
    transform: rotate(135deg);
}
#mapMenu .mapList .mapSubList {
    padding-left: 10px;
    margin-top: 5px;
    display: none;
}
#mapMenu .mapList .mapSubList li {
    margin-top: 5px;
}
#mapMenu .mapList .mapSubList li a {
    height: 40px;
}


#mapPoint {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    border-top: 1px solid #55340F;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    z-index: 999;
    padding: 0 10px;
}
#mapPoint .mapPointList,
#mapPoint .mapBoss,
#mapPoint .mapType {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#mapPoint .mapPointList li a,
#mapPoint .mapBoss li a,
#mapPoint .mapType li a {
    display: block;
    width: 100px;
    color: #808080;
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
    margin: 0 10px;
    position: relative;
}
#mapPoint .mapPointList li.on a {
    color: #FFF;
}
#mapPoint .mapPointList li + li a:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 30px;
    left: -35px;
}
#mapPoint .mapPointList li a:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    filter:alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity:0.5;
}
#mapPoint .mapPointList li.on a:before {
    filter:alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity:1;
}
#mapPoint .mapPointList li:nth-child(1) a:before {
    background: url(../images/Map_Icon_field.png) center / contain no-repeat;
}
#mapPoint .mapPointList li:nth-child(2) a:before {
    background: url(../images/Map_Icon_dungeon.png) center / contain no-repeat;
}
#mapPoint .mapPointList li:nth-child(3) a:before {
    background: url(../images/Map_Icon_village.png) center / contain no-repeat;
}
#mapPoint .mapPointList li:nth-child(4) a:before {
    background: url(../images/Map_Icon_base.png) center / contain no-repeat;
}
#mapPoint .mapBoss li a,
#mapPoint .mapType li a {
    width: 120px;
    height:4em;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #E3DAC0;
    text-align: left;
    -webkit-border-radius: 5px;
            border-radius: 5px;

    padding: 0px 10px 0px 60px;
    background-color: rgba(0,0,0,1);
    filter:alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    margin: 0;
}
#mapPoint .mapBoss li:last-child a,
#mapPoint .mapType li:last-child a {
    margin-left: 15px;
}
#mapPoint .mapBoss li.on a,
#mapPoint .mapType li.on a {
    filter:alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity:1;
}
#mapPoint .mapBoss li a:before,
#mapPoint .mapType li a:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#mapPoint .mapType .terrain a:before {
    background: url(../images/Map_Icon_terrain.png) center / contain no-repeat;
}
#mapPoint .mapType .plane a:before {
    background: url(../images/Map_Icon_plane.png) center / contain no-repeat;
}
#mapPoint .mapBoss .boss a:before {
    background: url(../images/Map_Icon_terrain.png) center / contain no-repeat;
}

#mapMenu button[type="button"],
#mapSort button[type="button"],
#mapTime button[type="button"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
#mapMenu button[type="button"]:disabled,
#mapSort button[type="button"]:disabled,
#mapTime button[type="button"]:disabled {
    cursor: default;
}
#mapSort button[type="button"]:disabled,
#mapTime button[type="button"]:disabled {
    color: rgba(51, 51, 51, .35);
}
#mapMenu button[type="button"]:disabled::before,
#mapSort button[type="button"]:disabled::before,
#mapTime button[type="button"]:disabled {
    opacity: .35;
}
#mapSort,
#mapTime,
#mapMenu {
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
}
#mapSort #divServer + .mapSortCnt .mapSortTtl {
    width: 175px;
}


#mapSort {
    display: flex;
    position: absolute;
    top: 50px;
    right: 0px;
}
#mapSort .mapSortCnt {
    z-index:800;
    margin: 0 10px;
}
#mapSort .mapSortCnt .mapSortTtl {
    width: 140px;
    color: #333;
    font-size: 14px;
    text-align: center;
    background: rgba(255,255,255,.45);
    padding: 8px 5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#mapSort .mapSortCnt .mapSortTtl:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#mapSort .mapSortCnt.open .mapSortTtl {
    -webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
            border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}
#mapSort .mapSortCnt.open .mapSortTtl:before {
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #333 transparent;
}
#mapSort .mapSortCnt .mapSortList {
    max-height: 340px;
    padding-left: 0;
    margin-top: 2px;
    display: none;
    overflow: hidden;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
}
#mapSort .mapSortCnt .mapSortList li + li {
    margin-top: 2px;
}
#mapSort .mapSortCnt .mapSortList li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(255,255,255,.92);
}
#mapSort .mapSortCnt .mapSortList li a:hover {
    background: rgba(255,255,255,.99);
}


#mapTime {
    height: 40px;
    text-align: center;
    position: absolute;
    top: 105px;
    right: 10px;
    background: rgba(255,255,255,.6);
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    z-index:700;
}

#mapTime .mapTimeBtn {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 18px;
    text-align: center;
    position: relative;
}
#mapTime .mapTimeDisp {
    padding: 0 20px;
}
#mapTime .mapTimeBtn:before {
    content: '';
    width: 1px;
    height: 30px;
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#mapTime #mapTimeUp:before {
    right: 0;
}
#mapTime #mapTimeDown:before {
    left: 0;
}

#mapTime .mapTimeBtn:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#mapTime #mapTimeUp:after {
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #333  transparent;
}
#mapTime #mapTimeDown:after {
    border-width: 8px 4px 0 4px;
    border-color: #333  transparent transparent transparent;
}

#mapTime #mapTimeUp.disable:after {
    border-color: transparent transparent #999  transparent;
}
#mapTime #mapTimeDown.disable:after {
    border-color: #999  transparent transparent transparent;
}

#mapIndicator {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}


/*map btn関連*/
.gm-fullscreen-control {
    display:none;
    /*filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;*/
}
.gm-bundled-control-on-bottom .gmnoprint > div {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
}
.gmnoprint .gm-style-mtc:first-child {
    margin-left: 55px;
}



@media screen and (max-width: 896px) {
#mapMenu .mapTabCntList {
    padding: 10px;
}
#mapMenu .mapTabList .mapTab,
#mapMenu .mapMenuTtl {
    font-size: 14px;
}
#mapMenu .mapMenuBtn {
    padding: 5px;
    right: -45px;
}
#mapMenu .mapMenuTtl {
    height: 20px;
    margin-bottom: 10px;
}
#mapMenu .mapList {
    height: calc(100% - 10px);
}
#mapMenu .mapList li[class*=lv]:before {
    top: 30px;
}
#mapMenu .mapList > li > a {
    height: 50px;
}
.contentBodyContent {
    width: 100% !important;
}
#mapPoint .mapPointList li a {
    width: 65px;
    margin: 0 5px;
    font-size: 12px;
}
#mapPoint .mapBoss li a,
#mapPoint .mapType li a {
    font-size: 10px;
}
#mapPoint .mapPointList li + li a:after {
    width: 25px;
    left: -18px;
}




}


/*map btn関連*/
.gmnoprint .gm-style-mtc:first-child {
    margin-left: 0 !important;
}
.gmnoprint .gm-style-mtc {
    display:none;
    /*margin-top: 60px !important;*/
}
.gmnoprint .gm-style-mtc div[role="button"] {
}








@media screen and (max-width: 812px) {
.maponly.allContainer,
.maponly.allContainer .container,
.maponly.allContainer .container .containerInnerMap {
    max-height:95vh !important;
    overflow: hidden !important;
}
#mapSort .mapSortCnt .mapSortTtl {
    width: 120px;
    padding: 5px 15px;
}
#mapPoint {
    bottom: -70px;
}
#mapPoint.open {
    bottom: 0;
}

#mapTime {
    height: 35px;
    top: 100px;
}
#mapTime .mapTimeBtn {
    width: 35px;
    height: 35px;
}

#mapPoint .mapBtmBtn {
    width: 50px;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    overflow: hidden;
}
#mapPoint .mapBtmBtn:before {
    content: '';
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#mapPoint .mapBtmBtn:after {
    content: '\25B2';
    width: 100%;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
    color: #FFF;
}
#mapPoint.open .mapBtmBtn:after {
    content: '\25BC';
}
#mapPoint .mapType  {
    right: 5px;
}
#mapPoint .mapType li a {
    width: 60px;
    height: 60px;
    padding: 35px 0 5px 0;
    margin: 0 5px;
    text-align: center;
}
#mapPoint .mapType li a:before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
#mapPoint .mapBoss  {
    right: 5px;
}
#mapPoint .mapBoss li a {
    width: 60px;
    height: 60px;
    padding: 35px 0 5px 0;
    margin: 0 5px;
    text-align: center;
}
#mapPoint .mapBoss li a:before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
}



@media screen and (max-width: 667px) {
/*map btn関連*/
.gm-fullscreen-control {
    width: 6vw !important;
    height: 6vw !important;
}
.gm-bundled-control-on-bottom .gmnoprint > div {
    width: 6vw !important;
    height: 12vw !important;
    margin-top: 6vw !important;
}
.gm-bundled-control-on-bottom .gmnoprint > div > button {
    width: 6vw !important;
    height: 6vw !important;
}
#mapSort {
    /* right: 9vw; */
}
#mapSort .mapSortCnt {
    /* z-index:999; */
    margin: 0 1VW;
}
#mapSort .mapSortCnt .mapSortTtl {
    width: 20VW;
    padding: .5VW 0;
    font-size: 2.5VW;
}
#mapSort .mapSortCnt .mapSortList {
    max-height: 165px;
}
#mapSort .mapSortCnt .mapSortList li a {
    padding: .5vw 2VW;
    font-size: 2VW;
}
#mapSort .mapSortCnt .mapSortTtl:before {
    border-width: 6px 3px 0 3px;
    right: 6px;
}

#mapTime {
    top: calc(50px + 7vw);
    height: 6vw;
}
#mapTime .mapTimeDisp {
    padding: 0 1.5vw;
    font-size: 2VW;
    line-height: 1.2;
}
#mapTime .mapTimeBtn {
    height: 6vw;
}

#mapPoint {
    height: 60px;
    bottom: -60px;
}
#mapPoint .mapPointList li a,
#mapPoint .mapBoss li a,
#mapPoint .mapType li a {
    padding-top: 35px;
}
#mapPoint .mapPointList li a:before {
    width: 40px;
    height: 40px;
}
#mapPoint .mapPointList li + li a:after {
    top: 20px;
}
#mapPoint .mapBoss li a:before,
#mapPoint .mapType li a:before {
    width: 30px;
    height: 30px;
}
}







@media screen and ( max-width: 415px) {
.container {
    width: 96%;
}
#mapMenu {
    width: 70vw;
    left: -70vw;
    padding: 2.666666666666667VW;
}
#mapMenu .mapMenuTtl {
    margin-bottom: 2.666666666666667VW;
}
#mapMenu .mapList {
    height: calc(100% - 70px);
}
#mapMenu .mapList li[class*=lv]:before {
    font-size: 3.2vw;
}
#mapMenu .mapList li a {
    font-size: 3.4666666666666663VW;
}
#mapMenu .mapList > li > a {
    height: 16VW;
}
#mapMenu .mapList .mapSubList li a {
    height: 10.666666666666668VW;
}
#mapMenu .mapMenuBtn {
    padding: 2.5vw;
    top: 3vw;
    right: -13vw;
}
#mapMenu .mapMenuBtn p {
    width: 6.5vw;
    height: 6vw;
}
#mapMenu .mapMenuBtn i {
    height: 0.5333333333333333VW;
}
#mapMenu .mapMenuBtn i:nth-of-type(2) {
    top: 2.8vw;
}
#mapMenu.open .mapMenuBtn i:nth-of-type(1) {
    -webkit-transform: translateY(2.8vw) rotate(-45deg);
    transform: translateY(2.8vw) rotate(-45deg);
}
#mapMenu.open .mapMenuBtn i:nth-of-type(3) {
    -webkit-transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(-2.6vw) rotate(45deg);
}


#mapPoint {
    height: 70px;
    padding: 0;
}
#mapPoint .mapPointList {
    padding-left: 0;
}
#mapPoint .mapPointList li a {
    width: 16VW;
    margin: 0 1VW;
    font-size: 2.6VW;
    padding-top: 13.333333333333334VW;
}
#mapPoint .mapPointList li a:before {
    width: 13.333333333333334VW;
    height: 13.333333333333334VW;
}
#mapPoint .mapPointList li + li a:after {
    width: 7.666666666666668VW;
    top: 6.666666666666667VW;
    left: -5VW;
}
#mapPoint .mapBoss,
#mapPoint .mapType {
    right: 0;
    height: 70px;
}
#mapPoint .mapBoss li a,
#mapPoint .mapType li a {
    width: 11vw;
    font-size: 2.6VW;
    margin: 0 1vw;
    padding-top: 9vw;
}
#mapPoint .mapBoss li a:before,
#mapPoint .mapType li a:before {
    width: 7vw;
    height: 7vw;
}



/*map btn関連*/
.gmnoprint .gm-style-mtc {
    display:none;
    /*margin-top: 13.5vw !important;*/
}
.gmnoprint .gm-style-mtc div[role="button"] {
    font-size: 2.666666666666667VW !important;
    padding: 2vw 5vw !important;
    height: 10vw !important;
}
}

.gm-style iframe[aria-hidden="true"] + div:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.gm-style a[rel="noopener"] div,
.gmnoprint div[draggable="false"],
.gmnoprint.gm-style-cc{
    opacity:0.5;
}




.bubbleInside{line-height:1.5;color:#525252}
.bubbleInside .nameArea{margin-bottom:10px;padding:8px 0 12px 55px;border-bottom:1px solid #ababab;font-size:110%;font-weight:bold;}
.bubbleInside .nameArea .pos{font-size:80%;color:#aaa;}
.bubbleInside a:link{color:#169ade}
.bubbleInside a:visited{color:#169ade}
.bubbleInside a:hover{color:#169ade}
.bubbleInside a:active{color:#169ade}

.bubbleInside .infoArea dt{float:left;font-weight:bold;width:50px;margin-bottom:5px;}
.bubbleInside .infoArea dd{display:flex;margin-left:70px;margin-bottom:5px;}
.bubbleInside .infoArea dd ol li{margin-left:2px;color:#aaa;list-style:decimal !important}
.bubbleInside .infoArea dd li.current{color:#525252}
.bubbleInside .infoArea dd li a{color:#aaa}
.bubbleInside .infoArea dd li.current a{color:#525252}
.bubbleInside .infoArea td {color:#aaa}
.bubbleInside .infoArea dt.monster{float:none;width:8em;}
.bubbleInside .infoArea dd.monster{margin-left:0;}
.bubbleInside .infoArea dd.monster ol{padding: 0;}
.bubbleInside .imgArea{margin-top:5px;margin-bottom:10px;text-align:center}


.bubbleInside .monster .attr {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: #FFF;
    border: 1px solid #333;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.bubbleInside .monster .attr:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.bubbleInside .infoArea dd.monster table th {
    text-align: center;
}
.bubbleInside .infoArea dd.monster table td:first-child {
    padding-right: 5px;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .icnFire {
    background: url(https://ncjapan2.nefficient.jp/ncjapan/bip/img/icon/Com_Icn_Fire.png) center / contain no-repeat;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .icnWater {
    background: url(https://ncjapan2.nefficient.jp/ncjapan/bip/img/icon/Com_Icn_Water.png) center / contain no-repeat;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .icnAir {
    background: url(https://ncjapan2.nefficient.jp/ncjapan/bip/img/icon/Com_Icn_Wind.png) center / contain no-repeat;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .icnEarth {
    background: url(https://ncjapan2.nefficient.jp/ncjapan/bip/img/icon/Com_Icn_Ground.png) center / contain no-repeat;
}

.bubbleInside .infoArea dd.monster table td:first-child .icn [class*=weak]:before,
.bubbleInside .infoArea dd.monster table td:first-child .icn [class*=immune]:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    /*width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);*/
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak10:before {
    background: #fbebeb;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak20:before {
    background: #f6d6d6;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak30:before {
    background: #f2c2c2;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak40:before {
    background: #edadad;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak50:before {
    background: #e99999;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak60:before {
    background: #e48484;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak70:before {
    background: #e07070;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak80:before {
    background: #db5b5b;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak90:before {
    background: #d74747;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .weak100:before {
    background: #d23232;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune10:before {
    background: #eaf4ff;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune20:before {
    background: #d5e8fe;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune30:before {
    background: #c0ddfe;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune40:before {
    background: #abd1fd;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune50:before {
    background: #96c6fd;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune60:before {
    background: #80bbfc;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune70:before {
    background: #6caffc;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune80:before {
    background: #56a4fb;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune90:before {
    background: #4299fb;
}
.bubbleInside .infoArea dd.monster table td:first-child .icn .immune100:before {
    background: #2c8dfa;
}


.field .nameArea {background: url(../images/Map_Icon_field.png) left center / contain no-repeat;}
.dungeon .nameArea{background:url(../images/Map_Icon_dungeon.png) left center / contain no-repeat;}
.village .nameArea{background:url(../images/Map_Icon_village.png) left center / contain no-repeat;}
.base .nameArea{background:url(../images/Map_Icon_base.png) left center / contain no-repeat;}




#popupStart {
    position: relative;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    z-index: -1;
}
#popupStart.open {
    z-index: 999999;
    opacity: 1;
}
#popupStart #popupBG {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 1;
}
#popupStart #popupMain {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2;
    background: #FFF;
    min-width: 100px;
    min-height: 100px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(.5);
       -moz-transform: translate(-50%, -50%) scale(.5);
        -ms-transform: translate(-50%, -50%) scale(.5);
         -o-transform: translate(-50%, -50%) scale(.5);
            transform: translate(-50%, -50%) scale(.5);
}

#popupStart.open #popupMain {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}
#popupStart #popupMain #popupClose {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 31px;
    right: 46px;
    cursor: pointer;
}
#popupStart #popupMain #popupClose:before,
#popupStart #popupMain #popupClose:after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 1s;
}
#popupStart #popupMain #popupClose:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#popupStart #popupMain #popupClose:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#popupStart #popupMain #popupClose:hover:before,
#popupStart #popupMain #popupClose:hover:after {
    background:#AF7746;
}
#popupStart #popupMain #popupClose:hover:before {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}
#popupStart #popupMain #popupClose:hover:after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}