@charset "utf-8";
/*-----------------------------------------------
    details
-----------------------------------------------*/
@media only screen and (max-width: 767px) {
  #pnkz {
    background-color: #efefef;
  }

  .secCmnTit .titEng img {
    height: 15px;
  }
}

#container {
  overflow: visible;
  contain: paint;
}

/* secDetailsTop */
.secDetailsTop {
  margin-top: 30px;
}

.secDetailsTop .tagList {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.secDetailsTop .tagItem {
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 5px;
  border-radius: 10.5px;
  font-size: 12px;
  padding: 3px 8px;
  background: #00c9a7;
}

.secDetailsTop .tagItem:last-child {
  margin-right: 0;
}

.secDetailsTop .tagItem.list01 {
  background: #ed113a;
}

.secDetailsTop .topTxtBox {
  background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.secDetailsTop .topTit {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
}

.secDetailsTop .topTxt {
  font-size: 15px;
  display: inline-block;
  line-height: 28px;
  margin-left: 15px;
}

.secDetailsTop .sectable {
  width: 66.407%;
}

.secDetailsTop .sectable:only-child {
  width: 100%;
}

.secDetailsTop .flexBox {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.secDetailsTop .topTxtBox + .flexBox {
  margin-top: 40px;
}

.secDetailsTop .tableItem:last-child {
  border-bottom: none;
}

.secDetailsTop .nmberItem {
  margin: 0 1px;
}

.secDetailsTop .nmberList {
  font-size: 12px;
  background: #00a9c9;
  padding: 2px 10px;
  margin-left: 15px;
  color: #fff;
  border-radius: 10.5px;
}

.secDetailsTop .btnList {
  width: 29.688%;
}

.secDetailsTop .btnList:only-child {
  width: 40%;
  margin: 30px auto;
}

.secDetailsTop .btnList .btnItem {
  width: 100%;
}

.secDetailsTop .btnList .btnItem + .btnItem {
  margin-top: 20px;
}

.secDetailsTop .btnList .pageBtn {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.secDetailsTop .btnList .pageBtn.btnReserve {
  color: #ffffff;
  background-color: #00a9c9;
}

.secDetailsTop .btnList .pageBtn::before {
  display: none;
}

.secDetailsTop .btnList .pageBtn span {
  padding-left: 30px;
}

.secDetailsTop .btnList .pageBtn span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  top: 8px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/estate/iconBtn02.png);
}

.secDetailsTop .btnList .pageBtn.btnReserve span::before {
  width: 20px;
  height: 20px;
  background-image: url(../img/estate/iconBtn01.png);
}

@media only screen and (max-width: 767px) {
  .secDetailsTop {
    margin-top: 30px;
  }

  .secDetailsTop .tagList {
    margin: -2.5px;
  }

  .secDetailsTop .tagItem {
    margin: 2.5px;
  }

  .secDetailsTop .topTxtBox {
    margin-top: 9px;
    padding-bottom: 10px;
    margin-bottom: 13px;
    align-items: flex-start;
    flex-direction: column;
  }

  .secDetailsTop .topTit {
    font-size: 18px;
  }

  .secDetailsTop .topTxt {
    font-size: 12px;
    line-height: 21px;
    margin: 5px 0 0 0;
  }

  .secDetailsTop .flexBox {
    flex-direction: column;
    margin-top: 20px;
  }

  .secDetailsTop .sectable {
    width: 100%;
  }

  .secDetailsTop .btnList {
    margin-top: 20px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  .secDetailsTop .btnList .btnItem {
    width: 47.83%;
  }

  .secDetailsTop .btnList .btnItem:only-child {
    width: 100%;
  }

  .secDetailsTop .btnList .btnItem + .btnItem {
    margin-top: 0;
  }

  .secDetailsTop .btnList .pageBtn {
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .secDetailsTop .btnList .pageBtn span {
    padding: 30px 0 0 0;
  }

  .secDetailsTop .btnList .pageBtn span::before {
    right: 0;
    width: 15px;
    height: 12px;
  }

  .secDetailsTop .btnList .pageBtn.btnReserve span::before {
    width: 15px;
    height: 14px;
  }
}

/* mainImgBox */
.mainImgBox {
  width: 100%;
  margin-top: 40px;
}

.mainImgBox .img {
  width: 100%;
  height: 0;
  padding-top: 50.782%;
}

/* ====================================
/* blockPlan
==================================== */
.blockPlan {
  inline-size: 100%;
  margin-top: 40px;
  background-color: #efefef;

  & .img {
    inline-size: 100%;
    height: 0;
    padding-top: 67%;

    & img {
      background-color: #ffffff;
    }
  }
}

.boxConcept .mainImgBox .img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.boxConcept .mainImgBox img {
  height: auto;
  position: static;
}

/* .mainImgBox + .mainImgBox.bnrBox{
    margin-top: 80px;
} */
@media only screen and (max-width: 767px) {
  .mainImgBox {
    margin-top: 25px;
  }

  .mainImgBox .img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .mainImgBox .img img {
    position: static;
    height: auto;
  }

  /* .mainImgBox + .mainImgBox.bnrBox{
        margin-top: 20px;
    } */
}

/* ====================================
/* secConceptContents
==================================== */
.secConceptContents {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 100px;
  background-color: #efefef;
}

/* secDetailsContents */
.secDetailsContents {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 100px;
  background-color: #efefef;
}

.secDetailsContentsBtm {
  padding-bottom: 85px;
  background-color: #efefef;
}

.secDetailsContents .pageLinkSticky {
  position: sticky;
  top: 110px;
  right: 0;
  z-index: 10;
}

.secDetailsContents .pageLinkList {
  position: relative;
  display: flex;
  justify-content: center;
}

.secDetailsContents .pageLinkList .item {
  position: relative;
  width: 15.626%;
  margin-right: 1.25%;
}

.secDetailsContents .pageLinkList::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125%;
  background-color: #efefef;
  z-index: -1;
}

.secDetailsContents .pageLinkList .item:last-child {
  margin-right: 0;
}

.secDetailsContents .pageLinkList .item .aLink {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.secDetailsContents .pageLinkList .item .jpTit {
  font-size: 20px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .secDetailsContents {
    margin-top: 50px;
    padding: 30px 0;
  }

  .secDetailsContents .pageLinkSticky {
    top: 60px;
  }

  .secDetailsContents .pageLinkList::before {
    left: 0;
    width: 100%;
    height: 116%;
  }

  .secDetailsContents .pageLinkList {
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px 0;
  }

  .secDetailsContents .pageLinkList .item {
    width: 31.886%;
    margin-right: 2.1%;
    margin-bottom: 7px;
  }

  .secDetailsContents .pageLinkList .item:nth-child(3n) {
    margin-right: 0;
  }

  .secDetailsContents .pageLinkList .item .aLink {
    height: 62px;
    border-radius: 3px;
  }

  .secDetailsContents .pageLinkList .item .imgTit img {
    width: auto;
    height: 11px;
  }

  .secDetailsContents .pageLinkList .item .jpTit {
    font-size: 10px;
    margin-top: 10px;
  }
}

/* contentsTit */
.contentsTit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.contentsTit.deco {
  padding-bottom: 30px;
}

.contentsTit.deco::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 1px;
  background-color: #000;
}

.contentsTit .jpTit {
  margin-top: 5px;
  font-size: 28px;
}

.bgTit {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #003a57;
  border-radius: 5px 5px 0 0;
}

.bgTit + .inner {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

@media only screen and (max-width: 767px) {
  .contentsTit {
    margin-bottom: 15px;
  }

  .contentsTit.deco {
    padding-bottom: 15px;
  }

  .contentsTit.deco::after {
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
  }

  .contentsTit .engTit img {
    width: auto;
    height: 15px;
  }

  .contentsTit .jpTit {
    font-size: 22px;
    margin-top: 10px;
  }

  .bgTit {
    border-radius: 3px 3px 0 0;
    height: 50px;
    font-size: 18px;
  }
}

.boxItem .conceptTxt {
  text-align: center;
}

.boxItem .conceptTxt .tit {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
}

.boxItem .conceptTxt .txt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .boxConcept {
    margin-top: 30px;
  }

  .boxItem .conceptTxt .tit {
    font-size: 16px;
    line-height: 25px;
  }

  .boxItem .conceptTxt .txt {
    font-size: 12px;
    line-height: 21px;
    margin-top: 20px;
  }
}

/* boxTxtInput */
.secEntry {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .secEntry {
    margin-top: 30px;
  }
}

/* pointBox */
.boxConcept .pointBox {
  margin-top: 80px;
}

.boxConcept .pointBox .pointList {
  display: flex;
  justify-content: flex-start;
  padding: 40px 50px;
  counter-reset: number 0;
}

.boxConcept .pointBox .pointList .item {
  width: 31.356%;
  margin-right: 2.9%;
}

.boxConcept .pointBox .pointList .item:last-child {
  margin-right: 0;
}

.boxConcept .pointBox .pointList .imgBox {
  position: relative;
  width: 100%;
}

.boxConcept .pointBox .pointList .imgBox::before {
  position: absolute;
  counter-increment: number 1;
  content: "POINT0" counter(number);
  color: #fff;
  width: 100px;
  height: 30px;
  background-color: #00a9c9;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  font-size: 15px;
  letter-spacing: 1px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.boxConcept .pointBox .pointList .img {
  width: 100%;
  height: 0;
  padding-top: 67.57%;
}

.boxConcept .pointBox .pointList .txtBox {
  margin-top: 25px;
}

.boxConcept .pointBox .pointList .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.boxConcept .pointBox .pointList .txt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .boxConcept .pointBox {
    margin-top: 50px;
  }

  .boxConcept .pointBox .pointList {
    border-radius: 0 0 3px 3px;
    flex-direction: row;
    padding: 15px 15px 0;
    overflow-x: scroll;
  }

  .boxConcept .pointBox .pointList .item {
    inline-size: 80%;
    margin-block-end: 15px;
    flex-shrink: 0;
  }

  .boxConcept .pointBox .pointList .imgBox {
    position: relative;
    width: 100%;
  }

  .boxConcept .pointBox .pointList .imgBox::before {
    width: 80px;
    height: 25px;
    bottom: -13px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .boxConcept .pointBox .pointList .img {
    padding-top: 67.62%;
  }

  .boxConcept .pointBox .pointList .txtBox {
    margin-top: 20px;
  }

  .boxConcept .pointBox .pointList .tit {
    font-size: 16px;
  }

  .boxConcept .pointBox .pointList .txt {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
  }
}

/* staffBox */
.staffBox {
  margin-top: 50px;
}

.staffBox .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
}

.staffBox .inner .imgBox {
  width: 16.95%;
}

.staffBox .inner .imgBox img {
  border-radius: 100%;
}

.staffBox .inner .img {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.staffBox .inner .txtBox {
  width: calc(100% - 20%);
}

.staffBox .inner .txtBox:only-child {
  width: 100%;
}

.staffBox .inner .txtBox .tit {
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .staffBox {
    margin-top: 30px;
  }

  .staffBox .inner {
    flex-direction: column;
    padding: 15px;
  }

  .staffBox .inner .imgBox {
    width: 38.1%;
  }

  .staffBox .inner .txtBox {
    width: 100%;
    margin-top: 10px;
  }

  .staffBox .inner .txtBox:only-child {
    margin-top: 0;
  }

  .staffBox .inner .txtBox .tit {
    font-size: 12px;
    line-height: 21px;
  }
}

/* boxPlan */
.boxPlan {
  margin-top: 100px;
}

.boxPlan .mainImgBox {
  background-color: #fff;
  padding: 50px 0;
}

.boxPlan .mainImgBox .img {
  width: 58.594%;
  padding-top: 39.063%;
  margin: 0 auto;
}

.boxPlan.boxItem .boxTab {
  position: relative;
  margin-top: 70px;
}

.boxPlan .boxTabSlider {
  position: relative;
}

.boxPlan .is-active-top .boxTabSlider {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition-delay: 0.5s;
}

.boxPlan.boxItem .boxTabTop.is-active-top .boxTabSlider .secTab .item {
  border-radius: 0 0 5px 5px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.boxPlan .boxTabSlider .swiperBox {
  overflow-x: clip;
  /* 変更前:overflow: hidden; */
}

.boxPlan .boxTabSlider .swiperBox .swiper {
  overflow-x: clip;
  overflow: visible;
}

.boxPlan.boxItem .boxTab .secTab {
  justify-content: flex-start;
}

.boxPlan .boxTab .boxSlider.disabled .secTab {
  justify-content: center;
}

/* .boxPlan .boxSlider{
    width: 16.016%;
    margin: 0 auto 0 0;
} */
.boxPlan #sliderTab.boxSlider.disabled {
  width: 100%;
  margin: 0 auto;
}

/* .boxPlan .boxTab .boxSlider .swiper{
    overflow: visible;
} */
.boxPlan .boxTab .secTab .item {
  width: 16.016%;
  margin-right: 0;
  position: relative;
}

.boxItem .boxTab .secTab .item.campaign-icon::before {
  content: "キャンペーン対象";
  font-size: 13px;
  background-color: #2cff96;
  color: #000;
  white-space: pre;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
}

.boxItem .boxTab .secTab .item.active.campaign-icon::before {
  color: #fff;
}

.boxItem .boxTab .secTab .item.campaign-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #2cff96 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.boxItem .boxTab .secTab .item.LIBE::before {
  content: "LIBE対象";
  font-size: 13px;
  background-color: #2cff96;
  color: #000;
  white-space: pre;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
}

.boxItem .boxTab .secTab .item.active.LIBE::before {
  color: #fff;
}

.boxItem .boxTab .secTab .item.LIBE::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #2cff96 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.boxItem .boxTab .secTab .item.subsidy::before {
  content: "補助金事業対象";
  font-size: 13px;
  background-color: #2cff96;
  color: #000;
  white-space: pre;
  line-height: 1.2;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
}

.boxItem .boxTab .secTab .item.active.subsidy::before {
  color: #fff;
}

.boxItem .boxTab .secTab .item.subsidy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #2cff96 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.boxPlan .boxSlider.disabled .secTab .item {
  width: 16.016%;
  margin-right: 0.8%;
}

.boxPlan .boxSlider.disabled .secTab .item {
  width: 16.016%;
  margin-right: 0.8%;
}

.boxPlan .boxSlider.disabled .secTab .item .subject {
  position: relative;
}

.boxPlan .boxSlider.disabled .secTab .item .subject p {
  position: relative;
  background-color: #2cff96;
  padding: 3px 15px;
  border-radius: 3px;
}

.boxPlan .boxSlider.disabled .secTab .item .subject::after {
  position: absolute;
  top: 0;
  left: 0;
}

/* swiper-button */
.boxPlan .swiper-button-prev,
.boxPlan .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.boxPlan .swiper-button-prev::after,
.boxPlan .swiper-button-next::after {
  display: none;
}

.boxPlan .swiper-button-prev {
  left: -15px;
}

.boxPlan .swiper-button-next {
  right: -15px;
}

.boxPlan .swiper-button-prev.lazyloaded {
  background: url(../img/common/iconArrowPrev03.gif) center center / 6px auto no-repeat #fff;
}

.boxPlan .swiper-button-next.lazyloaded {
  background: url(../img/common/iconArrowNext03.gif) center center / 6px auto no-repeat #fff;
}

.boxPlan .swiper-button-next.lazyloaded {
  background: url(../img/common/iconArrowNext03.gif) center center / 6px auto no-repeat #fff;
}

.boxPlan .secCmnTabContents .mainImgBox {
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.boxPlan .secCmnTabContents .mainImgBox .txt {
  font-size: 18px;
  line-height: 1.5;
  margin: 15px auto 0;
  width: 90%;
  text-align: center;
  font-weight: bold;
}

.boxPlan .secCmnTabContents .mainImgBox .imgBox {
  width: 48.814%;
}

.boxPlan .secCmnTabContents .mainImgBox .imgBox:only-child {
  margin: 0 auto;
}

.boxPlan .secCmnTabContents .mainImgBox .img {
  width: 100%;
  padding-top: 86.806%;
  display: block;
}

.boxPlan .secCmnTabContents .mainImgBox .img img {
  margin: 0;
}

.boxPlan .secDetailsTop {
  margin-top: 40px;
}

.boxPlan .secDetailsTop .btnList {
  width: 67.797%;
  display: flex;
  margin: 0 auto;
}

.boxPlan .secDetailsTop .btnList .btnItem + .btnItem {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .boxPlan {
    margin-top: 50px;
  }

  .boxPlan .mainImgBox {
    padding: 15px;
  }

  .boxPlan .mainImgBox .img {
    width: 100%;
    padding-top: 66.67%;
  }

  .boxPlan .mainImgBox .img img {
    position: absolute;
    height: 100%;
  }

  .boxPlan .mainImgBoxOver .mainImgBox .img img {
    margin: 0 auto !important;
  }

  .boxPlan.boxItem .boxTab {
    margin-top: 20px;
  }

  .boxPlan .is-active-top.boxTab {
    display: flex;
    flex-direction: column-reverse;
  }

  .boxPlan .is-active-top .boxTabSlider {
    position: static;
    margin-top: 0;
    width: 100%;
  }

  .boxPlan.boxItem .boxTabTop.is-active-top .boxTabSlider .secTab .item {
    border-radius: 0 0 5px 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  }

  .boxPlan .boxTabSlider .swiperBox {
    overflow-x: clip;
    /* 変更前:overflow: hidden; */
  }

  .boxPlan .boxSlider {
    width: 100%;
    margin: 0 auto 0 0;
  }

  .boxPlan .boxSlider.disabled {
    width: 100%;
    margin: 0 auto;
  }

  .boxPlan .boxSlider .swiper {
    overflow: visible;
  }

  .boxPlan.boxItem .boxTab .secTab .item {
    width: 31.886%;
    margin: 0 2% 2% 0 !important;
    /* 変更前margin: 0 2% 0 0!important; */
  }

  .boxItem .boxTab .secTab .item.campaign-icon::before {
    font-size: 12px;
    padding: 5px;
    top: -10%;
  }

  .boxItem .boxTab .secTab .item.campaign-icon::after {
    top: 15px;
  }

  .boxItem .boxTab .secTab .item.LIBE::before {
    font-size: 12px;
    padding: 5px;
    top: -10%;
  }

  .boxItem .boxTab .secTab .item.LIBE::after {
    top: 15px;
  }

  .boxItem .boxTab .secTab .item.member-icon::before {
    bottom: auto;
    top: -5px;
  }

  .boxPlan.boxItem .boxTab .secTab .item:nth-child(3n) {
    margin-right: 0 !important;
  }

  .boxPlan.boxItem .boxTab .secTab .item:nth-child(n + 4) {
    margin-top: 7px !important;
  }

  /* swiper-button */
  .boxPlan .swiper-button-prev,
  .boxPlan .swiper-button-next {
    display: none;
  }

  .boxPlan .secCmnTabContents .mainImgBox {
    flex-direction: column;
    margin-top: 10px;
    padding: 0;
  }

  .boxPlan .secCmnTabContents .mainImgBox .txt {
    font-size: 15px;
    line-height: 1.5;
    margin: 7px auto 10px;
    width: 100%;
  }

  .boxPlan .secCmnTabContents .mainImgBox .imgBox {
    width: 100%;
  }

  .boxPlan .secCmnTabContents .mainImgBox .imgBox + .imgBox {
    margin-top: 10px;
  }

  .boxPlan .secCmnTabContents .mainImgBox .img {
    padding-top: 80%;
  }

  .boxPlan .secDetailsTop {
    margin-top: 20px;
  }

  .boxPlan .secDetailsTop .btnList .btnItem + .btnItem {
    margin: 0 0 0 15px;
  }
}

/* secCmnTabContainer */
.boxPlan .secCmnTabContainer {
  background-color: #fff;
  /* margin-top: -10px; */
  position: relative;
  z-index: 2;
}

.boxPlan .secCmnTabContainer .secCmnTabContents {
  position: relative;
  padding: 50px 50px 80px;
}

.boxPlan .secCmnTabContainer .secCmnTabContents.hide {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.boxPlan .titBox {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}

.boxPlan .inBox + .titBox,
.boxPlan .priceBtmBox {
  margin-top: 35px;
}

.boxPlan .titBox .tagBox {
  margin-right: 15px;
  display: flex;
}

.boxPlan .titBox .tagBox .bgTxt {
  min-width: 90px;
  min-height: 25px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #182033;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxPlan .titBox .tagBox .bgTxt + .bgTxt {
  margin-left: 5px;
}

.boxPlan .titBox .tit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  width: 100%;
  padding: 0 65px;
}

.boxPlan .innerBox .titBox .tit {
  padding: 0;
}

.boxPlan .innerBox {
  padding: 0 65px;
}

.boxPlan .bnrBox {
  margin: 10px auto 20px;
}

.boxPlan .bnrBox .img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.boxPlan .pointBox {
  margin-top: 30px;
  border: 1px solid #444;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  background-color: #444;
}

.boxPlan .pointBox .tit,
.boxPlan .pointBox .txt {
  line-height: 28px;
  min-height: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxPlan .pointBox .tit {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #444;
  width: 160px;
  letter-spacing: 1px;
}

.boxPlan .pointBox .txt {
  font-size: 15px;
  width: calc(100% - 160px);
  padding: 10px 20px;
  background-color: #fff;
}

.boxPlan .priceBox .price {
  font-size: 32px;
  line-height: 1.3;
  margin-top: -15px;
}

.boxPlan .priceBox .price span {
  font-size: 60px;
  font-weight: bold;
  display: inline-block;
  margin-right: 3px;
}

.boxPlan .priceTopBox .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boxPlan .priceTopBox .loanBtn {
  width: 300px;
  height: 65px;
}

.boxPlan .priceTopBox .loanBtn a {
  width: 100%;
  height: 100%;
  background-color: #182033;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
}

.boxPlan .priceTopBox .loanBtn .txt {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.boxPlan .priceTopBox .loanBtn .txt::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 12px;
  height: 17px;
}

.boxPlan .priceTopBox .loanBtn.lazyloaded .txt::before {
  background: url(../img/estate/details/iconLoan.gif) center top / cover no-repeat;
}

.boxPlan .payBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.boxPlan .payBox .price {
  font-weight: bold;
}

.boxPlan .payBox .txtSquare {
  position: relative;
  border: 1px solid #000;
  min-width: 167px;
  min-height: 64px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxPlan .payBox .txtSquare + .txtSquare,
.boxPlan .payBox .iconEqual + .price {
  margin-left: 55px;
}

.boxPlan .payBox .iconEqual + .price {
  display: flex;
  align-items: center;
}

.boxPlan .payBox .price span {
  margin: 0 4px;
}

.boxPlan .payBox .txtSquare::before,
.boxPlan .payBox .txtSquare::after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 5px;
  height: 25px;
  background-color: #000;
}

.boxPlan .payBox .txtSquare::after {
  width: 25px;
  height: 5px;
  right: -40px;
}

.boxPlan .payBox .txtSquare.iconEqual::before {
  width: 25px;
  height: 5px;
  top: 11px;
  right: -40px;
}

.boxPlan .payBox .txtSquare.iconEqual::after {
  top: -11px;
}

.boxPlan .payBox .price {
  font-size: 25px;
}

.boxPlan .priceBox .infoTxt {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.boxPlan .txtNumberTime {
  font-size: 15px;
  line-height: 28px;
}

.boxPlan .numberBox {
  margin-top: 35px;
}

.boxPlan .numberBox .tableItem:only-child {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .boxPlan .secCmnTabContainer {
    margin-top: 20px;
  }

  .boxPlan .secCmnTabContainerBtm {
    margin-top: 0;
  }

  .boxPlan .secCmnTabContainer .secCmnTabContents {
    padding: 20px 10px;
  }

  .boxPlan .titBox {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .boxPlan .inBox + .titBox,
  .boxPlan .priceBtmBox {
    margin-top: 25px;
  }

  .boxPlan .titBox .tagBox {
    margin: 0 0 10px 0;
  }

  .boxPlan .titBox .tagBox .bgTxt + .bgTxt {
    margin-left: 5px;
  }

  .boxPlan .titBox .tit {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
  }

  .boxPlan .innerBox {
    padding: 0;
  }

  .boxPlan .bnrBox {
    margin: 10px auto 15px;
  }

  .boxPlan .pointBox {
    flex-direction: column;
    border: 1px solid #444;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
    background-color: #444;
    margin-top: 20px;
    border-radius: 5px;
  }

  .boxPlan .pointBox .tit,
  .boxPlan .pointBox .txt {
    width: 100%;
    line-height: 21px;
    min-height: auto;
  }

  .boxPlan .pointBox .tit {
    height: 40px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 5px;
  }

  .boxPlan .pointBox .txt {
    font-size: 12px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
  }

  .boxPlan .priceBox .price {
    font-size: 14px;
    margin-top: 0;
  }

  .boxPlan .priceTopBox .priceBox .price {
    margin-top: -5px;
  }

  .boxPlan .priceBox .price span {
    font-size: 34px;
  }

  .boxPlan .priceTopBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .boxPlan .priceTopBox .boxTop {
    width: calc(100% - 50%);
  }

  .boxPlan .priceTopBox .boxTop:only-child {
    width: 100%;
  }

  .boxPlan .priceTopBox .loanBtn {
    width: 48%;
  }

  .boxPlan .priceTopBox .loanBtn a {
    border-radius: 3px;
    font-size: 11px;
    line-height: 17px;
  }

  .boxPlan .priceTopBox .loanBtn .txt {
    padding: 20px 7px 0 0;
    text-align: center;
  }

  .boxPlan .priceTopBox .loanBtn .txt::before {
    top: 0;
    right: 0;
    width: 12px;
    height: 17px;
  }

  .boxPlan .priceTopBox .loanBtn .txt::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -7px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }

  .boxPlan .payBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .boxPlan .payBox .price {
    font-weight: bold;
  }

  .boxPlan .payBox .txtSquare {
    min-width: 50px;
    min-height: 30px;
    padding: 5px;
  }

  .boxPlan .payBox .txtSquare + .txtSquare,
  .boxPlan .payBox .iconEqual + .price {
    margin-left: 20px;
  }

  .boxPlan .payBox .price span {
    font-size: 32px;
    margin: 0 2px;
  }

  .boxPlan .payBox .txtSquare::before,
  .boxPlan .payBox .txtSquare::after {
    right: -11px;
    width: 2px;
    height: 10px;
  }

  .boxPlan .payBox .txtSquare::after {
    width: 10px;
    height: 2px;
    right: -15px;
  }

  .boxPlan .payBox .txtSquare.iconEqual::before {
    width: 10px;
    height: 2px;
    top: 4px;
    right: -15px;
  }

  .boxPlan .payBox .txtSquare.iconEqual::after {
    top: -4px;
  }

  .boxPlan .payBox .price {
    font-size: 12px;
  }

  .boxPlan .priceBox .infoTxt {
    font-size: 11px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: 0;
  }

  .boxPlan .txtNumberTime {
    font-size: 12px;
    line-height: 21px;
  }

  .boxPlan .numberBox {
    margin-top: 8px;
  }

  .boxPlan .spBnrBox {
    display: none;
    margin-top: 10px;
  }

  .boxPlan .spBnrBox .imgBox {
    width: 100%;
    height: auto;
  }

  .boxPlan .spBnrBox .imgBox img {
    width: 100%;
    height: auto;
    position: static;
  }
}

@media only screen and (max-width: 360px) {
  .boxPlan .payBox .txtSquare {
    min-width: 45px;
    min-height: 25px;
  }

  .boxPlan .payBox .txtSquare + .txtSquare,
  .boxPlan .payBox .iconEqual + .price {
    margin-left: 18px;
  }

  .boxPlan .payBox .price {
    font-size: 11px;
  }

  .boxPlan .priceTopBox .loanBtn a {
    font-size: 10px;
  }

  .boxPlan .priceTopBox .loanBtn .txt::after {
    right: 0;
  }
}

/* houseCover */
.boxPlan .secCmnTabContainer .houseCover {
  color: #fff;
  position: absolute;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: rgba(81, 82, 47, 0.5);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding-top: 150px;
}

.boxPlan .secCmnTabContainer .houseBox {
  width: 100%;
}

.boxPlan .secCmnTabContainer .houseImg {
  text-align: center;
}

.boxPlan .secCmnTabContainer .houseTit {
  font-size: 28px;
  letter-spacing: 3px;
  width: 280px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #fff;
  margin: 0 auto;
}

.boxPlan .secCmnTabContainer .houseTxt {
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 30px;
}

.boxPlan .secCmnTabContainer .houseCover .btnList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.boxPlan .secCmnTabContainer .houseCover .btnItem {
  width: 300px;
}

.boxPlan .secCmnTabContainer .houseCover .btnItem:nth-child(2) {
  margin-left: 20px;
}

.boxPlan .secCmnTabContainer .houseCover .pageBtn {
  width: 100%;
  height: 70px;
  font-size: 18px;
  border-radius: 35px;
  background: #ced237;
  text-decoration: none;
  color: #000;
  margin: 0;
}

.boxPlan .secCmnTabContainer .houseCover .btnItem:nth-child(2) .pageBtn {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .boxPlan .secCmnTabContainer .houseCover {
    padding-bottom: 5px;
  }

  .boxPlan .secCmnTabContainer .houseImg {
    width: 22px;
    margin: 0 auto;
  }

  .boxPlan .secCmnTabContainer .houseTit {
    font-size: 20px;
    letter-spacing: 2px;
    width: 200px;
    height: 50px;
    color: #ced237;
    border: solid 3px #ced237;
  }

  .boxPlan .secCmnTabContainer .houseTxt {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .boxPlan .secCmnTabContainer .houseCover .btnList {
    display: block;
    margin-top: 15px;
  }

  .boxPlan .secCmnTabContainer .houseCover .btnItem {
    width: 100%;
  }

  .boxPlan .secCmnTabContainer .houseCover .pageBtn {
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
    width: 71.016%;
    margin: 0 auto;
  }

  .boxPlan .secCmnTabContainer .houseCover .btnItem:nth-child(2) {
    margin: 10px 0 0 0;
  }

  .boxPlan .secCmnTabContainer .houseCover .pageBtn .pcTxt {
    display: none;
  }
}

/* secPhotoSlider */
.secDetailsSlider {
  margin: 0 auto 50px;
}

.secPhotoSlider {
  position: relative;
  /* overflow: hidden; */
}

.secPhotoSlider::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.secPhotoSlider .imgSlider {
  height: 0;
  padding-top: 50.477%;
  display: block;
  position: relative;
}

/* .secPhotoSlider .imgSlider::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    bottom: 12px;
    right: 125px;
}
.secPhotoSlider.lazyloaded .imgSlider::after{
    background: url(../img/estate/iconPhoto.gif) center top / cover;
} */
.secPhotoSlider .boxSlider {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.secTopSlide .secPhotoSlider .boxSlider .swiper {
  width: 1280px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .secTopSlide .secPhotoSlider .boxSlider .swiper {
    width: 100%;
    position: relative;
  }
}

.secPhotoSlider .boxSlider .swiper {
  width: 1050px;
  overflow: hidden;
}

.secPhotoSlider .boxThumb {
  width: 1050px;
  background-color: #fff;
  margin: 55px auto 0;
  position: relative;
}

.secPhotoSlider .boxThumb .swiper {
  overflow: hidden;
}

/* .secPhotoSlider .boxThumb .swiper-wrapper{
    justify-content: flex-start;
} */
.secPhotoSlider .boxThumb .swiper-slide,
.secPhotoSlider .boxThumb .swiper-slide-active {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* transition: transform 0.4s ease-out;
    transform-origin: center center;
    transform: scale(0.82); */
  cursor: pointer;
}

/* .secPhotoSlider .boxThumb .swiper-slide::after{
    content: "";
    border: #FFF solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
} */
.secPhotoSlider .boxThumb .swiper {
  width: 650px;
}

.secPhotoSlider .boxThumb.center .swiper-wrapper {
  justify-content: center;
}

/* .secPhotoSlider .boxThumb .swiper-slide-active{
    transform: scale(0.82);
} */
.secPhotoSlider .boxThumb .swiper-slide {
  width: 100px !important;
}

.secPhotoSlider .boxThumb .swiper-slide {
  opacity: 0.5;
}

.secPhotoSlider .boxThumb .swiper-slide-thumb-active {
  position: relative;
  opacity: 1;
}

.secPhotoSlider .boxThumb .swiper-slide-thumb-active::after {
  content: "";
  width: 100%;
  height: 100%;
  border: #1e88e5 solid 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.secPhotoSlider .boxThumb.center .swiper-slide-duplicate,
.secPhotoSlider .boxThumb.center .swiper-button-next,
.secPhotoSlider .boxThumb.center .swiper-button-prev {
  display: none;
}

.secPhotoSlider .imgThumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.secPhotoSlider .swiper-button-prev,
.secPhotoSlider .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin-top: -30px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.secPhotoSlider .boxSlider .swiper-button-prev,
.secPhotoSlider .boxSlider .swiper-button-next {
  width: 50px;
  height: 50px;
  z-index: 12;
  margin: 0;
  position: absolute;
  top: calc(50% - 25px);
  border-radius: 50%;
  opacity: 1;
}

.secPhotoSlider .boxSlider .swiper-button-prev {
  left: -25px;
}

.secPhotoSlider.lazyloaded .boxSlider .swiper-button-prev {
  background: url(../img/common/iconArrowPrev02.gif) center center / 18px auto no-repeat #003a57;
}

.secPhotoSlider .boxSlider .swiper-button-next {
  right: -25px;
}

.secPhotoSlider.lazyloaded .boxSlider .swiper-button-next {
  background: url(../img/common/iconArrowNext02.gif) center center / 18px auto no-repeat #003a57;
}

.secPhotoSlider.lazyloaded .boxSlider .swiper-button-next.swiper-button-disabled {
  background: url(../img/common/iconArrowNext02_disabled.gif) center center / 18px auto no-repeat #999;
}

.secPhotoSlider.lazyloaded .boxSlider .swiper-button-prev.swiper-button-disabled {
  background: url(../img/common/iconArrowPrev02_disabled.gif) center center / 18px auto no-repeat #999;
}

.secPhotoSlider .boxSlider .swiper-button-disabled {
  box-shadow: none;
}

.secPhotoSlider .boxThumb .swiper-button-disabled {
  display: none;
}

.secPhotoSlider .boxThumb .swiper-button-prev,
.secPhotoSlider .boxThumb .swiper-button-next {
  width: 50px;
  height: 50px;
  z-index: 12;
  margin: 0;
  border: 1px solid #eaeaea;
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
}

.secPhotoSlider .boxThumb .swiper-button-prev {
  left: 180px;
}

.secPhotoSlider .boxThumb .swiper-button-next {
  right: 180px;
}

.secPhotoSlider.lazyloaded .boxThumb .swiper-button-prev {
  background: url(../img/estate/btnThumbPrev.gif) center center no-repeat, #fff;
}

.secPhotoSlider.lazyloaded .boxThumb .swiper-button-next {
  background: url(../img/estate/btnThumbNext.gif) center center no-repeat, #fff;
}

.secPhotoSlider .boxThumbIn.disabled .swiper-button-prev,
.secPhotoSlider .boxThumbIn.disabled .swiper-button-next {
  opacity: 0;
}

.secPhotoSlider .boxThumbIn.disabled .swiper-wrapper {
  transform: translate3d(0, 0, 0) !important;
}

.secPhotoSlider .boxThumb .swiper-container {
  height: 430px;
}

.secPhotoSlider .boxThumb .swiper-pagination {
  position: static;
  padding: 0 20px;
  width: auto;
}

.secPhotoSlider .boxThumb .swiper-pagination-bullet {
  background: #cccccc;
  margin: 0 7.5px !important;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.secPhotoSlider .boxThumb .swiper-pagination-bullet-active {
  background: #444444;
}

.secPhotoSlider .swiper-button-prev::after,
.secPhotoSlider .swiper-button-next::after {
  display: none;
}

.secPhotoSlider .swiper-pagination {
  font-size: 15px;
  bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .secDetailsSlider {
    padding: 0;
    border: none;
    margin: 15px auto;
  }

  .secPhotoSlider .boxSlider {
    width: 100%;
    position: relative;
  }

  .secPhotoSlider .boxSlider .swiper {
    width: 100%;
  }

  .secPhotoSlider .imgSlider {
    padding-top: 65.08%;
  }

  .secPhotoSlider .imgSlider::after {
    display: none;
  }

  /* .secPhotoSlider .swiper-button-prev,
    .secPhotoSlider .swiper-button-next{
        display: none;
    } */
  .secPhotoSlider.lazyloaded .boxSlider .swiper-button-prev,
  .secPhotoSlider.lazyloaded .boxSlider .swiper-button-next {
    background-size: 12px auto;
  }

  .secPhotoSlider .boxSlider .swiper-button-prev,
  .secPhotoSlider .boxSlider .swiper-button-next {
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
    border: 1px solid #fff;
  }

  .secPhotoSlider .boxSlider .swiper-button-prev::before,
  .secPhotoSlider .boxSlider .swiper-button-next::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }

  .secPhotoSlider .boxSlider .swiper-button-next {
    right: 16px;
  }

  .secPhotoSlider .boxSlider .swiper-button-prev {
    left: 16px;
  }

  .secPhotoSlider .boxThumb .swiper-button-prev,
  .secPhotoSlider .boxThumb .swiper-button-next {
    top: 0;
  }

  .secPhotoSlider .boxThumb .swiper-button-next {
    right: 5px;
  }

  .secPhotoSlider .boxThumb .swiper-button-prev {
    left: 5px;
  }

  .secPhotoSlider .swiper-pagination {
    display: none;
  }

  .secPhotoSlider .swiper-pagination-bullet {
    background: #e7e7e7;
    margin: 5px !important;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }

  .secPhotoSlider .swiper-pagination-bullet-active {
    background: #af0c14;
  }

  .secPhotoSlider .boxThumb {
    width: 100%;
    margin: 3px auto 0;
    padding: 0;
  }

  .secPhotoSlider .boxThumb .swiper {
    width: 100%;
    display: flex;
  }

  .secPhotoSlider .boxThumb.center .swiper-wrapper,
  .secPhotoSlider .boxThumb .swiper-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .secPhotoSlider .boxThumb .swiper-slide {
    width: 15.386% !important;
    margin: 0 3px 3.15% 0 !important;
  }

  .secPhotoSlider .boxThumb .swiper-slide:nth-child(5n) {
    margin-right: 0 !important;
  }

  .secPhotoSlider::after {
    display: none;
  }
}

/* boxLocation */
.boxLocation {
  margin-top: 100px;
}

.boxPlan .boxLocation {
  margin-top: 200px;
}

.boxLocation .topImg {
  margin-top: 60px;
  text-align: center;
}

.boxLocation .topImg img {
  max-width: 100%;
  height: auto;
}

.boxLocation .locList {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.boxLocation .locList:not(.noImg) .item {
  width: 48.438%;
  margin-right: 0;
}

/* .boxLocation .locList .item:only-child{
    margin: 0 auto!important;
} */
.boxLocation .locList.noImg .item,
.boxLocation .locList .item:nth-child(n + 3) {
  width: 22.657%;
  margin-top: 50px;
  border-radius: 0 0 4px 4px;
}

.boxLocation .locList .item:nth-child(n + 3) {
  position: relative;
}

.boxLocation .locList .item:nth-child(n + 3)::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.2);
  background-clip: padding-box;
  border-top: none;
}

.boxLocation .locList.noImg .item:not(:nth-child(4n)),
.boxLocation .locList:not(.noImg) .item:nth-child(4n),
.boxLocation .locList:not(.noImg) .item:nth-child(2n + 1) {
  margin-right: 3.1%;
}

.boxLocation .locList .img {
  width: 100%;
  height: 0;
  padding-top: 67.744%;
}

.boxLocation .locList .item:nth-child(n + 3) .img {
  padding-top: 67.59%;
}

.boxLocation .locList .txtBox {
  padding-top: 15px;
}

.boxLocation .locList .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}

.boxLocation .locList .txt {
  font-size: 15px;
  line-height: 28px;
}

.boxLocation .locList .item:nth-child(-n + 2) .txtBox:only-child {
  position: relative;
  height: 100%;
}

.boxLocation .locList .item:nth-child(-n + 2) .txtBox:only-child::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(24, 32, 51, 0.2);
  background-clip: padding-box;
  border-top: none;
}

.boxLocation .locList .item:nth-child(n + 3) .txtBox {
  padding: 10px 15px 15px;
}

.boxLocation .locList .item:nth-child(n + 3) .tit {
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid rgba(24, 32, 51, 0.15);
  background-clip: padding-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.boxLocation .locList.noImg .item .txt,
.boxLocation .locList .item:nth-child(n + 3) .txt {
  font-size: 14px;
  line-height: 22px;
}

.boxLocation .locList .item.icon {
  border-radius: 4px;
}

.boxLocation .locList .item .txtBox:only-child {
  padding: 0 !important;
}

.boxLocation .locList .item .txtBox:only-child .titBox {
  position: relative;
  background-color: #444;
  padding: 15px;
  min-height: 74px;
  display: flex;
  align-items: center;
}

.boxLocation .locList .item .txtBox:only-child,
.boxLocation .locList .item .txtBox:only-child .titBox {
  border-radius: 4px 4px 0 0;
}

.boxLocation .locList .item .txtBox:only-child .titBox::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 40px;
  height: 40px;
  background-image: url(../img/estate/iconLoc02.png);
}

.boxLocation .locList .item.iconSchool .txtBox:only-child .titBox::after {
  background-image: url(../img/estate/iconLoc01.png);
}

.boxLocation .locList .item.iconHospital .txtBox:only-child .titBox::after {
  background-image: url(../img/estate/iconLoc03.png);
}

.boxLocation .locList .item.iconMoney .txtBox:only-child .titBox::after {
  background-image: url(../img/estate/iconLoc04.png);
}

.boxLocation .locList .item.iconTraffic .txtBox:only-child .titBox::after {
  background-image: url(../img/estate/iconLoc05.png);
}

.boxLocation .locList .item.iconOther .txtBox:only-child .titBox::after {
  display: none;
}

.boxLocation .locList .item .txtBox:only-child .tit {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  width: 75.199%;
}

.boxLocation .locList .item .txtBox:only-child .txt {
  padding: 15px;
}

.boxLocation .locList .item.iconOther .txtBox:only-child .tit {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .boxLocation {
    margin-top: 30px;
  }

  .boxLocation {
    margin-top: 30px;
  }

  .boxPlan .boxLocation {
    margin-top: 40px;
  }

  .boxLocation .topImg {
    margin: 20px auto 40px;
  }

  .boxLocation .locList {
    margin-top: 20px;
    justify-content: space-between;
  }

  .boxLocation .locList:not(.noImg) .item {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .boxLocation .locList.noImg .item,
  .boxLocation .locList .item:nth-child(n + 3) {
    width: 47.83%;
    margin: 0 0 15px 0;
  }

  .boxLocation .locList.noImg .item {
    margin-right: 0 !important;
  }

  .boxLocation .locList .item:nth-child(-n + 2) .txtBox:only-child::before,
  .boxLocation .locList .item:nth-child(n + 3)::before {
    border-radius: 0 0 3px 3px;
  }

  .boxLocation .locList .item:nth-child(4n),
  .boxLocation .locList .item:nth-child(2n + 1) {
    margin-right: 0 !important;
  }

  .boxLocation .locList .img {
    padding-top: 67.83%;
  }

  .boxLocation .locList .txtBox {
    padding-top: 10px;
  }

  .boxLocation .locList .tit {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .boxLocation .locList .txt {
    font-size: 14px;
    line-height: 21px;
  }

  .boxLocation .locList .item:nth-child(n + 3) .txtBox {
    padding: 10px;
  }

  .boxLocation .locList .item:nth-child(n + 3) .tit {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .boxLocation .locList.noImg .item .txt,
  .boxLocation .locList .item:nth-child(n + 3) .txt {
    font-size: 14px;
    line-height: 21px;
  }

  .boxLocation .locList .item .txtBox:only-child .titBox {
    padding: 10px;
    min-height: 36px;
  }

  .boxLocation .locList .item .txtBox:only-child .titBox::after {
    right: 5px;
    width: 26px;
    height: 26px;
  }

  .boxLocation .locList .item .txtBox:only-child .tit {
    font-size: 13px;
    line-height: 22px;
    width: 80.43%;
  }

  .boxLocation .locList .item .txtBox:only-child .txt {
    padding: 8px 10px;
  }
}

/* boxTab */
.boxItem .boxTab .secTab {
  display: flex;
  justify-content: center;
}

.boxItem .boxTab .secTab .item {
  width: 23.438%;
  min-height: 60px;
  height: auto;
  background-color: #003a57;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  margin-right: 2%;
  height: 70px;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2);
}

.boxItem .boxTab .secTab .item.active {
  background-color: #fff;
  color: #000;
}

.boxItem .boxTab .secTab .item:last-child {
  margin-right: 0;
}

.boxItem .boxTab .item .link {
  padding: 15px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .boxEquipment {
    margin-top: 100px;
  }

  .boxEquipment .boxTab {
    margin-top: 50px;
  }

  .boxItem .boxTab .secTab {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .boxItem .boxTab .secTab .item {
    width: 47.83%;
    min-height: 45px;
    height: auto;
    border-radius: 3px;
    padding: 10px;
    margin-right: 4.3%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }

  .boxItem .boxTab .secTab .item:only-child {
    width: 100%;
    margin: 0 auto;
  }

  .boxItem .boxTab .secTab .item:nth-child(n + 3) {
    margin-top: 7px;
  }

  .boxItem .boxTab .secTab .item:nth-child(2n),
  .boxEquipment .boxTab .equList .item:nth-child(2n) {
    margin-right: 0;
  }

  .boxItem .boxTab .item .link {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* boxEquipment */
.boxEquipment {
  margin-top: 70px;
}

.boxEquipment .boxTab {
  margin-top: 50px;
}

.boxEquipment .boxTab .secCmnTabContents {
  position: relative;
  padding: 0;
}

.boxEquipment .boxTab .equTxt {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.boxEquipment .boxTab .equList {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 15px 0;
}

.boxEquipment .boxTab .equList .item {
  width: 22.882%;
  width: 21.906%;
  margin-right: 2.8%;
}

.boxEquipment .boxTab .equList .item:last-child {
  margin-right: 0;
}

.boxEquipment .boxTab .equList .img {
  width: 100%;
  height: 0;
  padding-top: 66.67%;
  padding-top: 100%;
}

.boxEquipment .boxTab .equList .txtBox {
  margin-top: 11px;
  text-align: left;
}

.boxEquipment .boxTab .equList .tit {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

.boxEquipment .boxTab .equList .txt {
  font-size: 13px;
  line-height: 23px;
  margin-top: 8px;
}

.boxEquipment.boxItem .boxTab .secTab {
  /* background-color: #ececec; */
  border-radius: 25px;
  width: 63.367%;
  margin: 0 auto;
  justify-content: center;
}

.boxEquipment.boxItem .boxTab .secTab .item {
  position: relative;
  width: 25%;
  min-height: 50px;
  height: auto;
  margin-right: 0;
  box-shadow: none;
  border-radius: 25px;
  background-color: #ececec;
  color: #808080;
}

/* .boxEquipment.boxItem .boxTab .secTab .item:only-child{
    width: 50%;
} */
.boxEquipment.boxItem .boxTab .secTab .item:only-child .cmnTabBtn {
  cursor: auto;
  opacity: 1 !important;
}

.boxEquipment.boxItem .boxTab .secTab .item.active {
  background-color: #182033;
  color: #fff;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2);
}

.boxEquipment.boxItem .boxTab .secTab .item::before {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #ececec;
  z-index: -1;
}

.boxEquipment.boxItem .boxTab .secTab .item:last-child:before {
  border-radius: 0 25px 25px 0 !important;
}

.boxEquipment.boxItem .boxTab .secTab .item:first-child:before {
  border-radius: 25px 0 0 25px !important;
}

.boxEquipment.boxItem .boxTab .secTab .item:only-child:before {
  border-radius: 25px !important;
}

.boxEquipment.boxItem .boxTab .secTab .item:not(:first-child):before,
.boxEquipment.boxItem .boxTab .secTab .item:not(:last-child):before {
  border-radius: 0;
}

.boxEquipment.boxItem .boxTab .item .link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .boxEquipment {
    margin-top: 40px;
  }

  .boxEquipment .contentsTit .jpTit {
    font-size: 20px;
  }

  .boxItem .conceptTxt .tit {
    font-size: 14px;
    line-height: 25px;
  }

  .boxItem .conceptTxt .txt {
    font-size: 12px;
    line-height: 21px;
    margin-top: 0;
  }

  .boxEquipment .boxTab {
    margin-top: 50px;
  }

  .boxEquipment .boxTab .equTxt {
    position: static;
    line-height: 1.5;
    margin-top: 10px;
  }

  .boxEquipment .boxTab .equList {
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: flex-start;
    padding: 30px 0 0;
  }

  .boxEquipment .boxTab .equList .item {
    width: 47.83%;
    margin-right: 4.3%;
  }

  .boxEquipment .boxTab .equList .item:nth-child(n + 3) {
    margin-top: 35px;
  }

  .boxEquipment .boxTab .equList .txtBox {
    margin-top: 5px;
  }

  .boxEquipment .boxTab .equList .tit {
    font-size: 13px;
    line-height: 22px;
  }

  .boxEquipment .boxTab .equList .txt {
    display: none;
  }

  .boxEquipment.boxItem .boxTab .secTab {
    width: 100%;
    border-radius: 18px;
  }

  .boxEquipment.boxItem .boxTab .secTab .item {
    width: 24.926%;
    min-height: 36px;
    border-radius: 18px;
    margin: 0 !important;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:only-child {
    width: 100%;
  }

  .boxEquipment.boxItem .boxTab .secTab .item::before {
    border-radius: 18px;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:nth-child(4n + 1):before {
    border-radius: 18px 0 0 18px !important;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:nth-child(4n + 1):last-child:before {
    border-radius: 18px !important;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:nth-child(4n):before {
    border-radius: 0 18px 18px 0 !important;
  }

  .boxEquipment.boxItem .boxTab .item .link {
    font-size: 12px;
    padding: 0;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:nth-child(n + 4) {
    margin-top: 0 !important;
  }

  .boxEquipment.boxItem .boxTab .secTab .item:nth-child(n + 5) {
    margin-top: 10px !important;
  }
}

/* boxAccess */
.boxAccess {
  margin-top: 100px;
}

.boxAccess .mapBox {
  margin-top: 50px;
}

.boxAccess .mapBox iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  .boxAccess {
    margin-top: 70px;
  }

  .boxAccess .mapBox {
    margin-top: 20px;
  }

  .boxAccess .mapBox iframe {
    width: 100%;
    height: 300px;
  }
}

/* tableList */
.tableList .boxTable {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tableList .tableItem {
  width: 50%;
  border-bottom: solid 1px #ffffff;
  display: flex;
}

.tableList .tableItem.pc100 {
  width: 100%;
}

.tableList .tableItem:last-child {
  border-bottom: none;
}

.tableList .tableTit {
  width: 150px;
  padding: 10px 10px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background: #444444;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableList .tableTxt {
  width: calc(100% - 150px);
  background: #f6f5f3;
  padding: 20.5px 15px;
  min-height: 60px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.tableList .mapInner {
  display: inline-block;
  color: #1e88e5;
}

.tableList .subTd {
  font-size: 14px;
}

.tableList .nmber {
  font-size: 25px;
  color: #00a9c9;
  margin-right: 1px;
  vertical-align: -2px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .tableList {
    margin-top: 20px;
  }

  .tableList .tableItem {
    width: 100%;
  }

  .tableList .tableTit {
    width: 100px;
    padding: 11px 5px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .tableList .tableTxt {
    width: calc(100% - 100px);
    padding: 7px 10px;
    min-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .tableList .subTd {
    font-size: 12px;
  }

  .tableList .nmber {
    font-size: 18px;
    margin-right: 1px;
    vertical-align: -1px;
  }

  .tableList .nmberItem {
    margin: 0 1px;
  }

  .tableList .nmberList {
    font-size: 11px;
    padding: 2px 6px;
    margin-left: 7px;
    border-radius: 9px;
    display: inline-block;
  }
}

@media only screen and (max-width: 374px) {
  .tableList .subTd {
    font-size: 11px;
  }

  .tableList .nmber {
    font-size: 16px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 359px) {
  .tableList .subTd {
    font-size: 10px;
  }

  .tableList .nmber {
    font-size: 15px;
    margin-right: 0;
  }

  .tableList .tableTxt {
    padding: 7px 7px;
    font-size: 11px;
    letter-spacing: 0px;
  }
}

/* boxOverview */
.boxOverview {
  margin-top: 100px;
}

.boxOverview .tableList {
  margin-top: 50px;
  padding: 0;
  background: none;
}

.boxOverview .tableList .tableItem {
  border-bottom: 1px solid #efefef;
}

.boxOverview .tableList .tableTxt {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .boxOverview {
    width: 92%;
    margin-top: 50px;
  }

  .boxOverview .tableList {
    margin-top: 2px;
  }
}

/* ====================================
/* .secContactContents
==================================== */
.secContactContents {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 100px;
  background-color: #efefef;
}

.boxContact .inner {
  padding: 40px 40px 50px;
}

.boxContact .estateTit {
  width: 790px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.boxContact .secDetailsTop {
  width: 790px;
  margin: 30px auto 0;
}

.boxContact .secDetailsTop .btnList {
  display: flex;
  width: 100%;
}

.boxContact .secDetailsTop .btnList .btnItem + .btnItem {
  margin: 0 0 0 20px;
}

.boxContact .bgTitMin {
  margin-top: 30px;
  background-color: #444;
  height: 50px;
  font-size: 16px;
}

.boxContact .bgTitMin + .inner {
  border: 1px solid #444;
  border-top: none;
  text-align: center;
  padding: 25px;
}

.boxContact .bgTitMin + .inner a {
  display: inline-block;
}

.boxContact .bgTitMin + .inner .minTxt {
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 1px;
}

.boxContact .bgTitMin + .inner .txtArea {
  text-align: center;
  margin: 0 auto 14px;
}

.boxContact .bgTitMin + .inner .txtArea .tit {
  font-size: 20px;
  font-weight: bold;
}

.boxContact .bgTitMin + .inner .txtArea .txt {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 5px;
}

.boxContact .bgTitMin + .inner a {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.boxContact .bgTitMin + .inner .mapArea {
  margin-top: 13px;
}

.boxContact .bgTitMin + .inner .mapArea iframe {
  width: 640px;
  height: 300px;
}

@media only screen and (max-width: 767px) {
  .boxContact {
    padding-top: 30px;
  }

  .boxContact .inner {
    padding: 20px 15px 30px;
  }

  .boxContact .estateTit {
    width: 100%;
    font-size: 16px;
  }

  .boxContact .secDetailsTop {
    width: 100%;
    margin: 15px auto 0;
  }

  .boxContact .secDetailsTop .btnList .btnItem + .btnItem {
    margin: 0 0 0 20px;
  }

  .boxContact .bgTitMin {
    margin-top: 20px;
    height: 40px;
    font-size: 15px;
  }

  .boxContact .bgTitMin + .inner {
    padding: 20px;
  }

  .boxContact .bgTitMin + .inner .minTxt {
    font-size: 12px;
    line-height: 21px;
    margin-top: 7px;
  }

  .boxContact .bgTitMin + .inner a img {
    width: 190px;
    height: auto;
  }

  .boxContact .bgTitMin + .inner .txtArea {
    text-align: center;
    margin: 0 auto 10px;
  }

  .boxContact .bgTitMin + .inner .txtArea .tit {
    font-size: 15px;
    line-height: 1.3;
  }

  .boxContact .bgTitMin + .inner .txtArea .txt {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
  }

  .boxContact .bgTitMin + .inner a {
    font-size: 38px;
  }

  .boxContact .bgTitMin + .inner .mapArea {
    margin-top: 9px;
  }

  .boxContact .bgTitMin + .inner .mapArea iframe {
    width: 100%;
    height: 220px;
  }
}

@media only screen and (max-width: 360px) {
  .boxContact .bgTitMin {
    font-size: 13px;
  }
}

/* secBtmSliderBox */
.secBtmSliderBox {
  padding-top: 80px;
  margin: 0 auto 0;
}

.secBtmSliderBox .contentsTit {
  text-align: left;
}

.secBtmSliderBox .swiperBox + .swiperBox {
  margin-top: 70px;
}

.secBtmSliderBox .boxBtmSlider {
  position: relative;
}

.secBtmSliderBox .swiper-slide {
  height: auto;
}

.secBtmSliderBox .disabled .swiper-slide {
  width: 262px;
  margin-right: 25px;
}

.secBtmSliderBox .boxBtmSlider .aListLink {
  background-color: #fff;
  display: block;
  border-radius: 5px;
  border: 1px solid #999;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.15);
  height: 100%;
}

.secBtmSliderBox .swiperBox02 .aListLink {
  padding-bottom: 20px;
}

.secBtmSliderBox .boxBtmSlider .imgBox {
  width: 100%;
  height: 0;
  padding-top: 59.62%;
}

.secBtmSliderBox .boxBtmSlider .imgBox img {
  border-radius: 3px 3px 0 0;
}

.secBtmSliderBox .boxBtmSlider .wrapper {
  padding: 8px 5px 6px 5px;
}

.secBtmSliderBox .boxBtmSlider .noBox {
  padding: 0 0 6px 0;
  border-bottom: 1px solid #aaa;
}

.secBtmSliderBox .boxBtmSlider .noBox .noTxt {
  font-size: 18px;
  line-height: 20px;
  color: #65aa2f;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
}

.secBtmSliderBox .boxBtmSlider .noBox .noSubTxt {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.secBtmSliderBox .boxBtmSlider .priceBox {
  padding: 10px 0 4px;
}

.secBtmSliderBox .boxBtmSlider .priceBox .priceTxt {
  font-size: 13px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 50px;
}

.secBtmSliderBox .boxBtmSlider .priceBox .priceNumTxt {
  font-size: 28px;
  font-weight: bold;
  color: #65aa2f;
}

.secBtmSliderBox .boxBtmSlider .numBox {
  padding: 4px 0;
}

.secBtmSliderBox .boxBtmSlider .numBox .numList {
  display: flex;
  justify-content: space-between;
}

.secBtmSliderBox .boxBtmSlider .numBox .numList + .numList {
  margin-top: 1px;
}

.secBtmSliderBox .boxBtmSlider .numBox .numTit,
.secBtmSliderBox .boxBtmSlider .numBox .numTxt {
  width: 60px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
}

.secBtmSliderBox .boxBtmSlider .numBox .numTxt {
  width: calc(100% - 61px);
  color: #000;
  justify-content: flex-start;
  background-color: #f3f2f0;
  padding-left: 5px;
}

.secBtmSliderBox .boxBtmSlider .numBox .numTxt span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* swiper-button */
.secBtmSliderBox .boxBtmSlider .swiper-button-next.swiper-button-disabled,
.secBtmSliderBox .boxBtmSlider .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.secBtmSliderBox .boxBtmSlider .swiper-button-prev,
.secBtmSliderBox .boxBtmSlider .swiper-button-next {
  transition: 0.5s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #182033;
  border: 2px solid #fff;
}

.secBtmSliderBox .boxBtmSlider .swiper-button-prev {
  left: 20px;
}

.secBtmSliderBox .boxBtmSlider .swiper-button-next {
  right: 20px;
}

.secBtmSliderBox .boxBtmSlider .swiper-button-prev::after,
.secBtmSliderBox .boxBtmSlider .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.secBtmSliderBox .boxBtmSlider .swiper-button-prev::after {
  transform: rotate(225deg);
  right: 0;
  left: 10%;
}

.secBtmSliderBox .topTxt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
  display: none;
}

.secBtmSliderBox .bg01 {
  background: #ed113a;
}

.secBtmSliderBox .bg02 {
  background: #ced237;
}

.secBtmSliderBox .bg02 .innerTag {
  color: #000;
}

.secBtmSliderBox .swiperBox:not(.swiperBox02) .swiper-slide {
  max-width: 262px;
}

.secBtmSliderBox .swiperBox02 .wrapper {
  padding: 0;
}

.secBtmSliderBox .swiperBox02 .wrapTxt {
  padding: 15px 8px 5px 8px;
}

.secBtmSliderBox .swiperBox02 .imgBox {
  padding-top: 65.39%;
}

.secBtmSliderBox .tagTxt {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.secBtmSliderBox .tagTxt.tag01 {
  background-color: #182033;
  color: #fff;
}

.secBtmSliderBox .tagTxt.tag02 {
  background-color: #97d020;
  color: #182033;
}

.secBtmSliderBox .eventTit {
  font-size: 18px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 46px;
  font-weight: bold;
  margin-top: 10px;
}

.secBtmSliderBox .eventTxt {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.secBtmSliderBox .infoBox {
  margin-top: 9px;
}

.secBtmSliderBox .infoBox .infoList {
  display: flex;
  justify-content: space-between;
}

.secBtmSliderBox .infoBox .infoList + .infoList {
  margin-top: 5px;
}

.secBtmSliderBox .infoBox .infoTit {
  width: 50px;
  min-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #182033;
  color: #fff;
  font-size: 13px;
}

.secBtmSliderBox .infoBox .infoTxt {
  width: calc(100% - 55px);
  font-size: 15px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 46px;
}

@media only screen and (max-width: 767px) {
  .secBtmSliderBox {
    padding-top: 45px;
  }

  .secBtmSliderBox .contentsTit .jpTit {
    font-size: 20px;
  }

  .secBtmSliderBox .swiperBox + .swiperBox {
    margin-top: 20px;
    padding-top: 20px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
  }

  .secBtmSliderBox .boxBtmSlider .swiper-button-prev,
  .secBtmSliderBox .boxBtmSlider .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .secBtmSliderBox .boxBtmSlider .swiper-button-prev {
    left: 4px;
  }

  .secBtmSliderBox .boxBtmSlider .swiper-button-next {
    right: 4px;
  }

  .secBtmSliderBox .imgInnerItem {
    display: none;
  }

  .secBtmSliderBox .boxBtmSlider {
    width: 100%;
    padding: 0;
  }

  .secBtmSliderBox .boxBtmSlider::before {
    display: none;
  }

  .secBtmSliderBox .disabled .swiper-wrapper {
    justify-content: center;
  }

  .secBtmSliderBox .disabled .swiper-slide {
    width: 150px;
    margin-right: 10px;
  }

  .secBtmSliderBox .disabled .swiper-slide:last-child {
    margin-right: 0;
  }

  .secBtmSliderBox .boxBtmSlider .swiper {
    overflow: visible;
  }

  .secBtmSliderBox .boxBtmSlider .noBox .noTxt {
    font-size: 13px;
    line-height: 14px;
    max-height: 28px;
  }

  .secBtmSliderBox .boxBtmSlider .noBox .noSubTxt {
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
  }

  .secBtmSliderBox .tagTxt {
    font-size: 12px;
  }

  .secBtmSliderBox .swiperBox02 .wrapTxt {
    padding: 5px 6px;
  }

  .secBtmSliderBox .eventTit {
    font-size: 13px;
    line-height: 1.3;
    max-height: 46px;
    margin-top: 5px;
  }

  .secBtmSliderBox .eventTxt {
    font-size: 10px;
  }

  .secBtmSliderBox .infoBox {
    margin-top: 7px;
  }

  .secBtmSliderBox .infoBox .infoList + .infoList {
    margin-top: 7px;
  }

  .secBtmSliderBox .infoBox .infoTit {
    width: 35px;
    font-size: 10px;
  }

  .secBtmSliderBox .infoBox .infoTxt {
    width: calc(100% - 40px);
    font-size: 12px;
  }

  .secBtmSliderBox .swiperBox02 .aListLink {
    padding-bottom: 0;
  }
}

.grecaptcha-badge {
  z-index: 2;
}

/* backBtn */
.backBtn {
  margin: 80px auto 0;
}

.backBtn a {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 60px;
  border: 1px solid #182033;
  color: #182033;
  border-radius: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.backBtn a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #182033;
  border-right: 1px solid #182033;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  .backBtn {
    margin: 50px auto 0;
  }

  .backBtn a {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    font-size: 14px;
  }

  .backBtn a::before {
    left: 20px;
    width: 6px;
    height: 6px;
  }
}

#fNaviTop.jsShow {
  bottom: 140px;
}

.innerBox .boxContact {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .innerBox .boxContact {
    margin-top: 30px;
  }

  .innerBox .boxContact .bgTitMin {
    font-size: 13px;
  }

  .innerBox .boxContact .bgTitMin + .inner a {
    font-size: 26px;
  }
}

/*-----------------------------------------------
    details Movie ※ Add 2024-07-02
-----------------------------------------------*/
.secDetailsMovie {
  display: grid;
  place-items: center;
  margin-block: 25px;
}

.secDetailsMovie video {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .secDetailsMovie video {
    width: 50%;
  }
}

/* =================================================
/* c-parts_floating
================================================= */
.c-parts_floating {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 10000;
  inline-size: 250px;
  block-size: auto;
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px;

  & img {
    inline-size: 100%;
  }

  & .is-close {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 25px;
    height: auto;
    cursor: pointer;
  }
}

@media screen and (width <=768px) {
  .c-parts_floating {
    inline-size: 90%;
    left: 5%;
    bottom: 10px;
    transform: translate(0, 0);
  }
}

/* =====================================
   # details-slider
===================================== */
.secTopSlide {
  position: relative;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .secTopSlide {
    position: relative;
  }
}

/* secPhotoSlider */
.secPhotoSlider {
}

.secPhotoSlider .imgSlider {
  height: 0;
  padding-top: 50.782%;
}

.secPhotoSlider .boxSlider {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.secPhotoSlider .boxSlider .swiper-container {
  width: 1380px;
  overflow: visible;
}

.secPhotoSlider .boxThumb {
  width: 640px;
  margin: 10px auto 0;
  position: relative;
}

.secPhotoSlider .boxThumb .swiper-container {
  overflow: hidden;
}

.secPhotoSlider .boxThumb .swiper-slide,
.secPhotoSlider .boxThumb .swiper-slide-active {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.secPhotoSlider .boxThumb .swiper-container {
  width: 910px;
}

.secPhotoSlider .boxThumb.center .swiper-wrapper {
  justify-content: center;
}

.secPhotoSlider .boxThumb .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.6;
}

.secPhotoSlider .boxThumb .swiper-slide-thumb-active {
  position: relative;
}

.secPhotoSlider .boxThumb .swiper-slide-thumb-active:after {
  position: absolute;
  content: "";
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e85e2;
}

.secPhotoSlider .boxThumb.disabled {
  width: 100px;
}

.secPhotoSlider .boxThumb.disabled .swiper-slide {
  opacity: 1;
}

.secPhotoSlider .imgThumb {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.secPhotoSlider .swiper-button-prev,
.secPhotoSlider .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #182033;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
}

.secPhotoSlider .swiper-button-prev {
  left: -25px;
}

.secPhotoSlider .swiper-button-next {
  right: -25px;
}

.secPhotoSlider .swiper-button-prev::after,
.secPhotoSlider .swiper-button-next::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.secPhotoSlider .swiper-button-prev::after {
  right: -2px;
  transform: rotate(-135deg);
}

.secPhotoSlider.disabled .swiper-button-prev,
.secPhotoSlider.disabled .swiper-button-next {
  display: none;
}

@media only screen and (max-width: 767px) {
  .secPhotoSlider {
    position: relative;
  }

  .secPhotoSlider .boxSlider {
    width: 100%;
    position: relative;
  }

  .secPhotoSlider .boxSlider .swiper-container {
    width: 86.934vw;
  }

  .secPhotoSlider .imgSlider {
    padding-top: 52.176%;
  }

  .secPhotoSlider .swiper-button-prev,
  .secPhotoSlider .swiper-button-next {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
  }

  .secPhotoSlider .swiper-button-prev {
    left: 0;
  }

  .secPhotoSlider .swiper-button-next {
    right: 0;
  }

  .secPhotoSlider .swiper-button-prev::after,
  .secPhotoSlider .swiper-button-next::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .secPhotoSlider .swiper-button-disabled {
    display: none;
  }

  .secPhotoSlider .boxThumb {
    width: 100%;
  }

  .secPhotoSlider .boxThumb .swiper-wrapper {
    justify-content: center;
  }

  .secPhotoSlider .boxThumb.disabled .swiper-slide {
    width: 55px;
  }
}

/* =====================================
#  detailsTabList
===================================== */
.detailsTabList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.detailsTabList::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125%;
  background-color: #efefef;
  z-index: -1;
}

.detailsTabList_item {
  width: calc(100% / 4 - 8px);
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
}

.detailsTabList_item.active {
  background-color: #7fcce3;
}

.detailsTabContents_item {
  display: none;
}

.detailsTabContents_item.show {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .detailsTabList_item {
    inline-size: calc(100% / 4 - 8px);
    block-size: 60px;
  }

  .detailsTabList_item img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .detailsTabList_item .jpTit {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* ========================================
   # Detached House Icon
======================================== */
.IconObject {
  position: absolute;
  top: 90px;
  right: 10px;
  z-index: 10000;

  & .estateIcon {
    display: flex;
    align-items: center;
    gap: 0 20px;

    & .estateIcon_item {
      width: calc(100% / 2 - 10px);

      & img {
        width: auto;
        height: 120px;
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .IconObject {
    top: 20px;
    right: 5px;

    & .estateIcon {
      display: flex;
      align-items: center;
      gap: 0 10px;

      & .estateIcon_item {
        width: calc(100% / 2 - 5px);

        & img {
          width: auto;
          height: 40px;
        }
      }
    }
  }
}

/* ========================================
   # New Price Icon
======================================== */
.newPrice {
  color: #fff;
  background-color: #d63638;
  padding: 0 10px;
  font-size: 20px;
}
