.mapBox {
  display: none;
  padding: 10px 0 0;
}
.mapBox iframe {
  height: 450px;
  width: 100%;
}
.indent {
  margin: 0 0 0 1em;
}
/* new */
.mapListTbl {
  margin: 20px 0 40px 0;
}
.mapListTbl th {
  font-size: 14px;
  font-weight: bold;
  width: 20%;
}
.mapListTbl td.info {
  font-size: 14px;
  width: 63%;
}
.mapListTbl td.button {
  font-size: 14px;
  text-align: right;
  width: 7%;
}
.mapBoxDetail {
  margin: 20px 0 0;
}
.mapBoxDetail iframe {
  width: 100% !important;
  /* height: 100% !important; */
  height: 600px;
}


.mapOpen {
    font-family: "游ゴシック", 'Noto Sans JP', YuGothic, sans-serif;
      webkit-appearance: none !important;
      -moz-appearance: none;
      appearance: none;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      font-size: 13px;
      padding: 5px 15px;
      text-align: center;
      background: #333333;
      width: 80px;
      color: #ffffff !important;
      text-decoration: none !important;  
}


.sp {
    display: none;
}
@media screen and (max-width: 767px) {
  .mapBox iframe {
    height: 250px;
    width: 100%;
  }
    
.mapListTbl th,
.mapListTbl td {

    width: 100% !important;
    display: block;
}
.mapListTbl td.button {
    margin: 10px 0 0 0;
    text-align: left;

}  
.sp {
    display: inline;
}  
    
}