/* line 3, sass/partial/_form.scss */
.required {
  color: #ff1616;
}

/* line 8, sass/partial/_form.scss */
.fc-red,
.require,
.required {
  color: #ff1616;
  display: inline-block;
}

/* line 15, sass/partial/_form.scss */
.basic-table {
  width: 100%;
  padding: 40px 0 0;
  background: #fff;
  margin: 30px auto !important;
}

/* line 21, sass/partial/_form.scss */
.basic-table th,
.basic-table td {
  padding: 10px;
}

/* line 26, sass/partial/_form.scss */
.basic-table th {
  width: 160px;
  font-size: 14px;
  padding: 7px;
  font-weight: normal;
  color: #000;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 40, sass/partial/_form.scss */
.basic-table td {
  padding: 7px;
  color: #000;
  background: #fff;
}

/* line 47, sass/partial/_form.scss */
.basic-table .row {
  margin-top: 10px;
}

/* line 54, sass/partial/_form.scss */
.basic-table .wpcf7-not-valid-tip {
  color: #FF0000;
}

/* line 58, sass/partial/_form.scss */
.basic-table .wpcf7-form-control-wrap {
  width: 100%;
}

/* line 62, sass/partial/_form.scss */
.basic-table .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 5px;
}

/* line 67, sass/partial/_form.scss */
.basic-table .wpcf7-list-item {
  margin-left: 0;
}

/* line 70, sass/partial/_form.scss */
.basic-table .wpcf7-list-item > label {
  display: block;
  width: 100%;
}

/* line 74, sass/partial/_form.scss */
.basic-table .wpcf7-list-item > label span {
  color: #000;
}

/* line 81, sass/partial/_form.scss */
.basic-table input[type=text],
.basic-table input[type=tel],
.basic-table input[type=email],
.basic-table input[type=password],
.basic-table textarea {
  border: 1px solid #ddd;
  width: 100%;
  background-color: white;
  display: block;
  padding: 8px 15px;
}

/* line 94, sass/partial/_form.scss */
.basic-table textarea {
  height: 150px;
  padding: 15px;
}

/* line 99, sass/partial/_form.scss */
.basic-table select {
  border: 1px solid #ddd;
  width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/* line 113, sass/partial/_form.scss */
.basic-table input[type=text]:focus,
.basic-table input[type=tel]:focus,
.basic-table input[type=email]:focus,
.basic-table input[type=password]:focus,
.basic-table textarea:focus,
.basic-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 121, sass/partial/_form.scss */
.basic-table input[disabled=disabled],
.basic-table textarea[disabled=disable] {
  background-color: #eaeaea;
  border: #d1d1d1 1px solid;
}

/* line 127, sass/partial/_form.scss */
.basic-table input[name=keisan] {
  width: 100px;
  display: inline-block;
}

/* line 134, sass/partial/_form.scss */
.action,
.submit-box {
  text-align: center;
}

/* line 138, sass/partial/_form.scss */
.action .submit-btn,
.action input[type=submit],
.submit-box .submit-btn,
.submit-box input[type=submit] {
  background: #eb610e;
  cursor: pointer;
  width: 260px;
  font-size: 16px;
  height: 40px;
  display: flex;
  margin: 30px auto 0;
  color: white;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
}

/* line 152, sass/partial/_form.scss */
.action .submit-btn:hover,
.action input[type=submit]:hover,
.submit-box .submit-btn:hover,
.submit-box input[type=submit]:hover {
  transform: translateY(2px);
}

/* line 157, sass/partial/_form.scss */
.action .disabled,
.action input[type=submit].disabled,
.submit-box .disabled,
.submit-box input[type=submit].disabled {
  background: #a3a2a9;
  border: #FFF 1px solid;
  color: #FFF;
}

/* line 165, sass/partial/_form.scss */
.form-error {
  color: #f00;
  padding: 5px 0 0;
  font-size: 14px;
}

/* line 171, sass/partial/_form.scss */
.error-field {
  border: #FF0000 1px solid !important;
  background-color: #fce4e4 !important;
}

/* line 176, sass/partial/_form.scss */
#error-message-count {
  border: #F00 1px solid;
  padding: 10px;
  text-align: center;
  color: #F00;
}

/* line 183, sass/partial/_form.scss */
#frame-container {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  padding: 20px;
  border: gray 1px solid;
  border-radius: 5px;
  background-color: #FFF;
}

/* line 194, sass/partial/_form.scss */
#privacy h3 {
  background-color: transparent;
  color: #000;
  margin-top: 10px !important;
  margin-bottom: 10px;
  border-left: 0;
  padding-left: 0;
}

/* line 202, sass/partial/_form.scss */
#privacy h3:before {
  display: none;
}

/* line 207, sass/partial/_form.scss */
#privacy .define-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 211, sass/partial/_form.scss */
#privacy .define-list dt, #privacy .define-list dd {
  line-height: 1.4;
}

/* line 215, sass/partial/_form.scss */
#privacy .define-list dt {
  margin-bottom: 5px;
}

/* line 225, sass/partial/_form.scss */
.form-content {
  padding: 40px 0 0;
  background: #fff;
  margin-bottom: 10px;
}

/* line 230, sass/partial/_form.scss */
.form-content li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 235, sass/partial/_form.scss */
.form-content li label {
  width: 160px;
  font-size: 18px;
}

/* line 240, sass/partial/_form.scss */
.form-content li span {
  display: block;
  font-size: 14px;
  color: #999999;
}

/* line 246, sass/partial/_form.scss */
.form-content li .wpcf7-not-valid-tip {
  color: #FF0000;
}

/* line 250, sass/partial/_form.scss */
.form-content li .wpcf7-form-control-wrap {
  width: 100%;
}

/* line 255, sass/partial/_form.scss */
.form-content li .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 5px;
}

/* line 260, sass/partial/_form.scss */
.form-content li .wpcf7-list-item {
  margin-left: 0;
}

/* line 262, sass/partial/_form.scss */
.form-content li .wpcf7-list-item > label {
  display: block;
  width: 100%;
}

/* line 266, sass/partial/_form.scss */
.form-content li .wpcf7-list-item > label span {
  color: #000;
}

/* line 276, sass/partial/_form.scss */
form svg {
  color: #ff1616;
}

/* line 279, sass/partial/_form.scss */
form span {
  display: block;
}

/* line 283, sass/partial/_form.scss */
form .btt {
  background: #eb610e;
  color: #fff;
  height: 35px;
  border-radius: 5px;
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 50px;
  display: block;
  transition: 0.3s;
}

/* line 295, sass/partial/_form.scss */
form .btt:hover {
  border: 2px solid #eb610e;
  background: #fff;
  color: #eb610e;
}

