.image .pointDetail {/*aタグを画像の真ん中に*/
  position: absolute;
    margin-top: 50px;
    width: 22%;
    height: 93.5%;
    top: 7%;
    right: 10%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(4%,-2.5%);
    /*以下装飾*/
    margin:0;/*余計な隙間を除く*/
    font-size: 20px;/*文字サイズ*/
    border: solid red 2px; /*線で囲う*/
    color: black;/*文字色*/
    text-decoration: none;/*下線を表示させない*/
}
.image a.pointEventTag {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 5%;
  height: 5%;
  top: 9.5%;
  left: 70%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointBookmarkTag {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 4.75%;
  height: 5%;
  top: 9.5%;
  left: 75.25%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointDownloadTag {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 4.5%;
  height: 5%;
  top: 9.5%;
  left: 80.25%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
.image a.pointMoonFace {/*aタグを画像の真ん中に*/
  position: absolute;
  margin-top: 50px;
  width: 20%;
  height: 25%;
  top: 71%;
  left: 69.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-0%,0%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid red 2px; /*線で囲う*/
  color: black;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
}
