@charset "utf-8";

/* 施設・フロアガイド
---------------------------------------------------*/
.smooth_link + #floor01,
#floor01 + #floor02 {
  padding-top: 20px;
  margin-top: 42px;
}

.txt + .map_img {
  margin-top: 28px;
}
.map_img {
  display: block;
}

.floor_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map_img + .floor_list {
  margin-top: 40px;
}

.floor_list li {
  width: 356px;
}
.floor_list li:nth-child(n+3) {
  margin-top: 32px;
}

.floor_list li .text {
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 12px;
}
.floor_list li .text::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 3px;
  left: 0;
  background: #EA5252;
  border-radius: 50%;
}

@media only screen and (max-width:768px) {
  .smooth_link + #floor01,
  #floor01 + #floor02 {
    padding-top: 80px;
    margin-top: -30px;
  }

  .map_img {
    max-width: 343px;
    height: 100%;
    margin: 0 auto;
  }

  .floor_list {
    display: block;
  }
  .map_img + .floor_list {
    margin-top: 32px;
  }

  .floor_list li {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
  .floor_list li + li,
  .floor_list li:nth-child(n+3) {
    margin-top: 24px;
  }
}
