@charset "utf-8";

/* 2022.12.27 メインカラー変更
#009d42　⇒　#cc48a7
*/

.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }


html,body{
    width: 100%;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}




/*
body{
color:#000;
	font-family:'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}
*/
a {
	color:#333;
/*
	outline: none;
	text-decoration: none;
*/
}
/*
a:hover{
	color: #003e8b;
	text-decoration: underline;
}
*/
img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 2px 5px;
	border: 1px solid #ccc;
}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;

}


.width100{
	width:100%;
}

.wrap{
	
}
.home .wrap{
	background: none;
}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}
.underline{
	text-decoration: underline;
}

/*ヘッダー
------------------------------------------------*/
.mainbody{
	width:1100px;
	width:100%;
	margin: 0 auto;
}

.header{

}
/*
.logo{
	display: inline-block;
	float: left;
	padding: 10px 0 ;
}
.logo p{


}
*/
/*
h1{
	font-size:80%;
	font-weight: 400;
	padding: 0 0 5px 0;
}
*/
.headerright{
	display: inline-block;
	float:right;
	padding: 10px 0 ;
}
.headerright ul{
	display: inline-block;
	vertical-align: middle;
}
.headerright li{
	display: inline-block;
	padding: 0 10px;
}
.headerright li:before{
	content: ">";
	padding: 0 10px 0 0;
}
.headerright li a[target="_blank"]{
	 background: url(../img/icon_blank.png) no-repeat right center;
	 padding: 0 15px 0 0;
}


.headtel{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 90%;
}
.headcontact{
display: inline-block;
	vertical-align: middle;
}
.headcontact a{
	background: url(../img/head_contact.png) 15px center no-repeat #cc48a7;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px 10px 40px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}









.spmenu{
	display:none;
}
.menu-icon{
	display: none;
}


/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	background: url(../img/top/mainvisual_a.png) no-repeat top center #f0f0f0;
	height: 350px;
}


/*トップページ
------------------------------------------------*/
.topmain {
	max-width: 900px;
	margin: 0 auto;
}
.toptitle{
	text-align: center;
	font-size: 110%;
	padding:0 0 20px 0;
	color: #4d4d4d;
}
.toptitle img{
	margin: -2px 10px 0 0;
	vertical-align: middle;
}

/*臨時ニュース*/
.toptopics{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	margin: 0 0 20px 0;
	text-align: center;
	font-family:"Times New Roman", Times,  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
}
.toptopics h2{
	padding:0 0 10px 0;
	font-size: 130%;
}

/*料金シミュレーション**/
 .topsimuboxwrap{
	background: #cc48a7;
	padding: 15px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
width: 37%;
display: inline-block;

}
 .topsimuboxwrap h3{
 	text-align: center;
	color: #fff;
	padding: 0 0 10px 0;
 }
