@charset "utf-8";
/* CSS Document */
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
#container{
width:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size:98%;
}
img {
	vertical-align: text-bottom;
}
a{
	color:#205296;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
}
a:hover{
	color:#AAAAAA;
	text-decoration:underline;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
a:link{
	text-decoration:none;
}
.red{
	font-size:85%;
	color:red;
}
.blue{
	color:#205296;
}
.orange{
	color: #205296;
}
.right{
	float:right;
}
.left{
	float:left;
}
.small{
	font-size:80%;
}
.large{
	font-size: 110%;
}
.large2{
	font-size: 120%;
}
.large3{
	font-size: 140%;
}
.m-b{
	margin-bottom: 5px;
}
.clear{
	clear:both;
}
.pc{
display: none;
}
.sp{
display: block;
}
a.btn{
  display: inline-block;
  width:250px;
  margin: 10px 0px 10px;
  padding:15px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
border-radius: 10px;
font-size: 80%;
}
a.btn2{
	border: 1px solid #205296;
	color: #205296;
}
a.action {
  position:relative;
  z-index:2;
  overflow:hidden
}
a.action::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#205296;
  transition:.9s
}
a.action2::after {
	background:#205296
}
a.action:hover {
  color:#fff
}
a.action2:hover {
  color:#fff
}
a.action:hover::after {
  width:500px;
  height:500px;
  margin:-250px 0 0 -250px
}
.more{
	text-align: center;
	font-size: 75%;
	padding: 3px;
	border: 1px solid #000;
	width: 250px;
	color: #000;
	margin:10px auto;
	float: none;
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
}
.more:hover{
	background-color: #000;
	color: #fff;
	margin:20px auto;
}

.navi{
	font-size:75%;
	text-align:right;
	color:#4a4a4a;
	width:95%;
	margin:15px auto 20px;;
}
.navi a{
	color:#4a4a4a;
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
	text-decoration:underline;
}
.navi a:hover{
	color:#C8C8C8;
}
.wp-link{
	width: 90%;
	text-align: right;
	margin: 0 auto 50px;
}
.pagetop {
 display: none;
 position: fixed;
 bottom: 20px;
 right: 25px;
 border-radius:5px;
 z-index:999;
}
.pagetop a {
 display: block;
 width: 50px;
 height: 50px;
 background:#205296;
 text-align: center;
 color: #fff;
 font-size: 28px;
 text-decoration: none;
 line-height: 44px;
 border-radius:25px;
 -webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
}
.pagetop a:hover{
	line-height: 35px;
}

.sub-title{
	font-size:100%;
	font-weight: bold;
	margin:0px 0 0px;
}
.op{
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
}
.op:hover{
		opacity: 0.7
}
.prologue{
	z-index:0;
	margin-top:25px;
	text-align: center;
}
/*
-------------------reset-------------------------
*/
body {
	margin:0;
	padding:0;
	min-width:300px;
}
#header{
	width:100%;
	height:70px;
}
#header-in{
	width:90%;
	max-width:400px;
	min-width:250px;
	height: 50px;
	margin:0 auto;
}
#header .logo{
	width:120px;
	margin-top: 5px;
}
#header .sp_left{
	width:250px;
	margin-left:80px;
	margin-top: 0px;
}

#header .header_contact{
	display: none;
}
footer{
	background-color:#f4f4f4;
	width:100%;
	margin-top:30px;
	font-size:95%;
}
footer .foot_pc_in{
	width:95%;
	margin:0 auto;
	padding:25px 0;
}
footer .f_menu_each{
	display:none;
}
footer .f_content{
	border-top:1px solid #444;
	padding:15px 20px 0;
	margin-top:15px;
	font-size:90%;
}
footer .copy{
	background-color:#000;
	color:#fff;
	padding:7px;
	text-align:center;
	font-size:75%;
}
footer .insurance ul{
	margin-top: 25px;
}
footer .insurance li{
	display: inline-block;
	width: 170px;
    vertical-align: middle;
    margin-top: 5px;
}
.pc_menu{
	display:none;
}
#menu_sp{
	display:none;	
}
#menu{
	padding-top: 0px;
}
/*
-------------top-------------------
*/
#top #topimg{
	display:none;
}
#top .sp_topimg{
	display:block;
}
#top .sp_topimg .to_mov{
	background-color:#5a5a5a;
}
#top .sp_topimg .to_mov_in{
	width:290px;
	margin:0 auto;
}

#top .wrapper_logo{
	background-color:#f4f4f4;
	text-align:center;
	padding-bottom:30px;
}
#top .wrapper_logo img{
	width:100px;
	margin:30px auto 25px auto;
}
#top .wrapper_logo .text{
	width:90%;
	margin:0 auto;
}
#top .content_area{
	width:300px;
	margin:25px auto;
	padding:0;
}
#top #service{
	background-color: #f4f4f4;
	padding: 10px 10px 50px;
	margin-bottom: 50px;
}
#top #service .main-image-bg{
	width: 80%;
	height: 350px;
	margin-top: 20px;
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
	
}
#top #service .bg1{
	background-image: url(../img/service_01_03.jpg);
}
#top #service .bg2{
	background-image: url(../img/service_02_03.jpg);
}
#top #service .bg3{
	background-image: url(../img/service_03_03.jpg);
}
#top #service .bg4{
	background-image: url(../img/service_04_03.jpg);
}
#top #service .bg5{
	background-image: url(../img/service_05_03.jpg);
}

