/* 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 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  /* line 939, sass/page-bukken.scss */
  .ttl_1 {
    margin: 0 5px 15px;
  }
  /* line 943, sass/page-bukken.scss */
  .contact-tel .tel-num {
    font-size: 24px;
  }
  /* line 948, sass/page-bukken.scss */
  .details-form table {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 952, sass/page-bukken.scss */
  .details-form th, .details-form td {
    padding: 0.5em 0;
  }
  /* line 955, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -20px;
  }
  /* line 958, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 962, sass/page-bukken.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 966, sass/page-bukken.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
  /* line 970, sass/page-bukken.scss */
  .house-info-contact-container {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 977, sass/page-bukken.scss */
  .house-info-contact-container .contact-tel > span {
    margin-bottom: 10px;
  }
  /* line 982, 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 993, sass/page-bukken.scss */
  .details-form table {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 997, sass/page-bukken.scss */
  .details-form {
    justify-content: center;
  }
  /* line 1000, sass/page-bukken.scss */
  .details-buttons {
    margin: 0 10px;
  }
}

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

@media (max-width: 700px) {
  /* line 1032, sass/page-bukken.scss */
  .infos-form table {
    font-size: 12px;
  }
  /* line 1036, sass/page-bukken.scss */
  .infos-form td,
  .infos-form th {
    padding: 5px;
    line-height: 1.2;
  }
  /* line 1042, sass/page-bukken.scss */
  .form-content {
    padding: 20px;
  }
  /* line 1046, sass/page-bukken.scss */
  .form-content > li > label {
    width: 100%;
    font-size: 14px;
  }
  /* line 1051, sass/page-bukken.scss */
  .form-content > li span {
    margin-left: 1em;
  }
  /* line 1058, sass/page-bukken.scss */
  .input-container .wpcf7-form-control-wrap {
    margin-left: 0;
  }
  /* line 1062, 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 1077, sass/page-bukken.scss */
  .tab nav ul {
    width: 100%;
    display: block;
  }
  /* line 1081, sass/page-bukken.scss */
  .tab nav ul li {
    display: block;
    border-left: 0;
    margin-bottom: 1px;
  }
  /* line 1088, sass/page-bukken.scss */
  .tab nav ul li.active::after {
    display: none;
  }
  /* line 1093, sass/page-bukken.scss */
  .tab nav ul li:first-child {
    padding-top: 0;
  }
  /* line 1097, sass/page-bukken.scss */
  .tab nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1105, sass/page-bukken.scss */
  .tab ul li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  /* line 1115, sass/page-bukken.scss */
  .main-content {
    flex-direction: column-reverse;
  }
  /* line 1119, sass/page-bukken.scss */
  .slick-pic {
    width: 100%;
    margin-top: 20px;
  }
  /* line 1123, sass/page-bukken.scss */
  .slick-pic img {
    margin: auto;
  }
  /* line 1126, sass/page-bukken.scss */
  .slick-content {
    width: 100%;
    padding-right: 0;
  }
  /* line 1131, sass/page-bukken.scss */
  .details-title {
    padding: 15px;
  }
  /* line 1134, sass/page-bukken.scss */
  .details-title h3 {
    font-size: 20px;
  }
  /* line 1139, sass/page-bukken.scss */
  .house-info-contact-container a,
  .house-info-contact-container .favorite {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
  /* line 1146, 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 1157, sass/page-bukken.scss */
  .details-title {
    font-size: 12px;
  }
  /* line 1160, sass/page-bukken.scss */
  .details-title a {
    width: 80px;
  }
  /* line 1163, sass/page-bukken.scss */
  .details-title h3 + a {
    margin: 0 20px 0 20px;
  }
  /* line 1166, sass/page-bukken.scss */
  .infos-form {
    overflow-x: scroll;
  }
  /* line 1176, sass/page-bukken.scss */
  .infos-form table th, .infos-form table td {
    display: block;
    width: 100%;
  }
  /* line 1185, sass/page-bukken.scss */
  .slider-for .slick-slide {
    height: auto;
  }
  /* line 1197, sass/page-bukken.scss */
  .slider-nav .slick-slide {
    height: auto;
  }
  /* line 1200, sass/page-bukken.scss */
  .slider-nav .slick-slide img {
    height: 76px;
  }
}

@media (max-width: 500px) {
  /* line 1209, sass/page-bukken.scss */
  .house-info {
    margin-top: 30px;
  }
  /* line 1213, sass/page-bukken.scss */
  .house-info-contact {
    padding: 30px 15px;
  }
  /* line 1216, sass/page-bukken.scss */
  .details-title h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1220, sass/page-bukken.scss */
  .details-title {
    justify-content: center;
  }
  /* line 1223, sass/page-bukken.scss */
  .details-title h3 + a {
    margin-left: 0;
  }
  /* line 1228, sass/page-bukken.scss */
  .banner img {
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  /* line 1236, sass/page-bukken.scss */
  .page-title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  /* line 1243, sass/page-bukken.scss */
  .details-form span {
    width: 65px;
  }
  /* line 1250, sass/page-bukken.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1254, sass/page-bukken.scss */
  .bl_icon_detail_block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 1260, sass/page-bukken.scss */
  .details-buttons {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  /* line 1270, sass/page-bukken.scss */
  .details-buttons > a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 1273, sass/page-bukken.scss */
  .details-buttons > a:first-child svg {
    display: none;
  }
  /* line 1281, sass/page-bukken.scss */
  .details-buttons .bukken-print-btn::before {
    left: 1em;
  }
  /* line 1288, sass/page-bukken.scss */
  .slider-for .slick-slide img {
    height: 250px;
  }
  /* line 1295, sass/page-bukken.scss */
  .infos-form .gaiyo-table {
    font-size: 14px;
  }
  /* line 1301, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -10px;
  }
  /* line 1303, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 10px;
  }
  /* line 1309, sass/page-bukken.scss */
  .new-info-list-details .pic img {
    object-fit: cover;
  }
  /* line 1315, sass/page-bukken.scss */
  .info-intr {
    padding: 10px 0;
  }
  /* line 1318, sass/page-bukken.scss */
  .info-intr h3 {
    font-size: 15px;
  }
  /* line 1322, sass/page-bukken.scss */
  .info-intr .kakaku-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  /* line 1328, sass/page-bukken.scss */
  .info-intr .kakaku-label {
    font-size: 14px;
  }
  /* line 1332, sass/page-bukken.scss */
  .info-intr .kakaku-label + span span.kakaku-text {
    font-size: 22px;
    background-color: transparent;
  }
  /* line 1336, sass/page-bukken.scss */
  .info-intr > a {
    margin-top: 0;
  }
  /* line 1342, sass/page-bukken.scss */
  .info-intr-part2 .row {
    margin-bottom: 1px;
  }
  /* line 1344, sass/page-bukken.scss */
  .info-intr-part2 .row:last-child {
    margin-bottom: 5px;
  }
  /* line 1348, sass/page-bukken.scss */
  .info-intr-part2 .row2 {
    margin-bottom: 0;
  }
  /* line 1350, sass/page-bukken.scss */
  .info-intr-part2 .row2 .col {
    margin-bottom: 1px;
  }
}

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

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

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