
/* import common.css */

* {
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

html {
    height: 100%;
    width: 100%;
}

body {
    /*color: #333;*/
    /*font-size: 12px;*/
    /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
    height: 100%;
    width: 100%;
    /*letter-spacing: -0.001em;*/
    -webkit-text-size-adjust: 100%;
    padding: 0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
    overflow: hidden;
}

img {
    vertical-align: bottom
}

img.insert-bn-stockdetail {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

a {
    color: #3f4c6b;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.b-m10 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.b-m15 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.b-m20 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.b-m25 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}

.b-m15cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    clear: both;
}

.b-m20cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    clear: both;
}

.b-m25cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    clear: both;
}

.b-m30cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    clear: both;
}

.b-m35cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
    clear: both;
}

.b-m40cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    clear: both;
}

.b-m45cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
    clear: both;
}

.b-m70cb {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    clear: both;
}

.tac {
    text-align: center;
}

/* Style for PCs */
@media screen and (min-width: 769px) {

    img {
        -ms-interpolation-mode: bicubic;
    }

    .pc {
        display: block;
    }

    .phone {
        display: none;
    }

}

/* Style for TabletPCs */
@media screen and (min-width: 641px) and (max-width: 768px) {

    img {
        -ms-interpolation-mode: bicubic;
    }

    .pc {
        display: block;
    }

    .phone {
        display: none;
    }

}

