@charset "utf-8";

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

/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

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

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

/* ==================================================================
	#onestop
=================================================================== */
#onestop {
    padding: 50px 0;
}
#onestop h2 {
    font-size: 150%;
    text-align: center;
    margin-bottom: 25px;
}
#onestop p.txt {
    text-align: center;
    margin-bottom: 60px;
}
#onestop ul.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    #onestop ul.list li {
        width: 16%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    #onestop ul.list li:nth-child(5n) {
        margin-right: 0;
    }
    #onestop ul.list li:nth-child(6) {
        margin-left: 10%;
    }
    #onestop ul.list li dt img {
        width: 100%;
    }
    #onestop ul.list li dt {
        margin-bottom: 20px;
    }
    #onestop ul.list li dd.name {
        font-size: 108%;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;
    }
    #onestop ul.list li dd.description {
        font-size: 87%;
    }

	#onestop p.buttonStyle{
		text-align: center;
	}

	#onestop p.buttonStyle a {
		width: auto;
	}

/* ==================================================================
	#flow
=================================================================== */
#flow {
	background: var(--bg-color-lightgray, #F3F3F3);
    padding: 70px 0;
    margin-bottom: 0;
}
#flow h2 {
	margin-bottom: 40px;
}
#flow p.txt {
	text-align: center;
	margin-bottom: 40px;
}
#flow ul.steplist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px;
}
    #flow ul.steplist > li {
        width: 46%;
        margin-right: 6%;
        margin-bottom: 4%;
    }
    #flow ul.steplist > li:nth-child(2n) {
        margin-right: 0;
    }
        #flow ul.steplist p.img {
            float: left;
            width: 29%;
            margin-right: 7%;
            position: relative;
        }
        #flow ul.steplist p.img img {
            width: 100%;
        }
        #flow ul.steplist p.img span.num {
            position: absolute;
            display: inline-block;
            top: -15px;
            left: 15px;
            background: var(--bg-color-black, #212529);
            color: #fff;
            padding: 8px 15px;

        }
        #flow ul.steplist dl {
            float: right;
            width: 64%;
        }
        #flow ul.steplist dl dt {
            font-size: 112%;
            font-weight: bold;
            margin-bottom: 15px;
        }
        #flow ul.steplist dl dd p.description {
            font-size: 93%;
            line-height: 1.8;
        }
        #flow ul.steplist dl dd ul.link {
            margin-top: 15px;
        }
        #flow ul.steplist dl dd ul.link a {
            padding-left: 1em;
            position: relative;
        }
        #flow ul.steplist dl dd ul.link a:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            border-top: 1px solid #212529;
            border-right: 1px solid #212529;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
#flow p.payArea {
    text-align: center;
    color: var(--text-color, #212529);
    position: relative;
    font-size: 112%;
    font-weight: bold;
}
#flow p.payArea:before,
#flow p.payArea:after {
    content: "";
    height: 2px;
    width: 370px;
    background: var(--bg-color-black, #212529);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#flow p.payArea:before {
    left: 0;
}
#flow p.payArea:after {
    right: 0;
}