.topsimubox{
  	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.topsimubox dl{
	border-bottom: 1px solid #cc48a7;
	padding: 5px;
}
.topsimubox dl:last-child{
	border: none;
}
.topsimubox dt{
  	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-weight: 800;
	color: #cc48a7;
}
.topsimubox dd{
  	display: inline-block;
	vertical-align: middle;
	width: 78%;
}
.topsimubox select{
	padding:2px 1px;
	margin:0 2px 4px 2px;
	vertical-align: middle;
	width: 55px;
	font-size: 90%;
}
.topsimubox .width100{
	width:100%;
}
.simubtn{
  	text-align: center;
 }
.simubtn a{
	display: inline-block;
	background: url(../img/bg_btn01.png) no-repeat center ;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
	padding: 5px 30px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background-size: cover;
}
.indexbtn{
	width:53%;
	display: inline-block;
	margin: 0 0 0 6%;
}
.indexbtn li{
	display: inline-block;
	padding: 0 0 15px 0;
}
.indexbtn li:nth-child(2){
	padding-left:  25px;
}
/**法人カーリースのご案内*/
.topcarleasewrap{
    background: #ddf2ff;
    padding: 30px 0;
    margin: 20px 0 ;
}

.topcompanycarlease{
	border: 2px solid #ddd;
	text-align: center;
	padding:0 15px 10px 15px;
	margin: 20px 0 0 0;
	display: inline-block;
    background: #fff;
    
}
.topcompanycarlease:before{
	content: "";
	height: 2px;
	display: block;
	background: #0059a7;
	width: 90%;
	margin: -2px auto 20px auto;
}
.topcompanycarlease h2{
	/*display: inline-block;*/
    padding: 12px 0;
}
.topcompanycarlease dl{
	width:90px;
    width: 123px;
	display: inline-block;
}
.topcompanycarlease dt{
	background: #cc48a7;
	color: #fff;
	display: inline-block;
	width: 20px;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
}
.topcompanycarlease dd{
	background:#0059a7;
	color: #fff;
	padding: 20px 0;
	margin:-10px 0 0 0;
    font-size: 130%;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.topcompanycarlease dd strong{
	color: #ffff00;
	font-weight: 400;
	vertical-align: top;
}

.toptcm{
	display: inline-block;
	margin: 20px 0 0 20px;
}
.toptcm p{
    padding: 0 0 10px 0;
}




/**ピックアップ*/
.mainbodywrap01{
	background: url(../img/bg_mainbodywrap01.png);
}
.toppickup{
	background: #fff;
	padding: 30px 20px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.thumb-item-nav .slick-next {
	right: 20px;
	z-index: 99;
}
.thumb-item-nav .slick-prev {
	left: 15px;
	z-index: 100;
}
.thumb-item .slick-prev::before,
.thumb-item .slick-next::before {
	color: #cc48a7;
}

.thumb-item {
	max-width: 745px;
	margin: 0 auto 10px auto;
}

.thumb-item-nav {
	max-width: 750px;
	margin: 0 auto;
}
.thumb-item-nav li img{
	width: 95%;
	margin: 0 auto;
}


/**バナー２列*/
.bnrbox2{
	text-align: center;
}
.bnrbox2 ul{
	padding:0 0 10px 0;
}
.bnrbox2 li{
	display: inline-block;
	padding: 10px 1%;
	width: 47%;
}


.mainbodywrap02{
	background: url(../img/bg_mainbodywrap02.png);
}
/*ニュース*/
.mainbodywrap03{
	background: url(../img/bg_mainbodywrap03.png) no-repeat bottom center;
	background-size: cover;
}
.topnewswrap{
	max-width:1000px;
	margin: 0 auto;
	padding: 30px 0;
	background: rgba(255,255,255,0.8);
	text-align: center;
}
.topnewsbox{
	width:44%;
	margin: 0 2%;
	display: inline-block;

}
.topnewslist{
	text-align: left;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #fff;
	height: 330px;
	overflow: auto;
}
.topnewslist dl{
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

/*観光・お役立ち情報*/
.bnrlist {
	text-align: center;
}
.bnrlist li{
	display: inline-block;
	padding: 10px;
}
/**ご予約方法*/
.reservecase{
	background: #fff;
	padding: 20px 20px;
	border: 1px solid #cc48a7;
	margin: 0 0 20px 0;
}
/*最近閲覧した店舗**/
.recentlycase{
	width:40%;
	display: inline-block;
	background: #fff;
	padding: 20px 4%;
	height: 160px;
}
.carclass{
	margin:0 0 0 3%;
}

.recentlycase .toptitle{
	padding: 0 0 10px 0;
}
.recentlycase .toptitle h2{
	font-size:120%;
}


.recentlycase .slick-arrow{
	background: #808080;
	height: 100px;
}
.carclass .slick-arrow{
	height: 120px;
}
.recentlycase .slick-arrow::before{
	background: #808080;
	padding: 40px 0;
	vertical-align: middle;
	display: block;
}
.carclass .slick-arrow::before{
	padding:50px 0;
}

.recentlycase  .slick-prev::before {
    content: '<';
}
.recentlycase  .slick-next::before {
    content: '>';

}
.recentlylist p{
	padding:5px;
	font-size: 90%;
}


.recentlylist span {
	display: block;
  background: #fff;
  position: relative;
  width:100%;
  height: 50px;
  height: 15px;
  overflow: hidden;
  text-align: center;
}
.recentlylist span:before,
.recentlylist span:after {
  position: absolute;  
  background: #fff;
}
.recentlylist span:before {
  content: "...";
  bottom: 0;
  right: 0;
}
.recentlylist span:after {
  content: "";
  height: 100%;
  width: 100%;
}
 

.recentlylist img{
	padding:0 0 5px 0;
}

.carclass p strong{
	display: block;
	text-align: center;
	color: #cc48a7;
}




/*全体レイアウト
------------------------------------------------*/
.maincontents{
	padding: 30px 0;
}
.mainwrap{
	margin: 0px auto;
	max-width: 1000px;
}

/**ページタイトル*/
.pagetitle{
	background: url(../img/bg_pagetitle_a.png) no-repeat top center #f0f0f0;
	padding: 160px 0 30px 0;
	text-align: center;
}
.pagetitle h2 {
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 2px solid #cc48a7;
	font-size: 140%;
}
.catelease .pagetitle h2 {
	border-bottom: 2px solid #ff931e;
}
.pagetitle h2 strong{
	padding: 3px 0;
	background: #cc48a7;
	display: block;
	color: #fff;
	margin: 0 0 3px 0;
}
.catelease .pagetitle h2 strong{
	background: #ff931e;
}
/**パンくず*/
.topicpath{
	margin: 10px auto 20px auto;
	max-width: 1000px;
}

.width700{
	max-width: 700px;
	margin: 0 auto;
}
.width800{
	max-width: 800px;
	margin: 0 auto;
}
.contentsbox{
	max-width: 900px;
	margin: 0 auto;
}
.contentsbox h3{
	text-align: center;
	color: #cc48a7;
	background: #ccebd9;
	padding: 10px;
	margin: 0 0 30px 0;
	font-size: 120%;
}
.catelease .contentsbox h3{
	color: #ff931e;
	background: #ffe9d2;
}
.contentsbox .h3b{
	background: #cce4f5;
	color: #0079cf;
}
.contentsbox .h3c{
	background: #fcded3;
	color: #f15a24;
}
.contentsbox .h3d{
	background: #e3e0dd;
	color: #736357;
}

.contentsbox p{
	padding-bottom: 15px;
	line-height: 170%;
}

.list01 li{
	text-indent: -1.2em;
	margin-left: 1.2em;
	padding: 0 0 10px 0;
}
.list01 li:before {
    content: "●";
    color: #cc48a7;
	padding-right: 0.2em;
}

.ollist01{
	counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
}
.ollist01 li{
	text-indent: -1.2em;
}

.ollist01 li:before {
	color: #cc48a7;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}
.box01{
	background: #f2f2f2;
	padding:20px;
	margin: 0 0 20px 0;
}




/*フッター
------------------------------------------------*/
.gotop{
	text-align: right;
	margin: -19px 0 0 0;
}
.footerwrap{
	border-top:6px solid #cc48a7;
	background: #f2f2f2;
	padding: 30px 0;
}

.footerleft{
	width:23%;
	display: inline-block;
}
.footerleft h2{
	padding:0 0 10px 0;
	font-size: 10px;
}
.footerleft p{
	padding:0 0 20px 0;
	font-size: 90%;
}
.footerleft p img{
	padding:0 0 10px 0;
}
.footcontact a {
    background: url(../img/head_contact.png) 45px center no-repeat #cc48a7;
    color: #fff;
    font-size: 120%;
    font-weight: 800;
    display: inline-block;
    padding: 10px 50px 10px 70px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.footerright{
	width:76%;
	display: inline-block;
}
.footnavi{
	/*display: inline-block;
	width: 18%;*/
}
.footnavi li{
	font-weight: 800;
	font-size: 110%;
	padding: 0 0 15px 0;
	display: inline-block;
	width: 20%;
}
.footnavi li:before{
	content: ">";
	padding: 0 5px 0 0;
	color: #cc48a7;
}
.footnavi li a{
	color: #cc48a7;
}
.footnavi span{
	background: url(../img/icon_blank_green.png) no-repeat right center;
padding: 0 20px 0 0;
}
.footmenu{
	/*width:81%;
	display: inline-block;*/
}

.footmenu dl{
	width: 23%;
	margin: 0 0 0 1%;
	display: inline-block;
}

.footmenu dt{
	background: #808080;
	color: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
}
.footmenu li{
	padding:0 0 5px 0;
	font-size: 90%;
}
.footmenu li a[target="_blank"]{
	background: url(../img/icon_blank.png) no-repeat right center;
	padding: 0 15px 0 0;
}


.copyright{
	text-align: center;
	padding: 10px;
}

/*コンテンツ
------------------------------------------------*/
/**店舗を探す*/
.titlebox01{
	text-align: center;
	font-size: 110%;
	padding:0 0 20px 0;
	color: #4d4d4d;
}
/*マップ検索部分*/
.clearbtn{
	position:relative;
	max-width: 950px;
	margin: 0 auto 10px auto;
	text-align: right;
}
.clearbtn a{
	display: inline-block;
	background: #4d4d4d;
	color: #fff;
	padding: 10px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.clearbtn img{
	vertical-align: middle;
	padding: 0 5px 2px 0;
}
.searchmapbox{
	background: #4d4d4d;
	max-width: 910px;
	margin: 0 auto 40px auto;
	padding: 20px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.searchmapbtn ul{
text-align: center;
padding:0 0 10px 0;
}
.searchmapbtn li{
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px;
	margin:0 2px;
	text-align: left;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.searchmapbtn li:first-child{
	padding: 12px 10px;
}
.searchmapbtn .sptaiou{
	display: none;
}
.searchmapbtn img{
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.searchmapbtn select{
	width:170px;
}
.searchmapbtn input[type="text"]{
	width: 200px;
}
.mapsearch{
	border: 1px solid #ccc;
	padding: 1px 10px;
}
.searchmapbtn dl{
	padding:0 0 10px 0;
}
.searchmapbtn dt {
width: 15.7%;
width: 25%;
width: 35%;
display: inline-block;
vertical-align: middle;
text-align: center;
}
.searchmapbtn dt h3{
	display: inline-block;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
}
.searchmapbtn dt h3 span{
font-weight: 400;
font-size: 80%;
vertical-align: baseline;
}

.servicebtn{
	font-size: 80%;
	background: #fff;
	color: #4d4d4d;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	text-align: center;
}
.pointer{
display: inline-block;
position: absolute;
right: 25px;
right: 50px;
top: 10px;
}
.searchmapbtn dd{
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px;
	text-align: left;
	width: 81.5%;
	width: 72%;
	width: 55%;
	text-align: center;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.searchmapbtn input[type="checkbox"]{
	vertical-align: middle;
}
.searchmapbtn label{
	display: inline-block;
	padding: 0 5px;
}

.searchmapbtn dt{
  position: relative;
}
.arrow_box {
  display: none;
  position: absolute;
  left: 65px;
  padding: 12px;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-size: 11px;
  z-index: 1;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/**店舗の一覧*/
.shoplist{
	max-width: 750px;
	margin: 0 auto 20px auto;
}
.shoplist dl{
	margin: 0 auto 20px auto;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 30px;
}
.shoplist dt{
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}
.shoplist dd{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.shoplist dt h3{
	font-size:130%;
	padding: 0 0 10px 0;
	color: #cc48a7;
}
.shoplist a:hover{
	text-decoration: none;
	color: #000;
}
.shoplist dt p{
	padding:0 0 10px 0;
}
.shoplist dt li{
	display: inline-block;
	font-weight: 800;
	padding: 5px 10px;
	background: #808080;
	color: #fff;
	margin: 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.shoplist dt .serviceon{
	background: #cc48a7;
}

.mainbodywrap04{
	background: #f2f2f2;
}
.pickupbox {
	padding:0 50px;
}
.pickuplist p{
padding:10px;
}
.pickuplist .slick-arrow:before{
	color: #cc48a7;
}

.mainbodywrap05{
	background: #ffffd8;
	margin-top: 70px;
}


/*店舗の詳細**/
.shopdetail h3{
	background: #ccebd9;
	color: #cc48a7;
	padding: 5px;
	text-align: center;
	font-size: 130%;
	margin: 0 0 20px 0;
}
.titlebox02 h2{
	border: 1px solid #cc48a7;
	color: #cc48a7;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 140%;
	padding:10px 5px;

	-moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
.catelease .titlebox02 h2{
	border-color: #ff931e;
	color: #ff931e;
}


.shopinfo dt{
	width: 44%;
	margin: 0 3% 20PX 0;
	display: inline-block;
}
.shopinfo dd{
	width: 52%;
	display: inline-block;
}
.shopreservebtn{
	text-align: center;
}
.shopreservebtn a{
	display: inline-block;
	background: #ff931e;
	color: #fff;
	padding: 20px 50px;
	margin: 0 0 30px 0;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.shopreservebtn strong{
	font-size:130%;
	background: url(../img/icon_blank_white.png) no-repeat right center;
	padding: 0 20px 0 0;
}
.shopreservebtn a:hover{
	text-decoration: none;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.shopdownloadbtn {
    text-align: center;
    padding: 0 0 20px 0;
}
.shopdownloadbtn a{
display: inline-block;
	background:url("../img/shop/icon_download.png") no-repeat 80% center #ff931e;
    background-size: 25px;
	color: #fff;
	padding: 20px 80px 20px 60px;
	margin: 0 5px 10px 5px;
    font-weight: 800;
    font-size: 120%;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.shopcont dt{
	width: 49%;
	margin: 0 1% 20PX 0%;
	display: inline-block;
}
.shopcont dd{
	width: 49%;
	margin: 0 0% 20PX 0%;
	display: inline-block;
}
/**アクセス方法*/
.accessbox{
	padding:0 0 50px 0;
}
.accessbox ul{
	padding:0 20px 20px 20px;
}
.accessbox li{
	padding: 0 0 10px 30px;
}
.imgtrain{
	background: url(../img/shop/icon_train.png) no-repeat left top;
}
.imgbus{
	background: url(../img/shop/icon_bus.png) no-repeat left top;
}
.imgcar{
	background: url(../img/shop/icon_car.png) no-repeat left top;
}

.mapbox{
	padding:0 0 20px 0;
}


/*ムービー*/
.moviebox{
	margin: 0 auto 0px auto;
	max-width: 800px;
}
.movie {
    display: inline-block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px auto;
	
}
.movie p,
.contents .movie p{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie3box{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.movie3box div{
    flex-basis: 32%;
}

/**スタッフメッセージ*/
.staffmessage {
	margin: 0 2% 20px 2%;
}
.staffmessage dt{
	width: 17%;
	display: inline-block;
}
.staffmessage dd{
	width: 74%;
	min-height: 100px;
	display: inline-block;
	border: 2px solid #cc48a7;
	padding: 20px 3%;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.backbtn{
	text-align: center;
	padding: 0 0 20px 0;
}
.backbtn a{
	background: #4d4d4d;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 800;
	font-size: 120%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*クルマを探す*/
/*車両検索*/
.carsearchbox{
	border: 1px solid #666;
	margin: 0 auto 40px auto;
	max-width: 900px;
}
.carsearchbox h3{
	text-align: center;
	background: #666;
	color: #fff;
	padding: 5px;
	font-size: 140%;
}
.searchcase{
	width: 77%;
	padding: 20px 2%;
	display: inline-block;
	vertical-align: middle;
}
.searchcase dl{
	padding:5px 0;
}
.searchcase dt{
	width:95px;
	text-align: center;
	float: left;
	background: url(../img/carlist/bg_searchbox_dt.png) no-repeat center center;
	color: #fff;
	padding: 5px 7px 5px 0;
}
.searchcase dd{
	margin: 0 0 0 100px;
}
.searchcase label{
	display: inline-block;
	padding: 5px;
}
.searchcase [type="radio"],
.searchcase [type="checkbox"]{
	vertical-align: middle;
}
.carsearchbox p{
	width:15%;
	display: inline-block;
	vertical-align: middle;
}
.carsearchbox input[type="submit"]{
	width: 100%;
	color: #fff;
	background:url(../img/carlist/icon_search.png) no-repeat center 25% #df031c;
	border: none;
	font-size: 150%;
	padding: 50px 0 20px 0;
	cursor: pointer;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*車両タイプから探す**/
.cartypelist dl{
	border: 2px solid #cc48a7;
	width: 28.9%;
	margin: 0 1% 20px 1%;
	padding: 10px 1%;
	float: left;
	text-align: center;

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.cartypelist h4{
	font-size:160%;
	padding: 0 0 20px 0;
}
/*.cartypelist dt p{
	height:110px;
	position: relative;

}
.cartypelist dt p img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/
.cartypelist dt p{
	width: 70%;
	margin: 0 auto;
}

.cartypelist a{
	color:  #cc48a7;
}
.cartypelist ul{
	text-align: left;
	padding: 10px 0;
}
.cartypelist li{
	display: inline-block;
	padding: 5px;
}
.cartypelist li:first-child{
	background: #e6e6e6;
}
.cartypelist dd{
	text-align: left;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
/*レンタカーについて*/
.rentcarmenu{
	/*text-align: center;*/
}
.rentcarmenu h3{
	font-size: 160%;
	padding:0 0 20px 0;
	text-align: center;
}
.rentcarmenu li{
	width: 23%;
	text-align: center;
	display: inline-block;
	padding: 0 0.5% 10px 0.5%;
	vertical-align: middle;
}
.rentcarmenu a{
	background: #fff;
	display: block;
	padding: 10px;
	color:  #cc48a7;
	border: 2px solid  #cc48a7;
	-moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
	font-weight: 800;
}
.rentcarmenu a[target="_blank"]{
	background: #fff url(../img/icon_blank_green.png) no-repeat 98% center;
}
.rentcarmenu li.p0 a{
	padding: 3.5px;
	line-height: 1.2;
}

/**クルマを探す結果*/
.carmenu ul{
	padding:0 0 30px 0;
}
.carmenu li{
	width: 11.1%;
	float: left;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.carmenu a{
	background: #e6e6e6;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 90%;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.carmenu a:hover,
.carmenu .active a,
.current-cat a{
	color:#fff;
	background: #cc48a7;
	text-decoration: none;
}
.carlistbox{
	border: 1px solid #000;
	padding: 15px;
	margin: 0 0 30px 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.carlisttitle{
	padding:0 0 30px 0;
}
.carlisttitle h3{
	font-size: 200%;
	display: inline-block;
}
.carlisttitle h3 a{
	color:#cc48a7;
}
.carlisttitle p{
	float: right;
	display: inline-block;
	font-weight: 800;
}
.carlisttitle p a{
	display: block;
	padding: 10px 20px;
	background:#cc48a7;
	color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.classcar{
	text-align: center;
	padding: 0 0 20px 0;
}
.classcar dl{
	display: inline-block;
	width: 30%;
	margin: 0 1% 20px 1%;
	margin-bottom: 20px;
}
.classcar dt{
	padding:0 0 10px 0;
}
.classcar dd strong{
	font-size: 150%;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
}
.classcar dd span{
	vertical-align: middle;
	display: inline-block;
	background: url(../img/carlist/bg_number.png) repeat-x center ;
	background-size: cover;
	color: #fff;
	padding: 2px 10px;
	font-weight: 800;
}
.carcaution{
	padding:0 0 20px 0;
	text-align: center;
	font-size: 120%;
}

.carlistcomment{
	padding: 0 10px 10px 20px;
	line-height: 170%;
}

.carphotomain{
	padding:0 0 10px 0;
}
.carphotothumb ul{

}
.carphotothumb li{
	width: 22%;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #aaa;
	cursor: pointer;
	margin-right: -1px;
	padding: 5px 1%;
	
}
/*
.carphotothumb li strong{
	display: table;
	
	padding: 5px;
	height: 50px;
}
.carphotothumb li span{
	display: table-cell;
	vertical-align: middle;
}
.carphotothumb li img{
	vertical-align: middle;
}*/

/*料金シミュレーション**/
 .simuboxwrap{
	background: #cc48a7;
	padding:10px 20px;
	max-width: 860px;
	margin: 0 auto 20px auto;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

}
 .simuboxwrap h3{
 	text-align: center;
	color: #fff;
	padding: 0 0 10px 0;
	font-size: 150%;
 }
.simubox{
  	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.simulist{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	font-size:90%;
}
.simuleft{
	width:48%;
	display: inline-block;
}
.simuright{
	width:51%;
	display: inline-block;
}
.simuright dd{
	
}

.simubox dl{
	padding: 5px;
}

.simubox dt{
  	display: table;
	vertical-align: middle;
	width: 20%;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: 800;
	color: #cc48a7;
	background: #ffffd8;
}
.simubox dt strong{
	display: table-cell;
	vertical-align: middle;
}
.simubox dd{
	margin: 0 0 0 110px;
}
.simubox select{
	padding: 2px;
	margin:0 2px 4px 2px;
	vertical-align: middle;
	width: 60px;
}
.simubox .width100{
	width: 100%;
}
.simubox label{
	display: block;
	padding: 1px;
	font-size: 95%;
}
.simubox label input,
.simubox label img{
	vertical-align: middle;
}
.simubox a{
	text-decoration: underline;
}
.simulink{
	color:#cc48a7;
	display: inline-block;
	vertical-align: middle;
}
.simubtn{
  	text-align: center;
 }
.simubtn a{
	display: inline-block;
	background: url(../img/bg_btn01.png) no-repeat center ;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
	padding: 5px 30px;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background-size: cover;
}
.simubtn strong{
	font-size:140%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
.simubtn strong span{
	font-size: 150%;
	vertical-align: baseline;
}
/*注意事項**/
.simucap{
	max-width:870px;
	margin: 0 auto 20px auto;
}
.simucap dl{
	display: table;
	margin: 0 0 10px 0;
	width: 100%;
	line-height: 170%;
}
.simucap dt{
	width: 20%;
	display: table-cell;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}
.simucap dd{
	width: 78%;
	padding: 0 0 0 2%;
	display: table-cell;
}


/**お知らせの一覧*/
.newslist{
	max-width:850px;
	margin: 0 auto 30px auto;
}
.newslist dl{
	padding:20px;
	border-top: 1px dotted #666;
}
.newslist dl:last-child{
	border-bottom: 1px dotted #666;
}
.newslist dt{
	width: 14%;
	display: inline-block;
	background: url(../img/arrow02.png) no-repeat left center;
	padding-left: 1%;
}
.newslist dd{
	width: 84%;
	display: inline-block;
}
.newslist span{
	display: block;
	float: right;
	width: 20%;
	min-height: 20px;
	padding: 0 0 0 3%;
}
/*お知らせ詳細*/
.newsdetail{
	max-width:850px;
	margin: 0 auto 0px auto;
}
.newsdetail dl{
	padding:20px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.newsdetail dt{
	width: 14%;
	display: inline-block;
	background: url(../img/arrow02.png) no-repeat left center;
	padding-left: 1%;
}
.newsdetail dd{
	width: 84%;
	display: inline-block;
	font-size: 120%;
}
.newsdetail .contents{
	padding: 20px;
	line-height: 170%;
}

.newsdetail .contents p{
	padding-bottom: 15px ;
}
.newsdetail .contentsbox a{
	text-decoration:underline;
	color:#0070B8;
}


/*会社案内*/
.companytable{
	width:100%;
	border-collapse: collapse;
	border-top: 1px dotted #ccc;
	margin: 0 0 30px 0;
}
.companytable td,
.companytable th{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
.companytable th{
	background: #ffffd9;
}
/*沿革*/

.historybox{
	max-width: 520px;
	margin: 0 auto;
}
.historybox dl{
	padding:0 0 10px 0;
}
.historybox dt{
	float: left;
	width: 20%;
	text-align: center;
	padding:0 0 10px 0;
	background:url(../img/info/arrow01.png) no-repeat bottom center;	
}
.historybox dl:last-child dt{
	background: none;
}
.historybox dd{
	vertical-align: middle;
	background: #f2f2f2;
	padding: 10px 10px 10px 80px;
	margin: 0px 0 0 30px;
	border-top: 20px solid #fff;
	font-size: 110%;
}
.historybox dl:nth-child(even) dd{
	background: #ccebd9;
}

/********沿革2019***********/
.historybox02 dd {
	margin: 0px 0 0 52px;
	border-top: 11px solid #fff;
	padding: 10px 10px 10px 40px;
}
.historybox02 dd.history_twoline {
	border-top: 0.5px solid #fff;
}
@media screen and (max-width: 620px) {
.historybox02 dd {
		padding: 7px 10px 7px 40px;
	}
	.historybox02 dd.history_twoline {
		border-top: 4px solid #fff;
	}

}

/**こども110番のお店*/
.kodomo110{
	text-align: center;
}
.kodomo110 dt{
	display: inline-block;
	padding: 0 20px;
}
.kodomo110 dd{
	display: inline-block;
	padding: 0 20px;
}
.table05 .iconmap{
	background: url(../img/shop/icon_map.png) no-repeat left center;
	padding: 10px 10px 10px 20px;
}
.table05 .icontel{
	background: url(../img/shop/icon_tel.png) no-repeat left center;
	padding: 10px 10px 10px 20px;
}

/*兵庫県の観光・空港情報**/
.trcbtn{
	display: inline-block;
	background:#cc48a7 url(../img/sightseeing/logo_trc.png) no-repeat 7px center;
	color: #fff;
	padding: 8px 8px 8px 30px;
	margin: 2px;
	
	    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*カーリース**/
.leasemerit{
	background:#e5f5ec;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}
.leasemerit ul{
	padding:20px 0;
}
.leasemerit li{
	display: inline-block;
	padding: 10px 5px;
}
.leaseprice dl{
	text-align: center;
	padding: 0 0 20px 0;
}
.leaseprice dt{
	width: 47%;
	padding: 0 1% 20px 1%;
	display: inline-block;
	text-align: left;
}
.leaseprice dd{
	width: 47%;
	padding: 0 1% 20px 1%;
	display: inline-block;
}
.leaseprice h4{
	background: #e5f5ec;
	padding: 10px;
	color:#cc48a7;
	margin: 0 0 15px 0;
}
.packageplan{
	max-width:630px;
	margin: 0 auto;
}
.packageplan dl{
	border: 2px solid #cc48a7;
	margin: 0 0 20px 0;
	text-align: center;	
	padding: 10px;
}
.packageplan dt{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}
.packageplan dl:nth-child(2) dt{
	margin-bottom: -10px;
	vertical-align: bottom;
}
.packageplan dd{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.packageplan dd img{
	padding: 5px 0;
}
/*リースバック*/
.leasebackmerit{
	text-align: center;
}
.leasebackmerit dl{
	width: 30%;
	margin:0 1% 20px 1%;
	display: inline-block;
}
.leasebackmerit dd{
	text-align: left;
	padding: 10px 0;
}

/**経理・財務メリット*/
.leasemerit01{
	text-align: center;
	margin: 30px -3%;
}
.leasemerit01 dl{
	padding:0 1% 20px 1%;
	width: 31%;
	display: inline-block;
}
.leasemerit01 h4{
	padding: 20px 0;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px 0;
	font-size: 130%;
}
.leasemerit01 h4 strong{
	color: #ff931e;	
}
.leasemerit01 dl p{
	text-align: left;
}
.leasemerit01 h5{
	background: #e6e6e6;
	padding: 5px;
	margin: 0 0 10px 0;
}
/*トヨタフューエルサポートカード**/
.supportcardlist dl{
	width: 46%;
	float: left;
	margin: 0 2% 20px 2%;
	border-bottom: 2px solid #cc48a7;
}
.supportcardlist dl:nth-child(3) ,
.supportcardlist dl:nth-child(4) {
	border-bottom: 2px solid #736357;
}
.supportcardlist dt{
	border-top: 2px solid #cc48a7;
	background: #e5f5ec;
	height: 100px;
	display: table;
	width: 100%;
	text-align: center;
}
.supportcardlist dl:nth-child(3) dt,
.supportcardlist dl:nth-child(4) dt{
	border-top: 2px solid #736357;
	background: #f1efee;
}
.supportcardlist dt span{
	display: table-cell;
	vertical-align:middle;
}
.supportcardlist h4{
	text-align: center;
}
.supportcardlist dt h5{
	font-size:150%;
	color:#cc48a7;	
}
.supportcardlist dl:nth-child(3) dt h5,
.supportcardlist dl:nth-child(4) dt h5{
	color: #736357;
}
.contentsbox .supportcardlist dt p{
	padding:0;
}
.supportcardlist dd{
	padding:15px 0 0 0;
}
.supportcardlist dd h5{
	text-align: center;
	background: #e5f5ec;
	color: #cc48a7;
	padding: 5px;
	font-size: 100%;
	margin: 0 10% 15px 10%;
	-moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
/**運転カイゼンサポート*/
.kaizentrouble{
	text-align: center;
	padding: 20px 0 20px 0;
}
.kaizentrouble h4{
	font-size: 150%;
	background: #ff931e;
	padding: 10px;
	color: #fff;
}
.kaizentrouble dl{
	display: inline-block;
	width: 30%;
	margin: 0 1% 20px 1%;
}
.kaizentrouble dd{
	font-size: 180%;
	font-weight: 800;
	color: #4d4d4d;
	padding: 10px 0 0 0;
}
.kaizenservice dl{
	border-bottom: 1px dotted #aaa;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.kaizenservice dl img{
	float:right;
	padding:0px 10px 10px 10px;
}
.kaizenservice dt{
	padding: 0 0 10px 0;
	color: #cc48a7;
	font-size: 180%;
	font-weight: 800;
}
.tcmsupport{
	padding:20px 10px;
	background: #eaf5f9;
	margin: 0 0 40px;
}
.tcmsupport p{
	max-width: 700px;
	margin: 0 auto;
}

/*サポートダイヤル24*/
.sdmain{
	text-align: center;
	margin: 0 0 40px 0;
}
.sdmain li{
	display: inline-block;
	padding: 10px;
}
.sdbox{
	border: 6px solid #ff931e;
	padding: 30px;
	margin: 0 0 10px 0;
}
.sdcontent{
	border: 1px solid #b3b3b3;
	padding: 20px 0;
	text-align: center;
}
.sdcontent dl{
	background: #ffefc9;
	width: 45%;
	margin: 0 1% 0 1%;
	display: inline-block;
	padding: 0 1%;
		-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.sdcontent dl:nth-child(2){
	background: #cceaff;
}
.sdcontent dt{
	padding: 10px 0;
}
.sdcontent dd{
	text-align: left;
	padding: 0 20px;
}
.sdcontent li{
	padding: 5px 0 5px 25px;
	background: url(../img/supportdial/list01.png) no-repeat left center;
}
.sdcontent dl:nth-child(2) li{
	background: url(../img/supportdial/list02.png) no-repeat left center;
}
.sdlist dl{
	width: 29.7%;
	border: 1px solid #cc48a7;
	display: inline-block;
	margin: 0 0.5% 10px 0.5%;
	padding: 10px 1%;
}
.sdlist dt{
	text-align: center;
	background: #cc48a7;
	color: #fff;
	padding: 15px;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sdlist dl:nth-child(1) dt{
	background: #006837;
	padding: 6px;
}
.sdlist dt strong{
	display: block;
	font-size: 130%;
}

/*車両の保守管理メリット*/
.maintelease dl{
	width: 30%;
	margin: 0 1% 20px 1%;
	display: inline-block;
	text-align: center;	
}
.maintelease dt{
	border: 1px solid #fbb03b;
	height: 340px;
	margin: 0 0 10px 0;
}
.maintelease dt strong{
	color: #22b573;
}
.maintelease dl:nth-child(2) dt strong{
	color: #736357;
}
.maintelease dl:nth-child(3) dt strong{
	color: #736357;
}
.maintelease dl:nth-child(2) dt{
	border: 1px solid #736357;
}
.maintelease dl:nth-child(3) dt{
	border: 1px solid #22b573;
}
.maintelease h4{
	font-size:160%;
	background: url(../img/merit02/point01.png) no-repeat center 80% #fbb03b;
	color: #fff;
	padding: 20px 0 70px 0;
}
.maintelease dl:nth-child(2) h4{
	background: url(../img/merit02/point02.png) no-repeat center 80% #736357;
}
.maintelease dl:nth-child(3) h4{
	background: url(../img/merit02/point03.png) no-repeat center 80% #22b573;
}
.maintelease dt p{
	padding:10px;
	text-align:left;
}
.maintelease h5{
	background: #feefd8;
	color: #fbb03b;
	padding: 5px;
	font-size: 100%;	
}
.maintelease dl:nth-child(2) h5{
	background: #e3e0dd;
	color: #736357;
}
.maintelease dl:nth-child(3) h5{
	background: #d3f0e3;
	color: #22b573;
}
.maintelease dd p{
	padding:10px 0 ;
	text-align:left;
}
.mainteleasetitle{
background: #f1ece5;
border: 3px solid #f7f3f0;
text-align: center;
padding: 0 30px 0 10px;
margin: 0 0 30px 0;
}
.mainteleasetitle img{
	margin:-20px 0px 0 0;
}
.anshinservice dl{
	max-width:700px;
	margin: 0 auto 30px auto;
}
.anshinservice h4{
	font-size:140%;
	color: #534741;
	padding: 0 0 10px 0;
}
.anshinservice dt{
	width: 50%;
	float: left;
}
.anshinservice dl:nth-child(even) dt{
	float:right;
}
.anshinservice dd{
	width: 45%;
	float:right;
	text-align: center;
}
.anshinservice dl:nth-child(even) dd{
	float:left;
}


/*よくある質問*/
.qamenu{
	text-align: center;
	padding: 0 0 30px 0;
}
.qamenu li{
	display: inline-block;
	margin: 0 1px 5px 1px;
}
.qamenu li a{
	display: block;
	padding: 10px 20px;
	background: #cc48a7;
	color: #fff;
	-moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
.qamenu li:nth-child(even) a{
	background: #3fa9f5;
}


.qabox {
  margin: 0 auto 30px auto;
  max-width: 840px;
}
.qabox dl{
	padding: 0 20px;
}
.qabox dt {
  padding: 0px 0px 0px 0px;
  text-indent: -2.2em;
 margin-left: 2.2em;
  cursor: pointer;
}
.qabox dt:before {
  content: "Q.";
  font-weight: 800;
  font-size: 150%;
  margin: 0 10px 0 0;
  color: #cc48a7;
}
.rentqa .qalist:nth-child(even) dl dt:before {
	color: #3fa9f5;
}
.catelease .qabox dt:before {
	color:#ff931e;
}
.qabox dt:after {
  content: "+";
  padding:0 5px;
  border: 1px solid #cc48a7;
  color: #cc48a7;
  font-weight: 800;

  margin: 0px 0 0 10px;
  	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rentqa .qalist:nth-child(even) dl dt:after {
	color: #3fa9f5;
	border: 1px solid #3fa9f5;
}
.catelease .qabox dt:after {
	color:#ff931e;
	border: 1px solid #ff931e;
}
.qabox .active {
}
.qabox dd {
  padding: 10px;
   margin-left: 2.2em;
}
.qabox dd a{
	text-decoration: underline;
}

.qabox .active:after {
  content: "-";
}
.rentqa .qalist:nth-child(even) h3 {
	color: #3fa9f5;
	background: #d9eefd;	
}

/**ご予約の流れ*/
.flowwrap{
	padding:0 0 50px 0;
}
.flowbox{
	border: 2px solid #ff931e;
}
.flowbox02{
	border: 2px solid #cc48a7;
}
.flowtitle dl{
	letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
	background: #ffe9d2;
	border-bottom: 2px solid #ff931e;
}
.flowbox02 .flowtitle dl{
	background: #e5f5ec;
	border-bottom: 2px solid #cc48a7;
}
.flowtitle dt{
	background: #ff931e;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	letter-spacing: normal; /* 文字間を元に戻す */
	font-size: 150%;
	padding: 10px 1%;
}
.flowbox02 .flowtitle dt{
	background: #cc48a7;
}
.flowtitle dt strong{
	background: #fff;
	color: #ff931e;
	width: 25px;
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
}
.flowbox02 .flowtitle dt strong{
	color: #cc48a7;
}
.flowtitle dd{
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding: 0 2%;
	letter-spacing: normal; /* 文字間を元に戻す */
}
.flowcontents{
	padding:20px 40px;
}
.flowcontents p{
	padding-left: 10px;
}
.flowlist li{
	display: inline-block;
	background: #ffffe5;
	padding: 10px 1%;
	width: 50%;
	margin: 0 0.5% 5px 0.5%;
}
.flowlist li:nth-child(even){
	width:42%;
}
.flowarrow{
	text-align: center;
	margin: 0 0 20px 0;
}
.flowcase{
	text-align: center;
	margin:0 0 20px 0;
	overflow:hidden;
}
.flowcase dl{
	width: 43%;
	display: inline-block;
	background: #ffffe5;
	margin:0 1% -32768px 1%;
        padding:10px 2% 32768px;
}
.flowbox02 .flowcase dl{
	background: #e5f5ec;
}
.flowcase dt{
	color: #ff931e;
	font-size: 130%;
	font-weight: 800;
	padding: 0 0 5px 0;
}
.flowbox02 .flowcase dt{
	color: #cc48a7;
}
.flowcase dd{
	text-align: left;
	padding: 0 0 20px 0;
}


/**ビジネスレンタカーについて*/
.otokumember {
	text-align: center;
	padding: 0 0 30px 0;
}
.otokumember h4{
	color: #cc48a7;
	font-size: 190%;
	padding: 10px 0 30px 0;
}
.otokumember li{
	display: inline-block;
	width: 30%;
	background: #cc48a7;
	color: #fff;
	padding: 10px 0;
	margin: 0 1% 10px 1%;
	font-size: 150%;
	font-weight: 800;
	-moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}
.otokumember li strong{
	color: #ffff00;
}
.businesscard{
	text-align: center;
}
.businesscard dl{
	display: inline-block;
	margin: 0 2% 10px 2%;
}
.businesscard h5{
	font-size:140%;
	color: #ed1c24;
	padding: 20px 0 0 0;
	vertical-align: baseline;
}
.businesscard dl:nth-child(1) h5{
	padding-bottom: 25px;
}
.businesscard h5 strong{
	font-size:130%;
	vertical-align: baseline;
}
.businesscard ul{
	background: #ffffcc;
	padding: 10px;
	margin: 0 0 20px 0;
}
.businesscard li{
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 5px 5px 5px 30px;
	background: url(../img/business/check.png) no-repeat left center;
}


/*サイトマップ*/
.sitemapbtn {
	text-align: center;
	padding: 0 0 20px 0;
}
.sitemapbtn li{
	width: 30%;
	display: inline-block;
	margin: 0 1% 10px 1%;
	font-size: 120%;
	font-weight: 800;
}
.sitemapbtn li a{
	display: block;
	padding: 60px 0 30px 0;
	border: 1px solid #cc48a7;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sitemapbtn li:nth-child(1){
	background: url(../img/sitemap/top.png) no-repeat center 35%;
}
.sitemapbtn li:nth-child(2){
	background: url(../img/sitemap/shop.png) no-repeat center 35%;
}
.sitemapbtn li:nth-child(3){
	background: url(../img/sitemap/car.png) no-repeat center 40%;
}
.sitemapbox{
	text-align: center;
	padding: 0 0 20px 0;
}
.sitemapbox dl{
	width: 30%;
	display: inline-block;
	margin: 0 1%;
}
.sitemapbox dt{
	background: #000000;
	color: #fff;
	padding: 5px;
}
.sitemapbox dl:nth-child(1) dt{
	background: #cc48a7;
}
.sitemapbox dl:nth-child(2) dt{
	background: #ff931e;
}
.sitemapbox dd{
text-align: left;
padding: 20px 0;
}
.sitemapbox li{
	padding:0 0 10px 0;
}

.sitemapbox  li a[target="_blank"] {
    background: url(../img/icon_blank.png) no-repeat right center;
    padding: 0 15px 0 0;
}


/*行動計画*/
.actionplancase{
    display: flex;
    justify-content: space-between;
    
}
.actionplancase dl{
    flex-basis: 48%;
    padding: 0 0 20px 0;
}
.actionplancase dt{
    background: #333;
    text-align: center;
    font-size: 110%;
    color: #fff;
    border-radius: 99px;
    padding: 10px 0;
    margin: 0 0 20px 0;
}
.actionplancase dl:nth-child(2) dt{
   background: #cc48a7;
}
.actionplancase ul{
    
}

.actionplancase li:before{
    content: "●";
    color: #333;
    margin-right: 1em;
}
.actionplancase dl:nth-child(2) li:before{
    color: #cc48a7;
}
.actionplancase li{
   text-indent: -2em;
   margin: 0 .5em 10px 3em;
   font-size: 115%;
   line-height: 180%;
}
.planborde01{
    border-bottom: 1px dotted #000;
    margin: 0 0 30px 0;
}






/*************************************/

.pager {
	text-align: center;
	padding: 10px 0 30px 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;


}

.pager .current{
	background: #cc48a7 ;
	color: #fff;

}


.pageset{
	padding: 10px;
	margin: 0 0 30px 0;
	text-align: center;
	font-family:"Times New Roman", Times,  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif;
}
.pageset li{
display: inline-block;
}
.pageset li a{
color: #fff;
display: block;
padding: 2px 30px;
}
.pagebefore{

}
.pagenext{

}




/*テーブル**/
.table01,
.table02,
.table03{
	width:100%;
	margin: 0 0 20px 0;
	border-collapse:collapse;
}
.table01,
.table02{
border-top: 1px dotted #ccc;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td{
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.table01 th{
	background: #f2f2f2;
}
.table02 th{
	background: #ffffd9;
}
.table03 th{
	text-align: left;
}

.table04{
	width:100%;
	margin: 0 0 15px 0;
}
.table04 th,
.table04 td{
	padding:10px;
	vertical-align: middle;
}
.table04 th{
	background: #e6e6e6;
}
.table04 td{
	border: 1px solid #e6e6e6;
}

.table05{
	width:100%;
	margin: 0 0 25px 0;
	border-collapse: collapse;
	border-top: 1px dotted #666;
}
.table05 th,
.table05 td{
	padding:10px;
	vertical-align: middle;
	border-bottom: 1px dotted #666;
}
.table05 th{
	background: #e6e6e6;
	font-weight: 400;
	width: 40%;
}
/*オプションで使用*/
.table06{
	width:100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
.table06 th,
.table06 td{
	padding:10px;
	vertical-align: middle;
}
.table06 th{
	background: #cc48a7;
	color: #fff;
}
.table06 th,
.table06 td{
	border: 1px solid #b3b3b3;
}




.tbg01{
	background: #ffffd8;
}
.tbg02{
	background: #e5f5ec;
}
.tbg03{
	background: #f2f2f2;
}



/**お知らせ用*/
.tablebox{
	width:auto;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
.tablebox th,
.tablebox td{
	padding:10px;
	border: 1px solid #ccc;
}

/*お電話でのお問い合わせ**/
.telcontactbox{
	text-align: center;
	padding: 0 0 20px 0;
}
.telcontactbox dl{
	display: inline-block;
	width: 42%;
	margin: 0 2% 20px 2%;
	
}
.telcontactbox dt{
	background: #cc48a7;
	color: #fff;
	padding: 10px 10px;
	font-size: 120%;
}
.telcontactbox dl:nth-child(2) dt{
	background: #ff931e;
}
.telcontactbox dt strong{
	font-size:120%;
}
.telcontactbox dd{
	border: 2px solid #cc48a7;
	padding: 10px;
	margin: 0 0 10px 0;
	height: 160px;
    height: 200px;

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.telcontactbox dd h5{
    padding: 5px 20px;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
    font-size: 90%;
    color: #fff;
background: #e30012;
}

.telcontactbox dl:nth-child(2) dd{
	border: 2px solid #ff931e;
}
.telcontactbox h4{
	padding: 20px 0;
}
.telcontactbox li{
	display: inline-block;
	text-align: left;
}
.telcontactbox li a{
    background: #cc48a7;
    text-align: center;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px 5px 10px;
    display: inline-block;
		-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.telcontactbox table{
	margin: 0 auto;
}


/*フォーム*/
.formstep {
	text-align: center;
	padding: 0 0 40px 0;
}
.formstep li{
	display: inline-block;
	padding: 10px;
	background: #7fcea0;
	color: #fff;
	width: 31%;
	font-weight: 800;
	font-size: 120%;
}
.formstep .active{
	background: #cc48a7;
}

.formbox{
padding: 30px 100px;
border: 1px solid #ccc;
margin: 0 0 20px 0;
}

.formtable{
	width:100%;
	margin: 0 0 20px 0;
}
.formtable td,
.formtable th{
	padding:10px;
	vertical-align: middle;
}
.formtable th {
font-weight:400;
width: 30%;
background: #ffffe5;
text-align: right;
}
.hissu,
.ninni{
	display: inline-block;
	background: #ccc;
	font-size: 80%;
	padding: 1px 10px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.hissu{
	color: #fff;
	background: #e30012;
}
.formtable input, .formtable select, .formtable textarea {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 2px;
}
.formtable input{
	vertical-align: middle;
}



 input[type="text"] .zip{
	width:15%;
}
 input[type="text"] .address,
  textarea{
	width:80%;
}
label{
	display: inline-block;
	padding: 0 5px 5px 0;
}
.formpolicy h4{
	text-align: center;
	padding:0 0 20px 0;
	font-size: 150%;
}

.formpolicy .overflow{
	height: 200px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
.formpolicy .contentsbox h3{
	background: #e6e6e6;
	color: #666;
}




.linkbtn01,
.linkbtn02,
.linkbtn03,
.linkbtn04{
background: #cc48a7;
	text-align: center;
	color: #fff;
font-size: 120%;
text-decoration: none;
padding: 10px 20px;
border:0px;
cursor:pointer;
margin: 0 20px 5px 20px;
display: inline-block;
}

.linkbtn02{
background: #fff;
color: #333333;
border: 1px solid #333333;
}
.linkbtn03{
	background: #4d4d4d;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.linkbtn04{
	background:url(../img/icon_blank_white.png) no-repeat 90% center #333333;
	padding: 10px 40px 10px 20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}




/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {

.gnavi{
	display: block!important;
}
.gnavi p{
	display:none;
}



.gnavi li{
	width: 16.3%;
	display: inline-block;
	text-align: center;
	position: relative;
}
.gnavi li a{
	border-bottom: 2px solid #cc48a7;
	padding: 10px 0;
	display: block;
}
.gnavi li:nth-child(4) a{
	border-bottom: 2px solid #ff931e;
}
.gnavi li:nth-child(5) a,
.gnavi li:nth-child(6) a{
	border-bottom: 2px solid #000;
}
.gnavi li span{
	 background: url(../img/icon_blank.png) no-repeat right center;
	 padding: 0 15px 0 0;
}
.gnavi li ul{
	display: none;
	background:rgba(0,157,66,0.9);
}
.gnavi li li a{
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.gnavi li li a[target="_blank"] {
    background: url(../img/icon_blank_white.png) no-repeat 96% center;
}
.gnavi li li em{
    font-size: 80%;
    display: block;
}

.gnavi li:nth-child(4) ul{
	background:rgba(255,147,30,0.9);
}
.gnavi li:nth-child(5) ul,
.gnavi li:nth-child(6) ul{
	background:rgba(0,0,0,0.9);
}
.gnavi li:nth-child(4) li a,
.gnavi li:nth-child(5) li a,
.gnavi li:nth-child(6) li a,
.gnavi li li:nth-child(4) a,
.gnavi li li:nth-child(5) a,
.gnavi li li:nth-child(6) a
{
	border-bottom: 1px dotted #fff;
}
.gnavi li li:last-child a{
	border: none;
}



.gnavi li ul{
	display: none;
	position: absolute;
	margin: 0px 0 0 0;
	top: 40px;
	left: 0;
	width: 100%;;
}

.gnavi li li{
	margin: 0;
	padding: 0 5px;
	text-align: left;
	display: block;
	width: auto;
}
.gnavi li li a{
	display: block;
	padding: 10px;
	font-size: 90%;
}



.footbtn{
	display: none;
}


.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {


.mainbody,
.header .mainbody{
/*	margin:0 10px;*/
	margin:0;
	width:auto;
}


input,
textarea{
	width: 90%;
}

/*ヘッダー
------------------------------------------------*/
.header{
	padding: 10px 0;
}
/*
h1{
	display: none;
}

.logo img{
	height: 24px;
}
*/
.headerright{
	display: none;
}




.menu-icon{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
	z-index: 10000;
}
.menu-icon{
	width: 30px;
}



/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	display: none;
}



/*メインメニュー
------------------------------------------------*/
.gnavi{
	display: none;
	position:absolute;
	top: 60px;
	width: 100%;
	z-index: 10000;
	background: #fff;
	border-top: 1px solid #ccc;
}
.gnavi .mainbody{
	margin: 0;
}
.gnavi li{
	display: inline-block;
	width: 100%;
	background:#cc48a7;
	border-bottom: 1px solid #ccc;
	
}

.gnavi li ul{
	display: none;
}
.gnavi ul {

}

.gnavi li a{
	padding: 10px ;
	display: block;
	color: #fff;
}
.gnavi li li a{
	color: #333;
}
.gnavi li:nth-child(1) {
	background: url(../img/arrow03.png) no-repeat 95% 10px #cc48a7;
}
.gnavi li:nth-child(4) {
	background: url(../img/arrow03.png) no-repeat 95% 10px #ff931e;
}
.gnavi li:nth-child(5) ,
.gnavi li:nth-child(6) {
	background: url(../img/arrow03.png) no-repeat 95% 10px #000;
}
.gnavi li li ,
.gnavi li:nth-child(1) li
.gnavi li:nth-child(4) li,
.gnavi li:nth-child(5) li,
.gnavi li:nth-child(6) li,
.gnavi li li:nth-child(1),
.gnavi li li:nth-child(4),
.gnavi li li:nth-child(5),
.gnavi li li:nth-child(6)
{
	background: #fff;
	color: #333;
}
.gnavi li li em{
    font-size: 100%;
    display: inline-block;
}

.gnavi li li a[target="_blank"] {
    background: url(../img/icon_blank.png) no-repeat 96% center;
}


.gnavi p a{
	padding: 10px ;
	display: block;
	border-bottom: 1px solid #ccc;
}
.gnavi p a[target="_blank"]{
	background: url(../img/icon_blank.png) no-repeat 94% center;
}
.gnavi .menuclose{
	text-align: center;
	background:  #666;
	color: #fff;
}
/*トップページ
------------------------------------------------*/
.toptitle{
	text-align: center;
	font-size: 90%;
}
/*料金シミュレーション**/
 .topsimuboxwrap{
width: auto;
display: block;
margin: 0 0 20px 0;
}
.topsimubox dt{
  	display: block;
	width: auto;
	padding: 0 0 5px 0;
}
.topsimubox dd{
  	display: block;
	width: auto;
}

.indexbtn{
	width:auto;
	display: block;
	margin: 0 0 0 0;
}
.indexbtn li{
	display: inline-block;
	width: 46%;
	padding: 0 0 15px 0;
}
.indexbtn li:nth-child(2){
	padding-left:  6%;
}
.indexbtn li:nth-child(3){
	width: auto;
	display: block;
}

/**法人カーリースのご案内*/
.topcarleasewrap{
    padding: 20px 0;
    margin: 10px 0 ;
}

.topcompanycarlease {
    padding: 0 0px 10px 0px;
    margin: 0;
}
.topcompanycarlease h2{
	display: inline-block;
	width: 90%;
}
.topcompanycarlease dl{
	width:18%;
	display: inline-block;
}

.topcompanycarlease dd{
	font-size: 70%;
}

.toptcm{
	margin: 20px 0 0 0px;
}

/**ピックアップ*/
.toppickup{
	padding: 20px 30px;
}
.mainbodywrap02 .toppickup{
	padding: 20px 10px;
}
.bnrbox2 li {
    display: block;
    padding: 0 0 10px 0%;
	width: 100%;
}



/*ニュース*/
.topnewswrap{
	padding: 30px 20px 10px 20px;
}
.topnewsbox{
	width:auto;
	margin: 0 0% 30px 0%;
	display:block;
}
.topnewsbox p img{
	height: 60px;
}

.topnewslist{
	height: 300px;
    padding: 10px;
    overflow-y: auto;
  }
.topnewslist::-webkit-scrollbar {
    width: 10px;

  }
.topnewslist::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
.topnewslist::-webkit-scrollbar-track-piece {
    background: #efefef;
  }



/*最近閲覧した店舗**/
.recentlycase{
	width:auto;
	display: block;
	padding: 20px 10%;
	height: auto;
	margin: 0 -10px;
}
.carclass{
margin: 0 -10px;
}






/*全体レイアウト
------------------------------------------------*/
/**ページタイトル*/
.pagetitle{
	background-size: 700px;
	padding: 70px 0 10px 0;
}
.pagetitle h2 {
	font-size: 110%;
}

.width800{
	margin: 0 20px;
}



/*フッター
------------------------------------------------*/
.gotop{
	display: none;
}
.footerwrap{
	display: none;
}
.copyright p{
	display: none;
}
.footbtn{
background: rgba(0,0,0,0.8);
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
padding: 10px 0;
}
.footbtn li{
	display: inline-block;
	width: 23%;
}
.footbtn li:last-child{
	width: 21%;
}


/*コンテンツ
------------------------------------------------*/
/*マップ検索部分*/
.searchmapbox{
	margin: 0 auto 20px auto;
	padding: 10px;

}
.searchmapbtn ul{
text-align: center;
padding:0 0 10px 0;
}
.searchmapbtn li{
	display: inline-block;
	width: 44%;
	padding: 5px 2%;
	margin:2px 0.5%;
	font-size: 80%;
	vertical-align: top;
}
.searchmapbtn li:first-child {
    padding: 17px 2%;
}
.searchmapbtn li:nth-child(3){
	width:auto;
	display:block;
}

.searchmapbtn a{
	vertical-align: middle;
}
.searchmapbtn img{
	margin:0 0 5px 3px;
}

.searchmapbtn select{
	width:100%;
}
.searchmapbtn input[type="text"]{
	width: 70%;
	padding: 2px 4%;
}
.mapsearch{
	padding: 1px 0px;
	width: 18%;
	text-align: center;
	display: inline-block;
}
.searchmapbtn dl{
	padding:0 0 10px 0;
	display: none;
}
.searchmapbtn dt{
	display: block;
	width: auto;
	padding: 0 0 10px 0;
	text-align: center;
}
.searchmapbtn dt span{
	
}
.searchmapbtn dd{
	background: #fff;
	display: block;
	width: auto;
}
.searchmapbtn .sptaiou{
	display: block;
	position: relative;
	width: auto;

}


.accbtn{
	padding: 5px 0;
}
.acccont{
position: absolute;
background: #fff;
padding: 10px 5%;
width: 120px;
width: 80%;
border: 1px solid #aaa;
z-index: 100;
}

.searchmapbox iframe{
	height: 250px;
}


/**店舗の一覧*/
.shoplist dl{
	padding: 10px;
}
.shoplist dt{
	width: auto;
	display: block;
}
.shoplist dd{
	width: auto;
	display: block;
	padding: 20px;
}
.shoplist dt li{
	font-weight: 400;
	padding: 3px 6px;
	font-size: 80%;
	margin: 0;
}


.pickupbox {
	padding:0 10px;
}
.pickuplist p{
padding:2px;
}
.pickuplist .slick-arrow:before{
	color: #cc48a7;
}

.mainbodywrap05{
	background: #ffffd8;
	margin-top: 30px;
}


/*店舗の詳細**/
.shopinfo dt{
	width: auto;
	margin: 0 0% 20PX 0;
	display: block;
}
.shopinfo dd{
	width: auto;
	display: block;
}
.shopreservebtn{
	text-align: center;
}
.shopreservebtn a{
	display: block;
	padding: 20px 0px;
}

.shopcont dt{
	width: auto;
	margin: 0 0% 20PX 0%;
	display: block;
}
.shopcont dd{
	width: auto;
	margin: 0 0% 20PX 0%;
	display: block;
}

/*クルマを探す*/
/*車両検索*/
.searchcase{
	width: auto;
	padding: 20px 3%;
	display: block;
}
.carsearchbox p{
	width:auto;
	display: block;
	margin: 0 10%;
}
.carsearchbox input[type="submit"]{
	background:url(../img/carlist/icon_search.png) no-repeat 25% center #df031c;
	font-size: 140%;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}

/*車両タイプから探す**/
.cartypelist dl{
	width: auto;
	padding: 10px ;
	float: none;

}
/*レンタカーについて*/

.rentcarmenu li{
	width: auto;
	display: block;
}

/**クルマを探す結果*/
.carmenu ul{
	padding:0 0 20px 0;
}
.carmenu li{
	width: 33%;
}

.carlistbox{
	border: 1px solid #000;
	padding: 15px 15px 60px 15px;
	margin: 0 0 30px 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	position: relative;
}

.carlisttitle{
	padding:0 0 10px 0;
}
.carlisttitle h3{
	font-size: 170%;
	padding: 0 0 10px 0;
	display: block;
	text-align: center;
}

.carlisttitle p{
	float: none;
	display: block;
	font-weight: 800;
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 92%;
	margin: 0 auto;
}

.classcar dl{
	display: block;
	width: auto;
	padding: 0 0 30px 0;
}

/*料金シミュレーション**/
 .simuboxwrap{
	padding:10px 10px;

}
 .simuboxwrap h3{
 	text-align: center;
	color: #fff;
	padding: 0 0 10px 0;
	font-size: 150%;
 }


.simuleft{
	width:auto;
	display: block;
}
.simuright{
	width:auto;
	display: block;
}
.simuright label img{
	width: 90%;
}


.simubox dt{
  	display: block;
	vertical-align: middle;
	width: auto;
	float: none;
	text-align: center;
	padding: 5px;

}
.simubox dt strong{
	display: block;
}
.simubox dd{
	margin: 10px 0 0 0;
}

/*注意事項**/
.simucap dl{
	display: block;

}
.simucap dt{
	width: auto;
	display: block;
	padding: 10px;
	
}
.simucap dd{
	width: auto;
	display: block;
	padding: 10px;
}


/**お知らせの一覧*/
.newslist dl{
	padding:20px;
}

.newslist dt{
	width: auto;
	display: block;
	background: url(../img/arrow02.png) no-repeat left center;
	padding-left: 8px;
}
.newslist dd{
	width: auto;
	display: block;
}
.newslist span{
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
	min-height: auto;
	padding: 5px 0%;
}
/*お知らせ詳細*/

.newsdetail dl{
	padding:10px;
}
.newsdetail dt{
	width: auto;
	display: block;
	padding-left: 10px;
}
.newsdetail dd{
	width: auto;
	display: block;
}
.newsdetail .contents{
	padding: 10px ;
}

/*沿革*/

.historybox dt{
	width: 20%;
	background:url(../img/info/arrow01.png) no-repeat bottom center;	
}

.historybox dd{
	padding: 10px 10px 10px 15%;
	margin: 0px 0 0 30px;
	border-top: 10px solid #fff;
	font-size: 100%;
}

/*カーリース**/
.leasemerit li{
	display: inline-block;
	padding: 10px 5px;
}
.leaseprice dl{
	text-align: center;
	padding: 0 0 20px 0;
}
.leaseprice dt{
	width: auto;

}
.leaseprice dd{
	width: auto;
}

/*リースバック*/
.leasebackmerit dl{
	width: 250px;
}
/**経理・財務メリット*/
.leasemerit01{
	margin: 30px 0;
}
.leasemerit01 dl{
	width: 230px;
	padding-bottom: 50px;
}
/*トヨタフューエルサポートカード**/
.supportcardlist dl{
	width: 100%;
	margin: 0 0% 20px 0%;
}

/**運転カイゼンサポート*/

.kaizentrouble dl{
	width: auto;
}

/*サポートダイヤル24*/
.sdmain{
	margin: 0 0 20px 0;
}

.sdbox{
	padding: 10px;
}
.sdcontent{
	padding: 20px 10px;
}
.sdcontent dl{
	width: auto;
	margin: 0 1% 10px 1%;
	padding: 0 10px;
	float: none;
}

.sdcontent dd{
	text-align: left;
	padding: 10px 20px;
}
.sdlist dl{
	width: auto;
	margin: 0 0% 10px 0;
	padding: 10px 10px;
}

/*車両の保守管理メリット*/
.maintelease dl{
	width: auto;
	margin: 0 0 40px 0;
}
.maintelease dt{
	height:auto;
	margin: 0 0 20px 0;
}

.maintelease dd p{
	padding:10px 0 ;
	text-align:left;
}

.anshinservice dt{
	width: auto;
	float: none;
}
.anshinservice dl:nth-child(even) dt{
	float: none;
}
.anshinservice dd{
	width: auto;
	float: none;
	text-align: center;
}
.anshinservice dl:nth-child(even) dd{
	float: none;
}

/*お電話でのお問い合わせ**/
.telcontactbox{
	padding: 0 0 0px 0;
}
.telcontactbox dl{
	display: block;
	width: auto;
	margin: 0 2% 20px 2%;
	
}

.telcontactbox dd{
	height:190px;
}
.telcontactbox h4 {
    padding: 10px 0;
}
.telcontactbox li{
	display: block;
	text-align: center;
	padding: 0 0 10px 0;
}
.telcontactbox li a{
    padding: 10px 20px;
    margin: 0 10px 5px 10px;
    display: block;
}

/**ご予約の流れ*/
.flowwrap{
	padding:0 0 20px 0;
}

.flowtitle dt{
	display: block;
	width: auto;
	padding: 10px 2%;
}
.flowtitle dd{
	display: block;
	width: auto;
	padding: 5px 2%;
}
.flowcontents{
	padding:20px 20px;
}
.flowcontents p{
	padding-left: 10px;
}
.flowlist li{
	display: block;
	padding: 10px 5%;
	width: auto;
}
.flowlist li:nth-child(even){
	width: auto;
}
.flowarrow{
	text-align: center;
	margin: 0 0 20px 0;
}

.flowcase dl{
	width: auto;
	display: block;
	margin:0 1% 5px 1%;
        padding:10px 5% 10px;
}

.flowcase dd{
	padding: 0 0 10px 0;
}
/**ビジネスレンタカーについて*/
.otokumember {
	padding: 0 0 30px 0;
}
.otokumember h4{
	font-size: 140%;
	padding: 10px 0 20px 0;
}
.otokumember li{
	display: block;
	width: auto;
}


/*サイトマップ*/
.sitemapbtn {
	text-align: center;
	padding: 0 0 20px 0;
}
.sitemapbtn li{
	width: auto;
	display: block;
}
.sitemapbtn li a{
	padding: 50px 0 10px 0;
}

.sitemapbox dl{
	width: auto;
	display: block;
}




.movie3box{
    display: block;
}



/*行動計画*/
.actionplancase{
    display: block;
    
}













/**テーブル*/
.table01{
	width:100%;
}
.table01 td,
.table01 th{
	padding:5px;
}

.table04 td,
.table04 th{
	font-size: 80%;
}
.table05 th,
.table05 td{
	display: block;
	width: auto;
}
.table05 td:last-child{
	border: none;
}
.table05 {
border-top: 2px solid #000;
}
.table05 tr{
	border-bottom: 2px solid #000;
}


  .scroll-wrap{
    width: 100%;
    padding: 0%;
    overflow-x: auto;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 10px;

  }
  .scroll-wrap::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scroll-wrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }

















/*フォーム*/
.formstep {
	padding: 0 0 20px 0;
}
.formstep li{
	display: block;
	padding: 10px;
	width: auto;
}

.formbox{
padding: 20px 10px;
}

.formtable{
	border-collapse:collapse;
	width:95%;
	text-align: left;
	margin: 0 0 20px 0;
}
.formtable td,
.formtable th{
	display: block;
	padding: 10px;
}

.formtable th {
width: 100%;
text-align: left;
}







input, textarea {

}


.linkbtn01,
.linkbtn02,
.linkbtn03{
display: block;
font-size: 110%;
width: 80%;
margin: 0 auto 10px auto;
}



.pageset li a{
color: #fff;
display: block;
padding: 2px 5px;
font-size: 80%;
}







/*フッター
------------------------------------------------*/




.fixedfootmenu{
	display: none;
}




.fixsidemenu{
	display: none;
}




.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

}


/* 地図
------------------------------------------------*/

#map {
  width: 100%;
  height: 460px;
}
#map .shopName {
  font-size: 17.68px;
  font-weight: 800;
}
#map .serviceLabel li {
  display: inline-block;
  font-weight: 800;
  padding: 4px 10px;
  background: #cc48a7;
  color: #fff;
  margin: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#map .businessHours {
  margin: 5px;
  font-size: 13.6px;
}
#map .businessHours dt {
  float: left;
}
#map .businessHours dd {
  margin-left: 65px;
}
#map .tel {
  margin: 0 5px 5px 5px;
  font-size: 13.6px;
}
#map .tel dt {
  float: left;
}
#map .tel dd {
  margin-left: 35px;
}
#map .detailBtn {
  display: block;
  float: left;
  font-weight: 800;
  padding: 3px 10px;
  border: 1px solid #cc48a7;
  background: #fff;
  color: #cc48a7;
  text-align: center;
  margin: 1px;
  width: 150px;
}
#map .reserveBtn{
  display: block;
  float: left;
  font-weight: 800;
  padding: 3px 10px;
  border: 1px solid #cc48a7;
  background: #cc48a7;
  color: #fff;
  text-align: center;
  margin: 1px;
  width: 150px;
}

.infoWindow{

}

@media screen and (max-width: 620px) {
#map {
  height: 300px;
}
#map .businessHours dd {
  margin-left: 0;
}
#map .tel dd {
  margin-left: 0;
}



}
