#root {
    overflow: hidden;
}

.hover_set {
    position: relative;
}

.estate_list_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-align-items: center;
    align-items: center;
}

.estate_list_hover p {
    margin: 5px 0 !important;
    font-size: 0.875rem;
}

.estate_list_hover p span {
    display: inline-block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 1;
}

.estate_list_hover p span + span {
    border-left: none;
}

.estate_list_hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: -1;

}

.works_block.estate:hover .estate_list_hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .estate_list_hover p {
        font-size: 0.625rem;
    }
}

#main .estate *,
#main .estate_property h3,
#main .estate_slideshow_main figcaption,
#main .estate_property_list,
#main .estate_property_list dt,
#main .estate_property_list dd,
#main .estate_access h3.estate_section_ttl,
#main .estate_recommend h3.estate_section_ttl,
#main .estate_recommend .estate_recommend_txt p,
#main .estate_recommend .ichiran_box li a span.elementor-button-text {
    font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

#main.wide {
    float: none;
    width: 100%;
    overflow: visible;
}

#main_cnt02 .all_listbox.estate {
    display: flex;
    flex-wrap: wrap;
}

#main_cnt02 .works_block.estate {
    float: none;
    margin: 0 2% 2% 0;
    width: 32%;
}

#main_cnt02 .works_block.estate:nth-of-type(2n) {
    margin: 0 2% 2% 0;
}

#main_cnt02 .works_block.estate:nth-of-type(3n) {
    margin: 0 0% 2% 0;
}

#main_cnt02 .all_listbox.estate .pic_frame2 {
    margin: 0 0 5px;
}

#main_cnt02 .works_block.estate figcaption span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.3em;
    line-height: 20px;
    background: #6fc7da;
    color: #fff;
}

#main_cnt02 .works_block.estate figcaption small {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.3em;
    line-height: 20px;
    background: #111;
    color: #fff;
}

@media screen and (max-width: 640px) {
    #main_cnt02 .works_block.estate {
        float: none;
        margin: 0 4% 4% 0;
        width: 48%;
    }

    #main_cnt02 .works_block.estate:nth-of-type(3n) {
        margin: 0 4% 4% 0;
    }

    #main_cnt02 .works_block.estate:nth-of-type(2n) {
        margin: 0 0 4% 0;
    }
}


/*検索窓*/
.works-search {
    margin: 0 0 20px;
}

.works-search p {
    margin: 0 0 1em;
}

.search_icon {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 15px;
    background: #333;
    border: 1px solid #222;
    color: #fff;
}

.search_box {
    display: none;
    padding: 3%;
    border: 6px solid #eee;
}

.works-search-box {
    display: block;
    margin: 0 2% 2% 0;
    width: 32%;
    position: relative;
}

.works-search-box:nth-of-type(3n) {
    margin-right: 0;
}

.works-search-box:nth-of-type(4),
.works-search-box:nth-of-type(5) {
    margin-bottom: 0;
}

.works-search-box p {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 5px solid #70c8db;
    font-size: 14px;
    line-height: 1;
}

.works-search-radio span {
    display: block;
    margin: 0 5em 0 0;
}

.works-search-box-select {
    position: relative;
}

.works-search-box-select:after {
    content: "\f0d7";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    font-family: "FontAwesome";
}

.works-search-box select {
    padding: 0 22px 0 10px;
    width: 100%;
    /*height: 36px;*/
    background: #fff;
    border: 1px solid #cdd1d2;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    outline: 0;
    text-indent: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.works-search select :focus {
    border-color: #0074a9;
    box-shadow: 0 0 0 3px rgba(3, 155, 229, .1)
}

.works-search select ::-ms-expand {
    display: none;
}

.works-search select :hover {
    cursor: pointer;
    background-color: #f5f6f7;
}

.tosearch {
    display: block;
    position: relative;
    width: 32%;
    padding: 15px;
    background-color: #6fc7da;
    border-radius: 3px;
    border: 1px solid #6fc7da;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    transition: opacity;
}

.tosearch:after {
    content: "\f002";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    font-weight: normal;
    line-height: 16px;
    font-family: "FontAwesome";
}

@media screen and (min-width: 641px) {
    .search_box {
        display: block ! importnat;
    }
}

@media screen and (max-width: 640px) {
    .search_icon {
        display: block;
    }

    .works-search-radio {
        display: block;
    }

    .works-search-radio span {
        display: block;
        margin: 0 0 1em;
    }

    .works-search-box {
        margin: 0 auto 1%;
        width: 100%;
    }

    .works-search-box-select {
        margin: 0 0 5%;
    }

    .works-search-box select {
        font-size: 16px;
    }

    .tosearch {
        margin: 0 auto 1%;
        width: 100%;
    }
}

/*検索結果*/
.serch_items span:not(:last-of-type)::after {
    content: ","
}

@media screen and (max-width: 640px) {
    .serch_items {
        margin: 0 0 20px;
    }
}

/*一覧枠*/
#main_cnt02 .works_block2.custom_estate li {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}

#main_cnt02 .works_block2.custom_estate li small {
    font-size: 0.875em;
}