/* ==================================================================
	#linkBnr
=================================================================== */
#linkBnr {
	
}
	#linkBnr ul.list li{
		overflow:hidden;
		box-sizing:border-box;
		float:left;
		width:50%;
	}
	#linkBnr ul.list li a{
		display: table;
		width:100%;
		height:100%;
		color:#fff;
		transition: all 500ms 0s ease;
		text-decoration:none;
		background:50% 50% no-repeat;
		background-size:cover;
	}
	
	#linkBnr ul.list li a:hover{
		transform: scale(1.1);
	}
	#linkBnr ul.list li span{
		display: table-cell;
		text-align:center;
		vertical-align:middle;
		position:relative;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.2);
		transition: all 300ms 0s ease;
	}
	
	#linkBnr ul.list li a:hover span{
		background:rgba(0,0,0,0.4);
	}
	#linkBnr ul.list li em{
		display:block;
		text-align:center;
		letter-spacing:0.1em;
		font-size:237%;
		line-height:1;
		font-weight: 500;
		margin-bottom:13px;
	}
	#linkBnr ul.list li small{
		display:block;
		text-align:center;
		letter-spacing:0.05em;
		font-size:118%;
		line-height:1;
	}
	
	
	#linkBnr ul.list li.order{
		height:625px;
		border-right:3px solid #fff;
	}
	
	#linkBnr ul.list li.order a{
		background-image:url(../../images/top/build-order.jpg);
	}
	
	#linkBnr ul.list li.standard{
		height:313px;
		border-bottom:3px solid #fff;
		border-left:3px solid #fff;
	}
	#linkBnr ul.list li.standard a{
		background-image:url(../../images/top/build-standard.jpg);
	}
	
	#linkBnr ul.list li.maintenance{
		height:312px;
		border-top:3px solid #fff;
		border-left:3px solid #fff;
	}
	#linkBnr ul.list li.maintenance a{
		background-image:url(../../images/top/build-aftermaintenance.jpg);
	}



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

    /* ==================================================================
        #onestop
    =================================================================== */
    #onestop {
        padding: 7% 0 10%;
    }
    #onestop h2 {
        font-size: 140%;
    }
    #onestop p.txt {
        text-align: left;
    }

        #onestop ul.list li {
            width: 46%;
            margin-right: 6%;
            margin-bottom: 10%;
        }
        #onestop ul.list li:nth-child(2n) {
            margin-right: 0;
        }
        #onestop ul.list li:nth-child(5n) {
            margin-right: 4%;
        }
        #onestop ul.list li:nth-child(6) {
            margin-left: 0;
        }
        #onestop ul.list li dt {
            margin-bottom: 5%;
        }
        #onestop ul.list li dd.name {
            font-size: 108%;
            font-weight: bold;
            margin-bottom: 4%;
            text-align: center;
        }
        #onestop ul.list li dd.description {
            font-size: 87%;
        }

    /* ==================================================================
        #flow
    =================================================================== */
    #flow {
        padding: 15% 0;
    }
    #flow h2 {
        margin-bottom: 10%;
    }
    #flow p.txt {
        text-align: left;
        margin-bottom: 10%;
    }
    #flow p.txt br {
        display: none;
    }
        #flow ul.steplist > li {
            width: auto;
            margin-right: 0;
            margin-bottom: 6%;
        }
            #flow ul.steplist p.img {
                width: 29%;
                margin-right: 5%;
            }
            #flow ul.steplist p.img span.num {
                top: -13px;
                left: 7px;
                padding: 3px 10px;

            }
            #flow ul.steplist dl {
                width: 66%;
            }
            #flow ul.steplist dl dt {
                margin-bottom: 3%;
            }
            #flow ul.steplist dl dd ul.link {
                margin-top: 4%;
            }
            #flow ul.steplist dl dd ul.link li {
                margin-bottom: 3%;
            }
            #flow ul.steplist dl dd ul.link li:last-child {
                margin-bottom: 0;
            }
    #flow p.payArea {
        font-size: 105%;
    }
    #flow p.payArea:before,
    #flow p.payArea:after {
        width: 10%;
    }

    /* ==================================================================
        #linkBnr
    =================================================================== */
    #linkBnr {

    }
        #linkBnr ul.list li{
            overflow:hidden;
            box-sizing:border-box;
            float:none;
            width:auto;
        }
        #linkBnr ul.list li a{
            display: table;
            width:100%;
            height:100%;
            color:#fff;
            transition: all 500ms 0s ease;
            text-decoration:none;
            background:50% 50% no-repeat;
            background-size:cover;
        }

        #linkBnr ul.list li a:hover{
            transform: scale(1.1);
        }
        #linkBnr ul.list li span{
            display: table-cell;
            text-align:center;
            vertical-align:middle;
            position:relative;
            width:100%;
            height:100%;
            background:rgba(0,0,0,0.2);
            transition: all 300ms 0s ease;
        }

        #linkBnr ul.list li a:hover span{
            background:rgba(0,0,0,0.4);
        }
        #linkBnr ul.list li em{
            font-size:170%;
        }
        #linkBnr ul.list li small{
            font-size:105%;
        }

        #linkBnr ul.list li.order{
            height:300px;
            border-bottom:3px solid #fff;
        }
        #linkBnr ul.list li.standard{
            height:300px;
            border-bottom:3px solid #fff;
        }

        #linkBnr ul.list li.maintenance{
            height:300px;
            border-top: 0;
        }
}
