.commonWidth {
  max-width: 885px;
  width: 90%;
  margin: 0 auto;
}

.contentArea {
  padding-bottom: 0 !important;
}

.txtarea {
  margin: 0 !important;
}

.secInfo {
  padding: 74px 0 80px;
}
.secInfo .contentTitle {
  text-align: center;
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  color: #707070;
  padding-bottom: 44px;
}
.secInfo .btnRound {
  max-width: 416px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .secInfo {
    padding: 12px 0 40px;
  }
  .secInfo .contentTitle {
    font-size: 20px;
  }
}
.secPropertyInfo {
  background-color: #ffffff;
  padding: 0px 0 80px;
}
.secPropertyInfo .secPropertyInfoIn {
  max-width: 670px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .secPropertyInfo {
    padding: 40px 0;
  }
}
.secMap {
  padding-bottom: 120px;
}
.secMap .secTitle {
  padding-bottom: 20px;
}
.secMap .mapContainer {
  aspect-ratio: 9/4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secMap .mapContainer iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secMap {
    padding-bottom: 80px;
  }
  .secMap .mapContainer {
    aspect-ratio: 390/542;
    width: 100%;
    height: 100%;
  }
  .secMap .mapContainer iframe {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 34px !important;
  color: #707070;
}

th,
td {
  border: 1px solid #CACACA !important;
  padding: 12px;
  text-align: left;
}

th:first-child,
td:first-child {
  border-left: none !important;
}

th:last-child,
td:last-child {
  border-right: none !important;
}

th {
  background-color: #F8F8F8;
  color: #707070;
  font-weight: 400;
  text-align: center;
}

.price-table th {
  text-align: center;
}

.price-table td {
  text-align: center;
}

.label-cell {
  white-space: nowrap;
  width: 20%;
  background-color: #F8F8F8;
}

.floatbtn {
  position: fixed;
  bottom: 32px;
  left: 0;
  right: 0;
  z-index: 150;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.floatbtn.btnArea {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.floatbtn.btnArea .btnRound {
  max-width: 416px;
  width: 90%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.floatbtn.floatbtnOn {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  .floatbtn {
    max-width: 320px;
    margin: auto;
    bottom: 16px;
  }
  .floatbtn.btnArea {
    gap: 2%;
  }
  .floatbtn.btnArea .btnRound {
    width: 100%;
    padding: 0px 12px;
  }
}/*# sourceMappingURL=style.css.map */