.header-sp {
  display: none
}

.bunjouchi .mainbody>#btn-conditions {
  display: none
}

.wrap-app {
  display: flex;
  overflow: hidden;
  height: calc(100svh - 181px);
  height: calc(100svh - 10rem);
  font-family: "futura-pt", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif
}
.topicpath {
	display: none;
}

#l-sidebar {
  width: 327px;
  height: 100%
}

#l-sidebar #sidebar-head_sp {
  display: none
}

#l-sidebar .box-areaNumber {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: #002c56
}

#l-sidebar .box-areaNumber #num-property {
  padding: 0 2px 0 10px;
  vertical-align: -3px;
  color: #f8d821;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em
}

#l-sidebar .inner {
  overflow: auto;
  height: calc(100% - 45px);
  padding: 15px 15px 0;
  text-align: left
}

#l-sidebar #sidebar-foot_sp {
  display: none
}

.box-conditions {
  margin-bottom: 15px
}

.box-conditions:last-child {
  border-bottom: none
}

.box-conditions .in {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6
}

.box-conditions .box-headline {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  cursor: pointer
}

.box-conditions .box-headline:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 6px;
  background: url("../img/icon-oc.svg") no-repeat 0 0/12px auto;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out
}

.box-conditions .box-headline.-close:after {
  transform: translateY(-50%) rotate(180deg)
}

.box-conditions .box-headline:before {
  display: block;
  content: '';
  margin-right: 5px
}

.box-conditions .box-headline.-type:before {
  width: 23px;
  height: 18px;
  background: url("../img/icon-type.svg") no-repeat center center/auto 18px
}

.box-conditions .box-headline.-price:before {
  width: 23px;
  height: 19px;
  background: url("../img/icon-price.svg") no-repeat center center/auto 19px
}

.box-conditions .box-headline.-area:before {
  width: 23px;
  height: 17px;
  background: url("../img/icon-area.svg") no-repeat center center/auto 17px
}

.box-conditions .box-headline.-walk:before {
  width: 23px;
  height: 25px;
  background: url("../img/icon-walk.svg") no-repeat center center/auto 25px
}

.box-conditions .box-headline .label {
  color: #002c56;
  font-size: 1.5rem;
  font-weight: bold
}

.list-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
  font-size: 1.4rem
}

.list-types .item:nth-child(odd) {
  width: 50%
}

.list-types .item:nth-child(2n) {
  width: 48%
}

.list-types .color {
  padding-right: 3px;
  font-style: normal
}

.list-types .-SCK .color {
  color: #002c56
}

.list-types .-CKK .color {
  color: #4487a4
}

.list-types .-SCM .color {
  color: #e6818a
}

.list-types .-CKM .color {
  color: #e3b521
}

.list-types .-TKC .color {
  color: #a2784a
}

.list-types .-KJT .color {
  color: #006b01
}

.unit-select {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.unit-select .elem-selectA {
  width: calc(50% - 9px);
  height: 30px;
  color: #222;
  border-radius: 0
}

.unit-select .to {
  width: 18px;
  text-align: center;
  font-size: 1rem
}

.unit-btn {
  display: flex;
  justify-content: space-between
}

.unit-btn button {
  border-radius: 3.6px;
  font-weight: bold;
  cursor: pointer
}

.unit-btn button:hover {
  opacity: 0.5
}

.unit-btn .btn-decision {
  width: 52.94%;
  padding: 4px 10px 3px;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  background-color: #002c56
}

.unit-btn .btn-cancel {
  width: 42.65%;
  padding: 4px 10px;
  border: 1px solid #002c56;
  color: #1a1a1a;
  font-size: 1.3rem;
  background-color: #fff
}

#l-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 327px);
  height: 100%
}

#map {
  width: 100%;
  height: 100%;
  border: none;
  outline: none
}

.maker-type {
  display: block;
  width: 33px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em
}

.maker-type.-SCK {
  background: url("../img/maker-SCK.png") no-repeat center 0/33px auto
}

.maker-type.-SCK.-active,
.maker-type.-SCK:hover {
  color: #002c56;
  background-position: center -50px
}

.maker-type.-CKK {
  background: url("../img/maker-CKK.png") no-repeat center 0/33px auto
}

.maker-type.-CKK.-active,
.maker-type.-CKK:hover {
  color: #4487a4;
  background-position: center -50px
}

.maker-type.-SCM {
  background: url("../img/maker-SCM.png") no-repeat center 0/33px auto
}

.maker-type.-SCM.-active,
.maker-type.-SCM:hover {
  color: #e6818a;
  background-position: center -50px
}

.maker-type.-CKM {
  background: url("../img/maker-CKM.png") no-repeat center 0/33px auto
}

.maker-type.-CKM.-active,
.maker-type.-CKM:hover {
  color: #e3b521;
  background-position: center -50px
}

.maker-type.-TKC {
  background: url("../img/maker-TKC.png") no-repeat center 0/33px auto
}

