@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#mainvisual.subPage .inner {
  height: auto;
}

#mainvisual.subPage .inner img {
  width: 100%;
}

#main.kanametown .firstRow {
  padding: 60px 0;
  background-color: #F4F4F4;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow {
    padding: 30px 0 40px;
  }
}

#main.kanametown .firstRow .inner {
  background-color: #FFF;
  border: 1px solid #bbbbbb;
  border-top: 5px solid #734524;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  padding: 30px 20px 60px;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .inner {
    padding: 20px 15px 30px;
  }
}

#main.kanametown .firstRow .inner .firstTitle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .inner .firstTitle {
    font-size: 20px;
  }
}

#main.kanametown .firstRow .inner .desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

#main.kanametown .firstRow .inner .desc br {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .inner .desc {
    font-size: 15px;
  }
  #main.kanametown .firstRow .inner .desc br {
    display: block;
  }
  #main.kanametown .firstRow .inner .desc p {
    display: inline;
  }
}

#main.kanametown .firstRow .inner .mainTitle {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 50px;
}

#main.kanametown .firstRow .inner .mainTitle br {
  display: none;
}

@media screen and (max-width: 950px) {
  #main.kanametown .firstRow .inner .mainTitle {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .inner .mainTitle {
    font-size: 20px;
  }
  #main.kanametown .firstRow .inner .mainTitle br {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  #main.kanametown .firstRow .inner .mainTitle {
    font-size: 19px;
  }
  #main.kanametown .firstRow .inner .mainTitle h3 {
    display: inline;
  }
}

#main.kanametown .firstRow .inner .firstSection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .inner .firstSection {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main.kanametown .firstRow .inner .firstSection div {
  width: 200px;
  height: 200px;
  background-color: #734525;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 15px;
  padding: 30px 25px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .inner .firstSection div {
    width: 48.5%;
    height: 41.39vw;
    padding: 7%;
    margin: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .inner .firstSection div {
    width: 46.5%;
    height: 39vw;
  }
}

@media screen and (max-width: 320px) {
  #main.kanametown .firstRow .inner .firstSection div {
    width: 45.5%;
    height: 38vw;
  }
}

#main.kanametown .firstRow .inner .firstSection div p {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .inner .firstSection div p {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  #main.kanametown .firstRow .inner .firstSection div p {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  #main.kanametown .firstRow .inner .firstSection div p {
    font-size: 10px;
  }
}

#main.kanametown .firstRow .inner .firstSection div h3 {
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .inner .firstSection div h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {
  #main.kanametown .firstRow .inner .firstSection div h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 350px) {
  #main.kanametown .firstRow .inner .firstSection div h3 {
    font-size: 16px;
  }
}

#main.kanametown .firstRow .inner .firstSection div img.icon_kaname {
  width: 45px;
}

@media screen and (max-width: 400px) {
  #main.kanametown .firstRow .inner .firstSection div img.icon_kaname {
    width: 35px;
  }
}

#main.kanametown .firstRow .inner .titleSection {
  width: 100%;
  height: 5px;
  background-color: #cdc5af;
  position: relative;
  margin-bottom: 50px;
}

#main.kanametown .firstRow .inner .titleSection h2 {
  position: absolute;
  display: inline-block;
  background-color: #FFF;
  font-weight: bold;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .inner .titleSection h2 {
    font-size: 20px;
  }
}

#main.kanametown .firstRow .townEstate {
  margin: 60px 0 80px;
}

#main.kanametown .firstRow .townEstate .headSection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .headSection {
    margin-bottom: 20px;
  }
}

#main.kanametown .firstRow .townEstate .headSection p {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .headSection p {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .headSection p {
    font-size: 24px;
  }
}

@media screen and (max-width: 330px) {
  #main.kanametown .firstRow .townEstate .headSection p {
    font-size: 20px;
  }
}

#main.kanametown .firstRow .townEstate .list {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list {
    max-width: 95%;
    margin: auto;
    margin-bottom: 30px;
    display: none;
  }
}

#main.kanametown .firstRow .townEstate .list .item {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item {
    margin-bottom: 30px;
  }
}

#main.kanametown .firstRow .townEstate .list .item:last-child {
  margin-bottom: 0;
}

