@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  new_property
* --------------------------------------------------------------------------------------------------*/

input,button {
  display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
	-webkit-font-smoothing: antialiased;
}

.list_new{
	flex-wrap: wrap;
	width: 845px;
	margin: 0 auto;
}

.list_new li{
	width: 240px;
	margin-bottom: 40px;
}

.list_new li a{
	display: block;
    text-decoration: none!important;
}

.list_new li:not(:nth-of-type(3n)){
	margin-right: 62px;
}

.list_new .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65.38%;
  background: #eee;
  overflow: hidden;
}

.list_new .img .ofi{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.list_new .catchcopy {
  margin: 13px 0 5px;
  font-family:游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, 'Noto Serif JP', メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.list_new .place{
  line-height: 1.4;
	font-size: 1.4rem;
	margin: 0 0 5px;
	text-align: center;
}

.list_new .price{
	font-size: 1.6rem;
	text-align: center;
}

.list_new .price span{
	font-size: 70%;
}

.literature{
	position: relative;
	z-index: 1;
}

.literature:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 5px;
	z-index: 2;
	display: block;
	width: 52px;
	height: 52px;
	background-color: rgba(0,0,0,0.9);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.literature:after{
	content: "文学";
	position: absolute;
	top:-7px;
	left:-4px;
	z-index: 3;
	color:#fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1px;
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 1.4rem;
}

.ie11 .literature:after{
	top:-9px;
	left:-6px;
}

.area_search {
  border: solid 1px #999;
  margin: 0 0 30px;
  padding: 20px 20px 30px;
}

.area_search,
.search_detail_area {
  font-size: 16px;
  line-height: 1.6;
}

.bg_gray .area_contents .area_search h2,
.bg_gray .area_contents .search_detail_area h2 {
  margin: 20px 0 5px;
  font-size: 16px;
}

.area_search .check_unit,
.search_detail_area .check_unit {
  display: inline-block;
  margin:10px 0;
}

.area_search .check_unit a {
  margin-right: 25px;
}

.bg_gray .area_contents .search_btn a,
.bg_gray .area_contents .search_btn input[type="submit"] {
  width: 240px;
  height: 50px;
  line-height: 50px !important;
  border: solid 1px #000;
  margin: 20px auto 25px;
  padding: 0;
  transition: all 0.3s ease;
}
.bg_gray .area_contents .search_btn a:hover,
.bg_gray .area_contents .search_btn input[type="submit"]:hover {
  background: transparent;
  color: #000;
}

.bg_gray .area_contents .search_detail_toggle {
  margin: 20px -20px -30px;
}
.bg_gray .area_contents .search_detail_toggle a {
  width: 100%;
  height: 50px;
  line-height: 50px !important;
  margin: 0;
	padding: 0;
  position: relative;
}
.bg_gray .area_contents .search_detail_toggle a::before {
  content: '＋';
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 20px;
}
.bg_gray .area_contents .search_detail_toggle a.on::before {
  content: '－';
}

.bg_gray .area_contents input[type="checkbox"] + label {
  margin-right: 20px;
  padding-left: 22px;
  line-height: 2;
  position:relative;
  font-size: 14px;
  color: #555;
  transition: all 0.4s ease;
}
.bg_gray .area_contents input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.bg_gray .area_contents input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  opacity: 0;
  transition: all 0.3s ease;
}

.bg_gray .area_contents input[type="checkbox"]:checked + label {
  color: #000;
  background: #eee;
}
.bg_gray .area_contents input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.bg_gray .area_contents .select_wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid #bbbbbb;
}
.bg_gray .area_contents select {
  padding-right: 1em;
  cursor: pointer;
  position: relative;
  text-indent: 0.01px;
  padding: 8px 38px 8px 8px;
  color: #666666;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.bg_gray .area_contents select::-ms-expand {
  display: none;
}
.bg_gray .area_contents select {
  position: relative;
  /*border: 1px solid #bbbbbb;*/
  border-radius: 2px;
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
}
/* .bg_gray .area_contents .select_wrap::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin-top: -2px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 99;
} */

.range {
  line-height: 40px;
  vertical-align: top;
}

.search_detail_area {
  height: 0;
  margin: 30px -20px -30px;
  background: #f9f9f9;
  overflow: hidden;
}
.search_detail_area.on {
  height: auto;
  padding: 0 20px 20px;
}

.search_result {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
  border: solid 1px #999;
  text-align: center;
  font-size: 14px;
}
.search_result p { text-align: center; }

.search_result .count {
  font-weight: bold;
  font-size: 24px;
}


