@charset "utf-8";
/* 物件紹介 TOP
---------------------------------------------------------------------- */
.properties_top .pageTit_box {
  background: url('../img/properties/main_tit_bg_pc.png');
  background-size: cover;
  background-position: right;
  position: relative;
}
.properties_top .pageTit_box::before {
  display: block;
  content: "";
  width: 440px;
  min-height: 250px;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.properties_top .pageTit_inner {
  position: relative;
  z-index: 1;
}

.properties_top .content_wrap {
  margin-top: 80px;
}
.properties_top .txt_box b {
  display: block;
  font-size: 27px;
  font-weight: normal;
}
.properties_top .txt_box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 50px;
}


.properties_top .link_list_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 75px;
}
.properties_top .link_list_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.properties_top .link_list_box ul.link_box {
  justify-content: center;
  margin-top: 40px;
}
.properties_top .link_list_box ul li {
  width: 530px;
  height: 360px;
  position: relative;
}
.properties_top .link_list_box ul li::before {
  display: block;
  content: "";
  width: 54.7170%;
  height: 60px;
  border-radius: 50px;
  background: linear-gradient(to right, #ff9658, #f55b00);
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.properties_top .link_list_box ul li .btn_box {
  width: 54.7170%;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* z-index: 2; */
}
.properties_top .link_list_box ul li .btn_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.properties_top .link_list_box ul li .arrow_img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.properties_top .link_list_box ul li .arrow_img img {
  vertical-align: top;
}
.properties_top .link_list_box ul li.link_btn {
  width: 340px;
  height: 100px;
  background: linear-gradient(to right, #d9e1e8, #aeb8c0);
  border-radius: 5px;
}
.properties_top .link_list_box ul li.link_btn::before {
  display: none;
}
.properties_top .link_list_box ul li.link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}



.properties_top .recruitment_box {
  width: 100%;
  /* background: #f8f8f8; */
  background-color: #bbe6ff;  
  padding: 80px 0;
}
.properties_top .recruitment_box b {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}
.properties_top .recruitment_box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.properties_top .recruitment_box p + p {
  margin-top: 15px;
}
.properties_top .recruitment_box .tel_box {
  width: 300px;
  height: 95px;
  margin: 30px auto 0;
  background: linear-gradient(to right, #ff9658, #f55b00);
  border-radius: 5px;
}
.properties_top .recruitment_box .tel_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
}
@media (hover: hover) {
  .properties_top .recruitment_box .tel_box a {
    pointer-events: none;
    text-decoration: none;
  }
}



.properties_top .bnr_wrap {
  border-top: 1px solid #cacaca;
  padding-top: 80px;
  padding-bottom: 80px;
}
.properties_top .bnr_wrap b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}
.properties_top .bnr_wrap p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.properties_top .bnr_wrap .flex_box {
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.properties_top .bnr_wrap .flex_box li {
  width: 340px;
}



@media screen and (max-width: 768px) {
  .properties_top .pageTit_box {
    background: url('../img/properties/main_tit_bg_sp.png');
    background-size: cover;
    background-position: center;
  }
  .properties_top .pageTit_box::before {
    width: 60vw;
  }

  .properties_top .content_wrap {
    margin-top: 8vw;
  }
  .properties_top .txt_box {
    width: 89.3333vw;
    margin: 0 auto;
  }
  .properties_top .txt_box b {
    font-size: 4.2667vw;
    line-height: 1.5625;
  }
  .properties_top .txt_box p {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 5.3333vw;
    margin-bottom: 6vw;
  }

  .properties_top .link_list_box {
    max-width: 100%;
    width: 89.3333vw;
    margin: 0 auto 10.6667vw;
  }
  .properties_top .link_list_box ul {
    gap: 0;
  }
  .properties_top .link_list_box ul.link_box {
    margin-top: 0;
  }
  .properties_top .link_list_box ul li {
    width: 100%;
    height: 60.6667vw;
    margin-bottom: 4vw;
  }
  .properties_top .link_list_box ul li::before {
    /* width: 100%;
    height: 13.6vw;
    background: #000;
    opacity: 0.5; */
    width: 58.6667vw;
    height: 12.5333vw;
  }
  .properties_top .link_list_box ul li .btn_box {
    /* width: 100%;
    height: 13.6vw;
    border-radius: 0; */
    width: 58.6667vw;
    height: 12.5333vw;
  }
  .properties_top .link_list_box ul li .btn_box a {
    /* font-size: 4.8vw; */
    font-size: 5.0667vw;
  }
  .properties_top .link_list_box ul li .arrow_img {
    /* width: 5.7333vw;
    right: 2.9333vw; */
    width: 4vw;
    height: 4vw;
    right: 4vw;
  }

  .properties_top .link_list_box ul li.link_btn {
    width: 42.6667vw;
    height: 13.3333vw;
    margin-bottom: 0;
  }
  .properties_top .link_list_box ul li.link_btn a {
    font-size: 3.6vw;
  }
  .properties_top .link_list_box ul li.link_btn:last-child {
    margin-left: 4vw;
  }
  .properties_top .link_list_box ul li.link_btn .arrow_img {
    width: 3.0667vw;
    right: 2vw;
  }
  

  .properties_top .recruitment_box {
    padding: 10.6667vw 5.3333vw;
  }
  .properties_top .recruitment_box b {
    font-size: 4.8vw;
    margin-bottom: 2.6667vw;
  }
  .properties_top .recruitment_box p {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: left;
  }
  .properties_top .recruitment_box p + p {
    margin-top: 2vw;
  }
  .properties_top .recruitment_box .tel_box {
    width: 58.6667vw;
    height: 20vw;
    margin: 5.3333vw auto 0;
  }
  .properties_top .recruitment_box .tel_box a {
    font-size: 3.2vw;
  }



  .properties_top .bnr_wrap {
    padding-top: 10.6667vw;
    padding-bottom: 10.6667vw;
    padding-left: 5.3333vw;
    padding-right: 5.3333vw;
  }
  .properties_top .bnr_wrap b {
    font-size: 4.8vw;
    margin-bottom: 2.6667vw;
  }
  .properties_top .bnr_wrap p {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: left;
  }
  .properties_top .bnr_wrap .flex_box {
    gap: 20px;
    margin-top: 5.3333vw;
  }
  .properties_top .bnr_wrap .flex_box li {
    width: 43.3333vw;
  }

}














/* 物件紹介 SUB
---------------------------------------------------------------------- */
/* .properties_sub .pageTit_box {
  background: url('../img/properties/sub/main_tit_bg_pc.png');
  background-size: cover;
  background-position: right;
  position: relative;
} */
/* .properties_sub .pageTit_box p.tit_jp {
  font-size: 48px;
  font-weight: 200;
} */


.properties_sub .map_box {
  max-width: 1100px;
  width: 100%;
  margin: 80px auto 60px;
  position: relative;
}
.properties_sub .map_box p.txt01,
.properties_sub .map_box p.txt02 {
  font-family: "helvetica-lt-pro", sans-serif;
  color: #fff;
  position: absolute;
}
.properties_sub .map_box p.txt01 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
  top: 60px;
  left: 50px;
}
.properties_sub .rental_wrap .map_box p.txt01 {
  top: 20px;
  left: 20px;
}
.properties_sub .map_box p.txt01 span {
  display: block;
  font-size: 50px;
  font-weight: normal;
}
.properties_sub .rental_wrap .map_box p.txt01 span {
  font-size: 40px;
}
.properties_sub .map_box p.txt02 {
  font-size: 27px;
  bottom: 20px;
  right: 35px;
}
.properties_sub .map_box p.txt02 span {
  font-size: 60px;
  font-weight: normal;
}


.properties_sub .content_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px;
}
.properties_sub .content_box .cont_tit {
  width: 320px;
  height: 40px;
  margin: 0 auto;
  background: #000;
  border-radius: 50px;
}
.properties_sub .company_wrap .cont_tit {
  width: 450px;
}
.properties_sub .content_box .cont_tit span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  font-size: 24px;
  color: #fff;
}

