/* ----------------
	floor map page
 ---------------- */
.pc,
.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* ---- section ---- */
section.common {
  padding: 100px 5% 0;
}
section.common + section.common {
  margin: 50px 0 120px;
}
section.common > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
section.common header {
  padding-bottom: 15px;
}
section.common h1 {
  font-size: 37px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
}
section.common h2 {
  font-size: 24px;
}
section.common .pdfLink {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .floormap_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.floormap_list li {
  margin-top: 60px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .floormap_list li {
    margin-top: 40px;
    width: 100%;
  }
}
.floormap_list li a {
  border: 1px solid #000;
  display: block;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.floormap_list li img {
  display: block;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .floormap_list li img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  section.common {
    padding: 12vw 7vw 0;
  }
  section.common + section.common {
    margin: 5vw 0 16vw;
  }
  section.common > .inner {
    max-width: none;
    margin: 0;
  }
  section.common header {
    padding-bottom: 3vw;
  }
  section.common h1 {
    font-size: 2.6rem;
  }
  section.common h1 + p {
    margin-top: 2vw;
    font-size: 1.3rem;
  }
}