/* line 302, sass/partial/_form.scss */
form .action-box {
  padding-bottom: 10px;
}

/* line 308, sass/partial/_form.scss */
.input-container {
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 316, sass/partial/_form.scss */
.input-container > span {
  width: 45%;
  display: block;
  margin: 5px 0;
}

/* line 321, sass/partial/_form.scss */
.input-container > input {
  width: 100%;
}

@media (max-width: 700px) {
  /* line 328, sass/partial/_form.scss */
  .infos-form table {
    font-size: 12px;
  }
  /* line 331, sass/partial/_form.scss */
  .infos-form td, .infos-form th {
    padding: 5px;
    line-height: 1.2;
  }
  /* line 335, sass/partial/_form.scss */
  .input-container {
    padding: 5px 10px;
    width: 100%;
    margin-top: 0.5em;
  }
  /* line 340, sass/partial/_form.scss */
  .form-content li label {
    width: 100%;
    font-size: 14px;
  }
  /* line 344, sass/partial/_form.scss */
  .form-content li span {
    display: inline-block;
    margin-left: 1em;
  }
  /* line 348, sass/partial/_form.scss */
  .form-content {
    padding: 20px;
  }
  /* line 351, sass/partial/_form.scss */
  .tab nav li {
    padding: 3px 8px;
  }
  /* line 353, sass/partial/_form.scss */
  .active::after {
    width: 12px;
    height: 12px;
  }
  /* line 357, sass/partial/_form.scss */
  .ttl {
    font-size: 18px;
    padding: 7px 20px;
  }
  /* line 361, sass/partial/_form.scss */
  .form-content + span {
    font-size: 10px;
  }
}

@media all and (max-width: 600px) {
  /* line 372, sass/partial/_form.scss */
  .basic-table th, .basic-table td {
    display: block;
    width: 100%;
  }
  /* line 377, sass/partial/_form.scss */
  .basic-table th {
    font-weight: bold;
    padding-bottom: 0;
  }
  /* line 382, sass/partial/_form.scss */
  .basic-table td {
    padding-top: 5px;
  }
}

/* line 17, sass/page-bukken.scss */
.house-info {
  margin-top: 60px;
}

/* line 21, sass/page-bukken.scss */
.house-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

/* line 32, sass/page-bukken.scss */
.house-shap-show {
  display: block;
}

/* line 37, sass/page-bukken.scss */
.favorite-cnt > span {
  display: inline-block;
  font-size: 16px;
  color: #2385c5;
  font-weight: bold;
  margin-left: 5px;
}

/* line 46, sass/page-bukken.scss */
.details-title {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  color: #eb610e;
  background: #fff;
  align-items: center;
  margin-bottom: 30px;
}

/* line 56, sass/page-bukken.scss */
.details-title a {
  width: 100px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

/* line 65, sass/page-bukken.scss */
.details-title h3 {
  font-size: 26px;
}

/* line 69, sass/page-bukken.scss */
.details-title h3 svg {
  margin-right: 10px;
}

/* line 73, sass/page-bukken.scss */
.details-title h3 + a {
  background: #3c3c3c;
  margin: 0 20px 0 40px;
  cursor: default;
}

/* line 79, sass/page-bukken.scss */
.details-title h3 + a:hover {
  text-decoration: none;
}

/* line 85, sass/page-bukken.scss */
.details-title a:last-child {
  cursor: default;
}

/* line 89, sass/page-bukken.scss */
.details-title a:last-child:hover {
  text-decoration: none;
}

/* line 94, sass/page-bukken.scss */
.deatails-container > span {
  display: block;
  margin-bottom: 10px;
}

/* line 99, sass/page-bukken.scss */
span.has_tag {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

/* line 105, sass/page-bukken.scss */
span.tags span {
  position: relative;
  width: 80px;
  text-align: center;
  background: #000;
  display: inline-block;
  color: #fff;
  margin-right: 2em;
}

/* line 115, sass/page-bukken.scss */
span.has_tag > span:last-child {
  width: calc(100% - 80px);
}

/* line 119, sass/page-bukken.scss */
span.tags span::after {
  content: '';
  display: block;
  right: -11.9px;
  top: 0;
  bottom: 0;
  position: absolute;
  border: 12.5px solid #000;
  border-right: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

/* line 132, sass/page-bukken.scss */
.details-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}

  @media (max-width: 767px) { 

    .details-form {
  margin: 0px;

  }}

/* line 140, sass/page-bukken.scss */
.details-form table {
  width: calc(100% - 260px);
  text-align: center;
}

/* line 145, sass/page-bukken.scss */
.details-form th {
  background: #e6e6e6;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0;
  font-weight: bold;
}

/* line 154, sass/page-bukken.scss */
.details-form td {
  border-right: 1px solid #d9d9d9;
  background: #fff;
  padding: 1em 0;
}

/* line 160, sass/page-bukken.scss */
.details-form td span {
  color: #eb610e;
  font-size: 16px;
}

/* line 165, sass/page-bukken.scss */
.details-form table th:last-child, .details-form table td:last-child {
  border-left: none;
}

/* line 169, sass/page-bukken.scss */
.details-buttons {
  width: 140px;
  text-align: center;
}

/* line 174, sass/page-bukken.scss */
.details-buttons svg {
  margin-right: 5px;
}

/* line 178, sass/page-bukken.scss */
.details-buttons a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 2px 0;
}

/* line 186, sass/page-bukken.scss */
a.black {
  background: #000;
  border-radius: 2px;
}

/* line 191, sass/page-bukken.scss */
a.orange {
  background: #eb610e;
  border-radius: 2px;
}

/* line 196, sass/page-bukken.scss */
.details-buttons a:first-child {
  margin-bottom: 10px;
}

/* line 201, sass/page-bukken.scss */
.details-form span {
  width: 85px;
  text-align: center;
}

/* line 205, sass/page-bukken.scss */
.details-form span svg {
  display: block;
  font-size: 30px;
  margin: auto;
}

/* line 212, sass/page-bukken.scss */
.details-form #favorite-large-icon {
  cursor: pointer;
}

/* line 214, sass/page-bukken.scss */
.details-form #favorite-large-icon svg {
  color: gray;
}

/* line 220, sass/page-bukken.scss */
.details-form #favorite-large-icon.selected svg {
  color: orange;
}

/* line 226, sass/page-bukken.scss */
.tab nav {
  width: 100%;
  border-bottom: 2px solid #eb610e;
}

/* line 232, sass/page-bukken.scss */
.tab nav ul {
  display: flex;
}

/* line 236, sass/page-bukken.scss */
.tab nav li {
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #333;
  border-left: 2px solid #fff;
  line-height: 1.5;
  cursor: pointer;
}

/* line 247, sass/page-bukken.scss */
.tab nav li:first-child {
  border-left: none;
}

