﻿@charset "UTF-8";

/***********************************
bxslider
************************************/
.bx-controls {
  position: relative;
}

.bx-pager {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -40px;
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager-link {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  background-color: #dddddd;
  display: block;
  text-indent: -20px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
  margin-left: .5em;
  margin-right: .5em;
}

.bx-pager-link.active {
  background-color: #ae902c;
}

@media screen and (max-width:768px) {

  .bx-pager-link {
    width: 5px;
    height: 5px;	
  }

  .bx-pager {
    top: -30px;
  }
	
}

/***********************************
アニメーション
************************************/
header {
	/*transition:height 1s ease-in-out 0.01s;*/
}

/*指定したオブジェクトが横幅変更時自然にアニメーション*/
.in-box,
article#content {
	transition:width .5s ease-in-out .01s;
}

/*.fadein を指定したオブジェクトがしたからふわっと表示*/
.fadein {
  opacity :0;
  transform:translateY(20px);
  transition:all 1s;
}


/*All Media CSS*/
/***********************************
html&body
************************************/
html {
	overflow-y:scroll
}

body {
	font-feature-settings:"palt";
  color: #333;
}

/*スマホの文字サイズ自動変更無効*/
html,body {
	-webkit-text-size-adjust:100%;
	height:auto;
}

/***********************************
Link Setting
************************************/
a:link,a:visited,a:active {
  color: #0a60ff;
}

@media print,screen and (min-width:769px) {
  
	a.tel {
		pointer-events:none;
		text-decoration:none;
    color: #333;
	}
  
  a:hover {
    opacity:.5;
    color: #0a60ff;
  }
  
}

@media screen and (max-width:768px) {
  
	a:hover {
		opacity:1;
	}
	
	a.tel {
	}
  
}


/***********************************
main container
************************************/
#mainContainer {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#mainContainer img {
  width: 100%;
}

#mainContainer .in-box {
	margin-left:auto;
	margin-right:auto;
	max-width:980px;
}

#mainContainer h2 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 100 !important;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .2em;
}

#mainContainer h2 span {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-left: -.1em;
}

#mainContainer h2 span img {
  width: auto;
  transition:height .5s ease-in-out .01s;
}

@media print,screen and (min-width:769px) {
  
  #mainContainer {
    margin-top: 100px;
  }	
  
  #mainContainer .in-box {
    width:95%;
  }
  
  #mainContainer h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 90px;
    padding-top: 50px;
  }

  #mainContainer h2 span {
    padding-top: 10px;
  }
  
  #mainContainer h2 span img {
    height: 25px;
  }
  
	#mainContainer .pc {
		display:block;
	}

	#mainContainer .sp {
		display:none;
	}
  
}

@media screen and (max-width:768px) {
  
	#mainContainer {
    margin-top: 60px;
	}
	
	#mainContainer .pc {
		display:none;
	}

	#mainContainer .sp {
		display:block;
	}
  
  #mainContainer .in-box {
    width: 90%;
  }
  
  #mainContainer h2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  
  #mainContainer h2 span:before,
  #mainContainer h2 span:after {
    top:10px;
    width: 15px;
  }

  #mainContainer h2 span {
    padding-top: 10px;
  }
  
  #mainContainer h2 span img {
    height: 20px;
  }
  
}


/***********************************
header
************************************/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  top:0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition:height .5s ease-in-out .01s;
}

header h1 {
  display: block;
}

header h1 img {
  transition:width .5s ease-in-out .01s;
}

@media print,screen and (min-width:769px) {
  
	header {
    height: 100px;
	}
  
  header h1 {
    margin-left: 50px;
    margin-top: 10px;
    width: 80px;
    float: left;
  }
  
  header #shop-logo {
    float: left;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 10px;
  }
  
  header #shop-logo img {
    height: 50px !important;
    width: auto !important;
  }
  
}

@media screen and (max-width:768px) {
  
	header {
    height: 60px;
	}
  
  header h1 {
    margin-left: 20px;
    margin-top: 5px;
    width: 50px;
    float: left;
  }
  
  header #shop-logo {
    float: left;
    margin-top: 6px;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-top: 12px;    
    border-left: 1px solid #ccc;
    height: 25px !important;
    width: auto !important;
  }
  
  header #shop-logo img {
    height: 25px !important;
    width: auto !important;
  }
  
}


