@charset "utf-8";
/* CSS Document */
/*===============================================
●style.css 画面の横幅が1024px以上
===============================================*/
@media screen and (min-width: 1150px){
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-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size:100%;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a:link{
	text-decoration:none;
}
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;
	text-decoration:underline;
}
a:hover{
	color:#AAAAAA;
	text-decoration:none;
}
.center{
	text-align: center;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
.red{
	color:red;
}
.blue{
	color:#205296;
}
.gray{
color: #ccc;
font-weight: 200;
}
.right{
	float:right;
}
.left{
	float:left;
}
.text_right{
	float:right;
}
.small{
	font-size:80%;
}
.large{
	font-size: 120%;
}
.large2{
	font-size: 150%;
}
.large3{
	font-size: 180%;
}
.m-b{
	margin-bottom: 5px;
}
.center{
	text-align: center;
}
.clear{
	clear:both;
}
.more{
	text-align: center;
	font-size: 75%;
	padding: 3px;
	border: 1px solid #000;
	width: 150px;
	color: #000;
	float: right;
	margin:20px 10px 20px 0;
	-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 -10px 20px 0;
}
.sp{
  display:none;
}
a.btn{
  display: inline-block;
  width:300px;
  margin: 30px 0px 20px;
  padding:20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
border-radius: 10px;
}
a.btn2{
	border: 1px solid #205296;
	color: #205296;
	  width:165px;
  margin: 10px 0px 5px;
  padding:10px;
}
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
}
.navi{
	font-size:90%;
	text-align:left;
	color:#4a4a4a;
	width:70%;
	float:left;
	margin:25px 0 20px 200px;
}
.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;
}
#menu_sp,
.header_second{
	display:none;
}
.pagetop {
 display: none;
 position: fixed;
 bottom: 20px;
 right: 55px;
 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;
}
.sintyaku{
	width: 80%;
	max-width: 1200px;
	background-color: #205296;
	margin: 0 auto 30px;
	font-size: 150%;
	padding: 15px 30px;
	color: #fff;
}
.sub-title{
	font-size:120%;
	font-weight: bold;
}
.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
}
/*
-------------------reset-------------------------
*/
body {
	margin:0;
	padding:0;
	min-width:900px;
	color:#2e2e2e;
}
#hoge{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 0;
}
#header{
	width:100%;
	height:150px;
	padding-top:10px;
	background-color:#f5f5f5;
}
#header-in{
	width:85%;
	max-width:1500px;
	min-width:1024px;
	margin:0 auto;
	z-index:999;
}
#header .logo{
	width:200px;
	margin-top:10px;
}
#header .pc_menu{
	text-align:left;
	padding-top:3px;
}
#header .pc_menu li{
	margin-left:20px;
	display: inline;
	
}
#header .pc_menu ul{
	margin-top: 7px;
}
#header .pc_menu li a{
	color:#5a5a5a;
	font-size:90%;
	font-weight:bold;
}
#header .pc_menu img{
	vertical-align:-1.3em;
}
#header .pc_menu li a{
	-webkit-transition: 1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition: 0.5s;
}
#header .pc_menu li a:hover{
	color:#205296;
	border-bottom:8px solid #205296;
}
#header .header_contact{
	text-align: center;
	margin-top:15px;
	padding-left:50px;
	border-left:1px solid #205296;
}
video {
	width:100%;
	position:relative;
	right: 0;
	top:0;
	z-index:0;
}

