@charset "utf-8";
/*===============================================
●スマホ 画面の横幅が599pxまで　の場合の非表示設定
===============================================*/
@media screen and (max-width:599px){
	#header { display: none; }
	#footer { display: none; }
	#totop { display: none; }
	
/* 画像をサイズ幅に合わせる */	
* img{
	max-width:100%;
	height:auto;
}
	
/* padding と border を要素の幅と高さに含める */
div,dl,dt,dd,ul,ol,li,a{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
	
/* スマホの時だけ表示 */
.no-pc { display: block; }
/* パソコンの時だけ表示 */
.no-sp{ display: none; }
		
	
/* layout */
/* ----------------------------------------------------- */
body {
	background:#FFFFFF;
	font-family: Arial, Helvetica, "sans-serif";
}	
/* 1column */
body.one-col #contents{
	width: 100%;
	padding:0;
	background:none;
}
body.one-col #main{
	width:100%;
	background:none;
}
	
/* ------------------------------------------------
   #sp_header
 * ------------------------------------------------ */
#sp_header {
	display: block;
	padding: 7px 5px 10px 10px;
	zoom:1;
	overflow:hidden;
}
#sp_header:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
#sp_header h1,
#sp_header .header_logo {
	float: left;
	width: 88px;
}
#sp_header p {
	float: right;
}
/*元のサイズ
#sp_header p.header_twitter {
	width: 75px;
}*/
/* //twitterと facebookのアイコンを変更//   */
#sp_header p.header_facebook {
	width: 31px;
	padding:0 5px 0 0;
}
#sp_header p.header_twitter {
	width: 31px;
	padding:0 5px 0 0;
}

#sp_header p.header_home {
	width: 31px;
}

#sp_header p.header_lead {
	clear: both;
}

#indexBox .pkg li {
	float: left;
	width: 50%;
	font-size: 78.5%;
	line-height: 1.2;
}

#indexBox .pkg li a {
	padding: 12px 10px;
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	background-image: url(../img/ico_arrow01.png);
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

#indexBox .pkg li a.last {
	border-bottom: none;
}
	
/* dealer(detail) */
/* ----------------------------------------------------- */
div.dealer-detail{
	width:100%;
	margin:0;
	padding:0;
}
/* summary */
div.dealer-detail div.summary{
	width:100%;
	margin:0;
	padding:10px;
	border-bottom:none;
	background-color: #0098D4;
}
div.dealer-detail div.summary h2{
	width:100%;
	border-left:none;
	padding:0;
	color: #FFFFFF;
}
div.dealer-detail div.summary ul{
	display: none;
}

/* social-btn */
div.dealer-detail ul.social-btn{
	display: none;
}
	
