@charset "UTF-8";
/*お部屋探しスケジュール*/
body.mov_schedule .c-view_wrap {
    background: url(../img/main_img_movschedule.jpg) no-repeat center top / cover;
}
.mov_in {
    margin: 0 0 60px;
    border-bottom: 10px solid #f3f3f3;
}
.mov_in:last-child {
    margin: 0 0 0;
    border-bottom: 0;
}
.movTtl_wrap {
    margin: 0 0 40px;
}
.movTim_wrap {
    margin: 0 0 40px;
}
.movTimImg_wrap {
    border: 1px solid #d3d3d3;
    margin: 0 0 13px;
    padding: 40px 40px 30px;
}
.movTimImg_wrap img {
    width: 100%;
}
.movTim-lst {
    margin: 0 0 10px;
}
.movTim-lst dt {
    width: 135px;
    padding: 16px 0;
    line-height: 1.8;
    font-weight: bold;
    float: left;
    clear: both;
}
.movTim-lst dd {
    padding: 16px 0 16px 135px;
    line-height: 1.8;
    border-bottom: 2px dotted #d3d3d3;
}
.movTim-lst dd:last-child {
    border: none;
}
.movTim-lst a {
    color: #000;
    text-decoration: underline;
}
.movTim-lst a:hover {
    color: #0fc1da;
    text-decoration: none;
}
.movTimPnt-lst {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #fdfeee;
    box-sizing: border-box;
    clear: both;
}
.movTimPnt-lst dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 34px;
    font-weight: bold;
    color: #fff;
    background-color: #f74685;
    border-radius: 80px;
    box-sizing: border-box;
}
.movTimPnt-lst dd {
    width: calc(100% - 114px);
    padding: 0;
    line-height: 1.8;
}
.movStm_wrap {
    padding: 0 0 60px;
}
.movStm-ttl {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.movStm_txt {
    line-height: 2;
}
.movStm_cap {
    font-size: 11px;
}
.movStmImg_wrap {
    border: 1px solid #d3d3d3;
    margin: 0 0 25px;
    padding: 40px;
}
.movStmImg_wrap img {
    width: 100%;
}
.movCrs_wrap {
    margin: 0 0 50px;
}
.movCrs_ttl {
    margin: 0 0 40px;
}
.movCrs-ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}
.movCrs-ttl a {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}
.movCrsCnt_wrap {
    margin: 0 0 50px;
}
.movCrsCnt_wrap:last-child {
    margin: 0 0 0 0;
}
.movCrsCnt-ttl {
    margin: 0 0 25px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #0fc1da;
}
.movCrsCnt-txt {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 30px;
}
.movCrsRec-lst {
    padding: 20px;
    background-color: #fafafa;
}
.movCrsRec-lst dt {
    font-size: 16px;
    color: #f74685;
    text-align: left;
    margin: 0 0 10px;
}
.movCrsRec-lst dd {
    font-size: 14px;
    line-height: 2;
}
.movCrsRec-lst a {
    color: #000;
    text-decoration: underline;
}
.movCrsRec-lst a:hover {
    color: #0fc1da;
    text-decoration: none;
}
.movOdr_wrap {
    background: #fafafa;
    padding: 80px 0;
}
.movOdr-ttl {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.movOdr-ttl .is-clr {
    color: #f74685;
}
.movOdr-txt {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.movOdr-btn {
    width: 450px;
    margin: 0 auto;
}
.movOdr-btn a {
    width: 450px;
    height: 75px;
    font-size: 18px;
    border-radius: 10px;
}

.movPgLnk_wrap ul {
    margin: 50px 0 60px;
    border: 1px solid #bbbaba;
    border-radius: 6px;
}
.movPgLnk_wrap ul {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 10px 80px;
}
.movPgLnk_wrap li {
    width: 235px;
    margin: 0 0 20px;
    padding: 0 10px 0 15px;
}
.movPgLnk_wrap li:nth-child(2),
.movPgLnk_wrap li:nth-child(5) {
    width: 275px;
}
.movPgLnk_wrap li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
    line-height: 1;
    text-decoration: underline;
}
.movPgLnk_wrap li a:hover {
    text-decoration: none;
}
.movPgLnk_wrap li a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    width: 9px;
    height: 9px;
    background: url(../svg/dec_arw_dwn_pk2.svg) no-repeat left top;
    background-size: 9px auto;
}


