@charset "UTF-8";

/*----------------------------------------------------
    ▼Header
----------------------------------------------------*/
.pchide{
    display:none;
}
.smthide{
    display:block;
}
#smtmore{
    display:none;
}
.smt-info{
    display:none;
}

#Header-SMT{
    display: none;
}

#Header-PC{
    width: 100%;
    height: 90px;
    background-color: white;
}

.Header-Wrapper{
    width: 970px;
    margin: 0 auto;
    display: block;
}

.Header-Wrapper ul{
    display: flex;
    justify-content: center;
}

.Header-Wrapper a{
    display: block;
}

.Logo{
    float:left;
    margin-top: 0px;
}
.Logo img {
    margin:0px;
}
.header-tel {
    float: right;
}


#Navi1{
    margin-top: 30px;
    margin-left: 50px;
}

#Navi1 li{
    margin-right: 20px;
}

#Navi1 span{
    color: #cdcdcd;
    font-size: 85%;
}

.googlesearch{
    width: 320px;
    margin: 5px 0 20px;
}

#Navi2 li{
    width: 155px;
    text-align: center;
    border-left: 1px solid #505050;
}

#Navi2 li:last-child{
    border-right: 1px solid #505050;
}

#Navi3{
    width: 200px;
}

#Navi3 ul{
    height: 50px;
}

#Navi3 li{
    width: 33%;
    background-color: #808080;
    height: 50px;
    line-height: 50px;
    font-size: small;
}

#Navi3 li:first-child{
    background-color: #000;
    border-right: 1px solid white;
}

#Navi3 li:last-child{
    background-color: #d5d2d2;
    border-left: 1px solid white;
}

.SMT2{
    display: none;
}

#Navi3 a{
    color: white;
    display: block;
}

.Global-Button{
    height: 45px;
    line-height: 48px;
    background-color: #A01559;
    border-top: 1px solid white;
    font-size: 20px;
}

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 9998;
    display:none;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 9996;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.side_related_link {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}
.side_related_link li img{
    border: solid 1px #cdcdcd;
}

/** 1599px **/
@media print, screen and (max-width: 1599px) {

    img{
      border:0px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }

    /*----------------------------------------------------
      ▼Navi
    ----------------------------------------------------*/

    .Logo-SMT {
      display: flex;
      align-items: center;
      margin-left:3px;
    }

    #Navi3 {
      width: 200px;
      margin-top: 15px;
    }

    #Navi3 ul {
      height: 50px;
      display: flex;
      margin: 0 !important;
    }

    .SMT2{
      display: none !important;
    }



    #Navi1{
      margin: 0 0 0 auto;
      z-index: 3;
    }

    #acMenu{
      margin: 0 !important;
    }

    #acMenu dt{
      display:block;
      width:120px;
      height:80px;
      line-height:80px;
      text-align:center;
      cursor:pointer;
      background-color: #80a321;
      color: white;
    }

    #acMenu dd{
      width:100%;
      height:50px;
      line-height:50px;
      text-align:center;
      border:#ffffff 1px solid;
      display:none;
      color: white;
      position: absolute;
      right: -1px;
    }

    #acMenu ul,#acMenu dt{
      margin: 0 !important;
    }

    #Navi1 li {
       margin-right: 0px;
      background: #80a321;
      border-bottom: 1px solid #ffffff;
    }

    #Navi1 li a{
      color: white;
      display: block;
    }
}
/** 1599px **/


