@charset "utf-8";

#map_squeeze,
.list_contents_detail,
.list_contents_detail dl,
.img,
.inner-top-left,
#map-search #spot-display {
	clear: both;
}
#map_hint,
#map_bottomList h2,
.list_contents_detail,
.list_contents ul,
.staffComment,
.inner-top-left,form-section nomargin,
#spot-display {
	overflow: hidden;
	height: 100%;
}



#contents * {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    color: #333;
	font-weight: 400;
    box-sizing: border-box;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}

/*--map_hint--*/
#map_hint {
	margin: 0 0 7px;
}
#map_hint dt {
	float: left;
	background: #e5e5e5;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	font-size: 110%;
	font-weight: bold;
}
#map_hint dd {
	float: left;
	background: url(/images/bg_mapArrow.jpg) no-repeat left center;
	padding: 0 0 0 13px;
	line-height: 1.7;
}

.h1_section {
	display: none;
}

/*--map_bottomList--*/
#map_bottomList {
	margin: 0 0 10px;
}
#map_bottomList h2 {
	border-left: 5px solid #133173;
	border-bottom: 2px solid #133173;
	padding: 0 0 0 7px;
	margin: 0 0 5px;
}
#map_bottomList h2 span.ttl {
	font-weight: bold;
	font-size: 110%;
	float: left;
}
#map_bottomList h2 span.goList {
    float: right;
	text-decoration: underline;
}

/*--list_contents--*/
.list_contents {
	float: left;
	width: 224px;
	margin: 0 5px;
    border: 1px solid #ccc;
	box-shadow: 0 2px 2px #ddd;
	padding: 0 0 5px;
}
.list_contents p.salesPoint {
	padding: 3px 3px 0 3px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
	background: #f9f9f9;
}
.list_contents p.bukken {
	text-align: center;
	margin: 0 0 10px;
	height: 112px;
	width: 224px;
	display: table-cell;
	vertical-align: middle;

}
.list_contents p.bukken:hover {
	opacity: 0.7;
}
.list_contents p.bukken img {
	border: 1px solid #ccc;
}

.list_contents ul {
	margin: 10px 0 5px;
}
.list_contents li {
	float: left;
	margin: 0 0 0 1px;
	display: inline;
}
.list_contents_detail {
	margin: 0 0 0 10px;
	min-height: 105px;
	height: auto!important;
	height: 105px;
}
.list_contents_detail dt {
	float: left;
	margin: 0 10px 0 0;
}
.list_contents_detail dd {
	float: left;
	width: 156px;
}
.list_contents_detail dl {
	margin: 0 0 3px;
}
.list_contents_detail dl.price dt {
	background: #f17d00;
}
.list_contents_detail dl dt {
	background: #000;
	width: 43px;
	color: #fff;
	text-align: center;
}
.staffComment {
	width: 205px;
	margin: 0 auto 10px;
	padding: 4px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.staffComment dt {
	float: left;
	width: 44px;
}
.staffComment dd {
	float: right;
	width: 150px;
	font-size: 80%;
}
.list_contents p.detailBt {
	text-align: center;
	margin: 0 0 5px;
}

/*--map-squeeze--*/
#map-squeeze {
	margin: 0 0 20px;
	padding: 22px 170px 22px;
}
.map-squeeze-inner {
	border: 1px solid #CFD8DC;
	background:#FFF;
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}
.map-squeeze-inner h3 {
    width: 160px;
    min-width: 128px;
    background-color: #eceff1;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #455a64;
    min-width: 160px;
    border-bottom: 1px solid #CFD8DC;
}
.form-section {
	display: flex;
}

.map-class label {
	margin: 0 8px 0 0;
}
.img {
	min-height: 10px;
	height: auto!important;
	line-height: 20px;
}

.form-section input {
	vertical-align: -6px;
	appearance: none;
	min-width: 16px;
	height: 16px;
	margin-right: 7px;
	border: 1px solid #CFD8DC;
	appearance: none;
	border-radius: 2px;
	cursor: pointer;
}