.maker-type.-TKC.-active,
.maker-type.-TKC:hover {
  color: #a2784a;
  background-position: center -50px
}

.maker-type.-KJT {
  background: url("../img/maker-KJT.png") no-repeat center 0/33px auto
}

.maker-type.-KJT.-active,
.maker-type.-KJT:hover {
  color: #006b01;
  background-position: center -50px
}

.maker-type.-MIX {
  background: url("../img/maker-MIX.png") no-repeat center 0/33px auto
}

.maker-type.-MIX.-active,
.maker-type.-MIX:hover {
  color: #7f7f7f;
  background-position: center -50px
}

.maker-design {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #6fba2c;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2))
}

.box-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 100px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  animation: example 1s infinite
}

.box-loading img {
  width: 100%
}

#box-properties_number {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 8px 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%)
}

#box-properties_number .big {
  padding: 0 2px 0 3px;
  vertical-align: -2px;
  font-size: 24px
}

.box-none_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 8px 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%)
}

.box-properties {
  flex-shrink: 0;
  position: relative;
  width: calc(100% - 80px);
  /*min-height: 205px;*/
  padding: 10px 40px 7px;
  box-sizing: content-box;
  background-color: #f2f2f2;
  
  position: absolute;
  top: calc(100% - 5rem);
}



/*
.box-properties #head-sp {
  display: none
}*/





/**/

.box-properties.-open {
   /* top: calc(100% - (100% - 140px))*/
   
   top: auto;
   bottom: 0;
  }

  .box-properties #head-sp {
    display: block;
    position: relative;
    height: 44px;
    padding: 0 2%;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background-color: #002c56;
	cursor: pointer;
  }

  .box-properties #head-sp:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 50%;
    content: '';
    width: 30px;
    height: 4px;
    border-radius: 100px;
    background-color: #3e5f7f;
    transform: translateX(-50%)
  }

  .box-properties #head-sp>.txt-number {
    padding-top: 5px;
    font-size: 1.2rem;
	display: inline-block;
  }

  .box-properties #head-sp>.txt-number #num-property_sp_02 {
    padding: 0 0.1rem;
    vertical-align: -2px;
    color: #f8d821;
    font-size: 2rem
  }

  .box-properties #head-sp>#btn-oc_properties {
    position: absolute;
	z-index: 9999;
    top: 50%;
    left: 50%;
    font-size: 1.2rem;
    transform: translate(-50%, calc(-50% + 6px))
  }



/**/












.box-properties .in {
  overflow: hidden;
  width: 100%
}

.box-properties .btn {
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  background: url("../img/icon-arrow01.svg") no-repeat center center/8px auto;
  cursor: pointer
}

.box-properties .btn:hover {
  opacity: 0.5
}

.box-properties .btn.-left {
  left: 5px
}

.box-properties .btn.-right {
  right: 5px;
  transform: rotate(180deg)
}

#list-properties {
  display: flex;
  justify-content: space-between;
  transition: transform 0.5s ease-out
}

#list-properties>li {
  display: flex;
  flex-direction: column;
  width: 490px;
  margin-bottom: 0
}

#list-properties>li.no-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 205px;
  background-color: #fff
}

#list-properties>li>.row {
  height: 18rem;
  flex-grow: 1;
  margin-bottom: 0;
  background-color: #fff
}

#list-properties>li>.row .btag {
  font-size: 1.2rem
}

#list-properties>li>.row .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.57%;
  max-width: 238px;
  max-height: 180px
}

#list-properties>li>.row .box {
  width: 51.43%;
  padding: 9px 14px 8px 20px
}

#list-properties>li>.row .wtag {
  font-size: 1.2rem
}

#list-properties>li>.row .type {
  font-size: 1.2rem
}

#list-properties>li>.row .ttl {
  height: calc(2lh);
  margin-bottom: 8px;
  padding: 0;
  font-size: 1.6rem
}

#list-properties>li>.row .price {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 1.2rem
}

#list-properties>li>.row .price .num {
  margin-right: 2px;
  font-size: 2.4rem;
  letter-spacing: -0.05em
}

#list-properties>li>.row .price .num._02 {
  font-size: 1.8rem;
}

#list-properties>li>.row .spec {
  line-height: 1.2;
  font-size: 1.2rem
}

#list-properties>li>.row .spec dt {
  width: 5em;
  font-weight: bold
}

#list-properties>li>.row .spec dd {
  width: calc(100% - 5em)
}

#list-properties>li .btnbox01 {
  justify-content: right;
  padding: 8px 0 0;
  font-size: 1.2rem;
  display: none;
}

#list-properties>li .btnbox01 li {
  flex-basis: 24.08%;
  margin: 0 1.22% 0 0
}

#list-properties>li .btnbox01 li:last-child {
  margin-right: 0
}

#list-properties>li .btnbox01 li .mbtn01:after {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 10px;
  vertical-align: 0
}

#list-properties>li .btnbox01 li .mbtn01._04 {
  /*padding:8.5px 0*/
}

