@charset "utf-8";

.main_visual {
    margin: 100px auto 0;
}
.mv_img_wrap li img {
    width: 800px;
    height: 500px;
    object-fit: cover;
    margin-left: 20px;
    border: 2px solid #000;
}

.mv_txt_wrap{
  position: relative;
  z-index: 2;
}
.mv_ttl p{
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.mv_ttl p .pc-text{
  display: inline-block !important;
}

.access-route-t{
  font-weight: bold;
}
.access-route dd p::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin-right: 15px;
}
/* .access-route {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px; 
}

.access-route dt {
  width: 100%; 
  font-weight: bold;
} */

@media screen and (min-width: 768px){
  .inner_wrap {
width: 90%;
        padding: 0 10px;
        /* margin: 0 auto; */
    }
    .mv_txt_wrap{
  margin-top: -100px;
}
.mv_ttl p{
  margin-left: 50px;
}
.mv_txt {
    font-size: 20px;
    font-weight: bold;
    margin: 80px 0 0 50px;
    line-height: 40px;
}

  /* .access-route dd {
    margin: 0;
    padding: 10px;
    width: calc(50% - 10px);
    box-sizing: border-box;
  } */
  .floor_map{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .floor_figure02{
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px){
  .main_visual {
    margin: 40px auto 0;
}
  .mv_img_wrap li img{
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 0 10px;
    border: 1px solid #000;
  }
  .mv_ttl p{
  font-size: 20px;
}
.mv_txt {
        font-size: 14px;
        font-weight: bold;
        margin: 40px 0 0;
        line-height: 28px;
    }
  .pc-text{
    display: none !important;
  }
}