input[type="radio"]:checked {
	    background: url(/images/bkn/map/img_check_on.png) center / cover no-repeat;
}
.width-size select {
	width: 156px;
	height: 35px;
	background-color: rgba(236, 239, 241, .2);
	font-size: 13px;
	font-weight: bold;
}

select {
    appearance: none;
    width: 156px;
    height: 36px;
    border: 1px solid #CFD8DC;
    border-radius: 4px;
    padding: 0 33px 0 10px;
    cursor: pointer;
}
.buy-left.tochi{
	width: 262px;
}
.form-section select.buy-area {
	width: 75px;
}

.inner-bottom {border-bottom: 1px solid #CFD8DC;}

.inner-bottom-right label {
	display: inline-block;
	/* width: 100px; */
	display: flex;
	align-items: center;
}

.inner-bottom-right .buy label{
	width:103px;
}

.madori .label-inner {
	display: flex;
	flex-wrap: wrap;
}
.madori .label-inner.buy-mansion {
	float: left;
	width: 620px;
}
.inner-bottom-left label:not(:last-child) {
	border-bottom: 1px solid #CFD8DC;
}
.inner-bottom-left label {
	align-items: center;
	padding: 10px;
	color: #000000;
	margin: 0 auto;
	display: flex;
	width: 598px;
	cursor: pointer;
}
.inner-bottom-left .label-inner {width: fit-content;margin: 0;border: 1px solid #CFD8DC;border-radius: 5px;}
.inner-bottom-left .form-section {
	margin: 0 3px 5px 5;
}
.inner-bottom-right .form-section,
.madori{
	margin: 0;
}

.inner-bottom p.close {
	background: url(/images/bg_mapArrow2.jpg) no-repeat right center;
	clear: both;
	width: 45px;
	text-decoration: underline;
}
.inner-bottom p.open {
	clear: both;
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 20px;
}

/*--map-search --*/

#map-search {
	line-height: 2em;
	width: 100%;
	height: 780px;
	position: relative;
}
#map-search #gmap {
	float: inherit;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 100%;
	height: 100%;
	position: absolute;
}

#map-search #map-display {
	float: right;
	width: 250px;
	border-bottom: 1px solid #bbb;
}

#map-display h2 {
	margin: 0 0 10px;
}
#map-display .map-list-wapper {
	overflow: auto;
	height: 452px;
	width: 250px;
	margin: 0 0 0 8px;
}
.map-list-wapper .map-list {
	margin: 12px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #CFD8DC;
	overflow: hidden;
}
.map-list-wapper img:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.map-list .map-list-column-upper {
	float: none;
	width: inherit;
	height: inherit;
}
.map-list p.bt {
    float: left;
    width: 130px;
    padding: 0 5px;
    height: 65px;
}
.map-list p.bt a{
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}
.map-list table {
	float: left;
	width: 238px;
	padding:5px;
	border-radius: 5px;
}

.map-list table tr{
	width: 225px;
}

.map-list table td{
    font-size: 12px;
}

.map-list table td .map_item{
    font-weight:bold;
    color: #FFFFFF;
    padding: 2px 3px;
    border-radius:3px;
}
.map-list li span {
	font-weight: bold;
	color: #ff0000;
	font-size: 120%;
}
#spot-display {
	border: 2px solid #bbb;
	padding: 6px;
	background: url(/images/bg_icon.jpg) no-repeat 179px 6px;
}
#spot-display.parking {
    background: url(/images/bg_icon_parking.jpg) no-repeat 179px 6px;
}
#spot-display h3 {
	float: left;
	width: 172px;
}
#spot-display label,
#spot-display p {
    float: left;
    text-align: center;
    width: 77px;
    margin: 0 8px 0 0;
    height: 19px;
    line-height: 19px;
}
#spot-display label {
	font-size: 90%;
	height:70px;
	cursor:pointer;
}
#spot-display p {
	margin: 0;
}
#spot-display input {
	vertical-align: -2px;
	_vertical-align: -5px;
	*vertical-align: -5px;
}
.display-check .estate {
	background: #fce075;
}
p.go-spot {
	text-align: right;
	margin: 0 0 20px;
}

