@charset "utf-8";
/*

READ ME ============================================
*/
#l-container {
    max-width: 100%;
    margin: auto;
}
.sp_disp {
    display: none;
}
/*  equipment  */
.title1 h2 {
    font-size: 90px;
    height: 90px;
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: auto;
    margin-bottom: 30px;
    max-width: 960px;
    letter-spacing: normal;
    line-height: 1;
}
.title2 p {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: normal;
    padding-top: 90px;
    text-align: left;
    font-weight: 400;
    max-width: 960px;
    margin: auto;
    font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN",din-condensed, sans-serif;
}

.title3 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px 40px 10px;
    text-align: center;
}
.title3 p {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
}
.text1 {
    max-width: 788px;
    margin: 0 auto;
    padding: 0 10px 40px 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.imgList2 {
    max-width: 1280px;
    margin: 0 auto;
}
.anchorList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 1280px;
}
#ul_kitchen, #ul_wash, #ul_security, ul_other {
    width: 100%;
}
.anchorList .aList {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 15px);
    border: 0.25px solid rgba(220, 220, 220, 1.00);
    background: url("../images/equipment/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgba(245, 245, 245, 1.00);
    background-size: 7%;
    padding: 15px 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.anchorList .aList a {
    text-decoration: none;
    color: #000000;
    transition-duration: 0.8s;
}
.imgList2 .tab-pane {
    width: 100%;
}
.imgList2 .row::before, .imgList2 .row::after {
    content: "";
    display: block;
    overflow: hidden;
}
.imgList2 .row::after {
    clear: both;
}
.imgList2 .col-md-3 {
    float: left;
    width: 25%;
    ;
    padding: 0 15px 30px 15px;
    height: 527px;
}
.imgList2 .col-md-3 .caption {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.imgList2 p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 30px;
}
.imgList2 .col-md-3 .estate_detail_thumb_title {
    padding: 0 10px 10px 10px;
    font-size: 17px;
    line-height: 29px;
    font-family: ;
}
.imgList2 .col-md-3 .estate_detail_thumb_body {
    padding: 0 10px 0 10px;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.imgList2 .estate_tab_title {
    display: none;
    border: 1px solid #666666;
    background: #fff;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.kitchen {
    overflow-x: hidden;
    background-color: #f7f6f1;
    padding-top: 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}
@media (max-width: 767px) {
    #l-container {
        width: 95%;
        max-width: 767px;
        margin: auto;
        /*padding-top: 60px;*/
    }
    .sp_disp {
        display: block;
    }
    .title1 h2 {
        font-size: 48px;
        padding-bottom: 20px;
        text-align: center;
        font-family: din-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 25px;
    }
    .title2 p {
        font-size: 11px;
        padding-bottom: 8px;
        text-align: center;
        margin: auto;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", ;
        font-weight: 400;
    }
    .title3 {
        mix-width: 325px;
        margin: 0 auto;
        padding: 0 10px 40px 10px;
        text-align: center;
    }
    .title3 p {
        font-size: 23px;
        font-weight: 500;
        line-height: 40px;
        font-family: ;
    }
    .text1 {
        min-width: 325px;
        margin: 0 auto;
        padding: 0 10px 40px 10px;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
    }
    .imgList2 {
        max-width: 767px;
        margin: 0 auto;
    }
    .anchorList {
        display: flex;
        align-items: center;
        justify-content: center;
        /*SP版は2カラム*/
        flex-wrap: wrap;
        width: 767px;
        margin-bottom: 10px;
    }
    #ul_kitchen, #ul_wash, #ul_security, #ul_other {
        width: 100%;
    }
    .anchorList .aList {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 15px);
        border: 0.25px solid rgba(220, 220, 220, 1.00);
        background: url("../images/equipment/icon-arrow.svg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-color: rgba(245, 245, 245, 1.00);
        background-size: 12%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .anchorList .aList a {
        text-decoration: none;
        color: #000000;
        transition-duration: 0.8s;
        padding: 15px 5px;
        width: 100%;
        min-height: 85px;
    }
    .anchorList .aList p {
        font-size: 13px;
        margin-bottom: 5px;
        line-height: 25px;
        width: 100%;
        text-align: center;
    }
    .imgList2 .tab-pane {
        width: 100%;
    }
    .imgList2 .col-md-3 {
        width: 100%;
        padding: 0 15px 30px 15px;
        height: 527px;
    }
    .imgList2 .col-md-3 .caption {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .imgList2 p {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 25px;
        width: 90%;
        margin: auto;
    }
    .imgList2 .col-md-3 .estate_detail_thumb_title {
        padding: 0 10px 10px 10px;
        font-size: 17px;
        line-height: 29px;
        font-family: ;
    }
    .imgList2 .col-md-3 .estate_detail_thumb_body {
        padding: 0 10px 0 10px;
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }
    .imgList2 .estate_tab_title {
        display: none;
        border: 1px solid #666666;
        background: #fff;
        font-size: 18px;
        line-height: 40px;
        margin: 0 0 30px 0;
    }
    .kitchen {
        overflow-x: hidden;
        background-color: #f7f6f1;
        padding-top: 40px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
    }
}
/*  outline  */
.outlineList {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 10px 45px 10px;
}
.outlineList .estate_detail_outline_body_title {
    font-size: 20px;
    border-left: 3px solid #69ae76;
    line-height: 24px;
    padding: 0 0 0 10px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}
.outlineList .olTitle p {}
.outlineList .table-condensed {
    border-right: 1px solid #666666;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-bottom: 40px;
    width: 100%;
}
.outlineList .table-condensed tr {
    border-top: 1px solid #666666;
    display: table;
    width: 100%
}
.outlineList .table-condensed th {
    display: table-cell;
    border-right: 1px solid #666666;
    width: 179px;
    padding: 11px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
    background: #F7F6F3;
}
.outlineList .table-condensed td {
    display: table-cell;
    background: #fff;
    padding: 11px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
}
.outlineList .table-condensed td .notice {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.outlineList .table-condensed td .notice a {
    text-decoration: underline;
}
/*概要_敷地面積の"～"*/
.tableSiteArea__item + .tableSiteArea__item::before {
    content: "\301C";
    display: block;
    /*position: absolute;
    left: 0;*/
}
@media (max-width: 767px) {
    .outlineList {
        max-width: 767px;
        margin: 0 auto;
        padding: 0 10px 45px 10px;
    }
    .outlineList .estate_detail_outline_body_title {
        font-size: 20px;
        border-left: 3px solid #69ae76;
        line-height: 24px;
        padding: 0 0 0 10px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .outlineList .olTitle p {}
    .outlineList .table-condensed {
        border-right: 1px solid #666666;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #666666;
        margin-bottom: 40px;
        width: 100%;
    }
    .outlineList .table-condensed tr {
        border-top: 1px solid #666666;
        display: table;
        width: 100%
    }
    .outlineList .table-condensed th {
        display: table-cell;
        border-right: 1px solid #666666;
        width: 40%;
        padding: 10px 15px;
        font-size: 14px;
        text-align: left;
        line-height: 20px;
        background: #F7F6F3;
    }
    .outlineList .table-condensed td {
        display: table-cell;
        background: #fff;
        padding: 10px 15px;
        font-size: 13px;
        text-align: left;
        line-height: 20px;
    }
    .item08-outlineList .table-condensed td p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5;
    }
    .item08-outlineList .table-condensed td .notice a {
        text-decoration: underline;
    }
}
@media screen and (max-width: 767.98px) {
    .table__addressButton {
        font-size: 13px !important;
        width: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .tableSiteArea__item .area {
        font-size: 13px !important;
    }
}