@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
body{
    height: 100%;
}

/*secTop*/
.secTop{
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.secTop::before{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
}
.secTop .titBox{
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40rem;
    height: 8rem;
    position: relative;
    z-index: 1;
}
.type1 .secTop .titBox{
    background: var(--shinchikuKodateColor);
}
.type2 .secTop .titBox{
    background: var(--shinchikuMansionColor);
}
.type3 .secTop .titBox{
    background: var(--tochiColor);
}
.secTop .titBox .tit{
    color: #FFF;
    font-size: var(--pcFontSize18);
    font-weight: 700;
    letter-spacing: var(--pcLetterSpacing18_50);
}

.secTop .btnList{
	display: -webkit-flex;
    display: flex;
    gap: 0 1rem;
    padding: 0 1.5rem 0 0;
}
.secAreaForm .cmnBtn{
    max-width: 320px;
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_50);
    margin: 0 auto;
}

.secTop .typeList{
    position: absolute;
    left: 44rem;
    top: 3.3rem;
    font-size: 0;
}
.secTop .typeList .txtList{
    font-size: 1.5rem;
    letter-spacing: var(--pcLetterSpacing15_50);
    text-decoration: underline;
    font-weight: 700;
    margin-right: 3rem;
}
.secTop .typeList .txtList:last-child{
    margin-right: 0;
}
.secIndex .tabList{
    display: none;
}
@media only screen and (max-width:1215px){
    .secTop{
        display: block;
        border: none;
        position: static;
    }
    .secTop .titBox{
        width: 100%;
        height: 50px;
    }    
    .secTop .titBox .tit{
        font-size: 13px;
    }
    .secTop .btnList{
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 20;
    }   
    .secIndex{
        background: var(--bgColor);
    }
    .secIndex .tabList{
        background-image: repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 1px, transparent 1px, transparent 2px);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 100% 1px;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 10;
    }
    .secIndex .tabList .txtList{
        color: #000;
        width: 100%;
        height: 6.5rem;
        text-align: center;
        border-right: var(--borderColorLightGrey) solid 1px;
        display: block;
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_30);
        line-height: var(--spLineHeight13_20);
        padding: 1.2rem 0 0;
    }
    .secIndex .tabList .txtList:last-child{
        border: none;
    }
    .type1 .tabList .txtList:nth-child(1){
        background: var(--shinchikuKodateColor);
        color: #FFF;
        font-weight: 700;
        border:none;
    }
    .type2 .tabList .txtList:nth-child(2){
        background: var(--shinchikuMansionColor);
        color: #FFF;
        font-weight: 700;
    }
    .type3 .tabList .txtList:nth-child(3){
        background: var(--tochiColor);
        color: #FFF;
        font-weight: 700;
    }
    .type3 .tabList .txtList:nth-child(2){
        border: none;
    }
    .type2 .tabList .txtList{
        border: none;
    }
}

/* secMapList */
.secMapList{
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	z-index:99;
    margin-bottom: 0;
    display: none;
}
.map-list-action {
	position: absolute;
	top: -4.4rem;
	right: 0;
	z-index:10;
}
.map_btn {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 12rem;
	height: 4.5rem;
	box-sizing: border-box;
	border-radius: 0.5rem 0 0 0;
    background-color: var(--borderColorDarkGrey);
}
.map_btn .icon_close {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
}
.map_btn .icon_close::before,
.map_btn .icon_close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 1.3rem;
    background: #fff;
}
.map_btn .icon_close::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.map_btn .icon_close::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.map_btn-text {
    color: #fff;
    font-size: var(--pcFontSize13);
    font-weight: bold;
	margin-left: 7px;
}
.map-close-icon {
    display: inline-block;
    vertical-align: middle;
    background:url("../img/common/iconClose.png") no-repeat;
    background-size: 12px;
	width: 12px;
    height: 12px;
}
.tracemap {
    position: relative;
    width: 100%;
    height: 100%;
}
.tracemap::before {
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
}
.tracemap_list {
    height: 18rem;
    background: rgba(255,255,255,0.95);
	overflow-y:scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}
