@charset "utf-8";

/*--------------------------------------
  PCでの表示
--------------------------------------*/

/* font-family */
/* ----------------------------------------------------- */
body{
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

/* link */
a:link{
	color:inherit;
	text-decoration:none;
}
a:visited{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:none;
}

/* 簡便のために全要素のマージンとパディングを0に */
* {
margin:0;
padding:0;
}

p,dt,dd,li,th,td,textarea{
  vertical-align:middle;
  line-height:1.5;
}

/* 画像をサイズ幅に合わせる */	
* img{
	max-width:100%;
	height:auto;
}

/* padding と border を要素の幅と高さに含める */
div,dl,dt,dd,ul,ol,li{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* トップに戻るボタン フローティング */
#toPageTop{
	height:70px;
	width:70px;
	position:fixed;
	bottom:20px;
	right:100px;
	z-index:1;
}
#toPageTop img{
	max-width:100%;
	max-height:auto;
}
#toPageTop img a:hover{
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}

/* スマホの時だけ非表示 */
.no-sp{
	display: block !important;
}
/* パソコンの時だけ非表示 */
.no-pc{
	display: none !important;
}

/* コンテンツ */
#contents {
	width:100%;
	margin:0 auto 35px;
	text-align:left;
	background:inherit;
}
#contents .category {
	width:960px;
	display:block;
	margin:auto;
}

