@charset "utf-8";
@media print, screen and (min-width: 769px) {
  .open_house-search-form {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-ces-input-area,
  .open_house-search-form .m-ces-input-ivision {
    width: calc(570 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-ces-input-division {
    margin-left: calc(50 / 750 * 100vw);
    margin-right: calc(25 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-ces-input-other {
    margin-left: calc(50 / 750 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-ces-input-select-box,
  .open_house-search-form .m-ces-input-select-box-long {
    width: 325px;
  }
}
.open_house-search-form .m-ces-input-select-box .m-ces-input-select,
.open_house-search-form .m-ces-input-select-box-long .m-ces-input-select {
  width: 84%;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01 {
    margin-top: 8px;
  }
}
.open_house-search-form .m-table01 thead {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-ces-input-title {
    width: 170px;
  }
}
.open_house-search-form .m-ces-input-select-box-wrap {
  position: relative;
}
.open_house-search-form .m-example-form-check-label {
  cursor: pointer;
}
.open_house-search-form .m-example-form-check-label.esec {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: -110px;
}
.open_house-search-form .m-example-form-check-label.esec .m-example-form-check-icon {
  font-size: 1.6rem;
}
.open_house-search-form .m-example-form-check-label.esec .m-example-form-check-icon::before {
  top: -2px;
  left: -5px;
}
.open_house-search-form .m-example-form-check-label.esec .m-example-form-check:checked + .m-example-form-check-icon::after {
  left: 1px;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-ces-input-check-wrap {
    width: 794px;
  }
}
.open_house-search-form .m-ces-input-check-btn {
  position: relative;
}
.open_house-search-form .m-ces-input-check-btn-text {
  display: block;
  border: 1px solid #333;
  text-align: center;
  position: relative;
  width: 300px;
  padding: 12px 0;
  font-size: 1.6rem;
  cursor: pointer;
}
.open_house-search-form .m-ces-input-check-btn-text:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.open_house-search-form .m-ces-input-check-btn-text::before,
.open_house-search-form .m-ces-input-check-btn-text::a7fter {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
}
.open_house-search-form .m-ces-input-check-btn-text::before {
  background: #333;
  width: 11px;
  height: 1px;
  right: 8px;
}
.open_house-search-form .m-ces-input-check-btn-text::after {
  background: #333;
  width: 1px;
  height: 11px;
  right: 13px;
  margin-top: -5px;
}
.open_house-search-form .m-ces-input-check-btn.active .m-ces-input-check-btn-text::after {
  content: none;
}
.open_house-search-form .js-check-btn-nav {
  display: none;
}
.open_house-search-form .m-sort-panel {
  box-sizing: border-box;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel {
    margin: 40px 0 0;
    padding: 11px 30px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel {
    margin: 8vw 0 0;
    padding: 4vw 2.666666666666667vw;
  }
}
.open_house-search-form .m-sort-panel-inner {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-result {
    font-size: 3.2vw;
    margin-top: 5.066666666666666vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-result span {
    font-size: 3.2vw;
  }
}
.open_house-search-form .m-sort-panel-result em {
  font-style: normal;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-result em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-result em {
    font-size: 3.466666666666666vw;
  }
}
.open_house-search-form .m-sort-panel-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-sort {
    gap: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-sort {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-sort-text {
    font-size: 1.4rem;
    line-height: 1.714285714285714;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-sort-text {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.open_house-search-form .m-sort-panel-select-box {
  position: relative;
}
.open_house-search-form .m-sort-panel-select-box::after {
  display: block;
  content: "";
  pointer-events: none;
  background: transparent url("/zehplus-kaishu07/img/example_search_open_house/icon_arrow.png") top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-select-box::after {
    width: 11px;
    height: 7px;
    top: 10px;
    right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-select-box::after {
    width: 3.066666666666666vw;
    height: 2vw;
    top: 3.066666666666666vw;
    right: 2.666666666666667vw;
  }
}
.open_house-search-form .m-sort-panel-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-panel-select {
    width: 78px;
    height: 26px;
    font-size: 1.4rem;
    line-height: 1.571428571428571;
    padding: 0 9px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-panel-select {
    width: 21.333333333333336vw;
    height: 7.733333333333333vw;
    padding: 0 2.933333333333333vw;
    font-size: 3.2vw;
    line-height: 1;
  }
}
.open_house-search-form .m-example-form-check-list {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-example-form-check-list {
    min-width: calc(284 / 750 * 100vw);
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-example-form-check-list-wrap .m-example-form-check-list:nth-child(4n + 1) {
    width: 190px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-example-form-check-list-wrap .m-example-form-check-list:nth-child(4n + 2) {
    width: 180px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-example-form-check-list-wrap .m-example-form-check-list:nth-child(4n + 3) {
    width: 205px;
  }
}
.open_house-search-form .icon-cutback-search {
  background: #199de2;
}
@media screen and (max-width: 768px) {
  .open_house-search-form .icon-cutback-search {
    width: calc(95 / 750 * 100vw);
    max-width: 100%;
    height: calc(85 / 750 * 100vw);
    max-height: 56px;
  }
}
.open_house-search-form .search_pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_pager {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .search_pager {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}
.open_house-search-form .search_pager b {
  margin: 0 7px;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_pager b {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .search_pager b {
    font-size: 1.2rem;
  }
}
.open_house-search-form .search_pager a {
  margin: 0 7px;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_pager a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .search_pager a {
    font-size: 1.2rem;
  }
}
.open_house-search-form .m-sort-note {
  text-align: right;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-sort-note {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-sort-note {
    font-size: 3.2vw;
    margin: 6.666666666666667vw 0 0;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .open_house-search-form-bnr img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .open_house-search-form-lead {
    font-size: 1.4rem;
    line-height: calc(22 / 14);
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .open_house-search-form-lead {
    font-size: 3.733333333333334vw;
    line-height: calc(42 / 28);
    margin-top: 8vw;
  }
}
.open_house-search-form .search_input {
  background: #f9f9f9;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_input {
    position: relative;
    z-index: 0;
    padding: 38px 0 41px;
    margin: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .search_input {
    padding: 8vw 6.666666666666667vw 6.666666666666667vw 6.666666666666667vw;
    margin: 5.333333333333334vw 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_input-inner {
    width: 976px;
    margin: 0 auto 0;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search-example-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search-example-box:nth-child(1) {
    width: 602px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search-example-box:nth-child(2) {
    width: 350px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-panel {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-form-panel {
    width: 89.33333333333333vw;
    margin: 0 auto 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-panel-inner {
    width: 964px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-form-panel-inner {
    background: #f9f9f9;
    width: 76.26666666666667vw;
    margin: 0 auto 0;
    padding: 8vw 6.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-panel-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-panel {
    padding-top: 58px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-left {
    width: 469px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-form-right {
    width: 471px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-ces-input-select-box {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-ces-input-select-box {
    margin-top: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-ces-input-select-box .m-ces-input-select {
    width: 100%;
    box-sizing: border-box;
  }
}
.open_house-search-form .m-example-form-check-list {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .open_house-search-form .area-box-label img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-table01-wrap {
    margin-top: 2.666666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-table01-wrap .m-table01 {
    width: 1024px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 .head {
    line-height: calc(18 / 14);
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-table01-wrap .m-table01 .head {
    line-height: calc(34 / 28);
  }
}
.open_house-search-form .m-table01-wrap .m-table01 .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 .body {
    gap: 9px;
    min-height: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-table01-wrap .m-table01 .body {
    gap: 15px;
    min-height: 11px;
    margin-top: 10px;
  }
}
.open_house-search-form .m-table01-wrap .m-table01 .body img {
  vertical-align: top;
}
.open_house-search-form .m-table01-wrap .m-table01 .body a {
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 tr td:first-child {
    border-left: 1px solid #ccc;
  }
}
.open_house-search-form .m-table01-wrap .m-table01 tr td:nth-child(14) {
  text-align: left;
}
.open_house-search-form .m-table01-wrap .m-table01 th {
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 th {
    line-height: calc(18 / 14);
    height: 88px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .m-table01-wrap .m-table01 th {
    height: 21.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .m-table01-wrap .m-table01 td {
    padding: 11px 10px;
  }
}
.open_house-search-form .m-table01-wrap .m-table01 td:nth-of-type(9) {
  text-align: left;
}
.open_house-search-form .m-table01-wrap .m-table01 td a {
  color: #04c;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .search_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-box {
    margin-top: 6.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-box-label img {
    width: 100%;
  }
}
.open_house-search-form .floor-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-body {
    margin-top: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-body .floor-input:nth-child(1) {
    width: 116px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-body .floor-input:nth-child(1) {
    width: 23.866666666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-body .floor-input:nth-child(2) {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-body .floor-input:nth-child(2) {
    width: 23.866666666666667vw;
  }
}
.open_house-search-form .floor-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-input {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-input {
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-input .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-input .m-example-form-check-icon {
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-input .m-example-form-check-icon {
    top: 0;
    padding-left: 0;
    margin-right: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-input .m-example-form-check-icon::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-input .m-example-form-check-icon::before {
    position: static;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floor-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 4px;
    height: 9px;
    top: 3px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floor-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 1.066666666666667vw;
    height: 2.933333333333333vw;
    top: 0.666666666666667vw;
    left: 2vw;
    border-bottom: 1.066666666666667vw solid #003f83;
    border-right: 1.066666666666667vw solid #003f83;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-box {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-box-label img {
    width: 100%;
  }
}
.open_house-search-form .year-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-body {
    gap: 16px 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-body {
    gap: 6.666666666666667vw 0;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-body .year-input:nth-child(2n + 1) {
    width: 38.13333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-body .year-input:nth-child(3n + 1) {
    width: 116px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-body .year-input:nth-child(3n + 2) {
    width: 130px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-input {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-input {
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-input .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-input .m-example-form-check-icon {
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-input .m-example-form-check-icon {
    top: 0;
    padding-left: 0;
    margin-right: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-input .m-example-form-check-icon::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-input .m-example-form-check-icon::before {
    position: static;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .year-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 4px;
    height: 9px;
    top: 3px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .year-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 1.066666666666667vw;
    height: 2.933333333333333vw;
    top: 0.666666666666667vw;
    left: 2vw;
    border-bottom: 1.066666666666667vw solid #003f83;
    border-right: 1.066666666666667vw solid #003f83;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-box {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-box-label img {
    width: 100%;
  }
}
.open_house-search-form .floorarea-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-body {
    gap: 16px 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-body {
    gap: 6.666666666666667vw 0;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-body .floorarea-input:nth-child(2n + 1) {
    width: 38.13333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-body .floorarea-input:nth-child(2n + 1) {
    width: 175px;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-input {
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-input {
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-input .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-input .m-example-form-check-icon {
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-input .m-example-form-check-icon {
    top: 0;
    padding-left: 0;
    margin-right: 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-input .m-example-form-check-icon::before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-input .m-example-form-check-icon::before {
    position: static;
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .floorarea-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 4px;
    height: 9px;
    top: 3px;
    left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .floorarea-input .m-example-form-check:checked + .m-example-form-check-icon::after {
    width: 1.066666666666667vw;
    height: 2.933333333333333vw;
    top: 0.666666666666667vw;
    left: 2vw;
    border-bottom: 1.066666666666667vw solid #003f83;
    border-right: 1.066666666666667vw solid #003f83;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-box {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-box-label img {
    width: 100%;
  }
}
.open_house-search-form .period-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period-body {
    margin-top: 20px;
    gap: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-body {
    margin-top: 5.333333333333334vw;
    gap: 0 1.333333333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period-body-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-body-text {
    font-size: 3.2vw;
  }
}
.open_house-search-form .period-input {
  position: relative;
}
.open_house-search-form .period-input::after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period-input::after {
    background: url("/zehplus-kaishu07/img/example_search_open_house/icon_date_pc.png") no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    top: 1px;
    right: 1px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-input::after {
    background: url("/zehplus-kaishu07/img/example_search_open_house/icon_date_sp.png") no-repeat;
    background-size: contain;
    width: 7.6vw;
    height: 8.799999999999999vw;
    top: 0.266666666666667vw;
    right: 0.266666666666667vw;
  }
}
.open_house-search-form .period-input input[type="date"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period-input input[type="date"] {
    width: 160px;
    height: 40px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period-input input[type="date"] {
    width: 35.06666666666667vw;
    height: 9.333333333333334vw;
    border: 0.266666666666667vw solid #ccc;
  }
}
.open_house-search-form .period-input input[type="date"]:focus-visible {
  outline: none;
}
.open_house-search-form .period_start-text,
.open_house-search-form .period_end-text {
  color: #ccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period_start-text,
  .open_house-search-form .period_end-text {
    left: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period_start-text,
  .open_house-search-form .period_end-text {
    left: 2.666666666666667vw;
    font-size: 3.2vw;
  }
}
.open_house-search-form .period_start-text.is-active,
.open_house-search-form .period_end-text.is-active {
  color: #000;
}
.open_house-search-form .period_start-btn,
.open_house-search-form .period_end-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period_start-btn,
  .open_house-search-form .period_end-btn {
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .open_house-search-form .period_start-btn,
  .open_house-search-form .period_end-btn {
    top: 0.266666666666667vw;
    right: 0.266666666666667vw;
    width: 7.6vw;
    height: 8.799999999999999vw;
  }
}
@media print, screen and (min-width: 769px) {
  .open_house-search-form .period_start-btn:hover,
  .open_house-search-form .period_end-btn:hover {
    opacity: 0.5;
    background: #fff;
  }
}
.font_big .open_house-search-form .m-example-form-check-list-wrap .m-example-form-check-list {
  width: 50%;
}
