@charset "utf-8";
body{
  -webkit-appearance: none;
}

body.noscroll{
  overflow: hidden;
}
.sns-bdr{
  border-bottom: none;
}
img{
  width: 100%;
}
.sp-br{
  display: none;
}
@media (max-width: 768px) {
  .sp-br{
    display: block;
  }
  .pc-br{
    display: none;
  }
}

/* =======================================
  container main-wrap
======================================= */
.main-wrap .info-wrap{
  max-width: 700px;
  width: 70%;
  padding-right: 0px;
  position: relative;
  margin-top:40px;
}
.main-wrap .info-wrap .ttl div.propertyname{
  font-size: 23px;
  font-weight: normal;
  width:100%;
  margin-top:8px;
}
.main-wrap .info-wrap .ttl{
  border-bottom: 0;
  margin-bottom: 10px;
  padding-bottom:0;
}
.main-wrap .info-wrap .ttl div{
  display: flex;
  align-items: flex-end;
}
.main-wrap .info-wrap .ttl div.special-info{
  position: absolute;
  top: 1px;
  right: 0;
  line-height: 1;
  width: 140px;
  height: 43.83px;
  background-color:#ED3559;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 2px 2px 1px rgb(4,0,0,0.3);
  /* margin-top: 13px; */
  font-weight: bold;
  /* margin-left: 10px; */
}
.main-wrap .info-wrap .ttl div.members-info{
  line-height: 1;
  width: 140px;
  background-color:#ED3559;
  color:#fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 2px 2px 1px rgb(4,0,0,0.3);
  /* margin-top: 13px; */
  font-weight: bold;
  margin-right: 10px;
  padding:0 10px;
}
.main-wrap .info-wrap .ttl .special-info img{
  /* width: 27px;
  height: 30px; */
  width:auto;
  margin-right: 10px;
}
.main-wrap .info-wrap .ttl .members-info img{
  width:8px;
  margin-right: 5px;
}
.main-wrap .info-wrap .ttl .members-info p.limitxt {
  color:#fff;
  font-size:90%;
  padding:8px 0;
}

