@charset "utf-8";
/* CSS Document */
/*===============================================
●tablet.css 画面の横幅が1023pxまで
===============================================*/
@media screen and (max-width : 1149px ){
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{
	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;
}
.gray{
color: #ccc;
font-weight: 200;
}
.right{
	float:right;
}
.center{
	text-align: center;
}
.left{
	float:left;
}
.small{
	font-size:80%;
}
.large{
	font-size: 120%;
}
.large2{
	font-size: 150%;
}
.large3{
	font-size: 180%;
}
.m-b{
	margin-bottom: 5px;
}
.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;
}
a.btn{
  display: inline-block;
  width:230px;
  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:150px;
  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:#205296
}
a.action:hover::after {
  width:500px;
  height:500px;
  margin:-250px 0 0 -250px
}
.readmore{
	font-size: 70%;
	border: 1px solid;
	padding: 5px 15px;
	margin-top: 15px;
}
/*SNS button*/
#socialbuttons {
	width:84%;
	margin:0 auto;
	text-align:right;
}
#socialbuttons div{
	margin-top:15px;
	margin-bottom:20px;
	float:right;
	margin-right:20px;
}
.navi{
	font-size:80%;
	text-align:left;
	color:#4a4a4a;
	width:300px;
	float:left;
	margin:7px 0 20px 100px;
}
.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{
	display:none;	
}
.sp{
	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;
}
.sub-title{
	font-size:110%;
	font-weight: bold;
	margin:10px 0 0px;
}
.wp-link{
	width: 750px;
	text-align: right;
	margin: 0 auto 50px;
}
.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:650px;
	
}
#header{
	width:100%;
	height:150px;
	padding-top:8px;
	background-color:#f5f5f5;
	z-index:100;
}
#header-in{
	width:80%;
	max-width:1000px;
	min-width:750px;
	margin:0 auto;
}
#header .logo{
	width:280px;
	margin-top: 30px;
}
#header .pc_menu{
	display: none;
}
#header .pc_menu img{
	vertical-align:-1.0em;
	width: 120px;
}
#header .pc_menu li{
	margin-left:15px;
	display: inline;
}
#header .pc_menu ul{
	margin-left:-15px;
}
#header .pc_menu li a{
	color:#5a5a5a;
	font-size:90%;
	font-weight:bold;
	
}
#header .pc_menu li a:hover{
	color:#205296;
	border-bottom:2px solid #2a4073;
}
#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:-100;
}
#top #topimg .mov_text{
	position:relative;
	padding-top:0px;
	text-align:center;
	color: #fff;
	font-size:150%;
	font-weight: bold;
    margin-top: -300px;
    margin-bottom: 350px;
}
footer{
	background-color:#f4f4f4;
	width:100%;
	margin-top:50px;
	font-size:95%;
}
footer .foot_pc_in{
	width:650px;
	margin:0 auto;
	padding:25px 0;
}
footer .f_menu_each{
	margin-left:30px;
	float:left;
}
footer .f_menu_each img{
	display:none;
}
footer .f_menu_each .title{
	font-weight:bold;
	margin-bottom:10px;
}
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:75%;
}
footer .insurance ul{
	margin-top: 25px;
}
footer .insurance li{
	display: inline-block;
	width: 200px;
    vertical-align: middle;
    margin-top: 5px;
}
/*
-------------top-------------------
*/
.sp_topimg{
	display:none;
}
#top #topimg .overray{
	height:500px;
	width:100%;
	margin-top:-1000px;
	text-align:center;
	z-index: 0;
}
#top #topimg .overray img{
	margin-top:450px;
}
#top .wrapper_logo{
	background-color:#f4f4f4;
	text-align:center;
	padding-bottom:30px;
}
#top .wrapper_logo img{
	margin:30px auto 25px auto;
}
#top .wrapper_logo .text{
	width:600px;
	margin:0 auto;
}
#top .content_area{
	width:350px;
	margin:0 auto;
	padding:50px;
}
#top .content_area .news_area{
	width:300px;
	height:400px;
	background-color:#444;
	margin:25px auto;
}
	#top .content_area #news{
	width:300px;
	height:350px;
	border:1px solid #5a5a5a;
	padding:25px;
}
	#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:10px 0px 15px;
		margin-bottom: 10px;
	}
	#top #news #archives li{
		padding: 10px 0;
		border-bottom: 1px dotted #5a5a5a;
		font-size: 90%;
}
#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_02.jpg);
}
#top #service .bg2{
	background-image: url(../img/service_02_02.jpg);
}
#top #service .bg3{
	background-image: url(../img/service_03.jpg);
}
#top #service .bg4{
	background-image: url(../img/service_04_02.jpg);
}
#top #service .bg5{
	background-image: url(../img/service_05_02.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;
}
.news-list{
	width:750px;
	margin: 0 auto 100px;
}
.bottom_news_title{
	width:750px;
	margin: 0 auto 25px;
	padding: 15px 30px;
	background-color: #000;
	color: #fff;
}
.banner_area{
	width:700px;
	margin:50px auto;
}
.banner_area p{
	text-align:center;
	font-size:180%;
	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: 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: 25px;
	margin: 30px;
	margin-left:-150px;
	float: left;
	width: 700px;
}
#child .main-content_right .text-box{
	background-color: rgba(245,245,245,0.9);
	padding: 25px;
	margin: 30px;
	margin-right:-150px;
	float: right;
	width: 700px;
}
#child .sub-content{
	margin: 80px auto 100px;
	width: 80%;
}
#child .sub-content .text{
	width: 100%;
	float: left;
}
#child .sub-content .img{
	width: 500px;
	float: left;
	margin-top: 15px;
}
#child .sub-content .each{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
#child .content-innner{
	width: 95%;
	min-width: 750px;
	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: 80%;
	min-width: 780px;
	margin: 0 auto 150px;
}
.left_content,
.right_content{
	width: 49%;
	display: inline-block;
	height: 150px;
	padding-top: 170px;
	color: #fff;
	background-color: #f4f4f4;
	text-shadow: 0 0 12px #000;
	margin-bottom: 3px;
	min-width: 360px;
}
.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 li{
	width:750px;
	padding: 0 15px 10px;
	border-bottom: 1px dotted #555;
}
.box3{
	width: 750px;
	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 li:last-child {
display: none;
}
.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: 700px;
	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:700px;
	margin:50px auto;
	padding:10px 30px 50px;
}
#form table{
	width:500px;
	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 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: 8px;
}
.prologue{
	z-index:0;
	margin-top:25px;
	text-align: center;
}
/*
---------------------------------------会社を知る----------------------------------------------------------
*/
#company .pr{
	width:600px;
	margin:0 auto;
}
#company .pc-left-text{
	width: 600px;
	float: left;
}
#company .left{
	float: none;
	width: 520px;
	margin: 0 auto;
}
#company .right{
	float: none;
	width: 500px;
	margin: 0 auto;
}
#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: 650px;
	margin: 50px auto 150px;
}
#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(../lease/img/bg_content01_02.jpg);
	background-size:cover;
}
#Sales #content02{
	background-image:url(../lease/img/bg_content02_02.jpg);
	background-size:cover;
}
#Sales #content03{
	background-image:url(../lease/img/bg_content03_02.jpg);
	background-size:cover;
}
/*------------------------------------カーリース--------------------------------------------------------*/
#Lease #content01{
	background-image:url(../lease/img/bg_content01_02.jpg);
	background-size:cover;
}
#Lease #content02{
	background-image:url(../lease/img/bg_content02_02.jpg);
	background-size:cover;
}
#Lease #content03{
	background-image:url(../lease/img/bg_content03_02.jpg);
	background-size:cover;
}
/*------------------------------------レンタカー--------------------------------------------------------*/
#Rental #content01{
	background-image:url(../rental/img/bg_content01_02.jpg);
	background-size:cover;
}
#Rental #content02{
	background-image:url(../rental/img/bg_content02_02.jpg);
	background-size:cover;
}
#Rental #content03{
	background-image:url(../rental/img/bg_content03_02.jpg);
	background-size:cover;
}
/*------------------------------------板金塗装--------------------------------------------------------*/
#Painting #content01{
	background-image:url(../painting/img/bg_content03_02.jpg);
	background-size:cover;
}
#Painting #content02{
	background-image:url(../painting/img/bg_content02_02.jpg);
	background-size:cover;
}
#Painting #content03{
	background-image:url(../painting/img/bg_content01_02.jpg);
	background-size:cover;
}
/*------------------------------------整備・車検--------------------------------------------------------*/
#Maintenance #content01{
	background-image:url(../maintenance/img/bg_content01_02.jpg);
	background-size:cover;
}
#Maintenance #content02{
	background-image:url(../maintenance/img/bg_content02_02.jpg);
	background-size:cover;
}
#Maintenance #content03{
	background-image:url(../maintenance/img/bg_content03_02.jpg);
	background-size:cover;
}
}