/* line 260, sass/page-bukken.scss */
.active::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #eb610e;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

/* line 272, sass/page-bukken.scss */
.active {
  position: relative;
  background: #eb610e !important;
}

/* line 277, sass/page-bukken.scss */
.ttl {
  color: #eb610e;
  padding: 15px 20px;
  background: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 285, sass/page-bukken.scss */
.ttl svg {
  margin-right: 0.5em;
}

/* line 290, sass/page-bukken.scss */
.infos-form table {
  border-collapse: collapse;
  width: 100%;
}

/* line 295, sass/page-bukken.scss */
.infos-form tr {
  /* border: 1px solid #e2e2e2; */
}

/* line 302, sass/page-bukken.scss */
.infos-form th {
  width: 25%;
  background: #f0f0f0;
  padding: 10px 20px;
  /* border: 1px solid #e2e2e2; */
  font-weight: bold;
}

/* line 310, sass/page-bukken.scss */
.infos-form td {
  width: 75%;
  background: #fff;
  padding: 10px;
  /* border: 1px solid #e2e2e2; */
}

/* line 321, sass/page-bukken.scss */
.details-buttons .bukken-print-btn {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  padding: 2px 0;
  background: #eb610e;
  border-radius: 2px;
}

/* line 332, sass/page-bukken.scss */
.details-buttons .bukken-print-btn::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/print.svg) center center/contain no-repeat;
  position: absolute;
  left: 2.3em;
  top: 50%;
  transform: translateY(-50%);
}

/* line 344, sass/page-bukken.scss */
.details-buttons .bukken-print-btn:hover {
  transform: translateY(-2px);
}

/* line 350, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled {
  pointer-events: none;
}

/* line 356, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled::before {
  background: url(../images/hourglass.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 2.0em;
}

/* line 363, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled::after {
  width: 8px;
  height: 8px;
}

/* line 375, sass/page-bukken.scss */
.gaiyo-table th {
  white-space: nowrap;
  width: 15%;
  background: #e1e1e1;
  font-weight: 600;
  /* border: 1px solid #e0e0e0; */
  padding: 10px 15px;
}

.gaiyo-table td {
  width: 35%;
  /* border: 1px solid #e0e0e0; */
  padding: 10px 15px;
}

.gaiyo-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* 1行表示の項目のスタイル */
.gaiyo-table td[colspan="3"] {
  width: 85%;
}

/* タブレット対応 */
@media (max-width: 1024px) {
  .gaiyo-table th {
    width: 20%;
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .gaiyo-table td {
    width: 30%;
    font-size: 14px;
    padding: 8px 12px;
  }
  
  .gaiyo-table td[colspan="3"] {
    width: 80%;
  }
}

/* お気に入りアイコンのスタイル */
.details-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.details-title #favorite-large-icon {
  font-size: 20px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s ease;
  margin-left: 15px;
  display: inline-block;
  background: none;
}

.details-title #favorite-large-icon:hover {
  color: #f39c12;
}

.details-title #favorite-large-icon.selected {
  color: #f39c12;
}

.details-title #favorite-large-icon svg,
.details-title #favorite-large-icon i {
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* テキストを完全に非表示 */
.details-title #favorite-large-icon span,
.details-title #favorite-large-icon .sp-hidden {
  display: none !important;
}

/* アイコン後のテキストノードも非表示 */
.details-title #favorite-large-icon {
  font-size: 0;
}

.details-title #favorite-large-icon i,
.details-title #favorite-large-icon svg {
  font-size: 20px;
}

/* 物件詳細上部の横並びレイアウト */
.bukken-top-container {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.bukken-slider-wrapper {
  flex: 1;
  max-width: 60%;
}

/* Amazon風の縦型スライダー */
.slick-container.amazon-style {
  width: 100%;
}

.slick-container.amazon-style .slick-wrapper {
  display: flex;
  gap: 15px;
  position: relative;
}

.slick-container.amazon-style .slider-nav-vertical {
  width: 80px;
  height: 500px;
  position: relative;
}

.slick-container.amazon-style .slider-nav-vertical .nav-item {
  width: 76px;
  height: 76px;
  margin: 0 2px 8px 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
  overflow: hidden;
}

.slick-container.amazon-style .slider-nav-vertical .nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-container.amazon-style .slider-nav-vertical .nav-item.slick-current {
  border-color: #f39c12;
}

.slick-slide.slick-current.slick-active {
  background: black;
}

.slick-container.amazon-style .slider-nav-vertical .nav-item:hover {
  border-color: #f39c12;
  opacity: 0.8;
}

.slick-container.amazon-style .slider-for {
  flex: 1;
  max-width: calc(100% - 95px);
  background-color: #f8f8f8;
  height: 500px;
  position: relative;
  border-radius: 4px;
}

.slick-container.amazon-style .slider-for .slick-list {
  height: 100%;
}

.slick-container.amazon-style .slider-for .slick-track {
  height: 100%;
}

.slick-container.amazon-style .slider-for .slick-slide {
  height: 500px;
}

@media (max-width: 767px) {
  .slick-container.amazon-style .slider-for .slick-slide {
  height: 300px;
}

.slick-container.amazon-style .slider-for {
  height: 300px;
}
}

.slick-container.amazon-style .slider-for .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-container.amazon-style .slider-for img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* スライダーのナビゲーション矢印 */
.slick-container.amazon-style .slider-nav-vertical .slick-prev,
.slick-container.amazon-style .slider-nav-vertical .slick-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  height: 25px;
  cursor: pointer;
  z-index: 10;
  font-size: 12px;
  border-radius: 3px;
  transition: background 0.3s ease;
  left: 0;
  right: 0;
  margin: 0;
  transform: none;
}

.slick-container.amazon-style .slider-nav-vertical .slick-prev:hover,
.slick-container.amazon-style .slider-nav-vertical .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.slick-container.amazon-style .slider-nav-vertical .slick-prev {
  top: 0 !important;
  left: 10px;
  right: 10px;
  width: auto;
}

.slick-container.amazon-style .slider-nav-vertical .slick-next {
  top: auto !important;
  bottom: 0 !important;
  left: 10px;
  right: 10px;
  width: auto;
}

