.custom_item .box_body h3 {
  font-size: 1.125em;
}

.section_list_templates .list_content.mansions li .box_body {
  min-height: 155px;
}

.section_list_templates .list_content li .box_body {
  position: relative;
  min-height: 195px;
}

.section_list_templates .list_content li .box_body::after {
  content: "";
  position: absolute;
  background: url(../images/icons/i_right2.svg) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section_list_templates .list_content li .box_body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_list_templates .list_content li .box_body h4 {
  margin-bottom: 5px;
}

.section_list_templates .list_content li .box_body h4::after {
  display: none;
}

.section_list_templates .list_content li .box_body p.address {
  font-size: 0.6875em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_topinfo::before {
  top: calc(56.5%);
}

@media (max-width: 820px) {
  .section_list_templates .list_content li:nth-of-type(4n) {
    margin-right: 20px;
  }

  .section_topinfo::before {
    top: calc(52%);
  }
}

@media (max-width: 768px) {
  .section_topinfo::before {
    top: calc(47.5%);
  }

  .section_list_templates .list_content li:nth-of-type(4n) {
    margin-right: 20px;
  }

  .section_list_templates .list_content li .box_body {
    min-height: auto;
  }

  .section_list_templates .list_content li .box_body p.address {
    min-height: auto;
  }
}

@media (max-width: 414px) {
  .section_list_templates .list_content.mansions li .box_body {
    min-height: auto;
  }

  .section_list_templates .list_content li {
    margin-bottom: 15px;
  }

  .section_list_templates .list_content li:nth-of-type(4n) {
    margin-right: 0;
  }

  .section_list_templates .list_content li .box_body {
    min-height: auto;
  }

  .section_list_templates .list_content li .box_body h3 {
    min-height: auto;
    font-size: 1.25em;
  }
}

.box_bottom {
  background: rgba(255, 255, 255, 0.6);
}

.carousel .box_item .box_footer {
  padding: 10px;
}

.section_detailproperty {
  padding-top: 80px;
}

.btn_inquire_availability {
  background: #ca6407;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.125em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  max-width: 348px;
  padding: 15.5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_inquire_availability::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}

.btn_inquire_availability::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  background: url("../images/icons/i_down.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.btn_inquire_availability:hover {
  background: #ad5503;
  color: #fff;
}

.btn_inquire_availability img {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.btn_inquire_availability span {
  display: flex;
  align-items: center;
}

.custom_item {
  width: 260px;
  margin-bottom: 30px;
  background: #ffffff;
  display: block;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.custom_item a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.custom_item .box_img {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
  transition: all 300ms;
}

.custom_item .box_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}

.custom_item .box_img span {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;
  font-weight: 600;
  font-size: 0.625em;
  padding: 3px 30px 3px 20px;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.custom_item .box_img span.label_blue {
  background: #2d9cdb;
}

.custom_item .box_img span.label_black {
  background: #424242;
}

.custom_item .box_img span.label_violet {
  background: #bb6bd9;
}

.custom_item .box_img span.label_green {
  background: #27ae60;
}

.custom_item .box_img span.label_yellow {
  background: #f2c94c;
}

.custom_item .box_img span.label_status {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #be9c59;
  color: #fff;
  padding: 2px 20px;
  font-size: 0.625em;
  font-weight: 500;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.custom_item .box_body {
  position: relative;
  min-height: 195px;
  padding: 10px;
}

.custom_item .box_body::after {
  content: "";
  position: absolute;
  background: url(../images/icons/i_right2.svg) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 10px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom_item .box_body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom_item .box_body h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 0.875em;
  color: #5c5b5b;
}

.custom_item .box_body .prices {
  font-weight: 700;
  font-size: 1.125em;
  color: #ca6407;
  margin-bottom: 0;
  min-height: 24px;
}

.custom_item .box_body .address {
  font-size: 0.6875em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #4f4f4f;
  line-height: 1.5em;
}

.custom_item .box_body ul.statistical {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.custom_item .box_body ul.statistical li {
  margin-right: 15px;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 0;
  width: auto;
  position: relative;
  color: #424242;
  box-shadow: none;
}

.custom_item .box_body ul.statistical li::after {
  content: "/";
  font-weight: 600;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom_item .box_body ul.statistical li:last-of-type {
  margin-right: 0;
}

.frm_mansions {
  background: #f2f2f2;
  border: 1px solid #9b9b9b;
  padding: 60px 95px;
  margin: 120px 0;
}

.frm_mansions h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.frm_mansions .description {
  background: #fff;
  padding: 10px;
  border: 1px solid #be9c59;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  color: #be9c59;
  margin-bottom: 60px;
}

.frm_mansions .form-group {
  margin-bottom: 40px;
}

.frm_mansions .form-control {
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 0.875em;
  height: 40px;
}

.frm_mansions textarea.form-control {
  height: 140px;
}

.frm_mansions .form-select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 21' style='enable-background:new 0 0 20 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:url(%23SVGID_1_);%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3clinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-7.219835e-06' y1='20.6098' x2='20' y2='0.6098' gradientTransform='matrix(1 0 0 -1 0 21.2756)'%3e%3cstop offset='0' style='stop-color:%23CFAF6E'/%3e%3cstop offset='1' style='stop-color:%23A3864B'/%3e%3c/linearGradient%3e%3ccircle class='st0' cx='10' cy='10.7' r='10'/%3e%3cpath class='st1' d='M5.3,8.9l4.7,4.7l4.7-4.7'/%3e%3c/svg%3e ");
  background-size: 21px 21px;
}

.frm_mansions label {
  font-weight: 600;
  font-size: 0.875em;
}

.frm_mansions label span {
  color: #eb5757;
}

.frm_mansions .sub_lable {
  margin-bottom: 0;
  font-size: 0.875em;
}

.frm_mansions .btn_auto {
  color: #be9c59;
  font-size: 0.875em;
  font-weight: 600;
  background: transparent;
  display: flex;
}

.frm_mansions .btn_auto img {
  margin-right: 10px;
}

.frm_mansions .btnAgree {
  font-weight: 600;
  font-size: 1.125em;
  background: linear-gradient(135deg, #cfaf6e 0%, #a3864b 100%);
  border-radius: 4px;
  min-width: 398px;
  padding: 10.5px;
  border: none;
}

.frm_mansions .btnAgree:hover {
  color: #fff;
}

.frm_mansions .box_content_footer {
  text-align: center;
}

.frm_mansions .box_content_footer .primary_policy {
  font-size: 0.75em;
}

.frm_mansions .box_content_footer .primary_policy .btn-link {
  color: #2f80ed;
  font-weight: 600;
}

.section_midinfo {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .frm_mansions {
    padding: 30px 15px;
  }

  .frm_mansions .btnAgree {
    min-width: inherit;
    width: 100%;
  }

  .frm_mansions label {
    margin-bottom: 10px;
  }

  .frm_mansions .form-group {
    margin-bottom: 15px;
  }

  .frm_mansions .description {
    margin-bottom: 30px;
    font-size: 0.75em;
    line-height: 1.5em;
  }

  .frm_mansions .btn_auto {
    padding-left: 0;
  }

  .section_detailproperty .table tr th,
  .section_detailproperty .table tr td {
    display: inline-block;
    width: 100%;
  }

  .section_discerningequipment ul:last-of-type li a span:first-of-type {
    min-height: auto;
  }

  .property_vertical li a .box_img span {
    padding-right: 20px;
  }

  .property_vertical li a .box_img span.label_blue {
    background: #2d9cdb;
  }

  .property_vertical li a .box_img span.label_black {
    background: #424242;
  }

  .property_vertical li a .box_img span.label_violet {
    background: #bb6bd9;
  }

  .property_vertical li a .box_img span.label_green {
    background: #27ae60;
  }
}

@media (max-width: 414px) {
  .section_area .box_conditions_list li {
    margin-bottom: 15px;
  }

  .section_area .box_conditions_list li a .box_img {
    height: auto;
  }

  .section_area .box_conditions_list li a .box_img img {
    height: auto;
  }

  .carousel.carousel_property .carousel-cell-slider,
  .carousel.carousel_conditions .carousel-cell-slider {
    margin-right: 20px;
  }

  .carousel .box_item .box_img img {
    height: 100%;
  }

  .custom_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
  }

  .custom_item .box_body h3 {
    min-height: auto;
    font-size: 1.25em;
  }

  .custom_item .box_body .address {
    min-height: auto;
  }
}

.section_search .container {
  max-width: 934px;
}

.section_search h1 {
  text-align: center;
  font-size: 1.875em;
  margin-bottom: 30px;
}

.section_search .note {
  font-size: 0.875em;
}

.section_search .frm_mansions .w_btnAgree .btnAgree {
  min-width: auto;
  width: 100%;
  position: relative;
}

.section_search .table tr th,
.section_search .table tr td {
  font-size: 0.75em;
  padding: 13px 15px;
  border-color: #e0e0e0;
}

@media (max-width: 768px) {
  .section_search h1 {
    font-size: 1.5em;
  }

  .frm_mansions .btnAgree .i_rightwhite {
    position: absolute;
    right: 15px;
  }
}

.w_btnAgree .btnAgree.custom {
  background: linear-gradient(269deg, #cfaf6e 0%, #a3864b 100%);
}

.btn_search {
  background: #424242;
  padding: 7px 13px;
  font-weight: 700;
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  display: block;
  align-items: center;
  border-radius: 3px;
  max-width: 130px;
}

.btn_search:hover {
  color: #fff;
  background: #1d1d1d;
}

.btn_search img {
  margin-right: 5px;
}

.modal_search .btn-close {
  opacity: 1;
}

.modal_search .modal-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal_search .modal-title {
  text-align: center;
  width: 100%;
  color: #424242;
  font-weight: 600;
  font-size: 1.5em;
}

.modal_search .modal-body {
  padding: 20px;
}

.modal_search .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-color: #cfaf6e;
}

.modal_search .form-check-input:checked {
  background-color: #cfaf6e;
  border-color: #cfaf6e;
}

.modal_search .form-check-input:focus {
  box-shadow: none;
}

.modal_search label {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 600;
  margin-left: 5px;
  color: #424242;
  position: relative;
  top: 2px;
}

.modal_search .box_select_item {
  position: relative;
}

.modal_search .box_select_item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  background: #bdbdbd;
}

.modal_search .box_select {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.modal_search .box_select span {
  margin: 0 5px;
  display: block;
}

.modal_search .box_select .form-select {
  font-size: 0.75em;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.90784 10.0345C5.55023 10.8087 4.44977 10.8087 4.09216 10.0345L0.459403 2.16932C0.15334 1.50667 0.637331 0.75 1.36724 0.75L8.63276 0.750001C9.36267 0.750001 9.84666 1.50667 9.5406 2.16932L5.90784 10.0345Z' fill='%23CFAF6E'/%3e%3c/svg%3e ");
  background-position: right 0.25rem center;
  min-width: 180px;
  border-radius: 2px;
}

.modal_search .box_select .form-select.not_specified {
  min-width: 385px;
}

.modal_search .box_select.custom .form-check {
  min-width: 145px;
}

.modal_search .box_select.list {
  justify-content: space-between;
}

.modal_frmsearch .btn_searhconditions {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  background: #ca6407;
  border-radius: 100px;
  margin: 30px auto 60px;
  min-width: 348px;
  padding: 15.5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal_frmsearch .btn_searhconditions::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}

.modal_frmsearch .btn_searhconditions span {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.modal_frmsearch .btn_searhconditions:hover {
  background: #a85304;
}

.accordion_search .form-check {
  display: flex;
  align-items: center;
}

.accordion_search .accordion-button {
  padding: 10px;
  font-size: 0.59em;
  line-height: 1em;
  font-weight: 600;
}

.accordion_search .accordion-button::after {
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.accordion_search .accordion-button.collapsed::after {
  background: url("../images/icons/i_add.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.accordion_search .accordion-button:not(.collapsed) {
  background: #fff;
  color: #424242;
}

.accordion_search .accordion-button:not(.collapsed)::after {
  background: url("../images/icons/i_minus.svg") no-repeat;
  background-size: 100%;
  background-color: #fff;
}

.accordion_search .accordion-body {
  padding: 0;
}

.accordion_search .accordion-body .form-check {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0 10px 40px;
}

.accordion_search .accordion-body .form-check:last-of-type {
  border-bottom: none;
}

.accordion_search .accordion-body .form-check .form-check-input {
  margin-left: 0;
}

.modal_search .modal-content {
  border-radius: 0;
  border: none;
}

.modal_search table tr {
  position: relative;
}

.modal_search table tr th {
  width: 20%;
  background: #f9f2e6;
  padding-top: 10px;
}

.modal_search table tr td:first-of-type {
  padding-left: 0;
}

.btn_showhide_accordion {
  background: url("../images/icons/i_minus.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  transition: transform 0.2s ease-in-out;
  display: none;
}

.btn_showhide_accordion.active {
  background: url("../images/icons/i_add.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .btn_search {
    right: 50px;
  }

  .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 10px;
  }

  .btn_showhide_accordion {
    display: block;
  }

  .modal_search .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .modal_search .modal-dialog {
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .modal_search .modal-title {
    text-align: left;
    font-size: 1.125em;
  }

  .modal_search .modal-header {
    border-bottom: none;
    padding-top: 50px;
  }

  .modal_search .modal-header .btn_searhconditions {
    font-size: 0.75em;
    font-weight: 700;
    color: #fff;
    background: #ca6407;
    border-radius: 100px;
    border-radius: 4px;
    padding: 10px 20px;
    min-width: 160px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .modal_search .modal-header .btn_searhconditions span {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }

  .modal_search .modal-header .btn_searhconditions:hover {
    background: #a85304;
  }

  .modal_search .modal-body {
    padding: 0;
  }

  .modal_search table {
    padding: 0 15px;
  }

  .modal_search table tr th {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .modal_search table tr td {
    display: inline-block;
    width: 100%;
  }

  .modal_search table tr td.td_list,
  .modal_search table tr td.td_custom {
    padding: 0;
  }

  .modal_search .box_select {
    width: 100% !important;
  }

  .modal_search .box_select .form-select {
    min-width: auto;
  }

  .modal_search .box_select .form-select.not_specified {
    min-width: auto;
  }

  .modal_search .box_select.custom {
    display: block;
  }

  .modal_search .box_select.custom .form-check {
    min-width: auto;
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 7px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: relative;
  }

  .modal_search .box_select.custom .form-check:nth-child(2n) {
    padding-left: 35px;
    border-right: none;
  }

  .modal_search .box_select.custom .form-check:last-of-type label {
    position: absolute;
    top: 5px;
  }

  .modal_search .box_select.list {
    display: block;
    padding-left: 0;
  }

  .modal_search .box_select.list .form-check {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 7px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .modal_search .box_select.list .form-check:nth-child(2n) {
    padding-left: 35px;
    border-right: none;
  }

  .modal_search .modal_frmsearch {
    padding: 0 15px;
  }

  .modal_search .modal_frmsearch .box_select_item {
    width: 100%;
  }

  .modal_search .modal_frmsearch .btn_searhconditions {
    min-width: auto;
    width: 100%;
  }

  .modal_search .accordion_search .accordion-body .form-check {
    padding-left: 40px;
  }
}

header .navbar {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.section_banner {
  position: relative;
  height: 520px;
  object-fit: fill;
}

.section_banner img {
  height: 450px;
}

@media (max-width: 820px) {
  header .navbar {
    position: relative;
  }
}

@media (max-width: 768px) {
  .section_banner {
    margin-top: 0;
    height: 200px;
  }

  .section_banner img {
    height: 200px;
  }

  .section_topinfo {
    margin-top: 0;
    padding-top: 0;
  }

  .section_topinfo .box_content {
    padding-bottom: 30px;
  }

  .section_list_templates {
    padding-top: 0;
  }

  .frm_mansions {
    margin: 60px 0;
  }

  .frm_mansions .box_content_footer .primary_policy {
    line-height: 1.5em;
    font-size: 0.625em;
  }
}

.box_searchcondition_top {
  padding: 15px;
  background: #f6f6f6;
  margin-bottom: 15px;
}

.box_searchcondition_top h3 {
  font-weight: 700;
  color: #424242;
  background: #fff;
  padding: 5px 10px;
  text-align: center;
}

.box_searchcondition_top p {
  margin-bottom: 5px;
  font-size: 0.875em;
  color: #9b9b9b;
}

.box_searchcondition_top p:last-of-type {
  margin-bottom: 0;
}

.box_searchcondition_top p span {
  font-weight: 700;
  color: #424242;
}

.box_searchnone {
  margin-top: 30px;
  text-align: center;
}

.box_searchnone h3 {
  font-size: 1em;
  font-weight: 700;
  color: #5c5b5b;
}

.box_searchnone p {
  font-size: 0.875em;
  color: #5c5b5b;
}

.box_searchnone .btn_searhconditions {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  background: #ca6407;
  border-radius: 100px;
  margin: 30px auto 60px;
  max-width: 348px;
  padding: 15.5px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.box_searchnone .btn_searhconditions::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
}

.box_searchnone .btn_searhconditions span {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.box_searchnone .btn_searhconditions:hover {
  background: #a85304;
}

@media (max-width: 768px) {
  .box_searchcondition_top h3 {
    font-size: 0.875em;
    text-align: center;
  }

  .modal_search table tr td.w_accordion_search {
    display: none;
  }

  .btn_showhide_accordion {
    background-image: url("../images/icons/i_add.svg");
  }

  .btn_showhide_accordion.active {
    background-image: url("../images/icons/i_minus.svg");
  }
}

.section_head {
  background-image: url("../images/pattern.png");
}

header .navbar .container {
  padding: 0 50px;
  max-width: 100%;
}

.navbar .container .banner_slogan,
.navbar .navbar-nav .search_icon,
.navbar .container .nav-hamburger,
.nav-mobile {
  display: none;
}

.navbar .container .navbar-btn-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.nav-hamburger:checked~.nav-mobile {
  display: block;
}

.nav-mobile .navbar-close {
  display: none;
}

.nav-sub-menu {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .navbar .container .banner_slogan {
    flex: 1;
    display: block;
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #595757;
  }

  .navbar .navbar-nav .search_icon {
    display: block;
  }

  .navbar .navbar-nav {
    align-items: center;
  }

  .navbar .navbar-nav .nav-item {}

  .navbar .navbar-nav .nav-item.bg-orange {
    background-color: #CA6407;
    border-radius: 27px;
    margin-right: 10px;
  }

  .navbar .navbar-nav .nav-item.bg-brown {
    background-color: #8C7D5E;
    border-radius: 27px;
  }

  .navbar .navbar-nav .nav-item.bg-orange .nav-link,
  .navbar .navbar-nav .nav-item.bg-brown .nav-link {
    color: #FFFFFF;
    padding: 6px 20px;
  }

  .navbar .navbar-nav .nav-item:hover a,
  .navbar .navbar-nav .nav-item:active a {
    color: #be9c59;
  }

  .navbar .navbar-nav .nav-item.bg-orange:hover a,
  .navbar .navbar-nav .nav-item.bg-orange:active a {
    color: #be9c59;
  }

  .navbar .navbar-nav .nav-item.bg-brown:hover a,
  .navbar .navbar-nav .nav-item.bg-brown:active a {
    color: #be9c59;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #595757;
    padding: 10px 20px;
    border: none;
  }
}

@media (max-width: 991px) {
  .nav-pc {
    display: none;
  }

  .nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    animation: fadeIn 0.4s ease-in;
    background: #8b7e5e;
  }

  .nav-mobile .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 114px 40px 0 60px;
  }

  .navbar .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-nav .nav-item .nav-link label {
    padding: 0 10px;
  }

  .navbar .nav-mobile .nav-sub-menu {
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #ffffff;
    padding: 9px 0 0 30px;
  }

  .navbar .nav-mobile .nav-sub-menu li {
    margin-bottom: 9px;
  }

  .navbar .nav-mobile .nav-sub-menu li:last-of-type {
    margin-bottom: 0;
  }

  .navbar .container .navbar-btn-hamburger {
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
  }

  .nav-mobile .navbar-close {
    display: block;
    position: absolute;
    top: 71px;
    right: 21px;
    cursor: pointer;
  }
}

@media (max-width: 320px) {
  .main_nav .nav-tabs li a.nav-link {
    padding: 5px 2px;
  }
}

@media (max-width: 428px) {
  .main_nav .nav-tabs li a.nav-link.active:before {
    background: #f2f2f2;
  }
}

@media (max-width: 820px) {
  .main_nav {
    margin-top: 0px !important;
  }
}

.section_banner .banner_description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.section_banner .banner_description,
.section_banner .banner_description h1,
.section_banner .banner_description h3 {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.section_banner .banner_description,
.section_banner .banner_description h1 {
  font-size: 40px;
  line-height: 160%;
}

.section_banner .banner_description h3 {
  font-size: 26px;
  line-height: 160%;
}

.section_banner .btn {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #8c7d5e;
  padding: 10px 60px;
  gap: 10px;
  width: 357px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #8c7d5e;
  border-radius: 100px;
}

.section_description {
  padding-bottom: 30px;
}

.section_description .description_header {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #8c7d5e;
  margin-bottom: 30px;
}

.section_description .description_details {
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.section_description .description_details p {
  margin-bottom: 0px;
}

.section_description .description_details>p:nth-of-type(1) {
  margin-bottom: 30px;
}

.section_description .description_details>p:nth-of-type(2) {
  margin-top: 30px;
}

.section_description .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 10px 70px;
  gap: 10px;
  width: 300px;
  height: 52px;
  background: #8c7d5e;
  border-radius: 100px;
}

.section_description .btn span {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}

.i-user-w,
.i-search-w,
.i-search-brown {
  position: relative;
  padding-left: 24px;
}

.i-search-w:before,
.i-search-brown:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icons/i_search_white.svg") no-repeat;
}

.box_bottom .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  padding: 10.5px 30px;
  background: linear-gradient(135deg,#CFAF6E 0%,#A3864B 100%);
  width: 100%;
  font-weight: 600;
  margin: 4px;
  max-width: 275px;
}

.box_bottom .btn-property-request {
  background: #ca6407ff;
}

.box_bottom .btn-otherproperty-search {
  background: #a3864bff;
}

.i-user-w:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 20px;
  transform: translateY(-50%);
  top: 66%;
  left: 0;
  background: url("../images/icons/i_user.svg") no-repeat;
}

.i-search-brown:before {
  height: 26px;
  width: 26px;
  left: -10px;
  background: url("../images/icons/i_search_brown.svg") no-repeat;
}

.section_point {}

.section_renovation {
  padding: 40px 0 70px;
}

.section_point .container,
.section_renovation .container {
  max-width: 958px;
}

.base-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 242px;
  background: #8c7d5e;
  margin-bottom: 60px;
}

.base-line p {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin: 0;
}

.point-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.section_point .point-item>div:nth-child(odd) {
  max-width: 540px;
}

.section_point .point-item.only-text :not("item-description") img {
  height: 344px;
}

.section_point .point-item:nth-child(odd)>div:nth-child(3) {
  display: none !important;
}

.section_point .point-item:nth-child(even)>div:nth-child(1) {
  display: none !important;
}

.section_point .point-item>div:nth-child(2) {
  max-width: 396px;
}

.section_point .point-item>div:nth-of-type(1) {
  margin-right: 22px;
}

.section_point .point-item>div:nth-of-type(3) {
  margin-left: 22px;
}

.section_renovation .point-item>div:nth-child(odd) {
  width: 540px;
}

.section_renovation .point-item:nth-child(odd)>div:nth-child(1) {
  display: none !important;
}

.section_renovation .point-item:nth-child(even)>div:nth-child(3) {
  display: none !important;
}

.section_renovation .point-item>div:nth-child(2) {
  width: 396px;
}

.point-item.only-text>div:nth-child(2) {
  width: 100% !important;
  max-width: 100%;
}

.section_renovation .point-item>div:nth-of-type(3) {
  margin-left: 22px;
}

.section_renovation .point-item>div:nth-of-type(1) {
  margin-right: 22px;
}

.section_renovation .point-item.only-text>div:nth-child(1),
.section_renovation .point-item>div:nth-of-type(3) {
  margin: 0;
}

.item-description {}

.img-fluid description-img {}

.item-description-details {
  padding: 0 0px 70px 49px;
  text-align: justify;
}

.point-item.only-text .item-description-details {
  padding: 0 0 0 49px;
}

.details-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: justify;
  color: #000000;
}

.details-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  color: #000000;
  list-style: decimal;
}

.details-text p {
  margin: 0;
}

.section_magazine_basic,
.section_magazine_lifestyle,
.section_magazine_realestate,
.section_magazine_house {
  padding: 75px 0 50px;
}

.section_magazine_description .container,
.section_magazine_basic .container,
.section_magazine_lifestyle .container,
.section_magazine_realestate .container,
.section_magazine_house .container {
  max-width: 1140px;
}

.section_point .btn,
.section_list_templates .btn,
.section_magazine_basic .btn,
.section_magazine_lifestyle .btn,
.section_magazine_realestate .btn,
.section_magazine_house .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 60px;
  margin: auto;
  gap: 10px;
  width: 300px;
  height: 42px;
  background: #8c7d5e;
  border-radius: 100px;
}

.section_list_templates .btn,
.section_magazine_basic .btn,
.section_magazine_lifestyle .btn,
.section_magazine_realestate .btn,
.section_magazine_house .btn {
  background: #ffffff;
  border: 2px solid #8c7d5e;
  color: #8c7d5e;
}

.section_point .btn span,
.section_list_templates .btn span,
.section_magazine_basic .btn span,
.section_magazine_lifestyle .btn span,
.section_magazine_realestate .btn span,
.section_magazine_house .btn span {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.section_point .btn span,
.section_list_templates .btn span {
  line-height: 160%;
}

.section_contact {
  padding: 38px 0 100px;
}

.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  flex-wrap: wrap;
}

.section_contact .contact-item {
  width: 445px;
  height: 120px;
  position: relative;
  border-radius: 4px;
  background: #8c7d5e;
}

.section_contact .contact-item a {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.section_contact .contact-item p {
  flex: 1;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin: 0 0 0 20px;
  color: #ffffff;
}

.section_contact .contact-item .btn img:nth-of-type(1) {
  width: 120px;
}

.section_contact .contact-item .btn img:nth-of-type(2) {
  margin: 0 20px;
  width: 24px;
}

.section_contact .btn {
  background: transparent;
}

.three_dot {
  text-align: center;
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .section_banner .banner_description {
    font-size: 28px;
    line-height: 140%;
    top: 50%;
  }

  .section_description .description_header {
    font-size: 30px;
    line-height: 140%;
  }

  .base-line {
    padding: 10px 0px;
    margin-bottom: 30px;
  }

  .base-line p {
    font-size: 20px;
  }

  .item-description-details {
    padding: 0px 18px 0 40px;
  }

  .details-title {
    font-size: 22px;
  }

  .section_contact .contact-item {
    flex-direction: column;
  }
}

@media (min-width: 429px) and (max-width: 1023px) {
  .point-item {
    flex-wrap: wrap;
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .item-description-details {
    padding: 0px 18px 0 40px;
  }

  .section_renovation .item-description-details,
  .point-item.only-text .item-description-details {
    padding: 0;
  }
}

.section_magazine_description {
  background: #f6f6f6;
  height: 201px;
  padding: 60px 0 54px;
}

.section_magazine_description .details {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  padding: 0 106px;
  margin-bottom: 0;
}

.section_magazine_basic {}

.basic_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.basic_title {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8c7d5e;
  margin-bottom: 25px;
}

.basic_description {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #000000;
  padding: 0 100px;
  margin-bottom: 50px;
}

.basic_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1100px;
}

.basic_item {
  display: block;
  text-decoration: none;
  width: 260px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.basic_item img {
  object-fit: cover;
  aspect-ratio: 52/35;
}

.item_title {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #424242;
  min-height: 80px;
  margin: 11px 0 5px;
}

.item_descripton {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #8c7d5e;
  text-decoration: none;
}

.section_magazine_lifestyle,
.section_magazine_house {
  background: #f6f6f6;
}

.section_magazine_lifestyle .item_title {
  min-height: 52px;
}

.section_list_templates .list_content li .box_img span.label_new {
  font-family: "Zen Old Mincho", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  background: #cfaf6e;
  bottom: 0;
  top: unset;
  clip-path: unset;
  padding: 2px 10px;
}

.section_list_templates .list_content li .box_body .prices {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section_list_templates .list_content li .box_body .prices span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  color: #ffffff;
  background: #ca6407;
  border-radius: 20px;
  padding: 2px 10px;
}

.section_list_templates .list_content li .box_body h4 {
  margin-top: 5px;
  font-weight: 700;
}

.section_searchconditions .box_conditions h4,
.section_list_templates .list_content li .box_body ul.statistical,
.section_list_templates .list_content li .box_body ul.statistical li,
.section_list_templates .list_content li .box_body ul.statistical li::after {
  font-weight: 700;
}

.section_list_templates .list_content li .box_body p.address {
  font-weight: 500;
}

.section_searchconditions .container_full {
  max-width: 1095px;
}

.section_list_templates .container {
  max-width: 1100px;
}

@media (max-width: 1280px) {
  .basic_list {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .main_nav {
    display: none;
  }

  .section_magazine_description {
    padding: 30px 20px;
    height: auto;
  }

  .section_magazine_description .details {
    padding: 0;
  }

  .basic_description {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .section_magazine_lifestyle .item_title,
  .item_title {
    min-height: 26px;
  }
}

@media (max-width: 767px) {
  .basic_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .basic_item {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1028px) {
  .section_magazine_description {
    padding: 30px 20px;
  }

  .basic_description {
    padding: 0 20px;
  }
}

@media (max-width: 428px) {
  .section_description .btn {
    padding: 0;
    overflow: hidden;
    border-radius: 100px;
  }

  .section_description .btn span {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 100px;
  }

  .section_description .btn,
  .section_point .btn,
  .section_list_templates .btn,
  .section_magazine_basic .btn,
  .section_magazine_lifestyle .btn,
  .section_magazine_realestate .btn,
  .section_magazine_house .btn {
    width: auto;
    height: auto;
  }

  .section_magazine_basic,
  .section_magazine_lifestyle,
  .section_magazine_realestate,
  .section_magazine_house {
    padding-top: 55px;
  }

  .section_magazine_basic .btn,
  .section_magazine_lifestyle .btn,
  .section_magazine_realestate .btn,
  .section_magazine_house .btn {
    margin-top: 10px;
  }

  .point-item {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    transform: translateX(0);
  }

  .section_list_templates .list_content.list-mobile li {
    margin-bottom: 15px;
    width: 90%;
    margin-right: 10px;
  }

  .section_list_templates .list-mobile li:nth-of-type(4n) {
    margin-right: 0;
  }

  .section_list_templates .list_templates_top .list_mobile li {
    display: block;
    width: 90%;
    max-width: 90%;
    height: auto;
    margin-right: 10px;
  }

  .list_templates_top .list-mobile li:nth-of-type(3n),
  .list_templates_top .list-mobile li:nth-of-type(4n) {
    margin-right: 10px;
  }

  .list_templates_top .list-mobile li+li {
    margin-right: 10px;
  }

  .section_contact {
    padding: 25px 0 60px;
    margin-bottom: 0;
  }

  .section_contact .contact-item {
    height: 80px;
  }

  .section_contact .contact-item .btn img:nth-of-type(1) {
    width: 80px;
  }

  .section_contact .contact-item p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 0 10px;
  }

  .section_contact .contact-item .btn img:nth-of-type(2) {
    margin: 0 15px 0 10px;
    width: 15px;
  }

  .item_descripton {
    margin-bottom: 15px;
  }

  .item-description-details {
    padding: 0px 0px 0 27px;
  }

  .section_renovation {
    padding: 30px 0 62px;
  }

  .section_renovation .item-description-details,
  .point-item.only-text .item-description-details {
    padding-left: 0px;
  }

  .basic_title,
  .base-line p {
    letter-spacing: 0;
  }

  .section_searchconditions {
    padding-top: 60px;
  }
}

@media (max-width: 1024px) {
  .point-item {
    height: auto;
  }

  .section_point .point-item:nth-child(odd)>div:nth-child(3) {
    display: none !important;
  }

  .section_point .point-item:nth-child(even)>div:nth-child(1) {
    display: block !important;
  }

  .section_point .point-item:nth-child(even)>div:nth-child(3) {
    display: none !important;
  }

  .section_renovation .point-item:nth-child(odd)>div:nth-child(3) {
    display: none !important;
  }

  .section_renovation .point-item:nth-child(odd)>div:nth-child(1) {
    display: block !important;
  }

  .section_renovation .point-item:nth-child(even)>div:nth-child(3) {
    display: none !important;
  }

  .section_point .point-item>div:nth-of-type(1) {
    margin-right: 0;
  }

  .section_point .point-item>div:nth-of-type(3) {
    margin-left: 0;
  }

  .section_renovation .point-item>div:nth-of-type(3) {
    margin-left: 0;
  }

  .section_renovation .point-item>div:nth-of-type(1) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {

  .section_point .point-item>div:nth-child(odd),
  .section_point .point-item>div:nth-child(2),
  .section_renovation .point-item>div:nth-child(odd),
  .section_renovation .point-item>div:nth-child(2) {
    max-width: 335px;
  }
}

.section_list_templates .list_templates_top {
  padding-top: 85px;
  padding-bottom: 20px;
}

.section_list_templates .templates_top_title p,
.section_interested_property .templates_top_title p {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8c7d5e;
  margin-bottom: 10px;
}

.section_list_templates .templates_topdescription {
  margin-bottom: 35px;
}

.section_list_templates .templates_topdescription p {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

section.search-engine {
  padding: 0;
  display: flex;
  flex-direction: row;
}

section.search-engine .internal-search {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.section_list_templates .totalprocess {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: #424242;
}

.section_list_templates .totalprocess>span:nth-child(2) {
  color: #ce6f18;
}

.section_interested_property .container {
  max-width: 1100px;
}

.section_interested_property {
  position: relative;
  padding-bottom: 35px;
}

.section_interested_property::after,
.section_interested_property .row>div:first-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 165px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f6f6f6;
}

.section_interested_property .row>div:first-child::after {
  display: none;
  top: 0;
}

.section_interested_property .templates_top_title {}

.section_interested_property .property_item {
  max-width: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.section_interested_property .property_item .item_image {
  position: relative;
  border: 3px solid #8c7d5e;
  border-radius: 900px;
}

.section_interested_property .property_item:nth-child(1) .item_image {
  padding: 20px 17.6px 19px 20px;
}

.section_interested_property .property_item:nth-child(2) .item_image {
  padding: 20px 19.5px 21px 19px;
}

.section_interested_property .property_item:nth-child(3) .item_image {
  padding: 21px 13px 21px 8px;
}

.section_interested_property .property_item:nth-child(4) .item_image {
  padding: 30px 12px;
}

.section_interested_property .property_item:nth-child(5) .item_image {
  padding: 22px 20px;
}

.section_interested_property .property_item:nth-child(6) .item_image {
  padding: 22px 20px 21px 20.5px;
}

.section_interested_property .property_item .item_image img {
}

.section_interested_property .property_item .item_image span {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -4px;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #ffffff;
  background: #ca6407;
  padding: 8px;
  border-radius: 100px;
  width: 30px;
  display: flex;
  justify-content: center;
}

.section_interested_property .property_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
}

.section_interested_property .property_item .item_content {}

.section_interested_property .content_title {
  margin: 14px 0;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  min-height: 38px;
  color: #8c7d5e;
}

.section_interested_property .content_description {
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: justify;
  color: #000000;
  margin-bottom: 0;
}

.section_list_templates .list_content li .mansion_box_body {
  min-height: 170px;
}

.section_pickup {
  padding-top: 44px;
  padding-bottom: 42px;
}

.contact_top_page {
  padding-bottom: 20px;
}

.point_top_page .btn {
  padding: 10px 40px;
  text-transform: none;
}

.section_renovation .renovation_top_page {
  padding: 20px 0 80px;
}

.section_renovation .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 911px;
}

.section_renovation .contact-item .renovation_img_background {
  position: relative;
  max-width: 991px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1px;
}

.section_renovation .contact-item .renovation_img_background img {
  max-width: 303px;
}

.section_renovation .contact-item .renovation_img_background img:nth-of-type(4),
.section_renovation .contact-item .renovation_img_background picture:nth-of-type(4) img {
  position: absolute;
  max-width: 212px;
  right: 70px;
  top: 25px;
}

.section_renovation .contact-item .renovation_footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.section_renovation .contact-item .renovation_footer_text {
  max-width: 620px;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.renovation_top_page .container .row a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .section_list_templates .list_content {
    display: flex;
  }

  .section_renovation .contact-item .renovation_img_background {
    max-width: 100%;
  }

  .section_renovation .contact-item .renovation_img_background img {
    max-width: 33.33333%;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 20%;
    right: 70px;
  }
}

@media (max-width: 932px) {
  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 190px;
    right: 90px;
    top: 28px;
  }

  .section_renovation .contact-item .renovation_footer {
    padding: 10px 0;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 20px;
  }
}

.list_templates_top .list-mobile {
  display: none !important;
}

@media (max-width: 768px) {

  .banner_top_page,
  .banner_top_page img {
    height: 300px;
  }

  .banner_top_page .banner_description h1 {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 0px;
  }

  .banner_top_page .banner_description h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .list_templates_top {
    margin-top: 55px;
  }

  .list_templates_top .list_content li .box_body h3 {
    min-height: 52px;
  }

  .list_templates_top .list_content li .box_body ul.statistical {
    height: 30px;
  }

  .section_list_templates .templates_topdescription {
    margin-bottom: 25px;
    padding: 0 21px;
  }

  .section_list_templates .list_content li:before {
    display: block;
    content: "";
  }

  .section_interested_property {
    padding-bottom: 30px;
  }

  .section_interested_property::after {
    display: none;
  }

  .section_interested_property .row>div:first-child {
    position: relative;
  }

  .section_interested_property .row>div:first-child::after {
    display: block;
  }

  .section_interested_property .property_list {
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }

  .section_pickup {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .point_top_page {
    padding-top: 40px;
  }

  .point_top_page .item-description .item-description-details .details-text {
    margin-bottom: 0px;
  }

  .renovation_top_page {
    border-bottom: 1px solid #bdbdbd;
  }

  .renovation_top_page .contact-item {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 172px;
    right: 38px;
    top: 12px;
  }

  .section_renovation .contact-item .renovation_img_background img {
    max-width: 228px;
  }

  .section_renovation .contact-item .renovation_footer {
    max-width: 686px;
    padding: 14px 6px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 16px;
    line-height: 140%;
  }

  .section_renovation .contact-item .renovation_footer img {
    width: 20px;
  }
}

@media (max-width: 428px) {
  .section_banner .btn {
    width: 100%;
  }

  .section_interested_property .property_list {
    gap: 10px;
    justify-content: center;
    padding-bottom: 5px;
    margin-top: 20px;
  }

  .section_interested_property .property_item {
    margin-bottom: 10px;
  }

  .list_templates_top .list-mobile {
    display: block !important;
  }

  .list_templates_top .templates_topdescription p {
    text-align: justify;
  }

  .list_templates_top .list_content li+.list_templates_top .list_content li {
    margin-right: 10px;
  }

  .list_templates_top .list_content .flickity-page-dots {
    position: unset;
    width: unset;
    background: #fff;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 30px;
  }

  .section_list_templates .flickity-page-dots li[class*="is-selected"] {
    background: #8c7d5e;
  }

  .section_list_templates .list-mobile .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d9d9d9;
  }

  .section_list_templates.list_templates_top .list-mobile {
    display: unset;
  }

  .section_interested_property .property_list {
    max-width: 374px;
  }

  .section_interested_property .property_item {
    max-width: 48%;
  }

  .section_interested_property .content_title {
    margin: 5px 0px;
  }

  .renovation_top_page {
    padding-bottom: 0;
  }

  .section_renovation .contact-item {
    max-width: 375px;
  }

  .section_renovation .contact-item .renovation_img_background img {
    max-width: 124px;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 75px;
    right: 10%;
    top: 12px;
  }

  .section_renovation .contact-item .renovation_footer {
    max-width: 375px;
    padding: 2px 0px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 9.5px;
    line-height: 120%;
  }

  .section_renovation .contact-item .renovation_footer img {
    width: 10px;
    margin-right: 6px;
  }

  .modal_search .box_select.custom .form-check {
    display: flex;
    align-items: center;
  }

  .modal_search label {
    font-size: 0.7em;
  }

  .modal_search .box_select.custom .form-check:last-of-type label {
    position: inherit;
    top: 2px;
  }

  .section_list_templates .list_content li {
    width: 100%;
    margin-right: 0;
  }

  .section_list_templates .list_content li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 390px) {
  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    right: 8%;
  }

  .modal_search label {
    font-size: 0.65em;
  }
}

@media (max-width: 375px) {
  .section_interested_property .property_item {
    margin-bottom: 10px;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 75px;
    right: 15px;
    top: 12px;
  }

  .section_renovation .contact-item .renovation_footer img {
    margin-right: 0;
  }

  .modal_search label {
    font-size: 0.6em;
  }
}

@media (max-width: 360px) {
  .section_renovation .contact-item .renovation_footer_text {
    font-size: 9px;
  }
}

@media (max-width: 320px) {
  .i-search-w:before {
    left: 25%;
  }

  .section_interested_property .property_list {
    max-width: 100%;
  }

  .section_renovation .point-item>div:nth-child(2) {
    max-width: 100%;
  }

  .section_renovation .contact-item .renovation_img_background img {
    max-width: 33.33%;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 59px;
    right: 28px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 7.5px;
  }
}

@media (orientation: landscape) and ((min-width: 800px) and (max-width: 1023px)) {
  .section_interested_property .property_list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 48px;
    gap: 15px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 18px;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .section_interested_property .property_list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 48px;
    gap: 15px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 18px;
  }
}

@media (orientation: landscape) and ((min-width: 768px) and (max-width: 1023px)) {
  .point_top_page .point-item>div:nth-child(odd) img {
    width: 544px;
  }

  .base-line {
    padding: 10px 0px;
  }

  .section_point .point-item>div:nth-child(odd),
  .section_renovation .point-item>div:nth-child(even) {
    max-width: 540px;
  }

  .section_point .point-item>div:nth-child(even) {
    max-width: 490px;
    margin-left: 50px;
  }

  .section_renovation .point-item {
    margin-left: 58%;
    justify-content: flex-start;
  }

  .section_renovation .point-item>div:nth-child(odd) {
    max-width: 540px;
  }

  .section_renovation .item-description {
    width: 490px;
  }

  .section_renovation .item-description .item-description-details {
    max-width: 100%;
  }

  .details-title {
    font-size: 24px;
  }

  .details-text {
    font-size: 16px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) {
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li:nth-child(even) {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .point_top_page .point-item>div:nth-child(odd) img {
    width: 544px;
  }

  .base-line {
    padding: 10px 0px;
  }

  .section_point .point-item>div:nth-child(odd),
  .section_renovation .point-item>div:nth-child(even) {
    max-width: 540px;
  }

  .section_point .point-item>div:nth-child(even) {
    max-width: 490px;
    margin-left: 50px;
  }

  .section_renovation .point-item {
    margin-left: 58%;
    justify-content: flex-start;
  }

  .section_renovation .point-item>div:nth-child(odd) {
    max-width: 540px;
  }

  .section_renovation .item-description {
    width: 490px;
  }

  .section_renovation .item-description .item-description-details {
    max-width: 100%;
  }

  .details-title {
    font-size: 24px;
  }

  .details-text {
    font-size: 16px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) {
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li:nth-child(even) {
    margin-right: 10px;
  }
}

@media (min-width: 429px) and (max-width: 767px) {
  .section_banner .btn {
    width: 428px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) {
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li:nth-child(even) {
    margin-right: 10px;
  }

  .section_interested_property .property_list {
    gap: 10px;
    justify-content: center;
    padding-bottom: 5px;
    margin-top: 20px;
  }

  .section_interested_property .property_item {
    margin-bottom: 10px;
  }

  .section_interested_property .property_list {
    max-width: 374px;
  }

  .section_interested_property .property_item {
    max-width: 48%;
  }

  .section_interested_property .content_title {
    margin: 5px 0px;
  }

  .renovation_top_page {
    padding-bottom: 0;
  }

  .section_renovation .contact-item .renovation_img_background img {
    max-width: 33.333333%;
  }

  .section_renovation .contact-item .renovation_img_background img:nth-of-type(4) {
    max-width: 23.33%;
    right: 38px;
    top: 25px;
  }

  .section_renovation .contact-item .renovation_footer_text {
    font-size: 11px;
  }
}

@media (min-width: 429px) and (max-width: 523px) {
  .list_templates_top .list-mobile {
    display: block !important;
  }

  .section_list_templates .list_content.list-mobile li {
    margin-bottom: 15px;
    width: 90%;
    margin-right: 10px;
  }

  .list_templates_top .list_content .flickity-page-dots {
    position: unset;
    width: unset;
    background: #fff;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 30px;
  }

  .section_list_templates .list-mobile .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #d9d9d9;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section_list_templates .list_content_property:not(.list-mobile) li:nth-child(even) {
    margin-right: 0;
  }
}

.section_list_templates .list_content:not(.mansions) li .box_body div.statistical {
  font-weight: 700;
  font-size: 1.125em;
  color: #CA6407;
  word-break: break-all;
}

.section_list_templates .list_content li .box_body .prices {
  font-size: 0.875em;
  color: #5C5B5B;
  margin-top: 10px;
}

/* Title redirect */
.box_bottom.box_bottom_logasset .navbar-btn-hamburger-bottom {
  display: none;
}

.navbar-bottom-close {
  display: none;
}

.title_redirect {
  display: none;
}

.title_redirect.nav-pc {
  opacity: 0.5;
  display: block;
  position:fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pattern.png) repeat;
  padding: 20px 20px 20px 35px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.title_list {
  margin-bottom: 0;
}

.title_redirect.nav-pc .title_item {
  position: relative;
  display:block;
  text-decoration: none;
  font-family: 'Zen Old Mincho' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.title_redirect.nav-pc .title_item:hover {
  cursor: pointer;
  color: #fff;
}

.title_redirect .title_list .title_item:not(.title_item_dashed):hover::before {
  position: absolute;
  content: "";
  top: 7px;
  background: #fff;
  left: -15px;
  width: 10px;
  font-size: 14px;
  height: 2px;
  z-index: 9;
}

.title_redirect.nav-pc .title_item:last-child {
  margin-bottom: 0;
}

.title_redirect .title_list .title_item_dashed {
  border-bottom: 1px dashed #FFFFFF;
}

.title_redirect .title_list .title_item_dashed:hover {
  cursor: unset;
}

.title_redirect.nav-bottom {
  display: flex;
  justify-content: center;
}

.title_redirect.nav-bottom .title_list .title_item {
  padding: 20px;
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
}

.title_redirect.nav-bottom .title_list .title_item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 14px;
  border: 1px solid #828282;
}

.title_redirect.nav-bottom .title_list .title_item:nth-child(6)::after {
  border: none;
}

.section_searchconditions.section_searchconditions2_logasset {
  background: #F6F6F6;
  padding-bottom: 30px;
  font-family: 'Zen Old Mincho' !important;
}

.section_searchconditions2_logasset .title_item,
.section_searchconditions2_logasset h4 {
  font-family: 'Zen Old Mincho' !important;
}

.section_searchconditions.section_searchconditions2_logasset .box_conditions {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #BDBDBD;
}


/* Top info */
.section_topinfo_logasset {
  font-family: 'Zen Old Mincho' !important;
}
.section_topinfo_logasset .box_content #estates_detail {
  font-family: 'Zen Old Mincho' !important;
}

.section_topinfo_logasset .box_content {
  font-style: normal;
}
.section_topinfo_logasset .box_content h1 {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 0;
}

.section_topinfo_logasset .box_content .number {
  color: #000000;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 180%;
}

.section_topinfo_logasset .box_content .carosuel_hint {
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 5px;
}

.section_topinfo_logasset .box_content p {
  max-width: 891px;
  margin-top: 20px;
  line-height: 160%;
  text-align: justify;
}

.carousel-cell2 {
  width: 914px;
  height: 540px;
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.top-carousel .carousel-cell2:hover {
  color: #fff;
}

.top-carousel .carousel-cell2 > div::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 102%;
  background: rgba(0, 0, 0, 0.5);
}

.section_topinfo_logasset .carousel2.carousel-main.flickity-enabled.is-draggable:nth-of-type(1) .flickity-viewport {
  min-height: 600px;
}

.top-carousel .carousel-cell2 > div {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: left;
  background: none;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4px 5px 5px 10px;
}

.carousel-main .carousel-cell2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-carousel .carosuel-img-camera {
  display: none;
}

.carousel2.carousel-main {
  max-width: 914px;
  height: 540px;
  margin: auto;
}

.carousel2.carousel-nav {
  max-width: 914px;
  background: transparent;
  margin: auto;
  margin-top: 5px;
}

.carousel-main .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-main .flickity-prev-next-button.previous {
  left: 0;
}

.carousel-main .flickity-prev-next-button .flickity-button-icon {
  width: 12px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.4;
}

.carousel-main-slider .flickity-prev-next-button .arrow {
  fill: #fff;
}

.carousel-main .flickity-prev-next-button.next {
  right: 0;
  z-index: 100;
}

.carousel-nav .carousel-cell2 {
  height: 60px;
  width: 90px;
}

.carousel-nav .flickity-prev-next-button {
  display: none;
}

.carousel-nav .flickity-slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}

.carousel-nav .carousel-cell2 {
  position: unset !important;
  margin-right: 0;
}

.carousel-nav .carousel-cell2 img {
  object-fit: cover;
  width: 90px;
  height: 60px;
}

.carousel-nav .carousel-cell2:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell2.is-nav-selected {
  background: #ED2;
}

.top-carousel .carousel-cell2 > div > span:first-of-type {
  margin-right: 4px;
  flex: 1;
  line-height: 120%;
}

/* Discerning Equipment */
.section_discerningequipment_logasset {
  padding-bottom: 30px;
  font-family: 'Zen Old Mincho' !important;
}

.section_discerningequipment_logasset .title {
  font-family: 'Zen Old Mincho' !important;
}

.section_discerningequipment.section_discerningequipment_logasset iframe {
  max-width: 914px;
}

.section_discerningequipment.sub.section_discerningequipment_logasset .container {
  padding-left: 8px;
  padding-right: 8px;
}

.section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
  display: flex;
  flex-wrap: wrap;
  max-width: 914px;
  margin: 0 0 30px;
  gap: 4px;
  background: transparent;
}

.section_discerningequipment.section_discerningequipment_logasset ul:first-of-type li a {
  height: 100%;
  justify-content: center;
}

.section_discerningequipment.section_discerningequipment_logasset ul:first-of-type li span {
  margin-top: 0;
}

.section_discerningequipment.section_discerningequipment_logasset ul:first-of-type li::after {
  position: unset;
}

.section_discerningequipment_logasset .tag-list li {
  background: #fff;
  width: 98px;
  height: 74px;
  border-radius: 4px;
}

/* Calculator */
.section_property_main.section_property_main_logasset {
  padding-top: 0;
}

.section_property_main .box_calcu {
  background: #fff;
  padding: 25px;
  margin-bottom: 40px;
}

.section_property_main.section_property_main_logasset .box_calcu {
  border: 1px solid #F2F2F2;
  margin-bottom: 0;
}

.section_property_main .box_calcu .renovationproperty_price {
  background: rgba(129, 145, 157, 0.2);
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.section_property_main .box_calcu .renovationproperty_price h2 {
  display: inline-block;
  font-size: 0.875em;
  margin-bottom: 0;
  color: #E28D6C;
}

.section_property_main_logasset .box_calcu .renovationproperty_price h2 {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  margin-right: 10px;
}

.section_property_main .box_calcu .renovationproperty_price span {
  font-size: 2.25em;
  color: #E28D6C;
  font-weight: 700;
  display: inline-block;
}

.section_property_main .box_calcu .renovationproperty_price i {
  font-style: normal;
  color: #E28D6C;
  font-size: 0.875em;
}

.box_renovation_specifications p {
  font-size: 1em;
}

.section_property_main .box_calcu .frm_calcu .title_simulation_result {
  width: auto;
  display: block;
  text-align: center;
  background: #E28D6C;
  border-radius: 100px;
  color: #fff;
  font-size: 1.125em;
  padding: 8px 15px;
  position: relative;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto 22px;
}

.section_property_main .box_calcu .frm_calcu .title_simulation_result:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #E28D6C;
  border-width: 7px;
  margin-left: -7px;
}

.section_property_main_logasset .box_calcu .frm_calcu .box_simulation_result {
  color: #000;
  border: 4px solid #E0E0E0;
  padding: 30px 20px 15px;
  margin-bottom: 25px;
}

.section_property_main .box_calcu .frm_calcu>.row>div:nth-child(2){
  padding-left: 32px;
}

.section_property_main .box_calcu .frm_calcu .box_simulation_result .btn_simulation_result {
  font-size: 1em;
  font-weight: 600;
}

.section_property_main .box_calcu .frm_calcu .box_simulation_result h2 {
  font-family: 'Zen Old Mincho';
  font-size: 2.25em;
  margin-bottom: 0;
  color: #E28D6C;
  text-align: center;
  line-height: .5em;
}

.section_property_main_logasset .box_calcu .frm_calcu .box_simulation_result h2 span{
  font-size: 14px;
}

.section_property_main .box_calcu .frm_calcu .box_simulation_result p {
  margin-bottom: 0;
  font-size: 0.875em;
  color: #2C4057;
}

.section_property_main_logasset .box_calcu .frm_calcu .box_simulation_result #pay_without_bonus {
  font-weight: 700;
  line-height: 140%;
}

.section_property_main .box_calcu .frm_calcu label {
  color: #2C4057;
  font-size: 0.875em;
}

.section_property_main_logasset .box_calcu .frm_calcu label {
  margin-bottom: 10px;
}

.section_property_main .box_calcu .frm_calcu .form-control {
  color: #E28D6C;
  font-weight: 600;
  text-align: right;
  font-size: 1.5em;
  background: #F2F2F2;
  border-color: #BDBDBD;
  border-radius: 0;
  height: calc(1.5em + 0.75rem + -4px);
}

.section_detailproperty_logasset,
.section_detailproperty_logasset .title,
.section_detailproperty_logasset h2,
.section_detailproperty_logasset h3,
.section_detailproperty_logasset p {
  font-family: 'Zen Old Mincho' !important;
}

.section_detailproperty_logasset .box_calcu .frm_calcu .form-control {
  width: 160px;
}

.section_property_main .box_calcu .frm_calcu span.sub {
  width: 50px;
  font-size: 0.875em;
}

.section_detailproperty_logasset .box_calcu .frm_calcu span.sub {
  margin-left: 10px;
}

.section_detailproperty_logasset .box_calcu .frm_calcu .w_box_simulation_result .form-group:last-child {
  border-top: 1px solid #F2F2F2;
  padding-top: 20px;
  margin-top: 20px;
}

.section_detailproperty_logasset .w_box_simulation_result .form-group:last-child .row div:first-child {
  position: relative;
}

.section_detailproperty_logasset .w_box_simulation_result .form-group:last-child .row div:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 74px;
  right: 15px;
  bottom: 0;
  background-color: #BDBDBD;
}

.section_detailproperty_logasset  .w_box_simulation_result .form-group .row div {
  padding: 0;
}

.section_detailproperty_logasset .box_calcu .description {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 0;
}

.box_showmore {
  padding: 0 15px 10px;
  border: 1px solid #F08865;
  border-radius: 100px;
}

.btnshowhide {
  background: url(../images/icons/showhide_down.svg) no-repeat center;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 50px;
  color: #000;
}

.btnshowhide::after {
  content: attr(data-content);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.875em;
}

/* Detail property */
.section_detailproperty.section_detailproperty_logasset {
  padding-top: 60px;
  font-family: 'Zen Old Mincho';
}

.section_detailproperty_logasset .description_item {
  margin-bottom: 40px;
}

.section_detailproperty_logasset .description_list .description_item:last-child {
  margin-bottom: 60px;
}

.description_list .description_item .content .hidden {
  display: none;
}

.description_list .description_item .content .readmore {
  margin: 0 5px;
  color: #0d6efd;
}

.section_detailproperty_logasset .title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
}

.section_detailproperty_logasset .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.section_detailproperty_logasset .property_description .title {
  margin-bottom: 20px;
}

.section_detailproperty .post_date,
.section_detailproperty .post_note {
  font-size: .8rem;
  margin-bottom: 25px;
}

.section_detailproperty .post_date ul {
  padding-left: 0;
  display: inline-block;
  color: #000;
  font-weight: bold;
}

.section_detailproperty .post_date ul li {
  display: inline-block;
  margin-right: 5px;
}

.section_detailproperty .post_date {
  margin-top: 50px;
}

/* Map */

.section_detailproperty_logasset .box_map {
  margin-top: 60px;
  padding: 0;
  border: none;
}

.section_detailproperty_logasset .box_map .map {
  padding: 20px 20px 10px;
  border: 1px solid #F2F2F2;
}

/* Form */

.section_detailproperty_logasset .frm_mansions {
  margin-top: 0;
  margin-bottom: 60px;
}
.section_detailproperty_logasset .frm_mansions .description {
  margin-bottom: 10px;
}
.frm_mansions .information {
  font-size: 1em;
  text-align: center;
  padding: 0 29% 0 29%;
  margin: 15px 0px;
}

div .frm_mansions h2 {
  margin-bottom: 0;
  line-height: 1.5em;
}

.frm_mansions h3 {
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0;
}

.single .frm_mansions .description {
  margin-bottom: 0;
  padding: 0.7em;
}

.frm_mansions .information .phone-pc, .information .phone-pc {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}

.frm_mansions .information-sp, .information.information-sp {
  display: none;
}

.frm_mansions .information-description, .information-description {
  font-weight: 400;
}

.frm_mansions .description p {
  margin: 0;
}

.container .frm_mansions .form-group {
  margin-bottom: 20px;
}

.frm_services span.date-wrapper {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #b9b9b9;
  width: 16px;
}
.frm_services .custom-select {
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='10.8813' cy='10' r='10' fill='%23AE8148'/%3e%3cpath d='M6.17542 8.23535L10.8813 12.9412L15.5872 8.23535' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat right 0.75rem center/20px 20px;
}

.col-12 .frm_mansions .form-control {
  color: #000000;
}

.frm_mansions .box_content_footer .primary_policy {
  line-height: 1.125em;
}

.frm_services .btnAgree {
  position: relative;
}

/* Banner */

.section_detailproperty_logasset .banner a {
  background-color: #fff;
}

/* Show room */

.section_logassethowroom {
  padding-top: 18px;
  padding-bottom: 20px;
  background: #F6F6F6;
  font-family: 'Zen Old Mincho' !important;
}

.section_logassethowroom .box_logo {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}

.section_logassethowroom.section_logsuiteshowroom::before {
  top: 66px;
}

.section_logassethowroom .title {
  margin-bottom: 5px;
}

.section_logsuiteshowroom .phone {
  margin-bottom: 5px;
  line-height: 160%;
}

.section_logassethowroom p {
  margin: 0 auto 5px;
}

.section_logassethowroom .btn_more {
  margin-right: 10px;
}
.section_searchconditions_logasset,
.section_searchconditions_logasset h2,
.section_searchconditions_logasset .title {
  font-family: 'Zen Old Mincho' !important;
}

.section_searchconditions_logasset .box_conditions .head_title .btnview {
  margin-top: auto;
  margin-bottom: 20px;
}

/* Bottom */
.box_bottom.fixed-bottom.box_bottom_logasset {
  background: #fff;
  height: 70px;
  font-family: 'Zen Old Mincho';
  font-style: normal;
}

.box_bottom.box_bottom_logasset .btn {
  font-weight: 700;
  max-width: 356px;
}

.box_bottom.box_bottom_logasset .btn.reservation {
  margin: 0 10px;
  max-width: 272px;
}

.box_bottom.box_bottom_logasset .btn.reservation.contact {
  margin-left: 10px;
}

.i-info-w {
  padding-left: 24px;
  position: relative;
}

.i-info-w::before {
  content: '';
  position: absolute;
  background: url('../images/icons/i-info.svg');
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.box_bottom.box_bottom_logasset .btn.reservation .i-email-w::before {
  top: 46.5%;
}

.box_bottom.box_bottom_logasset .btn.phone_call {
  padding: 15px 40px;
  font-weight: 700;
  max-width: 242.56px;
  width: 205px;
  height: 50px;
  margin: 0 10px;
}

/* .box_bottom.box_bottom_logasset .wrapper:nth-child(2) {
  width: 1024px;
} */

.nav-hamburger-bottom {
  display: none;
}

@media (min-width: 1400px) {
  .section_topinfo_logasset .box_content p {
    margin-left: 108px;
    width: 79%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .top-carousel .carousel-cell2 > div {
    left: 21%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .top-carousel .carousel-cell2 > div {
    left: 8%;
  }
}

@media (min-width: 1200) {
  .top-carousel .carousel-cell2 > span {
    left: 0%;
  }
}
@media (max-width: 850px){
  .top-carousel .carousel-cell2 > div {
    max-width: 522px;
  }

  .section_topinfo_logasset .carousel2.carousel-main.flickity-enabled.is-draggable:nth-of-type(1) .flickity-viewport {
    min-height: 650px;
  }

  .carousel2.carousel-nav {
    margin-top: 86px;
  }
}

@media (max-width: 768px) {
  .carousel-main .flickity-prev-next-button {
    display: block;
    width: 20px;
    height: 20px;
  }

  .carousel-main .flickity-prev-next-button.next {
    right: 0%;
  }

  .carousel-main .flickity-prev-next-button.previous {
    left: 0%;
  }

  .top-carousel .carousel-cell2 > div {
    left: 12%;
    max-width: 691px;
  }

  .carousel2.carousel-nav {
    margin-top: 70px;
  }

  .title_redirect.nav-pc {
    padding: 20px 5px 20px 25px;
  }

  .section_detailproperty_logasset .w_box_simulation_result .form-group:last-child .row div:first-child::after {
    display: none;
  }

  .frm_mansions .information-pc, .information.information-pc {
    display: none;
  }

  .frm_mansions .information, .information {
    padding: 0 23% 0 23%;
    margin-top: 15px;
  }

  .frm_mansions .information-sp, .information.information-sp {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .frm_mansions .information .phone-sp, .information .phone-sp {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-top: 15px;
    background: #ca6407ff;
  }

  .phone-sp a {
    padding-bottom: 9px;
    margin-left: 2px;
    background: transparent;
  }

  .phone-sp .svg-phone {
    position: relative;
    font-size: 0.9em;
  }

  .information-phone-sp {
    padding: 0;
  }

  .frm_mansions .information-description, .information-description {
    margin-bottom: 5px;
    color: #ca6407ff;
    font-size: 0.6em;
    font-weight: 400;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    font-size: 1.125em;
  }

  .title_redirect.nav-bottom .title_list .title_item {
    padding: 10px;
  }

  .section_searchconditions.section_searchconditions2_logasset .box_conditions {
    margin-top: 20px;
  }
}

@media (min-width: 550px) and (max-width: 768px) {
  .top-carousel .carousel-cell2 > span {
    left: 12%;
  }
}

@media (max-width: 428px) {
  .section_topinfo::before {
    top: 188px;
  }

  .carousel2.carousel-nav {
    display: none;
  }

  .title_redirect.nav-pc {
    display: none;
  }

  .top-carousel .carousel-cell2 > div::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.5);
  }

  .top-carousel .carousel-cell2 > div {
    background: none;
    position: relative;
    padding: 5px;
    left: 0;
    font-size: 14px;
    z-index: 1;
  }

  .carousel-main .carousel-cell2 img {
    object-fit: cover;
  }

  .section_topinfo_logasset .box_content p {
    margin-top: 10px;
  }

  .nav-hamburger-bottom:checked~.title_redirect {
    display: block;
    padding: 20px 20px 20px 35px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    position: absolute;
    left: 49.5%;
    bottom: 100%;
    border-top: 0.5px solid #E0C18480;
    border-left: 0.5px solid #E0C18480;
  }

  .nav-hamburger-bottom:checked~.title_redirect .title_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .title_redirect .title_list .title_item:not(.title_item_dashed):hover::before {
    display: none;
  }

  .nav-hamburger-bottom:checked~.title_redirect .title_item {
    text-decoration: none;
    color: #BE9C59;
  }
  .nav-hamburger-bottom:checked~.navbar-btn-hamburger-bottom {
    display: none !important;
  }

  .nav-hamburger-bottom:checked~.navbar-bottom-close {
    display: block;
  }

  /* .nav-hamburger-bottom:checked~.focus-layer {
    position: absolute;
    top: -800px;
    bottom: 68px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) !important;
  } */

  .title_redirect .title_list .title_item_dashed {
    border-bottom: 1px dashed #BE9C59;
  }

  .top-carousel {
    position: relative;
  }

  .top-carousel img.carosuel-img-camera {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: calc(50%);
    transform: translateY(-50%);
    left: 10px;
    width: 15px;
    height: 15px !important;
  }

  .box_bottom.box_bottom_logasset .btn.phone_call {
    max-width: 160px;
    max-height: 40px;
    padding: 9px 25px;
    font-size: 14px;
    display: block;
    width: fit-content;
  }

  .box_bottom.box_bottom_logasset .btn.phone_call img {
    margin-bottom: 5px;
  }

  .box_bottom.box_bottom_logasset .navbar-btn-hamburger-bottom {
    width: 74px;
    height: 40px;
    padding: 8px 25.5px;
    display: block;
    width: fit-content;
    border: 1px solid #BE9C59;
    border-radius: 4px;
  }

  .box_bottom.box_bottom_logasset .container .wrapper:first-of-type() {
    position: relative;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    padding: 10px 12px;
    display: block;
    width: fit-content;
    max-height: 40px;
  }

  .box_bottom.box_bottom_logasset .navbar-bottom-close {
    width: 74px;
    height: 40px;
    padding: 6px 28px;
    width: fit-content;
    border: 1px solid #BE9C59;
    border-radius: 4px;
  }

  .section_topinfo.section_topinfo_logasset .container,
  .section_topinfo.section_topinfo_logasset .container .box_content {
    padding: 0;
  }

  .section_topinfo_logasset .box_content h1 {
    line-height: 140%;
  }

  .section_topinfo_logasset .box_content .number {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section_topinfo .box_content h1 {
    font-size: 1.375em;
  }

  .carousel2.carousel-main {
    width: 100%;
    height: 444px;
  }

  .carousel-cell2 {
    width: 100%;
    height: 444px;
  }

  .carousel-nav-slider .flickity-slider {
    margin-left: 0;
  }

  .section_topinfo_logasset .box_content p {
    margin-left: 0;
    padding: 0 20px;
  }

  .section_discerningequipment_logasset {
    padding-top: 45px;
  }

  .section_discerningequipment.section_discerningequipment_logasset .row > div:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_discerningequipment_logasset .title {
    margin-bottom: 15px;
  }

  .section_discerningequipment.section_discerningequipment_logasset iframe {
    width: 100%;
  }

  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    width: 100%;
    gap: 5.5px;
    margin-bottom: 16px;
  }

  .section_discerningequipment_logasset ul:first-of-type li {
    width: 60px;
    height: 64px;
    margin-bottom: 0;
  }

  .section_detailproperty.section_detailproperty_logasset {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_property_main.section_property_main_logasset .box_calcu {
    padding-top: 0;
    border: none;
  }

  .section_detailproperty_logasset .box_calcu .frm_calcu .form-control {
    width: 85%;
  }

  .section_detailproperty_logasset .box_calcu .frm_calcu span.sub {
    margin-left: 2px;
  }

  .section_detailproperty_logasset .w_box_simulation_result .form-group:last-child .row div:first-child::after {
    right: 16px;
  }

  .section_detailproperty_logasset .box_calcu .description {
    margin-top: 10px;
  }

  .section_detailproperty .post_date {
    line-height: 1em;
  }

  .section_detailproperty .post_note p {
    margin-bottom: 5px;
    line-height: 1.5em;
  }

  .section_property_main.section_property_main_logasset .box_calcu {
    padding: 0;
  }

  .section_detailproperty.section_detailproperty_logasset .frm_calcu .row>div:nth-child(2),
  .section_detailproperty_logasset .box_calcu .description {
    display: none;
  }

  .section_property_main .box_calcu .frm_calcu .box_simulation_result {
    padding: 15px 5px;
  }

  .section_property_main .box_calcu .frm_calcu .box_simulation_result h2 {
    font-size: 1.875em;
  }

  .section_property_main .box_calcu .frm_calcu .box_simulation_result p {
    font-size: 0.7em;
  }

  .section_detailproperty_logasset .box_map .map {
    padding: 0;
    border: none;
  }

  .section_logassethowroom p {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_logassethowroom {
    padding-top: 40px;
  }

  .section_detailproperty_logasset .banner a {
    padding: 0;
  }

  .section_searchconditions.section_searchconditions_logasset .box_conditions .head_title {
    flex-direction: column;
  }

  .section_searchconditions.section_searchconditions_logasset h2 {
    margin-bottom: 5px;
  }

  .section_searchconditions.section_searchconditions_logasset .box_conditions .head_title .btnview {
    display: block;
    align-self: flex-end;
  }

  .section_searchconditions.section_searchconditions_logasset .carousel .carousel-cell {
    width: 260px;
    margin-right: 20px;
  }

  .section_searchconditions.section_searchconditions_logasset .carousel .box_item {
    display: block;
    text-decoration: none;
  }

  .section_searchconditions_logasset .carousel.carousel_conditions .flickity-button {
    display: block;
  }

  .section_searchconditions_logasset .carousel.carousel_conditions .flickity-page-dots {
    display: none;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    font-size: 12px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation .i-email-w::before {
    top: 45.5%;
  }

  .title_redirect.nav-bottom .title_list {
    display: flex;
    flex-direction: column;
  }

  .title_redirect.nav-bottom .title_list .title_item {
    text-align: center;
  }

  .title_redirect.nav-bottom .title_list .title_item::after {
    border: none;
  }

  .box_bottom .btn {
    padding: 5px 10px;
    font-size: .75em;
  }

  .section_list_templates .totalprocess {
    font-size: 16px;
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 5px;
  }

  .section_list_templates .search-engine,
  .section_list_templates .box_searchcondition_top {
    display: none;
  }

  .section_list_templates .subtitle {
    font-size: 0.8125em;
    margin-bottom: 5px;
  }

  .section_list_templates .title {
    margin-bottom: 5px;
  }
}

@media (max-width: 414px) {
  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    gap: 18.5px;
  }

  .nav-hamburger-bottom:checked~.title_redirect {
    left: 47.5%;
  }
}

@media (max-width: 390px) {
  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    gap: 14.5px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    padding: 8px 12px;
  }

  .nav-hamburger-bottom:checked~.title_redirect {
    left: 42.5%;
  }
}

@media (max-width: 375px) {
  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    gap: 10.5px;
  }

  .box_bottom.box_bottom_logasset .btn.phone_call {
    padding: 7.5px 21.5px 7.5px 26.5px;
    font-size: 0.85em;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    padding: 6px 13px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation .i-email-w {
    padding-left: 21px;
  }
}

@media (max-width: 360px) {
  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    gap: 7px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    padding: 6px 5px;
  }

  .nav-hamburger-bottom:checked~.title_redirect {
    left: 39.5%;
  }
}

@media (max-width: 320px) {
  .section_discerningequipment.section_discerningequipment_logasset ul:first-of-type {
    gap: 16px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation {
    padding: 8px 10px 5px;
    font-size: 0.6em;
  }

  .box_bottom.box_bottom_logasset .btn.reservation .i-email-w {
    padding-left: 13px;
  }

  .box_bottom.box_bottom_logasset .btn.reservation .i-email-w::before {
    left: -7px;
    top: 35.5%;
  }

  .box_bottom.box_bottom_logasset .btn.phone_call {
    padding: 7.5px 14.5px 7.5px 18.5px;
  }

  .box_bottom.box_bottom_logasset .navbar-btn-hamburger-bottom,
  .box_bottom.box_bottom_logasset .navbar-bottom-close {
    padding: 8px 18.5px;
  }

  .nav-hamburger-bottom:checked~.title_redirect {
    left: 39%;
    padding: 20px 20px 20px 15px;
  }
}

/* Mail magazine page */
.mail-magazine .section_mailmagazine .container .row,
.mail-magazine .section_carefully .container .row {
  max-width: 1101px;
  margin-left: auto;
  margin-right: auto;
}

.mail-magazine .frm_registration {
  background: #F2F2F2;
  padding: 0 80px 10px 80px;
  margin-top: 30px;
  position: relative;
}

.mail-magazine .section_mailmagazine:nth-child(2) .frm_registration {
  padding-top: 40px;
}

.input-email {
  padding-top: 30px;
}

.mail-magazine .frm_registration label {
  font-size: .875em;
  font-weight: 600;
}

.mail-magazine .frm_registration .label_sub {
  background: #CA6407;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: .75em;
  font-family: 'Zen Old Mincho',"Noto Sans JP";
  font-weight: 600;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
}

.mail-magazine .frm_registration .form-control {
  font-size: .875em;
  height: calc(1.5em + 0.75rem + 7px);
  border-color: #828282;
}

.mail-magazine .frm_registration .box_content_footer {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-left: 12px;
  margin-right: 12px;
}

.mail-magazine .frm_registration .primary_policy {
  font-size: .75em;
}

.mail-magazine .frm_registration .box_content_footer a {
  color: #3CBCCF;
}

.mail-magazine .frm_registration .form-group {
  margin-bottom: 40px;
}

.mail-magazine .frm_registration .btnAgree, .box_thanks_mailmagazine .btnAgree {
  font-family: 'Zen Old Mincho',"Noto Sans JP",sans-serif;
  background: #CA6407;
}

.mail-magazine .section_mailmagazine .top_form {
  display: flex;
  min-height: 316px;
  padding-top: 156px;
}

.mail-magazine .section_mailmagazine .top_form_left {
  position: relative;
}

.mail-magazine .section_mailmagazine .top_form_left img {
  width: 213px;
  position: absolute;
}

.mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
  right: -1.5%;
  z-index: 1;
  top: -9%;
}

.mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
  width: 122px;
  top: -74%;
  right: -6.5%;
}

.mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
  width: 122px;
  top: -89%;
  right: 28.5%;
}

.mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
  width: 122px;
  right: 44%;
  top: 12%;
}
.mail-magazine .section_mailmagazine .top_form_right {
  margin-left: 50px;
}

.mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type,
.mail-magazine .section_carefully .carefully_top_title > h2:first-of-type {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8C7D5E;
  margin-bottom: 13px;
}

.mail-magazine .section_mailmagazine .top_form_right > p:first-of-type {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  margin-left: 32px;
  margin-bottom: 0px;
}

.mail-magazine .section_mailmagazine .top_form_right > p:first-of-type span {
  margin-left: 28px;
}


.mail-magazine .section_carefully .container .row {
  padding-left: 74px;
  padding-right: 80px;
}

.mail-magazine .section_carefully .carefully_top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}

.mail-magazine .section_carefully .carefully_top_title {
  flex: 1;
}

.mail-magazine .section_carefully .carefully_top_title > h2:first-of-type {
  text-align: left;
  margin-bottom: 20px;
}

.mail-magazine .section_carefully .carefully_top_title > span {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}

.mail-magazine .section_carefully img {
  width: 387px;
  margin-left: 34px;
}

.mail-magazine .section_carefully .carefully_content span {
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.mail-magazine .section_carefully .carefully_content span.top_des_highlight {
  color: #CA6407;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  background-image: url('../images/highline.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-bottom: 16px;
  background-size: contain;
}

.mail-magazine .section_carefully .carefully_content .content_list_selection {
  margin: 30px 0;
}

.mail-magazine .section_carefully .carefully_content .content_list_selection ul {
  margin-top: 30px;
  font-size: 24px;
  padding-left: 24px;
  line-height: 180%;
}

.mail-magazine .section_carefully .carefully_content .content_list_selection ul li {
  margin-bottom: 10px;
  position: relative;
}

.mail-magazine .section_carefully .carefully_content .content_list_selection ul li::before {
  content: '';
  position: absolute;
  background: url('../images/icons/check-square.svg');
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  top: 29%;
  left: -24px;
}

.mail-magazine .section_mailmagazine:nth-child(4) {
  padding-bottom: 120px;
}

.mail-magazine .section_mailmagazine:nth-child(4) .top_form {
  min-height: initial;
  padding-top: 45px;
}

.mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type {
  margin-bottom: 0;
  position: relative;
  justify-content: center;
}

.mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
  position: absolute;
  right: 26%;
  top: -50%;
  width: 100px;
}

.mail-magazine .section_mailmagazine:nth-child(4) .frm_registration {
  margin-top: 20px;
}

@media (min-width: 1440px) {
  .section_banner.banner_mailmagazine {
    height: 100%;
  }

  .section_banner.banner_mailmagazine img {
    height: 100%;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .frm_registration,
  .mail-magazine .section_mailmagazine:nth-child(4) .frm_registration {
    width: 1097px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section_banner.banner_mailmagazine {
    margin-top: 120px;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    right: 22%;
  }
}

@media (min-width: 864px) and (max-width: 991px) {
  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    top: -58%;
    right: -8.5%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
    top: -69%;
    right: 44.5%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
    right: 66%;
  }

  .mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type {
    font-size: 30px;
  }

  .mail-magazine .section_carefully .carefully_top_title {
    flex: none;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    right: 14%;
  }
}

@media (max-width: 834px) {
  .mail-magazine .section_banner.banner_mailmagazine,
  .mail-magazine .section_banner.banner_mailmagazine img {
    height: 400px;
  }

  .mail-magazine .section_mailmagazine .top_form {
    min-height: 216px;
    padding-top: 130px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
    right: -2%;
    top: -20%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    top: -78%;
    right: -8.5%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
    top: -94%;
    right: 47.5%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
    right: 63%;
    top: 4%;
  }

  .mail-magazine .section_mailmagazine .top_form_right {
    margin-left: 20px;
  }

  .mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type {
    font-size: 30px;
  }

  .mail-magazine .section_carefully .carefully_top {
    margin-bottom: 25px;
  }

  .mail-magazine .section_carefully .carefully_top_title {
    flex: none;
  }

  .mail-magazine .section_carefully .container .row {
    padding: 0;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li::before {
    top: 28%;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li:nth-of-type(3n)::before {
    top: 14%;
  }

  .mail-magazine .section_carefully img {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 0;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection {
    margin: 15px 0;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul {
    margin-top: 20px;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    right: 12%;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mail-magazine .section_banner.banner_mailmagazine,
  .mail-magazine .section_banner.banner_mailmagazine img {
    height: 200px;
  }

  .mail-magazine .section_mailmagazine .top_form {
    display: block;
  }

  .mail-magazine .section_mailmagazine .top_form_left {
    height: 50px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
    right: 12%;
    top: -50%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    top: -240%;
    right: 5%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
    top: -280%;
    right: 56%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
    right: 70%;
    top: 46%;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .top_form_right {
    text-align: center;
    margin-left: 0;
    margin-top: 54%;
  }

  .mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type {
    display: block;
  }

  .mail-magazine .section_mailmagazine .top_form_right > p:first-of-type span {
    margin-left: 0;
  }

  .mail-magazine .frm_registration {
    padding: 0 10px 10px 10px;
  }

  .mail-magazine .frm_registration .form-group .row div:nth-child(2) {
    width: 20%;
  }

  .mail-magazine .frm_registration .form-group .row div:nth-child(3) {
    width: 80%;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .frm_registration {
    padding-top: 0;
  }

  .mail-magazine .section_carefully .carefully_top {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .mail-magazine .section_mailmagazine .top_form_right > p:first-of-type {
    margin-left: 0;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li::before {
    top: 13%;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li:nth-of-type(3n)::before {
    top: 9%;
  }

  .mail-magazine .section_mailmagazine .top_form_right {
    margin-left: 0;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type {
    text-align: left;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    right: 0%;
    top: -40%;
  }
}

@media (max-width: 414px) {
  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    right: -6%;
  }
}

@media (max-width: 390px) {
  .mail-magazine .section_mailmagazine:nth-child(2) .top_form_right {
    margin-top: 60%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
    right: 4%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    right: 0%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
    right: 50%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
    right: 68%;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type {
    font-size: 28px;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type img {
    width: 30%;
    top: -42%;
    right: -8%;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li:nth-of-type(2n)::before {
    top: 9%;
  }
}

@media (max-width: 375px) {
  .mail-magazine .section_banner.banner_mailmagazine img {
    height: 180px;
  }

  .mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type {
    font-size: 28px;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .top_form_right {
    margin-top: 62%;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
    right: 2%;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    right: -4%;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .top_form_right {
    margin-top: 68%;
  }

  .mail-magazine #recaptcha > div {
    width: 100% !important;
  }

  .mail-magazine #recaptcha > div > div > iframe {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .mail-magazine .section_banner.banner_mailmagazine,
  .mail-magazine .section_banner.banner_mailmagazine img {
    height: 160px;
  }

  .mail-magazine .section_mailmagazine .top_form {
    padding-top: 94px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(1) {
    right: -5%;
    height: 200px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(2) {
    right: -4%;
    top: -188%;
    width: 84px;
    height: 86px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(3) {
    right: 54%;
    top: -198%;
    width: 80px;
    height: 90px;
  }

  .mail-magazine .section_mailmagazine .top_form_left img:nth-of-type(4) {
    width: 80px;
    height: 90px;
    top: 24%;
    right: 74%;
  }

  .mail-magazine .section_mailmagazine:nth-child(2) .top_form_right {
    margin-top: 48%;
  }

  .mail-magazine .section_mailmagazine .top_form_right > h2:first-of-type {
    font-size: 24px;
  }

  .mail-magazine .section_mailmagazine .top_form_right > p:first-of-type {
    font-size: 15px;
  }

  .mail-magazine .frm_registration .form-group .row div:nth-child(2) {
    width: 24%;
  }

  .mail-magazine .frm_registration .form-group .row div:nth-child(3) {
    width: 76%;
  }

  .mail-magazine .section_mailmagazine:nth-child(4) .top_form_right > h2:first-of-type {
    font-size: 22px;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li::before,
  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li:nth-of-type(2n)::before {
    top: 9%;
  }

  .mail-magazine .section_carefully .carefully_content .content_list_selection ul li:nth-of-type(3n)::before {
    top: 5%;
  }
}

.single-estates ol.breadcrumb {
  font-size: 12px;
}

.banner_top_page .fast-search {
  position: absolute;
  width: 910px;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  z-index: 2;
}

.banner_top_page .fast-search .container {
  max-width: 910px;
  border-radius: 10px;
  border: 6px solid var(--white, #FFF);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 10%);
  padding-top: 12px;
  padding-bottom: 12px;
}

.banner_top_page .fast-search form.modal_frmsearch {
  display: flex;
  align-items: center;
}

.banner_top_page .fast-search form.modal_frmsearch .box_select {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.banner_top_page .fast-search form.modal_frmsearch table {
  margin-bottom: 0;
}

.banner_top_page .fast-search form.modal_frmsearch table tr {
  display: flex;
  align-items: center;
}

.banner_top_page .fast-search form.modal_frmsearch table th {
  border: none;
  color: var(--primary-black-or, #424242);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.banner_top_page .fast-search form.modal_frmsearch table td {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
}

.banner_top_page .fast-search form.modal_frmsearch table td .box_select_item {
  width: 246px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner_top_page .fast-search .box_select .form-select {
  color: var(--primary-gray-1-or, #5C5B5B);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.90784 10.0345C5.55023 10.8087 4.44977 10.8087 4.09216 10.0345L0.459403 2.16932C0.15334 1.50667 0.637331 0.75 1.36724 0.75L8.63276 0.750001C9.36267 0.750001 9.84666 1.50667 9.5406 2.16932L5.90784 10.0345Z' fill='%23CFAF6E'/%3e%3c/svg%3e ");
  background-position: right 0.25rem center;
  min-width: 180px;
  border-radius: 2px;
}

.banner_top_page .fast-search .box_select .box_select_item::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  background: #BDBDBD;
}

.banner_top_page .fast-search form.modal_frmsearch table td .box_select span {
  margin: 0 6px;
}

.banner_top_page .fast-search form.modal_frmsearch .btn_fast_search {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 4px;
  background: #8C7D5E;
  max-width: 190px;
  height: 36px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner_top_page .fast-search form.modal_frmsearch .btn_fast_search > img {
  width: 18px;
  height: 18px;
}

.section_map .section_map_content .tab {
  position: absolute;
  top: -38px;
  left: -4px;
  display: flex;
  gap: 2px;
}

.section_map .section_map_content .tab button {
  border-radius: 10px 10px 0px 0px;
  border: none;
  background: #F2F2F2;
  color: #8C7D5E;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  min-width: 150px;
  min-height: 30px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 5px;
}

/* Change background color of buttons on hover */
.section_map .section_map_content .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.section_map .section_map_content .tab button.active {
  color: #FFF;
  background: #8C7D5E;
}

/* Style the tab content */
.section_map .section_map_content .tabcontent {
  display: none;
}

.section_map .section_map_content .tabcontent.active {
  display: block;
}

.banner-about {
  margin-bottom: 60px;
  margin-top: 110px;
}

.banner-about > div {
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
  border: 0.5px solid #000;
  background: #FFF;
}

.banner-about > div a.contact-item {
  text-decoration: none;
  border: 0.5px solid #828282;
  display: flex;
  position: relative;
}

.banner-about > div a.contact-item .img_background {
  max-width: 160px;
  position: absolute;
  top: -50%;
  left: 3%;
}

.banner-about > div a.contact-item .desc {
  margin-left: 200px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-about .contact-item .desc .desc_text {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.28px;
}

.banner-about .contact-item .desc .desc_text span {

}

.banner-about .contact-item .desc .desc_text h3 {
  font-size: 1.5em;
  margin: 0px 10px;
}

.banner-about .contact-item .desc > div {
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.banner-about .contact-item .desc .desc_button button {
  border: none;
  outline: none;
  background: none;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 510;
  line-height: 160%;
}

.banner-about .contact-item .desc .desc_button img {
  width: 6px;
  height: 10px;
}

.section_map .box_map .tokyo_diff {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 5px;
  background: #8C7D5E;
  padding: 6px 24px;
  position: absolute;
  left: 25px;
  bottom: 20px;
  max-width: 120px;
  cursor: pointer;
}

.section_map .box_map .tokyo_diff:hover {
  color: #FFF;
  background: #74BAAB;
}

@media (max-width: 835px) {
  .banner_top_page .fast-search {
    width: 100%;
  }

  .banner_top_page .fast-search .container {
    max-width: 700px
  }

  .banner_top_page .fast-search form.modal_frmsearch table th {
    min-width: fit-content;
  }

  .banner_top_page .fast-search form.modal_frmsearch table td {
    flex: unset;
  }

  .banner_top_page .fast-search form.modal_frmsearch table td .box_select_item {
    max-width: 146px;
    margin-right: 35px;
  }

  .banner_top_page .fast-search .box_select .box_select_item::before {
    right: -8px;
  }

  .banner_top_page .fast-search form.modal_frmsearch .btn_fast_search {
    padding: 8px 2px;
    max-width: 154px;
    gap: 2px;
  }

  .banner-about > div a.contact-item .img_background {
    top: -55%;
  }

  .banner-about .contact-item .desc .desc_text span {
    font-size: 0.75em;
  }

  .banner-about .contact-item .desc .desc_text h3 {
    font-size: 1.25em;
  }

  .section_map .box_map .tokyo_diff {
    top: 60%;
    bottom: unset;
    font-size: 18px;
    max-width: 200px;
  }
}

@media (max-width: 801px) {
  .banner-about .contact-item .desc .desc_text h3 {
    margin: 0 4px;
  }
}

@media (max-width: 768px) {
  .section_map .section_map_content .tab {
    left: -2px;
  }

  .banner-about > div a.contact-item .img_background {
    left: 1%;
  }

  .banner-about > div a.contact-item .desc {
    margin-left: 176px;
  }
}

@media (max-width: 428px) {
  .banner_top_page .fast-search .container {
    max-width: 320px
  }

  .banner_top_page .fast-search form.modal_frmsearch {
    flex-direction: column;
  }

  .banner_top_page .fast-search form.modal_frmsearch table tr {
    flex-direction: column;
  }

  .banner_top_page .fast-search {
    bottom: 11%;
  }

  .banner_top_page .fast-search form.modal_frmsearch .box_select {
    justify-content: space-around;
    margin-left: 0;
  }

  .banner_top_page .fast-search form.modal_frmsearch table td .box_select_item {
    max-width: 80px;
  }

  .banner_top_page .fast-search .box_select .form-select {
    min-width: 116px;
  }

  .banner_top_page .fast-search form.modal_frmsearch .btn_fast_search {
    margin-top: 10px;
  }

  .banner_top_page .fast-search form.modal_frmsearch table td {
    width: 100%;
  }

  .section_map .section_map_content {
    margin-top: -20px;
  }

  .section_map .section_map_content .tab {
    max-width: 100%;
    justify-content: center;
    width: 100%;
    top: -36px;
    gap: 5px;
  }

  .section_map .section_map_content .tab button {
    min-width: 90px;
    font-size: 10px;
  }

  .section_map .section_map_content .tab button.active {
    width: 100px;
  }

  .banner-about > div a.contact-item {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .banner-about > div a.contact-item .img_background {
    position: unset;
    align-self: flex-start;
  }

  .banner-about > div a.contact-item .desc {
    margin-left: 0;
    gap: 10px;
    padding: 0 2px;
    margin-top: 20px;
  }

  .section_map .box_map .tokyo_diff {
    top: 43%;
    left: 10px;
    font-size: 12px;
    max-width: 120px;
    padding: 6px 16px;
  }
}

@media (max-width: 375px) {
  .section_map .box_map .tokyo_diff {
    top: 33%;
  }
}

@media (max-width: 320px) {
  .banner_top_page .fast-search .container {
    max-width: 270px;
  }

  .section_map .section_map_content .tab {
    top: -38px;
  }

  .section_map .section_map_content .tab button:first-of-type {
    min-width: 96px;
  }

  .section_map .section_map_content .tab button.active {
    min-width: 68px;
    width: fit-content;
  }

  .section_map .section_map_content .tab button {
    min-width: 68px;
  }

  .section_map .box_map .tokyo_diff {
    top: 30%;
    padding: 2px 8px;
  }
}

.top-search-button {
  background-color: #8C7D5E;
  color: #fff;
  margin:auto;
  border: none;
  border-radius: 4px;
  padding: 10.5px 30px;
  max-width: 914px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-search-button:hover {
  color: #be9c59;
}


.top-search-button span {
  font-weight: 600;
}

@media (max-width: 900px) {
  .container.container_top-search-button {
    max-width: 910px;
  }
}

/* ============================================
   Search Modal — Interactivity API
   ============================================ */

/* Overlay — always in DOM, hidden via opacity + visibility */
.modal-search-overlay {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1055;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

/* Visible when Interactivity API adds .is-open */
.modal-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Semi-transparent backdrop */
.modal-search-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* Dialog slides up slightly on open */
.modal-search-dialog {
  position: relative;
  z-index: 1;
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.modal-search-overlay.is-open .modal-search-dialog {
  transform: translateY(0);
}

/* Prevent body scroll while modal is open */
body:has(.modal-search-overlay.is-open) {
  overflow: hidden;
}