@charset "utf-8";
/* CSS Document */







/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {
#p404 article{
    width:90%;
}
}




/* screenwidth less than 480px
--------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

#p404 article{
   margin-bottom:60px;
}

}



/* ----------------------------------------------------- */
/* #blog */
/* ----------------------------------------------------- */


/* screenwidth less than 1280px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {

#blog article.blog_body img{
  /* width:45%;*/
}

#blog article.blog_body img.news-image{
   width:100% !important;

}

}

/* screenwidth less than 980px
--------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
#blog article.sns_box3 iframe{
   height:400px;

}
}



/* screenwidth less than 780px
--------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {

#blog article.blog_body img{
   width:100%;
}
}


/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {


#blog article.sns_box1{
   width:60%;
}
#blog article.sns_box2{
   width:60%;
}

#blog article.sns_box3{ 
   width:80%;
}
#blog article.sns_box3 iframe{
   height:300px;

}

}

/* screenwidth less than 480px
--------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

#blog article.sns_box1{
   width:80%;
}
#blog article.sns_box2{
   width:80%;
}


#blog article.sns_box3 iframe{
   height:250px;

}
}

/* screenwidth less than 400px
--------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {

#blog article.sns_box1{
   width:70%;
}

#blog article.sns_box1 blockquote{
   max-width:80%;
}

#blog article.sns_box1 iframe{
   width:80%;
   margin-left:0;
}

#blog article.sns_box2{
   width:70%;
}

#blog article.sns_box2 blockquote{
   max-width:80%;
}

#blog article.sns_box2 iframe{
   width:80%;
   margin-left:0;
}


}


/* ----------------------------------------------------- */
/* #tags */
/* ----------------------------------------------------- */



/* screenwidth less than 1580px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1580px) {

#tags ol#bloglist li{
    min-height:400px;
}
}

/* screenwidth less than 1450px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1450px) {

#tags ol#bloglist {
    width: 90%
}
}


/* screenwidth less than 1350px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1350px) {

#tags ol#bloglist li{
    min-height:380px;
}
}

/* screenwidth less than 1200px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

#tags ol#bloglist li{
    min-height:350px;
}
}



/* screenwidth less than 980px
--------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

#tags ol#bloglist li{
    width: 45%;
    min-height:400px;
}
}

/* screenwidth less than 580px
--------------------------------------------------------------------- */
@media only screen and (max-width: 580px) {

#tags ol#bloglist li{
    width: 85%;
    margin:0 auto 25px auto;
    display:block;
    float:none;
    min-height:auto;
}
}


/* ----------------------------------------------------- */
/* #cars */
/* ----------------------------------------------------- */

/* screenwidth less than 1620px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1620px) {

#carlist .price_right {
    width: 50%;
}
}




/* screenwidth less than 1290px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1290px) {

#carlist .price_box {
    width: 38%;
    margin-right:40px;
}
#carlist .price_right {
    width: 53%;
}

}

/* screenwidth less than 1140px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1140px) {

#carlist .price_box {
    width: 99%;
    margin-right:0;
    margin-bottom: 40px;
}

#carlist .price_box p.price {
    margin: 0 auto 10px auto;
    font-size: 32px;
}
#carlist .price_box p.price strong {
    font-size: 80px;
}

#carlist .price_right {
    width: 99%;
}

#carlist .price_right table {
    width: 90%;
    margin-bottom:25px;
}

#carlist .price_right table th{
    width: 25%;
}
#carlist .price_right table td{
    padding: 5px 5px 5px 15px;

}
#carlist .price_right ul.contact_btn{
    width: 90%;

}

#carlist .price_right ul.contact_btn li{
    min-width: 25%;

}

#carlist .price_right dl {
    width: 90%;
}

}



/* screenwidth less than 880px
--------------------------------------------------------------------- */
@media only screen and (max-width: 880px) {

#carlist article.blog_body {
    width: 90%;
}

#carlist .price_box{
   margin-bottom: 20px;
}
#carlist .price_right table {
    width: 95%;
}
#carlist .price_right ul.contact_btn {
    width: 95%;
}
#carlist .price_right dl {
    width: 95%;
}
}


/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {

#carlist{

    padding-top:50px;
}
#carlist h2.title{
    margin-bottom:40px;
}

#carlist .price_right table.price_right1{
    display:none;
}


