.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:0.2;
}
.navigator_heading {
  text-align: center;
}
img.navigator_icon {
  width: 70px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}
.naviSelectorDirect {
  position: fixed;
  /* width: 20%; */
  height: 26%;
  transform-origin: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  max-width: 100px;
}

/* 1段目 */
[data-position="1"] { top: 10%; left: 10%; }
[data-position="2"] { top: 10%; left: 30%; }
[data-position="3"] { top: 10%; left: 50%; }
[data-position="4"] { top: 10%; left: 70%; }
[data-position="5"] { top: 10%; left: 90%; }
/* 2段目 */
[data-position="6"] { top: 57%; left: 10%; }
[data-position="7"] { top: 57%; left: 30%; }
[data-position="8"] { top: 57%; left: 50%; }
[data-position="9"] { top: 57%; left: 70%; }
[data-position="10"] { top: 57%; left: 90%; }
/* 3段目 */
[data-position="11"] { bottom: 10%; left: 10%; }
[data-position="12"] { bottom: 10%; left: 30%; }
[data-position="13"] { bottom: 10%; left: 50%; }
[data-position="14"] { bottom: 10%; left: 70%; }
[data-position="15"] { bottom: 10%; left: 90%; }

[data-size="large"] {
  /* transform-origin: center center; */
  /* transform: scale(1.5); */
}
[data-size="small"] {
  /* transform-origin: center center; */
  /* transform: scale(0.7); */
}
.naviSelectorDirect table,
.naviSelectorDirect thead,
.naviSelectorDirect tbody,
.naviSelectorDirect th,
.naviSelectorDirect tr,
.naviSelectorDirect td {
  display: block;
}
.navi-selector-avatar {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  height: 100%;
  object-fit: contain;
}

/* --------------------------- layout 2 -------------------------------*/
.naviSelectorDirect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  /* z-index: 10000; */
}

.navi-selector-img {
  display: flex;
  margin-bottom: 10px;
}

.navi-selector-icons {
    position: absolute;
    top: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navi-selector-icons img {
  width: 40px;
  cursor: pointer;
}

.navi-selector-icons p {
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}

/* Messsage */
.naviSelectorDirect #notice {
  position: absolute;
  top: 10%!important;
  margin-top: 50px;
  background-color: #fffe00!important;
  color: #000!important;
  /* border: 5px solid #FC0!important; */
  padding: 10px!important;
}

/* .naviSelectorDirect #notice::before {
  content: "";
  border: 10px solid transparent;
  position: absolute;
  bottom: 20%;
} */

/* 吹き出し */
/* 1列目 */
[data-position="1"] #notice { right: -5%!important; }
[data-position="6"] #notice { right: -5%!important; }
[data-position="11"] #notice { right: -5%!important; }
/* 2列目 */
[data-position="2"] #notice { right: -5%!important; }
[data-position="7"] #notice { right: -5%!important; }
[data-position="12"] #notice { right: -5%!important; }
/* 3列目 */
[data-position="3"] #notice { left: -5%!important; }
[data-position="8"] #notice { left: -5%!important; }
[data-position="13"] #notice { left: -5%!important; }
/* ４列目 */
[data-position="4"] #notice { left: -5%!important; }
[data-position="9"] #notice { left: -5%!important; }
[data-position="14"] #notice { left: -5%!important; }
/* 5列目 */
[data-position="5"] #notice { left: -5%!important; }
[data-position="10"] #notice { left: -5%!important; }
[data-position="15"] #notice { left: -5%!important; }

/* 吹き出し三角 */
/* 1列目 */
[data-position="1"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
[data-position="6"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
[data-position="11"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
/* 2列目 */
[data-position="2"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
[data-position="7"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
[data-position="12"] #notice::before { right: 100%!important; border-right: 20px solid #FC0; }
/* 3列目 */
[data-position="3"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="8"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="13"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
/* ４列目 */
[data-position="4"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="9"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="14"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
/* 5列目 */
[data-position="5"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="10"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
[data-position="15"] #notice::before { left: 100%!important; border-left: 20px solid #FC0; }
