@charset "UTF-8";

/* -------------------------------------------------------

 * トップページ

------------------------------------------------------- */

/*===============================
＊　トップ　メニューバナー
================================*/
.top__menu {
    margin-bottom: 80px;
}

.top__menu li {
    width: 313px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.top__menu li:last-child {
    margin-right: 0px;
}

.top__menu li img {
    width: 100%;
}

.top__menu li a:hover {
    opacity: 0.7;
}

@media screen and (max-width:768px) {
    .top__menu {
        width: 90%;
        margin: 0 auto 40px auto;
    }

    .top__menu li {
        width: 32%;
        margin: 0 2% 2% 0;
    }
}


/*===============================
＊　トップ　会社紹介
================================*/
.top__about-company {
    margin: 0 auto 80px auto;
    background-image: url(../img/top__corp--bg.png); 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.top__about-company__inner {
    padding: 30px;
}

.top__about-company--lt {
    width: 540px;
    float: left;
    display: inline-block;
}

.top__about-company--rt {
    width: 350px;
    float: right;
    display: inline-block;
}

.top__about-company--rt img {
    width: 100%;
}

.top__about-company h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #FFF;
}

.top__about-company h2::selection {
    text-shadow: none;
}

.top__about-company p {
    text-shadow: 1px 1px 0px #FFF;
    font-weight: 500;
}

.top__about-company p::selection {
    text-shadow: none;
}

@media screen and (max-width:768px) {
    .top__about-company {
        width: 90%;
        margin: 0 auto 50px auto;
        background-image: none; 
    }
    
    .top__about-company__inner {
        padding: 0;
    }

    .top__about-company--lt {
        width: 100%;
        margin-bottom: 20px;
    }

    .top__about-company--rt {
        width: 100%;
    }
    
    .top__about-company h2 {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    .top__about-company p {
        font-weight: normal;
    }
}


/*===============================
＊　おすすめ物件
================================*/
.top__main-estList li {
    width: 314px;
    height: 390px;
    float: left;
    display: inline-block;
    margin: 0 19px 20px 0;
    background: #f5f5f5;
}

.top__main-estList li:nth-child(3n) {
    margin: 0 0px 20px 0;
}

.top__main-estList a {
    width: 314px;
    height: 390px;
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
}

.top__main-estList a:hover {
    opacity: 0.5;
}

.top__main-estList ._estImage {
    width: 314px;
    height: 250px;
    background-repeat: no-repeat; 
    background-position: 0 50%;
    background-size: cover;
}

.top__main-estList ._estType {
    position: absolute;
    top: 170px;
    left: 0;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    min-width: 90px;
    text-align: center;
    background: #000;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.top__main-estList ._estRoom {
    font-size: 14px;
    border: 1px solid #fff;
}

.top__main-estList ._estPrice {
   font-size: 22px;
}

.top__main-estList .top__main-estList__detail {
    padding: 10px 15px;
}

.top__main-estList ._estName {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.top__main-estList ._estAddress,
.top__main-estList ._estAccess {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.top__main-estList ._estAddress {
    margin-bottom: 0px;
}

.top__main-estList ._estPrice span {
    font-size: 17px;
}

.top__main-estList ._estCatchCopy {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.5rem;
    overflow: hidden;
}

.top__main-estList ._estLabel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #fdd100;
    border-radius: 25px;
    box-sizing: border-box;
    display: block;
    padding: 15px 2px;
    text-align: center;
}

.top__main-estList ._estLabel span {
    color: #fff;
    font-size: 0.9rem;
}

@media screen and (max-width:768px) {
    .top__main-estList {
        width: 100%;
        margin: 0 auto;
    }

    .top__main-estList li {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }

    .top__main-estList a {
        width: 100%;
        height: auto;
    } 
    
    .top__main-estList ._estImage {
        width: 100%;
        height: 200px;
    }

    .top__main-estList ._estType {
        position: absolute;
        top: 130px;
        left: 0;
    }
    
    .top__main-estList ._estRoom {
        font-size: 12px;
    }
    
    .top__main-estList ._estPrice {
        font-size: 15px;
        padding-top: 6px;
    }
    
    .top__main-estList ._estName,
    .top__main-estList ._estAddress,
    .top__main-estList ._estAccess {
        margin-bottom: 7px;
    }
}


/* -------------------------------------------------------

 * 下層ページ

------------------------------------------------------- */

/*===============================
＊　事業内容
================================*/
h2.tit__border {
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

h2.tit__border:before,
h2.tit__border:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

h2.tit__border:before {
    margin-right: 1rem;
}

h2.tit__border:after {
    margin-left: 1rem;
}

@media screen and (max-width:768px) {  
    h2.tit__border {
        width: 90%;
        margin: 0 auto 20px auto;
        font-size: 22px;
        font-weight: normal;
    }
}



/* -------------------------------------------------------

 * 各種CSS（その他）

------------------------------------------------------- */

/*===============================
＊　各コンテンツリンクボタンデザイン
================================*/

/* H2タイトル
======================= */
h2.tit {
    text-align: center;
    font-size: 24px;
    color: #000;
    background-color: #FFF !important;
}

@media screen and (max-width:768px) {  
    h2.tit {
        width: 90%;
        font-size: 20px;
        padding: 0;
        margin: 0 auto 15px auto;
        background-color: #FFF !important;
    }
}


/* リンクボタン
======================= */
.main__link-btn {
    width: 45%;
    margin: 20px auto 100px auto;
}

.main__link-btn a {
    display: block;
    font-size: 17px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 8px 10px 10px 10px;
    background-color: #767171;
    border-radius: 25px;
}

.main__link-btn a:hover {
    opacity: 0.7;
}

@media screen and (max-width:768px){
    .main__link-btn {
        width: 90%;
        margin: 20px auto 80px auto;
    }
    
    .main__link-btn a {
        font-size: 15px;
        padding: 10px 5px;
    }
}