@charset 'utf-8';

/* ContentsArea
-------------------------- */
.two-by-four-plus .w-800{
    max-width: 800px;
    margin: 0 auto;
}
.two-by-four-plus #content .mv-bottom-copy{
    margin: 0 auto;
    font-size: 200%;
}
.two-by-four-plus .message-area{
    margin-top: 3em;
    background-image: url(../img/custom/mv-bottom-img.jpg);
    padding-bottom: 2em;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: cover;
}
.two-by-four-plus .cont-shikumi-title{
    margin: 0 auto 2.5em;
    max-width: 800px;
}
.two-by-four-plus .cont-shikumi-img{
    margin: 4em auto 2em;
}
.two-by-four-plus .cont-house-first h3 em,
.two-by-four-plus .cont-house-second h3 em{
    font-style: normal;
    font-size: 0.65em;
}
.two-by-four-plus #content h3.house-first-title,
.two-by-four-plus #content h3.house-second-title{
    margin-bottom: 0;
    padding-bottom: 0.75em;
}
.two-by-four-plus #content .house-first-h2,
.two-by-four-plus #content .house-second-h2{
    margin: 0 auto;
}
.two-by-four-plus #content .house-first-column{
    margin-top: 0.5em;
}
.two-by-four-plus .title-hukidashi-area{
    max-width: 800px;
    margin: 0 auto 1em;
}
.two-by-four-plus #content .title-hukidashi{
    font-weight: 400;
    line-height: 1.5;
    font-size: 140%;
    align-items: center; /* 線を上下中央 */
    display: flex; /* 文字と線を横並び */
    justify-content: center;
}
.two-by-four-plus #content .title-hukidashi:before {
    background-color: #000; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 1px; /* 線の高さ */
    width: 40px;
    margin-right: 10px; /* 文字との余白 */
    transform: rotate(60deg); /* 傾ける */
}
.two-by-four-plus #content .title-hukidashi:after {
    background-color: #000; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    content: "";
    height: 1px; /* 線の高さ */
    width: 40px;
    margin-left: 10px; /* 文字との余白 */
    transform: rotate(-60deg); /* 傾ける */
}
.two-by-four-plus .customize-img-area{
    margin: 0.25em auto 1em;
    max-width: 800px;
}
.two-by-four-plus #content .house-second-link{
    padding: 0;
    background-color: #000000;
    transition: 0.5s;
    margin-top: 1em !important;
}
.two-by-four-plus #content .house-second-link a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.5em;
    transition: 0.5s;
}
.two-by-four-plus #content .house-second-link a::after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.two-by-four-plus #content .house-second-link:hover{
    background-color: #fff;
}
.two-by-four-plus #content .house-second-link a:hover{
    color: #000;
}
.two-by-four-plus .btn-area{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
}
.two-by-four-plus .btn-area .btn a{
    border: 1px solid #000;
}
@media (max-width: 768px) {
    .two-by-four-plus .message-area{
        margin-top: 1em;
    }
    .two-by-four-plus #content .shikumi-title-h2{
        margin: 0 auto;
    }
    .two-by-four-plus .title-hukidashi-area{
        margin-bottom: 0em;
    }
    .two-by-four-plus #content .title-hukidashi{
        font-size: 110%;
    }
    .two-by-four-plus #content .house-first-column{
        gap: 1em;
        margin-bottom: 2.5em;
    }
    .two-by-four-plus .btn-area {
        flex-direction: column;
        gap: 1em;
    }
    .two-by-four-plus .btn-area .btn {
        width: 100%;
    }
    .two-by-four-plus .btn-area .btn a{
        text-align: center;
    }
    .two-by-four-plus #content .title-hukidashi:before {
        width: 30px;
        margin-right: 8px;
    }
    .two-by-four-plus #content .title-hukidashi:after {
        width: 30px;
        margin-left: 8px;
    }
}