@import './common.css';

/*----upperArea----*/
#ly_rentalMv {
    position: relative;
}

.ce_capTxt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;

    margin-top: 48px;
    margin-bottom: 48px;

    text-align: justify;
    letter-spacing: .02em;
}

.ce_capTxt.ce_capTxt__mt32 {
    margin-top: 32px;
}

@media screen and (max-width: 1138px) {

    #ly_rentalMv {
        margin-top: 166px;
    }
}

@media screen and (max-width: 768px) {
    #ly_rentalMv {
        margin-top: 86px;
    }

    .ce_capTxt {
        margin-right: 10%;
        margin-left: 10%;
    }

    .ce_capTxt.ce_capTxt__mt32 {
        margin-top: 25px;
        margin-bottom: 24px;
    }

    .ce_capTxt.ce_capTxt__spM0 {
        margin-top: 23px;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0;
    }
}

/*----blackTomesode----*/
#ly_blackTomesode {
    margin-bottom: 48px;
}

.ly_blackTomesode_bg {
    margin-bottom: 48px;
    padding: 48px 49px;

    background-image: url(../image/rental/black_tomesode_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ly_blackTomesode {
        margin-bottom: 22px;
    }

    .ly_blackTomesode_bg {
        margin-bottom: 16px;
    }
}

/*----colorTomesode----*/
#ly_colorTomesode {
    margin-bottom: 46px;
}

.ly_colorTomesode_bg {
    margin-bottom: 48px;
    margin-bottom: 48px;
    padding: 48px;

    background-image: url(../image/rental/color_tomesode_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ly_colorTomesode {
        margin-bottom: 23px;
    }

    .ly_colorTomesode_bg {
        margin-bottom: 17px;
    }
}

/*----visitingDress----*/
#ly_visitingDress {
    margin-bottom: 49px;
}

.ly_visitingDress_bg {
    margin-bottom: 48px;
    padding: 48px;

    background-image: url(../image/rental/visiting_dress_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ly_visitingDress {
        margin-bottom: 23px;
    }

    .ly_visitingDress_bg {
        margin-right: 10px;
        margin-bottom: 16px;
        margin-left: 10px;
        padding: 48px 39px;
    }
}

/*----iromuji----*/
#ly_iromuji {
    margin-bottom: 46px;
}

.ly_iromuji_bg {
    margin-bottom: 48px;
    padding: 48px;

    background-image: url(../image/rental/iromuji_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #ly_iromuji {
        margin-bottom: 23px;
    }

    .ly_iromuji_bg {
        margin-right: 10px;
        margin-bottom: 17px;
        margin-left: 10px;
        padding: 48px 39px;
    }
}