#carlist .price_right table.price_right2{
    display:block;
    width: 95%;
    table-layout: fixed;
    margin-bottom:15px;
}
#carlist .price_right table.price_right2 th{
    width: 10em;

}
#carlist .price_right table.price_right2 td{
    width: 25em;
}

#carlist .price_right dl dt{
    display:block;

}
#carlist .price_right dl dd{
    display:block;
    text-align:center;
    font-size: 40px;
}

#carlist table#spec_table{
   display:none;

}





#carlist table#spec_table2{
   display:block;
   width:95%;
   border-spacing:0;
   border-collapse:collapse;
   margin:0 auto 25px auto;   


}
#carlist table#spec_table2 th{
   border:1px solid #999999;
   font-weight:normal;
   padding:10px;
   text-align:left;
   font-size:14px;
   background:#E2E2E2;
   width:12%;

}

#carlist table#spec_table2 td{
   border:1px solid #999999;
   font-weight:normal;
   padding:10px;
   text-align:left;
   font-size:14px;
   width:25%;

}

ul.thumb button.slick-prev,
ul.thumb button.slick-next{

   display:none !important;
}
.slider{
    width:100%;
    margin-top:30px;
}

.thumb{
    width:100%;
}

}


/* screenwidth less than 580px
--------------------------------------------------------------------- */
@media only screen and (max-width: 580px) {

#carlist .price_right ul.contact_btn{
    text-align: center;
    margin-bottom:10px;
}

#carlist .price_right ul.contact_btn li img{
    display:none;
}

}


/* screenwidth less than 480px
--------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

#carlist .price_box p.price{
   font-size: 25px;

}
#carlist .price_box p.price strong{
    font-size: 60px;

}
#carlist .price_right ul.contact_btn li{
    margin-bottom:5px;
}

}


/* screenwidth less than 435px
--------------------------------------------------------------------- */
@media only screen and (max-width: 435px) {

#carlist .price_right ul.contact_btn li{
     display:block;
     width:99%;
}
#carlist .price_right ul.contact_btn li img{
     display:inline;
}
}

/* ----------------------------------------------------- */
/* #favorite */
/* ----------------------------------------------------- */

/* screenwidth less than 1026px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1026px) {

#favorite .wpfp-span ul li {
    width: 90%;
}
}


/* screenwidth less than 926px
--------------------------------------------------------------------- */
@media only screen and (max-width: 926px) {

#favorite .wpfp-span ul li {
    width: 95%;
}

}

/* screenwidth less than 839px
--------------------------------------------------------------------- */
@media only screen and (max-width: 839px) {

#favorite .wpfp-span ul li dl dt {
    width: 45%;
}

}

/* screenwidth less than 770px
--------------------------------------------------------------------- */
@media only screen and (max-width: 770px) {

#favorite .wpfp-span ul li dl dt {
    width: 50%;
}


}


/* screenwidth less than 687px
--------------------------------------------------------------------- */
@media only screen and (max-width: 687px) {

#favorite article.blog_header .inner{
    width: 90%;

}
#favorite .wpfp-span ul li {
    width: 98%;
}

}


/* screenwidth less than 595px
--------------------------------------------------------------------- */
@media only screen and (max-width: 595px) {

#favorite .wpfp-span ul li dl dt {
    width: 100%;
    display:block;
}
#favorite .wpfp-span ul li dl dd {
    width: 100%;
    display:block;
}

#favorite .wpfp-span ul li dl dd h3{
    background:#E8E8E8;
    padding:10px 0;
}
#favorite .wpfp-span ul li dl dd h4{
   text-align:right;
   margin-right:10px;
}
#favorite .wpfp-span ul li dl dd p{
   margin-left:1em;
   display: inline-block;
}
}


/* ----------------------------------------------------- */
/* #s_carlist */
/* ----------------------------------------------------- */

/* screenwidth less than 1080px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {

#s_carlist ol#clist{
    width: 90% !important;
}

#s_carlist h3.clist_title{
    font-size: 18px;
}
#s_carlist ol#clist li p.sp1{
    display:none;
}
#s_carlist ol#clist li p.sp2{
    display:block;
}

}


/* screenwidth less than 960px
--------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

#s_carlist ol#clist li{
    margin: 0 15px 25px 10px;
    width: 45%;
}
#s_carlist h3.clist_title{
    font-size: 17px;
}
}

/* screenwidth less than 754px
--------------------------------------------------------------------- */
@media only screen and (max-width: 754px) {

#s_carlist ol#clist li{
    margin: 0 10px 25px 10px;
}
}