.slick-container.amazon-style .slider-nav-vertical .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* slick-listのスタイル調整 */
.slick-container.amazon-style .slider-nav-vertical .slick-list {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* インラインスタイルの上書き */
.slick-container.amazon-style .slider-nav-vertical .slick-list {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  height: auto !important;
}

.slick-container.amazon-style .slider-nav-vertical .slick-track[style] {
  height: auto !important;
}

.slick-container.amazon-style .slider-nav-vertical .slick-track {
  display: flex;
  flex-direction: column;
}

/* 画像エリアのお気に入りアイコン */
.slick-container.amazon-style .image-favorite-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: rgba(128, 128, 128, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.slick-container.amazon-style .image-favorite-icon:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-container.amazon-style .image-favorite-icon i {
  color: #fff;
  font-size: 18px;
}

.slick-container.amazon-style .image-favorite-icon.active i,
.slick-container.amazon-style .image-favorite-icon.addOrange i {
  color: #f39c12;
}

.bukken-top-container .details-form {
  flex: 1;
  max-width: 40%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* サマリーテーブル（縦型）のスタイル */
.details-summary-table {
  width: 100%;
  border-collapse: collapse;
}

.details-summary-table th {
  width: 40%;
  text-align: left;
  padding: 12px 15px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.details-summary-table td {
  width: 60%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.details-summary-table tr:hover {
  background: #fafafa;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .bukken-top-container {
    gap: 20px;
  }
  
  .bukken-slider-wrapper {
    max-width: 55%;
  }
  
  .bukken-top-container .details-form {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .bukken-top-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .bukken-slider-wrapper,
  .bukken-top-container .details-form {
    max-width: 100%;
    width: 100%;
  }
  
  .bukken-top-container .details-form {
    padding: 15px;
  }
  
  .details-summary-table th,
  .details-summary-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .details-summary-table th {
    width: 35%;
  }
  
  .details-summary-table td {
    width: 65%;
  }
  
  /* モバイルでのスライダー調整 */
  .slick-container.amazon-style .slider-nav-vertical {
    width: 60px;
    max-height: 300px;
  }
  
  .slick-container.amazon-style .slider-nav-vertical .nav-item {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }
  
  .slick-container.amazon-style .slider-for {
    max-width: calc(100% - 75px);
  }
}

/* 連絡先セクション - CTA最適化デザイン */
.house-info-contact {
  margin: 60px auto;
  /* max-width: 900px; */
  padding: 60px 40px;
  background: #ffffff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.house-info-contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--theme-color);
  border-radius: 0 0 4px 4px;
}

.house-info-contact .ttl_1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  color: #222;
  border: none;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.house-info-contact-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

/* 共通CTAボタンスタイル */
.contact-btn {
  display: flex;
  align-items: center;
  padding: 30px 25px;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecef;
  min-height: 120px;
  width: 100%;
  box-sizing: border-box;
}

.contact-btn-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 24px;
  transition: all 0.3s ease;
}

.contact-btn-content {
  flex: 1;
  text-align: left;
}

.contact-btn-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  opacity: 0.8;
}

.contact-btn-value {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2;
}

.contact-btn-info {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  line-height: 1.4;
}

/* 電話ボタンのスタイル */
.contact-tel-btn {
  background: #ffffff;
  color: #333;
}

.contact-tel-btn .contact-btn-icon {
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color) 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.contact-tel-btn .contact-btn-icon i,
.contact-tel-btn .contact-btn-icon svg {
  color: white;
  fill: white;
}

.contact-tel-btn:hover {
  background: #f8f9fa;
  border-color: var(--theme-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-tel-btn:hover .contact-btn-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* メールボタンのスタイル */
.contact-mail-btn {
  background: var(--theme-color);
  color: white;
  border-color: var(--theme-color);
}

.contact-mail-btn .contact-btn-icon {
  background: rgba(255, 255, 255, 0.25);
  color: white;
}

.contact-mail-btn .contact-btn-icon i,
.contact-mail-btn .contact-btn-icon svg {
  color: white;
  fill: white;
}

.contact-mail-btn .contact-btn-label,
.contact-mail-btn .contact-btn-value,
.contact-mail-btn .contact-btn-info {
  color: white;
}

.contact-mail-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  filter: brightness(0.9);
  color: white;
}

.contact-mail-btn:hover .contact-btn-icon {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
}

/* ホバーエフェクト */
.contact-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.02), transparent);
  transition: height 0.3s ease;
}

.contact-btn:hover:after {
  height: 100%;
}

/* アイコンのアニメーション */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--theme-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--theme-color-rgb), 0);
  }
}

.contact-tel-btn:hover .contact-btn-icon {
  animation: pulse 1.5s infinite;
}

/* レスポンシブ対応 - 連絡先セクション */
@media (max-width: 768px) {
  .house-info-contact {
    /* margin: 40px 15px; */
    padding: 40px 20px;
  }
  
  .house-info-contact .ttl_1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .house-info-contact-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .contact-btn {
    padding: 20px 15px;
  }
  
  .contact-btn-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 15px;
  }
  
  .contact-btn-label {
    font-size: 12px;
  }
  
  .contact-btn-value {
    font-size: 18px;
  }
  
  .contact-btn-info {
    font-size: 11px;
  }
}

/* さらに小さい画面用 */
@media (max-width: 400px) {
  .contact-btn {
    padding: 15px 12px;
  }
  
  .contact-btn-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .contact-btn-value {
    font-size: 16px;
  }
}

/* お問い合わせフォーム - モダンデザイン */
div#wpcf7-f6-o1 {
    max-width: 786px;
    margin: 0 auto;
}
.contact-us {
  margin: 60px auto;
  /* max-width: 900px; */
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.contact-us .ttl {
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color) 100%);
  color: white;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.5px;
}

.contact-us .ttl svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* フォームテーブル */
table.inquiry {
  width: 100%;
  border-collapse: collapse;
  background: white;
  margin: 0;
}