.slide-wrap{
  padding: 0;
  margin-top: 20px;
  border: none;
  background-color: #fff;
  /* height: 400px; */
}
.main-wrap .info-wrap .ttl .b-number{
  font-size: 12px;
  font-weight:normal;
  /* padding-bottom: 3px;
  padding-left: 5px;
  padding-bottom: 4px; */
}
@media (max-width: 768px) {
  .main-wrap .info-wrap .ttl{
    /* display: block; */
    display: flex;
    flex-wrap;wrap;
    margin-top: 58px;
  }
  .main-wrap .info-wrap .ttl .members-info {
    font-size:14px;
    display:flex;
  }
  .main-wrap .info-wrap .ttl .members-info p.limitxt {
    font-size:80%;
  }
  /* .main-wrap .info-wrap .ttl div:first-child{ */
  .main-wrap .info-wrap .ttl div.propertyname{
    width:100%;
    font-size: 20px;
    display: block;
    position:relative;
    top:0;
    left:0;
    /* margin-top: 5px; */
  }
  .main-wrap .info-wrap .ttl div.special-info{
    left: 3px;
    top: -55px;
    width: auto;
    height: 37px;
    width: 186px;
  }
  .main-wrap .info-wrap .ttl .special-info img{
    /* width: 19.5px; */
    height: 21.54px;
  }
  .main-wrap .info-wrap .ttl .special-info p{
    font-size: 16px;
  }
  .main-wrap .info-wrap .ttl div .b-number{
    /* padding-left: 0; */
    margin-top: -5px;
  }
}
/* .cover-limited{
  filter: blur(3px);
} */
/* スライダー */
/* .main-wrap .swiper-wrapper .swiper-slide .img img{
  filter: blur(3px);
} */
.filter{
  filter: blur(10px);
}
.thumbnail-filter{
  filter: blur(2px);
}
.main-wrap .info-wrap .slide-wrap .slide-lower .slider-thumbnail{
  margin-top: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .main-wrap .info-wrap .slide-wrap .slide-lower .slider-thumbnail .swiper-slide img{
  filter: blur(2px);
} */
.main-wrap .info-wrap .slide-wrap .slide-lower .swiper-wrapper .swiper-slide{
  width: 16%;
  position: relative;
}
.main-wrap .info-wrap .slide-wrap .slide-lower .swiper-wrapper .swiper-slide::before{
  background: rgba(0,0,0,0.4);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-wrap .info-wrap .slide-wrap .slide-lower .swiper-wrapper .swiper-slide.swiper-slide-active::before{
  display: none;
}
/* class="swiper-slide-duplicate-active" */
@media (max-width: 500px) {
  .slide-wrap{
    margin-top: 10px;
  }
  .main-wrap .info-wrap .slide-wrap .slide-lower .slider-thumbnail{
    margin-top: 11px;
  }
}






/* ここがPOINT */
.txt{
  /* margin-top: -50px; */
  margin-top:15px;
  max-width: 700px;
  width: 70%;
  /* padding-right: 30px; */
}
.txt .point_ttl{
  margin-top: -5px;
  padding: 5px 0;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #39A59A;
  border-top: solid 2px #39A59A;
  border-bottom: solid 2px #39A59A;
  font-weight: bold;
}
/* alert_txt */
.alert_txt{
  margin-bottom: 35px;
  max-width: 700px;
  width: 70%;
  /* padding-right: 30px; */
}
.alert_txt .alert_txt1{
  font-size: 16px;
  color: #39A59A;
  letter-spacing: 0.2em;
  text-align: center;
  /* border-bottom: solid 2px #39A59A; */
  position: relative;
  padding-bottom: 10px;
  margin-top: 19.4px;
  font-weight: bold;
}
.alert_txt .alert_txt1::after{
  content:"";
  display:block;
  width:62%;
  height:2px;
  background-color:#39A59A;
  position:absolute;
  bottom:2px;
  left:-5px;
  right: 0;
  margin: auto;
}
.alert_txt .alert_txt2{
  font-size: 14px;
  color: #39A59A;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 27px;
  font-weight: bold;
}
.alert_account{
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.alert_account p{
  width:50%;
  text-align:center;
}
.alert_account .just_now{
  display: block;
  width: 48%;
  max-width: 322px;
  height: 46px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #38B9C3, #77CDAF);
  font-size: 20px;
  color: #fff;
  box-shadow: 2px 2px 1px rgb(4 0 0 / 30%);
  font-weight: bold;
}
.alert_account .login_link_btn{
  display: block;
  width: 48%;
  max-width: 322px;
  height: 46px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #39A59A;
  font-size: 20px;
  color: #39A59A;
  box-shadow: 2px 2px 1px rgb(4 0 0 / 30%);
  font-weight: bold;
}
.alert_account p .just_now,
.alert_account p .login_link_btn{
  width:100%;
}
.alert_account a.logintext {
  display:inline-block;
  text-align:center;
  margin:5px auto;
  text-decoration:underline;
  color:#39A59A;
  font-weight:bold;
}
.alert_account a.logintext i {
  font-size:125%;
}
.readless{
  letter-spacing: 2.1px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .main-wrap .info-wrap{
    width: 100%;
    margin-top:0;
  }
  .main-wrap .info-wrap .ttl{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-slide-duplicate-active::before{
    width: 98%;
  }
  .txt{
    margin-top: 0;
    padding-right: 0;
    max-width: 700px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  .alert_account{
    display: block;
  }
  .alert_account p{
    width:100%;
  }
  .alert_account .just_now{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .alert_account .login_link_btn{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
  .alert_txt{
    margin-top: 0;
    padding-right: 0;
    max-width: 700px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .first-area{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.blinks{
  text-align: left;
  margin-bottom: 20px;
  max-width: 700px;
}
.blinks a{
  padding-left: 5px;
  color: #736639;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.7px;
  font-weight: bold;
}
.blinks a::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#736639;
  position:absolute;
  bottom:-5px;
  left:0px;
}
@media (max-width: 768px) {
  .blinks{
    max-width: 700px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .alert_txt .alert_txt1{
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  .alert_txt .alert_txt1 span{
    font-size: 18px;
  }
  .alert_txt .alert_txt1::after{
    width: 95%;
  }

}
@media (max-width: 500px) {
  
}
/* =======================================
  contact-wrap side
======================================= */
table.detail th, table.detail td{
  padding: 15px 0;
}
#side_furnished{
  width: 29%;
  max-width: 280px;
  margin-top: 13px;
}
.wrap_side01 .detail tr{
  border-bottom: 1px dashed #dadada;
}
.side_period{
  font-size: 17px;
  border-bottom: none;
}
.side_period span{
  font-size: 14px;
}
.station{
  color: #736639;
  font-size: 24px;
  border-bottom: 1px solid #736639;
  margin-bottom: 40px;
  font-weight: bold;
}
.station span{
  color: #F6A726;
}
#side_furnished .detail td{
  filter: blur(3px);
}
.pc-line{
  margin-top: 10px;
}
@media (max-width: 768px) {
  #side_furnished{
    max-width: 700px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
  }
  .side_period{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side_period span{
    padding-right: 10px;
  }
  .pc-line{
    display: none;
  }
  .br-pconly{
    display: none;
  }
  div.wrap_side01{
    padding-top: 10px;
  }
  .station{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  table.detail th{
    padding-left: 20px;
  }
}
/* =======================================
  best_vivit
======================================= */
.best_vivit{
  background-image: url("../img/best_vivit.jpeg");
  background-size: cover;
  /* background-position: left 50% top; */
  background-position: left top 5%;
  background-repeat: no-repeat;
  height: 243.69px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 55px;
  margin-bottom: -28px;
}
.best_vivit::after{
  content: '';
  background: rgb(57, 167, 156,0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.best_vivit h3{
  font-size: 22px;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  padding-top: 12px;
  z-index: 1;
  position: relative;
  font-weight: normal;
  font-weight: bold;
}
.best_vivit .what_best{
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.best_vivit .what_best .best1{
  background-color: #fff;
  width: 160px;
  height: 150px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.best_vivit .what_best .best1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 96%;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 15px solid #fff;
}
.best1 .up_arrow{
  position: absolute;
  top: -30px;
  left: 30px;
  width: 70px;
}
.best1 .up_arrow img{
  width: 100%;
}
.best1 .best_number_ttl{
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.best1 .best_number_time{
  font-size: 10px;
  margin-bottom: -13px;
  font-weight: bold;
}
.best1 .best_number{
  font-size: 36.85px;
  color: #1C9183;
  font-weight: bold;
}
.best2{
  width: 300px;
  position: relative;
  z-index: 1;
}

.best_vivit .what_best .best3{
  background-color: #fff;
  width: 160px;
  height: 150px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.best_vivit .what_best .best3:before {
    content: "";
    position: absolute;
    top: 51.6%;
    left: -20px;
    margin-top: -15px;
    border: 13px solid transparent;
    border-right: 13px solid #fff;
}
.best3 .up_arrow{
  position: absolute;
  top: -30px;
  left: 30px;
  width: 70px;
}
.best3 .up_arrow img{
  width: 100%;
}
.best3 .best_number_ttl{
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.best3 .best_number_time{
  font-size: 10px;
  margin-bottom: -13px;
  font-weight: bold;
}
.best3 .best_number{
  font-size: 36.85px;
  color: #1C9183;
  font-weight: bold;
}
@media (max-width: 768px) {
  .best_vivit{
    height: auto;
    padding-bottom: 10px;
  }
  
}
@media (max-width: 500px) {
  .best_vivit .what_best{
    position: relative;
    display: block;
  }
  .best_vivit .what_best .best1{
    position: absolute;
    top: -100px;
    z-index: 2;
    left: 2%;
  }
  .best2{
    width: 100%;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 130px;
  }
  .best_vivit .what_best .best3{
    position: absolute;
    top: -100px;
    z-index: 2;
    right: 2%;
  }
}
/* =======================================
  search-box
======================================= */
.search-box{
  background-color: #fff;
}
.arealistnav_ttl{
  /* width: 124px; */
  width:100%;
  /* height: 80.97px; */
  background-color: #39A79C;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding:7px;
  margin-bottom:10px;
}
.arealistnav{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #D6F2ED;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #39A79C;
  padding:7px;
}
.arealistnav li{
  width:12%;
  /* width: 13%;
  max-width: 113px; */
  height: 53.56px;
  margin: 0 0 5px;
  font-weight: bold;
}
/* .arealistnav li:last-of-type{
  margin-right: 10px;
} */
.arealistnav li a{
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9ED8D0;
  border-radius: 5px;
  color: #fff;
  /* font-weight: normal; */
  font-weight: bold;
}
.arealistnav li a:hover{
  background-color: #39A59A;
  color: #fff;
}
.srcterms{
  border: none;
  padding: 0;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #39A79C;
  border-radius: 0;
  background-color: #D6F2ED;
  /* justify-content: space-around; */
}
.srcterms .termslist1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
}
.contents01 .section-inner{
  margin-bottom: 20px;
}
.srcterms .termslist1 .area_ttl{
  width: 65px;
  height: 38px;
  background-color: #39A59A;
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
input[type="text"]{
  border: none;
  width: 97%;
  height: 100%;
}
.srcterms .termslist1 .termslist1-1 .fopAB1{
  width: 97%;
}
.input-area{
  padding-left: 5px;
}
.srcterms .termslist1 .termslist1-1{
  max-width: 130px;
  width: 100%;
  height: 38px;
  position: relative;
}
.srcterms .termslist1 .termslist1-1 .tubo{
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: bold;
}
.srcterms .termslist1 .termslist1-2{
  width: 8%;
}
.srcterms .termslist2{
  align-items: center;
  padding-left: 10px;
}
.srcterms .termslist2 .srcterms-text{
  width: 65px;
  height: 38px;
  background-color: #39A59A;
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.srcterms .termslist2 select{
  border-radius: 0;
  width: 100%;
  max-width: 213px;
  border: none;
  height: 38px;
  padding: 0;
  margin: 0;
}
#fopsearch{
  max-width: 154px;
  height: 40px;
  background-color: #EBB936;
  font-size: 18px;
  font-weight: normal;
  box-shadow: 2px 2px gray;
  font-weight: bold;
}
.srcterms .termslist3{
  width: 154px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-left: 5px;

}
@media (max-width: 768px) {
  .sp-none{
    display: none;
  }
  .arealistnav li:last-of-type{
    margin-right: 0;
  }
  .arealistnav{
    /* max-width: 100%; */
    /* width: 85%; */
    width: 95%;
    /* padding-left: 1rem;
    padding-right: 1rem; */
    padding-left: 5px;
    padding-right: 5px;
  }
  .arealistnav_ttl{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .arealistnav li{
    /* width: 30%; */
    width:24%;
    /* max-width: 100%; */
    /* margin-bottom: 10px; */
    margin-bottom:7px;
  }
  .srcterms{
    display: block;
    width: 94.5%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
  }
  .srcterms .termslist1{
    width: 100%;
    justify-content: start;
  }
  .srcterms .termslist2{
    width: 100%;
    justify-content: start;
    padding-left: 0;
    margin-top: 20px;
  }
  .srcterms .termslist3{
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .srcterms .termslist1 .termslist1-1{
    max-width: 115px;
  }
  .srcterms .termslist2 select{
    max-width: 256px;
  }
}
@media (max-width: 500px) {
  /* .arealistnav{
    width: 86%;
  } */
}
/* =======================================
  populars
======================================= */
.contents01 .section-inner{
  margin-bottom: 0px;
}
.contents01{
  padding-bottom: 35px;
}
h2.local-ttl{
  letter-spacing: 3px;
}
.contents01 .section-inner h2{
  padding-bottom: 40px;
}
h2.local-ttl i{
  margin-top: -3px;
}
.property-box .link-todetail{
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-box .link-todetail2{
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-box h3{
  margin-top: 13px;
}
.btn-box{
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .ul-flex,
  .ul-flex-rec{
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    /* display: inline-block; */
    display: flex;
    justify-content: start;
    overflow-x: auto;
  }
  .ul-flex li,
  .ul-flex-rec li{
    margin-right: 10px;
  }
  .ul-flex li:last-of-type,
  .ul-flex-rec li:last-of-type{
    margin-right: 0;
  }
  ul.ul-flex li.property-box,
  ul.ul-flex-rec li.property-box{ 
    width: 250px;
    min-width:250px;
    margin-right: 10px;
    /* display: inline-block; */
  }
  .property-box h3{
    white-space: pre-wrap;
  }
  .property-box .mainimage {
    width: 228px;
  }
}
/* =======================================
  sp-line
======================================= */
.sp-line{
  display: none;
}
@media (max-width: 768px) {
  .sp-line{
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}

/* =======================================
  blogs
======================================= */
.contents02{
  background-color: #fff;
}
#blogs.contents01{
  padding-top: 0;
  margin-top: -40px;
}

p#pagetop{
  z-index: 999;
}
ul.list_footer03 li img{
  width: 4px;
  height: 6px;
}

/*20220117 korenaga*/
p {
  margin-bottom:0;
}

/* 20220119 korenaga */
.ss-thumbs {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:80%;
  background-color:#bbb;
  position:relative;
  height:70px !important;
}
.ss-hgs { height:70px !important; }

.main-wrap .info-wrap .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  overflow: hidden;
}
.main-wrap .info-wrap .img a {
  display:block;
}

@media (max-width: 768px) {
  .ss-thumbs,
  .ss-hgs {
    height:60px !important;
  }
  .main-wrap .info-wrap .img {
    height: 200px;
  }
  
}