.properties_sub .content_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 60px;
  gap: 40px;
}
.properties_sub .content_box ul li {
  width: 48.1818%;
/* 530px */
  background: #f8f8f8;
  border-radius: 5px;
}

.properties_sub .all_wrap .content_box.hotel_wrap ul li,
.properties_sub .hotel_wrap .content_box ul li {
  width: 100%;
}

.properties_sub .content_box .num_tit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 15px;
  text-align: left;
}
.properties_sub .parking_wrap .num_tit,
.properties_sub .company_wrap .num_tit {
  margin-bottom: 15px;
}

.properties_sub .content_box .num_tit .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  border-radius: 50%;
  background: #ed6c00;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 13px;
  color: #fff;
}

.properties_sub .hotel_wrap .num_tit small {
  background: #003366;
  padding: 3px 8px 4px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}
.properties_sub .sales_wrap .num_tit small {
  border: 1px solid #000;
  padding: 2px 5px 3px;
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}

.properties_sub .cont_info_box {
  display: flex;
  margin-top: 15px;
}
.properties_sub .cont_info_box .cont_img {
  width: 200px;
  margin-bottom: 20px;
}
.properties_sub .office_wrap .only_size300 .cont_info_box .cont_img {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
}

.properties_sub .rental_wrap .cont_info_box .cont_img,
.properties_sub .facilities_wrap .cont_info_box .cont_img,
.properties_sub .sales_wrap .cont_info_box .cont_img {
  width: 280px;
}
.properties_sub .rental_wrap .cont_info_box .cont_txt,
.properties_sub .facilities_wrap .cont_info_box .cont_txt,
.properties_sub .sales_wrap .cont_info_box .cont_txt {
  width: 220px;
}
.properties_sub .hotel_wrap .cont_info_box .cont_img {
  width: 820px;
}
.properties_sub .hotel_wrap .cont_info_box .cont_img span {
  display: block;
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}
.properties_sub .hotel_wrap .cont_info_box .cont_txt {
  width: 220px;
}