/* TOPページ */
div.exhibition_wrap{
	width: 100%;
	padding: 30px;
	background-color: #ffffff;
}
div.bnr_wrap{
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 40px;
	background-color: #ffffff;
}
ul.exhibition_info{
	width: 100%;
}
li.col1{
	width: 300px;
	padding: 10px;
	float: left;
}
dl.area{
	border: 3px solid #000000;
}
dl.area dt.bihoku{
	background-color:#b7dee8;
	height:73px;	
}
dl.area dt.bingo{
	background-color:#faeb70;
	height:73px;
}
dl.area dt.bingo img{
	max-height: 100%;
}
dl.area dt.north{
	background-color:#bba1cb;
	height:73px;
}
dl.area dt.west{
	background-color:#ffcccc;
	height:90px;
}
dl.area dt.south{
	background-color:#fab964;
	height:90px;
}
dl.area dt.east{
	background-color:#c8e68c;
	height:90px;
}
dl.area dd.day{
	width: 100%;
}
dl.area dd.btn{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}
dl.area dd.btn a.active{
	width: 200px;
	margin: auto;
	text-align: center;
	display: block;
	background-color: #000000;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
dl.area dd.btn a.active:hover{
	background-color: #444444;
}
dl.area dd.btn a.end{
	width: 200px;
	margin: auto;
	text-align: center;
	display: block;
	background-color: #cccccc;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	pointer-events: none;
}

/* 見出し */
h2.title {
	width:960px;
	height:30px;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
	border-bottom:#000000 solid 3px;
	display:block;
	margin:25px auto 15px;
	background:inherit;
}
h4.privilege_lead {	
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
}
p.tokuten_catch {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

/* キャプション */
.caption_white{
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 14px;
}
.caption_black{
	color: #000000;
	font-size: 14px;
}
.caption_gray{
	color: #666666;
	font-size: 14px;
}
.caption_vermilion{
	color: #C6000B;
	font-size: 14px;
}

/* BOXサイズを半分にする*/
.herf-box-left{
	width: 49%;
	margin-right: 2%;
	float: left;
}
.herf-box-right{
	width: 49%;
	float: left;
}

/* 基本BOX */
.item-box {
	width:100%;
	margin:0 auto 20px;
}
.item-box ul {
	width:100%;
	padding: 4px;
	margin:auto;
	display:block;
	list-style:none;
}
.item-box ul li {
	width:50%;
	padding:10px;
	background-color:#ffffff;
	display:block;
	float:left;
}
.item-box ul li.bg_transparent0 {
	width:50%;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.full_transparent0 {
	width:100%;
	padding:0;
	background-color: transparent;
}
.item-box ul li.full_transparent10 {
	width:100%;
	padding:10px;
	background-color: transparent;
}
.item-box ul li.three {
	width:33.3333%;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.leftbox_space {
	width:49.8%;
	margin-right: 0.2%;
	margin-top: 3px;
	padding: 0;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.rightbox_space {
	width:49.8%;
	margin-left: 0.2%;
	margin-top: 3px;
	padding: 0;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.tit {
	width:100%;
	padding: 10px;
	background-color: transparent;
}
.item-box ul li.caption {
	width:100%;
	padding:14px;
	background-color:#FFFFFF;
}
.item-box ul li.full {
	width:100%;
	padding:10px;
	background-color: #ffffff;
}
.item-box ul li.full-or { 
	width:100%;
	height: 60px;
	padding: 10px 0;
	display:block;
	text-align:center;
	background-color:#FFFFFF;
}
.item-box ul li.full-plus {
	width:100%;
	padding:0 14px 15px;
	background-color: #ffffff;
	text-align: center;
}

/* 2カラムカラー枠 */
.item-box ul.orange-line {
	width:100%;
	padding: 5px;
	border: 3px solid #ee7800;
}

/* セレクトBOX 横3アイテム2or */
.item-box ul li.set {
	width:100%;
	padding: 0;
	display:block;
	background-color:#FFFFFF;
}
.item-box ul.center-or {
	width:100%;
	padding: 0;
}
.item-box ul.center-or li.img_item {
	width:292px;
	float: left;
}
.item-box ul.center-or li.img_or {
	width:38px;
	padding: 107px 5px;
	float: left;
}

/* セレクトBOX 横2アイテム1or area04使用 */
.item-box ul.center-or li.img_item2col {
	width:424px;
	float: left;
}
.item-box ul.center-or li.img_or2col {
	width:60px;
	padding: 200px 10px;
	float: left;
}

/* セレクトBOX inBOX 横2アイテム1or area04使用 */
.item-box ul li.col2_or {
	width:6%;
	text-align: center;
	background-color: transparent;
	padding: 45px 0;
	float: left;
}
.item-box ul li.col2_item {
	width:47%;
	text-align: center;
	background-color: transparent;
	float: left;
}

/* 特選車リスト区分け用 area04使用 */
.item-box ul li.car-set {
	width:100%;
	padding: 0;
	background-color: transparent;
}
.item-box ul li.car-set ul.car-list {
	width:100%;
	padding: 0;
	margin-bottom: 2px;
}

/* 成約プレゼント区分け用 area03使用 */
.item-box ul.col2_ocher {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 4px solid #b4922c;
	background-color: #b4922c;
}

/* plus */
.item-box ul.plus {
	width:100%;
	padding: 0;
	margin:auto;
	display:block;
	list-style:none;
}

/* 特典枠設定変更用クラス */
.bg_orange {
	background-color:#ee7800;
}
.bg_red {
	background-color:#cf2526;
}
.bg_green{
	background-color: #1a9e3a;
}
.bg_blue{
	background-color: #0095c0;
}
.bg_black {
	background-color:#000000;
}
.text_white {
	color:#ffffff;
}
.text_black {
	color:#000000;
}
.bg_ocher{
	background-color: #b4922c;
}
.bg_suv-green {
	background-color:#00602d;
}

/* 別のイベントリンクボタン */
.mc_btn{
	width: 80%;
	margin: 0 auto 15px;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: inherit;
}
.mc_btn:hover{
	color: #000000;
	background-color: #FFFFFF;
}

/* 画像置換用BOX */
#mv-linkbox,#tokusensya-linkbox{
	width:100%;
	height:auto;
	display:block;
	margin:auto;
}
#sp_mv-linkbox,#sp_tokusensya-linkbox{
	width:100%;
	height:auto;
	display:none;
	margin:auto;
}

/* 店舗情報*/
.dealer_wrap{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}
p.d_title{
	font-size: 20px;
	padding: 20px 0;
}
div.d_detail{
	float: left;
	width: 460px;
	padding: 10px;
}
div.d_detail ul{
	width: 100%;
	padding: 10px 0;
}
div.d_detail li{
	width: 440px;
	padding-bottom: 10px;
}
div.d_detail li dl{
	width: 100%;
}
div.d_detail li dl dt{
	width: 70px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 14px;
	float: left;
}
div.d_detail li dl dd{
	width: 370px;
	padding: 6px 10px;
	font-size: 14px;
	float: left;
}
div.map{
	float: left;
	width: 460px;
	padding: 10px;
}
div.map iframe{
	width: 440px;
	height: 380px;
}
div.map02{
	width: 460px;
	padding: 10px;
}
div.map02 iframe{
	width: 440px;
	height: 380px;
}

/* footer */
/* ----------------------------------------------------- */
#footer{
}
#footer div.inner{
  position:relative;
  width:960px;
  margin:0 auto;
  text-align:left;
}
/* copy-wrap */
#footer div.copy-wrap{
}
#footer div.copy-wrap p.catch{
  float:left;
}
#footer div.copy-wrap p.copy{
  float:right;
}

