/* 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 18, sass/page-bukken.scss */
.house-info {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 106, 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 116, sass/page-bukken.scss */
span.has_tag > span:last-child {
  width: calc(100% - 80px);
}

/* line 120, 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 133, sass/page-bukken.scss */
.details-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}

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

/* line 146, 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 155, sass/page-bukken.scss */
.details-form td {
  border-right: 1px solid #d9d9d9;
  background: #fff;
  padding: 1em 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 213, 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 228, sass/page-bukken.scss */
.tab nav {
  width: 100%;
  border-bottom: 2px solid #eb610e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  /* line 938, sass/page-bukken.scss */
  .ttl_1 {
    margin: 0 5px 15px;
  }
  /* line 942, sass/page-bukken.scss */
  .contact-tel .tel-num {
    font-size: 24px;
  }
  /* line 947, sass/page-bukken.scss */
  .details-form table {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 951, sass/page-bukken.scss */
  .details-form th, .details-form td {
    padding: 0.5em 0;
  }
  /* line 954, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -20px;
  }
  /* line 957, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 961, sass/page-bukken.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 965, sass/page-bukken.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
  /* line 969, sass/page-bukken.scss */
  .house-info-contact-container {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  /* line 976, sass/page-bukken.scss */
  .house-info-contact-container .contact-tel > span {
    margin-bottom: 10px;
  }
  /* line 981, 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 992, sass/page-bukken.scss */
  .details-form table {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 996, sass/page-bukken.scss */
  .details-form {
    justify-content: center;
  }
  /* line 999, sass/page-bukken.scss */
  .details-buttons {
    margin: 0 10px;
  }
}

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

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

@media (max-width: 630px) {
  /* line 1074, sass/page-bukken.scss */
  .tab nav {
    margin-bottom: 0;
  }
  /* line 1076, sass/page-bukken.scss */
  .tab nav ul {
    width: 100%;
    display: block;
  }
  /* line 1080, sass/page-bukken.scss */
  .tab nav ul li {
    display: block;
    border-left: 0;
    margin-bottom: 1px;
  }
  /* line 1087, sass/page-bukken.scss */
  .tab nav ul li.active::after {
    display: none;
  }
  /* line 1092, sass/page-bukken.scss */
  .tab nav ul li:first-child {
    padding-top: 0;
  }
  /* line 1096, sass/page-bukken.scss */
  .tab nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1104, sass/page-bukken.scss */
  .tab ul li {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  /* line 1114, sass/page-bukken.scss */
  .main-content {
    flex-direction: column-reverse;
  }
  /* line 1118, sass/page-bukken.scss */
  .slick-pic {
    width: 100%;
    margin-top: 20px;
  }
  /* line 1122, sass/page-bukken.scss */
  .slick-pic img {
    margin: auto;
  }
  /* line 1125, sass/page-bukken.scss */
  .slick-content {
    width: 100%;
    padding-right: 0;
  }
  /* line 1130, sass/page-bukken.scss */
  .details-title {
    padding: 15px;
  }
  /* line 1133, sass/page-bukken.scss */
  .details-title h3 {
    font-size: 20px;
  }
  /* line 1138, sass/page-bukken.scss */
  .house-info-contact-container a,
  .house-info-contact-container .favorite {
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
  /* line 1145, 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 1156, sass/page-bukken.scss */
  .details-title {
    font-size: 12px;
  }
  /* line 1159, sass/page-bukken.scss */
  .details-title a {
    width: 80px;
  }
  /* line 1162, sass/page-bukken.scss */
  .details-title h3 + a {
    margin: 0 20px 0 20px;
  }
  /* line 1165, sass/page-bukken.scss */
  .infos-form {
    overflow-x: scroll;
  }
  /* line 1175, sass/page-bukken.scss */
  .infos-form table th, .infos-form table td {
    display: block;
    width: 100%;
  }
  /* line 1184, sass/page-bukken.scss */
  .slider-for .slick-slide {
    height: auto;
  }
  /* line 1196, sass/page-bukken.scss */
  .slider-nav .slick-slide {
    height: auto;
  }
  /* line 1199, sass/page-bukken.scss */
  .slider-nav .slick-slide img {
    height: 76px;
  }
}

@media (max-width: 500px) {
  /* line 1208, sass/page-bukken.scss */
  .house-info {
    margin-top: 30px;
  }
  /* line 1212, sass/page-bukken.scss */
  .house-info-contact {
    padding: 30px 15px;
  }
  /* line 1215, sass/page-bukken.scss */
  .details-title h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1219, sass/page-bukken.scss */
  .details-title {
    justify-content: center;
  }
  /* line 1222, sass/page-bukken.scss */
  .details-title h3 + a {
    margin-left: 0;
  }
  /* line 1227, sass/page-bukken.scss */
  .banner img {
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 100%;
  }
  /* line 1235, sass/page-bukken.scss */
  .page-title {
    top: 40%;
    transform: translate(-50%, -40%);
  }
  /* line 1242, sass/page-bukken.scss */
  .details-form span {
    width: 65px;
  }
  /* line 1249, sass/page-bukken.scss */
  .sp-hidden {
    display: none;
  }
  /* line 1253, sass/page-bukken.scss */
  .bl_icon_detail_block {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  /* line 1259, sass/page-bukken.scss */
  .details-buttons {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  /* line 1269, sass/page-bukken.scss */
  .details-buttons > a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 1272, sass/page-bukken.scss */
  .details-buttons > a:first-child svg {
    display: none;
  }
  /* line 1280, sass/page-bukken.scss */
  .details-buttons .bukken-print-btn::before {
    left: 1em;
  }
  /* line 1287, sass/page-bukken.scss */
  .slider-for .slick-slide img {
    height: 250px;
  }
  /* line 1294, sass/page-bukken.scss */
  .infos-form .gaiyo-table {
    font-size: 14px;
  }
  /* line 1300, sass/page-bukken.scss */
  .new-info-list-details ul {
    margin-left: -10px;
  }
  /* line 1302, sass/page-bukken.scss */
  .new-info-list-details ul li {
    padding-left: 10px;
  }
  /* line 1308, sass/page-bukken.scss */
  .new-info-list-details .pic img {
    object-fit: cover;
  }
  /* line 1314, sass/page-bukken.scss */
  .info-intr {
    padding: 10px 0;
  }
  /* line 1317, sass/page-bukken.scss */
  .info-intr h3 {
    font-size: 15px;
  }
  /* line 1321, sass/page-bukken.scss */
  .info-intr .kakaku-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  /* line 1327, sass/page-bukken.scss */
  .info-intr .kakaku-label {
    font-size: 14px;
  }
  /* line 1331, sass/page-bukken.scss */
  .info-intr .kakaku-label + span span.kakaku-text {
    font-size: 22px;
    background-color: transparent;
  }
  /* line 1335, sass/page-bukken.scss */
  .info-intr > a {
    margin-top: 0;
  }
  /* line 1341, sass/page-bukken.scss */
  .info-intr-part2 .row {
    margin-bottom: 1px;
  }
  /* line 1343, sass/page-bukken.scss */
  .info-intr-part2 .row:last-child {
    margin-bottom: 5px;
  }
  /* line 1347, sass/page-bukken.scss */
  .info-intr-part2 .row2 {
    margin-bottom: 0;
  }
  /* line 1349, sass/page-bukken.scss */
  .info-intr-part2 .row2 .col {
    margin-bottom: 1px;
  }
}

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

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

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