/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {

#s_carlist ol#clist{
    width:98% !important;
}
#s_carlist h3.clist_title{
    font-size: 17px;
}
}

/* screenwidth less than 591px
--------------------------------------------------------------------- */
@media only screen and (max-width: 591px) {

#s_carlist ol#clist li{
    display:block;
    width: 85%;
    margin: 0 auto 20px auto;
    min-height: auto;
}


}


/* ----------------------------------------------------- */
/* #search_wrap */
/* ----------------------------------------------------- */

/* screenwidth less than 1080px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {

#search_wrap .results_inner{
    width: 90% !important;
    margin-bottom:0;
}
}

/* screenwidth less than 960px
--------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

#search_wrap .results_inner .results_data_box{
    margin: 0 15px 25px 10px;
    width: 45% !important;
}
}

/* screenwidth less than 754px
--------------------------------------------------------------------- */
@media only screen and (max-width: 754px) {

#search_wrap .results_inner .results_data_box{
    margin: 0 10px 25px 10px;
}
}

/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {

#search_wrap .results_inner .results_data_box{
    width:98% !important;
}
}

/* screenwidth less than 591px
--------------------------------------------------------------------- */
@media only screen and (max-width: 591px) {

#search_wrap .results_inner .results_data_box{
    display:block;
    width: 85%;
    margin: 0 auto 20px auto;
    min-height: auto;
}
}



/* ----------------------------------------------------- */
/*  #related_article 関連記事   */
/* ----------------------------------------------------- */


/* screenwidth less than 1080px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {

#related_article article{
    width: 90%;
}
#related_article ol#clist{
    width: 99%;

}
}



/* screenwidth less than 960px
--------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

#related_article ol#clist li{
    margin: 0 15px 25px 10px;
    width: 45% !important;
}
}

/* screenwidth less than 754px
--------------------------------------------------------------------- */
@media only screen and (max-width: 754px) {

#related_article ol#clist li{
    margin: 0 10px 25px 10px;
}
}



/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {

#related_article ol#clist li{
    width:98% !important;
}
}

/* screenwidth less than 591px
--------------------------------------------------------------------- */
@media only screen and (max-width: 591px) {

#related_article ol#clist li{
    display:block;
    width: 85%;
    margin: 0 auto 20px auto;
    min-height: auto;
}
}


/* ----------------------------------------------------- */
/*  search.php   */
/* ----------------------------------------------------- */

/* screenwidth less than 1598px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1598px) {

#search_wrap .search_inner .search_left dl {
    width: 100%;
}

}

/* screenwidth less than 1495px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1495px) {

#search_wrap .search_inner .search_left p.p1{
    margin-bottom:50px;
}
#search_wrap .search_inner .search_left p.p1 strong span{
     background: #FF6C9D;
     padding:0;

}
}

/* screenwidth less than 1439px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1439px) {
#search_wrap .search_inner .search_left dl dd ul {
    width: 95%;
    margin: 0 auto 0 20px;
}
}

/* screenwidth less than 1365px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1365px) {

#search_wrap .search_inner .search_left dl dd {
   width: 95%;
   left: 10px;
}
}

/* screenwidth less than 1340px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1340px) {

#search_wrap .search_inner .search_left p.p3 strong span{
    display: block;
    background: #72D3D3;
}

}

/* screenwidth less than 1299px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1299px) {

#search_wrap .search_inner .search_left dl{
    margin-bottom:30px;
}

#search_wrap .search_inner .search_left dl dt{
    display: block;
    float:none;
}


#search_wrap .search_inner .search_left dl dd{
    width: 100%;
    top:0;
    left:0;
}

#search_wrap .search_inner .search_left dl dd ul{
    padding-top: 20px;
    width: 95%;
}

#search_wrap .search_inner .search_left dl dd ul li {
    display: inline-block;
    float:none;

}

#search_wrap .search_inner .search_left h4{
    margin-bottom:40px;
}

}

/* screenwidth less than 1080px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {

#search_wrap .search_inner{
   width:90%;

}
#search_wrap .search_inner .search_left {
    width: 65%;

}
#search_wrap .search_inner .search_box {
    width: 23%;
}
}

/* screenwidth less than 1074px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1074px) {


#search_wrap{
    margin-bottom:0;
}

#search_wrap .search_inner .search_left {
    float:none;
    width: 99%;
    margin:0 auto ;
    border-right: none;
    padding-right:0;
}
#search_wrap .search_inner .search_box {
    float: none;
  /*  border-left: none;*/
    border-top: 1px solid #999;
    width: 99%;
    margin:0 auto ;
   /* padding-left:0;*/
}
#search_wrap .search_inner .search_left dl{
    width: 80%;
}

}