/** 780px ipad vertical **/
@media screen and (max-width: 780px)
{
    .SMT1{
      display: none !important;
    }

    .SMT2{
      display: flex !important;
    }
    #wrapper1 {
        width:100%;
        height:auto;
        margin:0 0 0 0;
    }
    #wrapper1 img{
        width:100%;
        vertical-align: top;
        z-index:1;
    }
    #box_hdr{
        width:100%;
        background-image:none;
    }
    #box_hdr h1{
        width :40%;
        height:auto;
    }
    #box_hdr p{
        width:45%;
        height:auto;
    }
    #box_hdr_top {
        width:100%;
        display:block;
        background-color: white;
        height:auto !important;
    }
    .box_imageRight{
        margin-left:0px !important;
        width:50%;
        margin-bottom:0px !important;
    }
    .box_imageLeft{
        width:30%;
        margin-top:0px;
        vertical-align:top;
    }
      #gmenu{
          display:none;
      }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        position:fixed;
        display:block;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 9997;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
        z-index:9999;
    }


    #box_cnts {
        width:100%;
        flex-wrap:wrap;

    }
    #box_main .inner{
        width:95%;
    background-color:white;
    background-image:none;
        padding:0px;
    }
    #box_main .tbl_t, #box_main .tbl_b {
        width:100%;
        display:none;
    }
    #wrapper2{
        width:100%;
        z-index:2;
        background-color:white;
        padding-top:18px;
    }
    #box_cnts{
        width:100%;
        margin-right:0px !important;
    }
     #box_main{
        width:98%;
    }
    #box_main #box_cnts {
        width:100%;
    }
    .smtphoto{
        width:90% !important;
        height:auto !important;
    }
    #box_main #box_side {
        float:none;
        width:100%;
        text-align:center;
    }
    .clearfix_event_area{
        margin-left : 0px;
    }
    #box_main #box_cnts h2 {
        font-size:19px;
        background-image: none;
        border-bottom: solid 3px #484c4c;
    }
    #box_main #box_cnts ul#box_lup {
        margin: 5px 5px 0px 5px;
    }
    #box_main #box_cnts #box_info div.event_area {
        margin-left:0px !important
    }
    #box_footer .inner {
        width:95%;
        background-image:none;
        padding: 0 0 0 0;
    }
    #box_footer p {
        text-align: center;
        margin: 5px 0 0 0;
    }
    #box_footer .inner dd {
        text-align:center;
        width:90%;
        float:none;
    }
    #box_footer .inner dt {
        width:90%;
        float:none;
        margin-bottom: 3px;
        border-bottom: solid 0.3px;
        margin: auto;
        text-align:center;
    }
    #box_footer p.copy {
        width:95%;
    }
    #box_main #box_cnts #box_info .shop_area dt {
        width:auto;
        margin-right:10px;
        padding-right: 5px;
    }
    #box_main #box_cnts #box_info .shop_area dd {
        display: block;
        float: none;
        margin: 0 5px 0 5px;
        width: auto;
    }
    #box_main #box_cnts #box_info div {
        width:95%;
    }
    #box_main #box_cnts #box_info div.event_area dl dd {
        width:95%;
    }
    #box_main #box_side #box_shopinfo {
        width:90%;
        margin: auto;
    }
    h2{
        width:90%;
    }
    #box_main #box_cnts #box_bnr {
        width:90%;
    }
    #box_main #box_side h3.ctg_title {
        background-color:white;
        color:black;
        border-left:none;

    }
    .bnr_inq img{
        width:100%;
        height:auto;
    }
    #box_main #box_cnts #box_ucar .car_ctg .carinfo{
        width:100%;
                float:none;
    }
    #box_main #box_cnts .tbl02_b{
        background-image:none;
        margin-bottom:5px;
    }
    #box_main #box_cnts .tbl02_t, #box_main #box_cnts .tbl02_b{
        display:none;
    }
    #box_main #box_cnts h2{
        background-image:none;
    }
    #box_main #box_cnts .tbl02_c{
        background-image:none;
        background-color:white;
    }
    #box_main #box_cnts #box_ucar .car_list ul.point{
        width:48%;
        height:auto;
    }
    #box_main #box_cnts #box_ucar .car_list .data{
        width:100%;
    }
    #box_hdr{
        width:100%;
        background-image:none;
        background-color:#efeabf;
    }
    #box_hdr h1{
        width :40%;
        height:auto;
    }
    #box_hdr p{
        width:45%;
        height:auto;
    }
    #box_main #box_cnts #box_ucar h3{
        border-left: none;
        border-right: none;
                padding: 20px;
                background-size: 100% 100%;
                height: auto;
                background-repeat: initial;
    }
    #box_main #box_cnts #box_ucar .car_list dl{
        height:auto;
    }
    #box_main #box_cnts #box_ucar .car_list ul.photo{
        width:100%;
    }
    .pchide{
        display:block;
    }
    .smthide{
        display:none;
    }
    #box_main #box_cnts #box_ucar .car_list p{
        width:45%;
        height:auto;
    }
    #smtmore {
        float: right;
        background-image: url(../../images/tmp/bg_more_ucar.gif);
        background-position: left top;
        background-repeat: no-repeat;
        width: 145px;
        height: 18px;
        font-size: 10px;
        padding: 5px;
        overflow: hidden;
        text-align: center;
        display:block;
    }
    #smtmore a{
        color:#ffffff !important;
    }
    #box_main #box_cnts #box_ucar dd.more {
        display:none;
    }
    .smt-info{
        display:contents;
    }
    #box_main #box_cnts #box_ucar .car_ctg ul.smt-info li{
        display:block;
        background-image: url(../../images/tmp/bg_point01.gif);
        background-position: left top;
        background-repeat: no-repeat;
        margin: 0px;
        margin-left: 4px;
        margin-bottom: 8px;
        width: 133px;
        height: 20px;
        overflow: hidden;
        padding: 5px 10px 0 0px;
        /* font-size: 10px; */
        text-align: center;
        font-size: 0.5em;
    }
    #box_main #box_cnts #box_ucar .car_ctg ul.photo{
        width:48%;
    }
    #box_main #box_cnts #box_ucar .car_ctg ul.photo img{
        width:100%;
        height:auto;
    }
    #box_main #box_cnts #box_ucar .car_list dt{
        width:40%;
    }
    img{
      border:0px;
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }

    /*----------------------------------------------------
      ▼Navi
    ----------------------------------------------------*/
    #Header-PC{
      display: none;
    }

    .Header-SMT{
      width: 100%;
      height: 60px;
      background-color: white;
      /*position:fixed;*/
      /*z-index:999;*/
    }
    .Logo{
        height:80px;
    }
    .header-tel {
        height:80px;
        float: right;
    }
    #Navi1 {
        height:80px;
        float: right;
    }

    #Navi3 {
      width: 200px;
      margin-top: 15px;
    }

    #Navi3 ul {
      height: 50px;
      display: flex;
      margin: 0 !important;
    }

    .SMT2{
      display: none !important;
    }

    #Navi1{
      margin: 0 0 0 auto;
      z-index: 3;
    }

    #acMenu{
      margin: 0 !important;
    }

    #acMenu dt{
      display:block;
      width:120px;
      height:80px;
      line-height:80px;
      text-align:center;
      cursor:pointer;
      background-color: #80a321;
      color: white;
    }

    #acMenu dd{
      width:100%;
      height:50px;
      line-height:50px;
      text-align:center;
      border:#ffffff 1px solid;
      display:none;
      color: white;
      position: absolute;
      right: -1px;
    }

    #acMenu ul,#acMenu dt{
      margin: 0 !important;
    }

    #Navi1 li {
       margin-right: 0px;
      background: #80a321;
      border-bottom: 1px solid #ffffff;
    }

    #Navi1 li a{
      color: white;
      display: block;
    }

    #box_main #box_cnts #car_detile dl.car_data dd p.price span {
        font-size: 16px;
    }
    #box_main #box_cnts #detile_data .data .tbl01_c li.price span {
        font-size: 19px;
    }
    #box_main #box_cnts #detile_data p.photo {
        width: 45%;
        height: auto;
    }
    #box_main #box_cnts #detile_data .data {
        width: 53%;
        float: left;
    }
    #box_main #box_cnts #car_detile .photo_area dl {
        width: 210px;
    }
    ul.link_carinfo img{
        width: 210px;
    }
    #box_main #box_cnts #car_detile .photo_area1 dl {
        width: 210px;
    }
    #lightbox img {
        width: 100%;
        height: auto;
    }
    #lightboxOverlay {
        width:auto;
        height: auto;
    }
    .lb-outerContainer {
        width:auto !important;
        height: auto !important;
    }
    .lb-dataContainer {
        width : auto !important;
    }
    #box_ucar .car_list ul.photo li {
        width: 48%;
        margin: 0px !important;
    }
    #box_ucar .car_list ul.photo li:nth-child(even) {
        float:right !important;
    }

    #box_ucar .car_list ul.photo li img {
        width: 100%;
        height: auto;
    }
    #car_detile dl.car_data dd ul li {
        width: 40% !important;
        height:50px !important;
        margin: 0px !important;
        background-image: none !important;
        padding: 10px !important;
        border:1px solid #afaf9a;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 6px !important;
    }
    #car_detile dl.car_data dd ul li:nth-child(even) {
        float:right !important;
    }

    #car_detile dl.car_data img{
        width:100%;
        height:auto;
    }
    #car_detile dl.car_data dd {
        width: 48% !important;
        float: left !important;
        margin-top:0px;
        margin-left:10px;
    }
    #car_detile dl.car_data dd p.price {
        text-align: center !important;
        padding: 10px 10px !important;
    }
    #box_main #box_cnts #car_detile dl.car_data dt {
        width:50%;
    }
    #car_detile dl.car_data dd p {
        font-size:13px !important;
        padding: 0px !important;
    }
    #box_main #box_cnts #car_detile .car_rayout dl {
        width: 48%;
        float: left;
        margin: 0px !important;
    }
    #box_main #box_cnts #car_detile .car_rayout dl:nth-child(even) {
        float: right !important;
    }
    #box_ucar .car_ctg ul.photo li {
        float: none !important;
    }
    .smt_car_button {
        float: right;
        width : 48%;
    }
    .smt_car_button ul{
        margin:0px !important;
        padding:0px !important;
    }
    /**
    .smt_car_button li{
        margin:0px !important;
        padding: 8px !important;
        padding-left: 34px !important;
        border: solid 1px;
        background-position: 14px !important;
        margin-bottom:15px !important;
        border: 1px solid #afaf9a !important;
        border-radius:5px;
        background-color:f8d621;
    }**/
    .smt_car_button ul li {
        background-image: url(../../images/tmp/bg_point01.gif) !important;
        margin: 0 !important;
        margin-bottom: 2% !important;
        width: 90%;
        height: 60px;
        line-height: 60px;
        overflow: hidden;
        padding: 0px !important;
        font-size: 13px;
        text-align: center;
        float: left;
        background-size: 90% auto;
        padding-right: 60px !important;
    }
    .smt_lineup_explain {
        margin-left: 0px !important;
        font-size: 13px !important;
    }
    .smt_lineup_photo {
        width: 100% !important;
    }
    .smt_lineup_photo img{
        width: 210px !important;
    }
    .side_related_link {
        display: none;
    }
    #box_shopinfo {
        width:100%;
        margin: auto;
    }
}
/** 780px **/