.map_area {
  width: 100%;
  height: 600px;
  position: relative;
}
#search_by_map {
  width: 100%;
  height: 100%;
}

.map_area #loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.map_area #loading .loadingMsg {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6em;
  margin-left: -6em;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.map_area #loading .loadingMsg::before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.map_area #loading .loadingMsg::after {
  background: rgba(0,0,0);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flex_wrap {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.flex_wrap .flex_unit {
  margin-left: 20px;
}
.flex_wrap h2 {
  margin: 0 !important;
}
.area_search .select_wrap{
  width:auto;
}
@media screen and (max-width: 768px){

  .list_mypage li {
    width: 48%;
  }

  .list_new{
      width: 100%;
      margin-top: 7%;
  }

  .list_new li{
      width: 50%;
      margin: 0 0 7%;
  }

  .list_new li:not(:nth-of-type(3n)){
      margin-right: auto;
  }

  .list_new .place{
    font-size: 1.3rem;
    margin: 5% 0 2%;
  }

  .list_new .price{
      font-size: 1.5rem;
      line-height: 1.3;
  }

  .literature:before{
      top: -4px;
      left: 12px;
      width: 40px;
      height: 40px;
      background-color: rgb( 0,0,0, 0.9 );
  }

  .literature:after{
      top: -3px;
      left: 3px;
      font-size: 1rem;
  }
  .area_search .select_wrap{
    width:44%;
  }

  .area_search.map .search_by_area .acco_area.on {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  .area_search.map .search_by_area .check_unit {
    display: inline-block;
    width: 47%;
    margin-bottom: 10px;
  }
  .area_search.map .search_by_area .check_unit a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border: solid 1px #ddd;
    text-decoration: none;
    position: relative;
  }
  .area_search.map .search_by_area .check_unit a::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }

  .map_area {
    width: 100vw;
    height: 55vh;
    margin: 0 -7.5vw;
  }
  .check_unit input{
    display: block;
  }
  .flex_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  .flex_wrap .flex_unit {
    margin-left: 0;
  }
  .flex_wrap h2 {
    margin: 15px 0 5px !important;
  }

  .toggle_func {
    background: #eee;
    padding: 10px 15px;
    position: relative;
  }
  .toggle_func::after {
    content: '＋';
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .toggle_func.on::after {
    content: '－';
  }

  .acco_area { display: none; }
  .acco_area.on { display: block; }

}

@media screen and (max-width: 374px) {
  .bg_gray .area_contents .search_btn a,
  .bg_gray .area_contents .search_btn input[type="submit"] {
    min-width: auto;
    max-width: 100%;
  }
}

/*---------------------------------
  Map
---------------------------------*/

#map-swiper {
  display: block;
  width: 100%;
  height: 40vh;
  background-color: #666;
  position: fixed;
  bottom: -40vh;
  left: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

#map-swiper .swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 100px;
}

#map-swiper .swiper-slide {
  background: #fff;
  line-height: 1.6;
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
}
#map-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#map-swiper .swiper-button-next,
#map-swiper .swiper-button-prev {
  color: #000;
}

#map-swiper .swiper-slide a {
  text-decoration: none;
}


#map-swiper .image-area {
  width: 100%;
  background: #999;
  overflow: hidden;
  position: relative;
}
#map-swiper .image-area::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 38%;
}
#map-swiper .image-area [data-key="main_image_file_path-image"] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#map-swiper .image-area [data-key="main_image_file_path-image"] img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: 100% !important;
}

#map-swiper .building-name {
  letter-spacing: 1px;
  padding: 0 15px;
  background: #000000;
  font-weight: bold;
  color: #fff;
}

#map-swiper .main-info {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 10px 15px;
}
#map-swiper .main-info .price {
  font-weight: bold;
  font-size: 2rem;
  color: #ff0000;
}
#map-swiper .main-info .floor-plan {
  font-weight: bold;
  font-size: 1.5rem;
}

#map-swiper .sub-info {
  padding: 0 15px 15px;
}
#map-swiper .sub-info .list dt,
#map-swiper .sub-info .list dd {
  line-height: 1.6;
  font-size: 1.4rem;
}
#map-swiper .sub-info .list dt {
  float: left;
  font-weight: bold;
}
#map-swiper .sub-info .access [data-key="traffic"] {
  letter-spacing: 1px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #map-swiper {
    display: none;
    width: 100vw;
    height: auto;
    margin: 0 -7.5vw;
    position: relative;
    bottom: 0;
  }
  #map-swiper .swiper-container {
    padding: 0 30px;
  }
}