.tracemap_list-inner {
    padding: 0 5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.secMapList .listBox{
    background: #FFF;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    min-height: 12.1rem;
    position: relative;
    width: calc((100% - 10rem) / 3);
}
.secMapList .listBox:nth-child(3n+2),
.secMapList .listBox:nth-child(3n+3){
    width: calc((100% - 10rem) / 3 + 2.7rem);
    padding: 0 0 0 2.7rem;
    margin-left: 0.3rem;
}
.secMapList .listBox::after{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.secMapList .listBox:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.secMapList .boxEstateList{
    width: 100%;
}
.secMapList .boxTop{
    padding-top: 2rem;
}
.secMapList .imgRe{
    width: 12.1rem;
    float: left;
    position: relative;
}
.secMapList .imgRe .iconType{
    position: absolute;
    left: -10px;
    top: -10px;
}
.secMapList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.25%;
}
.secMapList .boxRight{
    width: calc(100% - 14.1rem);
    float: left;
    margin-left: 2rem;
}
.secMapList .titIn .logoSearchList{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 10px;
}
.secMapList .logoSearchList p{
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}
.secMapList .logoSearchList .iconKind{
    width: 36px;
    color: #FFF;
    text-align: center;
    padding: 5px 0 4px;
}
.secMapList .titIn{
    position: relative;
    margin-top: 1.3rem;
}
.secMapList .titIn .order1,
.secMapList .titIn .order2{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    line-height: var(--pcLineHeight15_23);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 12rem);
    margin: 0.1rem 0 0;
}
.secMapList .titIn .order2{
    text-decoration: underline;
}
.secMapList .titIn .order1{
    color: #ccc;
    white-space: normal;
    overflow: visible;
}
.secMapList .titIn .order1 .box + .box{
    margin-top: 5px;
}
.secMapList .boxIcon{
    display: inline-flex;
    vertical-align: top;
    margin-left: 0.2rem;
}
.secMapList .boxIcon .icon{
    font-size: var(--pcFontSize11);
    font-weight: normal;
    letter-spacing: var(--pcLetterSpacing11_50);
    color: #fff;
    padding: 0.5rem 0.7rem 0.4rem;
    margin: 0.1rem 0 0 0.7rem;
}
.secMapList .boxIcon .icon + .icon{
    margin-left: 1px;
}
.secMapList .boxIcon .icon.iconNew{
    position: static;
    background-color: var(--yellowColor);
    color: var(--textColor);
    font-weight: bold;
}
.secMapList .txtIn{
    font-size: var(--pcFontSize13);
    letter-spacing: var(--pcLetterSpacing13_50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-top: 0.3rem;
}
.secMapList .txtIn .txtNum{
    font-size: var(--pcFontSize22);
    font-weight: 500;
    vertical-align: -0.1rem;
}
.secMapList .txtSale{
    font-size: var(--pcFontSize13);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing13_50);
    margin-top: 0.3rem;
}
.secMapList .end{
    background: #f8f6f6;
}
.secMapList .end .txtIn{
    color: #ff0000;
    margin-top: 8px;
    letter-spacing: -0.5px;
    font-weight: bold;
}
.secMapList .end .imgBox{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media only screen and (max-width:1215px){
    .secMapList{
        bottom: 0;
    }
    .map-list-action {
        top: -34px;
    }
    .map_btn {
        justify-content: center;
        width: 80px;
        height: 35px;
    }
    .map_btn-text {
        font-size: 10px;
    }
    .map-close-icon {
        background-size: 11px;
        width: 11px;
        height: 11px;
    }
    .tracemap {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .tracemap::before{
        background-image: repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 1px, transparent 1px, transparent 2px);
    }
    .tracemap_list-inner {
        display: block;
        padding: 0 1rem;
    }
    .tracemap_list {
        height: 160px;
    }
    .secMapList .listBox{
        padding: 1rem 0;
        margin-bottom: 0;
        position: relative;
        min-height: 0;
        width: 100%;
    }
    .secMapList .listBox::after{
        background-image: repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 1px, transparent 1px, transparent 2px);
    }
    .secMapList .listBox:nth-child(3n+2),
    .secMapList .listBox:nth-child(3n+3){
        width: 100%;
        padding: 1rem 0;
        margin: 0;
    }
    .secMapList .listBox:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .secMapList .boxTop{
        padding-top: 0;
    }
    .secMapList .imgRe{
        width: 10.6rem;
    }
    .secMapList .imgRe .iconType{
        position: absolute;
        left: -4px;
        top: -4px;
        width: 26px;
    }
    .secMapList .imgRe .iconType img{
        width: 100%;
        height: auto;
    }
    .secMapList .boxRight{
        width: calc(100% - 11.6rem);
        margin-left: 0;
        float: right;
    }
    .secMapList .logoSearchList .iconKind{
        display: none;
    }
    .secMapList .logoSearchList .iconSearch img{
        height: 17px;
        width: auto;
    }
    .secMapList .titIn{
        margin-top: 0;
    }
    .secMapList .member .titIn{
        background: #fffafc;
    }
    .secMapList .titIn .iconKind{
        display: none;
    }
    .secMapList .titIn .order1,
    .secMapList .titIn .order2{
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_30);
        max-width: 100%;
        margin-top: 5px;
    }
    .secMapList .titIn .order1 .box + .box{
        margin-top: 0px;
    }
    .secMapList .titIn .logoSearchList {
        margin-left: 0;
        padding: 0;
    }
    .secMapList .boxIcon{
        margin-top: 0.4rem;
    }
    .secMapList .boxIcon .icon{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_30);
        padding: 0.3rem 0.5rem 0.1rem;
        margin: 0;
    }
    .secMapList .txtIn{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_30);
        margin: 5px 0 0;
        overflow: inherit;
        white-space: pre-wrap;
    }
    .secMapList .txtIn .txtNum{
        font-size: var(--spFontSize20);
    }
    .secMapList .txtSale{
        line-height: 1.4;
    }
    .secMapList .end .txtIn{
        margin-top: 5px;
        overflow: inherit;
        white-space: pre-wrap;
    }
}

