@charset "UTF-8";

/* General */

html, body {
    font-family: font-family:'Noto Sans JP', sans-serif!important;
    --thema-color: #4e4e4e;
    --thema-color2: #b09e59;
    --thema-color3: #4e4e4e;
    --border-color: #ddd;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --font-color: #17315f;
    margin: 0;
    font-size: 14px;
}

*:not(.fa) {
    font-family: font-family:'Noto Sans JP', sans-serif!important;
}

textarea {
    border-radius: 0
}

[v-cloak] {
    display: none;
}

.bold {
    font-weight: bold;
}

.m_button {
    background-color: #be086c;
    color: white;
    font-weight: bold;
    padding: 4px;
}

template {
    display: none;
}

input[type=submit],
button {
    cursor: pointer;
}

.text_center {
    text-align: center;
}

.contactform input.wpcf7-form-control.wpcf7-submit {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.clickable {
    cursor: pointer;
}


/* Detail Page */

.favorite_button {
    background-color: #555;
    border: 1px solid #555;
    border-radius: 4px;
    color: var(--bg-white);
    padding: 8px 15px;
    transition: .5s;
}

.favorite_button.is_favorite {
    background-color: var(--thema-color);
    border: 1px solid var(--thema-color);
}

.translated_remarks {
    display: none;
}

.recommend_listing {
    /*	border: 1px solid #c4c4c4;*/
    border: 3px solid #ddd;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.recommend_listing figure {
    margin: 0;
    text-align: center;
}

.recommend_listing img {
    max-width: 100%;
}

.recommend_listing a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 3;
}

.recommend_listing figcaption ul {
    list-style-type: none;
    padding: 0.8em;
    text-align: center;
}

.recommend_listing figcaption ul li:first-child,
.recommend_listing figcaption ul li:first-child+li {
    font-weight: bold;
}

.qbutton.mls_contact {
    border-color: rgb(255, 255, 255);
    font-size: 13px;
    margin: 0px 1em 0px 0px;
    background-color: rgb(28, 176, 133);
}