/* info-wrap */
div.dealer-detail div.info-wrap{ 
	width: 100%;
	margin:0;
}
div.dealer-detail dl.lead{
	display: none;
}
div.dealer-detail div.info{
	width:100%;
}
div.dealer-detail div.map{
	display: none;
}
div.dealer-detail dl.add{
	float:none;
	width:100%;
	margin:auto;
	padding:20px 20px 0;
}
div.dealer-detail dl.add dt{
	text-align: center;
}	
div.dealer-detail dl.add dd ul.btn_box{
	width: 100%;
	height: auto;
}
div.dealer-detail dl.add dd ul.btn_box li.btn{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	float: none;
}
div.dealer-detail dl.add dd ul.btn_box li.btn a:hover dl{
	width: 100%;
	height: 60px;
	border: 2px solid #009AE1;
	border-radius: 5px;
	padding: 5px;
	text-decoration:none;
}	
div.dealer-detail dl.add dd ul.btn_box li.btn dl{
	width: 100%;
	height: 60px;
	border: 2px solid #A7DAEF; 
	border-radius: 5px;
	padding: 5px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl dt{
	width: 60px;
	height: 50px;
	text-align: center;
	padding: 0 5px;
	margin: 0;
	float: left;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #009AE1;
	text-align: left;
	font-size: 117%;
	margin: 0;
	line-height: 2.2;
	float: left;
}
	
div.dealer-detail dl.add dd ul.btn_box li.btn a:hover dl.btn_volvo{
	width: 100%;
	height: 60px;
	border: 2px solid #DDDDDD;
	border-radius: 5px;
	padding: 5px;
	text-decoration:none;
}	
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_volvo{
	width: 100%;
	height: 60px;
	border: 2px solid #003057; 
	border-radius: 5px;
	padding: 5px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_volvo dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #003057;
	text-align: left;
	font-size: 117%;
	margin: 0;
	line-height: 2.2;
	float: left;
}
	
div.dealer-detail dl.add dd ul.btn_box li.btn a:hover dl.btn_lotus{
	width: 100%;
	height: 60px;
	border: 2px solid #4A4A56;
	background-color:#4A4A56; 
 	border-radius: 5px;
	padding: 5px;
	text-decoration:none;
}	
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_lotus{
	width: 100%;
	height: 60px;
	border: 2px solid #363640;
	background-color:#363640; 
	border-radius: 5px;
	padding: 5px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_lotus dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #FFFFFF;
	text-align: left;
	font-size: 117%;
	margin: 0;
	line-height: 2.2;
	float: left;
}
	div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_caterham dt{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 15px 5px;
	margin: 0;
}

div.dealer-detail dl.add dd ul.btn_box li.btn a:hover dl.btn_caterham{
	width: 100%;
	height: 60px;
	border: 2px solid #666666;
 	border-radius: 5px;
	padding: 5px;
	text-decoration:none;
}	
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_caterham{
	width: 100%;
	height: 60px;
	border: 2px solid #666666;
	border-radius: 5px;
	padding: 5px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl.btn_caterham dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #666666;
	text-align: left;
	font-size: 117%;
	margin: 0;
	line-height: 2.2;
	float: left;
}	
/* info-wrap 20171011ボルボ画像枠追加 */
div.dealer-detail ul.car_image{
	width:100%;
	text-align: center;
	margin: 10px auto 0;
	padding-left: 3%;
}
div.dealer-detail ul.car_image li{
	width:50%;
	padding:0 3% 3% 0;
	float: left;
}
div.dealer-detail ul.car_image .last{
	padding-right:3%;
}
/* info-wrap 20190131輸入車ショウ画像追加 */
h3.ttl{
	margin: 20px 20px 0;
	padding: 10px;
	background: #666;
	color: #fff;
	font-size: 14px;
	font-weight: 600;letter-spacing: 1px;
}
/* 動画 */	
.shop-movie{
	width: 100%;
	text-align: center;
}
/* SMS */
div.box-sms{
	width:100%;
	padding: 15px 20px;
	float: none;
}
/* 202208西条店仮店舗と新店舗の地図リンクボタン */
div.map-btn_wrap{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
}
div.map-btn_wrap .gmap_link{
	width: 260px;
	margin: auto;
	text-align: center;
	padding: 10px;
	float: none;	
}
div.map-btn_wrap .gmap_link dl{
	width: 240px;
	height: 70px;
	background-color: #910a2d;
	border-radius: 5px;
	padding: 10px;
}
div.map-btn_wrap .gmap_link dl dt{
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}
div.map-btn_wrap .gmap_link dl dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #ffffff;
	text-align: left;
	font-size: 134%;
	margin: 0;
	line-height: 2.2;
	float: left;
}
/* 202301広島大州ボルボサービスショップ */
div.dealer-detail dl.lead_volvo{
	margin:0 0 10px;
}
div.dealer-detail dl.lead_volvo dd{
	padding: 10px 10px 0;
}
div.dealer-detail div.add_volvo{
	width: 100%;
	padding: 0 10px 15px;
}
div.dealer-detail div.map_volvo{
	width: 100%;
}
html>body div.dealer-detail #g-map_volvo{
	width:100%;
	height:320px;
}

/* cal-demo */
div.dealer-detail div.cal-demo{
	width: 100%;
	padding: 10px 20px 20px;
	margin: auto;
}	
div.dealer-detail div.cal-demo div.cal{
	display: none;
}

