/* 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%;
  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 52, sass/partial/_form.scss */
.basic-table .wpcf7-not-valid-tip {
  color: #FF0000;
}

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

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

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

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

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

/* line 79, 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 92, sass/partial/_form.scss */
.basic-table textarea {
  height: 150px;
  padding: 15px;
}

/* line 97, 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 111, 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 119, sass/partial/_form.scss */
.basic-table input[disabled=disabled],
.basic-table textarea[disabled=disable] {
  background-color: #eaeaea;
  border: #d1d1d1 1px solid;
}

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

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

/* line 136, 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 150, 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 155, 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 163, sass/partial/_form.scss */
.form-error {
  color: #f00;
  padding: 5px 0 0;
  font-size: 14px;
}

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

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

/* line 181, 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 192, 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 200, sass/partial/_form.scss */
#privacy h3:before {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 265, 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 280, sass/partial/_form.scss */
form span {
  display: block;
}

/* line 284, 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 296, sass/partial/_form.scss */
form .btt:hover {
  border: 2px solid #eb610e;
  background: #fff;
  color: #eb610e;
}

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

/* line 309, 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 317, sass/partial/_form.scss */
.input-container > span {
  width: 45%;
  display: block;
  margin: 5px 0;
}

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

@media (max-width: 700px) {
  /* line 330, sass/partial/_form.scss */
  .infos-form table {
    font-size: 12px;
  }
  /* line 333, sass/partial/_form.scss */
  .infos-form td, .infos-form th {
    padding: 5px;
    line-height: 1.2;
  }
  /* line 337, sass/partial/_form.scss */
  .input-container {
    padding: 5px 10px;
    width: 100%;
    margin-top: 0.5em;
  }
  /* line 342, sass/partial/_form.scss */
  .form-content li label {
    width: 100%;
    font-size: 14px;
  }
  /* line 346, sass/partial/_form.scss */
  .form-content li span {
    display: inline-block;
    margin-left: 1em;
  }
  /* line 350, sass/partial/_form.scss */
  .form-content {
    padding: 20px;
  }
  /* line 353, sass/partial/_form.scss */
  .tab nav li {
    padding: 3px 8px;
  }
  /* line 356, sass/partial/_form.scss */
  .active::after {
    width: 12px;
    height: 12px;
  }
  /* line 360, sass/partial/_form.scss */
  .ttl {
    font-size: 18px;
    padding: 7px 20px;
  }
  /* line 364, sass/partial/_form.scss */
  .form-content + span {
    font-size: 10px;
  }
}

@media all and (max-width: 600px) {
  /* line 373, sass/partial/_form.scss */
  .basic-table th, .basic-table td {
    display: block;
    width: 100%;
  }
  /* line 378, sass/partial/_form.scss */
  .basic-table th {
    font-weight: bold;
    padding-bottom: 0;
  }
  /* line 383, 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;
}

/* 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 215, sass/page-bukken.scss */
.details-form #favorite-large-icon svg {
  color: gray;
}

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

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

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

/* line 237, 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 248, sass/page-bukken.scss */
.tab nav li:first-child {
  border-left: none;
}

/* line 261, 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 273, sass/page-bukken.scss */
.active {
  position: relative;
  background: #eb610e !important;
}

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

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

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

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

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

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

/* line 322, 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 333, 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 345, sass/page-bukken.scss */
.details-buttons .bukken-print-btn:hover {
  transform: translateY(-2px);
}

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

/* line 357, 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 364, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled::after {
  width: 8px;
  height: 8px;
}

/* line 376, sass/page-bukken.scss */
.gaiyo-table th {
  white-space: nowrap;
}

/* line 381, sass/page-bukken.scss */
.house-info-contact {
  margin: 30px 0 60px;
  padding: 30px 70px;
  background: #fff;
}

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

/* line 392, sass/page-bukken.scss */
.form-content .basic-table {
  margin: 0 auto !important;
}

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

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

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

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

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