#no-address {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%)
}

.topcontactwrap {
  display: none
}

.footerwrap {
  display: none
}

.spconttext {
  font-size: 2rem;
}

.resultArea .row .img .utag li img {
  max-height: 2.5rem;
}

@media (max-width:620px) {
  .topicpath {
    padding: 0.6rem 0;
	display: block;
  }

  .bunjouchi .mainbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1rem
  }

  .bunjouchi .mainbody>.list-breadcrumb {
    font-size: 1rem
  }

  .bunjouchi .mainbody>#btn-conditions {
    display: block;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.1rem;
    background-color: #002c56
  }

  .header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding: 1.5% 2%;
    background-color: #f2f2f2
  }

  .header-sp>.txt-area {
    color: #1a1a1a;
    font-size: 1.6rem
  }

  .wrap-app {
    position: relative;
    display: block;
    height: 100%
  }

  #l-sidebar {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: #fff
  }

  #l-sidebar .box-areaNumber {
    display: none
  }

  #l-sidebar .inner {
    padding-bottom: 5rem
  }

  #l-sidebar #sidebar-head_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    padding: 0 2%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #002c56
  }

  #l-sidebar #sidebar-head_sp>.headline {
    font-size: 1.8rem
  }

  #l-sidebar #sidebar-foot_sp {
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5% 2%;
    line-height: 1;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7)
  }

  #l-sidebar #sidebar-foot_sp .box-num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 2rem 0 0
  }

  #l-sidebar #sidebar-foot_sp #num-property_sp_01 {
    margin-top: -0.5rem;
    color: #f8d821;
    font-size: 3.2rem
  }

  #l-sidebar #sidebar-foot_sp .btn-search {
    position: relative;
    padding: 1rem 4.5rem;
    color: #fff;
    line-height: 1;
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    background-color: #f8d821
  }

  #l-sidebar #sidebar-foot_sp .btn-search:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    position: absolute;
    top: 16px;
    right: 10px;
    transform: rotate(45deg)
  }

  .unit-select {
    margin-bottom: 1rem
  }

  .unit-select .elem-selectA {
    width: calc(50% - 0.8rem);
    height: 4rem
  }

  .unit-select .to {
    width: 1.6rem;
    font-size: 1rem
  }

  .unit-btn .btn-decision {
    padding: 0.8rem 1rem
  }

  .unit-btn .btn-cancel {
    padding: 0.8rem 1rem
  }

  #l-content {
    overflow: hidden;
    width: 100%
  }

  #map {
    height: calc(100% - 44px)
  }

  #box-properties_number {
    bottom: 30px;
    width: 90%;
    padding: 8px 10px;
    font-size: 12px
  }

  #box-properties_number .big {
    padding: 0 2px 0 2px;
    font-size: 18px
  }

  .box-none_txt {
    max-width: 90%;
    padding: 15px;
    font-size: 12px
  }

  .box-properties {
    position: absolute;
    top: calc(100% - 44px);
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
    border-radius: 5px 5px 0 0;
    transition: top 0.3s ease-out
  }

  
  
  
  
  
  /***/
  
  .box-properties.-open {
    top: calc(100% - (100% - 140px))
  }
  
  
  
  
  
  
  
  /**/
  
  
  
  

  .box-properties>.btn {
    display: none
  }

  .box-properties>.in {
    overflow: auto;
    height: calc(100% - 188px);
    padding: 1.5% 2%
  }

  #list-properties {
    display: block;
    height: 100%
  }

  #list-properties>li {
    width: 100%
  }

  #list-properties>li+li {
    margin-top: 3.75%
  }

  #list-properties>li.no-info {
    height: 100%
  }

  #list-properties>li>.row {
    padding: 2.5% 0 2.5% 2%;
    height: auto;
  }

  #list-properties>li>.row .img {
    width: 36.75%;
    max-height: 168px
  }

  #list-properties>li>.row .btag {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0
  }

  #list-properties>li>.row .box {
    width: 63.25%;
    padding: 0 1.25% 0 3.75%
  }

  #list-properties>li>.row .price {
    line-height: 1.8rem;
  }

  #list-properties>li>.row .price .num {
    font-size: 2.2rem;
  }

  #list-properties>li>.row .price .num._02 {
    font-size: 1.6rem;
  }

  #list-properties>li>.row .box .price .num:last-of-type {
    margin-left: -1px
  }

  #list-properties>li>.btnbox01 {
    padding-top: 1.5%
  }

  #list-properties>li>.btnbox01>li .mbtn01._04:after,
  #list-properties>li>.btnbox01>li .mbtn01:after {
    width: 5px;
    height: 5px;
    margin-left: 3px;
    vertical-align: 1px
  }

  #list-properties>li>.btnbox01>li .mbtn01 {
    padding: 6px 0
  }

  #list-properties>li>.btnbox01>li .mbtn01._04 {
    /*padding:4px 0*/
  }
}

@keyframes example {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}