/** 550px iphone **/
@media screen and (max-width: 550px)
{
    .SMT1{
      display: none !important;
    }

    .SMT2{
      display: flex !important;
    }
    .Logo{
        height:50px !important;
    }
    #Navi1 {
        height:50px !important;
    }
    .header-tel {
        height:50px !important;
    }
    #acMenu dt {
        width: 80px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .Header-SMT {
        height: 50px !important;
    }
    #box_main #box_cnts #car_detile dl.car_data dt {
        width: 100%;
    }
    #box_main #box_cnts #car_detile .car_rayout dl {
        width: 100%;
    }
    #box_main #box_cnts #car_detile .photo_area dt {
        width: 95%;
        height:auto;
        pointer-events: none;
    }
    #box_main #box_cnts #car_detile .photo_area dl {
        width: 100% !important;
    }
    #box_main #box_cnts #car_detile .photo_area img {
        width: 100%;
        height:auto;
    }
    #box_main #box_cnts #car_detile .photo_area dd {
        width: 95%;
        height:initial;
        font-size: 14px;
    }

    #box_main #box_cnts #car_detile .car_rayout dl dd {
        pointer-events: none;

    }
    .youtube_width{
        position:relative;
        width:100% !important;
        height:0;
        padding-top:60% !important;
    }
    .youtube_width iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height: 100%;
    }
    .calendar_width{
        position:relative;
        width:100% !important;
        height:0;
        padding-top:130% !important;
    }
    .calendar_width iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height: 100%;
    }
    .gmap{
        position:relative;
        width:100% !important;
        height:0;
        padding-top:60% !important;
    }
    .gmap iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height: 100%;
    }

    #box_main #box_cnts #car_detile .photo_area ul.link_carinfo li {
        margin:0px;
        padding-bottom:25px;
        width:100%;
    }
    #box_main #box_cnts #car_detile .photo_area ul.link_carinfo {
        margin:0px;
        padding:20px;
        padding-top:60px;
    }
    #box_main #box_cnts #box_topic dd.txt {
        width: 100%;
    }
    #box_main #box_cnts #detile_data {
        margin: 0px;
    }
    #box_main #box_cnts #detile_data p.photo {
        float: none;
        width: 100% !important;
        height: auto !important;
    }
    #box_main #box_cnts #detile_data .data {
        width: 100% !important;
        float: none !important;
    }
    #box_main #box_cnts dl.point_area dd {
        float: none;
        width: 95%;
        height: auto;
    }
    #box_main #box_cnts dl.point_area img {
        width: 100%;
        height: auto;
        margin-left:10px;
    }
    #box_main #box_cnts dl.point_area dd.txt {
        font-size: 14px;
        margin-top: 4px;
        width : 95%;
        margin-left:0px;
        margin-bottom: 0px;
    }
    #box_main #box_cnts dl.point_area dt {
        font-size: 14px;
    }
    #box_cnts dl.column02 dd {
        width: 100% !important;
    }
    #box_cnts dl.column01 dd {
        width: 100% !important;
    }
    #box_main #box_cnts dl.column01 dt {
        float: none;
        margin:0px;
        margin-bottom:4px;
    }
    #box_main #box_cnts dl.column02 dt {
        float: none;
        margin:0px;
        margin-bottom:4px;
    }
    #box_main #box_cnts dl.column01 dd {
        width: 95% !important;
        float: none;
        margin-left: 10px;
        font-size: 14px;
    }
    #box_main #box_cnts dl.column02 dd {
        width: 95% !important;
        float: none;
        margin-left: 10px;
        font-size: 14px;
    }
    #box_main #box_cnts ul#box_lup li {
        margin-bottom:10px;
    }
    #box_main #box_cnts table {
        width:100%;
        word-break: break-all;
    }
    #box_main #box_cnts table th {
        width: 60px;
    }
    #box_main #box_cnts #car_detile .photo_area1 dl {
        width: 50% !important;
        height: auto;
        float: left;
        margin: 0px;
    }
    #box_main #box_cnts #car_detile .photo_area1 dt {
        width: 100%;
        height: auto;
    }
    #box_main #box_cnts #car_detile .photo_area1 dt img{
        width: 95%;
        height: auto;
    }
    #box_main #box_cnts #car_detile .photo_area1 dd {
        margin-left:10px;
        margin-bottom:20px;
        font-size: 14px;
    }
    #lightbox img {
        width: 100%;
        height: auto;
    }
    #lightboxOverlay {
        width:auto;
        height: auto;
    }
    .lb-outerContainer {
        width:auto !important;
        height: auto !important;
    }
    .lb-dataContainer {
        width : auto !important;
    }
    #box_main #box_cnts #box_voice dl {
        width: 95%;
        margin-left: 10px;
    }
    #box_main #box_cnts #box_voice dt img{
        width: 95%;
        height: auto;
    }
    #box_main #box_cnts #box_voice dd {
        font-size: 14px;
        margin-left: 10px;
    }
    #box_main #box_cnts #box_voice dd.more img{
        width:70%;
        height:auto;
    }
    #box_main #box_cnts #detile_data .data .tbl01_t {
        background: none;
    }
    #box_main #box_cnts #detile_data .data ul.tbl01_c {
        background: none;
    }
    #box_main #box_cnts #detile_data .data .tbl01_b {
        background: none;
    }
    #box_main #box_cnts #detile_data .data .tbl01_c li.base_car {
        height: auto;
    }
    #box_main #box_cnts #detile_data .data .tbl01_c li.base_car span {
        float: none;
        width: auto;
    }
    #box_main #box_cnts #detile_data .data .tbl01_c li.price span {
        font-size: 19px;
    }
    #box_main #box_cnts p img{
        width:95%;
        height:auto;
    }
    #box_main #box_cnts dl#box_sitemap {
        width: auto;
    }
    #box_side ul li img{
        width:75%;
        height:auto;
    }
    #box_main #box_cnts dl.access {
        margin: 0 10px;
    }

    #box_shopinfo {
        padding-top: 10px;
    }
    #box_main #box_side #box_shopinfo {
        width:90%;
        margin: auto;
    }
    #box_main #box_side #box_shopinfo h3 img{
        width:90%;
        height:auto;
    }
    #box_shopinfo .c img{
        width: 90%;
        height:auto;
    }
    #box_shopinfo .link{
        margin-top:10px !important;
    }
    #box_shopinfo .link img{
        width: 90%;
        height:auto;
    }
    #box_shopinfo ul {
        width: 100% !important;
    }
    #box_bnr img{
        width: 100% !important;
        height:auto;
    }
    #box_ucar .car_list ul.point li {
        height: auto !important;
    }
    #car_detile dl.car_data dd {
        width : 100% !important;
        margin-top : 10px !important;
        margin-left : 0px !important;
    }
    #car_detile dl.car_data dd ul li {
        width: 42% !important;
        height:42px !important;
    }
    #car_detile dl.car_data dd p {
        font-size:16px !important;
    }
    #box_main #box_cnts #car_detile dl.car_data dd p.price span {
        font-size: 18px !important;
    }
    .smt_car_button ul li {
        height: 32px !important;
        line-height: 32px !important;
        font-size: 9px;
        text-align:center !important;
        background-size: 100% auto !important;
        padding-right:8px !important;
    }
    #box_main #box_cnts #box_ucar h3{
        padding: 10px 20px !important;
    }
    #detile_data p.c img {
        width : 50% !important;
    }
    .btn-type1 {
        font-size: 100%;
    }
}
/** 550px **/

/** 280px smartphone **/
@media print, screen and (max-width: 280px) {
    .Logo{
        height:40px !important;
    }
    #Navi1 {
        height:40px !important;
    }
    .header-tel {
        height:40px !important;
    }
    #acMenu dt {
        height: 40px !important;
        line-height: 40px !important;
    }
    .Header-SMT {
        height: 40px !important;
    }
}



