.kv {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.kv .title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translatex(-50%);
}
.kv .title img {
  width: 100%;
}
@media (max-width: 1400px) {
  .kv .title img {
    width: 38vw;
  }
}
@media (max-width: 700px) {
  .kv .title img {
    width: 70vw;
  }
}
.kv .bg img {
  width: 100%;
}

.houseketch {
  min-width: 0;
}
.houseketch #wrapper {
  padding: 0;
}
.houseketch .header {
  position: relative;
  border-top: 2px solid #00afdf;
  height: 90px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.houseketch .header .h1 {
  height: 100%;
}
.houseketch .header .h1 a {
  display: block;
  height: 100%;
}
.houseketch .header .h1 a img {
  height: 100%;
}
@media (max-width: 1200px) {
  .houseketch .header {
    height: 70px;
  }
}
@media (max-width: 700px) {
  .houseketch .header {
    height: 50px;
  }
}
.houseketch .pankuzu-block {
  display: flex;
  align-items: center;
  background: #edf0f4;
  height: 40px;
  padding: 0 35px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .houseketch .pankuzu-block {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  .houseketch .pankuzu-block {
    height: 30px;
    padding: 0 15px;
  }
  .houseketch .pankuzu-block * {
    font-size: 12px !important;
  }
}
.houseketch .pankuzu-block .a {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.houseketch .pankuzu-block span {
  opacity: .76;
}
.houseketch .pankuzu-block .item + .item::before {
  content: ' ／ ';
}

.houseketch-exteriors {
  margin: 0 auto;
  font-family: serif;
}
.houseketch-exteriors .title {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  padding: 50px 0;
  font-size: 24px;
}
.houseketch-exteriors .title .h2 {
  width: 100%;
  max-width: 1100px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .houseketch-exteriors .title {
    margin: 30px 0 0 0;
    padding: 30px 0 30px 20px;
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .houseketch-exteriors .title {
    margin: 10px 0 0 0;
    padding: 20px 0 20px 20px;
    font-size: 16px;
  }
}
.houseketch-exteriors .bg {
  background: #f4f4f4;
  padding: 100px 0;
}
.houseketch-exteriors .bg .inner {
  max-width: 1100px;
}
.houseketch-exteriors .bg .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.houseketch-exteriors .bg .inner ul li {
  flex: 0 0 calc(50% - 30px);
  box-sizing: border-box;
}
.houseketch-exteriors .bg .inner ul li a {
  display: block;
  background: white;
  text-decoration: none;
  color: #333;
  transition-duration: .3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.houseketch-exteriors .bg .inner ul li a:hover {
  color: #333;
  opacity: .8;
}
.houseketch-exteriors .bg .inner ul li a .picture {
  display: block;
}
.houseketch-exteriors .bg .inner ul li a .picture img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.houseketch-exteriors .bg .inner ul li a .name {
  text-align: center;
}
.houseketch-exteriors .bg .inner ul li a .name .en {
  margin: 0;
  padding: 13px 0 2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.houseketch-exteriors .bg .inner ul li a .name .jp {
  margin: 0;
  padding: 0 0 15px;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .houseketch-exteriors .bg {
    padding: 40px 20px;
  }
  .houseketch-exteriors .bg .inner ul {
    gap: 4vw;
  }
  .houseketch-exteriors .bg .inner ul li {
    flex: 0 0 calc(50% - 2vw);
  }
  .houseketch-exteriors .bg .inner ul li a .name .en {
    font-size: 2vw;
  }
  .houseketch-exteriors .bg .inner ul li a .name .jp {
    font-size: 1.2vw;
  }
}
@media (max-width: 700px) {
  .houseketch-exteriors .bg {
    padding: 20px 20px;
  }
  .houseketch-exteriors .bg .inner ul {
    gap: 4vw;
  }
  .houseketch-exteriors .bg .inner ul li {
    flex: 0 0 calc(50% - 2vw);
  }
  .houseketch-exteriors .bg .inner ul li a .name .en {
    padding: 8px 0 2px;
    font-size: 4vw;
  }
  .houseketch-exteriors .bg .inner ul li a .name .jp {
    padding: 0 0 10px;
    font-size: 2.3vw;
  }
}

.housekecth-plans .prev, .housekecth-detail .prev {
  margin: 0 0 20px;
  text-align: left;
}
.housekecth-plans .prev a, .housekecth-detail .prev a {
  padding: 5px;
}
.housekecth-plans .prev a::before, .housekecth-detail .prev a::before {
  content: '<';
  padding-right: 3px;
}

.housekecth-plans {
  margin: 0 auto;
  text-align: center;
  font-family: serif;
}
.housekecth-plans .style .title {
  margin: 50px 0;
}
.housekecth-plans .style .title .en {
  margin: 10px 0 0;
  font-size: 32px;
  font-weight: 600;
}
.housekecth-plans .style .title .jp {
  margin: 20px 0 0;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .housekecth-plans .style .title {
    margin: 20px 0;
  }
  .housekecth-plans .style .title .en {
    margin: 5px 0 0;
    font-size: 24px;
  }
  .housekecth-plans .style .title .jp {
    margin: 10px 0 0;
    font-size: 12px;
  }
}
.housekecth-plans .style .picture {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.housekecth-plans .style .picture img {
  width: 100%;
}
.housekecth-plans > .form {
  max-width: 700px;
  margin: 50px auto;
}
@media (max-width: 700px) {
  .housekecth-plans > .form {
    margin: 20px auto;
  }
}
.housekecth-plans > .form .conditions {
  padding: 0 20px;
}
@media (max-width: 700px) {
  .housekecth-plans > .form .conditions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.housekecth-plans > .form .conditions dl {
  display: flex;
  align-items: stretch;
  font-family: sans-serif;
}
@media (min-width: 701px) {
  .housekecth-plans > .form .conditions dl {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 700px) {
  .housekecth-plans > .form .conditions dl {
    display: block;
  }
}
.housekecth-plans > .form .conditions dl dt {
  padding: 10px;
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf0f4;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 700px) {
  .housekecth-plans > .form .conditions dl dt {
    display: block;
    background: white;
    text-align: left;
    padding: 10px 0;
  }
}
.housekecth-plans > .form .conditions dl dd {
  padding: 10px;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.housekecth-plans > .form .conditions dl dd select {
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 10px;
  background: white;
  color: #333;
}
@media (max-width: 700px) {
  .housekecth-plans > .form .conditions dl dd {
    padding: 0 0;
  }
}
@media (min-width: 701px) {
  .housekecth-plans > .form .conditions dl + dl {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 700px) {
  .housekecth-plans > .form .conditions dl + dl {
    margin-top: 10px;
  }
}
.housekecth-plans > .form .conditions dl .to, .housekecth-plans > .form .conditions dl .from {
  width: 150px;
}
.housekecth-plans > .form .conditions dl .between {
  width: 30px;
}
.housekecth-plans > .form .conditions dl .entrance {
  width: 350px;
}
.housekecth-plans > .form .submit {
  margin: 40px 0 50px;
}
.housekecth-plans > .form .submit .button button {
  appearance: none;
  padding: 15px 70px;
  border: none;
  background: #637ea7;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  transition-duration: .15s;
}
.housekecth-plans > .form .submit .button button:active {
  transform: translatey(1px);
}
@media (max-width: 700px) {
  .housekecth-plans > .form .submit .button button {
    padding: 13px 50px;
    font-size: 14px;
  }
}
.housekecth-plans > .form .submit .clear {
  margin: 10px 0 0;
}
.housekecth-plans > .form .submit .clear span {
  font-family: sans-serif;
  display: inline-block;
  color: #22386b;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #22386b;
  cursor: pointer;
  transition-duration: .15s;
}
.housekecth-plans > .form .submit .clear span:active {
  transform: translatey(1px);
}
@media (max-width: 700px) {
  .housekecth-plans > .form .submit .clear span {
    font-size: 12px;
  }
}
.housekecth-plans .plans {
  background: #f4f4f4;
}
.housekecth-plans .plans .inner {
  width: auto;
  padding: 50px 0;
  max-width: 1100px;
}
@media (max-width: 1200px) {
  .housekecth-plans .plans .inner {
    padding: 30px 20px;
  }
}
.housekecth-plans .plans .inner .title-bar {
  background: #79818d;
  color: white;
  font-family: sans-serif;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner .title-bar {
    display: block;
  }
}
.housekecth-plans .plans .inner .title-bar .results {
  display: flex;
  gap: 0 5px;
  align-items: baseline;
  font-weight: 500;
}
.housekecth-plans .plans .inner .title-bar .results .number {
  font-size: 24px;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner .title-bar .results {
    justify-content: center;
  }
}
.housekecth-plans .plans .inner .title-bar .conditions {
  display: flex;
}
@media (min-width: 701px) {
  .housekecth-plans .plans .inner .title-bar .conditions {
    font-size: 15px;
  }
  .housekecth-plans .plans .inner .title-bar .conditions .item {
    padding-bottom: 2px;
  }
  .housekecth-plans .plans .inner .title-bar .conditions .item + .item {
    border-left: 1px solid white;
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner .title-bar .conditions {
    margin-top: 10px;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
}
.housekecth-plans .plans .inner ul li {
  margin-top: 30px;
  background: white;
}
.housekecth-plans .plans .inner ul li .no {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 26px;
  color: #22386b;
  letter-spacing: 1px;
  border-left: 3px solid #00afdf;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner ul li .no {
    height: 50px;
    font-size: 20px;
  }
}
.housekecth-plans .plans .inner ul li .pictures {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner ul li .pictures {
    display: block;
  }
}
.housekecth-plans .plans .inner ul li .pictures .exterior {
  flex: 0 0 50%;
}
.housekecth-plans .plans .inner ul li .pictures .exterior .picture a {
  display: flex;
  justify-content: center;
}
.housekecth-plans .plans .inner ul li .pictures .exterior .picture a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner ul li .pictures .exterior .picture a img {
    width: 70%;
    height: auto;
  }
}
.housekecth-plans .plans .inner ul li .pictures .plan {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner ul li .pictures .plan {
    margin-top: 20px;
  }
}
.housekecth-plans .plans .inner ul li .pictures .plan .picture {
  display: block;
  flex: 0 0 50%;
}
@media (min-width: 701px) {
  .housekecth-plans .plans .inner ul li .pictures .plan .picture + .picture {
    margin-top: 10px;
  }
}
.housekecth-plans .plans .inner ul li .pictures .plan img {
  width: 100%;
}
.housekecth-plans .plans .inner ul li .link a {
  display: block;
  text-decoration: none;
  transition-duration: .3s;
  color: #333;
  font-family: sans-serif;
  font-size: 15px;
  padding: 50px 0 30px;
}
.housekecth-plans .plans .inner ul li .link a:hover {
  color: #555;
}
.housekecth-plans .plans .inner ul li .link a span {
  display: inline-block;
  transform: scalex(0.8);
  color: #555;
  font-size: 14px;
}
@media (max-width: 700px) {
  .housekecth-plans .plans .inner ul li .link a {
    padding: 30px 0 20px;
    font-size: 12px;
  }
}

.houseketch-search {
  position: fixed;
  z-index: 10;
  bottom: -110px;
  width: 100vw;
  height: 110px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  text-align: left;
  transition-duration: .6s;
}
.houseketch-search.show {
  bottom: 0;
}
@media (max-width: 1200px) {
  .houseketch-search {
    width: 430px;
    height: 230px;
    right: 20px;
    bottom: -250px;
  }
}
@media (max-width: 700px) {
  .houseketch-search {
    width: 100vw;
    height: 140px;
    right: auto;
    bottom: -150px;
  }
}
.houseketch-search .inner {
  display: flex;
  align-items: center;
  background: rgba(34, 56, 107, 0.9);
  border-radius: 5px 5px 0 0;
  width: auto;
  height: 100%;
  padding: 0 30px;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .houseketch-search .inner > * {
    height: 60px;
  }
}
@media (max-width: 1200px) {
  .houseketch-search .inner {
    flex-wrap: wrap;
    padding: 10px 20px;
  }
}
@media (max-width: 700px) {
  .houseketch-search .inner {
    width: 320px;
    padding: 10px 20px;
  }
}
.houseketch-search .inner .title {
  display: flex;
  align-items: center;
  border-right: 1px solid white;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .houseketch-search .inner .title {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .houseketch-search .inner .title {
    flex: 0 0 105px;
    font-size: 13px;
    height: 60px;
  }
}
@media (max-width: 700px) {
  .houseketch-search .inner .title {
    flex-basis: 65px;
  }
  .houseketch-search .inner .title .pc {
    display: none;
  }
}
.houseketch-search .inner .current {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.houseketch-search .inner .current .total {
  font-size: 14px;
  font-weight: 700;
}
.houseketch-search .inner .current .total span {
  font-size: 17px;
}
.houseketch-search .inner .current .conditions {
  margin: 5px 0 0;
  font-size: 13px;
  min-width: 200px;
}
@media (max-width: 700px) {
  .houseketch-search .inner .current .conditions {
    font-feature-settings: 'palt';
    font-size: 12px;
  }
}
.houseketch-search .inner .current .conditions .entrance {
  margin: 5px 0 0;
}
@media (min-width: 1201px) {
  .houseketch-search .inner .current {
    padding: 0 20px;
    border-right: 1px solid white;
  }
}
@media (max-width: 1200px) {
  .houseketch-search .inner .current {
    padding: 0 0 0 20px;
  }
  .houseketch-search .inner .current .conditions {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .houseketch-search .inner .current {
    padding: 0 0 0 15px;
  }
  .houseketch-search .inner .current .conditions {
    font-size: 11.5px;
  }
}
@media (max-width: 700px) {
  .houseketch-search .inner .current {
    width: calc(100vw - 150px);
  }
}
.houseketch-search .inner .form {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 700px) {
  .houseketch-search .inner .form {
    flex-basis: 240px;
  }
}
.houseketch-search .inner .form .item {
  display: flex;
  align-items: center;
}
.houseketch-search .inner .form .item + .item {
  margin-top: 5px;
}
.houseketch-search .inner .form .item .label {
  flex: 0 0 70px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .houseketch-search .inner .form .item .label {
    flex-basis: 50px;
    font-size: 12px;
    padding-right: 10px;
  }
}
.houseketch-search .inner .form .item .input {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.houseketch-search .inner .form .item .input .between {
  width: 20px;
  text-align: center;
}
.houseketch-search .inner .form .item .input select {
  appearance: none;
  border: none;
  background: white;
  border-radius: 3px;
  width: 130px;
  padding: 6px 10px;
  line-height: 1;
}
@media (max-width: 700px) {
  .houseketch-search .inner .form .item .input select {
    width: 70px;
    padding: 4px 4px;
    font-size: 12px;
  }
}
.houseketch-search .inner .form .item .input select.entrance {
  width: 290px;
}
@media (max-width: 700px) {
  .houseketch-search .inner .form .item .input select.entrance {
    width: 170px;
  }
}
@media (min-width: 1201px) {
  .houseketch-search .inner .form {
    padding: 0 20px;
    border-right: 1px solid white;
  }
}
.houseketch-search .inner .button {
  display: flex;
  align-items: center;
  width: 205px;
}
@media (min-width: 1201px) {
  .houseketch-search .inner .button {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1200px) {
  .houseketch-search .inner .button {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .houseketch-search .inner .button {
    flex: 0 0 80px;
  }
}
.houseketch-search .inner .button button {
  display: block;
  width: 100%;
  border: none;
  background: #637ea7;
  color: white;
  border-radius: 20px;
  font-weight: 700;
  padding: 10px 10px;
  cursor: pointer;
  transition-duration: .15s;
}
.houseketch-search .inner .button button:active {
  transform: translatey(1px);
}
.houseketch-search .inner .button button.sp {
  display: none;
}
@media (max-width: 700px) {
  .houseketch-search .inner .button button.pc {
    display: none;
  }
  .houseketch-search .inner .button button.sp {
    display: block;
  }
}

.housekecth-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}
.housekecth-detail .no {
  margin: 60px 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 45px;
  font-family: serif;
}
@media (max-width: 700px) {
  .housekecth-detail .no {
    margin: 20px 0;
    font-size: 24px;
  }
}
.housekecth-detail .pictures .exterior {
  display: flex;
  justify-content: center;
}
.housekecth-detail .pictures .exterior picture {
  display: block;
}
.housekecth-detail .pictures .exterior picture img {
  max-width: 800px;
}
@media (max-width: 700px) {
  .housekecth-detail .pictures .exterior picture a {
    display: flex;
    justify-content: center;
  }
  .housekecth-detail .pictures .exterior picture a img {
    max-width: 90%;
  }
}
.housekecth-detail .pictures .plan {
  margin: 40px 0;
  display: flex;
  gap: 3%;
  justify-content: center;
}
.housekecth-detail .pictures .plan picture {
  flex: 0 0 43%;
  display: block;
  width: 100%;
}
.housekecth-detail .pictures .plan picture img {
  width: 100%;
}
.housekecth-detail .texts {
  margin-top: 50px;
}
.housekecth-detail .texts dl {
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.housekecth-detail .texts dl:first-child {
  border-top: 1px solid #ccc;
}
.housekecth-detail .texts dl dt,
.housekecth-detail .texts dl dd {
  padding: 20px 20px;
}
@media (max-width: 700px) {
  .housekecth-detail .texts dl dt,
  .housekecth-detail .texts dl dd {
    padding: 10px 10px;
    font-size: 13px;
  }
}
.housekecth-detail .texts dl dt {
  flex: 0 0 130px;
  font-weight: 700;
  color: #22386b;
}
@media (max-width: 700px) {
  .housekecth-detail .texts dl dt {
    flex-basis: 90px;
  }
}
.housekecth-detail .texts dl dd {
  display: block;
}
.housekecth-detail .texts .specs {
  display: flex;
  gap: 0 60px;
  justify-content: center;
}
.housekecth-detail .texts .specs .section {
  flex: 0 0 calc(50% - 30px);
  margin: 0;
}
@media (max-width: 700px) {
  .housekecth-detail .texts .specs {
    display: block;
  }
  .housekecth-detail .texts .specs .section + .section {
    margin-top: -1px;
  }
}
.housekecth-detail .texts .features {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 700px) {
  .housekecth-detail .texts .features {
    margin: 40px 15px;
    gap: 10px 10px;
  }
}
.housekecth-detail .texts .features .feature {
  background: rgba(34, 56, 107, 0.1);
  border-radius: 30px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 14px;
  color: #22386b;
  font-weight: 700;
}
@media (max-width: 700px) {
  .housekecth-detail .texts .features .feature {
    font-size: 11.5px;
  }
}
.housekecth-detail .contacts {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media (max-width: 560px) {
  .housekecth-detail .contacts {
    gap: 0 10px;
  }
}
.housekecth-detail .contacts .contact {
  display: flex;
  /*
  &:first-child {
  	a {
  		border-radius: 5px 0 0 5px;
  	}
  }
  &:last-child {
  	a {
  		border-radius: 0 5px 5px 0;
  		border-left: none;
  	}
  }
  */
}
.housekecth-detail .contacts .contact a {
  display: block;
  border: 1px solid #22386b;
  color: #22386b;
  width: 300px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition-duration: .5s;
  position: relative;
  padding: 0 20px 0 0;
}
.housekecth-detail .contacts .contact a i {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translatey(-50%);
  display: block;
  line-height: 1;
}
.housekecth-detail .contacts .contact a:hover {
  color: white;
  background: #22386b;
}
.housekecth-detail .contacts .contact a:hover i img {
  filter: invert(100%) brightness(200%);
}
@media (max-width: 700px) {
  .housekecth-detail .contacts .contact a {
    width: 200px;
    font-size: 14px;
    text-align: left;
    padding: 0px 15px 0px 25px;
    line-height: 50px;
  }
}
@media (max-width: 560px) {
  .housekecth-detail .contacts .contact a {
    width: 34vw;
    padding: 10px 35px 10px 10px;
  }
  .housekecth-detail .contacts .contact a i {
    right: 14px;
  }
  .housekecth-detail .contacts .contact a span {
    display: block;
    line-height: 20px;
    text-align: center;
  }
}
.housekecth-detail .contacts .contact a {
  border-radius: 5px;
}

.top .pankuzu-block {
  display: none;
}
.top .footer_contents .footer_info {
  border-top: none;
}

/*# sourceMappingURL=houseketch.css.map */
