@charset "UTF-8";

main {
  padding-top: 90px;
}
.property_hd {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 4em;
  padding-right: 70px;
}
.property_hd .bnr_box {
  width: 55%;
  max-width: 630px;
}
.property_hd .bnr_box .form_bnr_scroll,
.property_hd .bnr_box .line_bnr_scroll {
  margin-right: 20px;
}
.page_property {
  background-image: url(../img/buyflow/img_buyflow_bg.jpg);
}
.burger-btn {
  visibility: visible !important;
  opacity: 1 !important;
}
.property_container .section {
  padding-top: 60px;
  padding-bottom: 100px;
}
.property_container .main_title {
  font-size: 30px;
  text-align: justify;
  margin-bottom: 70px;
}
.area_title {
  font-size: 30px;
  border-left: solid 10px #5ba538;
  padding: 10px 0 10px 20px;
  margin-bottom: 40px;
}
.area_title span {
  font-size: 20px;
  color: #5ba538;
  margin-left: 2rem;
}
.property_top .flex_inn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.property_top .pictbox {
  width: 55%;
  line-height: 0;
  box-sizing: border-box;
}
.property_top .box {
  width: 40%;
  box-sizing: border-box;
}
.property_top .table_data {
  width: 100%;
  box-sizing: border-box;
}
.property_top th,
.property_top td {
  vertical-align: middle;
  border: solid 1px #000;
  padding: 20px;
}
.property_top th {
  width: 150px;
  min-width: 150px;
  font-weight: normal;
  background-color: #e4f6dc;
  box-sizing: border-box;
}
.property_top td {
  width: 100%;
  text-align: justify;
  box-sizing: border-box;
}
.property_top .item_btn {
  width: 100%;
  line-height: 60px;
  border: solid 1px #5ba538;
  margin-top: 20px;
}
.property_top .item_btn a {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  transition: all .3s;
}
.property_top .item_btn a:hover {
  opacity: .75;
}
.property_top .item_btn svg {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.property_top .tel_btn a {
  color: #5ba538;
}
.property_top .mail_btn a {
  color: #fff;
  background-color: #5ba538;
}
.thumbnail_area {
  padding: 0 40px;
  margin-top: 50px;
  position: relative;
}
.thumbnail_list {
  line-height: 0;
}
.thumbnail_list .slick-slide {
  margin: 0 5px;
}
.thumbnail_item {
  cursor: pointer;
  opacity: 0.3;
  transition: opacity .3s linear;
}
.thumbnail_item.slick-current {
  opacity: 1;
}
.arrows button {
  width: 20px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #5ba538;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.arrows button.prev-arrow {
  left: 0;
}
.arrows button.next-arrow {
  right: 0;
}
.appealarea {
  margin-top: 60px;
}
.appealtitle {
  font-size: 16px;
  color: #fff;
  background-color: #ffa453;
  display: inline-block;
  padding: 5px 20px;
}
.appealbox {
  border: solid 3px #ffa453;
  padding: 20px;
}
.appealtxt {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width:1280px) {
  main {
    padding-top: 65px;
  }
	.property_hd .bnr_box {
		display: none;
	}
	.property_hd {
		height: 65px;
		padding-left: 20px;
	}
	.site_logo_scroll {
		width: 90px;
	}
}
@media screen and (max-width:768px) {
  .property_container .section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .property_container .main_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .area_title {
    font-size: 20px;
    border-left: solid 5px #5ba538;
    padding: 5px 0 5px 15px;
    margin-bottom: 30px;
  }
  .area_title span {
    font-size: 13px;
  }
  .property_top .flex_inn {
    flex-wrap: wrap;
    gap: 40px;
  }
  .property_top .pictbox,
  .property_top .box {
    width: 100%;
  }
  .thumbnail_area {
    padding: 0 25px;
    margin-top: 20px;
  }
  .arrows button {
    width: 15px;
    font-size: 16px;
  }
  .property_top .table_data {
    font-size: 13px;
  }
  .property_top th,
  .property_top td {
    padding: 20px 10px;;
  }
  .property_top th {
    width: 110px;
    min-width: 110px;
  }
  .property_top .item_btn a {
    font-size: 16px;
  }
  .appealtitle {
    font-size: 14px;
  }
  .appealtxt {
    font-size: 12px;
  }
}

.map_container {
  background-color: #f1f1f1;
}
.map_container .section {
  padding: 100px 0;
}
.map_container .box {
  height: 400px;
}
.map_container .box iframe {
  width: 100%;
  height: 100%;
  border: solid 5px #fff !important;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .map_container .section {
    padding: 60px 0;
  }
  .map_container .box {
    height: 280px;
  }
  .map_container .box iframe {
    border: solid 3px #fff !important;
  }
}

.details_container .section {
  padding: 100px 0;
}
.details_container .flex_inn {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.details_container .details_table {
  width: 50%;
  box-sizing: border-box;
}
.details_container .details_table tr {
  border-top: solid 1px #464646;
  border-bottom: solid 1px #464646;
}
.details_container .details_table th,
.details_container .details_table td {
  vertical-align: middle;
  text-align: justify;
  padding: 15px 10px;
}
.details_container .details_table th {
  width: 165px;
  min-width: 165px;
  background-color: #f1f1f1;
}
@media screen and (max-width:768px) {
  .details_container .section {
    padding: 60px 0;
  }
  .details_container .flex_inn {
    flex-wrap: wrap;
    gap: 0;
  }
  .details_container .details_table {
    width: 100%;
  }
  .details_container .details_table:nth-child(2) tr {
    border-top: none;
  }
  .details_container .details_table th,
  .details_container .details_table td {
    font-size: 13px;
  }
  .details_container .details_table th {
    width: 138px;
    min-width: 138px;
  }
}