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

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

.top{
    position: relative;
    width: 100%;
    height: 111vw;
    background-image: url(../img/sp/img_top_01.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.topOver{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 93vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.storeName{
    text-indent: -9999px;
}
.areButton,
.alongButton{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 44vw;
    height: 32vw;
    box-sizing: border-box;
    background-color: #fff;
    border: #101C88 solid 4px;
    color: #101C88;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 11px;
    padding-right: 19px;
}
.areButton{
    margin-right: 9px;
    background-image: url(../img/ico_top_01.png);
    background-repeat: no-repeat;
    background-size: 18vw 14vw;
    background-position: 50% 18px;
}
.alongButton{
    background-image: url(../img/ico_top_02.png);
    background-repeat: no-repeat;
    background-size:  18vw 13vw;
    background-position: 42% 18px;
}
.areButton::after,
.alongButton::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    bottom: 18px;
    right: 14px;
    border-top: 2px solid #101C88;
    border-right: 2px solid #101C88;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
/* 新着情報 */
.news{
    width: 100%;
    background-image: url(../img/img_bg_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 300% auto;
    margin-top: 114px;
    display: grid;
}
/* タイトル */
.newsTitle,
.searchTit,
.voiceTit{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    border-bottom: solid 2px #FFF;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding-top: 65px;
}
.newsTitle::after,
.searchTit::after,
.voiceTit::after{
    content: '';
    display: inline-block;
    margin-right: -0.1em;
}
/* .newsTitle{
    padding-top: 50px;
    letter-spacing: 4px;
}
.newsTitle::before{
    position: absolute;
    content: "";
    width: 146px;
    height: 2px;
    background-color: #fff;
    top: 103px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.searchTit{
    padding-top: 50px;
    padding-bottom: 13px;
    letter-spacing: 2.5px;
}
.searchTit::before{
    position: absolute;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #fff;
    top: 103px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.voiceTit{
    padding-top: 50px;
    letter-spacing: 1.5px;
}
.voiceTit::before{
    position: absolute;
    content: "";
    width: 175px;
    height: 2px;
    background-color: #fff;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */
/* 新着情報内容ここから */
.newsBox{
    margin: 0 10px;
    margin-top: 48px;
    padding-bottom: 20px;
    background-color: #fff;
}
.newsSubTitle{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #101A86;
    padding-top: 30px;
    padding-bottom: 28px;
    border-bottom: #DDD solid 1px;
    margin: 0 20px;
    letter-spacing: 2px;
}
.newsContents{
    margin: 0 20px;
}
.newsContents li{
    padding: 15px 0;
    border-bottom: #DDD solid 1px;
}
.newsInfo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.date{
    order: 1;
    float: left;
    color: #333;
    font-size: 14px;
}
.newsContentsTitle{
    order: 3;
    color: #101C88;
    font-size: 15px;
    font-weight: bold;
    padding-top: 16px;
    width: 100%;
}
.newIcon{
    order: 2;
    display: inline-block;
    width: 40px;
    height: 22px;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #CB210E;
    margin-left: 15px;
}
.newsPhoto{
    float: right;
    width: 100px;
    height: 100px;
    margin-top: 12px;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.newsContentsWords{
    float: left;
    width: 62%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.newsContentsWordsOver{
    float: left;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.newArrivalInformationList{
    display: block;
    width: 90%;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: #CCC solid 1px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 8px;
}
.newArrivalInformationList span{
    position: relative;
    display: inline-block;
    text-align: center;
}
.newArrivalInformationList 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;
}
.insta{
    display: block;
    height: 47vw;
    background-image: url(../img/sp/img_insta_01.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    margin: 0 auto;
}
.instaLink{
    position: absolute;
    width: 104px;
    height: 21px;
    border: #fff solid 1px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 43px;
}
/* 賃貸物件を探す */
.search{
    width: 100%;
    background-image: url(../img/img_bg_02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 325% auto;
    margin-top: 58px;
    background-color: #fff;
    display: grid;
}
.searchBox{
    margin: 0 20px;
    padding-bottom: 30px;
    margin-top: 60px;
}
.areaBox,
.alongBox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    background-color: #101C88;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 12px;
}
.alongBox{
    margin-top: 30px;
}
.areaBox::before{
    position: absolute;
    content: "";
    width: 71px;
    height: 55px;
    background: url(../img/ico_search_01.png) no-repeat;
    background-size: contain;
    top: -22px;
    right: 22px;
}
.alongBox::before{
    position: absolute;
    content: "";
    width: 69px;
    height: 44px;
    background: url(../img/ico_search_02.png) no-repeat;
    background-size: contain;
    background-size: contain;
    top: -22px;
    right: 20px;
}
.searchTopBox .areaBoxTit,
.searchTopBox .alongBoxTit{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 20px;
}
.searchTopBox li{
    position: relative;
    width: 44%;
    font-size: 15px;
    margin-bottom: 14px;
}
.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;
    padding-top: 20px;
}
.searchMiddleBox li{
    width: 43vw;
    height: 115px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: #101C88 solid 1px;
}
.searchMiddleBox li a{
    position: relative;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}
.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% 15px;
}
.searchMiddleBox li:nth-child(2) a{
    background-image: url(../img/ico_search_04.png);
    background-size: 54px 54px;
    background-position: 50% 14px;
}
.searchMiddleBox li:nth-child(3) a{
    background-image: url(../img/ico_search_05.png);
    background-size: 92px 67px;
    background-position: 62% 10px;
}
.searchMiddleBox li:nth-child(4) a{
    background-image: url(../img/ico_search_06.png);
    background-size: 28px 64px;
    background-position: 50% 10px;
}
.searchMiddleBox li:nth-child(5) a{
    background-image: url(../img/ico_search_07.png);
    background-size: 72px 52px;
    background-position: 55% 6px;
}
.searchMiddleBox li:nth-child(5) p{
    padding-bottom: 5px;
}
.searchMiddleBox li:nth-child(6) a{
    background-image: url(../img/ico_search_08.png);
    background-size: 55px 40px;
    background-position: 50% 24px;
}
.searchMiddleBox li:nth-child(7) a{
    background-image: url(../img/ico_search_09.png);
    background-size: 84px 58px;
    background-position: 50% 10px;
}
.searchMiddleBox li:nth-child(8) a{
    background-image: url(../img/ico_search_10.png);
    background-size: 62px 61px;
    background-position: 50% 9px;
}
.searchMiddleBox li:nth-child(9) a{
    background-image: url(../img/ico_search_11.png);
    background-size: 61px 49px;
    background-position: 50% 16px;
}
.searchMiddleBox li:nth-child(10) a{
    background-image: url(../img/ico_search_12.png);
    background-size: 84px 56px;
    background-position: 50% 11px;
}
.rentalPropertyList{
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: #CCC solid 1px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 11px;
}
.rentalPropertyList span{
    position: relative;
}
.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-position: 60% top;
    background-repeat: no-repeat;
    background-size: 370% auto;
    display: grid;
}
.voiceBox{
    width: 100%;
    margin-top: 45px;
    box-sizing: border-box;
}
.voiceContents{
    display: flex;
    justify-content: center;
}
.voiceText{
    width: 310px;
    height: 190px;
    background-color: #DCE3EF;
    padding-top: 15px;
}
.voiceContentsTit{
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 65%;
    color: #101C88;
    padding-left: 22px;
    padding-top: 6px;
}
.voiceContentsLink{
    position: relative;
    float: right;
    font-size: 14px;
    color: #333;
    width: 25%;
    height: 32px;
    line-height: 32px;
}
.voiceContentsLink::before,
.voiceContentsLink::after{
    position: absolute;
    top: 0px;
    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: 60px;
    line-height: 1.5;
    padding: 11px 18px 0 20px;
}
.voicePhoto{
    width: 305px;
    height: 200px;
    margin-top: -92px;
    margin-left: 25px;
}
.customerVoiceList{
    display: block;
    width: 90%;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border: #CCC solid 1px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 58px;
    padding-left: 10px;
}
.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{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 14px;
}
.bannerBox a{
    width: 42.7vw;
    height: 18.7vw;
    box-sizing: border-box;
    border: #DDD solid 1px;
    margin-bottom: 15px;
}
.bannerBox .banner01{
    background: url(../img/sp/bnr_bottom_01.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner02{
    background: url(../img/sp/bnr_bottom_02.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner03{
    background: url(../img/sp/bnr_bottom_03.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner04{
    background: url(../img/sp/bnr_bottom_04.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner05{
    background: url(../img/sp/bnr_bottom_05.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner06{
    background: url(../img/sp/bnr_bottom_06.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner07{
    background: url(../img/sp/bnr_bottom_07.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannerBox .banner08{
    background: url(../img/sp/bnr_bottom_08.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:365px){
    .areButton,
    .alongButton{
        width: 150px;
        height: 115px;
    }
    .news{
        margin-top: 80px;
    }
    .newsContentsWords{
        width: 58%;
        font-size: 14px;
    }
    .newsContentsWordsOver{
        font-size: 14px;
    }
    .searchMiddleBox li p{
        font-size: 14px;
    }
    .voiceText{
        width: 260px;
    }
    .voiceText{
        width: 260px;
        height: 175px;
    }
    .voicePhoto{
        width: 260px;
        height: 170px;
        margin-top: -85px;
    }
    .newArrivalInformationList::before{
        left: 78px;
    }
    .rentalPropertyList::before{
        left: 81px;
    }
    .customerVoiceList::before{
        left: 83px;
    }
}

@media all and (-ms-high-contrast: none) {
    .searchMiddleBox li{
        width: 154px;
    }
    .bannerBox a{
        width: 155px;
    }
    .voiceContentsLink::before,
    .voiceContentsLink::after{
        top: -2px;
    }
    .searchTopBox li::before{
        top: 14px;
    }
}