@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}


/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section {
	display: none;
}

a:hover {
    text-decoration: none;
}

/*-----------------------------------------------------------
コンテンツ名を入れる
-----------------------------------------------------------*/
#article {

}


.search__page * {
}
.search__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	gap: 8px;
}
.search__ttl {
	text-align: center;
	padding-top: 75px;
	margin-bottom: 51px;
}
.search__ttl h1 {
	margin-top: 13px;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1.6px;
}

.search__item {
	display: flex;
	width: 466px;
	height: 110px;
}
.search__btn::before {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    left: 30px;
    left: 30px;
    transform: translateY(-50%);
}
.search-ensen::before {
    width: 25px;
    height: 37px;
    width: 25px;
    height: 37px;
    background-image: url(../images/ensen_icon.png);
}
.search-address::before {
    background-image: url(../images/address_icon.png);
    width: 27px;
    height: 37px;
}

.search-map::before {
    background-image: url(../images/map__icon.svg);
    width: 27px;
    height: 37px;
    width: 27px;
    height: 37px;
}

.search-map::before {
    background-image: url(../images/map__icon.svg);
    width: 27px;
    height: 37px;
}
.search__btn {
	font-size: 25px;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 309px;
	height: 110px;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #efeeee;
	color: #FFFFFF;
	background-color: #B60181;
}

.search__btn:hover {
	color: #FFFFFF;
	opacity: 0.7;
}
.search__btn::after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow_w.png);
    width: 8px;
    height: 16px;
    right: 20px;
    right: 20px;
}

.search__btn-shop::before {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
	left: 145px;
    transform: translateY(-50%);
	width: 76px;
    height: 96px;
    background-image: url(../images/shop_icon.png);
}

.search__btn-shop {
    text-align: center;
    font-size: 25px;
    color: #333;
    display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    height: 110px;
	padding-left: 70px;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px #efeeee;
    background-color: #fff;
}
.search__btn-shop:hover {
	color: #333;
	opacity: 0.7;
}

.search__btn-shop::after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow_p.png);
    width: 8px;
    height: 16px;
    right: 49px;
}


.h2__heading {
    color: #B60081;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    margin-top: 160px;
}

.l-handling {
  background-color: #fff;
  margin-bottom: 65px;
}
.l-handling__wrapper {
  width: 950px;
  margin: 0 auto;
}
.l-handling__inner {
  display: block;
}

.l-handling__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 31px;
  gap: 8px;
}
.l-handling__content {
    width: 283px;
    height: 304px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px 10px 20px;
}

.l-handling__content a:hover {
    opacity: 0.8;
}

.l-handling__content__image {
  position: relative;
}

.l-handling__content__image img {
  width: 284px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-handling__content__image.new_bkn::before {
    content: "NEW";
    width: 54px;
    height: 24px;
    background-color: #b60280;
    padding: 0 12px 4px;
    font-size: 12px;
    letter-spacing: 1.68px;
    line-height: 24px;
    color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    box-sizing: border-box;
}

.l-handling__content__category {
    background-color: #EBEBEB;
    padding: 0 8px;
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}
.l-handling__content__name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 24px;
  text-overflow: ellipsis;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.l-handling__content__price span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 24px;
  color: #b60280;
}
.l-handling__content__price {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 24px;
  color: #b60280;
}
.l-handling__content__breadth {
  font-size: 12px;
  line-height: 18px;
}
.l-handling__content__address {
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.l-handling__content__distance {
  font-size: 12px;
  line-height: 18px;
}

.bkn_more {
    text-align: right;
}

.bkn_more a {
    color: #333;
    font-size: 16px;
    position: relative;
    padding-right: 20px;
}
.bkn_more a:hover {
    color: #B60181;
}
.bkn_more a:after {
    content: "";
    background-image: url(../images/more_icon.png);
    width: 9px;
    height: 12px;
    position: absolute;
    top: 7px;
    right: 0;
}
.property-type_wrapper {
	margin-bottom: 82px;
}

.property-type_wrap {
    display: flex;
    justify-content: space-between;
	margin-top: 30px;
}

.property-type_item {
    display: flex;
}

.property-type_item a {
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px 0 7px;
    width: 220px;
    height: 100%;
    background-color: #FFF9FD;
    border: 2px solid #B60181;
    border-radius: 10px;
    box-shadow: 0px 3px 0px #B60181;
}
.property-type_item a:hover {
	box-shadow: 0px 0px 0px #B60181;
    transform: translateY(3px);
}
    .property-type_inner .name {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #B60181;
    }
.property-type_item .nocount-gray {
    background-color: #ECECEC;
    border: 2px solid #A5A5A5;
    box-shadow: none;
}
.property-type_item .nocount-gray:hover {
    box-shadow: none;
    transform: translateY(0);
    pointer-events: none;
}
    .property-type_item .nocount-gray .property-type_inner .name {
        color: #A5A5A5;
    }