#main_cnt02 .works_block2.custom_estate li.estate_box_price {
    font-size: 16px;
    font-weight: normal;
}

#main_cnt02 .works_block2.custom_estate li.estate_box_type span {
    display: inline-block;
    margin-top: 5px;
    padding: .1em;
    color: #fff;
    background: #5274C7;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    #main_cnt02 .works_block2.custom_estate li {
        margin: 0 0 5px !important;
    }

    #main_cnt02 .works_block2.custom_estate li.estate_box_price {
        font-size: 16px;
    }
}


/**********************
物件詳細
**********************/

/*上部紹介*/
.estate_top {
    margin: 20px 0 0;
    position: relative;
}

.estate_top_labels {
    max-width: 70%;
}

.estate_top_labels .label {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: .3em .8em;
    background: #ccc;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.estate_top_labels .label.t_mansion {
    background: #6AA0C2;
}

.estate_top_labels .label.t_house {
    background: #C1A064;
}

.estate_top_labels .label.t_renove {
    background: #932925;
}

.estate_top_labels .label.t_comp {
    background: #617C7C;
}

.estate_top_update {
    position: absolute;
    right: 0;
    top: 0;
}

.estate_top .estate_info_area {
    display: none;
}

@media screen and (max-width: 1024px) {
    .estate_top {
        margin: 2% 0 0;
    }
}

@media screen and (max-width: 640px) {

    .estate_top_labels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .estate_top_labels .label {
        display: inline-block;
        margin: 0 1% 2%;
        padding: 5px 0;
        width: 48%;
        text-align: center;
        font-size: 12px;
    }

    .estate_top_update {
        position: relative;
        right: 0;
        top: 0;
    }

    .estate_top .estate_info_area {
        font-size: 12px;
        line-height: 1;
    }

    .estate_top .estate_info_pref {
        display: inline-block;
        margin: 0 1% 2%;
        padding: 5px 0;
        width: 48%;
        text-align: center;
        font-size: 12px;
        line-height: 1;
    }

    .estate_top .estate_info_city {
        display: inline-block;
        margin: 0 1% 2%;
        padding: 5px 0;
        width: 48%;
        background: #ccc;
        text-align: center;
        font-size: 12px;
        line-height: 1;
    }
}

.estate_about {
    padding: 50px 0 0;
}

.estate_about figure {
    position: relative;
    width: 40%;
}

.estate_about figure:before {
    content: "\f00e";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    background: #222;
    text-align: center;
    color: #fff;
    font-family: FontAwesome;
    z-index: 100;
}

.estate_catch {
    width: 54%;
}

@media screen and (max-width: 640px) {
    .estate_about {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 0 0;
    }

    .estate_about figure {
        margin: 0 0 20px;
        width: 100%;
    }

    .estate_catch {
        width: 100%;
    }
}

/*大見出し*/
.estate_info {
    position: relative;
    margin: 12px 0 50px;
    height: 600px;
}

.estate_info figure {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.estate_info figure span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;

}

.estate_info figure img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: initial;
    width: auto;
    height: 100%;
}

.estate_info_about {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 35px;
    width: 65%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
}

#main .estate_info_about h3 {
    margin: 0 0 30px;
    padding: 0 !important;
    border: none;
    font-size: 1.875rem;
    font-weight: normal;
}

#main .estate_info_about p {
    margin: 5px 0;
    font-size: 1.5rem;
}

.estate_info_area {
    margin: 0 0 24px;
}

.estate_info_pref {
    display: inline-block;
    padding: 0 1em;
    background: #000;
    color: #fff;
}

.estate_info_city {
    display: inline-block;
    padding: 0 1em;
}

.estate_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0 0;
}

.estate_info_list dl {
    width: 46%;
    line-height: 1.5;
}

.estate_info_list dl.fullsize {
    width: 100%;
}

.estate_info_list dt {
    width: 7.5em;
    padding: 4px 4px 0px;
    border-bottom: 2px solid #bbb;
    font-size: 14px;
    color: #888;
    font-weight: bold;
}

.estate_info_list dd {
    width: auto;
    padding: 4px;
    font-size: 14px;
    color: #333;
}

.estate_info_list dd br {
    content: "";
    display: block;
    margin: 5px 0;
    height: 1px;
    background: #ccc;
}