/* float clear */
/* ----------------------------------------------------- */
/* modern borwser */
.clx:after
{
  content:'';
  display:block;
  clear:both;
  height:0;
}

/*--------------------------------------
  スマホでの表示
--------------------------------------*/

/*media Queries 599px以下
----------------------------------------------------*/
@media (max-width: 599px){
body {
	background:#FFFFFF;
}	

/* 戻るボタン フローティング　スマホ */
#toPageTop{
	height:55px;
	width:55px;
	bottom:15px;
	right:15px;
}
	
/* スマホの時だけ非表示 */
.no-sp{
	display: none !important;
}
/* パソコンの時だけ非表示 */
.no-pc{
	display: block !important;
}	
	
/* コンテンツ */
#contents {
	width:100%;
	background:#FFFFFF;
}

#contents .category {
	width:100%;
}
	
/* TOPページ */
div.exhibition_wrap{
	padding: 10px 15px 40px;
}
div.bnr_wrap{
	padding: 0 25px;
}	
li.col1{
	width: 100%;
	float: none;
}	
dl.area dt.bihoku,dl.area dt.bingo,dl.area dt.north,dl.area dt.west,dl.area dt.south,dl.area dt.east{
	height:auto;	
}	
dl.area dd.btn a.active{
	width: 80%;
	font-size: 16px;
}
dl.area dd.btn a.end{
	width: 80%;
	font-size: 16px;
}	
	
/* 見出し */
h2.title {
	width:95%;
	height: auto;
	text-indent: 0;
	font-size:18px;
	line-height:1.5;
}

h4.privilege_lead {	
	font-size: 16px;
}
p.tokuten_catch {
	font-size: 16px;
}	
	
/* BOXサイズを半分にする*/
.herf-box-left{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
}
.herf-box-right{
	width: 100%;
	float: none;
}
	
/* 基本BOX */
.item-box {
	width:95%;
	margin:0 auto 20px;
}
.item-box ul {
	width:100%;
}
.item-box ul li {
	width:100%;
	float:none;
}
.item-box ul li.bg_transparent0 {
	width:100%;
	float:none;
}
.item-box ul li.three {
	width:100%;
	float:none;
}
.item-box ul li.leftbox_space {
	width:100%;
	float:none;
	margin-right: 0;
}
.item-box ul li.rightbox_space {
	width:100%;
	float:none;
	margin-left: 0;
}	
.caption_white,.caption_black,.caption_vermilion,.caption_gray {
	font-size: 11px;
}
	
/* セレクトBOX */
.item-box ul.center-or li.img_item {
	width:100%;
	float: none;
}
.item-box ul.center-or li.img_or {
	width:100%;
	padding: 10px;
	text-align: center;
	float: none;
}
.item-box ul.center-or li.img_item2col {
	width:100%;
	float: none;
}
.item-box ul.center-or li.img_or2col {
	width:100%;
	padding: 10px;
	text-align: center;
	float: none;
}
/* セレクトBOX inBOX 横2アイテム1or area04使用 */
.item-box ul li.col2_or {
	width:100%;
	padding: 10px;
	float: none;
}
.item-box ul li.col2_item {
	width:100%;
	float: none;
}	
	
/* 画像置換用BOX */
#mv-linkbox,#tokusensya-linkbox{
	display:none;
}
#sp_mv-linkbox,#sp_tokusensya-linkbox{
	display:block;
}
	
/* 店舗情報*/
.dealer_wrap{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}
p.d_title{
	font-size: 20px;
	padding: 20px 0 30px;
}
div.d_detail{
	float: none;
	width: 100%;
}
div.d_detail li{
	width: 100%;
}
div.d_detail li dl dt{
	width: 100%;
	float: none;
}
div.d_detail li dl dd{
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
	float: left;
}
div.map{
	float: none;
	width: 100%;
}
div.map iframe{
	width: 100%;
	height: 380px;
}
div.map02{
	width: 100%;
}
div.map02 iframe{
	width: 100%;
	height: 380px;
}
}

@media screen and (max-width:480px) {

}