@charset "utf-8";
.plr2 {
  padding-left: 2%;
  padding-right: 2%;
}
/* --------------
title 
-------------- */
section.title {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  section.title {
    margin-top: 0px;
    height: 150px;
  }
}
section.title h2 {
  font-size: 3.2rem;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
section.title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.title:after {
  background-image: url(../img/mv.jpg);
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* --------------
tab
-------------- */
.top-wrap2 h3 {
  padding-top: 5rem;
}
.tab {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
}
.tab span {
  font-size: 1.8rem;
  padding: 15px 20px;
  border-radius: 25px;
  border: solid 2px #EA5A52;
  width: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
    .top-wrap2 {
        width: 96%;
        margin: auto;
    }    
  .tab span {
    margin-right: 10px;
  }
}
.tab span.active {
  background-color: #EA5A52;
  color: white;
}
fieldset {
  border: none;
  padding: 50px 0;
}
fieldset button {
  background-color: white;
  border: solid 1px #333;
  border-radius: 15px;
  padding: 6px 10px;
  margin: 15px 10px 0 8px;
  min-width: 165px;
  margin-top: 15px;
  color: #333;
  cursor: pointer;
  font-size: 1.35rem;
  /*font-weight: 600;*/
}
.control.control-category.active {
  background: #333333;
  color: #fff;
}

.control.control-category.mixitup-control-active {
  background: #EA5A52;
  color: #fff;
}


@media (max-width: 768px) {
  fieldset button {
    min-width: auto;
    margin-top: 10px;
  }
}
/* --------------
choice
-------------- */
.choice_t {
  border: none;
  background-color: #FFE5DF;
}
.choice_t .flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto;
}
#map {
  display: none;
  position: relative;
}
#map:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background-color: white;
}
@media (max-width: 768px) {
  #map:after {
    top: 30px;
  }
}
#map:before {
  content: "";
  height: 500px;
  width: 1px;
  background-color: white;
  left: 0px;
  top: 50px;
  display: block;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  #map:before {
    top: 30px;
  }
}
#map iframe {
  max-width: 980px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: 500px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #map iframe {
    margin-top: 30px;
  }
}
/* --------------
propertyList
-------------- */
#propertyList > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  place-content: center;
  place-items: center;
}
#propertyList ul > li {
  width: 100%;
  max-width: 420px;
  /*max-height: 280px;*/
  overflow: hidden;
  /*width: 50%;*/
  /*margin-top:50px;*/
}
@media (max-width: 768px) {
  #propertyList ul > li {
    width: 90%;
    min-width: 0;
  }
}
#propertyList li.card_case {
  margin-bottom: 50px;
  background-color: #F7F7F7;
  border-radius: 12px;
}
#propertyList li .mainImage_card_case {
  position: relative;
}
#propertyList li .mainImage_card_case img {
  border-radius: 12px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}
#propertyList li .category {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  ;
  font-weight: 600;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 12px 0 12px;
  background-color: hsla(0, 0%, 100%, 1.00);
  text-align: center;
  color: #464646;
  z-index: 5;
}
#propertyList li li.openDate {
  position: absolute;
  left: 20px;
  top: 280px;
  background-color: #575757;
  color: white;
  padding: 5px 20px;
  width: 180px;
}
#propertyList li li.nameDate h3{
  font-size: 2rem;
  margin: 30px auto 10px;
  width: 90%; 
  display: block;    
}
#propertyList li .lead_case {
  color: #fff;
  background-color: #EA5A52;
  border-radius: 17px;
  border: solid 2px #EA5A52;
  width: 120px;
  height: 35px;
  margin: 0 20px 20px auto;
  display: block;
  text-align: center;
	cursor:pointer;
}
#propertyList li .lead_case:hover {
  background: #ffffff;
  color: #333333;
}
/* medium screen --------------------------------------------------------------------------------*/
@media (min-width: 640px) {}
/* large screen --------------------------------------------------------------------------------*/
@media (min-width: 950px) {}