#main.kanametown .firstRow .townEstate .list .item .line-brown {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #734525;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .line-brown {
    height: 3px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box {
  background-color: #FFF;
  border: 1px solid #bbbbbb;
  padding: 15px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .box {
    padding: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 330px) {
  #main.kanametown .firstRow .townEstate .list .item .box {
    padding: 15px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .imgBox {
  width: 240px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .imgBox {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .box .imgBox {
    width: 100%;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .imgBox img {
  width: 100%;
}

#main.kanametown .firstRow .townEstate .list .item .box .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0;
    padding-top: 20px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .titleBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .titleBox {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .titleBox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .titleBox .new {
  width: 40px;
  height: 25px;
  border: 1px solid #e81600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #e81600;
  font-size: 14px;
  position: relative;
  top: 2px;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .titleBox .new {
    width: 34px;
    height: 21px;
    font-size: 12px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .titleBox a {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1e5eab;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .titleBox a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .titleBox a {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .titleBox a {
    padding-left: 0;
    padding-top: 5px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox {
  background-color: #ffdfdf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox span {
  width: 60px;
  height: 23px;
  border: 1px solid #333;
  background-color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox span {
    margin-bottom: 5px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 17px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox p {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .pinkBox p {
    padding-left: 0;
    padding-top: 5px;
    font-size: 15px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .price p {
  font-weight: bold;
  font-size: 24px;
  color: #d90014;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .price span {
  font-size: 15px;
  margin-left: 3px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .price .land {
  margin-left: 30px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .price .land b {
  font-size: 24px;
  font-weight: bold;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .other {
  margin-bottom: 15px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .tags {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .tags li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 5px;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(4), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(8), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(12), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(16), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(20), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(24), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(28), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(32) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .tags li {
    width: 32.33333%;
    margin-right: 1.5%;
  }
  #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(4), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(8), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(12), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(16), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(20), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(24), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(28), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(32) {
    margin-right: 1.5%;
  }
  #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(3), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(6), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(9), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(12), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(15), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(18), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(21), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(24), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(27), #main.kanametown .firstRow .townEstate .list .item .box .content .tags li:nth-child(30) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .content .tags li {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 7.5px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .content .tags li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 26px;
  background-color: #f4f2ee;
  border: 1px solid #a99b74;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #a99b74;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main.kanametown .firstRow .townEstate .list .item .box .content .tags li a:hover {
  background-color: #a99b74;
  color: #FFF;
}

#main.kanametown .firstRow .townEstate .list .item .box .views {
  padding-top: 10px;
  width: 175px;
  position: relative;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views {
    width: 75%;
    margin: 30px auto;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views {
    margin: 90%;
    margin: 15px auto;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .views .img {
  width: 100%;
  padding-bottom: 46px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views .img {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views .img {
    margin-bottom: 20px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .views .img img {
  width: 100%;
}

#main.kanametown .firstRow .townEstate .list .item .box .views .btnBoxx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .townEstate .list .item .box .views .btnBoxx {
    position: relative;
    margin-top: 10px;
  }
}

#main.kanametown .firstRow .townEstate .list .item .box .views .btnBoxx a {
  width: 100%;
  height: 36px;
  color: #FFF;
  background-color: #1681f6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.kanametown .firstRow .townEstate .listSp {
  display: none;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .listSp {
    display: block;
    margin-bottom: 30px;
  }
}

#main.kanametown .firstRow .townEstate .listSp .itemSp {
  display: none;
  margin-bottom: 30px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .townEstate .listSp .itemSp:nth-child(-n+4) {
    display: block;
  }
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .line-brown {
  display: block;
  width: 100%;
  background-color: #734525;
  height: 3px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box {
  background-color: #FFF;
  border: 1px solid #bbbbbb;
  padding: 15px;
  display: block;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .titleBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .titleBox .new {
  width: 34px;
  height: 21px;
  border: 1px solid #e81600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #e81600;
  font-size: 12px;
  position: relative;
  top: 2px;
  font-weight: bold;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .titleBox p {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1e5eab;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .imgBox {
  width: 120px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .imgBox img {
  max-width: 120px;
  max-height: 120px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text .price p {
  font-weight: bold;
  font-size: 20px;
  color: #d90014;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text .price span {
  font-size: 14px;
  margin-left: 3px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text address {
  font-size: 14px;
  margin-bottom: 5px;
}

#main.kanametown .firstRow .townEstate .listSp .itemSp .box .content .text .land {
  font-size: 14px;
}

#main.kanametown .firstRow .information .titleSec {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .information .titleSec {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .information .titleSec {
    font-size: 28px;
  }
}

#main.kanametown .firstRow .information ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#main.kanametown .firstRow .information ul li {
  width: 32%;
  background-color: #FFF;
  margin-bottom: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .information ul li {
    margin-bottom: 20px;
    width: 47.5%;
  }
  #main.kanametown .firstRow .information ul li:last-child {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .information ul li {
    margin-bottom: 15px;
  }
}

#main.kanametown .firstRow .information ul li a {
  padding: 15px;
  display: block;
}

@media screen and (max-width: 480px) {
  #main.kanametown .firstRow .information ul li a {
    padding: 10px;
  }
}

#main.kanametown .firstRow .information ul li a .innerLeft {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 850px) {
  #main.kanametown .firstRow .information ul li a .innerLeft {
    height: 20vw;
  }
}

@media screen and (max-width: 767px) {
  #main.kanametown .firstRow .information ul li a .innerLeft {
    height: 30vw;
  }
}

#main.kanametown .firstRow .information ul li a .innerLeft div {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#main.kanametown .firstRow .information ul li a .innerRight .articleText {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#main.kanametown .firstRow .information ul li a .innerRight .articleText .articleTitle {
  font-weight: bold;
  font-size: 16px;
  max-height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#main.kanametown .firstRow .information ul li a .innerRight .articleText span {
  font-size: 14px;
  color: #829EAF;
  font-weight: bold;
}

#main.kanametown .firstRow .information ul li a .innerRight .articleText .articleDesc {
  display: none;
}

#main.kanametown .firstRow .information ul li a:hover .innerLeft div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

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