@charset "UTF-8";

/* メインビジュアル
============================================ */
.main-visual{
    width: 100%;
    height: 640px;
    background-image: url("../images/img_showroom_mv_pc.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

/* 共通
============================================ */
.main_wrap {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    margin-bottom: 130px;
}
.page-title {
    font-size: 62px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
}
.page-title_j {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-top: 25px;
    margin-bottom: 110px;
    display: block;
}
.section-title {
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 8px;
    text-align: center;
    
}
.section-title_j {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.2em;
    margin-top: 20px;
    margin-bottom: 80px;
    display: block;
}

/* 会社概要 サンカーズ
============================================ */
.outline_suncars {
    width: 100%;
    line-height: 2.0;
    margin-bottom: 140px;
}
.outline_suncars th {
    width: 30%;
    padding-left: 3%; 
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 400;
}
.outline_suncars td {
    width: 70%;
    padding-left: 3%;
    padding-top: 18px;
    padding-bottom: 18px;
}
.outline_suncars tr {
    border-top: #999999 solid 1px;
    border-bottom: #999999 solid 1px;
}

/* アクセス
============================================ */
.access_wrap {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    margin-bottom: 140px;
}

/* 会社概要 GMD
============================================ */
.outline_gmd {
    width: 100%;
    line-height: 2.0;
    margin-bottom: 140px;
}
.outline_gmd th {
    width: 20%;
    padding-left: 3%; 
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 400;
}
.outline_gmd td {
    width: 80%;
    padding-left: 3%;
    padding-top: 18px;
    padding-bottom: 18px;
}
.outline_gmd tr {
    border-top: #999999 solid 1px;
    border-bottom: #999999 solid 1px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++

　スマートフォン設定

++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 767px) {
    
    /* メインビジュアル
    ============================================ */
    .main-visual{
        height: 280px;
        background-image: url("../images/img_showroom_mv_sp.jpg");
    }

    /* 共通
    ============================================ */
    .main_wrap {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .page-title {
        font-size: 28px;
    }
    .page-title_j {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section-title_j {
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    /* 会社概要
    ============================================ */
    .outline_suncars,
    .outline_gmd {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 50px;
    }
    .outline_suncars tr,
    .outline_gmd tr {
        border-top: none;
        border-bottom: none;
    }
    .outline_suncars th,
    .outline_gmd th {
        display: block;
        width: 100%;
        font-weight: 500;color: #FFFFFF;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #999999;
    }
    .outline_suncars td,
    .outline_gmd td {
        display: block;
        width: 100%;
    }

    /* アクセス
    ============================================ */
    .access_wrap {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px;
        margin-bottom: 60px;
    }
    
}