/*secAreaForm*/
.bgAreaForm{
    display: none;
}
.areaOn .bgAreaForm{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    display: block;
}
.areaOn #header{
    position: static;
}
.secAreaForm{    
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 110;
    width: 80rem;
    height: 56rem;
    display: none;
}
.secAreaForm .boxBorder{
    border: solid 0.5rem var(--textColor);
    border-radius: 1.5rem;
    overflow: hidden;
    background: #FFF;
}
.secAreaForm .titSp{
    font-size: var(--pcFontSize20);
    font-weight: 700;
    letter-spacing: var(--pcLetterSpacing20_50);
    color: #FFF;
    padding: 2.8rem 2.5rem;
    background: var(--greenColor);
}
.secAreaForm .areaList{
    padding: 0 4.5rem
}
.secAreaForm .areaSelect .titIn{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_50);
    margin-bottom: 1.5rem;
}
.secAreaForm .boxScroll{
    height: 38.5rem;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.secAreaForm .boxPref{
    padding: 3rem 0 2.6rem;
}
.secAreaForm .areaCheck .areaBox{
    position: relative;
    display: none;
    padding: 2.6rem 0;
}
.secAreaForm .areaCheck .areaBox.isActive{
    display: block;
}
.secAreaForm .areaCheck .areaBox::before{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
}
.secAreaForm .boxCity + .boxCity{
    margin-top: 2.5rem;
}
.secAreaForm .boxCheck,
.secAreaForm .boxRadio{
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.8rem;
    margin-top: 0.9rem;
}
.secAreaForm .itemCheck,
.secAreaForm .itemRadio{
    width: calc((100% - 3.6rem) / 3);
}
.secAreaForm .isCol1 .itemCheck,
.secAreaForm .isCol1 .itemRadio{
    width: 100%;
}
.secAreaForm .isCol2 .itemCheck,
.secAreaForm .isCol2 .itemRadio{
    width: calc((100% - 1.8rem) / 2);
}

.secAreaForm .boxBtn{
    background-color: var(--bgColor);
    padding: 2rem;
}

.secAreaForm .popupClose{
    width: 3.9rem;
    height: 3.9rem;
    background-color: var(--textColor);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 1rem 0 1rem;
    font-size: 0;
    cursor: pointer;
}
.secAreaForm .popupClose::before,
.secAreaForm .popupClose::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 1.5rem;
    background: #fff;
}
.secAreaForm .popupClose::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.secAreaForm .popupClose::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width:1215px){
    .areaOn .bgAreaForm{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }
    .areaOn #header{
        position: static;
    }
    .secAreaForm{
        padding: 0 0 100px;
        margin: auto;
        height: auto;
        width: 93%;
        overflow-y: inherit;
        top: 30px;
    }
    .secAreaForm .bgBox{
        padding-top: 70px;
        overflow-y: auto;
        scroll-behavior: smooth;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .secAreaForm .txtSp{
        font-size: 14px;
        margin: 20px 0 10px;
        text-align: center;
    }
    .secAreaForm .titSp{
        font-size: 14px;
        font-weight: 700;
        color: #FFF;
        padding: 18px 0 18px 20px;
        background: #1e88e5;
        position: fixed;
        width: 93%;
        z-index: 40;
    }
    .secAreaForm .areaList{
        padding: 0 20px;
        margin: 0 auto;
        width: 100%;
    }
    .secAreaForm .areaList li{
        padding: 10px 0;
        border-bottom: none;
    }
}