.translated_text:empty {
    /* Show loading icon if the translated text is still empty */
    border: 4px solid #f3f3f3;
    /* Light grey */
    border-top: 4px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.hi_favo:not(.is_favorite) {
    color:#000 !important;
    filter:invert(1.0);
}

.hi_detail th,
.hi_detail td {
    vertical-align: top;
}

.cell_background {
    background-color: #f8f8f8;
    padding: 5px 7px;
}


/* Search Results & Listing Cards */

.search_result_container>ul,
.search_recommend_container>ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card_favorite_icon {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    right: 5px;
    top: 5px;
}

.four-column-result-layout .listing_card.listing_card:nth-child(4n+1) {
    margin-left: 0;
}

.four-column-result-layout .listing_card:nth-child(3n+1) {
    margin-left: 1%;
}

.four-column-result-layout .listing_card {
    width: 24.25%;
}


.listing_card:nth-child(3n+1) {
    margin-left: 0;
}

.listing_card:hover {
    border: 2px solid #0066bf;
}

.listing_card {
    border: 2px solid #eee;
    width: 32%;
    box-sizing: border-box;
    margin: 1% 0 1% 1%;
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.listing_card figure {
    margin: 0;
    text-align: center;
}

.listing_card figure img {
    height: 190px;
}

.listing_card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 3;
}

.listing_card figcaption ul {
    list-style-type: none;
    padding: 0.8em;
}

.content_bottom.content_bottom,
.qodef-page-footer {
    z-index: 99;
}


/* .listing_card.new:after {
    border-radius: 10px 0 0 0;
    content: "NEW";
    position: absolute;
    font-size: 1em;
    padding: 0.1em 0.8em;
    background-color: #fe0000;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 2;
} */

@media only screen and (max-width: 1000px) {
    .listing_card.listing_card {
        width: 49%;
        margin: 2% 0 2% 2%;
    }

    .listing_card.listing_card:nth-child(4n+1) {
        margin-left: 2%;
    }

    .listing_card.listing_card:nth-child(3n+1) {
        margin-left: 2%;
    }

    .listing_card.listing_card:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .listing_card.listing_card {
        width: 100%;
        margin: 2% 0;
    }

    .listing_card.listing_card:nth-child(4n+1) {
        margin-left: 0;
    }

    .listing_card.listing_card:nth-child(3n+1) {
        margin-left: 0;
    }

    .listing_card.listing_card:nth-child(2n+1) {
        margin-left: 0;
    }

    .listing_card figure {
        margin: 0;
        text-align: center;
    }

    .listing_card figure img {
        height: auto;
        width: 100%;
    }
}


/* Search Tool */

/* IOSデフォルトスタイルリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.hi_tools {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

/* top ボタン */
.hi_tools .hi_tools_top {
    margin-bottom: 20px;
}

.hi_tools .hi_tools_top .hi_tools_button {
    border: 1px solid #000;
    border: 1px solid var(--border-color);
    background: #000;
    background: var(--font-color);
    color: #fff;
    color: var(--bg-white);
    border-radius: 6px;
    padding: 8px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .5s;
}

.hi_tools .hi_tools_top .hi_tools_button:hover {
    opacity: 0.5;
}

.hi_tools .hi_tools_top input[type=text] {
    outline: none;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 8px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;

}

.hi_tools .hi_tools_top input[type=text]:focus {
    border-color: var(--font-color);
}

.hi_tools .hi_tools_top input[type=text]::placeholder {
    text-align: center;
}



.hi_tools .hi_tools_top .hi_reset {
    border: 1px solid #676767;
    background: #686868;
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    transition: .5s;
}

.hi_tools .hi_tools_top .hi_reset:hover {
    opacity: 0.5;
}

/* お気に入りリストに追加するボタン */
.hi_tools .hi_tools_top .hi_favo {
    border: 1px solid #006afe;
    border: 1px solid var(--thema-color2);
    background: #006afe;
    background: var(--thema-color2);
    color: #fff;
    color: var(--bg-white);
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    transition: .5s;
}

.hi_tools .hi_tools_top .hi_favo:hover {
    opacity: 0.5;
}

/* 印刷するボタン */
.hi_tools .hi_tools_top .hi_print {
    border: 1px solid #676767;
    background: #686868;
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px;
    cursor: pointer;
    transition: .5s;
}

.hi_tools .hi_tools_top .hi_print:hover {
    opacity: 0.5;
}



.hi_tools ul {
    list-style-type: none;
    padding: 12px 0 16px 0;
    margin: 0;
}

.hi_tools fieldset {
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.hi_tools legend {
    font-weight: bold;
}

/* ボタンスタイル */
.hi_tools .hi_button {
    margin-bottom: 1em;
}

.hi_tools .hi_button input[type=checkbox] {
    display: none;
}

.hi_tools .hi_button input[type=checkbox]+span {
    border: 1px solid #ddd;
    border: 1px solid var(--border-color);
    background: #fff;
    background: var(--bg-white);
    float: left;
    padding: 10px 15px 10px;
    margin-right: -1px;
    cursor: pointer;
}

.hi_tools .hi_button label:first-child input[type=checkbox]+span {
    border-radius: 3px 0 0 3px;
}

.hi_tools .hi_button label:last-child input[type=checkbox]+span {
    border-radius: 0 3px 3px 0;
}

.hi_tools .hi_button input[type=checkbox]:checked+span {
    background: #bd146e;
    background: var(--thema-color);
    color: #fff;
    color: var(--bg-white);
}

/* 検索ボタン */
.hi_tools .hi_submit {
    background: #fff;
    background: var(--bg-white);
    height:85px;
    padding: 20px;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index:101;
}

.hi_tools .hi_submit input[type=submit] {
    width: 100%;
    background: #000;
    background: var(--font-color);
    color: #fff;
    color: var(--bg-white);
    border: none;
    line-height: 3em;
    border-radius: 5px;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 5px;
}

.hi_tools input[type=submit]:hover {
    opacity: 0.5;
}

.hi_tools .copyright {
    text-align: center;
    font-size: 12px;
    color: #2d2d2d;
}

/* ボトム */
.hi_tools input[type=submit]:hover {
    opacity: 0.5;
}

.hi_tools .copyright {
    text-align: center;
    font-size: 12px;
}

.copyright a {
    text-decoration: none;
    color: #d60074;
}


/* checkbox style */
.hi_tools input[type=checkbox] {
    display: none;
}

.hi_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.hi_checkbox::before {
    background: #006afe;
    background: var(--bg-color);
    border: 1px solid #ddd;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    /*    top: 50%;*/
    top: 16px;
    width: 18px;
}

.hi_checkbox::after {
    border-right: 4px solid #ddd;
    border-right: 4px solid var(--bg-color);
    border-bottom: 3px solid #ddd;
    border-bottom: 3px solid var(--bg-color);
    content: '';
    display: block;
    height: 20px;
    left: 9px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    /*    top: 60%;*/
    top: 19px;
    transform: rotate(45deg) scale(0.5);
    width: 9px;
}

input[type=checkbox]:checked+.hi_checkbox::before {
    border-color: #006afe;
    border-color: var(--thema-color);
    background: #006afe;
    background: var(--thema-color);
}

input[type=checkbox]:checked+.hi_checkbox::after {
    opacity: 1;
}



/* select style */
.hi_selectarea {
    position: relative;
    width: 90%;
    margin: 2em 0;
    text-align: center;
}

.hi_selectmargin {
    margin-top: 0;
}

.hi_select {
    cursor: pointer;
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid var(--border-color);
}

.hi_select:focus {
    outline: none;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid var(--font-color);
}

.hi_selectarea .hi_select {
    appearance: none;
    -webkit-appearance: none
}

.hi_selectarea select::-ms-expand {
    display: none;
}

.hi_selectarea:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.hi_select_selectlabel {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

.hi_select:focus~.hi_select_selectlabel,
.hi_selected {
    color: #000;
    color: var(--font-color);
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.hi_select_selectbar {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
}

.hi_select_selectbar:before, .hi_select_selectbar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #bd146e;
    background: var(--thema-color);
    transition: 0.2s ease all;
}

.hi_select_selectbar:before {
    left: 50%;
}

.hi_select_selectbar:after {
    right: 50%;
}

.hi_select:focus~.hi_select_selectbar:before, .hi_select:focus~.hi_select_selectbar:after {
    width: 50%;
}

.hi_select_highlight {
    position: absolute;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}



/* 全て選択ボタン */
.hi_all_check {
    border-bottom: 1px solid #d1d1d1;
    display: block;
}

.hi_all_check label {
    color: #0d4598;
}

.hi_deselectAll {}

.hi_all_check .hi_checkbox::before {
    border-radius: 9px;
}

.hi_all_check input[type=checkbox]:checked+.hi_checkbox::before {
    background-color: #0d4598;
    border-color: #0d4598;
}




@media screen and (max-width: 480px) {
    .hi_tools .hi_button input[type=checkbox]+span {
        padding: 10px 15px 10px;
    }

    .hi_tools .hi_tools_top .hi_tools_button {
        padding: 8px 10px;
    }

    .hi_tools .hi_tools_top input[type=text] {
        /*width: 120px;*/
        width: calc(100% - 106px);
        box-sizing: border-box;
        padding: 6px 5px;
    }

    .hi_tools .hi_tools_top input[type=text]::placeholder {
        /*  font-size: 12px;*/
    }

    .hi_tools .hi_tools_top {
        max-width: 350px;
        margin: 0 auto 10px;
    }

    .hi_tools .hi_tools_top .hi_tools_button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .hi_tools .hi_tools_top .hi_reset {
        width: 100px;
        box-sizing: border-box;
    }

    .hi_tools .hi_tools_top .hi_favo {
        /*width: 120px;*/
        width: calc(100% - 106px);
        box-sizing: border-box;
    }

    .hi_tools .hi_tools_top .hi_print {
        width: 100px;
        box-sizing: border-box;
    }
}


/* VS Search Tool */
.hi_tools.show_options .search_tool_options {
    display: block;
}

.hi_tools .search_tool_options {
    display: none;
}

/* Search Info */

.search_info_container {
    display: flex;
}


.search_result_stats {
    text-align: right;
}

.search_result_stats select {
    background-color: #999;
    border-radius: 8px;
    color: white;
    padding:3px;
}

.search_result_stats select option:hover,
.search_result_stats select option:checked
{
    background-color: #6d86c2 !important;
}

.search_tool_options {
    width: 100%;
    max-width: 400px;
    background-color: white;
    position: absolute;
    z-index: 100;
}


/* Pagination */

.pagination {
    font-family: "Lucida Sans", "Lucida Grande", sans-serif;
    font-size: 76%;
    /*	background: #EFEFEF; */
}

.pagination a {
    color: #4A4A4A;
    border: 0;
    outline: 0;
}

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

.pagination span,
.pagination strong {
    background: #EFEFEF;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
    line-height: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination span:hover {
    background-color: #BEBEBE;
    cursor: pointer;
    color: #fff;
}

.pagination span:active {
    background: rgba(190, 190, 190, 0.75);
}

.pagination strong {
    color: #fff;
    background-color: #BEBEBE;
}


/* Detail Page */

.detail_top_separator {
    height: 3px;
    background-color: var(--font-color);
    margin: 15px 0;
}

.hi_detail_top {
    border-left: 4px solid var(--font-color);
    margin-bottom: 10px;
    padding:15px 5px;
}

.hi_detail_top div {
    margin-bottom: 5px;
    font-size: 18px;
}

.hi_detail_top .detail_location_info .building_title {
    font-size: 22px;
    font-weight:bold;
}

.hi_detail_top .detail_price {
    /* flex-direction: column;
    width: 250px; */
}

.hi_detail_container {
    /* Workaround for removing blank row created by extraneous tabs/spaces */
    font-size: 0;
    display: flex;
}

.hi_detail {
    font-size: 14px;
}

.hi_divider {
    border-color:#0d4598;
    margin-top:30px;
    margin-bottom:30px;
}

.listing_detail #gmap {
    height: 420px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.hi_detail_section_header {
    border-left: 3px solid var(--thema-color);
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 5px 10px;
    margin-top:10px;
    margin-bottom: 10px;
}

.detail_contact_container {
    border: 1px solid black;
    padding: 15px;
}

.hi_detail {
    width: 100%;
}

.hi_detail .w20 {
    width: 20%;
}

.hi_detail .w30 {
    width: 30%;
}

.hi_detail .w80 {
    width: 80%;
}

.hi_detail .w50 {
    width: 50%;
}

.hi_detail {
    border-collapse: collapse;
}

.hi_detail th {
    background-color: #DAF1F3;
    color: black;
    font-weight: normal;
}

.hi_detail th,
.hi_detail td {
    border: 1px solid #b9aeb6;
    text-align: left;
}

.listing_firm {
    margin-top: 10px;
}

.remarks_container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.translate_button_container {
    margin-top: 4px;
}

.translate_btn {
    width: 100px;
}

.btn {
    border: 2px solid #868686;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.detail_breadcrumb {
    color:white;
    font-size:18px;
    text-align:center;
    font-weight:bold;
}


.show_more_container {
    text-align: center;
}

.show_more_container button {
    width: 200px;
}

.show_more_history_btn  {
    display:block;
    width: 200px;
    margin: 15px auto 0 auto;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 767px) {
    .content .container_inner.default_template_holder h2.building_name {
        font-size: 1.1em;
    }
}

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

    .hi_detail tr,
    .hi_detail th,
    .hi_detail td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .hi_detail .w20 {
        width: 100%;
    }

    .hi_detail .w30 {
        width: 100%;
    }

    .hi_detail .w80 {
        width: 100%;
    }

    .detail_print {
        display: none;
    }
}

.text-bold {
    font-weight:bold;
}

html {
    overflow: unset !important;
}