/* screenwidth less than 992px
--------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {

#blog article.blog_body p img{
   width:100%;
   height:auto;
   margin:0 auto 10px auto;
   display:block;

}

}


/* screenwidth less than 729px
--------------------------------------------------------------------- */
@media only screen and (max-width: 729px) {

#search_wrap .search_inner .search_left dl dd ul li {
    width: 80%;
    list-style-type:disc;
    display:block;
}
}
/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {
#search_wrap .search_inner .search_left dl {
    width: 90%;
}
#search_wrap .search_inner .search_left h3.loan_title{
    font-size: 30px;
    
}

#search_wrap .search_inner .search_left p.p1 strong span{
    font-size: 20px;

}

#search_wrap .search_inner .search_left p.p3{
    font-size: 22px;
}
}
/* screenwidth less than 640px
--------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
#search_wrap .search_inner .search_left h3.loan_title{
    font-size: 28px;
    padding:0 3px 15px 3px;
    display:block;
    background:url(../images/search/text_bg1.png) repeat-x #FFFFFF 0px 20px;
}

/* screenwidth less than 576px
--------------------------------------------------------------------- */
@media only screen and (max-width: 576px) {

#search_wrap .search_inner .search_left h3.loan_title{
   font-size: 25px;
}

}

/* screenwidth less than 480px
--------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {


#search_wrap .search_inner .search_left dl {
    width: 95%;
}

#search_wrap .search_inner .search_left h4 strong span{
    background:#FFE400;
    display:block;

}

}


/* screenwidth less than 448px
--------------------------------------------------------------------- */
@media only screen and (max-width: 448px) {

#search_wrap .search_inner .search_left h3.loan_title br{
    display:block;
}

}


/* #shop 表には出していない店舗詳細ページ（検索に出てくるため）---------------------------------------------------------------- */

/* screenwidth less than 1100px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

#shop article {
    width: 90%;
}
}

/* screenwidth less than 1080px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1080px) {

#carlist ol#clist{
    width: 90% !important;
}

#carlist h3.clist_title{
    font-size: 18px;
}
#carlist ol#clist li p.sp1{
    display:none;
}
#carlist ol#clist li p.sp2{
    display:block;
}



}


/* screenwidth less than 960px
--------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

#carlist ol#clist li{
    margin: 0 15px 25px 10px;
    width: 45%;
}
#carlist h3.clist_title{
    font-size: 17px;
}
}


/* screenwidth less than 790px
--------------------------------------------------------------------- */
@media only screen and (max-width: 790px) {

#shop article .left {
    width: 99%;
    display:block;
    margin: 0 auto 10px auto;
}
#shop article dl {
    width: 99%;
    display: block;
    margin: 0 auto 10px auto;
}

}

/* screenwidth less than 754px
--------------------------------------------------------------------- */
@media only screen and (max-width: 754px) {

#carlist ol#clist li{
    margin: 0 10px 25px 10px;
}
}

/* screenwidth less than 680px
--------------------------------------------------------------------- */
@media only screen and (max-width: 680px) {

#carlist ol#clist{
    width:98% !important;
}
#carlist h3.clist_title{
    font-size: 17px;
}
}

/* screenwidth less than 591px
--------------------------------------------------------------------- */
@media only screen and (max-width: 591px) {

#carlist ol#clist li{
    display:block;
    width: 85%;
    margin: 0 auto 20px auto;
    min-height: auto;
}


}




/* screenwidth less than 500px
--------------------------------------------------------------------- */
@media only screen and (max-width: 500px) {

#shop article dl dt {
    width: 99%;
    float: none;
    clear: both;
    margin: 0 auto 5px 0;
    text-indent:0.2em;
    padding:2px 0;
    background:#DDD;
}
#shop article dl dd {
    width: 95%;
    float: none;
    margin-left:1.2em;

}

#shop article dl dt:before{
   content:"■";
}


}

/* screenwidth less than 439px
--------------------------------------------------------------------- */
@media only screen and (max-width: 439px) {

#shop h2{
   padding:0 0 4px 0;
   width:99%;
   display:block;
}
}