/***********************************
breadcrumb list
***********************************
section#breadcrumbs,
section#breadcrumbs a {
  color: #ccc;
  font-size: 12px;
}

section#breadcrumbs ul {
  text-align: right;
}

section#breadcrumbs ul li {
  display: inline-block;
}

section#breadcrumbs ul li:after {
	content:">";
	margin:0 .1em 0 .4em;
}

section#breadcrumbs ul li:last-child:after {
	content:none;
}

@media print,screen and (min-width:769px) {
  
	section#breadcrumbs {
    line-height: 50px;
	}
  
}

@media screen and (min-width:769px) and (max-width:1024px) {
  
	section#breadcrumbs {
	}
  
}

@media screen and (max-width:768px) {
  
	section#breadcrumbs {
    line-height: 30px;
	}
  
}
*/


/***********************************
content
************************************/
article#content {
}

@media print,screen and (min-width:769px) {
  
	article#content {
	}
  
}

@media screen and (min-width:769px) and (max-width:1024px) {
  
	article#content {
	}
  
}

@media screen and (max-width:768px) {
  
	article#content {
	}
  
}


/***********************************
footer
************************************/
footer {
  color: #fff;
  background-color: #333;
}

footer a {
  color: #fff !important;
}

footer .notes,
footer small {
  font-size: 12px;
  text-align: left;
  display: block;
  color: #999;
}

footer .footer-inner {
  margin-bottom: 40px;
}

footer nav {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
}

footer nav dl {
  width: 100%;  
  margin-right: 2%;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

footer nav dl dt {
  border-bottom: 1px solid #4f4f4f;
  width: 100%;
  float: left;
  margin-top: 40px;
}

footer nav dl dt.brand_title {
  margin-top: 0;
}

footer nav dl dd {
  position: relative;
  width: 28.66%;
  margin-right: 7%;
  border-bottom: 1px solid #4f4f4f;
  float: left;
  font-size: 12px;
}
/*  VW:1  VC:8  PC:12  RR:15  AC:17  */
/*一番右*/
footer nav dl dd:nth-child(4), 
footer nav dl dd:nth-child(7), 
footer nav dl dd:nth-child(11) {
	margin-right: 0;
}

footer nav dl dd:last-child {
  margin-bottom: 0;
}

footer nav dl a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
}
/*2行がある行*/
footer nav dl dd:nth-child(5) a,
footer nav dl dd:nth-child(6) a,
footer nav dl dd:nth-child(13) a{
  line-height: 0;
  padding: 31px 0;
}

footer nav dl dd.porsche_01 {
}

footer nav dl dd span.icon-i01,
footer nav dl dd span.icon-i02 {
  display: block;
  width: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}

footer nav dl dd span.icon-i01 {
  right: 12%;
}

footer nav dl dd span.icon-i02 {
  right: 0%;
}

footer ul.company-link {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4f4f4f;
  width: 100%;
  float: left;
}

footer ul.company-link li {
  display: inline-block;
  margin-left: .6%;
  margin-right: .6%;
}

footer ul.company-link li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

@media print,screen and (min-width:769px) {
  
	footer {
    padding-bottom: 120px;
    padding-top: 120px;
 }
  
  footer nav dl dt {
  }
  
  footer nav dl a:hover {
    color: #fff;
  }
  
  footer .notes {
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  footer small {
    text-align: center;
  }
  
  footer ul.company-link li:nth-child(7)::after {
    content: "";
    display: block;
    width: 100%;
  }  
  
}

@media screen and (min-width:769px) and (max-width:855px) {
  
	footer nav dl {
    font-size: 13px;
  }
  
}

@media screen and (max-width:768px) {
  
	footer {
    padding-bottom: 40px;
    padding-top: 40px;
	}
  
  footer nav {
    display: none;
  }
  
  footer .notes {
    line-height: 24px;
    margin-bottom: 35px;
  }
  
  footer .footer-inner {
    display: none;
  }
  
}


