/* 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 {
  background: #eb610e;
  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 217, sass/page-bukken.scss */
.details-form #favorite-large-icon.selected svg {
  color: orange;
}

/* line 223, sass/page-bukken.scss */
.tab nav {
  width: 100%;
  border-bottom: 2px solid #eb610e;
}

/* line 229, sass/page-bukken.scss */
.tab nav ul {
  display: flex;
}

/* line 233, 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 244, sass/page-bukken.scss */
.tab nav li:first-child {
  border-left: none;
}

/* line 257, 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 269, sass/page-bukken.scss */
.active {
  position: relative;
  background: #eb610e !important;
}

/* line 274, sass/page-bukken.scss */
.ttl {
  color: #eb610e;
  padding: 15px 20px;
  background: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 282, sass/page-bukken.scss */
.ttl svg {
  margin-right: 0.5em;
}

/* line 287, sass/page-bukken.scss */
.infos-form table {
  border-collapse: collapse;
  width: 100%;
}

/* line 292, sass/page-bukken.scss */
.infos-form tr {
  border: 1px solid #e2e2e2;
}

/* line 299, sass/page-bukken.scss */
.infos-form th {
  width: 25%;
  background: #f0f0f0;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  font-weight: bold;
}

/* line 307, sass/page-bukken.scss */
.infos-form td {
  width: 75%;
  background: #fff;
  padding: 10px;
  border: 1px solid #e2e2e2;
}

/* line 318, 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 329, 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 341, sass/page-bukken.scss */
.details-buttons .bukken-print-btn:hover {
  transform: translateY(-2px);
}

/* line 347, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled {
  pointer-events: none;
}

/* line 353, 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 360, sass/page-bukken.scss */
.details-buttons .bukken-print-btn.disabled::after {
  width: 8px;
  height: 8px;
}

/* line 372, sass/page-bukken.scss */
.gaiyo-table th {
  white-space: nowrap;
}

/* line 377, sass/page-bukken.scss */
.house-info-contact {
  margin: 30px 0 60px;
  padding: 30px 70px;
  background: #fff;
}

/* line 383, sass/page-bukken.scss */
.form-content {
  padding: 30px 50px;
  background: #fff;
  margin-bottom: 10px;
}

/* line 389, sass/page-bukken.scss */
.form-content li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 395, sass/page-bukken.scss */
.form-content li label {
  width: 150px;
  font-size: 18px;
}

/* line 400, sass/page-bukken.scss */
.form-content li span {
  display: block;
  font-size: 14px;
  color: #999999;
}

/* line 406, sass/page-bukken.scss */
.contact-us-form svg {
  color: #ff1616;
}

/* line 410, sass/page-bukken.scss */
.contact-us-form span {
  display: block;
}

/* line 414, 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 422, sass/page-bukken.scss */
.input-container > span {
  width: 45%;
  display: block;
  margin: 5px 0;
}

/* line 428, sass/page-bukken.scss */
.input-container input[type=text],
.input-container input[type=email],
.input-container input[type=tel] {
  width: 100%;
}

/* line 434, sass/page-bukken.scss */
.input-container textarea {
  width: 100%;
}

/* line 440, sass/page-bukken.scss */
.three-steps {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* line 447, sass/page-bukken.scss */
.three-steps li {
  width: 33.33%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  background: #fff;
}

/* line 456, 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 471, 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 486, sass/page-bukken.scss */
.three-steps li:last-child::before,
.three-steps li:last-child::after {
  content: none;
}

/* line 491, 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 504, sass/page-bukken.scss */
.btt:hover {
  border: 2px solid #eb610e;
  background: #fff;
  color: #eb610e;
}

/* line 510, sass/page-bukken.scss */
li.active2 {
  background: #000;
  color: #fff;
}

/* line 515, sass/page-bukken.scss */
li.active2::before {
  border-color: transparent transparent transparent #000;
}

/* line 519, 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 527, sass/page-bukken.scss */
.ttl_1 span {
  display: block;
  color: #eb610e;
  font-size: 22px;
}

/* line 533, sass/page-bukken.scss */
.house-info-contact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 540, sass/page-bukken.scss */
.house-info-contact-container a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
}

/* line 546, sass/page-bukken.scss */
.house-info-contact-container a svg {
  margin-right: 1em;
}

/* line 551, sass/page-bukken.scss */
.house-info-contact-container #favorite-detail {
  padding: 5px 10px;
  background-color: #eb610e;
  cursor: pointer;
  color: #FFF;
}

