@charset "UTF-8";
.container p {
  text-align: justify;
  font-weight: normal;
  margin: 0;
}
.container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container footer img{
  width: auto;
}
.container a {
  text-decoration: none;
  color: black;
}
.container .button {
  border: #1375b4 1px solid;
}
.container .button a {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #1375b4;
  transition: background-color 0.5s;
  color: #fff;
}
.container .button:hover {
  background-color: #fff;
}
.container .button:hover a {
  background-color: #fff;
  color: #1375b4;
}
.container .button.detail_bt {
  border: 1px solid #d0111b;
}
.container .button.detail_bt a {
  background-color: #d0111b;
}
.container .button.detail_bt:hover a {
  color: #d0111b;
  background-color: #fff;
}
.container .img_bt a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  width: 100%;
  padding: 0.4rem 0.5rem;
  border: 1px solid #1375b4;
  background-color: #fff;
}
.container .img_bt a svg {
  width: 13px;
  fill: #fff;
  stroke: #1375b4;
  transition: all 0.5s;
}
.container .img_bt a .txt {
  font-size: clamp(0.75rem, 0.328rem + 0.63vw, 0.875rem);
  line-height: 1;
  transition: all 0.5s;
  color: #1375b4;
}
.container .img_bt a:hover svg {
  fill: pink;
  stroke: pink;
}
.container .popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-self: center;
}
.container .popup.opaup {
  opacity: 0;
  top: -200%;
  left: -200%;
}
.container .popup .popbg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .popup .pop_content {
  background-color: #fff;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.container .popup .pop_content .title {
  font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  text-align: center;
  background-color: #1375b4;
  color: #fff;
  padding: 0.2em 1em;
  margin-bottom: 1.5vw;
}
.container .popup .pop_content .button_area {
  width: 100%;
  padding: 1rem;
  justify-content: center;
}
.container .popup .pop_content .button_area .button {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: #d13532 1px solid;
}
.container .popup .pop_content .button_area .button a {
  text-align: center;
  background-color: #d13532;
}
.container .popup .pop_content .button_area .button:hover {
  border: #1375b4 1px solid;
}
.container .popup .pop_content .button_area .button:hover a {
  background-color: #1375b4;
}
.container .popup .pop_content .button_area .button:hover a span {
  color: #fff;
}
.container .popup .pop_content #close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: #000 1px solid;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.container .popup .pop_content #close::before, .container .popup .pop_content #close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #000;
}
.container .popup .pop_content #close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.container .popup .pop_content #close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.searchtopic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0.5rem;
  padding: 0.5rem;
}
.searchtopic .result_inner {
  display: flex;
  align-items: baseline;
  grid-gap: 1rem;
}
.searchtopic .result_inner div {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.searchtopic .result_inner div .tit {
  font-size: 16px;
  line-height: 1;
}
.searchtopic .result_inner div .txt {
  display: flex;
  align-items: baseline;
}
.searchtopic .result_inner div .txt span {
  font-size: 16px;
}
.searchtopic .result_inner div .txt .num {
  font-family: "Roboto", sans-serif;
  margin-right: 0.2rem;
  line-height: 1;
  font-size: 18px;
  color: #1375b4;
}
.searchtopic .result_inner div.result {
  align-items: stretch;
}
.searchtopic .result_inner div.result .tit {
  padding: 0.2rem 0.5rem;
  background-color: #1375b4;
  border: 1px solid #1375b4;
  color: #fff;
  display: flex;
  align-items: center;
}
.searchtopic .result_inner div.result .txt {
  border: 1px solid #1375b4;
  padding: 0.2rem 0.5rem;
}
.searchtopic .result_inner div.result .txt span, .searchtopic .result_inner div.result .txt .num {
  color: #1375b4;
}
.searchtopic .result_inner div.result .txt .num {
  font-size: clamp(1.75rem, 0.906rem + 1.25vw, 2rem);
}
.searchtopic .result_inner div.number .tit {
  margin-right: 0.5rem;
}
.searchtopic .allchk {
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  background-color: #1375b4;
}
.searchtopic .allchk input {
  margin-right: 0.2rem;
}
.searchtopic .allchk .checktext {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.searchtopic .button_area {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.searchtopic .button_area .txt {
  font-size: 14px;
}
.searchtopic .button_area .document a {
  padding: 0.1em 1.2rem 0.1em 0.6em;
}
.searchtopic .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.5rem;
}
.searchtopic .inner dt {
  font-weight: normal;
}
.searchtopic .inner .selectarrow {
  display: flex;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
.searchtopic .inner .selectarrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #008c3d;
  z-index: -1;
}
.searchtopic .inner .selectarrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.searchtopic .inner .selectarrow select {
  padding: 0 1.3rem 0 0.5rem;
  line-height: 1.2;
}
.searchtopic .pagenation_f {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  list-style-type: none;
  padding: 0;
}
.searchtopic .pagenation_f li::marker {
  display: none;
}
.searchtopic .pagenation_f li a {
  padding: 7px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #fff;
  transition: background-color 0.5s;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
}
.searchtopic .pagenation_f li a:hover {
  background-color: #1375b4;
  color: #fff;
}
.searchtopic .pagenation_f li span, .searchtopic .pagenation_f li .active {
  font-size: 14px;
  padding: 7px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #1375b4;
  color: #fff;
  border: 1px solid #000;
  line-height: 1;
}
.searchtopic.bottom {
  margin-bottom: clamp(1.5rem, 0.677rem + 3.51vw, 3.75rem);
}

.detail_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 1rem;
}
.detail_list .detail_box {
  border: 1px solid #021c1e;
  background-color: #fff;
  height: auto;
}
.detail_list .detail_box a {
  position: relative;
  padding: 0.5rem;
  display: block;
  width: 100%;
  transition: background-color 0.5s;
}
.detail_list .detail_box a .icon {
  font-size: 14px;
  color: #fff;
  padding: 0.2rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.detail_list .detail_box a .icon.new {
  background-color: #1375b4;
}
.detail_list .detail_box a .icon.land {
  background-color: #d13532;
}
.detail_list .detail_box a .icon.old {
  background-color: #3cc27c;
}
.detail_list .detail_box a .icon.apart {
  background-color: #214604;
}
.detail_list .detail_box a .icon.ainvestpart {
  background-color: #ccc;
}
.detail_list .detail_box a figure {
  text-align: center;
  position: relative;
}
.detail_list .detail_box a figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 250px;
}
.detail_list .detail_box a .text_area {
  padding: 0.5rem;
  text-align: right;
}
.detail_list .detail_box a .text_area .tit {
  font-size: clamp(1.125rem, 0.703rem + 0.63vw, 1.25rem);
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
}
.detail_list .detail_box a .text_area .tit::after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #021c1e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detail_list .detail_box a .text_area dl div {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.detail_list .detail_box a .text_area dl div.acc {
  margin-bottom: 1rem;
}
.detail_list .detail_box a .text_area dl div dt {
  font-size: clamp(0.875rem, 0.453rem + 0.63vw, 1rem);
  font-weight: normal;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  background-color: #1375b4;
  color: #fff;
}
.detail_list .detail_box a .text_area dl div dd {
  font-size: 14px;
  margin: 0;
}
.detail_list .detail_box a .text_area .price {
  display: inline-block;
  margin: 0 -0.3rem -0.3rem auto;
  background-color: #1375b4;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}
.detail_list .detail_box a .text_area .price span {
  color: #fff;
}
.detail_list .detail_box a .text_area .price span.price_num {
  font-size: 20px;
}
.detail_list .detail_box .buton_area {
  grid-gap: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.detail_list .detail_box.soldout {
  background-color: #ccc;
}
.detail_list .detail_box.soldout a {
  pointer-events: none;
}
.detail_list .detail_box.soldout a figure::before, .detail_list .detail_box.soldout a figure::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/image/sold.png) center/auto 80% no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.detail_list .detail_box.soldout a .text_area .price {
  background-color: #d13532;
}
.detail_list .detail_box.soldout .buton_area {
  display: none;
}



/* ----------------------------------------------

  SP設定

  ------------------------------------------------*/
@media all and (max-width: 620px) {
  .container .searchtopic {
    justify-content: center;
  }
  .container .searchtopic .inner {
    margin-bottom: 0;
  }
  .container .searchtopic .inner .pad_over {
    display: none;
  }
  .detail_list {
    grid-template-columns: repeat(1,1fr);
  }
}