#top #service .main-image-bg:hover{
	width:100%;
}
#top #service .box-content{
	background-color: rgba(255,255,255,0.9);
	width: 280px;
	padding: 20px;
	height: 200px;
	margin: 30px 20px;
	position:absolute;
}
#top .content_area .news_area{
	width:300px;
	height:400px;
	background-color:#444;
	margin:15px auto;
}
#top .content_area #news{
	width:260px;
	height:350px;
	border:1px solid #5a5a5a;
	padding:10px 20px;
}
#top #news .news_title{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
	margin:5px auto 15px;
	border-bottom:2px solid #205296;
	width:70%;
}
#top #news #archives{
	font-size: 90%;
	width: 90%;
	margin: 0 auto;
}
#top .news_link{
	padding:10px 0px 15px;
	margin-bottom: 10px;
}
#top #news #archives li{
	padding: 10px 0;
	border-bottom: 1px dotted #5a5a5a;
	font-size: 100%;
	width: 100%;
}

/*
---------------------------------------共有----------------------------------------------------------*/
.banner_area{
	width:80%;
	margin:0 auto 50px;
}
.banner_area p{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin:25px 0 0;
}

/*
-----------------------------------共有---------------------------------------------------
*/
#child .topimg{
	width: 95%;
	margin: 25px auto 15px;
}
#child .main-content{
	margin: 25px auto 50px;
	width: 100%;
}
#child .main-content_left{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	height: 550px;
}
#child .main-content_right{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	height: 550px;
}
#child .main-content_left .text-box{
	background-color: rgba(245,245,245,0.9);
	padding: 10px;
	margin: -15px 0 0 0;
	width: 60%;
	float: none;
	border: none;
}
#child .main-content_right .text-box{
	background-color: rgba(245,245,245,0.9);
	padding: 10px;
	margin:-15px 0 0 0;
	width: 60%;
	float: none;
	border: none;
}
#child .main-content_left .text{
	margin-top:10px;
}
#child .main-content h3{
	margin-bottom: 0px;
	font-weight: bold;
}
#child .sub-content{
	margin: 80px auto 70px;
	width: 95%;
}
#child .sub-content .text{
	width: 100%
}
#child .sub-content .img{
	width: 100%;
	float: left;
	margin-top: 15px;
}
#child .sub-content .each{
	margin-bottom: 50px;
}
#child .content-innner{
	width: 95%;
	min-width: 80%;
	margin: 0 auto;
}
#child #faq h5{
padding: 10px;
border-bottom: 1px dotted #5a5a5a;
}
#child #faq .a{
	padding: 15px;
	background-color: #f4f4f4;
	margin: 15px auto;
}
.menu-link{
	width: 90%;
	min-width: 320px;
	margin: 0 auto 150px;
}
.left_content,
.right_content{
	width: 49%;
	display: inline-block;
	height: 100px;
	padding-top: 50px;
	color: #fff;
	background-color: #f4f4f4;
	text-shadow: 0 0 12px #000;
	margin-bottom: 3px;
	min-width: 160px;
}
.link_service{
	background-image:url(../img/link_bg_service.jpg);
}
.link_us{
	background-image:url(../img/link_bg_us.jpg);
}
.link_concept{
	background-image:url(../img/link_bg_concept.jpg);
}
.link_sales{
	background-image:url(../img/link_bg_sales.jpg);
}
.link_lease{
	background-image:url(../img/link_bg_lease.jpg);
}
.link_rental{
	background-image:url(../img/link_bg_rental.jpg);
}
.link_painting{
	background-image:url(../img/link_bg_painting.jpg);
}
.link_maintenance{
	background-image:url(../img/link_bg_maintenance.jpg);
}
.link_sales,
.link_lease,
.link_rental,
.link_painting,
.link_maintenance,
.link_concept,
.link_service,
.link_us{
background-size:100%;
	background-position: center;
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition:0.2s;
	
}
.link_sales:hover,
.link_lease:hover,
.link_rental:hover,
.link_painting:hover,
.link_maintenance:hover,
.link_concept:hover,
.link_service:hover,
.link_us:hover{
	background-size:108%;
	opacity:0.7;
}
.link_more{
	background-color: #000;
	text-align:right;
	padding: 3px 15px;
	font-size:90%;
}
.news-list{
	width:95%;
	margin: 0 auto 50px;
}
.bottom_news_title{
	width:80%;
	margin: 0 auto 25px;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
}
.news-list li{
	width:300px;
	padding: 0 15px 10px;
	border-bottom: 1px dotted #555;
}
.box3{
	width: 95%;
	margin: 20px auto 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.box3 ul{
	text-align: center;
	margin-left:0px;
	width: 100%;
}
.box3 li{
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: left;
	background-color: #f4f4f4;
}
#child .box3 li:last-child {
	display: none;
}
.box3 .time{
	margin: 5px 0 10px;
}
.box3 .sub-title{
	margin-bottom: 0;
}
.box3 .op{
	width: 40%;
	float: left;
}
.box3 .sp_right{
	width: 60%;
	float: right;
}
.box3 li .box_text{
	padding: 3px;
	font-size: 90%;
}
.box3 li p{
	padding: 5px 0px 0px 10px;
}
#top .box3 li p{
	padding: 10px 0px 0px 10px;
}
#top .box3 li img{
	width: 40%
}
#top .box3 .box_text{
	width: 55%;
	float:right;
	margin-top: -25px;
	padding: 0px 0px 0px 5px;
}

