@charset "UTF-8";
.commonWidth {
  max-width: 885px;
  width: 90%;
  margin: 0 auto;
}

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

@media screen and (max-width: 767px) {
  .pnkzArea .commonWidth {
    display: flex;
    align-items: center;
  }
  .pnkzArea .commonWidth .pnkzList:last-child {
    display: inline-block;
    width: 12em; /* 10文字分の幅に指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* はみ出た分を ... にする */
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
}
.secInfo {
  padding-top: 74px;
}
.secInfo .venueTitle {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
}
.secInfo .contentTitle {
  text-align: center;
  color: #707070;
  font-size: 13px;
  padding-bottom: 44px;
}
.secInfo .btnRound {
  max-width: 416px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .secInfo {
    padding-top: 12px;
  }
  .secInfo .venueTitle {
    font-size: 20px;
  }
}
.secPropertyInfo {
  background-color: #ffffff;
  padding: 80px 0;
}
.secPropertyInfo .secPropertyInfoIn {
  color: #707070;
  max-width: 670px;
  margin: auto;
}
.secPropertyInfo .secPropertyInfoIn .postContent .txtarea p {
  margin: 2em 0 40px;
}
.secPropertyInfo .secPropertyInfoIn .postContent .txtarea ol {
  margin-top: 2em;
  margin-bottom: 40px;
}
.secPropertyInfo .infoBlk {
  margin-bottom: 60px;
}
.secPropertyInfo .infoTtl {
  color: #707070;
  border-bottom: 1px solid #cacaca;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 1.33vw, 16px);
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-family: "Shippori Mincho B1", serif;
}
.secPropertyInfo .infoDesc {
  color: #707070;
  font-size: 13px;
  line-height: 1.8;
}
.secPropertyInfo .highlightList {
  list-style: none;
  counter-reset: highlight-count;
}
.secPropertyInfo .highlightItem {
  margin-bottom: 40px;
}
.secPropertyInfo .highlightTtl {
  color: #707070;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 15px;
}
.secPropertyInfo .highlightTtl::before {
  counter-increment: highlight-count;
  content: counter(highlight-count) ". ";
}
.secPropertyInfo .highlightTxt {
  color: #707070;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1.5em;
}

@media only screen and (max-width: 767px) {
  .secPropertyInfo {
    padding: 40px 0;
  }
  .secPropertyInfo .infoBlk {
    margin-bottom: 40px;
  }
  .secPropertyInfo .infoTtl {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .secPropertyInfo .infoDesc {
    font-size: 14px;
    line-height: 1.6;
  }
  .secPropertyInfo .highlightItem {
    margin-bottom: 30px;
  }
  .secPropertyInfo .highlightTtl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .secPropertyInfo .highlightTxt {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 1.2em;
  }
}
.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 */