@charset "UTF-8";

/* search box */

#main .search {
  background-color: #e9f3ff;
}

#main .search-chklist {
  display: flex;
  flex-wrap: wrap;
}

#main .search-chklist .-checkbox {
  display: block;
}

#main .search-chklist .-checkbox>label {
  position: relative;
}

#main .search-chklist .-checkbox>label:before {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  content: "";
  display: inline-block;
  margin-right: .4rem;
}

#main .search-chklist .-checkbox>label:after {
  border-left: 3px solid #247ac0;
  border-bottom: 3px solid #247ac0;
  content: "";
  display: none;
  position: absolute;
  transform: rotate(-45deg);
}

#main .search-chklist .-checkbox>label>span {
  font-feature-settings: "palt";
  display: inline-block;
  line-height: 1.3;
}

#main .search-chklist .-checkbox>input[type=checkbox]:checked+label:before {
  border-color: #247ac0;
}

#main .search-chklist .-checkbox>input[type=checkbox]:checked+label:after {
  display: block;
}

#main .search-chklist._type .-checkbox {
  position: relative;
}

#main .search-chklist._type .-checkbox>label {
  display: block;
}

#main .search-chklist._type .-checkbox>label:before {
  display: block;
  position: absolute;
  margin: 0;
}

#main .search-chklist._type .-checkbox>label>figure {
  overflow: hidden;
}

#main .search-chklist._type .-checkbox>label>span {
  display: block;
}

#main .search .-keyword input {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  line-height: 1.4;
  width: 100%;
}

#main .search .-keyword input::placeholder {
  color: #c5c5c5;
}

/* 物件一覧CSS
========================================*/

#main .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .08) 0px, rgba(255, 255, 255, .08) 3px, transparent 3px, transparent 13px, rgba(255, 255, 255, .08) 13px, rgba(255, 255, 255, .08) 16px, transparent 16px, transparent 26px);
  background-size: 18px 18px;
  background-color: #247ac0;
}

#main .title>h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
}

#main .title .-number {
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
  padding: .1em .8em;
}

#main .map iframe {
  border: 0;
  width: 100%;
}

#main .search {
  background-color: #f5f5f5;
}

#main .list {
  background-color: #e1eeff;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .25) 0px, rgba(255, 255, 255, .25) 7px, transparent 7px, transparent 16px, rgba(255, 255, 255, .25) 16px, rgba(255, 255, 255, .25) 23px, transparent 23px, transparent 32px);
  background-size: 22px 22px;
}

#main .list-box {
  background-color: #fff;
  border: 2px solid #247ac0;
  overflow: hidden;
  position: relative;
}

#main .list-box>header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: linear-gradient(to right, #c5c5c5 0px, #c5c5c5 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

#main .list-box>header>h2 {
  color: #003b89;
  flex: 1;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
}

#main .list-box .-detailbtn {
  background-color: #247ac0;
  color: #fff;
  font-weight: 700;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
}

#main .list-box-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

#main .list-box-block .-campaign {
  position: absolute;
}

#main .list-box-block .-image {
  border-radius: 10px;
  overflow: hidden;
}

#main .list-box-block .-image img {
  object-fit: cover;
  width: 100%;
}

#main .list-box-detail>dl {
  display: flex;
  flex-wrap: wrap;
}

#main .list-box-detail>dl>dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #e9f3ff;
  border-radius: 5px;
  color: #247ac0;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
  text-align: center;
}

#main .list-box-detail>dl>dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  line-height: 1.4;
  letter-spacing: .05em;
}

#main .list-box-detail>dl._fee>dd>strong {
  color: #fa9134;
  font-weight: 700;
  line-height: 1.6;
}

#main .list-box-detail>dl._fee>dd>strong>span {
  line-height: 1;
}

