@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents main .accentArea{
	background-image:url("../../images/build/standardhouse/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ==================================================================
	#intro
=================================================================== */
#intro {
    margin-bottom: 0;
}
#intro .container {
	background:url("../../images/build/standardhouse/bg_intro.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 80px 200px;
}
#intro h2 {
    font-size: 200%;
    text-align: left;
    margin-bottom: 40px;
    color: #fff;
}
#intro p.txt {
    text-align: left;
    line-height: 2;
    color: #fff;
    width: 60%;
}

/* ==================================================================
	#linup
=================================================================== */
#linup {
	margin-top: -80px;
    background: #fff;
    padding-top: 70px;
    position: relative;
}
#linup h2 {
    margin-bottom: 30px;
}
#linup p.txt {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
}

/* ==================================================================
	.series
=================================================================== */
#linup .series {
	margin-bottom: 64px;
    overflow: hidden;
}
#linup .series:last-child {
	margin-bottom: 0;
}
#linup .series p.img {
    float: left;
    width: 510px;
}
#linup .series.col1 p.img {
    float: none;
    width: auto;
}
#linup .series dl {
    float: right;
    width: 50%;
    margin-top: 60px;
}
#linup .series.col1 dl {
    float: none;
    width: auto;
}
#linup .series dl dt {
    margin-bottom: 30px;
}
#linup .series dl dt span {
    display: block;
    margin-top: 20px;
    font-size: 125%;
    font-weight: bold;
}
#linup .series dl dd.description {
    line-height: 1.8;
    margin-bottom: 30px;
}
#linup .series dl dd.buttonStyle {
    text-align: left;
}
#linup .series dl dd.buttonStyle a {
    width: 320px;
    background-image: url("../../images/build/standardhouse/icon_outside_black.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

/* ==================================================================
	#excellent
=================================================================== */
#excellent {
    background: #f1f1f1;
    padding: 60px 80px;
}
#excellent h2 {
    font-size: 156%;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
#excellent > div {
    overflow: hidden;
}
#excellent > div dl {
    float: left;
    width: 27%;
    margin-right: 9.5%;
}
#excellent > div dl:last-child {
    margin-right: 0;
}
#excellent > div dl dt {
    margin-bottom: 30px;
}
#excellent > div dl dt img {
    width: 100%;
}
#excellent > div dl dd {
    line-height: 1.8;
}

/* ==================================================================
	#buttonArea
=================================================================== */
#buttonArea {
    padding-bottom: 64px;
}
#buttonArea p {
    margin-top: 64px;
    margin-bottom: 0;
}
#buttonArea p a {
    width: 100%;
    font-size: 112%;
    padding-top: 25px;
    padding-bottom: 25px;
}
#buttonArea p.work a {
    width: 100%;
}
#buttonArea p.freeq {
    margin-bottom: 80px;
}
#buttonArea p.freeq a {
    width: 100%;
    background-image: url("../../images/build/standardhouse/icon_outside_black.png");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
#buttonArea p.freeq a::before {
    content: none;
}

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


    /* ==================================================================
        #intro
    =================================================================== */
    #intro {
        margin-bottom: 0;
    }
    #intro .container {
        background:url("../../images/build/standardhouse/bg_intro.jpg") 78% 0 no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 10% 7%;
    }
    #intro h2 {
        font-size: 150%;
        text-align: center;
        margin-bottom: 8%;
    }
    #intro p.txt {
        text-align: left;
        width: auto;
        font-size: 90%;
    }

    /* ==================================================================
        #linup
    =================================================================== */
    #linup {
        margin-top: 0;
        padding-top: 13%;
    }
    #linup h2 {
        margin-bottom: 8%;
    }
    #linup p.txt {
        text-align: left;
        margin-bottom: 60px;
    }
    #linup p.txt br {
        display: none;
    }

    /* ==================================================================
        .series
    =================================================================== */
    #linup .series {
        margin-bottom: 13%;
    }
    #linup .series p.img {
        float: none;
        width: auto;
        margin-bottom: 8%;
    }
    #linup .series p.img img {
        width: 100%;;
    }
    #linup .series dl {
        float: none;
        width: auto;
        margin-top: 0;
    }
    #linup .series dl dt {
        margin-bottom: 5%;
    }
    #linup .series dl dt span {
        margin-top: 5%;
        font-size: 120%;
    }
    #linup .series dl dd.description {
        margin-bottom: 8%;
    }
    #linup .series dl dd.buttonStyle a {
        width: 100%;
    }

    /* ==================================================================
        #excellent
    =================================================================== */
    #excellent {
        background: #f1f1f1;
        padding: 13% 7%;
        margin: 0 -4%;
    }
    #excellent h2 {
        font-size: 130%;
        margin-bottom: 8%;
    }
    #excellent > div {
        overflow: hidden;
    }
    #excellent > div dl {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10%;
    }
    #excellent > div dl:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    #excellent > div dl dt {
        text-align: center;
        width: 60%;
        margin: 0 auto 8%;
    }

    /* ==================================================================
        #buttonArea
    =================================================================== */
    #buttonArea {
        padding-bottom: 35px;
        margin-right: 0;
        margin-left: 0;
    }
    #buttonArea p {
        margin-top: 35px;
        margin-bottom: 0;
    }
    #buttonArea p a {
        width: 100%;
        font-size: 100%;
        padding: 6% 4%;
    }
    #buttonArea p.work a {
        width: 100%;
    }
    #buttonArea p.freeq {
        margin-top: 0;
        margin-bottom: 8%;
    }
    #buttonArea p.freeq a {
        width: 100%;
        background-image: url("../../images/build/standardhouse/icon_outside_black.png");
        background-position: 95% 50%;
        background-repeat: no-repeat;
    }
}