.secForm.isSearchFilter .titForm{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-bottom: 1.3rem;
}
.secForm.isSearchFilter .boxFormItem{
    padding: 2.6rem 0 2.5rem;
    position: relative;
}
.secForm.isSearchFilter .boxFormItem + .boxFormItem::before{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--borderColorGrey), var(--borderColorGrey) 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.secForm.isSearchFilter select{
    min-width: 15rem;
}
.secForm.isSearchFilter .kara{
    font-size: var(--pcFontSize14);
    padding: 0 0.5rem;
}

/*areaForm*/
.areaForm,
.subForm{
    display: none;
}
@media only screen and (max-width:1215px){
    .areaForm,
    .subForm{
        position: fixed;
        left: 0;
        bottom: -70px;
        width: 100%;
        background: rgba(0,0,0,0.7);
        padding: 10px 2.5%;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        z-index: 120;
    }
    .areaForm.active,
    .subForm.active{
        bottom: 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        display: block;
    }
    .areaForm a,
    .subForm a{
        display: block;
        width: 48.73%;
        height: 50px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        border-radius: 3px;
    }
    .areaForm .btnClose,
    .subForm .btnClose{
        background: #FFF;
        color: #000;
        padding-top: 19px;
        float: left;
        box-shadow: 0 -3px 0 0 #e5e5e5 inset;
    }
    .areaForm .btnArea,
    .subForm .btnArea{
        background: #1e88e5;
        color: #FFF;
        padding-top: 19px;
        float: right;
        box-shadow: 0 -3px 0 0 #1b7ace inset;
    }
}

/* secMapMain */
.secMapMain{
	width:100%;
	padding:0;
	margin:0 auto;
}
.secMapMain .boxMain{
	width:100%;
}
.secMapMain .boxMap{
	position:relative;
}
.secMapMain .boxSide{
	width:100%;
	padding:0 0 30px;
}
#area_map{
	width:100%;
	height:calc(100vh - 17rem);
}
@media only screen and (max-width:1215px){
    #area_map{
        height:calc(100vh - 13.5rem);
    }
}
/* マップ用 */
.secMapMain .marker a{
    display:block;
    width:60px;
    height:60px;
    font-size:26px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    line-height:56px;
    color:#fff;
    border:solid 2px #fff;
    border-radius:100%;
    font-family: 'Oswald', sans-serif;
}
.type1 .secMapMain .marker a,
.type2 .secMapMain .marker a,
.type3 .secMapMain .marker a{
    background:var(--greenColor);
}
.type1 .secMapMain .marker.active a,
.type2 .secMapMain .marker.active a,
.type3 .secMapMain .marker.active a{
    background:var(--orangeColor);
}
.pin_zoom {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 70px;
    min-height: 70px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.pin_zoom .pin_zoom-icon {
    display: block;
    vertical-align: middle;
    background: url("../img/common/iconZoom.png") no-repeat;
    background-size: 14px;
    width: 70px;
    height: 32px;
    background-position: center 12px;
    /* text-align:  center; */
}
.pin_zoom .pin_zoom-text {
    display: block;
    margin-top: -7px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secMapMain .marker a{
        width:40px;
        height:40px;
        font-size:18px;
        line-height:36px;
    }
}