@media screen and (max-width: 1024px) {
    .estate_info figure span {
        width: 100vw;
    }

    .estate_info figure img {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .estate_info {
        margin: 0 0 30px;
        height: auto;
    }

    .estate_info figure {
        position: relative;
        width: 100%;
    }

    .estate_info figure span {
        position: relative;

    }

    .estate_info figure img {
        position: relative;
        width: 100%;
    }

    .estate_info_about {
        position: relative;
        top: auto;
        padding: 20px;
        margin: -50px 0 0 auto;
        width: 75vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .estate_info .estate_info_area {
        display: none;
    }

    .estate_info_list dl {
        width: 100%;
        line-height: 1.5;
    }

    .estate_info_list dl.fullsize {
        width: 100%;
    }

    .estate_info_list dt {
        width: 100%;
    }

    .estate_info_list dd {
        width: 100%;
    }


    #main .estate_info_about h3 {
        margin: 0 0 20px;
        font-size: 1rem;
    }

    #main .estate_info_about p {
        margin: 5px 0;
        font-size: 0.8125rem;
    }
}


/*物件詳細*/
.estate_property {
    margin: 40px 0 0;
}

.estate_property_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #5a5a5a;
}

.estate_property_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    width: 50%;
}

.estate_property_list dl.wide {
    width: 100%;
}

.estate_property_list dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    width: 30%;
    border-right: 1px solid #ddd;
}

.estate_property_list dl.wide dt {
    width: 15%;
}

.estate_property_list dl:not(.wide) + dl:nth-of-type(odd) dt,
.estate_property_list .wide + dl + dl dt {
    border-left: 1px solid #ddd;
}

.estate_property_list dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .estate_property {
        margin: 40px 0 0;
    }

    .estate_property_list dl {
        width: 100%;
    }

    .estate_property_list dt {
        padding: 10px 20px;
        width: 30%;
        border-left: none !important;
    }

    .estate_property_list dl.wide dt {
        width: 30%;
    }

    .estate_property_list dd {
        padding: 10px 20px;
    }
}

/*スライダー*/
.estate_slideshow {
    margin: 40px 0 0;
    width: 100%;
    text-align: center;
}

.estate_slideshow_main {
    margin: 0 auto;
    max-width: 70%;
}

.estate_slideshow_main figcaption {
    margin: 12px 0 0;
}

.slide-item span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%;
    background: no-repeat center center;
    background-size: contain;
}

.estate_slideshow_sub {
    margin: 20px 0 0;
}

.thumbnail-item {
    margin: 0 2.5% 2.5% 0;
    width: 18%;
    opacity: 0.7;
}

.thumbnail-item.thumbnail-current {
    opacity: 1;
}

.thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
}

.thumbnail-item span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background: no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 640px) {
    .estate_slideshow_main {
        margin: 0 auto;
        max-width: 100%;
    }
}

/*おすすめ物件枠*/
.estate_recommend {
    margin: 40px 0 0
}

.estate_recommend .flex_nml li {
    margin: 0 1.33% 1.33% 0;
    width: 32%;
}

.estate_recommend li:nth-of-type(3n) {
    margin-right: 0;
}

.estate_recommend .flex_nml li a:hover {
    text-decoration: none;
}

.estate_recommend figure {
    border: none;
    position: relative;
    height: 0;
    padding-bottom: 71%;
    overflow: hidden;
}

.estate_recommend figure img {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: bottom;
    -webkit-transform: translate3d(0, 0, 0);
}

.estate_recommend_txt {
    padding: 10px 20px;
    background-color: #efefef;
}

.estate_recommend_txt p {
    color: #333;
}

@media screen and (max-width: 640px) {
    .estate_recommend .flex_nml li {
        margin: 0 auto 1em;
        width: 100%;
    }
}

/*アクセス枠*/
.estate_access {
    margin: 40px 0 0
}

.estate_access figure {
    position: relative;
    width: 60%;
}

.estate_access figure > div {
    position: relative;
    padding: 80% 0 0;
}

.acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.estate_access_img {
    width: 38%;
}

.estate_access ul {
    flex-wrap: wrap;
}

.estate_access ul li {
    margin: 0 4% 4% 0;
    width: 48%;
}

.estate_access ul li:nth-of-type(2n) {
    margin-right: 0;
}

.estate_access ul li figure {
    width: 100%;
}

.estate_access ul li.slide-item span {
    margin: 0 0 10px;
    padding-top: 71%;
}

.estate_access ul li.slide-item span:before {
    content: "\f00e";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    line-height: 30px;
    background: #222;
    text-align: center;
    color: #fff;
    font-family: FontAwesome;
}

@media screen and (max-width: 640px) {
    .estate_access {
        margin: 20px 0 0
    }

    .estate_access figure {
        margin: 0 0 20px;
        width: 100%;
    }

    .estate_access_img {
        width: 100%;
    }

    .estate_access ul li {
        font-size: 0.875rem;
    }
}


.estate_bnr {
    text-align: center;
    margin-top: 20px;
}

.estate_bnr img {
    margin: auto;
}

@media screen and (max-width: 1024px) {
    .estate_bnr {
        margin-top: 2%;
    }
}

.pg_estate_search .all_listbox p {
    margin: 0 0 100px;
}

.pg_estate_search .all_listbox p span {
    font-size: 1.25em;
}