footer{
	width:100%;
	margin-top:50px;
	background-color:#f5f5f5;
	border-top: #000 50px solid;
}
footer .foot_pc_in{
	width:1050px;
	margin:0 auto;
	padding:30px 0;
}
footer .f_menu_each{
	margin-left:50px;
	float:left;
	width: 150px;
	margin-bottom: 15px;
}
footer .f_menu_each .title{
	font-weight:bold;
	margin-bottom:10px;
	border-bottom: 1px solid
}
footer .f_content{
	border-top:1px solid #444;
	padding:15px 50px 0;
	margin-top:15px;
}
footer .copy{
	background-color:#000;
	color:#fff;
	padding:7px;
	text-align:center;
	font-size:80%;
}
footer .insurance ul{
	
}
footer .insurance li{
	display: inline-block;
	width: 200px;
    vertical-align: middle;
    margin-top: 25px;
}
/*
-------------top-------------------
*/
#top #topimg .overray{
	height:500px;
	margin-top:-1075px;
	text-align:center;
	z-index:0;
}
#top #topimg .mov_text{
	position:relative;
	padding-top:0px;
	text-align:center;
	color: #fff;
	font-size:150%;
	font-weight: bold;
    margin-top: -400px;
    margin-bottom: 450px;
}
.wp-link{
	width: 1060px;
	text-align: right;
	margin: 0 auto 50px;
}
#top #news .news_title{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	padding-bottom:5px;
	margin:5px auto 20px;
	border-bottom:2px solid #205296;
	width:70%;
}
#top #news #archives{
	font-size: 95%;
}
#top .news_link{
	padding:15px;
	margin-top: 20px;
}
#top #news #archives li{
	padding: 10px 0;
	border-bottom: 1px dotted #5a5a5a;
	width: 100%;
}
#top #service{
	background-color: #f4f4f4;
	padding: 50px 30px 100px;
	margin-bottom: 100px;
}
#top #service .main-image-bg{
	
	width: 80%;
	height: 450px;
	margin-top: 50px;
	-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.jpg);
}
#top #service .bg2{
	background-image: url(../img/service_02.jpg);
}
#top #service .bg3{
	background-image: url(../img/service_03.jpg);
}
#top #service .bg4{
	background-image: url(../img/service_04.jpg);
}
#top #service .bg5{
	background-image: url(../img/service_05.jpg);
}

#top #service .main-image-bg:hover{
	width:90%;
}
#top #service .box-content{
	background-color: rgba(255,255,255,0.9);
	width: 400px;
	padding: 80px;
	height: 200px;
	margin: 50px;
	position:absolute;
}
#top #service .large2{
	margin-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
}
/*
---------------------------------------共有----------------------------------------------------------*/
#child .topimg{
	width:96%;
	margin:0 auto;
	padding-top:25px;
}
#child .main-content{
	margin: 50px auto 50px;
}
#child .main-content_left{
	width: 80%;
	float: right;
	margin-bottom: 50px;
}
#child .main-content_right{
	width: 80%;
	float: left;
	margin-bottom: 50px;
}
#child .main-content_left .text-box{
	background-color: rgba(245,245,245,0.9);
	padding: 50px;
	margin: 50px;
	margin-left: -300px;
	float: left;
	width: 500px;
}
#child .main-content_right .text-box{
	background-color: rgba(245,245,245,0.9);
	padding:50px;
	margin: 50px;
	margin-right: -300px;
	float: right;
	width: 500px;
}
#child .sub-content{
	margin: 100px auto 150px;
	width: 1200px;
}
#child .sub-content .text{
	width: 600px;
	float: left;
}
#child .sub-content .each{
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
#child .sub-content .each .img{
	float: right;
}
#child .content-innner{
	width: 80%;
	min-width: 900px;
	margin: 0 auto;
}
#child .sub-title{
	margin-bottom: 10px;
}
#child #faq h5{
padding: 10px;
border-bottom: 1px dotted #5a5a5a;
}
#child #faq .a{
	padding: 15px;
	background-color: #f4f4f4;
	margin: 15px auto;
}
.menu-link{
	width: 80%;
	margin: 0 auto 150px;
}
.left_content,
.right_content{
	width: 49%;
	display: inline-block;
	height: 210px;
	padding-top: 170px;
	color: #fff;
	background-color: #f4f4f4;
	text-shadow: 0 0 12px #000;
	margin-bottom: 3px;
}
.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: 10px 25px;
}
.news-list{
	width:1000px;
	margin: 0 auto 150px;
}
.bottom_news_title{
	width:1000px;
	margin: 0 auto 25px;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
}
.news-list li{
	width:900px;
	padding: 0 15px 10px;
	border-bottom: 1px dotted #555;
}
.box3{
	width: 1100px;
	margin: 50px auto 10px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
.box3 ul{
	text-align: center;
	margin-left: -20px;
}
.box3 li{
	display: inline-block;
	margin-left: 40px;
	width: 320px;
	text-align: left;
	background-color: #f4f4f4;
}
.box3 .time{
	margin-bottom: -15px;
}
.box3 .sub-title{
	margin-bottom: 5px;
}
.box3 li .box_text{
	padding: 12px;
	font-size: 90%;
}
.box3 li p{
	padding: 15px 0px 0px 25px;
}
/*
-----------------------------------メニュー[その他のコンテンツ]--------------------------------------------------
*/
#other{
	width: 750px;
	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: 15px;
}
#other .section-right p{
padding: 5px;
text-align: right;
}
/*
-------------------------------------------------------------------------------------
*/

