@charset "utf-8";

/* ----------------------------------
modelroom
---------------------------------- */

#content_Wrap {
    position: relative;
    color: #323232;
    background: #ffffff00;
}

#content_Wrap figure {
    position: relative;
    height: fit-content;
}

.main {
/*
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
*/
    padding: 16% 0;
    position: relative;
    z-index: 1;
}

.main h2 {
    font-size: 24px;
    letter-spacing: 6px;
    color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.mr-head .copy {
    width: 90%;
    margin: auto;
    padding: 80px 0 50px 0;
}
.mr-head .copy h3{
    font-size: 24px;
    margin-bottom: 0;
}

.modelroom_Wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
}


.notes {
    color: #000;
}

/*=============================
タブレット表示
=============================*/

@media (max-width: 1024px) and (min-width: 641px) {


}

/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {

    .main {
/*
        background-image: url(../img/main_sp.jpg);
        background-position: left center;
*/
        padding: 22.856% 0;
    }

    .main h2 {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .mr_area {
        padding: 0 0 40px;
        border-bottom: 1px solid #001b5b;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .mr-head .copy {
        padding: 30px 0 20px 0;
    }
    .mr-head .copy h3{
        font-size: 16px;
    }


}