#bknclick {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 33px;
    right: 0;
    overflow: auto;
    position: absolute;
    width: 250px;
}

#bknsearch {
    height: 699px;
    right: 0;
    margin: 0 0 0 5px;
    overflow: auto;
    position: absolute;
    width: 398px;
    top: 0px;
    background-color: #EDEFF2;
    border-left: 2px solid #CFD8DC;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
    margin-top: 80px;
}

#loading {
	top: -31px;
	left: -34px;
	z-index: 0;
	position: relative;
}

#loading2 {
	position: absolute;
	top: 651px;
	left: 950px;
	z-index: 0;
}

.cover {
	display:none;
}

.close,
.open {
	cursor:pointer;

}
/*--area info--*/
#area-info{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 15px 15px;
	margin: 20px 5px;
}
#area-info h2{
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: linear-gradient(to bottom, #fff, #f0f0f0);
    padding: 2px 10px ;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #D9D9D9;
    border-left: 4px solid #130975;
	width: 883px;
    margin-top: 15px;
}
#area-info table{
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#area-info tr th{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
	background: #eee;
}

#area-info tr td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
#area-info  tr th{
    width: 25%;
}
#area-info  tr td{
    width: 25%;
}
#area-info .group1  tr th{
    width: 25%;
}
#area-info .group1  tr td{
    width: 75%;
    width: 75%;
}
#area-info .powered{
    margin:10px 10px 0 22px;
}
#area-info .powered .notice{
    margin-left:-12px;
}

.md-form__select {
	display: flex;
    align-items: center;
    gap: 5px;
}


.ui-select {
	position: relative;
	width: fit-content;
}

.md-form__select select {

}

.ui-select svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
}

.md-form__ttl {
    width: 160px;
    min-width: 128px;
    background-color: #eceff1;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #455a64;
}

.md-form__contents {
    flex: 1;
    padding: 12px;
    border-bottom: 1px solid #CFD8DC;
}

.search-select-fixed__btn .select-fixed__btn{
    width: 240px;
    height: 44px;
    gap: 10px;
    font-weight: bold;
    line-height: 1;
}

#searchForm {
	margin: 0 auto;
}

.md-form__check {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: anchor-center;
}

#searchForm label {
cursor: pointer;
}

.open svg {
    width: 18px;
    height: 18px;
	fill: #263238;
}

#map-search .map__bkn-switch.is-close {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    width: 130px;
    height: 39px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: inherit;
    border: 1px solid #CFD8DC;
    z-index: 2;
    position: relative;
}

#map-search .map__bkn-switch {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	border: none;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	width: 130px;
	height: 39px;
	overflow: inherit;
	z-index: 2;
	position: relative;
}

.map__bkn-switch::before {
	content: "×";
	font-size: 16px;
	color: #999;
	font-weight: bold;
	position: absolute;
	left: -6px;
}

#map-search .map__bkn-switch.is-close::before  {
    display: none;
} 

#contents [class*="ui-sub-btn--"] {
    border: 1px solid #CFD8DC;
    min-height: 39px;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    width: fit-content;
    font-weight: 400;
    padding: 7px;
}

.searchForm-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: rgba(38, 50, 56, .9)!important;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.searchForm-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: rgba(0,0,0,0.5); */
    z-index: 9998;
    display: none;
}

.searchForm-modal-bg .contents__inner {position: relative;width: 1140px;height: 70%;top: 15%;}

#searchForm.searchForm-modal {
    position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 9999;
    display: none;
    padding: 0;
    overflow: auto;
    max-height: 568px;
    width: 1140px;
    height: 60%;
}
#searchForm .searchForm-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.ui-close-btn:before, .ui-close-btn:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    inset: 0;
    margin: auto;
    transform: rotate(50deg);
}

.ui-close-btn:before {
    transform: rotate(135deg);
}

.ui-close-btn {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: -2vw;
}

input[type="checkbox"]:checked {
    background: url(/images/bkn/map/img_check_on.png) center / cover no-repeat;
}