/* line 557, sass/page-bukken.scss */
.house-info-contact-container #favorite-detail svg {
  margin-right: 1em;
}

/* line 563, sass/page-bukken.scss */
.house-info-contact-container .selected svg {
  color: #a80404;
}

/* line 576, sass/page-bukken.scss */
.contact-tel span {
  display: block;
}

/* line 581, sass/page-bukken.scss */
.contact-tel .tel-num {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

/* line 593, sass/page-bukken.scss */
.new-info-list-details ul {
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

/* line 599, sass/page-bukken.scss */
.new-info-list-details ul li {
  padding-left: 30px;
  margin-bottom: 30px;
  width: 33.33%;
  position: relative;
}

/* line 606, sass/page-bukken.scss */
.new-info-list-details .pic {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
}

/* line 613, 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 625, sass/page-bukken.scss */
.favour {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  color: #ffff;
  z-index: 9;
  cursor: pointer;
}

/* line 635, sass/page-bukken.scss */
.info-intr {
  padding: 30px 20px;
  background: #fff;
}

/* line 640, sass/page-bukken.scss */
.info-intr-part1 {
  display: flex;
}

/* line 644, sass/page-bukken.scss */
.info-intr-part1 a {
  width: 100px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}

/* line 653, sass/page-bukken.scss */
.info-intr-part1 a:first-child {
  background: #3c3c3c;
}

/* line 657, sass/page-bukken.scss */
.info-intr-part1 a:last-child {
  background: #eb610e;
}

/* line 665, sass/page-bukken.scss */
.info-intr-part2 .row {
  margin-bottom: 7px;
}

/* line 669, sass/page-bukken.scss */
.info-intr-part2 .row2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

/* line 675, sass/page-bukken.scss */
.info-intr-part2 .row2 > .col:first-child .item-value {
  margin-right: 7px;
}

/* line 681, sass/page-bukken.scss */
.info-intr-part2 .cell {
  display: inline-block;
}

/* line 685, sass/page-bukken.scss */
.info-intr-part2 .item-label {
  margin-bottom: 7px;
  background: #606060;
  color: #fff;
  padding: 3px 6px;
  margin-right: 5px;
}

/* line 693, sass/page-bukken.scss */
.info-intr-part2 .item-value {
  margin-bottom: 7px;
}

/* line 698, sass/page-bukken.scss */
.bl_icon_detail_block {
  display: flex;
  justify-content: space-between;
  width: 250px;
}

/* line 737, sass/page-bukken.scss */
.info-intr h3 {
  font-size: 20px;
  margin-top: 10px;
}

/* line 742, sass/page-bukken.scss */
.info-intr > span {
  font-size: 28px;
  color: #eb610e;
  margin-bottom: 12px;
  display: block;
}

/* line 749, sass/page-bukken.scss */
.info-intr > span span {
  font-size: 14px;
}

/* line 754, sass/page-bukken.scss */
.info-intr .kakaku-row {
  margin-bottom: 15px;
}

/* line 759, 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 768, 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 777, sass/page-bukken.scss */
.info-intr .kakaku-label + span span {
  font-size: 14px;
  margin-left: 4px;
}

/* line 784, 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 795, 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 808, sass/page-bukken.scss */
.feature {
  margin-top: 20px;
  border: 1px solid #eb610e;
}

/* line 812, sass/page-bukken.scss */
.feature:after {
  content: '';
  display: block;
  clear: both;
}

/* line 818, sass/page-bukken.scss */
.feature span {
  display: block;
}

/* line 821, 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 834, sass/page-bukken.scss */
.feature span:last-child {
  float: left;
  padding: 10px;
  width: calc(100% - 46px);
}

/* line 842, sass/page-bukken.scss */
.slick {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 848, sass/page-bukken.scss */
.slick-content {
  width: 60%;
  padding-right: 30px;
}

/* line 854, sass/page-bukken.scss */
.slider-for .slick-slide {
  height: 400px;
  position: relative;
}

/* line 858, sass/page-bukken.scss */
.slider-for .slick-slide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

/* line 869, sass/page-bukken.scss */
.slider-nav .slick-slide {
  height: 121px;
}

/* line 872, sass/page-bukken.scss */
.slider-nav .slick-slide img {
  object-fit: contain;
  object-position: center;
  width: 162px;
  height: 120px;
}

/* line 881, sass/page-bukken.scss */
.slick-pic {
  width: 40%;
}

/* line 885, sass/page-bukken.scss */
.slick-container {
  margin-bottom: 40px;
}

/* line 889, sass/page-bukken.scss */
.input-container {
  padding: 5px 10px;
  width: 100%;
  margin-top: 0.5em;
}

/* line 894, sass/page-bukken.scss */
.input-container .tab nav li {
  padding: 3px 8px;
}

/* line 898, sass/page-bukken.scss */
.input-container .active::after {
  width: 12px;
  height: 12px;
}

/* line 903, sass/page-bukken.scss */
.input-container .ttl {
  font-size: 18px;
  padding: 7px 20px;
}

/* line 908, sass/page-bukken.scss */
.input-container .form-content + span {
  font-size: 10px;
}

@media all and (max-width: 1224px) {
  /* line 914, sass/page-bukken.scss */
  .house-info-contact-container {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  /* line 920, sass/page-bukken.scss */
  .ttl_1 {
    margin: 0 5px 15px;
  }
  /* line 924, sass/page-bukken.scss */
  .contact-tel .tel-num {
    font-size: 24px;
  }
  /* line 929, sass/page-bukken.scss */
  .details-form table {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 933, sass/page-bukken.scss */
  .details-form th, .details-form td {
    padding: 0.5em 0;
  }
  /* line 936, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -20px;
  }
  /* line 939, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 943, sass/page-bukken.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 947, sass/page-bukken.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
  /* line 951, sass/page-bukken.scss */
  .house-info-contact-container {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 958, sass/page-bukken.scss */
  .house-info-contact-container .contact-tel > span {
    margin-bottom: 10px;
  }
  /* line 963, 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 974, sass/page-bukken.scss */
  .details-form table {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 978, sass/page-bukken.scss */
  .details-form {
    justify-content: center;
  }
  /* line 981, sass/page-bukken.scss */
  .details-buttons {
    margin: 0 10px;
  }
}

@media (max-width: 750px) {
  /* line 988, sass/page-bukken.scss */
  .house-info {
    margin-top: 40px;
  }
  /* line 992, sass/page-bukken.scss */
  .ttl_1 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 997, sass/page-bukken.scss */
  .house-info-contact-container {
    justify-content: center;
  }
  /* line 1001, sass/page-bukken.scss */
  .house-info-contact-container a {
    margin: 0 5px;
  }
  /* line 1004, sass/page-bukken.scss */
  .tab nav li {
    font-size: 14px;
  }
  /* line 1007, sass/page-bukken.scss */
  .new-info-list-details ul li {
    width: 50%;
  }
}

@media (max-width: 700px) {
  /* line 1013, sass/page-bukken.scss */
  .infos-form table {
    font-size: 12px;
  }
  /* line 1017, sass/page-bukken.scss */
  .infos-form td,
  .infos-form th {
    padding: 5px;
    line-height: 1.2;
  }
  /* line 1023, sass/page-bukken.scss */
  .form-content {
    padding: 20px;
  }
  /* line 1027, sass/page-bukken.scss */
  .form-content > li > label {
    width: 100%;
    font-size: 14px;
  }
  /* line 1032, sass/page-bukken.scss */
  .form-content > li span {
    margin-left: 1em;
  }
  /* line 1039, sass/page-bukken.scss */
  .input-container .wpcf7-form-control-wrap {
    margin-left: 0;
  }
  /* line 1043, sass/page-bukken.scss */
  .input-container .wpcf7-form-control {
    margin-left: 0;
  }
}

@media (max-width: 630px) {
  /* line 1056, sass/page-bukken.scss */
  .tab nav {
    margin-bottom: 0;
  }
  /* line 1058, sass/page-bukken.scss */
  .tab nav ul {
    width: 100%;
    display: block;
  }
  /* line 1062, sass/page-bukken.scss */
  .tab nav ul li {
    display: block;
    border-left: 0;
    margin-bottom: 1px;
  }
  /* line 1069, sass/page-bukken.scss */
  .tab nav ul li.active::after {
    display: none;
  }
  /* line 1074, sass/page-bukken.scss */
  .tab nav ul li:first-child {
    padding-top: 0;
  }
  /* line 1078, sass/page-bukken.scss */
  .tab nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1086, sass/page-bukken.scss */
  .tab ul li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  /* line 1096, sass/page-bukken.scss */
  .main-content {
    flex-direction: column-reverse;
  }
  /* line 1100, sass/page-bukken.scss */
  .slick-pic {
    width: 100%;
    margin-top: 20px;
  }
  /* line 1104, sass/page-bukken.scss */
  .slick-pic img {
    margin: auto;
  }
  /* line 1107, sass/page-bukken.scss */
  .slick-content {
    width: 100%;
    padding-right: 0;
  }
  /* line 1112, sass/page-bukken.scss */
  .details-title {
    padding: 15px;
  }
  /* line 1115, sass/page-bukken.scss */
  .details-title h3 {
    font-size: 20px;
  }
  /* line 1120, sass/page-bukken.scss */
  .house-info-contact-container a,
  .house-info-contact-container .favorite {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
  /* line 1127, 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 1138, sass/page-bukken.scss */
  .details-title {
    font-size: 12px;
  }
  /* line 1141, sass/page-bukken.scss */
  .details-title a {
    width: 80px;
  }
  /* line 1144, sass/page-bukken.scss */
  .details-title h3 + a {
    margin: 0 20px 0 20px;
  }
  /* line 1147, sass/page-bukken.scss */
  .infos-form {
    overflow-x: scroll;
  }
  /* line 1157, sass/page-bukken.scss */
  .infos-form table th, .infos-form table td {
    display: block;
    width: 100%;
  }
  /* line 1166, sass/page-bukken.scss */
  .slider-for .slick-slide {
    height: auto;
  }
  /* line 1178, sass/page-bukken.scss */
  .slider-nav .slick-slide {
    height: auto;
  }
  /* line 1181, sass/page-bukken.scss */
  .slider-nav .slick-slide img {
    height: 76px;
  }
}

@media (max-width: 500px) {
  /* line 1190, sass/page-bukken.scss */
  .house-info {
    margin-top: 30px;
  }
  /* line 1194, sass/page-bukken.scss */
  .house-info-contact {
    padding: 30px 15px;
  }
  /* line 1197, sass/page-bukken.scss */
  .details-title h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1201, sass/page-bukken.scss */
  .details-title {
    justify-content: center;
  }
  /* line 1204, sass/page-bukken.scss */
  .details-title h3 + a {
    margin-left: 0;
  }
  /* line 1209, sass/page-bukken.scss */
  .banner img {
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  /* line 1217, sass/page-bukken.scss */
  .page-title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  /* line 1224, sass/page-bukken.scss */
  .details-form span {
    width: 65px;
  }
  /* line 1231, sass/page-bukken.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1235, sass/page-bukken.scss */
  .bl_icon_detail_block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 1241, sass/page-bukken.scss */
  .details-buttons {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  /* line 1251, sass/page-bukken.scss */
  .details-buttons > a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 1254, sass/page-bukken.scss */
  .details-buttons > a:first-child svg {
    display: none;
  }
  /* line 1262, sass/page-bukken.scss */
  .details-buttons .bukken-print-btn::before {
    left: 1em;
  }
  /* line 1269, sass/page-bukken.scss */
  .slider-for .slick-slide img {
    height: 250px;
  }
  /* line 1276, sass/page-bukken.scss */
  .infos-form .gaiyo-table {
    font-size: 14px;
  }
  /* line 1282, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -10px;
  }
  /* line 1284, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 10px;
  }
  /* line 1290, sass/page-bukken.scss */
  .new-info-list-details .pic img {
    object-fit: cover;
  }
  /* line 1296, sass/page-bukken.scss */
  .info-intr {
    padding: 10px 0;
  }
  /* line 1299, sass/page-bukken.scss */
  .info-intr h3 {
    font-size: 15px;
  }
  /* line 1303, sass/page-bukken.scss */
  .info-intr .kakaku-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  /* line 1309, sass/page-bukken.scss */
  .info-intr .kakaku-label {
    font-size: 14px;
  }
  /* line 1313, sass/page-bukken.scss */
  .info-intr .kakaku-label + span span.kakaku-text {
    font-size: 22px;
    background-color: transparent;
  }
  /* line 1317, sass/page-bukken.scss */
  .info-intr > a {
    margin-top: 0;
  }
  /* line 1322, sass/page-bukken.scss */
  .info-intr-part2 {
    display: none;
  }
}

@media (max-width: 470px) {
  /* line 1331, sass/page-bukken.scss */
  .new-info-list-details .pic {
    padding-top: 60%;
    overflow: hidden;
  }
}

@media (max-width: 450px) {
  /* line 1342, sass/page-bukken.scss */
  span.has_tag {
    flex-wrap: wrap;
  }
  /* line 1345, sass/page-bukken.scss */
  span.has_tag > span:last-child {
    width: 100%;
    margin-top: 10px;
  }
  /* line 1349, sass/page-bukken.scss */
  span.tags span::after {
    content: none;
  }
}

@media (max-width: 400px) {
  /* line 1355, sass/page-bukken.scss */
  .three-steps li {
    font-size: 12px;
  }
}
