#h_left h1 {
    left: 21px;
}

#main_img {
    width: 100%;
}

#main_img img {
    width: 100%;
}

.hire p {
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 90%;
}

.hire dl {
    margin-bottom: 24px;
}

.hire dd {
    margin-top: 10px;
}

.hire dd:nth-of-type(2) {
    float: left;
}

section {
    padding: 60px 0;
}

.width {
    width: 1040px;
    margin: 0 auto;
    overflow: visible;
    zoom: 1;
}

.width:before,
.width:after {
    content: " ";
    display: table;
}

.width:after {
    clear: both;
}


/*lineup*/

#lineup {
    text-align: center;
    position: relative;
    overflow: visible;
}


#lineup {
    background: url(../img/bg.jpg) repeat;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-position: bottom;
}

#lineup:before {
    position: absolute;
    width: calc(50% - 35px);
    bottom: -60px;
    left: 0;
    border-bottom: 50px solid #154417;
    border-right: 70px solid transparent;
    display: block;
    content: " ";
}

#lineup:after {
    position: absolute;
    left: calc(50% - 35px);
    bottom: -60px;
    right: 0;
    border-bottom: 50px solid #154417;
    border-left: 70px solid transparent;
    display: block;
    content: " ";
}

/*all*/

.l_left {
    float: left;
}

.l_right {
    float: right;
}

.lineup {
    width: 49%;
}

.lineup h3 {
    font-size: 180%;
}

.lineup p {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 90%;
}

.lineup dl {
    margin-bottom: 24px;
}

.lineup dd {
    margin-top: 10px;
}

.lineup dd:nth-of-type(2) {
    float: left;
}


/*crown*/

#crown {
    background: #154417;
    margin-top: 50px;
}

#crown .width {
    margin-top: -40px;
}

#lexus {
    background: #685213;
}

#benz {
    background: #301454;
}

#vellfire {
    background: #96086a;
}

#hiace {
    background: #155d7a;
}

#royce {
    background: #154417;
}

#ventury {
    background: #301454;
}


/*flow*/

#flow {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 0;
}

#flow h4 {
    position: relative;
    font-size: 180%;
    margin-bottom: 30px;
}

#flow h4:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    left: 150px;
    background: #fff;
}

#flow h4:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 130px;
    top: 50%;
    right: 150px;
    background: #fff;
}

#flow_title {
    margin-top: 60px;
    overflow: hidden;
}

#flow_title li {
    width: 22%;
    margin-right: 4%;
    float: left;
    text-align: center;
}

#flow_title li:last-of-type {
    margin-right: 0;
}

.number {
    position: relative;
    font-size: 250%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.number:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #fff;
    height: 1px;
    width: 150px;
    top: 50%;
    right: -180px;
    background: #fff;
}

#flow_title li:last-of-type .number:after {
    display: none;
}

#flow_title li p {
    font-size: 180%;
}

#flow_inner {
    margin-top: 30px;
    text-align: left;
    line-height: 1.6;
    font-size: 90%;
    overflow: hidden;
}

#flow_inner li {
    width: 22%;
    margin-right: 4%;
    float: left;
}

#flow_inner li:last-of-type {
    margin-right: 0;
}

#info {
    overflow: hidden;
}

#reserve {
    width: 840px;
    margin: 90px auto 0;
}

#reserve p {
    display: inline-block;
    margin-top: 2px;
    font-size: 250%;
    font-family: sans-serif;
    color: #8f7930;
    font-weight: bold;
    line-height: 0.8;
    float: left;
    margin-right: 23px;
    letter-spacing: 1px;
    text-align: left;
}

#reserve .info {
    margin-left: 0;
    font-size: 91%;
    margin-top: 8px;
    margin-bottom: 9px;
}

#l_reserve {
    display: inline-block;
    padding: 10px 50px;
    background: #8f7930;
}

#l_reserve a {
    font-size: 210%;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

#l_reserve span {
    font-size: 130%;
    vertical-align: -5px;
}

#notes {
    margin: 90px auto 0;
    width: 840px;
    clear: both;
    text-align: left;
}

#notes p {
    font-size: 120%;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-right: 20px;
}

#crown_img {
    width: 100%;
}

.slick-track {
    z-index: 1;
}

.slick-arrow {
    top: calc(50% - 14px);
    z-index: 100;
}

.slick-next {
    right: -55px;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.4s;
}

.slick-next.right {
    right: 5px;
    visibility: visible;
    opacity: 1;
}

.slick-next:before {
    content: url(../img/arrow_next.png);
}

.slick-prev {
    left: -85px;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.4s;
}

.slick-prev.left {
    left: -25px;
    visibility: visible;
    opacity: 1;
}

.slick-prev:before {
    content: url(../img/arrow_prev.png);
}

@media screen and (max-width:1050px) {
    .hire p {
        margin-bottom: 20px;
        line-height: 1.6;
        font-size: 90%;
    }
    .hire dt {
        margin-bottom: 10px;
    }
    .hire dd {
        line-height: 1.4;
        margin-top: 5px;
    }
    #royce p br {
        display: none;
    }
    section:not(:last-of-type) {
        padding-bottom: 30px;
    }
    .width {
        width: 92%;
        margin: 0 auto;
    }
    section {
        padding: 50px 0;
    }
    #crown_img {
        width: 100%;
    }
    #reserve {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #notes {
        margin-top: 0;
        width: 100%;
    }
    #notes p {
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
        font-size: 100%;
        padding: 10px 0;
        line-height: 1;
        text-align: center;
    }
    .sp_br {
        padding-top: 5px;
    }
    #lineup p span {
        margin-right: 0;
    }
}