.construction{
	width: 1200px;
	margin: 0 auto 75px;
}
.banner_area{
	width:900px;
	margin:50px auto;
}
.banner_area p{
	text-align:center;
	font-size:180%;
	font-weight:bold;
	margin:25px 0 0;
}
.content_banner{
	width: 1000px;
	margin: 0 auto 50px;
}
.content_banner ul{
	display: inline;
	text-align: center;
}
.content_banner li{
	display: inline;
	margin-left: 15px;
}
/*
-----------------------------------問い合わせフォーム-------------------------------------------------
*/
#form{
	width:720px;
	margin:50px auto;
	padding:20px 50px 50px;
}
#form table{
	width:600px;
	margin:0 auto;
}
#form .form_ate{
	font-size:90%;
	margin:50px;
}
#form th{
	text-align:left;
	width:200px;
	vertical-align: top;
}
#form input{
	width:70%;
}
#form .res{
	width:50px;
}
#form textarea{
	width:80%;
	height:100px;
}
#form .hei{
	height:50px;
}
#form .subumit{
	width:200px;
	margin:25px auto;
}
.hoken-ate{
    border: red 2px solid;
    padding: 15px;
    color: red;
    margin-bottom:16px;
}
.prologue{
	z-index:0;
	margin-top:25px;
	text-align: center;
}
/*
---------------------------------------会社を知る----------------------------------------------------------
*/
#company .pr{
	width:1100px;
	margin:0 auto;
}
#company .pc-left-text{
	width: 600px;
	float: left;
}
#company .pr table td{
	padding:10px;
	border-bottom:#DBDBDB solid 1px;
}
#company .pr table th{
	padding:10px;
	border-bottom:#bbbbbb solid 2px;
}
#company .pr table th{
	text-align:left;
	width:150px;	
}
#company .pr table .line{
	padding-top:5px;
	margin-top:10px;
	border-top:#DBDBDB dotted 1px;
}
/*
-----------------------------------個人情報保護方針--------------------------------------------------
*/
#privacy{
	width: 750px;
	margin: 50px auto 50px;
}
#privacy .section{
	margin: 25px auto 50px
}
#privacy .title{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 2px solid #205296;
}
#privacy .section p{
padding: 15px;
}
#privacy .section-right p{
padding: 5px;
text-align: right;
}
/*
-----------------------------------採用情報--------------------------------------------------
*/
#recruit table th{
    width: 25%;
    text-align: left;
}
#recruit table th,
#recruit table td{
    border-bottom: 1px dotted #747474;
    padding: 15px;
}
/*
---------------------------------------メインメニュー背景----------------------------------------------------------
*/
/*------------------------------------販売・買取--------------------------------------------------------*/
#Sales #content01{
	background-image:url(../sales/img/bg_content01.jpg);
	background-size:cover;
}
#Sales #content02{
	background-image:url(../sales/img/bg_content02.jpg);
	background-size:cover;
}
#Sales #content03{
	background-image:url(../sales/img/bg_content03.jpg);
	background-size:cover;
}
/*------------------------------------カーリース--------------------------------------------------------*/
#Lease #content01{
	background-image:url(../lease/img/bg_content01.jpg);
	background-size:cover;
}
#Lease #content02{
	background-image:url(../lease/img/bg_content02.jpg);
	background-size:cover;
}
#Lease #content03{
	background-image:url(../lease/img/bg_content03.jpg);
	background-size:cover;
}
/*------------------------------------レンタカー--------------------------------------------------------*/
#Rental #content01{
	background-image:url(../rental/img/bg_content01.jpg);
	background-size:cover;
}
#Rental #content02{
	background-image:url(../rental/img/bg_content02.jpg);
	background-size:cover;
}
#Rental #content03{
	background-image:url(../rental/img/bg_content03.jpg);
	background-size:cover;
}
/*------------------------------------板金塗装--------------------------------------------------------*/
#Painting #content01{
	background-image:url(../painting/img/bg_content03.jpg);
	background-size:cover;
}
#Painting #content02{
	background-image:url(../painting/img/bg_content02.jpg);
	background-size:cover;
}
#Painting #content03{
	background-image:url(../painting/img/bg_content01.jpg);
	background-size:cover;
}
/*------------------------------------整備・車検--------------------------------------------------------*/
#Maintenance #content01{
	background-image:url(../maintenance/img/bg_content01.jpg);
	background-size:cover;
}
#Maintenance #content02{
	background-image:url(../maintenance/img/bg_content02.jpg);
	background-size:cover;
}
#Maintenance #content03{
	background-image:url(../maintenance/img/bg_content03.jpg);
	background-size:cover;
}
}