@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}
.map-wrapper{
  padding:0;
  min-height: auto;
}
.container-map {
  position: relative;
  display: inline-block;
  width: 100%;
}
#taiwan-map {
  margin: auto;
}
.container-blocks{
  padding: 1em;
}
.container-blocks text{
  display: inline-block;
  max-width: 110px;
}
.sub-menu{
  position: relative;
  justify-content: center;
}
#iframeHolder{
  border:1px solid #d0d0d0;
  border-radius: 6px;
  min-height: 100px;
  height: 100%;
  width: 100%;
  text-align: center;
}
#iframe{
  width: 100%;
}
.links-table {
  padding: 0.5rem;
  height: auto;
}
.links-table table {
  background-color: white;
  border-spacing: 0;
  border-top: 0px;
  overflow: hidden;
}
.links-table table tr a:visited {
  color: blue;
}
.links-table table tr:nth-child(odd) {
  background-color: #9CAAB1;
}
.links-table table tr:last-child td {
  border-bottom: 0;
}
.links-table table th {
  background-color: #2f3131;
  color: white;
  font-size: 20px;
}
.links-table table th,
.links-table table td {
  text-align: center;
  margin: 0;
  padding: 0.5rem;
}
.links-table table th:last-child,
.links-table table td:last-child {
  border-right: 0;
}
@media (max-width: 959px) {
  .container {
    position: relative;
    justify-content: center;
  }
  .container-blocks {
    padding: 0;
    display: flex;
  }
  .links-table {
    height: auto;
  }
}
@media screen and (min-width:960px){
  .container-map{
    flex-flow: row nowrap;
    margin-top:2rem;
  }
  #iframeHolder{
    width:340px;
    height:600px;
    min-height: 400px;
  }
  .sub-menu{
    position: absolute;
    top: 0;
    left: 800px;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 2559px) {
  .container {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
