@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#contents
=================================== */
#contents {
    background-color: #F6F6F6;
}

/* 賃貸トップのみナビがいらない */
#nav{
    display: none;
}

.top{
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url(../img/img_top_01.png);
    background-position: 50%;
}
.storeName{
    text-indent: -9999px;
}
.topOver{
    width: 622px;
    position: absolute;
    left: 0;
    right: 0;
    top: 390px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topOverBackCol{
    background-color: #fff;
}
.areButton,
.alongButton{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    width: 300px;
    height: 90px;
    box-sizing: border-box;
    background-color: #fff;
    border: #101C88 solid 4px;
    color: #101C88;
    font-size: 20px;
    font-weight: bold;
}
.areButton{
    padding-right: 45px;
    background-image: url(../img/ico_top_01.png);
    background-repeat: no-repeat;
    background-size: 68px 53px;
    background-position: 23px 60%;
}
.alongButton{
    background-image: url(../img/ico_top_02.png);
    background-repeat: no-repeat;
    background-size: 78px 50px;
    background-position: 22px 50%;
}
.areButton::before,
.alongButton::before{
    position: absolute;
    content: "";
    margin-left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #101C88;
    border-right: 1.5px solid #101C88;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
.areButton::before{
    left: 108px;
}
.alongButton::before{
    left: 124px;
}
/* 新着情報 */
.news{
    width: 100%;
    background-image: url(../img/img_bg_01.png);
    background-size: 110% auto;
    background-repeat: no-repeat;
    margin-top: 80px;
    display: grid;
}
/* タイトル */

.newsTitle,
.searchTit,
.voiceTit{
    /* position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    letter-spacing: 0.3em;
    padding-bottom: 10px; */
    font-size: 40px;
    color: #FFF;
    border-bottom: solid 2px #FFF;
    margin: 0 auto;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3em;
    white-space: nowrap;
    padding-top: 80px;
    padding-bottom: 10px;
}

.newsTitle::after,
.searchTit::after,
.voiceTit::after{
    content: '';
    display: inline-block;
    margin-right: -0.3em;
}
/* .newsTitle::before{
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    background-color: #fff;
    top: 138px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.searchTit{
    padding-top: 71px;
    padding-bottom: 8px;
}
.searchTit::before{
    position: absolute;
    content: "";
    width: 330px;
    height: 2px;
    background-color: #fff;
    top: 127px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.voiceTit{
    padding-top: 67px;
}
.voiceTit::before{
    position: absolute;
    content: "";
    width: 230px;
    height: 2px;
    background-color: #fff;
    top: 125px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
/* 新着情報内容ここから */
.newsBox{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}
.newsSubTitle{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #101A86;
    padding: 40px 0;
    border-bottom: #DDD solid 1px;
    margin: 0 50px;
    letter-spacing: 3px;
}
.newsContents{
    margin: 0 50px;
}
.newsContents li{
    padding: 25px 0;
    border-bottom: #DDD solid 1px;
}
.newsInfo{
    float: left;
    display: flex;
    align-items: center;
}
.date{
    color: #333;
    font-size: 14px;
}
.newsContentsTitle{
    color: #101C88;
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
}
.newsContentsTitle:hover{
    opacity: 0.7;
    text-decoration: none;
}
.newIcon{
    display: inline-block;
    width: 40px;
    height: 18px;
    box-sizing: border-box;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #CB210E;
    margin-left: 15px;
}
.newsPhoto{
    float: right;
    width: 100px;
    height: 100px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.newsContentsWords,
.newsContentsWordsOver{
    float: left;
    margin-top: 5px;
    margin-left: 107px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.newsContentsWords{
    width: 630px;
}
.newArrivalInformationList{
    display: block;
    width: 400px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border: #CCC solid 1px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 20px;
}
.newArrivalInformationList span{
    position: relative;
    display: inline-block;
    text-align: center;
}
.newArrivalInformationList span::before{
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #101C88;
    border-right: 2px solid #101C88;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
.insta{
    display: block;
    height: 170px;
    background-image: url(../img/img_imsta_01.png);
    background-repeat: no-repeat;
    background-position-x: center;
    margin: 0 auto;
}
.instaLink{
    position: absolute;
    width: 154px;
    height: 28px;
    border: #fff solid 1px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    box-sizing: border-box;
}
/* 賃貸物件を探す */
.search{
    width: 100%;
    background-image: url(../img/img_bg_02.png);
    background-size: 110% auto;
    background-position: top center;
    background-repeat: no-repeat;
    display: grid;
}
.searchBox{
    width: 1000px;
    height: 620px;
    margin: 0 auto;
    margin-top: 70px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: 80px;
}
.searchTopBox{
    display: flex;
    justify-content: space-between;
}
.areaBox,
.alongBox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 435px;
    height: 120px;
    background-color: #101C88;
    box-sizing: border-box;
    padding-left: 20px;
}
.areaBox li:last-child a{
    padding-left: 17px;
}
.areaBox li:last-child::before{
    left: 0;
}
.areaBox::before{
    position: absolute;
    content: "";
    width: 86px;
    height: 67px;
    background: url(../img/ico_search_01.png) no-repeat;
    background-size: contain;
    top: -28px;
    left: 3px;
    right: 0;
    margin: 0 auto;
}
.alongBox::before{
    position: absolute;
    content: "";
    width: 78px;
    height: 50px;
    background: url(../img/ico_search_02.png) no-repeat;
    background-size: contain;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.searchTopBox .areaBoxTit,
.searchTopBox .alongBoxTit{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
}
.searchTopBox li{
    position: relative;
    width: 33%;
    font-size: 15px;
    margin-bottom: 20px;
}
.searchTopBox li::before{
    position: absolute;
    content: "";
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.searchTopBox li a{
    padding-left: 20px;
    color: #fff;
}
.searchMiddleBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.searchMiddleBox li{
    width: 160px;
    height: 130px;
    margin-top: 24px;
    box-sizing: border-box;
    border: #101C88 solid 1px;
}
.searchMiddleBox li a{
    position: relative;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
}
.searchMiddleBox li p{
    position: absolute;
    font-size: 15px;
    color: #333; 
    line-height: 1.4;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
}
.searchMiddleBox li:first-child a{
    background-image: url(../img/ico_search_03.png);
    background-size: 65px 48px;
    background-position: 50% 24px;
}
.searchMiddleBox li:nth-child(2) a{
    background-image: url(../img/ico_search_04.png);
    background-size: 54px 54px;
    background-position: 52% 24px;
}
.searchMiddleBox li:nth-child(3) a{
    background-image: url(../img/ico_search_05.png);
    background-size: 92px 67px;
    background-position: 54% 16px;
}
.searchMiddleBox li:nth-child(4) a{
    background-image: url(../img/ico_search_06.png);
    background-size: 28px 64px;
    background-position: 50% 16px;
}
.searchMiddleBox li:nth-child(5) a{
    background-image: url(../img/ico_search_07.png);
    background-size: 72px 52px;
    background-position: 59% 14px;
}
.searchMiddleBox li:nth-child(6) a{
    background-image: url(../img/ico_search_08.png);
    background-size: 55px 40px;
    background-position-y: 30px;
    background-position: 49% 33px;
}
.searchMiddleBox li:nth-child(7) a{
    background-image: url(../img/ico_search_09.png);
    background-size: 84px 58px;
    background-position: 54% 26px;
}
.searchMiddleBox li:nth-child(8) a{
    background-image: url(../img/ico_search_10.png);
    background-size: 62px 61px;
    background-position: 50% 26px;
}
.searchMiddleBox li:nth-child(9) a{
    background-image: url(../img/ico_search_11.png);
    background-size: 61px 49px;
    background-position: 50% 30px;
}
.searchMiddleBox li:nth-child(10) a{
    background-image: url(../img/ico_search_12.png);
    background-size: 84px 56px;
    background-position: 50% 23px;
}
.rentalPropertyList{
    display: block;
    width: 400px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border: #CCC solid 1px;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 20px;
}
.rentalPropertyList span{
    position: relative;
    display: inline-block;
    text-align: center;
}
.rentalPropertyList span::before{
    position: absolute;
    content: "";
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #101C88;
    border-right: 2px solid #101C88;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
/* お客様の声 */
.voice{
    width: 100%;
    background-image: url(../img/img_bg_03.png);
    background-size: 110% auto;
    background-repeat: no-repeat;
    display: grid;
}
.voiceLink{
    display: block;
}
a.voiceLink:hover img,
a.voiceLink:hover .voiceText > p {
    opacity: 0.7;
}
.voiceBox{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    box-sizing: border-box;
    padding-top: 50px;
    margin-bottom: 80px;
}
.voiceContents{
    display: flex;
    justify-content: flex-start;
}
.voiceContents li{
    margin-right: 33px;
}
.voiceText{
    width: 270px;
    height: 180px;
    box-sizing: border-box;
    background-color: #DCE3EF;
    padding-top: 12px;
}
.voiceContentsTit{
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 65%;
    color: #101C88;
    padding-left: 21px;
}
.voiceContentsLink{
    position: relative;
    float: left;
    font-size: 14px;
    color: #333;
    width: 25%;
    height: 27px;
    line-height: 27px;
}
.voiceContentsLink::before,
.voiceContentsLink::after{
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.voiceContentsLink::before{
    left: 41px;
    width: 10px;
    height: 2px;
    background: #AAA;
}
.voiceContentsLink::after{
    left: 41px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #AAA;
    border-right: 2px solid #AAA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.voiceContentsText{
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 5px 18px 0 18px;
}
.voicePhoto{
    width: 270px;
    height: 180px;
    margin-top:  -77px;
    margin-left: 19px;
}
.customerVoiceList{
    position: relative;
    display: block;
    width: 400px;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border: #CCC solid 1px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
}
.customerVoiceList span{
    position: relative;
    display: inline-block;
    text-align: center;
}
.customerVoiceList span::before{
    position: absolute;
    content: "";
    left: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #101C88;
    border-right: 2px solid #101C88;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
/* バナーエリア */
.banner{
    border-top: #101C88 solid 2px;
}
.bannerBox{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 14px;
}
.bannerBox a,
.bannerBox a img{
    width: 238px;
    height: 90px;
    box-sizing: border-box;
    border: #DDD solid 1px;
}
.bannerBox a{
    margin-bottom: 26px;
}
.bannerBox .banner01{
    background: url(../img/bnr_bottom_01.png);
    background-repeat: no-repeat;
}
.bannerBox .banner02{
    background: url(../img/bnr_bottom_02.png);
    background-repeat: no-repeat;
}
.bannerBox .banner03{
    background: url(../img/bnr_bottom_03.png);
    background-repeat: no-repeat;
}
.bannerBox .banner04{
    background: url(../img/bnr_bottom_04.png);
    background-repeat: no-repeat;
}
.bannerBox .banner05{
    background: url(../img/bnr_bottom_05.png);
    background-repeat: no-repeat;
}
.bannerBox .banner06{
    background: url(../img/bnr_bottom_06.png);
    background-repeat: no-repeat;
}
.bannerBox .banner07{
    background: url(../img/bnr_bottom_07.png);
    background-repeat: no-repeat;
}
.bannerBox .banner08{
    background: url(../img/bnr_bottom_08.png);
    background-repeat: no-repeat;
}
/* ホバー管理 */
.newArrivalInformationList:hover,
.instaLink:hover,
.searchMiddleBox li a:hover,
.rentalPropertyList:hover,
.customerVoiceList:hover,
.areaBox a:hover,
.alongBox a:hover,
.topOver a:hover,
.bannerBox a:hover,
.insta:hover{
    opacity: 0.7;
    text-decoration: none;
}

 /* IE10 以降にのみ適用される */
@media all and (-ms-high-contrast: none) {
    .newIcon{
        padding-top: 2px;
        margin-top: -6px;
    }
    .areButton,
    .alongButton{
        padding-top: 8px;
    }
    .searchTopBox li::before{
        margin-top: -7px;
    }
    .voiceContentsLink::before,
    .voiceContentsLink::after{
        top: -3px;
    }
    .newArrivalInformationList,
    .rentalPropertyList,
    .customerVoiceList{
        padding-top: 2px;
    }
}