@media print,
screen and (min-width: 768px) {
  #main .search {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    border-radius: 30px;
    margin-bottom: 80px;
    padding: 30px 120px 50px;
  }

  #main .search-chklist>li {
    padding: 5px 0;
    width: 16.6666666667%;
  }

  #main .search-chklist .-checkbox>label {
    cursor: pointer;
  }

  #main .search-chklist .-checkbox>label:before {
    vertical-align: -.2em;
    height: 20px;
    width: 20px;
  }

  #main .search-chklist .-checkbox>label:after {
    border-radius: 2px;
    top: 10px;
    left: 5px;
    height: 6px;
    width: 10px;
  }

  #main .search-chklist .-checkbox>label:hover:before {
    border-color: #247ac0;
  }

  #main .search-chklist._type {
    justify-content: space-between;
    margin: 20px 0;
  }

  #main .search-chklist._type>li {
    width: 220px;
  }

  #main .search-chklist._type .-checkbox>label:before {
    top: 160px;
  }

  #main .search-chklist._type .-checkbox>label:after {
    top: 165px;
  }

  #main .search-chklist._type .-checkbox>label>figure {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 220px;
  }

  #main .search-chklist._type .-checkbox>label>span {
    padding-left: 30px;
  }

  #main .search .-keyword {
    margin-bottom: 30px;
  }

  #main .search .-keyword input {
    padding: 12px 25px;
  }

  #main .title {
    padding: 30px 0;
  }

  #main .title>h1 {
    font-size: 2.3rem;
    margin-left: 20px;
  }

  #main .title>h1 span {
    font-size: 1.6rem;
  }

  #main .title .-number {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-left: 20px;
  }

  #main .title .-number span {
    font-size: .9rem;
  }

  #main .map {
    padding: 60px 0;
  }

  #main .map iframe {
    height: 480px;
  }

  #main .search {
    margin-top: 60px;
  }

  #main .list {
    padding: 80px 0;
  }

  #main .list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #main .list-box {
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 20px 30px 40px;
    width: 580px;
  }

  #main .list-box>header {
    margin-bottom: 23px;
    padding-bottom: 17px;
  }

  #main .list-box>header>img {
    margin-right: 8px;
  }

  #main .list-box>header>h2 {
    font-size: 1.2rem;
  }

  #main .list-box .-detailbtn {
    font-size: .9rem;
    padding: 4px 0 4px;
    transition: .2s ease;
  }

  #main .list-box .-detailbtn span {
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  #main .list-box .-detailbtn:after {
    background-color: #3b92d9;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .3s ease;
  }

  #main .list-box .-detailbtn:hover {
    background-color: #3b92d9;
  }

  #main .list-box-block {
    margin-bottom: 23px;
  }

  #main .list-box-block .-campaign {
    top: -20px;
    left: -30px;
  }

  #main .list-box-block .-image {
    width: 160px;
  }

  #main .list-box-block .-image img {
    height: 160px;
  }

  #main .list-box-detail {
    width: 340px;
  }

  #main .list-box-detail>dl {
    margin-bottom: 8px;
  }

  #main .list-box-detail>dl>dt {
    font-size: .8rem;
    min-height: 3em;
    width: 80px;
  }

  #main .list-box-detail>dl>dt>span {
    font-size: .7rem;
  }

  #main .list-box-detail>dl>dd {
    font-size: .9rem;
    margin-left: 10px;
  }

  #main .list-box-detail>dl._fee>dd {
    font-size: .8rem;
  }

  #main .list-box-detail>dl._fee>dd>strong>span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  #main .search {
    border-radius: 5.3333333333vw;
    margin: 0 5.3333333333vw 13.3333333333vw;
    padding: 6.6666666667vw 5.3333333333vw 12vw;
  }

  #main .search-chklist {
    justify-content: space-between;
  }

  #main .search-chklist>li {
    margin-bottom: 2.6666666667vw;
    width: 37.3333333333vw;
  }

  #main .search-chklist .-checkbox>label:before {
    vertical-align: -.2em;
    height: 4.8vw;
    width: 4.8vw;
  }

  #main .search-chklist .-checkbox>label:after {
    border-radius: 1px;
    top: 1.8666666667vw;
    left: 1.0666666667vw;
    height: 1.3333333333vw;
    width: 2.4vw;
  }

  #main .search-chklist._type {
    margin-top: 4vw;
  }

  #main .search-chklist._type>li {
    margin-bottom: 4vw;
  }

  #main .search-chklist._type .-checkbox>label:before {
    top: 27.2vw;
  }

  #main .search-chklist._type .-checkbox>label:after {
    top: 28.5333333333vw;
  }

  #main .search-chklist._type .-checkbox>label>figure {
    border-radius: 2.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }

  #main .search-chklist._type .-checkbox>label>span {
    padding-left: 7.2vw;
  }

  #main .search .-keyword {
    margin-bottom: 6.6666666667vw;
  }

  #main .search .-keyword input {
    padding: 2.6666666667vw 4vw;
  }

  #main .title {
    padding: 6.6666666667vw 0;
  }

  #main .title>h1 {
    font-size: 7.2vw;
    text-align: center;
    width: 100%;
  }

  #main .title>h1>img {
    margin-right: 2.6666666667vw;
    width: 10.1333333333vw;
  }

  #main .title>h1 span {
    font-size: 5.3333333333vw;
  }

  #main .title .-number {
    font-size: 4.8vw;
    margin: 2.6666666667vw auto 0;
    padding: .1em 1.3em;
  }

  #main .title .-number span {
    font-size: 3.7333333333vw;
  }

  #main .map {
    padding: 10.6666666667vw 0;
  }

  #main .map iframe {
    height: 80vw;
  }

  #main .search {
    margin-top: 10.6666666667vw;
  }

  #main .list {
    padding: 10.6666666667vw 0;
  }

  #main .list-wrap {
    padding: 0 4vw;
  }

  #main .list-box {
    border-radius: 4vw;
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 12vw;
  }

  #main .list-box:last-of-type {
    margin-bottom: 8vw;
  }

  #main .list-box>header {
    margin-bottom: 3.4666666667vw;
    padding-bottom: 2.1333333333vw;
  }

  #main .list-box>header>img {
    margin-right: 2.1333333333vw;
    height: 6.6666666667vw;
  }

  #main .list-box>header>h2 {
    font-size: 4.5333333333vw;
  }

  #main .list-box .-detailbtn {
    font-size: 4vw;
    padding: .8vw;
  }

  #main .list-box-block .-campaign {
    top: -4vw;
    left: -2.6666666667vw;
  }

  #main .list-box-block .-campaign img {
    height: 5.8666666667vw;
  }

  #main .list-box-block .-image {
    width: 23.4666666667vw;
  }

  #main .list-box-block .-image img {
    height: 23.4666666667vw;
  }

  #main .list-box-detail {
    width: 60vw;
  }

  #main .list-box-detail>dl {
    margin-bottom: 1.6vw;
  }

  #main .list-box-detail>dl>dt {
    font-size: 3.4666666667vw;
    letter-spacing: .02em;
    min-height: 3em;
    width: 15.2vw;
  }

  #main .list-box-detail>dl>dt>span {
    font-size: 2.6666666667vw;
  }

  #main .list-box-detail>dl>dd {
    font-size: 4vw;
    letter-spacing: .02em;
    margin-left: 2.1333333333vw;
  }

  #main .list-box-detail>dl._fee>dd {
    font-size: 3.4666666667vw;
  }

  #main .list-box-detail>dl._fee>dd>strong>span {
    font-size: 4.5333333333vw;
  }
}







