.cont-1000{
    max-width: 1000px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
.hv-o:hover{
    opacity: 0.7;
}
.tlth3{
    border-left: 3px solid #c33;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 16px;
    margin-bottom: 0;
}
.bds-main{
    padding-top: 40px;
}
.sec1-top-bds-tlt{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    padding: 24px 0 16px;
}
.sec1-top-bds-tlt:before{
    content: '';
    border-top: 1px solid #c33;
    content: '';
    display: block;
    height: 0px;
    padding-bottom: 8px;
    width: 96px;
}
.sec1-top-bds-list-tlt{
    background: #333;
    color: #fff;
    display: block;
    width: 70px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    text-align: center;
    margin-bottom: 0;
}
.sec1-top-bds-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.p{
    margin: 0;
}
.sec1-top-bds-price{
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.sec1-top-bds-gr-tlt{
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    column-gap: 18px;
}
sup{
    font-size: 12px;
    top: -5px;
}
.sec1-top-bds-left{
    width: 62.5%;
}
.sec1-top-bds-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 35px;
    row-gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.sec1-top-bds-list2{
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dedede;
}
.txt-dots{
    display: grid;
    grid-template-columns: max-content 1fr;
}
.txt-dots:before{
    content: '・';
}
.sec1-top-bds-gr-tlt-bt{
    align-items: flex-start;
}
.sec1-top-bds-right{
    width: 28.8%;
}
.img-sec{
    width: 100%;
}
.sec1-top-bds{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 26px;
}
.sec1-top-bds-img{
    display: flex;
    border: 1px solid #dedede;
    position: relative;
}
.sec1-top-bds-img:before{
    content: '';
    width: 35px;
    height: 35px;
    background-color: rgba(163, 163, 163, 0.7);
    background-image: url(../images/viewfinder.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sec1-top-bds-img{
    cursor: pointer;
}
.popmain-main{
    position: fixed;
    z-index: -1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.popmain-mainc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    max-width: 1000px;
    box-shadow: 0 0 20px #111;
    z-index: 100;
}
.popmain-main-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.popmain-mainc img{
    width: 100%;
}
.popmain-main-close{
    width: 27px;
    height: 27px;
    background-image: url(../images/close.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -15px;
    right: -15px;
    border: 1px solid #fff;
    border-radius: 1000px;
    background-color: #fff;
    cursor: pointer;
}
.popmain-main.is-active{
    z-index: 1000;
    opacity: 1;
}
.sec1-top-bds-list2-item p+p{
    padding-top: 14px;
}
@media screen and (max-width:999px){
    .sec1-top-bds-right {
        width: 34.8%;
    }
    .bds-main {
        padding-top: 80px;
    }
    .sec1-top-bds {
        padding-top: 30px;
    }
    .tlth3{
        font-size: 22px;
        padding: 3px 15px;
    }
    .sec1-top-bds-list {
        column-gap: 25px;
        row-gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sec1-top-bds-price{
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .sec1-top-bds-tlt{
        font-size: 18px;
        padding-top: 0;
    }
    .sec1-top-bds-left{
        width: 100%;
        font-size: 15px;
    }
    .sec1-top-bds-right{
        width: 100%;
        padding-top: 30px;
    }
    .bds-main {
        padding-top: 50px;
    }
    .tlth3 {
        font-size: 20px;
    }
    .sec1-top-bds-tlt {
        font-size: 17px;
    }
    .sec1-top-bds-gr-tlt {
        column-gap: 13px;
    }
    .sec1-top-bds-list-tlt {
        width: 58px;
        padding: 4px 0;
    }
}
.sec2-top-bds{
    overflow: hidden;
    margin-top: 35px;
}
.gallery-top img{
    width: 100%;
    height: 432px;
    object-fit: contain;
    object-position: center center;
}
.gallery-thumbs img{
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center center;
}
.sec2-top-bds--big{
    padding: 15px;
    background-color: #EEEEEE;
    overflow: hidden;
    position: relative;
}
.gallery-thumbs-small{
    background-color: #EEEEEE;
    padding: 15px;
    margin-top: 15px;
}
.gallery-thumbs-small .swiper-slide-thumb-active{
    outline: 1px solid #c33;
}
.gallery-thumbs-small .swiper-slide{
    cursor: pointer;
}
.gallery-thumbs-small .swiper-slide:hover{
    opacity: 0.7;
}
.sec2-top-bds-slide-video{
    display: grid;
    grid-template-columns: 62.5% 28.9%;
    justify-content: space-between;
}
.sec2-top-bds-slide-video-no{
    display: block;
}
.icon-double img{
    width: 22px;
}
.icon-double{
    width: 64px;
    height: 64px;
    background-color: rgba(153,153,153,0.9);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-double-left{
    left: 0;
}
.icon-double-right{
    right: 0;
}
.txt-swiper-slide-small{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 2px;
    background: rgba(153, 153, 153, 0.9);
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    text-align: center;
}
@media screen and (max-width:999px){
    .gallery-top img{
        height: max(64.464vw,400px);
    }
    .gallery-thumbs img{
        height: max(7.007vw,50px);
    }
}
@media screen and (max-width:767px){
    .gallery-thumbs img{
        height: max(10.126vw,50px);
    }
    .icon-double img {
        width: 14px;
    }
    .icon-double {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width:640px){
    .gallery-thumbs img {
        height: max(11.126vw,50px);
    }
    .icon-double img {
        width: 10px;
    }
    .icon-double {
        width: 40px;
        height: 40px;
    }
    .gallery-top img {
        height: max(62.5vw, 200px);
    }
}
@media screen and (max-width:400px){
    .gallery-thumbs img {
        height: max(18.126vw, 50px);
    }
}
.tlt-underline{
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 8px;
}
.sec3-top-bds{
    padding-top: 36px;
}
.sec3-top-bds-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2%;
    row-gap: 10px;
    padding-top: 20px;
}
.tlt-underline-mgt{
    margin-top: 30px;
}
@media screen and (max-width:640px){
    .sec3-top-bds-list{
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        padding-top: 10px;
    }
    .sec3-top-bds-list li+li{
        padding-top: 5px;
    }
}
.table-bds-main{
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
}
.table-bds-main tr td,.table-bds-main tr th{
    padding: 8px 16px;
    border: 1px solid #dedede;
    border-collapse: collapse;
}
.table-bds-main tr th{
    width: 16%;
    background-color: #eee;
    font-weight: 500;
    max-width: 159px;
}
.table-bds-main tr td{
    width: 34%;
}
.sec4-top-bds{
    padding-top: 25px;
}
.other-product{
    padding-top: 15px;
}
.sec5-top-bds-id{
    position: relative;
}
.sec5-top-bds-top{
    position: absolute;
    left: 0;
    top: -100px;
}
@media screen and (max-width:767px){
    .table-bds-main tr td,.table-bds-main tr th{
        width: 100% !important;
        float: left;
    }
    .table-bds-main tr th{
        border-top: 0 !important;
        border-bottom: 0 !important;
        max-width: 100%;
    }
}
.sec5-top-bds{
    padding-top: 30px;
    padding-bottom: 50px;
}
.sec5-top-bds iframe{
    width: 100% !important;
    height: 690px !important;
}
.google_map-ping{
    padding-top: 15px;
}
@media screen and (max-width:999px){
    .sec5-top-bds iframe{
        height: max(69.069vw,250px) !important;
    }
}
.list-card-bds{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3.2%;
    row-gap: 25px;
    margin-bottom: 40px;
}
.card-bds-thumnai img{
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.property-list-area,.property-list-train,.property-list-price{
    font-size: 12px;
}
.property-list-price-strong{
    font-weight: 700;
}
.property-list-price-large {
    font-size: 20px;
}
.gr-information-card-bds{
    padding-top: 10px;
}
.title-card-bds{
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0;
}
.hr-setting{
    margin: 5px 0;
}
.ul-information-dt{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ul-information-dt li+li{
    padding-left: 10px;
    border-left: 1px solid #999;
}
.information-card-detail{
    font-size: 14px;
    color: #0056b3;
    text-decoration: underline !important;
    font-weight: 500;
}
.bds-main--search{
    /*padding-bottom: 50px;*/
}
@media screen and (max-width:999px){
    .card-bds-thumnai img {
        height: max(22.022vw,180px);
    }
}
@media screen and (max-width:767px){
    .list-card-bds{
        grid-template-columns: 1fr 1fr;
    }
    .card-bds-thumnai img {
        height: max(34.022vw, 180px);
    }
}
@media screen and (max-width:500px){
    .list-card-bds{
        display: block;
    }
    .card-bds-thumnai img {
        height: max(63.022vw, 180px);
    }
    .list-card-bds .list-card-bds-item{
        margin-top: 30px;
    }
}
.form-search-bds-table{
    width: 100%;
}
.form-search-bds-list-check{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 35px;
}
.form-search-bds-table label{
    margin: 0;
}
.form-search-bds-table tr td:first-child{
    width: 100px;
    font-weight: 700;
}
.form-search-bds-table tr td{
    padding: 10px 0;
    font-size: 14px;
}
.form-search-bds-table tr td:last-child{
    width: calc(100% - 100px);
}
.form-search-bds-table-line{
    border-left: 1px solid #dedede;
    padding: 10px 0;
    padding-left: 20px;
}
.form-checkbox{
    margin-right: 5px;
}
.form-search-bds{
    background-color: #eee;
    padding: 20px 15px;
}
.input-select{
    background: #fff;
    border: 1px solid #dedede;
    padding: 4px 8px;
    width: 130px;
}
.gr-form-selected{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
}
.btn-submit-form{
    text-align: center;
    padding-top: 20px;
}
.btn-submit-search{
    border: 0;
    cursor: pointer;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    width: 300px;
}
.form-search-bds{
    margin-bottom: 30px;
}
@media screen and (max-width:999px){
    .form-search-bds{
        margin-bottom: 50px;
    }
}
@media screen and (max-width:500px){
    .btn-submit-search{
        width: 200px;
    }
    .form-search-bds-table tr td{
        width: 100% !important;
        float: left;
    }
    .form-search-bds-table-line {
        border-left: 0;
        padding: 0;
        padding-left: 0;
    }
    .form-search-bds{
        margin-bottom: 00px;
    }
    .input-select {
        width: 116px;
    }
}
.txt-result-not{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
}
.doc-result{
    padding: 0;
    margin: 0;
    font-size: 15px;
    display: grid;
    grid-template-columns: max-content 1fr;
}
.btn-submit-search-a{
    display: flex;
    height: 37px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff !important;
    text-decoration: none !important;
}
@media screen and (max-width:500px){
    .txt-result-not{
        padding-top: 30px;
    }
}
.sec2-top-bds-slide-video-no{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}
.sec2-top-bds-slide-video-no .sec2-top-bds--big{
    width: 60%;
}
.sec2-top-bds-slide-video-no .video-instagram{
    width: 35%;
}
.sec2-top-bds-slide-video-none .video-instagram{
    display: none;
}
.sec2-top-bds-slide-video-none{
    display: block;
}
.video-instagram-only{
    padding-top: 30px;
    width: 100%;
}
.video-instagram-only video{
    width: 100%;
}
@media screen and (min-width:1000px){
    .sec2-top-bds-slide-video-no .gallery-top{
        height: 100%;
    }
    .gallery-top img{
        height: 644px;
    }
	.sec2-top-bds-slide-video-no .gallery-top img{
		height: 450px;
	}
}
@media screen and (max-width:999px){
    .sec2-top-bds-slide-video-no .sec2-top-bds--big{
        width: 100%;
    }
    .sec2-top-bds-slide-video-no .video-instagram{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sec2-top-bds-slide-video-no{
        flex-direction: column-reverse;
        row-gap: 50px;
    }
}
.list-card-bds-item{
    position: relative;
}
.list-card-bds-item--link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.list-card-bds-item--link:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.video-instagram video{
    width: 100%;
}


#pagination {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
	row-gap: 5px;
}

#pagination button {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
	padding: 7px 15px;
	font-weight: 700;
}

#pagination a {
    text-decoration: none;
	display: inline-block;
	padding: 7px 15px;
	font-weight: 700;
}

#pagination a.active {
    color: #fff;
	background-color: #38393c;
}

#pagination button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
@media screen and (max-width:767px){
	#pagination {
		font-size: 14px;
	}
	#pagination button,#pagination a {
		padding: 5px 10px;
	}
}
.card-bds-thumnai.is-active{
    position: relative;
    z-index: -1;
}
.card-bds-thumnai.is-active:before{
    content: '';
    background-image: url(../images/news.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.bds-main-archive{
    padding-top: 30px;
}
.pagination--archive{
    padding-top: 30px;
    padding-bottom: 30px;
}
#property-introduction1{
	padding-top: 100px;
}
@media screen and (max-width:999px){
	#property-introduction1{
	padding-top: 80px;
	}
}
@media screen and (max-width:767px){
	#property-introduction1{
	padding-top: 50px;
	}
}

@media screen and (max-width:500px){
	.bds-main--seller{
		padding-top: 0;
	}
}
.box-login{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.box-login img{
    left: 0 !important;
}
.box-loggin-sp{
    position: absolute;
    top: 100%;
    right: 0;
}
.box-loggin-sp .box-login{
    margin-top: 0;
}
.box-loggin-sp .box-login img{
    width: 18px;
}
.box-loggin-sp .box-login{
    padding-top: 13px;
    padding-bottom: 13px;
}
@media screen and (min-width:768px){
    .box-loggin-sp{
        display: none !important;
    }
}