.properties_sub .cont_info_box .cont_txt p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin-left: 15px;
  margin-bottom: 10px;
}
.properties_sub .hotel_wrap .cont_txt p {
  margin-bottom: 25px;
}

.properties_sub dl.cont_info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 15px;
}
.properties_sub dl.cont_info + dl.cont_info {
  margin-top: 10px;
}
.properties_sub dl.cont_info:last-child {
  margin-bottom: 20px;
}
.properties_sub .parking_wrap dl.cont_info,
.properties_sub .company_wrap dl.cont_info {
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}
.properties_sub .parking_wrap dl.cont_info:last-child,
.properties_sub .company_wrap dl.cont_info:last-child {
  margin-bottom: 20px;
}
.properties_sub dl.cont_info dt.cont_info_tit span {
  background: #999999;
  padding: 0 3px 1px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
}
.properties_sub dl.cont_info dd.cont_info_txt {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}
.properties_sub .parking_wrap dl.cont_info dd.cont_info_txt,
.properties_sub .company_wrap dl.cont_info dd.cont_info_txt {
  margin-top: 0;
  margin-left: 10px;
}
.properties_sub dl.cont_info dd .blank_icon {
  width: 12px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.properties_sub .cont_txt small {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
}

.properties_sub .cont_txt .more_btn {
  width: 90%;
  height: 30px;
  border-radius: 20px;
  background: linear-gradient(to right, #ff9658, #f55b00);
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.properties_sub .cont_txt .more_btn + .more_btn {
  margin-top: 10px;
}
.properties_sub .cont_txt .more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.properties_sub .cont_txt .more_btn span {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.properties_sub .cont_txt .more_btn img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.properties_sub .cont_txt .pdf_icon {
  width: 13px;
}
.properties_sub .cont_txt .blank_icon {
  width: 10px;
}

.properties_sub .cont_info_box .cont_txt p.txt_link {
  /* text-align: right; */
}
.properties_sub .cont_info_box .cont_txt p.txt_link a {
  /* text-decoration: underline; */
  padding-bottom: 1px;
  border-bottom: 1px solid #666;
}


.properties_sub .facilities_wrap .cont_txt small {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-left: 15px;
}
.properties_sub .facilities_wrap .cont_txt .img_box {
  margin-top: 10px;
  margin-left: 15px;
}


/* .properties_sub .cont_txt .pdf_icon_box {
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.properties_sub .cont_txt .pdf_icon_box a {
  font-size: 14px;
  line-height: 1.5;
} */



/* .properties_sub .cont_txt .pdf_icon_box .underline {
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  border-bottom: solid 1px #666;
  width: 100%;
  height: 0;
}

.properties_sub .cont_txt .pdf_icon_box:hover .underline {
  transform-origin: bottom left;
  transform: scaleX(1);
} */



@media (max-width: 1100px)  and (min-width: 769px) {

  .properties_sub .map_box p.txt01 {
    font-size: 3.2727vw;
    top: 5.4545vw;
    left: 4.5455vw;
  }
  .properties_sub .rental_wrap .map_box p.txt01 {
    top: 1.8182vw;
    left: 1.8182vw;
  }
  .properties_sub .map_box p.txt01 span {
    font-size: 4.5455vw;
  }
  .properties_sub .rental_wrap .map_box p.txt01 span {
    font-size: 3.6364vw;
  }
  .properties_sub .map_box p.txt02 {
    font-size: 2.4545vw;
    bottom: 1.8182vw;
    right: 3.1818vw;
  }
  .properties_sub .map_box p.txt02 span {
    font-size: 5.4545vw;
  }


  .properties_sub .company_wrap .cont_tit {
    width: 40.9091vw;
  }
  .properties_sub .content_box .cont_tit span {
    font-size: 2.1818vw;
  }


  .properties_sub .content_box ul {
    margin-left: 2vw;
    margin-right: 2vw;
    gap: 3.6364vw;
  }
  .properties_sub .content_box ul li {
    width: 44vw;
  }
  .properties_sub .all_wrap .content_box.hotel_wrap ul li,
  .properties_sub .hotel_wrap .content_box ul li {
    width: 96vw;
  }


  .properties_sub .hotel_wrap .cont_info_box .cont_img {
    width: 60vw;
  }
  .properties_sub .hotel_wrap .cont_info_box .cont_txt {
    width: 35vw;
  }

  .properties_sub .hotel_wrap .cont_txt p {
    margin-bottom: 10px;
  }
  .properties_sub dl.cont_info:last-child {
    margin-bottom: 20px;
  }



  .properties_sub .content_box .num_tit {
    font-size: 1.6364vw;
  }
  .properties_sub .hotel_wrap .num_tit small {
    font-size: 1.6364vw;
  }

}

@media (max-width: 1080px)  and (min-width: 769px) {
  .properties_sub .content_box .num_tit {
    flex-wrap: wrap;
  }
  .properties_sub .sales_wrap li:nth-child(11) .num_tit small {
    margin-left: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* .properties_sub .pageTit_box {
    background: url('../img/properties/sub/main_tit_bg_sp.png');
    background-size: cover;
    background-position: right;
  } */

  .properties_sub .map_box {
    max-width: 100%;
    width: 89.3333vw;
    margin: 8vw auto;
  }
  .properties_sub .map_box p.txt01 {
    font-size: 2.8vw;
    line-height: 1.42;
    top: 4.6667vw;
    left: 4.6667vw;
  }
  .properties_sub .facilities_wrap .map_box p.txt01,
  .properties_sub .rental_wrap .map_box p.txt01 {
    top: 2vw;
    left: 2vw;
  }
  .properties_sub .map_box p.txt01 span {
    font-size: 4vw;
  }
  .properties_sub .rental_wrap .map_box p.txt01 span {
    font-size: 3.2vw;
  }
  .properties_sub .map_box p.txt02 {
    font-size: 2.1333vw;
    bottom: 2.6667vw;
    right: 3.3333vw;
  }
  .properties_sub .map_box p.txt02 span {
    font-size: 4.8vw;
  }


  .properties_sub .content_box {
    max-width: 100%;
    margin: 0 auto 10.6667vw;
  }
  .properties_sub .content_box .cont_tit {
    width: 64vw;
    height: 8vw;
  }
  .properties_sub .company_wrap .cont_tit {
    width: 80vw;
  }
  .properties_sub .content_box .cont_tit span {
    padding-bottom: 2px;
    font-size: 4.8vw;
  }

  .properties_sub .content_box ul {
    margin-top: 5.3333vw;
    margin-bottom: 8vw;
    margin-left: 0;
    margin-right: 0;
    gap: 4vw;
  }
  .properties_sub .content_box ul li {
    width: 89.3333vw;
  }
  .properties_sub .hotel_wrap .content_box ul li {
    width: 89.3333vw;
  }

  .properties_sub .content_box .num_tit {
    font-size: 3.2vw;
    margin-top: 2.6667vw;
    margin-left: 2.6667vw;

    flex-wrap: wrap;
  }
  .properties_sub .parking_wrap .num_tit,
  .properties_sub .company_wrap .num_tit {
    margin-bottom: 1.3333vw;
  }

  .properties_sub .content_box .num_tit .num {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.3333vw;
    font-size: 2.1333vw;
  }


  .properties_sub .hotel_wrap .num_tit small {
    font-size: 3.2vw;
    margin-left: 10px;
  }
  .properties_sub .hotel_wrap #aichi ul li:first-child .num_tit small,
  .properties_sub .hotel_wrap #kansai ul li:last-child .num_tit small {
    margin-left: 0;
    margin-top: 2vw;
  }

  .properties_sub .sales_wrap .num_tit small {
    font-size: 2.4vw;
    margin-left: 1.33vw;
  }


  .properties_sub .cont_info_box {
    margin-top: 2.6667vw;
  }
  .properties_sub .hotel_wrap .cont_info_box {
    flex-direction: column;
  }
  .properties_sub .office_wrap .only_size300 .cont_info_box {
    flex-direction: column;
  }
  



  .properties_sub .cont_info_box .cont_img {
    width: 42.6667vw;
    margin-bottom: 2.6667vw;
  }
  .properties_sub .office_wrap .only_size300 .cont_info_box .cont_img {
    width: 100%;
    height: auto;
    margin-bottom: 2.6667vw;
  }
  .properties_sub .cont_info_box .cont_txt {
    width: 42vw;
  }


  .properties_sub .rental_wrap .cont_info_box .cont_img,
  .properties_sub .facilities_wrap .cont_info_box .cont_img,
  .properties_sub .sales_wrap .cont_info_box .cont_img {
    width: 42.6667vw;
  }
  .properties_sub .rental_wrap .cont_info_box .cont_txt,
  .properties_sub .facilities_wrap .cont_info_box .cont_txt,
  .properties_sub .sales_wrap .cont_info_box .cont_txt {
    width: 42vw;
  }
  .properties_sub .hotel_wrap .cont_info_box .cont_img {
    width: 89.3333vw;
    margin: 0 auto 2.6667vw;
  }
  .properties_sub .hotel_wrap .cont_info_box .cont_txt {
    width: 84vw;
    margin: 0 auto 2.6667vw;
  }
  .properties_sub .cont_info_box .cont_txt p {
    font-size: 2.8vw;
    line-height: 1.42;
    margin-left: 2vw;
    margin-bottom: 2vw;
  }
  .properties_sub .hotel_wrap .cont_info_box .cont_txt p {
    margin-left: 0;
    margin-bottom: 2vw;
  }

  .properties_sub dl.cont_info {
    margin-left: 2vw;
  }
  .properties_sub .office_wrap .only_size300 dl.cont_info {
    margin-left: 2.6667vw;
    margin-bottom: 2.6667vw;
  }

  .properties_sub dl.cont_info + dl.cont_info {
    margin-top: 1.3333vw;
  }
  .properties_sub dl.cont_info:last-child {
    margin-bottom: 2vw;
  }
  .properties_sub .parking_wrap dl.cont_info,
  .properties_sub .company_wrap dl.cont_info {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2.6667vw;
    margin-bottom: 2vw;
    margin-left: 3.3333vw;
  }
  .properties_sub .hotel_wrap dl.cont_info {
    margin-left: 0;
  }
  .properties_sub dl.cont_info dt.cont_info_tit span {
    padding: 0 3px 1px;
    border-radius: 3px;
    font-size: 2.4vw;
    line-height: 1;
  }
  .properties_sub dl.cont_info dd.cont_info_txt {
    font-size: 2.8vw;
    margin-top: 5px;
  }
  .properties_sub .parking_wrap dl.cont_info dd.cont_info_txt,
  .properties_sub .company_wrap dl.cont_info dd.cont_info_txt {
    margin-top: 5px;
    margin-left: 0;
  }
  .properties_sub dl.cont_info dd .blank_icon {
    width: 2.4vw;
  }
  .properties_sub .cont_txt small {
    display: inline-block;
    margin-top: 2.4vw;
    margin-left: 2vw;
  }


  .properties_sub .cont_txt .more_btn {
    width: 50%;
    height: 6vw;
    margin-left: auto;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  .properties_sub .cont_txt .more_btn span {
    font-size: 2.4vw;
  }
  .properties_sub .cont_txt .pdf_icon {
    width: 2.8vw;
  }
  .properties_sub .cont_txt .blank_icon {
    width: 2.4vw;
  }

  .properties_sub .cont_info_box .cont_txt p.txt_link {
    text-align: right;
  }

  .properties_sub .facilities_wrap .cont_txt small {
    font-size: 2.4vw;
    line-height: 1.3;
    margin-left: 2vw;
  }
  .properties_sub .facilities_wrap .cont_txt .img_box {
    width: 70%;
    margin-top: 2vw;
    margin-left: 2vw;
    margin-bottom: 2.6667vw;
  }
  

}



/* 物件紹介 駐車場
---------------------------------------------------------------------- */




/* 物件紹介 オフィス
---------------------------------------------------------------------- */

.map_link {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  position: absolute;
}
.map_link a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.map_link a::before {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: #ed6c00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_link a:hover::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.map_link a::after {
  display: block;
  content: "";
  width: 54px;
  height: 29px;
  background: url('../img/properties/sub/map_arrow.png');
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.map_link a:hover::after {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.3s;
}




.office_wrap .map_link01 {
  top: 188px;
  right: 200px;
}
.office_wrap .map_link02 {
  top: 306px;
  right: 385px;
}
.office_wrap .map_link03 {
  top: 306px;
  left: 360px;
}
.office_wrap .map_link04 {
  top: 338px;
  left: 212px;
}


.parking_wrap .map_link01 {
  top: 242px;
  right: 240px;
}
.parking_wrap .map_link02 {
  top: 274px;
  right: 375px;
}


.hotel_wrap .map_link03 {
  top: 120px;
  left: 405px;
}
.hotel_wrap .map_link04 {
  top: 330px;
  left: 208px;
}


.rental_wrap .map_link01 {
  top: 218px;
  right: 215px;
}
.rental_wrap .map_link02 {
  top: 335px;
  left: 517px;
}
.rental_wrap .map_link03 {
  top: 295px;
  left: 370px;
}
.rental_wrap .map_link04 {
  top: 334px;
  left: 206px;
}


.facilities_wrap .map_link02 {
  top: 315px;
  right: 400px;
}
.facilities_wrap .map_link03 {
  top: 295px;
  left: 366px;
}


.sales_wrap .map_link01 {
  top: 207px;
  right: 190px;
}
.sales_wrap .map_link02 {
  top: 350px;
  left: 525px;
}
.sales_wrap .map_link03 {
  width: 167px;
  height: 167px;
  top: 278px;
  left: 360px;
}
.sales_wrap .map_link04 {
  top: 268px;
  left: 223px;
}


.company_wrap .map_link01 {
  width: 183px;
  height: 183px;
  top: 209px;
  right: 190px;
}
.company_wrap .map_link02 {
  width: 195px;
  height: 195px;
  top: 235px;
  left: 530px;
}
.company_wrap .map_link03 {
  width: 167px;
  height: 167px;
  top: 270px;
  left: 360px;
}
.company_wrap .map_link04 {
  width: 195px;
  height: 195px;
  top: 255px;
  left: 163px;
}

@media (max-width: 1100px)  and (min-width: 769px) {

  .map_link {
    width: 12.4545vw;
    height: 12.4545vw;
  }
  .map_link a::after {
    width: 4.9091vw;
    height: 2.6364vw;
  }

  .office_wrap .map_link01 {
    top: 17.0909vw;
    right: 18.1818vw;
  }
  .office_wrap .map_link02 {
    top: 27.8182vw;
    right: 35vw;
  }
  .office_wrap .map_link03 {
    top: 27.8182vw;
    left: 32.7273vw;
  }
  .office_wrap .map_link04 {
    top: 30.7273vw;
    left: 19.2727vw;
  }
  
  
  .parking_wrap .map_link01 {
    top: 22vw;
    right: 21.8182vw;
  }
  .parking_wrap .map_link02 {
    top: 24.9091vw;
    right: 34.0909vw;
  }
  
  
  .hotel_wrap .map_link03 {
    top: 10.9091vw;
    left: 36.8182vw;
  }
  .hotel_wrap .map_link04 {
    top: 30vw;
    left: 18.9091vw;
  }
  
  .rental_wrap .map_link01 {
    top: 19.8182vw;
    right: 19.5455vw;
  }
  .rental_wrap .map_link02 {
    top: 30.4545vw;
    left: 47vw;
  }
  .rental_wrap .map_link03 {
    top: 26.8182vw;
    left: 33.6364vw;
  }
  .rental_wrap .map_link04 {
    top: 30.3636vw;
    left: 18.7273vw;
  }
  
  
  .facilities_wrap .map_link02 {
    top: 28.6364vw;
    right: 36.3636vw;
  }
  .facilities_wrap .map_link03 {
    top: 26.8182vw;
    left: 32.7273vw;
  }


  .sales_wrap .map_link01 {
    top: 18.8182vw;
    right: 17.2727vw;
  }
  .sales_wrap .map_link02 {
    top: 31.8182vw;
    left: 47.7273vw;
  }
  .sales_wrap .map_link03 {
    width: 15.1818vw;
    height: 15.1818vw;
    top: 25.2727vw;
    left: 32.7273vw;
  }
  .sales_wrap .map_link04 {
    top: 24.3636vw;
    left: 20.2727vw;
  }


  .company_wrap .map_link01 {
    width: 16.6364vw;
    height: 16.6364vw;
    top: 19vw;
    right: 17.2727vw;
  }
  .company_wrap .map_link02 {
    width: 17.7273vw;
    height: 17.7273vw;
    top: 21.3636vw;
    left: 48.1818vw;
  }
  .company_wrap .map_link03 {
    width: 15.1818vw;
    height: 15.1818vw;
    top: 24.5455vw;
    left: 32.7273vw;
  }
  .company_wrap .map_link04 {
    width: 17.7273vw;
    height: 17.7273vw;
    top: 23.1818vw;
    left: 14.8182vw;
  }

}
@media screen and (max-width: 768px) {
  .map_link {
    width: 11.3333vw;
    height: 11.3333vw;
  }
  .map_link a {
    background: transparent;
  }
  .map_link a::before,
  .map_link a:hover::before,
  .map_link a::after,
  .map_link a:hover::after {
    display: none;
  }
  

  .office_wrap .map_link01 {
    top: 15.3333vw;
    right: 16.1333vw;
  }
  .office_wrap .map_link02 {
    top: 24.9333vw;
    right: 31.2000vw;
  }
  .office_wrap .map_link03 {
    top: 24.9333vw;
    left: 29.3333vw;
  }
  .office_wrap .map_link04 {
    top: 27.6vw;
    left: 17.3333vw;
  }

  .parking_wrap .map_link01 {
    top: 19.7333vw;
    right: 19.3333vw;
  }
  .parking_wrap .map_link02 {
    top: 22.2667vw;
    right: 30.6667vw;
  }

  .hotel_wrap .map_link03 {
    top: 9.6vw;
    left: 32.9333vw;
  }
  .hotel_wrap .map_link04 {
    top: 28.5vw;
    left: 16.9333vw;
  }

  .rental_wrap .map_link01 {
    top: 17.7333vw;
    right: 17.3333vw;
  }
  .rental_wrap .map_link02 {
    top: 27.4667vw;
    left: 42vw;
  }
  .rental_wrap .map_link03 {
    top: 24vw;
    left: 30vw;
  }
  .rental_wrap .map_link04 {
    top: 27.3333vw;
    left: 16.6667vw;
  }

  .facilities_wrap .map_link02 {
    top: 25.6vw;
    right: 32.6667vw;
  }
  .facilities_wrap .map_link03 {
    top: 24vw;
    left: 29.6vw;
  }


  .sales_wrap .map_link01 {
    top: 16.9333vw;
    right: 15.3333vw;
  }
  .sales_wrap .map_link02 {
    top: 28.4vw;
    left: 42.6667vw;
  }
  .sales_wrap .map_link03 {
    width: 13.6vw;
    height: 13.6vw;
    top: 22.6667vw;
    left: 29.3333vw;
  }
  .sales_wrap .map_link04 {
    top: 21.8667vw;
    left: 18vw;
  }

  .company_wrap .map_link01 {
    width: 14.9333vw;
    height: 14.9333vw;
    top: 16.9333vw;
    right: 15.3333vw;
  }
  .company_wrap .map_link02 {
    width: 15.8667vw;
    height: 15.8667vw;
    top: 19.0667vw;
    left: 43.0667vw;
  }
  .company_wrap .map_link03 {
    width: 13.6vw;
    height: 13.6vw;
    top: 21.8667vw;
    left: 29.3333vw;
  }
  .company_wrap .map_link04 {
    width: 16vw;
    height: 16vw;
    top: 20.6667vw;
    left: 13.3333vw;
  }
}








.all_wrap h2 {
  font-size: 30px;
  font-weight: normal;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}

.all_wrap h2 span {
  background: #fff;
  padding: 0 20px;
}

.all_wrap h2::before {
  display: block;
  content: "";
  width: 300px;
  height: 2px;
  background: #dcdcdc;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .all_wrap h2 {
    font-size: 5.3333vw;
    margin-top: 10.6667vw;
    margin-bottom: 5.3333vw;
  }

}