/*
-----------------------------------メニュー[その他のコンテンツ]--------------------------------------------------
*/
#other{
	width:95%;
	margin: 50px auto 50px;
}
#other .section{
	margin: 25px auto 50px
}
#other .title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #205296;
}
#other .section p{
padding: 10px;
}
#other .section-right p{
padding: 5px;
text-align: right;
}
/*
-----------------------------------問い合わせフォーム-------------------------------------------------
*/
#form{
	width:90%;
	margin:50px auto;
	padding:10px 10px 50px;
}
#form table{
	width:100%;
	margin:0 auto;
}
#form .form_ate{
	font-size:85%;
	margin:20px;
}
#form th{
	text-align:left;
	width:200px;
	vertical-align: top;
}
#form input{
	width:85%;
}
#form textarea{
	width:85%;
	height:100px;
}
#form .hei{
	height:50px;
}
#form .subumit{
	width:150px;
	margin:25px auto;
}
.prologue{
	z-index:0;
	margin-top:25px;
	text-align: center;
}
/*
---------------------------------------会社を知る----------------------------------------------------------
*/
#company .pr{
	width:95%;
	margin:0 auto;
}
#company .pc-left-text{
	width: 100%;
	float: left;
}
#company .left{
	float: none;
	width: 100%;
	margin: 0 auto;
}
#company .right{
	float: none;
	width: 100%;
	margin: 0 auto;
}
#company .pr table td{
	padding:5px;
	border-bottom:#DBDBDB solid 1px;
}
#company .pr table th{
	padding:5px;
	border-bottom:#bbbbbb solid 2px;
}
#company .pr table th{
	text-align:left;
	width:110px;	
}
#company .pr table .line{
	padding-top:5px;
	margin-top:10px;
	border-top:#DBDBDB dotted 1px;
}
/*
-----------------------------------個人情報保護方針--------------------------------------------------
*/
#privacy{
	width: 350px;
	margin: 50px auto 150px;
}
#privacy .section{
	margin: 25px auto 50px
}
#privacy .title{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #205296;
}
#privacy .section p{
font-size: 80%;
padding: 15px;
}
#privacy .section-right p{
padding: 5px;
text-align: right;
font-size: 80%;
}
/*
---------------------------------------メインメニュー背景----------------------------------------------------------
*/
/*------------------------------------販売・買取--------------------------------------------------------*/
#Sales #content01{
	background-image:url(../lease/img/bg_content01_03.jpg);
	background-size:cover;
}
#Sales #content02{
	background-image:url(../lease/img/bg_content02_03.jpg);
	background-size:cover;
}
#Sales #content03{
	background-image:url(../lease/img/bg_content03_03.jpg);
	background-size:cover;
}
/*------------------------------------カーリース--------------------------------------------------------*/
#Lease #content01{
	background-image:url(../lease/img/bg_content01_03.jpg);
	background-size:cover;
}
#Lease #content02{
	background-image:url(../lease/img/bg_content02_03.jpg);
	background-size:cover;
}
#Lease #content03{
	background-image:url(../lease/img/bg_content03_03.jpg);
	background-size:cover;
}
/*------------------------------------レンタカー--------------------------------------------------------*/
#Rental #content01{
	background-image:url(../rental/img/bg_content01_03.jpg);
	background-size:cover;
}
#Rental #content02{
	background-image:url(../rental/img/bg_content02_03.jpg);
	background-size:cover;
}
#Rental #content03{
	background-image:url(../rental/img/bg_content03_03.jpg);
	background-size:cover;
}
/*------------------------------------板金塗装--------------------------------------------------------*/
#Painting #content01{
	background-image:url(../painting/img/bg_content03_03.jpg);
	background-size:cover;
}
#Painting #content02{
	background-image:url(../painting/img/bg_content02_03.jpg);
	background-size:cover;
}
#Painting #content03{
	background-image:url(../painting/img/bg_content01_03.jpg);
	background-size:cover;
}
/*------------------------------------整備・車検--------------------------------------------------------*/
#Maintenance #content01{
	background-image:url(../maintenance/img/bg_content01_03.jpg);
	background-size:cover;
}
#Maintenance #content02{
	background-image:url(../maintenance/img/bg_content02_03.jpg);
	background-size:cover;
}
#Maintenance #content03{
	background-image:url(../maintenance/img/bg_content03_03.jpg);
	background-size:cover;
}
}