@media print,
screen and (min-width: 768px) {
    #main .near-area.list-wrap .list-box-block .-campaign {
    top: -20px;
    left: -10px;
  }
  #main .near-area.list-wrap {
    justify-content: flex-start;
  }
    #main .near-area .list-box>header>h2 {
    font-size: 1rem;
  }
  #main .near-area .list-box {
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 20px 10px;
    width: 23%;
    margin: 0 1% 50px;
  }

  #main .near-area .list-box-block .-image {
    width: 100%;
    height: 134px;
    margin-bottom: 10px;
  }

  #main .near-area .list-box-block .-image img {
    height: 160px;
  }

  #main .near-area .list-box-detail {
    width: 340px;
  }

  #main .near-area .list-box-detail>dl {
    margin-bottom: 8px;
  }

  #main .near-area .list-box-detail>dl>dt {
    font-size: .6rem;
    min-height: 3em;
    width: 66px;
  }

  #main .near-area .list-box-detail>dl>dt>span {
    font-size: .5rem;
  }

  #main .near-area .list-box-detail>dl>dd {
    font-size: .7rem;
    margin-left: 10px;
  }

  #main .near-area .list-box-detail>dl._fee>dd {
    font-size: .6rem;
  }

  #main .near-area .list-box-detail>dl._fee>dd>strong>span {
    font-size: 1.1rem;
  }

  #main .near-area .list-wrap {
    justify-content: start;
  }
}

@media print,
screen and (max-width:767px) {
  #main .near-area .list-box {
    border-radius: 20px;
    margin-bottom: 50px;
    width: 46.5%;
    margin: 0 1% 50px;
  }

  #main .near-area .list-box-block .-image {
    width: 100%;
    height: 134px;
    margin-bottom: 10px;
  }

  #main .near-area .list-box-block .-image img {
    height: 160px;
  }

  #main .near-area .list-box-detail {
    width: 340px;
  }

  #main .near-area .list-box-detail>dl {
    margin-bottom: 8px;
  }

  #main .near-area .list-box-detail>dl>dt {
    font-size: .6rem;
    min-height: 3em;
    width: 66px;
  }

  #main .near-area .list-box-detail>dl>dt>span {
    font-size: .5rem;
  }

  #main .near-area .list-box-detail>dl>dd {
    font-size: .7rem;
    margin-left: 10px;
  }

  #main .near-area .list-box-detail>dl._fee>dd {
    font-size: .6rem;
  }

  #main .near-area .list-box-detail>dl._fee>dd>strong>span {
    font-size: 1.1rem;
  }

  div.near-area {
    padding: 0vw !important;
    display: flex;
    flex-wrap: wrap;
  }

  #main section.point.l-section.near-build .l-section-inr {
    padding: 8vw 0 13.3333333333vw;
  }

  #main .list-box>header>h2 {
    font-size: .7rem;
  }

  #main .near-area .list-wrap {
    justify-content: start;
  }
}


.-type-icon {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
}

.-type-icon img {
  height: auto !important;
  width: auto !important;
}

.-image {
  position: relative;
}

p.-campaign {
  z-index: 99;
}

.type-b,
.type-g {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  border: #fff solid 1px;
  box-sizing: border-box;
  position: relative;
}

p.icon-b,
p.icon-g {
  color: #fff;
  line-height: 26px !important;
}

.type-b {
  background-color: #ff5724;
}


.type-g {
  background-color: #6daf40;
  left: -5px;
}


.type-icon-text .-type-icon {
  position: initial;
  bottom: 0px;
  right: 0;
  display: flex;
}

.type-icon-text .type-g {
  left: 0px;
}

.type-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-icon-text p {
  line-height: 30px;
}