* {
    min-height: 0%;
}

.listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px dotted #071965;
    margin-bottom: 10px;
    min-height: 0%;
}

.listbox_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    padding: 15px;
    max-width: 100%
}

th.sp_th {
    width: 40% !important;
}



.kaiin {
    font: 1.4rem !important;
    font-weight: bold !important;
}

.fu_photo {
    width: 25%;
}

@media screen and (max-width: 650px) {
    .fu_photo {
        width: 95%;
        margin: 10px auto;
    }

    ul.item_tax {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between !important;
    }

    li.itemt {
        width: 110px !important;
        font-weight: bold;
        line-height: 1;
        padding: 7px 15px;
        display: block;

        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #534741;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .fu_com {
        width: 70%;
        font-size: 0.8em;
        line-height: 1.4em;
        margin-left: 0px !important;
    }


}

.rimi {
    color: #071965 !important;
}

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

    .fu_photo,
        {
        width: 100%;
    }

    .detail_mainphoto {
        width: 100% !important;
    }

    .fu_pricebox,
    .detail_about {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;

        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
        line-height: 2em;
        text-align: center;
    }

    .fu_listbox {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
        justify-content: center !important;
        line-height: 1.8em;
        text-align: center;
        max-height: 650px;
    }


    .fu_com {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .fu_btn {
        width: 150px;
        margin: 10px auto;
    }

    .fu_add,
    .fu_hirosa {
        text-align: center !important;
    }

}

.fu_pricebox {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    line-height: 2em;
    min-height: 0%;
}

.fu_price {
    font-size: 1.4em !important;
    font-weight: bold;
    color: #071965;
}

.fu_price_fr {
    font-size: 1.4em;
    font-weight: bold;
    color: #071965;
}

.fu_rimawari {
    color: #071965;
    font-weight: bold;
}

.fu_listbox {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-start;
    line-height: 1.8em;
}

.fu_add,
.fu_hirosa {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
}

span.man {
    font-size: 0.5em;
    color: #071965;
}

span.man_fu {
    font-size: 0.5em;
    color: #071965;
}

span.rimi {
    margin-top: 10px;
    font-size: 0.8em;
    color: #071965;
}

.fu_name {
    font-weight: bold;
    font-size: 1.1em;
}

span.rimi_fu {
    margin-top: 10px;
    font-size: 0.8em;
    color: #071965;
}

.fu_rimawar_fu {
    color: #071965;
}

.listbox_child2 {
    padding-bottom: 15px;

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.fu_com {
    width: 70%;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-left: 20px;
}

.fu_btn {
    width: 150px;

    font-weight: bold;
    line-height: 1;
    padding: 7px 15px;
    display: block;

    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #534741;
    margin-bottom: 10px;

}

/*物件詳細ここから*/
h2.fu_title {
    font-weight: bold;
    font-size: 14px;
}

.fumidashi {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

.fumidashi_kaiin {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 1px;
    color: #ffd700;
}

.detail_photobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}

.detail_about {
    width: 50%;
    padding: 10px;
    line-height: 1.8em;
}

#responsive-slider {
    width: 100%;
}

.detail_mainphoto {
    width: 45%;
}

#responsive-slider {
    margin: 0 auto;
}

#slide img {
    position: absolute;
}

#thumbnail {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
}

#thumbnail li img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.de_toiawase {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-start;
}

ul.item_tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-start;
}

.dbotton {
    max-width: 250px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    display: block;

    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #071965;
    margin-bottom: 10px;
    margin-right: 10px;
}

.dbotton a {
    color: #071965;
}

li.itemt {
    width: 150px;
    font-weight: bold;
    line-height: 1;
    padding: 7px 15px;
    display: block;

    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #534741;
    margin-bottom: 10px;
    margin-right: 10px;
}

.de_btn {


    font-weight: bold;
    line-height: 1;
    padding: 7px 15px;
    display: block;

    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #534741;
    margin-bottom: 10px;
    margin-right: 10px;

}

th.th2 {
    background: #222;
}

td.td2 {
    background: #000;
}

.contento_panel {
    background: #071965 !important;
    color: #000 !important;

}

.contento_mi {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 0.9em;
    text-align: center;
    padding-top: 100px;


}

.contento_mi h2 {
    font-size: 2em;
    font-weight: bold;
}

.eigo {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 0.8rem;
    font-family: 'Cormorant Garamond', serif;
}

.eigo:before {
    left: 0;
}

.eigo:before,
.eigo:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.btn-animation-02 {
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: #071965;
    border: 2px solid #1fa1e5;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
}

.btn-animation-02::before {
    left: 0;
}

.btn-animation-02::before,
.btn-animation-02::after {
    content: "";
    display: block;
    background-color: #1fa1e5;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s;
}

.btn-animation-02 span {
    position: relative;
    z-index: 999;
    display: block;
    pointer-events: none;
}

.btn-animation-02::after {
    right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
    width: 0;
    background-color: #FFF;
}

.btn-animation-02:hover {
    color: #1fa1e5;
}

.contento_listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px dotted #222;
    margin-bottom: 10px;

}

.btn-animation-02>a {
    color: #fff !important;
    z-index: 10;

}

/*物件詳細ここまで*/
h2.bukken_name {
    font-size: 1.4rem !important;
    font-weight: bold;
}


.dl_table {
    background-color: #FFF;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    margin: 20px auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}

.dl_table dt {
    background-color: #FBFBFB;
    font-weight: bold;
}

.dl_table dt,
.dl_table dd {
    padding: 15px;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}