table.inquiry tr {
  /* display: grid; */
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

table.inquiry tr:hover {
  background: #fafafa;
}

table.inquiry th {
  width: 30%;
  padding: 20px 25px;
  text-align: left;
  font-weight: 600;
  color: #333;
  vertical-align: top;
  background: #f8f9fa;
  border-right: 1px solid #f0f0f0;
}

table.inquiry td {
  padding: 20px 25px;
  width: 70%;
}

/* ラベルスタイル */
table.inquiry th span {
  display: inline-block;
  margin-right: 8px;
}

.haveto {
  background: #dc3545;
  color: white;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.any {
  background: #6c757d;
  color: white;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}

/* 入力フィールド */
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea,
.wpcf7-file {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
  box-sizing: border-box;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-textarea:focus,
.wpcf7-file:focus {
  outline: none;
  border-color: var(--theme-color);
  box-shadow: 0 0 0 3px rgba(var(--theme-color-rgb), 0.1);
}

.wpcf7-textarea {
  resize: vertical;
  min-height: 120px;
}

/* チェックボックス */
.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.2s ease;
  background: white;
}

.wpcf7-checkbox label:hover {
  border-color: var(--theme-color);
  background: #f8f9fa;
}

.wpcf7-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  color: var(--theme-color);
  font-weight: 600;
}

/* ファイルアップロード */
table.inquiry th a {
  color: var(--theme-color);
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}

table.inquiry th a:hover {
  text-decoration: underline;
}

table.inquiry th p {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: normal;
}

/* プライバシーポリシー */
.privacy-txt {
  padding: 30px;
  /* background: #f8f9fa; */
  /* border-top: 1px solid #e0e0e0; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
}

.privacy-txt input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.privacy-txt a {
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
}

.privacy-txt a:hover {
  text-decoration: underline;
}

/* 送信ボタン */
.wpcf7-submit-block {
  padding: 30px;
  text-align: center;
  background: white;
}

.wpcf7-submit {
  background: var(--theme-color);
  color: white;
  border: none;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.wpcf7-submit:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
}

.wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-us {
    /* margin: 40px 10px; */
    border-radius: 16px;
  }

  .contact-us .ttl {
    padding: 20px;
    font-size: 18px;
  }

  table.inquiry th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px 10px;
  }

  table.inquiry td {
    width: 100%;
    display: block;
    padding: 10px 20px 20px;
  }

  .wpcf7-text,
  .wpcf7-email,
  .wpcf7-tel,
  .wpcf7-textarea,
  .wpcf7-file {
    font-size: 16px;
    padding: 14px 16px;
  }

  .wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .privacy-txt {
    padding: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    text-align: center;
  }

  .wpcf7-submit {
    width: 100%;
    max-width: 300px;
    padding: 16px 40px;
    font-size: 16px;
  }
}

/* 物件資料ダウンロードセクション */
.bukken-files {
  margin: 50px 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.bukken-files .ttl {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.5px;
}

.bukken-files .ttl svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.bukken-files-desc-wrapper {
  background-color: white;
  padding: 0px 40px 40px;
}

.bukken-files-desc {
  margin-bottom: 30px;
  text-align: center;
}

.bukken-files-desc p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
  font-size: 15px;
}

/* ダウンロードボタンコンテナ */
.bukken-files-desc-wrapper {
  display: flex;
  flex-direction: column;
}

/* ボタンコンテナ */
.download-buttons-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 30px; */
}
 @media (max-width: 767px) {
  .download-buttons-container {
    flex-direction: column;
  }
 }

/* ダウンロードボタン共通 */
#gaiyo-download-btn,
#modal-open {
  margin: 0;
  flex: 1;
  max-width: 300px;
}

#gaiyo-download-btn {
  display: flex;
  justify-content: center;
  transition: .5s;
}

form.pdf {
  /* max-width: 200px; */
  cursor: pointer;
  /* background: grey; */
  /* padding: 10px; */
  display: block;
  text-align: center;
  margin: 0 auto;
}

#gaiyo-download-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

#gaiyo-download-btn input[type="submit"],
#modal-open {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* padding: 18px 35px; */
  font-size: 16px;
  font-weight: 600;
  border: none;
  /* border-radius: 50px; */
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
  /* min-width: 280px; */
  /* box-sizing: border-box; */
}

/* 物件概要ダウンロードボタン */
#gaiyo-download-btn input[type="submit"] {
  /* background: #e74c3c; */
  /* color: white; */
  /* box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3); */
}

#gaiyo-download-btn input[type="submit"]:hover {
  /* background: #c0392b; */
  /* transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4); */
}

/* 詳細資料ダウンロードボタン */
#modal-open {
  background: #3498db;
  color: white;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

#modal-open:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

/* 物件詳細ページでバナーを非表示 */
.bukken-page .banner {
  display: none;
}

/* モーダル */
#modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  backdrop-filter: blur(5px);
}

#modal-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#modal-modal h1 {
  background: var(--theme-color);
  color: white;
  margin: 0;
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 700;
}

/* Modal textarea styles - increased specificity to override style.css */
.page-template-page-bukken #modal-textarea,
body #modal-modal #modal-textarea {
  padding: 30px;
  overflow-y: auto;
  flex: 1;
  background: #f8f9fa;
  /* width: 100%; */
  /* max-width: 100%; */
  /* height: auto; */
  min-height: 250px;
  margin: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
}

.page-template-page-bukken #modal-textarea h2,
body #modal-modal #modal-textarea h2 {
  font-size: 18px;
  color: #333;
  margin: 20px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-color);
  text-align: center;
}

.page-template-page-bukken #modal-textarea h2:first-child,
body #modal-modal #modal-textarea h2:first-child {
  margin-top: 0;
}

.page-template-page-bukken #modal-textarea p,
body #modal-modal #modal-textarea p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  font-size: 14px;
}

/* チェックボックスエリア */
.download-checkbox {
  padding: 30px;
  background: white;
  border-top: 1px solid #e0e0e0;
}

.download-checkbox > p {
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  font-size: 15px;
}

.download-checkbox .form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.download-checkbox .form-item:hover {
  background: #e9ecef;
}

.download-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

/* ダウンロードボタン（モーダル内） */
.btn-file-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--theme-color);
  color: white;
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 20px auto;
  display: flex;
  max-width: 300px;
}

.btn-file-download svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.btn-file-download:not(.btn-disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
  color: white;
}

.btn-file-download.btn-disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* 閉じるボタン */
#modal-close {
  text-align: center;
  padding: 15px 30px;
  background: #f8f9fa;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  border-top: 1px solid #e0e0e0;
}

#modal-close:hover {
  background: #e9ecef;
  color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .bukken-files-desc-wrapper {
    padding: 25px 20px;
  }

  .bukken-files-desc p {
    font-size: 14px;
  }

  #gaiyo-download-btn input[type="submit"],
  #modal-open {
    font-size: 15px;
    /* padding: 16px 30px; */
  }

  #modal-modal {
    width: 95%;
    max-height: 95vh;
  }

  .page-template-page-bukken #modal-textarea,
  body #modal-modal #modal-textarea {
    padding: 20px;
    max-height: 350px;
  }

  .download-checkbox {
    padding: 20px;
  }

  .download-checkbox .form-item {
    padding: 12px;
    font-size: 14px;
  }
}

/* line 386, sass/page-bukken.scss */
.form-content {
  padding: 30px 50px;
  background: #fff;
  margin-bottom: 10px;
}

/* line 392, sass/page-bukken.scss */
.form-content li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 398, sass/page-bukken.scss */
.form-content li label {
  width: 150px;
  font-size: 18px;
}

/* line 403, sass/page-bukken.scss */
.form-content li span {
  display: block;
  font-size: 14px;
  color: #999999;
}

/* line 409, sass/page-bukken.scss */
.contact-us-form svg {
  color: #ff1616;
}

/* line 413, sass/page-bukken.scss */
.contact-us-form span {
  display: block;
}

