﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    width:97%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
    margin:0 auto;
}
.drawer-menu li{
list-style:none;
}

h2{
    background:#EFF1F2; 
    font-size:130%;
    font-weight:bold;
    text-align:center;
    border-bottom: solid 4px #074770;  
    padding-top:12px; 
    padding-bottom:  13px;       
    margin:-9px auto 15px auto;
    position:  relative;      
}
h2:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: 2px; 	
}
.main_img{
	text-align:center;
}
.main_img img{
	width:95%;
}
.main_img2{
	text-align:center;
}
.main_img2 img{
	width:95%;
}

h3{
  border-left:5px solid #8b0000;
  font-size:110%;
  margin:10px auto;
  padding:5px 10px;
}
h4{
	display:inline-block;
    position: relative;
	font-size:130%;
    font-weight:bold;
    margin-top: 30px;             
    margin-bottom: 15px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
h5{
display:inline-block;
   margin:0 15px;
   padding:7px 20px;
   color:#333;
   border:#333 solid 2px;
   border-radius:18px;
   background:#fff;
   box-shadow:
   -6px -4px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}
h6 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:100%;
}

h6:before, h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h6:before {
  left:0;
}
h6:after {
  right: 0;
}

section a{
	text-decoration:none;
	color:#000000;
}
section a:hover{
	color:#808080;
}

/*  */
.cf{
	clear:both;
} 
.kyocho{
	color:#dc143c;
	font-weight:bold;
}
.orange{
	color:#ff6347;
}

.b{
	font-weight:bold;
}
/* 試乗ボードページ */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.5em;
	font-size:90%;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f059\ ';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f13a ';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	font-size:90%;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0eb ';
    }
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.box{
	width:98%;
	height:auto;
	display:block;
	margin:30px auto 15px auto;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
}
.box:last-child{
	margin-right:0;
}
.model_img{
   width:auto;
   margin:10px;
   float:left;
}
.model_img img{
	width:95%;
}
.box p{
	margin-top:8px;
	padding:0 20px;
}
.box .right{
	margin-top:-13px;	
}
.step{
    display:inline-block;
	background-color:#dc143c;
	border-radius:10px;
	color:#ffffff;
	font-weight:bold;
	padding:4px 10px;
	margin-bottom:5px;
}
.shop_link{
	float:right;
	margin-right:10px;
}
.shop_link a{
	font-size:100%;
	color:#00437C;
}
/*試乗ボード　*/
/* 入荷 */
.check1 {
  display:inline-block;
  position: relative;
  padding-left: 35px;
  margin-top:0;
  margin-bottom:15px;
}
.check1:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f00c";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check1:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.touroku a{
    font-size:110%;
    font-weight:bold;
    color:#00437C;	
}
/* リペア */
.point{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
}
.point:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f0a4";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* for table */

.kakaku{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.kakaku tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.kakaku tr:last-child{
  border-bottom: none;
}
.kakaku td{
  border-left: solid 2px white;
}
.kakaku td:first-child{
  border-left: none;
}
.kakaku th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 30%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.kakaku th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.kakaku td{
  width: 20%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.kakaku td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
/* for title2 */
.kakaku2{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.kakaku2 tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.kakaku2 tr:last-child{
  border-bottom: none;
}
.kakaku2 td{
  border-left: solid 2px white;
}
.kakaku2 td:first-child{
  border-left: none;
}
.kakaku2 th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 30%;
  background-color: #993d40;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.kakaku2 td{
  width: 35%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.shop_link1{
    margin-bottom:5px;
	margin-left:10px;
}

.shop_link1 a{
	color:#00437C;
}
.saisun{
  width: 100%;
  border-collapse: collapse;
  border:3px solid #808080;
}
.saisun td{
  border-left: solid 2px #ffffff;
}
.saisun td:first-child{
  border-left: none;
}
.saisun th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 25%;
  background-color: #eee;
  color: #000000;
  text-align: left;
  padding: 10px 20px;
  border: solid 2px #ffffff;
}
.saisun td{
  width: 75%;
  font-size:90%;
  text-align: left;
  background-color: #eee;
  padding: 10px 10px;
  border: solid 2px #ffffff;

}
.saisun .style_2{
	background-color:#494949;
	color:#ffffff;
	text-align:center;
}

.saisun .style_2{
	background-color:#494949;
	color:#ffffff;
	text-align:center;
}

.saisun2{
  width: 100%;
  border-collapse: collapse;
  border:3px solid #808080;
}
.saisun2 td{
  border-left: solid 2px #ffffff;
}
.saisun2 td:first-child{
  border-left: none;
}
.saisun2 th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 24%;
  background-color: #eee;
  color: #000000;
  text-align: left;
  padding: 10px 20px;
  border: solid 2px #ffffff;
}
.saisun2 td{
  width: 38%;
  font-size:90%;
  text-align: left;
  background-color: #eee;
  padding: 10px 10px;
  border: solid 2px #ffffff;

}
.saisun2 .style_2{
	background-color:#494949;
	color:#ffffff;
	text-align:center;
}
.saisun2 td img{
    width:90%;
    }


/* カスタムオーダー */
.box1{
	width:40%;
	height:120px;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:10px;
	margin-left:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
    text-align:center;
}
.box1:last-child{
	margin-right:0;
}
.box1 .img1 img{
   width:80%;
   margin-top:-20px;
}
.box1 p{
	font-size:75%;
}
.box1:hover{
	opacity: 0.7;
}
/* おすすめボード　*/
.model{
    display:inline-block;
    position: relative;
	font-size:100%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 30px;             
    margin-bottom: 15px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
    }
.model img{
	width:55px;
	margin-bottom:-5px;
}
.model_img{
	text-align:center;
	margin:10px auto;
}
.model_img img{
	width:70%;
}
p img{
	width:100%;
}
.weight img{
	width:100%;
	margin:20px auto;
}
.question{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.question:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f059\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.point2{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point2:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.condition li{
	line-height: 1.2;
  padding: 0.2em 0;
  list-style-type: none!important;
}
.condition li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 0.5em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}
.imgqr{
	width:150px;
}
.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center_text{
	font-size:115%;
}