/* line 422, 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 430, sass/page-bukken.scss */
.input-container > span {
  width: 45%;
  display: block;
  margin: 5px 0;
}

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

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

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

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

/* line 464, 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 479, 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 494, sass/page-bukken.scss */
.three-steps li:last-child::before,
.three-steps li:last-child::after {
  content: none;
}

/* line 499, 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 512, sass/page-bukken.scss */
.btt:hover {
  border: 2px solid #eb610e;
  background: #fff;
  color: #eb610e;
}

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

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

/* line 527, 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 535, sass/page-bukken.scss */
.ttl_1 span {
  display: block;
  color: #eb610e;
  font-size: 22px;
}

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

/* line 548, sass/page-bukken.scss */
.house-info-contact-container a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

/* line 621, 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 633, sass/page-bukken.scss */
.favour {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  color: #ffff;
  z-index: 9;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 775, 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 784, 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 793, sass/page-bukken.scss */
.info-intr .kakaku-label + span span {
  font-size: 14px;
  margin-left: 4px;
}

/* line 800, 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 811, 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 824, sass/page-bukken.scss */
.feature {
  margin-top: 20px;
  border: 1px solid #eb610e;
}

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

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

/* line 837, 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 850, sass/page-bukken.scss */
.feature span:last-child {
  float: left;
  padding: 10px;
  width: calc(100% - 46px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  /* line 941, sass/page-bukken.scss */
  .ttl_1 {
    margin: 0 5px 15px;
  }
  /* line 945, sass/page-bukken.scss */
  .contact-tel .tel-num {
    font-size: 24px;
  }
  /* line 950, sass/page-bukken.scss */
  .details-form table {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 954, sass/page-bukken.scss */
  .details-form th, .details-form td {
    padding: 0.5em 0;
  }
  /* line 957, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -20px;
  }
  /* line 960, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 964, sass/page-bukken.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 968, sass/page-bukken.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
  /* line 972, sass/page-bukken.scss */
  .house-info-contact-container {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 979, sass/page-bukken.scss */
  .house-info-contact-container .contact-tel > span {
    margin-bottom: 10px;
  }
  /* line 984, 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 995, sass/page-bukken.scss */
  .details-form table {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 999, sass/page-bukken.scss */
  .details-form {
    justify-content: center;
  }
  /* line 1002, sass/page-bukken.scss */
  .details-buttons {
    margin: 0 10px;
  }
}

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

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

@media (max-width: 630px) {
  /* line 1075, sass/page-bukken.scss */
  .tab nav {
    margin-bottom: 0;
  }
  /* line 1078, sass/page-bukken.scss */
  .tab nav ul {
    width: 100%;
    display: block;
  }
  /* line 1082, sass/page-bukken.scss */
  .tab nav ul li {
    display: block;
    border-left: 0;
    margin-bottom: 1px;
  }
  /* line 1089, sass/page-bukken.scss */
  .tab nav ul li.active::after {
    display: none;
  }
  /* line 1094, sass/page-bukken.scss */
  .tab nav ul li:first-child {
    padding-top: 0;
  }
  /* line 1098, sass/page-bukken.scss */
  .tab nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1106, sass/page-bukken.scss */
  .tab ul li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  /* line 1116, sass/page-bukken.scss */
  .main-content {
    flex-direction: column-reverse;
  }
  /* line 1120, sass/page-bukken.scss */
  .slick-pic {
    width: 100%;
    margin-top: 20px;
  }
  /* line 1124, sass/page-bukken.scss */
  .slick-pic img {
    margin: auto;
  }
  /* line 1127, sass/page-bukken.scss */
  .slick-content {
    width: 100%;
    padding-right: 0;
  }
  /* line 1132, sass/page-bukken.scss */
  .details-title {
    padding: 15px;
  }
  /* line 1135, sass/page-bukken.scss */
  .details-title h3 {
    font-size: 20px;
  }
  /* line 1140, sass/page-bukken.scss */
  .house-info-contact-container a,
  .house-info-contact-container .favorite {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
  /* line 1147, 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 1158, sass/page-bukken.scss */
  .details-title {
    font-size: 12px;
  }
  /* line 1161, sass/page-bukken.scss */
  .details-title a {
    width: 80px;
  }
  /* line 1164, sass/page-bukken.scss */
  .details-title h3 + a {
    margin: 0 20px 0 20px;
  }
  /* line 1167, sass/page-bukken.scss */
  .infos-form {
    overflow-x: scroll;
  }
  /* line 1177, sass/page-bukken.scss */
  .infos-form table th, .infos-form table td {
    display: block;
    width: 100%;
  }
  /* line 1186, sass/page-bukken.scss */
  .slider-for .slick-slide {
    height: auto;
  }
  /* line 1198, sass/page-bukken.scss */
  .slider-nav .slick-slide {
    height: auto;
  }
  /* line 1201, sass/page-bukken.scss */
  .slider-nav .slick-slide img {
    height: 76px;
  }
}

@media (max-width: 500px) {
  /* line 1210, sass/page-bukken.scss */
  .house-info {
    margin-top: 30px;
  }
  /* line 1214, sass/page-bukken.scss */
  .house-info-contact {
    padding: 30px 15px;
  }
  /* line 1217, sass/page-bukken.scss */
  .details-title h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1221, sass/page-bukken.scss */
  .details-title {
    justify-content: center;
  }
  /* line 1224, sass/page-bukken.scss */
  .details-title h3 + a {
    margin-left: 0;
  }
  /* line 1229, sass/page-bukken.scss */
  .banner img {
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  /* line 1237, sass/page-bukken.scss */
  .page-title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  /* line 1244, sass/page-bukken.scss */
  .details-form span {
    width: 65px;
  }
  /* line 1252, sass/page-bukken.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1256, sass/page-bukken.scss */
  .bl_icon_detail_block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 1262, sass/page-bukken.scss */
  .details-buttons {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  /* line 1272, sass/page-bukken.scss */
  .details-buttons > a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 1276, sass/page-bukken.scss */
  .details-buttons > a:first-child svg {
    display: none;
  }
  /* line 1285, sass/page-bukken.scss */
  .details-buttons .bukken-print-btn::before {
    left: 1em;
  }
  /* line 1292, sass/page-bukken.scss */
  .slider-for .slick-slide img {
    height: 250px;
  }
  /* line 1299, sass/page-bukken.scss */
  .infos-form .gaiyo-table {
    font-size: 14px;
  }
  /* line 1305, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -10px;
  }
  /* line 1308, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 10px;
  }
  /* line 1314, sass/page-bukken.scss */
  .new-info-list-details .pic img {
    object-fit: cover;
  }
  /* line 1320, sass/page-bukken.scss */
  .info-intr {
    padding: 10px 0;
  }
  /* line 1323, sass/page-bukken.scss */
  .info-intr h3 {
    font-size: 15px;
  }
  /* line 1327, sass/page-bukken.scss */
  .info-intr .kakaku-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  /* line 1333, sass/page-bukken.scss */
  .info-intr .kakaku-label {
    font-size: 14px;
  }
  /* line 1337, sass/page-bukken.scss */
  .info-intr .kakaku-label + span span.kakaku-text {
    font-size: 22px;
    background-color: transparent;
  }
  /* line 1342, sass/page-bukken.scss */
  .info-intr > a {
    margin-top: 0;
  }
  /* line 1348, sass/page-bukken.scss */
  .info-intr-part2 .row {
    margin-bottom: 1px;
  }
  /* line 1351, sass/page-bukken.scss */
  .info-intr-part2 .row:last-child {
    margin-bottom: 5px;
  }
  /* line 1356, sass/page-bukken.scss */
  .info-intr-part2 .row2 {
    margin-bottom: 0;
  }
  /* line 1359, sass/page-bukken.scss */
  .info-intr-part2 .row2 .col {
    margin-bottom: 1px;
  }
}

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

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

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