/********************************************************************************************

base settings

********************************************************************************************/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    min-width: 100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #444444;
}

.secTitle {
  padding: 35px 0 25px;
  text-align: center;
  font-family: '秀英角ゴシック銀 L', 'Shuei KakuGo Gin L';
  font-size: 18px;
  font-size: 1.8rem;
}
.secTitle i {
  display: block;
  font-family: 'FB Agency Regular';
  font-size: 12px;
  font-size: 1.2rem;
  color: gray;
}

a:link {
    color: #cc0000;
}

a:visited {
    color: #cc0000;
    text-decoration: underline;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

i {
    font-style: normal;
}

/* img{
  width: 100%;
} */

a{
  display: block;
  text-decoration: none;
}

.ccs{
  font-size: 1.2em;
}

#wrap{
    padding-top:70px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.main{
  width: 100%;
  position: relative;
}


.contentsWrap{
position: relative;
margin: 0 auto;
}

.contentsWrap_main{
position: relative;
margin: 0 auto;
background-color:#565656;
}

.contentsWrap_service{
position: relative;
margin: 0 auto;
}

#backTop {
  width: 70px;
  height: 70px;
  text-align: center;
  background-color:#fff;
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  bottom: -15%;
  right: 4%;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 0px rgba(87,87,87,0.7);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(87,87,87,0.7);
  -moz-box-shadow: 2px 2px 5px 0px rgba(87,87,87,0.7);
  transition: all .2s;
  font-family: 'FB Agency Regular';
  font-size: 14px;
  font-size: 1.4rem;
}

#backTop a {
  padding: 13px 0;
   color: gray;
}

#backTop a img{
  width: 21px;
  height: auto;
}


.caution{
  font-size: 0.8em;
  margin-left: 1em;
}

.caution{
  content: "※";
}
.spDisplayNone{
  display:none;
  }

/********************************************************************************************

alert

********************************************************************************************/


/* img tag for google Analytics
-----------------------------------------------------------*/

#googleAnalyticsImageObj {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* check server
------------------------------*/

#cautionForCheckServer {
    clear: both;
    margin: 0 60px;
}
@media only screen and (min-width: 0) and (max-width: 414px) {
    #cautionForCheckServer {
        margin: 0 20px;
        font-size: 9px;
        font-size: 0.9rem;
    }
}
@media only screen and (min-width: 415px) and (max-width: 736px) {
    #cautionForCheckServer {
        margin: 0 20px;
        font-size: 9px;
        font-size: 0.9rem;
    }
}

/* lte IE7
------------------------------*/

#showIE {
    margin: 15px auto;
    padding: 15px 0;
    border-top: 1px solid #e54040;
    border-bottom: 1px solid #e54040;
}
#showIE p {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
#showIE p img {
    display: block;
    float: left;
    padding-right: 25px;
}
#showIE p span {
    display: block;
    text-align: center;
    padding-top: 8px;
}

/* ?ｿｽt?ｿｽb?ｿｽ^?ｿｽ[?ｿｽﾅ抵ｿｽ?ｿｽK?ｿｽ{CSS
-----------------------------------------------------------*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#wrap {
    position: relative;
    min-height: 100%;
}
#wrap img{
  width: 100%;
}
#contentsWrap {
    /* padding-bottom = whole size of footer */
    margin: 0 auto;
    padding-bottom: 0;
}
#siteFtrWrap {
    /* height + padding-top + padding-bo = margin-top ( negative ) */
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
}
#pageloader {
    display: table;
    background: #fff;
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000000000;
}

/********************************************************************************************

header

********************************************************************************************/
.header{
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  max-height: 80px;
  border-top: 2px solid #cc0000;
  border-bottom: 1px solid #eee;
  background-color:#fff;
  background-color: rgba(255,255,255,0.95);
  z-index: 100;
}

.headerWrap{
  width: 100%;
  height: 100%;
  max-width: 1100px;
  max-height: 80px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerWrap .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing:border-box;
}
.headerWrap .logo a img{
  max-width: 100%;
  width: 250px !important;
}
.sp_menu-trigger{
  position: fixed;
  display: block;
  right:20px;
  top:15px;
  z-index: 1000000;
}

.is-open .sp_menu-trigger{
  position: fixed;
}

.g_nav_sp{
  display:none;
  position: fixed;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #595959;
  z-index: 99999;
}

.g_nav_sp ul{
  width: 94%;
  margin: 0 auto;
  font-size: 1.4em;
  line-height: 3;
  text-align: center;
  transition: all .4s;
   padding-top:70px;

}

.g_nav_sp_item{
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.g_nav_sp_item a{
  color:#FFFFFF;
  margin-left: 2%;
}

.g_nav_sp_item:first-child{
  border-top: 1px solid #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  font-family: 'FB Agency Regular';
  text-align:center;
  width: 30px;
  height: 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cc0000;
  border-radius: 4px;
}

#menu-trigger01 {
  top: 0;
}
#menu-trigger02 {
  top: 11px;
}
#menu-trigger03 {
  bottom: 0;
}

.menu-trigger:after {
  position: absolute;
  left: 0;
  bottom: -23px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  transition: all .4s;
}
.menu-trigger.active:after {
  content: 'CLOSE';
  left: 0;
  color: #fff;
}
.menu-trigger.active #menu-trigger01 {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active #menu-trigger02 {
  opacity: 0;
}
.menu-trigger.active #menu-trigger03 {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	.header{
		height: auto !important;
		max-height: none !important;
}
.headerWrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	max-height: none !important;
}
.headerWrap .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}
	
}
/********************************************************************************************

footer

********************************************************************************************/

#carsListWrapper{
  width: 100%;
  background-color: #595959;
}

.contentsWrapper{
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 25px;
}