@media (max-width: 896px) {
    /*お部屋探しスケジュール*/
    body.mov_schedule .c-view_wrap {
        background: url(../img/sp/main_img_movschedule.jpg) no-repeat center top / cover;
    }
    .mov_in {
        margin: 0;
        border-bottom: 5px solid #f3f3f3;
    }
    .mov_in:last-child {
        border-bottom: 0;
    }
    .movTtl_wrap {
      margin: 0;
      padding: 40px 0 0;
    }
    .movTim_wrap {
        margin: 0;
        padding: 0 20px 20px;
        border-bottom: 1px solid #d3d3d3;
    }
    .movTimImg_wrap {
        margin: 0 0 5px;
        padding: 15px 15px 12px;
    }
    .movTim-lst {
        margin: 0 0 10px;
    }
    .movTim-lst dt {
        width: 100%;
        padding: 10px 0 2px;
        font-size: 13px;
        line-height: 1.7;
    }
    .movTim-lst dd {
        width: 100%;
        padding: 0 0 10px;
        line-height: 1.8;
        border-bottom: 1px solid #d3d3d3;
    }
    .movTim-lst a:hover {
        color: #000000;
        text-decoration: underline;
    }
    .movTimPnt-lst {
        display: block;
        padding: 15px;
    }
    .movTimPnt-lst dt {
        display: inline-block;
        width: auto;
        height: 25px;
        margin: 0 0 8px;
        padding: 0 10px 3px;
        font-size: 13px;
        border-radius: 25px;
        box-sizing: border-box;
    }
    .movTimPnt-lst dd {
        width: 100%;
        line-height: 1.7;
    }
    .movStm_wrap {
        padding: 0 20px 30px;
    }
    .movStm-ttl {
        margin: 20px 0;
        font-size: 15px;
        font-weight: 500;
    }
    .movStm_txt {
        line-height: 1.7;
    }
    .movStm_cap {
        font-size: 12px;
        line-height: 1.7;
    }
    .movStmImg_wrap {
        margin: 0 0 20px;
        padding: 15px;
    }
    .movCrs_wrap {
        margin: 0;
    }
    .movCrs_ttl {
        margin: 0;
        border-top: 1px solid #d3d3d3;
        background: url(../img/sp/icn_plus_blk.png) no-repeat right 20px center;
        background-size: 12px auto;
    }
    .movCrs_ttl.active {
        background: url(../img/sp/icn_minus_blk.png) no-repeat right 20px center;
        background-size: 12px auto;
    }
    .movCrs-ttl {
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .movCrs-ttl a {
        display: block;
        padding: 20px;
        pointer-events: auto;
    }
    .movCrsCnt_wrap,
    .movCrsCnt_wrap:last-child {
        margin: 0 0 30px;
    }
    .movCrsCnt-ttl {
        margin: 0 0 20px;
        padding: 8px 20px;
        font-size: 13px;
    }
    .movCrsCnt-txt {
        font-size: 12px;
        line-height: 1.7;
        margin: 0 20px 15px;
    }
    .movCrsRec-lst {
        margin: 0 20px;
        padding: 12px 15px;
    }
    .movCrsRec-lst dt {
        font-size: 13px;
        font-weight: 500;
        margin: 0 0 5px;
    }
    .movCrsRec-lst dd {
        font-size: 12px;
        line-height: 1.7;
    }
    .movCrsRec-lst a:hover {
        color: #000000;
        text-decoration: underline;
    }
    .movOdr_wrap {
        padding: 30px 20px;
    }
    .movOdr-ttl {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .movOdr-txt {
        margin: 0 0 20px;
        font-size: 12px;
        line-height: 1.7;
        text-align: left;
    }
    .movOdr-btn {
        width: 100%;
        max-width: 335px;
    }
    .movOdr-btn a {
        width: 100%;
        height: 50px;
        font-size: 12px;
        border-radius: 6px;
    }
    .tab_cnt{
        display: none;
    }

    .mov_text {
        font-size: 12px;
        line-height: 1.7;
        margin: 20px;
    }
    .movPgLnk_wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .movPgLnk_wrap p {
        width: 100%;
        padding: 0 20px;
        font-size: 12px;
        line-height: 1.6;
        box-sizing: border-box;
    }
    .movPgLnk_wrap ul {
        margin: 0 0 0;
        border: none;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        border-top: 1px solid #d7d7d7;
    }
    .movPgLnk_wrap li {
        position: relative;
        width: 50%;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #d7d7d7;
        box-sizing: border-box;
    }
    .movPgLnk_wrap li:nth-child(odd) {
        border-right: 1px solid #d7d7d7;
    }
    .movPgLnk_wrap li:nth-child(2),
    .movPgLnk_wrap li:nth-child(5) {
        width: 50%;
    }
    .movPgLnk_wrap li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 13px 10px 13px 35px;
        font-size: 12px;
        line-height: 1.4;
        text-decoration: none;
    }
    .movPgLnk_wrap li a::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 20px;
        width: 8px;
        height: 8px;
        background: url(../svg/dec_arw_dwn_pk2.svg) no-repeat left top;
        background-size: 8px auto;
    }

}