/* demo2（試乗車リスト削除対応後レイアウト変更用 */
div.dealer-detail div.cal-demo div.demo2{
	float:none;
	width:100%;
	padding: 0;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box{
	width: 100%;
	height: auto;
}	
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.btn{
	width: 100%;
	height: 60px;
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.btn a.mc_link{
	width: 100%;
	height: 60px;
	border: 2px solid #A7DAEF; 
	border-radius: 5px;
	padding: 5px;
	display: block;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.btn a.mc_link:hover{
	width: 100%;
	height: 60px;
	border: 2px solid #009AE1;
	border-radius: 5px;
	padding: 5px;
	text-decoration:none;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.btn a.mc_link dl dt{
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 3px 5px 0;
	margin: 0;
	float: left;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.btn a.mc_link dl dd{
	width: auto;
	height: 50px;
	padding:10px;
	color: #009AE1;
	text-align: left;
	font-size: 117%;
	margin: 0;
	line-height: 2.2;
	float: left;
}
/* 中古車専門店用中古車検索バナー */	
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search{
	width: 100%;
	height: 60px;
	margin-left: 0;
	margin-bottom: 10px;
	float: none;
	background-image: url("../img/bg_usedcar-bnr.png");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #142d30;
	border-radius: 5px;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search a{
	width: 100%;
	height: 60px;
	display: block;
	font-size: 117%;
	line-height: 4.5;
	padding-left: 100px;
	color: #ffffff;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search a:hover{
	text-decoration: none;
}		
	
/* demo2（インスタ・SMSリンクボタン）*/	
div.dealer-detail div.cal-demo div.demo2 div.sns_box{
	width:100%;
	padding: 0 0 10px;
	font-size: 117%;
}
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.sns_link{
	width:100%;
	padding: 5px;
}	
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.sns_link dl dt{
	padding: 5px;
}
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.sns_link dl dd{
	padding: 8px 5px 0 5px;
}
/* demo2（定休日変更告知リンクボタン）*/	
div.dealer-detail div.cal-demo div.demo2 div.sns_box{
	width:100%;
	padding: 0 0 10px;
	font-size: 117%;
}
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.rh_link{
	width:100%;
	padding: 5px;
}	
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.rh_link dl dt{
	padding: 5px;
}
div.dealer-detail div.cal-demo div.demo2 div.sns_box a.rh_link dl dd{
	padding: 8px 5px 0 5px;
}	
/* demo2（中古車ページリンクボタン）*/		
div.dealer-detail div.cal-demo div.demo2 div.chuko_box{
	width:100%;
	padding: 0 0 10px;
}
div.dealer-detail div.cal-demo div.demo2 div.chuko_box a.chuko_link{
	width:100%;
	height: 60px;
	font-size: 117%;		
}	

/* スマホ用戻るボタン フローティング */
#toPageTop{
	display: block;
	position:fixed;
	height:55px;
	width:55px;
	bottom:15px;
	right:15px;
	z-index:11;
}
#toPageTop img{
	max-width:100%;
	max-height:auto;
}
#toPageTop img a:hover{
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}
/* PC用戻るボタンを非表示 */
#totop{
	display: none;
}
	
/* ------------------------------------------------
   #sp_footer
 * ------------------------------------------------ */
#sp_footer {
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 8px 10px;
}
#sp_footer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
#sp_footer {
	zoom:1;
	overflow:hidden;
}
#sp_footer p {
	float: left;
	margin: 0 11px 0 0;
}
#sp_footer p:last-child {
	margin: 22px 0 0;
}
	
#sp_footer p.support_desk {
	width: 100%;
	text-align: left;
}
#sp_footer img {
	vertical-align: top;
}	
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
	#sp_header { display: none; }
	#sp_footer { display: none; }
	#toPageTop { display: none; }
	.no-pc { display: none; }
    .no-sp{ display: block; }
	
	
/* dealer(detail) */
/* ----------------------------------------------------- */
/* info-wrap */	
div.dealer-detail dl.add dd a{
	color:inherit;
}
div.dealer-detail dl.add dd a:visited{
	color:inherit;
}
div.dealer-detail dl.add dd a:hover{
	color:inherit;
	text-decoration:none;
}
	
div.dealer-detail dl.add dd ul.btn_box{
	width: 340px;
	height: 80px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn{
	width: 104px;
	height: 80px;
	margin-right: 14px;
	float: left;
}
div.dealer-detail dl.add dd ul.btn_box li.btn a:hover dl{
	width: 92px;
	height: 68px;
	border: 2px solid #009AE1;
	border-radius: 5px;
	padding: 4px;
	text-decoration:none;
}	
div.dealer-detail dl.add dd ul.btn_box li.btn dl{
	width: 92px;
	height: 68px;
	border: 2px solid #A7DAEF;
	border-radius: 5px;
	padding: 4px;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl dt{
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}
div.dealer-detail dl.add dd ul.btn_box li.btn dl dd{
	width: 94px;
	height: 15px;
	padding: 0 0 5px;
	margin: 0 auto;
	color: #009AE1;
	text-align: center;
}
div.dealer-detail dl.add dd ul.btn_box li.last{
	margin-right: 0;
}
	
/* 中古車専門店用中古車検索バナー */	
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search{
	width: 335px;
	height: 80px;
	margin-left: 15px;	
	float: left;
	background-image: url("../img/bg_usedcar-bnr.png");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #142d30;
	border-radius: 5px;	
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search a{
	width: 225px;
	height: 80px;
	display: block;
	font-size: 150%;
	line-height: 4.5;
	padding-left: 110px;
	color: #ffffff;
}
div.dealer-detail div.cal-demo div.demo2 ul.btn_box li.search a:hover{
	text-decoration: none;
}	
}