/* line 417, sass/page-bukken.scss */
.input-container {
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 425, sass/page-bukken.scss */
.input-container > span {
  width: 45%;
  display: block;
  margin: 5px 0;
}

/* line 431, sass/page-bukken.scss */
.input-container input[type=text],
.input-container input[type=email],
.input-container input[type=tel] {
  width: 100%;
}

/* line 437, sass/page-bukken.scss */
.input-container textarea {
  width: 100%;
}

/* line 443, sass/page-bukken.scss */
.three-steps {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* line 450, sass/page-bukken.scss */
.three-steps li {
  width: 33.33%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  background: #fff;
}

/* line 459, sass/page-bukken.scss */
.three-steps li::before {
  content: "";
  width: 0;
  height: 0;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 40px 0 40px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  position: absolute;
  z-index: 3;
}

/* line 474, sass/page-bukken.scss */
.three-steps li::after {
  content: "";
  width: 0;
  height: 0;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 40px 0 40px 15px;
  border-color: transparent transparent transparent #ccc;
  border-style: dashed dashed dashed solid;
  position: absolute;
  z-index: 2;
}

/* line 489, sass/page-bukken.scss */
.three-steps li:last-child::before,
.three-steps li:last-child::after {
  content: none;
}

/* line 494, sass/page-bukken.scss */
.btt {
  background: #eb610e;
  color: #fff;
  height: 35px;
  border-radius: 5px;
  padding: 0 30px;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 50px;
  display: block;
  transition: 0.3s;
}

/* line 507, sass/page-bukken.scss */
.btt:hover {
  border: 2px solid #eb610e;
  background: #fff;
  color: #eb610e;
}

/* line 513, sass/page-bukken.scss */
li.active2 {
  background: #000;
  color: #fff;
}

/* line 518, sass/page-bukken.scss */
li.active2::before {
  border-color: transparent transparent transparent #000;
}

/* line 522, sass/page-bukken.scss */
.ttl_1 {
  font-size: 18px;
  padding-bottom: 15px;
  margin: 0 0 15px;
  text-align: center;
  border-bottom: 1px solid #000;
}

/* line 530, sass/page-bukken.scss */
.ttl_1 span {
  display: block;
  color: #eb610e;
  font-size: 22px;
}

/* line 536, sass/page-bukken.scss */
.house-info-contact-container {
  display: grid;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 543, sass/page-bukken.scss */
.house-info-contact-container a {
  display: flex;
  text-align: center;
  padding: 30px 25px;
  /* color: #fff; */
}

/* line 549, sass/page-bukken.scss */
.house-info-contact-container a svg {
  /* margin-right: 1em; */
}

/* line 554, sass/page-bukken.scss */
.house-info-contact-container #favorite-detail {
  padding: 5px 10px;
  background-color: #eb610e;
  cursor: pointer;
  color: #FFF;
}

/* line 560, sass/page-bukken.scss */
.house-info-contact-container #favorite-detail svg {
  margin-right: 1em;
}

/* line 566, sass/page-bukken.scss */
.house-info-contact-container .selected svg {
  color: #a80404;
}

/* line 579, sass/page-bukken.scss */
.contact-tel span {
  display: block;
}

/* line 584, sass/page-bukken.scss */
.contact-tel .tel-num {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

/* line 596, sass/page-bukken.scss */
.new-info-list-details ul {
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

/* line 602, sass/page-bukken.scss */
.new-info-list-details ul li {
  padding-left: 30px;
  margin-bottom: 30px;
  width: 33.33%;
  position: relative;
}

/* line 609, sass/page-bukken.scss */
.new-info-list-details .pic {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
}

/* line 616, sass/page-bukken.scss */
.new-info-list-details .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/* line 628, sass/page-bukken.scss */
.favour {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  color: #ffff;
  z-index: 9;
  cursor: pointer;
}

/* line 638, sass/page-bukken.scss */
.info-intr {
  padding: 30px 20px;
  background: #fff;
}

/* line 642, sass/page-bukken.scss */
.info-intr > a:hover {
  color: #FFF;
}

/* line 644, sass/page-bukken.scss */
.info-intr > a:hover:after {
  border-left: 6px solid #FFF;
}

/* line 650, sass/page-bukken.scss */
.info-intr-part1 {
  display: flex;
}

/* line 654, sass/page-bukken.scss */
.info-intr-part1 a {
  width: 100px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}

/* line 663, sass/page-bukken.scss */
.info-intr-part1 a:first-child {
  background: #3c3c3c;
}

/* line 667, sass/page-bukken.scss */
.info-intr-part1 a:last-child {
  background: #eb610e;
}

/* line 675, sass/page-bukken.scss */
.info-intr-part2 .row {
  margin-bottom: 7px;
}

/* line 679, sass/page-bukken.scss */
.info-intr-part2 .row2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

/* line 685, sass/page-bukken.scss */
.info-intr-part2 .row2 > .col:first-child .item-value {
  margin-right: 7px;
}

/* line 691, sass/page-bukken.scss */
.info-intr-part2 .cell {
  display: inline-block;
}

/* line 695, sass/page-bukken.scss */
.info-intr-part2 .item-label {
  margin-bottom: 7px;
  background: #606060;
  color: #fff;
  padding: 3px 6px;
  margin-right: 5px;
}

/* line 703, sass/page-bukken.scss */
.info-intr-part2 .item-value {
  margin-bottom: 7px;
}

/* line 708, sass/page-bukken.scss */
.bl_icon_detail_block {
  display: flex;
  justify-content: space-between;
  width: 250px;
}

/* line 747, sass/page-bukken.scss */
.info-intr h3 {
  font-size: 20px;
  margin-top: 10px;
}

/* line 752, sass/page-bukken.scss */
.info-intr > span {
  font-size: 28px;
  color: #eb610e;
  margin-bottom: 12px;
  display: block;
}

/* line 759, sass/page-bukken.scss */
.info-intr > span span {
  font-size: 14px;
}

/* line 764, sass/page-bukken.scss */
.info-intr .kakaku-row {
  margin-bottom: 15px;
}

/* line 769, sass/page-bukken.scss */
.info-intr .kakaku-label {
  padding: 0 6px;
  border: 1px solid #eb610e;
  color: #eb610e;
  margin-right: 5px;
  font-size: 18px;
  display: inline-block;
}

/* line 778, sass/page-bukken.scss */
.info-intr .kakaku-label + span {
  font-size: 28px;
  color: #eb610e;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}

/* line 787, sass/page-bukken.scss */
.info-intr .kakaku-label + span span {
  font-size: 14px;
  margin-left: 4px;
}

/* line 794, sass/page-bukken.scss */
.info-intr > a {
  display: block;
  text-align: center;
  border: 1px solid #eb610e;
  color: #eb610e;
  position: relative;
  text-decoration: none;
  padding: 5px 0;
  margin-top: 20px;
}

/* line 805, sass/page-bukken.scss */
.info-intr > a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  border: 6px solid #eb610e;
  border-right: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/* line 818, sass/page-bukken.scss */
.feature {
  margin-top: 20px;
  border: 1px solid #eb610e;
}

/* line 822, sass/page-bukken.scss */
.feature:after {
  content: '';
  display: block;
  clear: both;
}

/* line 828, sass/page-bukken.scss */
.feature span {
  display: block;
}

/* line 831, sass/page-bukken.scss */
.feature span:first-child {
  float: left;
  color: #fff;
  background: #eb610e;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  width: 46px;
}

/* line 844, sass/page-bukken.scss */
.feature span:last-child {
  float: left;
  padding: 10px;
  width: calc(100% - 46px);
}

/* line 852, sass/page-bukken.scss */
.slick {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 858, sass/page-bukken.scss */
.slick-content {
  width: 60%;
  padding-right: 30px;
}

/* line 864, sass/page-bukken.scss */
.slider-for .slick-slide {
  height: 400px;
  position: relative;
}

/* line 868, sass/page-bukken.scss */
.slider-for .slick-slide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

/* line 879, sass/page-bukken.scss */
.slider-nav .slick-slide {
  height: 121px;
}

/* line 882, sass/page-bukken.scss */
.slider-nav .slick-slide img {
  object-fit: contain;
  object-position: center;
  width: 162px;
  height: 120px;
}

/* line 891, sass/page-bukken.scss */
.slick-pic {
  width: 40%;
}

/* line 895, sass/page-bukken.scss */
.slick-container {
  margin-bottom: 40px;
}

/* line 899, sass/page-bukken.scss */
.slick-prev,
.slick-next {
  background-image: none;
}

/* line 904, sass/page-bukken.scss */
.input-container {
  padding: 5px 10px;
  width: 100%;
  margin-top: 0.5em;
}

/* line 909, sass/page-bukken.scss */
.input-container .tab nav li {
  padding: 3px 8px;
}

/* line 913, sass/page-bukken.scss */
.input-container .active::after {
  width: 12px;
  height: 12px;
}

/* line 918, sass/page-bukken.scss */
.input-container .ttl {
  font-size: 18px;
  padding: 7px 20px;
}

/* line 923, sass/page-bukken.scss */
.input-container .form-content + span {
  font-size: 10px;
}

@media all and (max-width: 1224px) {
  /* line 929, sass/page-bukken.scss */
  .house-info-contact-container {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  /* line 935, sass/page-bukken.scss */
  .ttl_1 {
    margin: 0 5px 15px;
  }
  /* line 939, sass/page-bukken.scss */
  .contact-tel .tel-num {
    font-size: 24px;
  }
  /* line 944, sass/page-bukken.scss */
  .details-form table {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 948, sass/page-bukken.scss */
  .details-form th, .details-form td {
    padding: 0.5em;
  }
  /* line 951, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -20px;
  }
  /* line 954, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 958, sass/page-bukken.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 962, sass/page-bukken.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
  /* line 966, sass/page-bukken.scss */
  .house-info-contact-container {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 973, sass/page-bukken.scss */
  .house-info-contact-container .contact-tel > span {
    margin-bottom: 10px;
  }
  /* line 978, sass/page-bukken.scss */
  .house-info-contact-container a.black,
  .house-info-contact-container span.favorite {
    display: inline-block;
    width: 48%;
    text-align: center;
  }
}

@media (max-width: 850px) {
  /* line 989, sass/page-bukken.scss */
  .details-form table {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 993, sass/page-bukken.scss */
  .details-form {
    justify-content: center;
  }
  /* line 996, sass/page-bukken.scss */
  .details-buttons {
    margin: 0 10px;
  }
}

@media (max-width: 750px) {
  /* line 1003, sass/page-bukken.scss */
  .house-info {
    margin-top: 40px;
  }
  /* line 1007, sass/page-bukken.scss */
  .ttl_1 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 1012, sass/page-bukken.scss */
  .house-info-contact-container {
    justify-content: center;
  }
  /* line 1016, sass/page-bukken.scss */
  .house-info-contact-container a {
    margin: 0 5px;
  }
  /* line 1019, sass/page-bukken.scss */
  .tab nav li {
    font-size: 14px;
  }
  /* line 1022, sass/page-bukken.scss */
  .new-info-list-details ul li {
    width: 50%;
  }
}

@media (max-width: 700px) {
  /* line 1028, sass/page-bukken.scss */
  .infos-form table {
    font-size: 12px;
  }
  /* line 1032, sass/page-bukken.scss */
  .infos-form td,
  .infos-form th {
    padding: 5px;
    line-height: 1.2;
  }
  /* line 1038, sass/page-bukken.scss */
  .form-content {
    padding: 20px;
  }
  /* line 1042, sass/page-bukken.scss */
  .form-content > li > label {
    width: 100%;
    font-size: 14px;
  }
  /* line 1047, sass/page-bukken.scss */
  .form-content > li span {
    margin-left: 1em;
  }
  /* line 1054, sass/page-bukken.scss */
  .input-container .wpcf7-form-control-wrap {
    margin-left: 0;
  }
  /* line 1058, sass/page-bukken.scss */
  .input-container .wpcf7-form-control {
    margin-left: 0;
  }
}

@media (max-width: 630px) {
  /* line 1071, sass/page-bukken.scss */
  .tab nav {
    margin-bottom: 0;
  }
  /* line 1073, sass/page-bukken.scss */
  .tab nav ul {
    width: 100%;
    display: block;
  }
  /* line 1077, sass/page-bukken.scss */
  .tab nav ul li {
    display: block;
    border-left: 0;
    margin-bottom: 1px;
  }
  /* line 1084, sass/page-bukken.scss */
  .tab nav ul li.active::after {
    display: none;
  }
  /* line 1089, sass/page-bukken.scss */
  .tab nav ul li:first-child {
    padding-top: 0;
  }
  /* line 1093, sass/page-bukken.scss */
  .tab nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1101, sass/page-bukken.scss */
  .tab ul li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  /* line 1111, sass/page-bukken.scss */
  .main-content {
    flex-direction: column-reverse;
  }
  /* line 1115, sass/page-bukken.scss */
  .slick-pic {
    width: 100%;
    margin-top: 20px;
  }
  /* line 1119, sass/page-bukken.scss */
  .slick-pic img {
    margin: auto;
  }
  /* line 1122, sass/page-bukken.scss */
  .slick-content {
    width: 100%;
    padding-right: 0;
  }
  /* line 1127, sass/page-bukken.scss */
  .details-title {
    padding: 15px;
  }
  /* line 1130, sass/page-bukken.scss */
  .details-title h3 {
    font-size: 20px;
  }
  /* line 1135, sass/page-bukken.scss */
  .house-info-contact-container a,
  .house-info-contact-container .favorite {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
  /* line 1142, sass/page-bukken.scss */
  .house-info-contact-container a.black,
  .house-info-contact-container span.favorite {
    display: block;
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 550px) {
  /* line 1153, sass/page-bukken.scss */
  .details-title {
    font-size: 12px;
  }
  /* line 1156, sass/page-bukken.scss */
  .details-title a {
    width: 80px;
  }
  /* line 1159, sass/page-bukken.scss */
  .details-title h3 + a {
    margin: 0 20px 0 20px;
  }
  /* line 1162, sass/page-bukken.scss */
  .infos-form {
    overflow-x: scroll;
  }
  /* line 1172, sass/page-bukken.scss */
  .infos-form table th, .infos-form table td {
    display: block;
    width: 100%;
  }
  /* line 1181, sass/page-bukken.scss */
  .slider-for .slick-slide {
    height: auto;
  }
  /* line 1193, sass/page-bukken.scss */
  .slider-nav .slick-slide {
    height: auto;
  }
  /* line 1196, sass/page-bukken.scss */
  .slider-nav .slick-slide img {
    height: 76px;
  }
}

@media (max-width: 500px) {
  /* line 1205, sass/page-bukken.scss */
  .house-info {
    margin-top: 30px;
  }
  /* line 1209, sass/page-bukken.scss */
  .house-info-contact {
    padding: 30px 15px;
  }
  /* line 1212, sass/page-bukken.scss */
  .details-title h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1216, sass/page-bukken.scss */
  .details-title {
    justify-content: center;
  }
  /* line 1219, sass/page-bukken.scss */
  .details-title h3 + a {
    margin-left: 0;
  }
  /* line 1224, sass/page-bukken.scss */
  .banner img {
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  /* line 1232, sass/page-bukken.scss */
  .page-title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  /* line 1239, sass/page-bukken.scss */
  .details-form span {
    width: 65px;
  }
  /* line 1246, sass/page-bukken.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1250, sass/page-bukken.scss */
  .bl_icon_detail_block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 1256, sass/page-bukken.scss */
  .details-buttons {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  /* line 1266, sass/page-bukken.scss */
  .details-buttons > a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 1269, sass/page-bukken.scss */
  .details-buttons > a:first-child svg {
    display: none;
  }
  /* line 1277, sass/page-bukken.scss */
  .details-buttons .bukken-print-btn::before {
    left: 1em;
  }
  /* line 1284, sass/page-bukken.scss */
  .slider-for .slick-slide img {
    height: 250px;
  }
  /* line 1291, sass/page-bukken.scss */
  .infos-form .gaiyo-table {
    font-size: 14px;
  }
  
  /* モバイル用レスポンシブテーブル */
  .gaiyo-table {
    display: block;
  }
  
  .gaiyo-table tbody {
    display: block;
  }
  
  .gaiyo-table tr {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    /* border-bottom: 1px solid #e0e0e0; */
    /* padding-bottom: 10px; */
  }
  
  .gaiyo-table tr:last-child {
    border-bottom: none;
  }
  
  .gaiyo-table th,
  .gaiyo-table td {
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 10px;
  }

  .gaiyo-table th{width: 30% !important;}
  .gaiyo-table td {width: 70% !important;}
  
  .gaiyo-table th {
    /* background: #f8f8f8; */
    /* border: 1px solid #e0e0e0; */
    border-right: none;
    font-weight: bold;
  }
  
  .gaiyo-table td {
    /* border: 1px solid #e0e0e0; */
    background: #fff;
  }
  
  /* colspan="3"の項目は全幅表示 */
  /* .gaiyo-table td[colspan="3"] {
    width: 100% !important;
  } */
  
  /* 空のth/tdのペアを非表示 */
  .gaiyo-table th:empty + td:empty {
    display: none;
  }
  
  .gaiyo-table th:empty {
    display: none;
  }
  
  /* &nbsp;のみのセルも非表示（JavaScriptで処理が必要な場合があります） */
  .gaiyo-table th:not(:empty) ~ td:empty {
    width: 100% !important;
  }
  
  /* 各セットを横並びにする */
  .gaiyo-table tr {
    /* display: block; */
  }
  
  .gaiyo-table th:nth-child(1),
  .gaiyo-table td:nth-child(2) {
    /* float: left;
    clear: left; */
  }
  
  .gaiyo-table th:nth-child(3),
  .gaiyo-table td:nth-child(4) {
    float: left;
    clear: none;
  }
  
  .gaiyo-table tr::after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1297, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -10px;
  }
  /* line 1299, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 10px;
  }
  /* line 1305, sass/page-bukken.scss */
  .new-info-list-details .pic img {
    object-fit: cover;
  }
  /* line 1311, sass/page-bukken.scss */
  .info-intr {
    padding: 10px 0;
  }
  /* line 1314, sass/page-bukken.scss */
  .info-intr h3 {
    font-size: 15px;
  }
  /* line 1318, sass/page-bukken.scss */
  .info-intr .kakaku-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  /* line 1324, sass/page-bukken.scss */
  .info-intr .kakaku-label {
    font-size: 14px;
  }
  /* line 1328, sass/page-bukken.scss */
  .info-intr .kakaku-label + span span.kakaku-text {
    font-size: 22px;
    background-color: transparent;
  }
  /* line 1332, sass/page-bukken.scss */
  .info-intr > a {
    margin-top: 0;
  }
  /* line 1338, sass/page-bukken.scss */
  .info-intr-part2 .row {
    margin-bottom: 1px;
  }
  /* line 1340, sass/page-bukken.scss */
  .info-intr-part2 .row:last-child {
    margin-bottom: 5px;
  }
  /* line 1344, sass/page-bukken.scss */
  .info-intr-part2 .row2 {
    margin-bottom: 0;
  }
  /* line 1346, sass/page-bukken.scss */
  .info-intr-part2 .row2 .col {
    margin-bottom: 1px;
  }
}

@media (max-width: 470px) {
  /* line 1357, sass/page-bukken.scss */
  .new-info-list-details .pic {
    padding-top: 60%;
    overflow: hidden;
  }
}

@media (max-width: 450px) {
  /* line 1368, sass/page-bukken.scss */
  span.has_tag {
    flex-wrap: wrap;
  }
  /* line 1371, sass/page-bukken.scss */
  span.has_tag > span:last-child {
    width: 100%;
    margin-top: 10px;
  }
  /* line 1375, sass/page-bukken.scss */
  span.tags span::after {
    content: none;
  }
}

@media (max-width: 400px) {
  /* line 1381, sass/page-bukken.scss */
  .three-steps li {
    font-size: 12px;
  }
}