/* Style for Smartphonea */
@media screen and (max-width: 640px) {

    img,
    object,
    embed {
        max-width: 100%;
        height: auto;
    }

    img {
        -ms-interpolation-mode: bicubic;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

}

/* =======================================
    アイコン用webフォント設定
======================================= */

@font-face {
    font-family: 'vcs-icons';
    src: url('../fonts/vcs-icons.eot?p68t49');
    src: url('../fonts/vcs-icons.eot?p68t49#iefix') format('embedded-opentype'),  url('../fonts/vcs-icons.ttf?p68t49') format('truetype'),  url('../fonts/vcs-icons.woff?p68t49') format('woff'),  url('../fonts/vcs-icons.svg?p68t49#vcs-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Firefox, Opera, Safari */
@font-face {
    font-family: 'vcs-icons';
    src: url('../fonts/vcs-icons.ttf') format('truetype');
}

[class^="im-"],
[class*=" im-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'vcs-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.im-line:before {
    content: "\e900";
}

.im-line-square:before {
    content: "\e800";
}

.im-envelope-o:before {
    content: "\f003";
}

.im-home:before {
    content: "\f015";
}

.im-print:before {
    content: "\f02f";
}

.im-camera:before {
    content: "\f030";
}

.im-map-marker:before {
    content: "\f041";
}

.im-twitter-square:before {
    content: "\f081";
}

.im-facebook-square:before {
    content: "\f082";
}

.im-phone:before {
    content: "\f095";
}

.im-phone-square:before {
    content: "\f098";
}

.im-twitter:before {
    content: "\f099";
}

.im-facebook:before {
    content: "\f09a";
}

.im-facebook-f:before {
    content: "\f09a";
}

.im-envelope:before {
    content: "\f0e0";
}

.im-building-o:before {
    content: "\f0f7";
}

.im-youtube-square:before {
    content: "\f166";
}

.im-youtube:before {
    content: "\f167";
}

.im-instagram:before {
    content: "\f16d";
}

.im-tumblr:before {
    content: "\f173";
}

.im-tumblr-square:before {
    content: "\f174";
}

.im-envelope-square:before {
    content: "\f199";
}

.im-fax:before {
    content: "\f1ac";
}

.im-building:before {
    content: "\f1ad";
}

.im-automobile:before {
    content: "\f1b9";
}

.im-car:before {
    content: "\f1b9";
}

.im-ship:before {
    content: "\f21a";
}

body {
    /*background-color: #fff;*/
}



/* Style for PCs */
@media screen and (min-width: 769px) {

    /* Pankuzu */
    .pankuzu {
        width: 100%;
        height: auto;
    }

    .pankuzu ul {
        width: 98%;
        max-width: 1180px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0.5%;
        background-color: #fff;
        border-bottom: 1px dotted #666;
    }

    .pankuzu ul li {
        float: left;
        font-size: 0.8em;
        line-height: 1.5em;
        list-style: none;
        color: #333;
    }

    .pankuzu ul li a {
        color: #666;
        text-decoration: none;
    }

    .pankuzu ul li a:hover {
        color: #000;
        text-decoration: underline;
    }

    /* Title */
    .titlemm {
        width: 100%;
        height: auto;
    }

    .titlemm .titlebody {
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .titlemm h1 {
        width: 100%;
        height: auto;
        display: block;
        float: left;
        font-size: 20px;
        line-height: 1.4em;
        text-align: left;
        font-weight: bold;
        color: #333;
        padding: 45px 1% 25px 1%;
        margin: 0;
    }

    /* Gallery for PCs */
    .wideslider_body {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px 0 40px 0;
        position: relative;
    }

    .film_roll_wrapper {
        overflow: hidden;
    }

    .film_roll_shuttle {
        position: relative;
    }

    .film_roll_child {
        display: inline-block;
        margin-right: 1px;
    }

    .film_roll_child img {
        vertical-align: middle;
    }

    .btn_prev,
    .btn_next {
        position: absolute;
        top: 50%;
        width: 100px;
        height: 100px;
        margin-top: -111px;
    }

    .btn_prev {
        left: 25px;
    }

    .btn_next {
        right: 25px;
    }

    .btn_prev:hover,
    .btn_next:hover {
        opacity: 0.7;
    }

    #film_roll_arrow {
        display: none;
    }

    .film_roll_pager {
        text-align: center;
        padding: 20px 0 20px;
    }

    .film_roll_pager a {
        width: 10px;
        height: 10px;
        border: 1px solid #999;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: inline-block;
        margin: 0 5px 0 0;
        transition: all 1s ease;
    }

    .film_roll_pager a:hover {
        background: #666;
    }

    .film_roll_pager a.active {
        background: #666;
    }

    .film_roll_pager span {
        display: none;
    }

    .film_roll_pager a,
    a.film_roll_prev,
    a.film_roll_next {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    
    /* Gallery for TAB and Smartphones */
    .gallerymm {
        display: none;
    }

    .fotorama {
        display: none;
    }

    /*-------------------------------------------------------------------------------------*/

    /* Contents Detail */
    .contentsdetail {
        width: 100%;
        height: auto;
    }

    .contentsdetail h2.sectitle {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
    }

    .basicinfo {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 基本仕様 */
    .generalinfo {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .generalinfo .spec1m {
        width: 49%;
        height: auto;
        display: block;
        margin: 0;
        float: left;
    }

    .generalinfo .spec2m {
        width: 49%;
        height: auto;
        display: block;
        margin: 0;
        float: right;
    }

    .generalinfo dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .generalinfo dl dt {
        width: 30%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 10px 1%;
        float: left;
    }

    .generalinfo dl dd {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 10px 1% 10px 32%;
        border-bottom: 1px dotted #c0c0c0;
    }
    
    .generalinfo dl.dl-spec {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
    }
    
    .generalinfo dl.dl-spec dt {
      width: 19.5%;
      height: auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4em;
      padding: 10px 1%;
      float: none;
      border-bottom: 1px dotted #c0c0c0;
    }
    
    .generalinfo dl.dl-spec dt:nth-of-type(even) {
      margin-left: 1%;
    }
    
    .generalinfo dl.dl-spec dd {
      width: 29.5%;
      height: auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4em;
      padding: 10px 1%;
      float: none;
      border-bottom: 1px dotted #c0c0c0;
    }
    
    .generalinfo dl.dl-spec dd:nth-of-type(odd) {
      margin-right: 1%;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 装備 */
    .equipment {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .equipment ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .equipment ul li {
        width: calc( 20% - 10px );
        height: auto;
        padding: 5px 0;
        margin: 5px;
        display: block;
        border: 1px solid #ddd;
        color: #ddd;
        list-style: none;
        font-size: 11px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .equipment ul li.equiped {
        width: calc( 20% - 10px );
        height: auto;
        padding: 5px 0;
        margin: 5px;
        display: block;
        border: 1px solid #333;
        color: #fff;
        background-color: #333;
        list-style: none;
        font-size: 11px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格＆問い合わせ */
    .price_contact {
        width: 100%;
        height: auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格 */
    .pricemm {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2% 30px;
        border-top: 1px solid #999;
    }

    .pricemm ul {
        text-align: center;
    }

    .pricemm ul li {
        display: -moz-inline-box;
        display: inline-block;
    }

    .pricemm ul li .price-icon {
        padding: 0 0.5rem 0 0;
    }

    .pricemm ul li h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 0 0.5rem 0 0;
    }

    .pricemm ul li p {
        font-size: 20px;
        font-weight: normal;
    }

    .pricemm ul li p strong {
        font-size: 40px;
        font-weight: bold;
        color: #000;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 問い合わせ */
    .contactbn {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px 2% 40px;
    }

    .contactbn ul {
        -webkit-display: flex;
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .contactbn ul li {
        height: auto;
        display: inline-block;
        margin: 0 auto;
    }

    .contactbn ul li.col2 {
        width: 48%;
    }

    .contactbn ul li.col3 {
        width: 31.33%;
    }

    .contactbn ul li a {
        width: auto;
        height: 50px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        text-indent: -2.5rem;
        padding: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #666;
    }
    @media screen and (min-width: 1025px) {
        .contactbn ul li a {
            font-size: 18px;
            text-indent: -60px;
        }
    }
    
    .contactbn ul li .contactButton a {
      color: #fff;
      background-color: #c00;
    }
    
    .contactbn ul li .lineButton a {
      color: #fff;
      background-color: #00b900;
    }
    
    .contactbn ul li .telButton a {
      color: #fff;
      background-color: #333;
    }

    .contactbn ul li .contactButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f0e0";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    @media screen and (min-width: 1025px) {
        .contactbn ul li .contactButton a::before {
            width: 60px;
            font-size: 36px;
        }
    }

    .contactbn ul li .lineButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\e900";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    @media screen and (min-width: 1025px) {
        .contactbn ul li .lineButton a::before {
            width: 60px;
            font-size: 36px;
        }
    }

    .contactbn ul li .lineButton a::after {
        content: "LINEで問い合わせ";
    }

    .contactbn ul li .purchaseButton {
        display: none;
    }

    .contactbn ul li .telButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f095";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    @media screen and (min-width: 1025px) {
        .contactbn ul li .telButton a::before {
            width: 60px;
            font-size: 36px;
        }
    }

    .contactbn ul li a:hover {
        background-color: #000!important;
    }

    .contactbn ul li .telButton a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }

    .contactbn ul li .telButton a[href^="tel:"]:hover {
        background-color: #c0c0c0;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 在庫情報ボタン */
    .stockbn {
        -webkit-display: flex;
        display: flex;
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0px 2% 30px;
    }

    .stockbn p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        text-indent: -4rem;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .stockbn p a:hover {
        background-color: #555;
    }

    .stockbn .stockButton {
        display: inline-block;
        width: 48%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .stockbn .homeButton {
        display: inline-block;
        width: 48%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .stockbn p.stockButton a::before {
        float: left;
        width: 4rem;
        height: 50px;
        content: "\f1b9";
        font-family: "vcs-icons" !important;
        font-size: 1.6rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .stockbn p.homeButton a::before {
        float: left;
        width: 4rem;
        height: 50px;
        content: "\f015";
        font-family: "vcs-icons" !important;
        font-size: 2rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /*-------------------------------------------------------------------------------------*/

    /* コメント */
    .commentmm {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .commentmm .comment_body {
        border: 1px dotted #999;
        padding: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .commentmm .comment_body img {
        width: auto;
        height: auto !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .commentmm .comment_body .carInsp {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    .commentmm .comment_body .carInsp .inspWrap {
        display: inline-block;
    }

    .commentmm .comment_body .carInsp .inspKey {
        display: inline-block;
        font-weight: bold;
        margin: 0 0.5rem 0 0;
    }

    .commentmm .comment_body .carInsp .inspValue {
        display: inline-block;
        margin: 0 2rem 0 0;
    }

    .commentmm .comment_body .manageNo {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    /*-------------------------------------------------------------------------------------*/

    /* ショップへのお問い合わせ */
    .shopcontactmm {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 0 0 0;
        border-top: 1px solid #999;
    }

    .shopcontactmm p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        border: 1px solid #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .shopcontactmm p a:hover {
        background-color: #555;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 店舗情報 */
    .shopinfo {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .shopinfo .shopinfo_pix {
        width: 40%;
        height: auto;
        float: left;
    }

    .shopinfo .shopinfo_pix img {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table {
        width: 55%;
        height: auto;
        float: right;
    }

    .shopinfo .shopinfo_table dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table dl dt {
        width: 30%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 15px 1%;
        float: left;
    }

    .shopinfo .shopinfo_table dl dd {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 15px 1% 15px 32%;
        border-bottom: 1px dotted #c0c0c0;
    }

    .shopinfo .shopinfo_table dl dd.shop-tel a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 自由設定項目 */
    .free-item1,
    .free-item2,
    .free-item3 {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .free-item1 .cap,
    .free-item2 .cap,
    .free-item3 .cap {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
    }

    .free-item1 .contents,
    .free-item2 .contents,
    .free-item3 .contents {
        font-size: 12px;
        line-height: 1.6em;
        padding: 10px 1%;
    }

    .free-item1 .contents a,
    .free-item2 .contents a,
    .free-item3 .contents a {
        display: block;
    }

    .free-item4 {
        width: 100%;
        height: auto;
        padding: 40px 0 0 0;
    }
    
    .free-item4 .cap {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
    }
    
    .free-item4 .contents {
        font-size: 12px;
        line-height: 1.6em;
    }
    
    .free-item4 .contents a {
        display: block;
    }

    .free-item4 img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

}



/* Style for TabletPCs */
@media screen and (min-width: 641px) and (max-width: 768px) {

    /* Pankuzu */
    .pankuzu {
        width: 100%;
        height: auto;
    }

    .pankuzu ul {
        width: 98%;
        max-width: 1180px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0.5%;
        background-color: #fff;
        border-bottom: 1px dotted #666;
    }

    .pankuzu ul li {
        float: left;
        font-size: 0.8em;
        line-height: 1.5em;
        list-style: none;
        color: #333;
    }

    .pankuzu ul li a {
        color: #666;
        text-decoration: none;
    }

    .pankuzu ul li a:hover {
        color: #000;
        text-decoration: underline;
    }

    /* Title */
    .titlemm {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .titlemm .titlebody {
        width: 100%;
        max-width: 1200px;
        height: auto;
        background-color: #fff;
        margin: 0 auto;
    }

    .titlemm h1 {
        width: 100%;
        height: auto;
        display: block;
        font-size: 22px;
        line-height: 1.4em;
        text-align: left;
        font-weight: bold;
        color: #333;
        padding: 30px 1% 20px 1%;
        margin: 0;
    }

    /* Gallery for PCs */
    .wideslider_body {
        display: none;
    }

    /* Gallery */

    .gallerymm {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: #f6f6f6;
    }

    .fotorama {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    /*-------------------------------------------------------------------------------------*/

    /* Contents Detail */
    .contentsdetail {
        width: 100%;
        height: auto;
    }

    .contentsdetail h2.sectitle {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
    }

    .basicinfo {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 基本仕様 */
    .generalinfo {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .generalinfo .spec1m {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .generalinfo .spec2m {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .generalinfo dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .generalinfo dl dt {
        width: 30%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 10px 1%;
        float: left;
    }

    .generalinfo dl dd {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 10px 1% 10px 32%;
        border-bottom: 1px dotted #c0c0c0;
    }
    
    .generalinfo dl.dl-spec {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
    }
    
    .generalinfo dl.dl-spec dt {
      width: 40%;
      height: auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4em;
      padding: 10px 1%;
      float: none;
      border-bottom: 1px dotted #c0c0c0;
    }
    
    .generalinfo dl.dl-spec dd {
      width: 60%;
      height: auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.4em;
      padding: 10px 1%;
      float: none;
      border-bottom: 1px dotted #c0c0c0;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 装備 */
    .equipment {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .equipment ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .equipment ul li {
        width: calc( 25% - 10px );
        height: auto;
        padding: 5px 0;
        margin: 5px;
        display: block;
        border: 1px solid #ddd;
        color: #ddd;
        list-style: none;
        font-size: 10px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .equipment ul li.equiped {
        width: calc( 25% - 10px );
        height: auto;
        padding: 5px 0;
        margin: 5px;
        display: block;
        border: 1px solid #333;
        color: #fff;
        background-color: #333;
        list-style: none;
        font-size: 10px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    .equipment ul li#eq_abs {
        letter-spacing: -0.1em;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格＆問い合わせ */
    .price_contact {
        width: 100%;
        height: auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格 */
    .pricemm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5% 30px;
        border-top: 1px solid #999;
    }

    .pricemm ul {
        text-align: center;
    }

    .pricemm ul li {
        display: -moz-inline-box;
        display: inline-block;
    }

    .pricemm ul li .price-icon {
        padding: 0 0.5rem 0 0;
    }

    .pricemm ul li h3 {
        font-size: 20px;
        font-weight: normal;
        padding: 0 0.5rem 0 0;
    }

    .pricemm ul li p {
        font-size: 20px;
        font-weight: normal;
    }

    .pricemm ul li p strong {
        font-size: 40px;
        font-weight: bold;
        color: #000;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 問い合わせ */
    .contactbn {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px 5% 40px;
    }

    .contactbn ul {
        -webkit-display: flex;
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .contactbn ul li {
        height: auto;
        display: inline-block;
        margin: 0 auto;
    }

    .contactbn ul li.col2 {
        width: 48%;
    }

    .contactbn ul li.col3 {
        width: 31.33%;
    }

    .contactbn ul li a {
        width: auto;
        height: 50px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        text-indent: -50px;
        padding: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #666;
    }
    
    .contactbn ul li .contactButton a {
      color: #fff;
      background-color: #c00;
    }
    
    .contactbn ul li .lineButton a {
      color: #fff;
      background-color: #00b900;
    }
    
    .contactbn ul li .telButton a {
      color: #fff;
      background-color: #333;
    }

    .contactbn ul li .contactButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f0e0";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li .lineButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\e900";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li .lineButton a::after {
        content: "LINEで問い合わせ";
    }

    .contactbn ul li .purchaseButton {
        display: none;
    }

    .contactbn ul li .telButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f095";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li a:hover {
        background-color: #000!important;
    }

    .contactbn ul li .telButton a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }

    .contactbn ul li .telButton a[href^="tel:"]:hover {
        background-color: #c0c0c0;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 在庫情報ボタン */
    .stockbn {
        -webkit-display: flex;
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0px 5% 40px;
    }

    .stockbn p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        text-indent: -2.5rem;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .stockbn p a:hover {
        background-color: #555;
    }

    .stockbn .stockButton {
        display: inline-block;
        width: 48%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .stockbn .homeButton {
        display: inline-block;
        width: 48%;
        max-width: 600px;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    .stockbn p.stockButton a::before {
        float: left;
        width: 5rem;
        height: 50px;
        content: "\f1b9";
        font-family: "vcs-icons" !important;
        font-size: 2.8rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .stockbn p.homeButton a::before {
        float: left;
        width: 5rem;
        height: 50px;
        content: "\f015";
        font-family: "vcs-icons" !important;
        font-size: 2.8rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /*-------------------------------------------------------------------------------------*/

    /* コメント */
    .commentmm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .commentmm .comment_body {
        border: 1px dotted #999;
        padding: 40px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .commentmm .comment_body img {
        width: auto;
        height: auto !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .commentmm .comment_body .carInsp {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    .commentmm .comment_body .carInsp .inspWrap {
        display: inline-block;
    }

    .commentmm .comment_body .carInsp .inspKey {
        display: inline-block;
        font-weight: bold;
        margin: 0 0.5rem 0 0;
    }

    .commentmm .comment_body .carInsp .inspValue {
        display: inline-block;
        margin: 0 2rem 0 0;
    }

    .commentmm .comment_body .manageNo {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    /*-------------------------------------------------------------------------------------*/

    /* ショップへのお問い合わせ */
    .shopcontactmm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 0 0 0;
        border-top: 1px solid #999;
    }

    .shopcontactmm p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        border: 1px solid #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .shopcontactmm p a:hover {
        background-color: #555;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 店舗情報 */
    .shopinfo {
        width: 100%;
        max-width: 1200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 2%;
        border-top: 1px solid #999;
    }

    .shopinfo .shopinfo_pix {
        width: 40%;
        height: auto;
        float: left;
    }

    .shopinfo .shopinfo_pix img {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table {
        width: 55%;
        height: auto;
        float: right;
    }

    .shopinfo .shopinfo_table dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table dl dt {
        width: 25%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 15px 1%;
        float: left;
    }

    .shopinfo .shopinfo_table dl dd {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 15px 1% 15px 27%;
        border-bottom: 1px dotted #c0c0c0;
    }

    .shopinfo .shopinfo_table dl dd.shop-tel a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 自由設定項目 */
    .free-item1,
    .free-item2,
    .free-item3 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .free-item1 .cap,
    .free-item2 .cap,
    .free-item3 .cap {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
    }

    .free-item1 .contents,
    .free-item2 .contents,
    .free-item3 .contents {
        font-size: 12px;
        line-height: 1.6em;
        padding: 10px 1%;
    }

    .free-item1 .contents a,
    .free-item2 .contents a,
    .free-item3 .contents a {
        display: block;
    }

    .free-item4 {
        width: 100%;
        height: auto;
        padding: 40px 0 0 0;
    }

    .free-item4 img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

}



/* Style for Smartphonea */
@media screen and (max-width: 640px) {

    /* Pankuzu */
    .pankuzu {
        width: 100%;
        height: auto;
    }

    .pankuzu ul {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0.5% 5%;
        background-color: #fff;
        border-bottom: 1px dotted #666;
    }

    .pankuzu ul li {
        float: left;
        font-size: 0.8em;
        line-height: 1.5em;
        list-style: none;
        color: #333;
    }

    .pankuzu ul li a {
        color: #666;
        text-decoration: none;
    }

    .pankuzu ul li a:hover {
        color: #000;
        text-decoration: underline;
    }

    /* Title */
    .titlemm {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .titlemm .titlebody {
        width: 100%;
        max-width: 1200px;
        height: auto;
        background-color: #fff;
        margin: 0 auto;
    }

    .titlemm h1 {
        width: 100%;
        height: auto;
        display: block;
        font-size: 18px;
        line-height: 1.6em;
        text-align: left;
        font-weight: bold;
        color: #333;
        padding: 30px 5% 20px 5%;
        margin: 0;
    }

    .titlemm ul.snsbody {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }

    .titlemm ul.snsbody li {
        display: -moz-inline-box;
        display: inline-block;
        margin: 0 0.5% 10px;
        padding: 0.5%;
        text-align: center;
        font-size: 0.8em;
        border: 1px solid #666;
    }

    /* Gallery for PCs */
    .wideslider_body {
        display: none;
    }

    /* Gallery */

    .gallerymm {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: #f6f6f6;
    }

    .fotorama {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    /*-------------------------------------------------------------------------------------*/

    /* Contents Detail */
    .contentsdetail {
        width: 100%;
        height: auto;
    }

    .contentsdetail h2.sectitle {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
        text-align: center;
    }

    .basicinfo {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 基本仕様 */
    .generalinfo {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .generalinfo .spec1m {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .generalinfo .spec2m {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .generalinfo dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .generalinfo dl dt {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6em;
        padding: 0 1% 5px;
        border-bottom: 1px solid #999;
        color: #666;
    }

    .generalinfo dl dd {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6em;
        padding: 5px 1% 20px 1%;
    }
    
    .generalinfo dl.dl-spec {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
    }
    
    .generalinfo dl.dl-spec dt {
      width: 100%;
      height: auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.6em;
      padding: 0 1% 5px;
      border-bottom: 1px solid #999;
      color: #666;
    }
    
    .generalinfo dl.dl-spec dd {
      width: 100%;
      height: auto;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.6em;
      padding: 5px 1% 20px 1%;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 装備 */
    .equipment {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .equipment ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .equipment ul li {
        width: calc( 50% - 6px );
        height: auto;
        padding: 5px 0;
        margin: 3px;
        display: none;
        border: 1px solid #ddd;
        color: #ddd;
        list-style: none;
        font-size: 10px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .equipment ul li.equiped {
        width: calc( 50% - 6px );
        height: auto;
        padding: 5px 0;
        margin: 3px;
        display: block!important;
        border: 1px solid #333;
        color: #fff;
        background-color: #333;
        list-style: none;
        font-size: 10px;
        line-height: 1.0em;
        text-align: center;
        float: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    .equipment ul li#eq_abs {
        letter-spacing: -0.1em;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格＆問い合わせ */
    .price_contact {
        width: 100%;
        height: auto;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 価格 */
    .pricemm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5% 30px;
        border-top: 1px solid #999;
    }

    .pricemm ul {
        text-align: center;
    }

    .pricemm ul li {
    }

    .pricemm ul li .price-icon {
        padding: 0 0 0.5rem 0;
    }

    .pricemm ul li .price-icon img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .pricemm ul li h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        width: auto;
        height: auto;
        display: block;
    }

    .pricemm ul li p {
        font-size: 20px;
        font-weight: normal;
    }

    .pricemm ul li p strong {
        font-size: 40px;
        font-weight: bold;
        color: #000;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 問い合わせ */
    .contactbn {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px 5% 40px;
    }

    .contactbn ul {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .contactbn ul li {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 0.2rem 0;
        margin: 0 auto;
    }

    .contactbn ul li a {
        width: auto;
        height: 50px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        line-height: 50px;
        text-align: center;
        text-indent: -50px;
        padding: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #666;
    }
    
    .contactbn ul li .contactButton a {
      color: #fff;
      background-color: #c00;
    }
    
    .contactbn ul li .lineButton a {
      color: #fff;
      background-color: #00b900;
    }
    
    .contactbn ul li .telButton a {
      color: #fff;
      background-color: #333;
    }

    .contactbn ul li .contactButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f0e0";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li .lineButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\e900";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li .lineButton a::after {
        content: "LINEで問い合わせ";
    }

    .contactbn ul li .purchaseButton {
        display: none;
    }

    .contactbn ul li .telButton a::before {
        float: left;
        width: 50px;
        height: 50px;
        content: "\f095";
        font-family: "vcs-icons" !important;
        font-size: 28px;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .contactbn ul li a:hover {
        background-color: #000!important;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 在庫情報ボタン */
    .stockbn {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0px 5% 40px;
    }

    .stockbn p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        text-indent: -2.5rem;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .stockbn p a:hover {
        background-color: #555;
    }

    .stockbn .stockButton {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0.2rem 0;
        margin: 0 auto;
    }

    .stockbn .homeButton {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0.2rem 0;
        margin: 0 auto;
    }

    .stockbn p.stockButton a::before {
        float: left;
        width: 5rem;
        height: 50px;
        content: "\f1b9";
        font-family: "vcs-icons" !important;
        font-size: 2.8rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .stockbn p.homeButton a::before {
        float: left;
        width: 5rem;
        height: 50px;
        content: "\f015";
        font-family: "vcs-icons" !important;
        font-size: 2.8rem;
        line-height: 50px;
        vertical-align: middle;
        text-indent: 0;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /*-------------------------------------------------------------------------------------*/


    /* コメント */
    .commentmm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .commentmm .comment_body p {
        font-size: 14px;
        line-height: 1.8em;
    }

    .commentmm .comment_body img {
        width: auto;
        height: auto !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .commentmm .comment_body .carInsp {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    .commentmm .comment_body .carInsp .inspWrap {
        display: inline-block;
    }

    .commentmm .comment_body .carInsp .inspKey {
        display: inline-block;
        font-weight: bold;
        margin: 0 0.5rem 0 0;
    }

    .commentmm .comment_body .carInsp .inspValue {
        display: inline-block;
        margin: 0 2rem 0 0;
    }

    .commentmm .comment_body .manageNo {
        padding: 1rem 0 0 0;
        margin: 1rem 0 0 0;
        border-top: 1px dotted #999;
    }

    /*-------------------------------------------------------------------------------------*/

    /* ショップへのお問い合わせ */
    .shopcontactmm {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 0 0 0;
        border-top: 1px solid #999;
    }

    .shopcontactmm p a {
        width: 100%;
        height: auto;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        background-color: #333;
        border: 1px solid #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .shopcontactmm p a:hover {
        background-color: #555;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 店舗情報 */
    .shopinfo {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .shopinfo .shopinfo_pix {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .shopinfo .shopinfo_pix img {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table {
        width: 100%;
        height: auto;
    }

    .shopinfo .shopinfo_table dl {
        width: 100%;
        height: auto;
        display: block;
    }

    .shopinfo .shopinfo_table dl dt {
        width: 100%;
        height: auto;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.6em;
        padding: 0 1% 5px;
        border-bottom: 1px solid #999;
        color: #666;
    }

    .shopinfo .shopinfo_table dl dd {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6em;
        padding: 5px 1% 20px 1%;
    }

    /*-------------------------------------------------------------------------------------*/

    /* 自由設定項目 */
    .free-item1,
    .free-item2,
    .free-item3 {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 40px 5%;
        border-top: 1px solid #999;
    }

    .free-item1 .cap,
    .free-item2 .cap,
    .free-item3 .cap {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
        text-align: center;
    }

    .free-item1 .contents,
    .free-item2 .contents,
    .free-item3 .contents {
        font-size: 12px;
        line-height: 1.6em;
        padding: 10px 1%;
    }

    .free-item1 .contents a,
    .free-item2 .contents a,
    .free-item3 .contents a {
        display: block;
    }

    .free-item4 {
        width: 100%;
        height: auto;
        padding: 40px 0 0 0;
    }

    .free-item4 img {
        width: auto;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    /*-------------------------------------------------------------------------------------*/

}



/* Photolink button */

p.photolink {
  padding: 0 5% 40px 5%;
}

p.photolink a::before {
  float: left;
  width: 50px;
  height: 50px;
  content: "\f030";
  font-family: "vcs-icons" !important;
  font-size: 28px;
  line-height: 50px;
  vertical-align: middle;
  text-indent: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  p.photolink a::before {
    width: 60px;
    font-size: 36px;
  }
}

p.photolink a {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-indent: -50px;
  text-decoration: none;
  background-color: #c0c0c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  p.photolink a {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  p.photolink a {
    width: 33.33%;
    font-size: 14px;
    text-indent: -60px;
  }
}

p.photolink a:hover {
  background-color: #666;
}



/* Print button */

.print {
  padding: 0 5% 40px 5%;
}

.print a::before {
  float: left;
  width: 50px;
  height: 50px;
  content: "\f02f";
  font-family: "vcs-icons" !important;
  font-size: 28px;
  line-height: 50px;
  vertical-align: middle;
  text-indent: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1025px) {
  .print a::before {
    width: 60px;
    font-size: 36px;
  }
}

.print a {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-indent: -50px;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and  (min-width: 769px) {
  .print a {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .print a {
    width: 33.33%;
    font-size: 14px;
    text-indent: -60px;
  }
}

.print a:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}



/* Slider-pro */

.sp-selected-thumbnail {
  border: 2px solid #4fad24;
}

.slider-pro img.sp-image, 
.slider-pro img.sp-thumbnail {
  width: auto;
}

.slider-pro .sp-slide p.img-comment {
  width: 100%;
  max-width: 100vw;
  padding: 3px 5px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}
@media screen and  (min-width: 769px) {
  .slider-pro .sp-slide p.img-comment {
    padding: 3px 15px;
    font-size: 14px;
  }
}

.slider-pro .sp-slide:nth-of-type(even) p.img-comment {
  background-color: #fafafa;
}



/* Override vcsCommon.css */

.hcw_breadcrumbs {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 1%;
    border-bottom: 1px dotted #666;
    font-size: 0.7rem;
    line-height: 1.5em;
    color: #333;
}
@media screen and (min-width: 641px) {
    .hcw_breadcrumbs {
        padding: 40px 1% 10px 1%;
    }
}

.hcw_breadcrumbs a {
    font-size: 0.7rem;
    color: #666;
    text-decoration: none;
}

.hcw_breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
}

.hc_topSection {
    width: 100%;
    max-width: 1200px;
    padding: 25px 0 0 0;
}

.hc_snsButtons {
    width: auto;
}

.hc_snsButtons .sns_facebook,
.hc_snsButtons .sns_mixi,
.hc_snsButtons .sns_twitter,
.hc_snsButtons .sns_plus1 {
    width: auto;
    padding: 0;
}



/* Video content */

.video-info {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  border-top: 1px solid #999;
}

@media screen and (min-width: 769px) {
  .video-info {
    max-width: 1200px;
  }
}


.contentsdetail .video-info h2.sectitle {
  padding: 0 5%;
}

@media screen and (min-width: 769px) {
  .contentsdetail .video-info h2.sectitle {
    padding: 0 2%;
  }
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 1rem 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