.contents__inner {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

.bknclick__box {
	background: #EDEFF2;
	padding: 10px;
	padding: 20px 10px 16px 10px;
	display: flex;
	justify-content: space-between;
	height: 75px;
}

.map__btns {
	display:flex;
	justify-content: end;
	gap: 155px;
	align-items: center;
	margin-bottom:16px;
	width: 396px;
	margin: 0 0 0 auto;
	height: 80px;
	padding: 0 12px;
	background: #fff;
	z-index: 2;
	position: relative;
	position: sticky;
}

.map-bkn__building-info svg {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.map-bkn__building-info:hover {
pointer-events: none;
}

#map-search .map-bkn__textbox .map-bkn__ttltext {
	width: 270px !important;
    text-align: start !important;
    font-size: 14px;
    color: #263238;
    font-weight: bold;
}

.map-bkn__imgbox 
{
	width: 80px;
	height: 69px;
	flex-shrink: 0;
}

.map-bkn__imgbox img
{
	width: 100%;
	height: 100%;
	background-color: #eceff1;
	object-fit: contain;
}

.map-bkn__imgtextbox {
	display: flex;
	padding: 5px;
	border-bottom: 1px solid #CFD8DC;
	gap: 12px;
}

.map-list.clearfix a:hover  {
text-decoration: none;
opacity: 0.7;
}

#contents .bkn__pricetext {
	font-weight: bold;
	font-size: 16px;
	color: rgb(51, 51, 51);
	padding: 0 0 5px 0;
}

#contents .map-bkn__typetex {
    font-size: 10px;
    color: #455A64;
    margin-bottom: 4px;
}

.bkndata__textbox {
	display: flex;
	/* gap: 10px; */
}

.border_item {
margin: 0 4px;
}

#contents .bkndata__textbox p {
font-size: 12px;
color: #455A64;
line-height: 1.4;
}

.bkndata {
	padding: 12px;
}

/* 会員登録 */
#contents .md-main-btn {
    width: 232px;
    height: 39px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    background: #b60081;
    color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(38 50 56 / 30%);
    position: absolute;
    right: 0;
    left: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.members__box {
    width: 285px;
    height: 113px;
    position: relative;
}

.members__box img {
width: 100%;
}

#contents .bukkenImages img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #eceff1;
}

.bukkenImages {
    position: relative;
    height: 70px;
}

.bknlist__img svg {
    width: 30px;
    height: 40px;
    fill: #fff;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
}

.member__img {
    width: 84px;
    height: 70px;
    flex-shrink: 0;
}

#contents .md-members-only-img__text {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 17px;
    left: 10px;
    right: 0;
    margin: auto;
}
.list_section__wrap {
	display: flex;
	width: 354px;
	position: relative;
}

.list_section__wrap a {
	position: relative;
	}

/* 波状アニメーション用のCSS */
.ripple-effect {
    border: 2px solid #0a6abf;
    border-radius: 50%;
    animation: ripple 1.5s infinite;
    pointer-events: none;
    z-index: 1000;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

.map__box.select-fixed {
	position: sticky;
    bottom: 0;
}

.condition-modal .select-fixed {
    width: 100%;
    min-width: auto;
    background-color: #DADEE0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.select-fixed__btn {
    width: 240px;
    height: 44px;
    gap: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
}

[class*="ui-sub-btn--"] {
    border: 1px solid #CFD8DC;
    min-height: 34px;
    justify-content: center;
    padding: 12px 0 10px;
    font-size: 14px;
    background-color: #fff;
}

.search-btn {
	width: 100%;
	min-width: auto;
	background-color: #DADEE0;
	position: sticky;
	bottom: 0;
	left: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-fixed__btn svg {
    width: 18px;
    height: 18px;
}

.map__btn-condition {
	width: 100px;
}

#contents .search-select-fixed__btn .select-fixed__btn {
    width: 240px;
    height: 44px;
    gap: 10px;
    font-weight: bold;
    line-height: 1;
}

.bkndata {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-bkn__arw svg {
    width: 10px;
    height: 10px;
    color: #263238;
}

.bkndata {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.map-bkn__arw svg {
    width: 10px;
    height: 10px;
    color: #263238;
}