.carsListHead{
  text-align: center;
  background-color: #fff;
  padding: 25px 0;
  font-size: 1.1em;
}

.hansha{
  overflow: hidden;
}

.hansha:after{
  clear: both;
}

.hansha li{
  float: left;
  width: 240px;
  font-size: 1.2em;
}

.hansha a{
  text-decoration: none;
  color:#FFFFFF;
}

.footer{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  background-color: #595959;
  color:#FFFFFF;
}

.copyright p img{
  width: 45px;
  padding: 15px 0;
}


/********************************************************************************************

contents

********************************************************************************************/


/* パンくずリンク
-----------------------------------------------------------*/

.breadcrumbs {
    width: 100%;
    padding: 5px 0;
    text-align:right;
}

@media only screen and (min-width: 0) and (max-width: 414px) {
    .breadcrumbs {
        display: none;
    }
}
@media only screen and (min-width: 415px) and (max-width: 736px) {
    .breadcrumbs {
        display: none;
    }
}
.breadcrumbs ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
}
.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a{
    display: inline-block;
}

.breadcrumbs ul li + li{
    margin-left: 0.5em;
}

.breadcrumbs ul li + li:before {
    content: '\3e\3e';
    margin-right: 0.5em;
}

/********************************************************************************************

page title

********************************************************************************************/


/* ページタイトル
-----------------------------------------------------------*/
.pageTitle{
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  line-height:0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 
}
.pageTitle_innner{
   overflow:hidden;
   width: 100%;
  max-width: 1100px;
  margin:0 auto;
  }

.pageTitle img{
  width:70px;
  height:70px;
  float:left;
  }
.pageTitle h2{
 float:left;
 text-indent:1em;
 padding-top:35px;
 font-size:1.4em;
  }
.pageTitle h2 span{
  padding-left:1em;
  font-size:0.8em;
 font-family: 'FB Agency Regular';
  color:#808080;
  }  
.subTitle{
  width: 100%;
  background-color:#565656;
  padding:5px 0;
  margin-bottom:20px;
}
.subTitle h3{
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
  color:#FFF;
  font-size:1.2em;
  text-indent:2.5em;
  position:relative;
}
.subTitle_h4{
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
  font-size:1.2em;
  text-indent:2.5em;
  position:relative;
  background-color:#eeeeee;
}

/********************************************************************************************

footer

********************************************************************************************/

/* top?ｿｽﾖ戻ゑｿｽ
-----------------------------------------------------------*/

.siteFtrWrap__backtop {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    margin-left: -480px;
}
.siteFtrWrap__backtop a {
    display: block;
    position: absolute;
}



/********************************************************************************************

shopSearch

********************************************************************************************/

#shopSearch {
  width: 100%;
  padding:0 0 40px 0;
}
#shopSearch_inner {
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
}

#shopSearchNav {
  padding: 10px 0 0 5px;
  width: 100%;
  background-color:#e2e2e2;
  color:#cc0000;
  box-sizing: border-box;
}
#shopSearchNav li {
  cursor: pointer;
  width: 16%;
  height: 55px;
  display: inline-block;
  text-align: center;
  padding-top: 15px;
  margin: 0 0 10px 2px;
  color: #cc0000;
  background:#fff;
  position: relative;
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
}
#shopSearchNav li:before {
  content: url(../img/icon_arrow.png);
  position: absolute;
  bottom: 0;
  right: 6px;
}
#shopSearchNav li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all .4s;
     -moz-transition: all .4s;
      -ms-transition: all .4s;
       -o-transition: all .4s;
}
#shopSearchNav li.is-active {
  color: #444444;
  background:#e2e2e2;
}
#shopSearchNav li.is-active:after {
  border-top: 10px solid #e2e2e2;
  bottom: -30px;
}
#shopSearchNav li span {
  font-size: 1.1em;
}

#shopSearch table {
  width: 100%;
  margin-top: 15px;
}
#shopSearch table img{
  width:50px;
}

#shopSearch tr {
  background: #e2e2e2;
  height: 43px;
  text-align: center;
}
#shopSearch tr:nth-child(odd) {
  background: #FFF;
}
#shopSearch tr th {
  background: #fff;
  height: 43px;
  text-align: center;
}
#shopSearch td:last-child {
  position: relative;
}
#shopSearch td:last-child:after {
  content: url(../img/icon_arrow.png);
  position: absolute;
  bottom: 0;
  right: 6px;
}

.shopSearch_stand-by{
  padding: 50px;
  border: 10px solid #e2e2e2;
  text-align: center;
}

.carDetailWrap #shopSearchNav{
  margin-bottom: 25px;
}
.carDetailWrap .tableList{
  display: none;
}
.carDetailWrap .tableList tr:nth-child(2n+1){
  background-color: inherit;
}
.carDetailWrap .tableList tr.tr1{
  background-color: inherit;
}
.carDetailWrap .tableList tr.tr2{
  background-color: #f4f4f4;
}


/********************************************************************************************

api / plug-in

********************************************************************************************/


/* google map infoWindow
-----------------------------------------------------------*/

.gmapOpen_InfoWindow {
    min-height: 95px;
    padding: 10px;
}
.gmapOpen_shopName {
    margin-bottom: 7px;
    font-size: 133.3%;
}
.gmapOpen_shopAddress {
    display: block;
    margin-bottom: 3px;
}
.gmapOpen_shopUrl {
    margin-top: 15px;
}

/* scroll bar customize
-----------------------------------------------------------*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}
.scroll-pane:focus, .jspScrollable:focus {
    outline: none;
}
.jspPane {
    position: absolute;
    left: 0 !important;
}
.jspVerticalBar {
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.jspTrack {
    background: #fff;
    position: relative;
}
.jspDrag {
    background: red;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}