﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
    }
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
h2{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:50px auto;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
h2:before {
  left: 7px;
}
h2:after {
  right: 7px;
}
h3{
  margin:20px auto auto 10px;
  border-left:7px solid #c0c0c0;
  padding: 10px 20px;
  }
p{
     font-size:13px;
     line-height:1.5;
}
section a{
	text-decoration:none;
	color:#00008b;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 
.clearfloat{
	margin:0px auto!important;
	float:none!important;
	}

a[href^="tel:"] {
    pointer-events: none;
}

#pcimg { display: block !important; }
#spimg { display: none !important; }
.kyocho{
	color:#ff0000;
}
	
a {
	text-decoration: none;
}
#slider1{
	width:500px;
}
#slider1 > li {
    height: 480px;
    margin:5px 90px;
}

#slider1 > li > img {
    height: 480px;
}
.used{
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
}
.kaitori_osaka{
font-size:100%;
text-align:left;
margin: 8px 30px 8px 30px; 
}


.box1{
text-align:center;
margin-bottom:8px;
margin-top:8px;
}
.box2{
text-align:center;
margin-bottom:8px;
margin-top:50px;
}
.box3{
	width:50%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	}
.box3{
text-align:center;
	
}
.box3 img{
	width:70%;
}
.box4{
	width:47%;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	}
.box4 img{
	width:70%;
	margin-left:30px;
}
.box5{
	margin-top:10px;
	margin-bottom:10px;
	}
.box5 img{
	width:60%;
}

a:hover{
opacity:0.6;
}

.box6{
	width:270px;
	height:330px;
	display:block;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
	border:2px solid #fff;
	box-sizing:border-box;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.50);
	float:left;	
	font-size:90%;
}
.box6:last-child{
	margin-right:0;
}
.box6 .photo6 img{
   width:100%;
   margin:-10px auto;
}
.box6 .setsumei{
	color:#000000;
	height:80px;  
}
.box6 .setsumei1{
   color:#dc143c;
}

.box6:hover{
	opacity: 0.7;
}
.red{
	color:#dc143c;
}
.orange{
	color:#ff6347;
}
.b{
	font-weight:bold;
}

/*  */
.cf{
	clear:both;
}

.osaka_menu{
display: table;
margin: 0 auto;
padding: 0 ;
width: 95%;
text-align: center;
font-weight:bold;
font-size:130%;
}
.osaka_menu li{
display: table-cell;
min-width: 90px;
}
.osaka_menu li:not(:last-child){
border-right:2px solid #ddd;
}
.osaka_menu a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}
.osaka_menu li:hover{
color: #E7DA66;
border-bottom: 3px solid #F0E475;
}
.box7{
	width:440px;
	height:280px;
	display:block;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:2px solid #fff;
	box-sizing:border-box;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.50);
    text-align:center;
	float:left;
}
.box7:last-child{
	margin-right:0;
}
.box7 .box_title{
    margin:auto;
    font-size:90%;
    font-weight:bold;
    color:#484848;
}
.box7 .photo7 img{
   width:100%;
   margin:auto;
}

.box7:hover{
	opacity: 0.7;
}
.title{
	font-size:40px;
	text-align:center;
	background-color:#000080;
	color:#ffffff;
	margin-top:30px;
	line-height:130px;
}
.big{
	font-size:18px;
	color:#00008b;
	font-weight:bold;
}
.step img{
	width:50%;
	float:left;
}
.explanation{
	width:50%;
	float:right;
	padding-top:30px;
}
.scroll {
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.scroll::before {
  animation: scroll 2s infinite;
  border: solid #000;
  border-width: 0 0 3px 3px;
  content: "";
  display: inline-block;
  margin: auto ;
  position: absolute;
  top: 0;
  right: 0;
  left: 450px;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.model2{
  font-size:130%;
  color:#00008b;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}
 /* 試乗ページ */
.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: '\Q\ ';
}
.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: '\f031 ';
    }
.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%;
}
.title2{
margin-top:60px;
	font-size:25px;
     font-weight:bold;
}

