@charset "utf-8";

.info_wrap{
    width: 770px;
    background-color: #FFFFFF;
    margin: 0 auto;
}
.info_contents {
    padding: 30px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 690px;
    margin: 0 auto;
}
.info{
  width:340px;
}
.map{
  width: 280px;
  height: 280px;  
}
.map_overlay_contents03{
  position: absolute;
  top: 56%;
  right: 170px;
  transform: translateY(-50%);
  width: 220px !important;
  height: 220px !important;
  padding: 0px;
  overflow: hidden;
}
.map_overlay_contents03 iframe{
  width: 220px !important;
  height: 220px !important;
  display: block;
  object-fit: cover;
}