@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 を要素の幅と高さに含める */
section,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;
}

/* スライダー */
.autoplay {
	width:960px;
	background:inherit;
	margin-bottom:45px;
}
.item {
	width:480px;
}
.item img{
	width:480px;
}

/* スマホの時だけ非表示 */
.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;
	background-color:transparent;
	padding-bottom:15px;
}

/* news */
#contents .category ul.news_wrap {
	width:100%;
	margin: 0 auto 20px;
	background-color: #000000;
}
#contents .category ul.news_wrap li {
	width:50%;
	text-align: center;
	float: left;
}

/* event-select */
#contents .category ul.select_wrap {
	width:100%;
	margin: 10px auto;
	background-color: transparent;
}
#contents .category ul.select_wrap li {
	width:50%;
	padding: 10px;
	float: left;
}
#contents .category ul.select_wrap li a .select_btn{
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #000000;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	color: #ffffff;
}
#contents .category ul.select_wrap li a:hover .select_btn{
	background-color: #333333;
}


/* 試乗予約 */
#contents .category #testdv_pc {
	width:100%;
	margin:auto;
	display:block;
}
#contents .category #testdv_sp {
	display: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;
}

/* 特典用テキスト設定 */
h3.privilege_tit {	
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
h3.privilege_tit span{	
	font-size: 17px;
}
h3.privilege_tit_yellow {	
	font-size: 30px;
	color: #fff100;
	padding-bottom: 5px;
}
h4.privilege_sub {	
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
}
h4.privilege_lead {	
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
}
h4.privilege_lead_white {	
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
}
h4.privilege_lead_hiroshima {	
	font-size: 23px;
	color: #000000;
	line-height: 1.5;
	text-align: center;
}
h5.privilege_copy {	
	font-size: 24px;
	line-height: 1.2;
}
h5.privilege_copy span{	
	font-size: 16px;
}
p.privilege_text {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}
p.privilege_note {
	font-size: 14px;
}
p.tokuten_note {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 10px;
}
p.underline {
	font-size: 17px;
	color: #FFFFFF;
	line-height: 1.5;
	text-decoration: underline;
}
.caption_navi{
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 13px;
}
.caption_white{
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 14px;
}
.caption_black{
	color: #000000;
	font-size: 14px;
}
.caption_vermilion{
	color: #C6000B;
	font-size: 14px;
}

/* 広島プレゼント */
h3.hiroshima_tit {	
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin: 10px auto 0;
}
.hiroshima_box{
	width: 95%;
	margin:auto;
	border:#000000 6px solid;
	background-color: #FFFFFF;
}
.hiroshima_box ul.dan{
	width: 100%;
	border-bottom:#000000 4px solid;
}
.hiroshima_box ul.dan li.number{
	width: 45%;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding: 0 10px;
	float: left;
}
.hiroshima_box ul.dan li.kikan{
	width: 55%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.hiroshima_box .present{
	width: 100%;
	padding: 20px 10px 0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.hiroshima_box .present .tax{
	font-size: 16px;
}
.hiroshima_img{
	width: 95%;
	margin:auto;
}
.hiroshima_img ul{
	width: 100%;
}
.hiroshima_img ul li.sample{
	width: 25%;
	padding: 5px;
	float: left;
}

/* マツダスカイプラン */
h3.skyplan_tit {	
	font-size: 16px;
	color: #000000;
	padding: 10px;
}

/* 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.full {
	width:100%;
	padding: 14px 14px 0;
	background-color: #FFFFFF;
}
.item-box ul li.full_black {
	width:100%;
	padding: 15px 14px 7px;
	background-color: #000000;
}
.item-box ul li {
	width:50%;
	padding: 10px;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.reverse {
	width:50%;
	padding: 10px;
	background-color: #FFFFFF;
	display:block;
	float:right;
}
.item-box ul li.bg_transparent {
	width:50%;
	padding:10px;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.bg_transparent_w38 {
	width:38%;
	padding:10px 15px;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.bg_transparent_w62 {
	width:62%;
	padding:28px 15px 10px;
	background-color: transparent;
	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.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.center-tit {
	width:100%;
	padding: 7px 10px;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
	font-size: 16px;
}
.item-box ul li.caption {
	width:100%;
	padding:14px;
	background-color:#FFFFFF;
}
.item-box ul li.caption_pd20 {
	width:100%;
	padding:20px;
	background-color:transparent;
}

/* 六感 */
ul.rokkan {
	border-top: 1px solid #624424;
}
ul.rokkan:last-child {
	border-bottom: 1px solid #624424;
}
ul.rokkan li.bg_rokkanBlue {
	background-color:#004DA0;
}

/* LaSana */
.item-box ul li.lasana {
	width:50%;
	padding:10px;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.lasana dl {
	width:100%;
	height: 187px;
	padding:10px;
	border: 2px dotted #F5166C;
	border-radius: 8px;
}
.item-box ul li.lasana dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #F5166C;
	border-bottom: 1px solid #F5166C;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.item-box ul li.lasana dl dt .label {
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}
.item-box ul li.lasana dl dd {
	font-size: 16px;
	color: #000000;
}
.item-box ul li.lasana_full {
	width:100%;
	padding: 15px 10px 2px;
	background-color: #FFFFFF;
	display:block;
	color:#F5166C;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* セレクトBOX */
.item-box ul li.set {
	width:100%;
	padding: 0;
	display:block;
	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-or_transparent { 
	width:100%;
	height: 60px;
	padding: 10px 0;
	display:block;
	text-align:center;
	background-color:transparent;
}
.item-box ul li.full-or .circle_text {
	width:40px;
	height:40px;
	border-radius: 50%;
	padding: 6px;
	background-color:#910A2D;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	margin:auto;
}
.item-box ul.center-or {
	width:100%;
	padding: 0;
}
.item-box ul.center-or li.img_item {
	width:424px;
	float: left;
}
.item-box ul.center-or li.img_or {
	width:60px;
	padding: 154px 10px;
	float: left;
}
.item-box ul.plus {
	width:100%;
	padding: 0;
	margin:auto;
	display:block;
	list-style:none;
}
.item-box ul li.select_dott {
	width:48%;
	margin: 1%;
	padding: 10px;
	border: 1px dotted #0F1437;
	display:block;
	float:left;
}
.item-box ul.vertical_select {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #005032;
	background-color: #005032;
}
.item-box ul.vertical_select li.ab{
	width:100%;
	padding: 0;
}
.item-box ul.vertical_select li.and{
	width:100%;
	padding: 10px;
	text-align: center;
}

.item-box ul li.lottery_dott01 {
	width:50%;
	padding: 10px;
	border-right: 1px dotted #000000;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.lottery_dott02 {
	width:50%;
	padding: 10px;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.lottery_dott03 {
	width:50%;
	padding: 10px;
	border-right: 1px dotted #000000;
	border-top: 1px dotted #000000; 
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.lottery_dott04 {
	width:50%;
	padding: 10px;
	border-top: 1px dotted #000000; 
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul.col2_red {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #910A2D;
	background-color: #910A2D;
}
/* 決算202402 */
.item-box ul.col2_gold {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 4px solid #DDAA39;
	background-color: #DDAA39;
}
/* 決算202408 */
.item-box ul li.col2_or {
	width:6%;
	text-align: center;
	background-color: transparent;
	padding: 188px 0;
	float: left;
}
.item-box ul li.col2_item {
	width:47%;
	text-align: center;
	background-color: transparent;
	float: left;
}
.item-box ul li.tokuten_plus {
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: transparent;
}
p.tokuten_catch {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* 新春2025 */
.item-box ul li.full_transparent7 {
	width:100%;
	padding:7px;
	background-color: transparent;
}

/* 初売り2025 */
.item-box ul li.col2h_or {
	width:6%;
	text-align: center;
	background-color: #ffffff;
	padding: 155px 0;
	float: left;
}
.item-box ul li.col2h_item {
	width:47%;
	text-align: center;
	background-color: #ffffff;
	float: left;
}
.usedcar_tit{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-bottom: 5px;
}
.usedcar_btn{
	width: 35%;
	margin: 0 auto 10px;
	border: solid 1px #ffffff;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	display: block;
}
.usedcar_btn:hover{
	color:  #ffffff;
	background-color: #C6000B;
}

/* 初売り2024 */
.item-box ul.col2_vermilion {
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #C6000B;
	background-color: #C6000B;
}

/* 初売り2022 */
h4.seiyaku1_2022hatuuri {	
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	background-image: url("../hatuuri202112/img/hatuuri22_04.png");
	background-size: 98px 63px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 110px;
	height: 63px;
}
h4.seiyaku2_2022hatuuri {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	background-image: url("../hatuuri202112/img/hatuuri22_10.png");
	background-size: 98px 63px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 15px;
	height: 63px;
}
h4.seiyaku3_2022hatuuri {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	background-image: url("../hatuuri202112/img/hatuuri22_17.png");
	background-size: 98px 63px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 15px;
	height: 63px;
}
h4.seiyaku4_2022hatuuri {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	background-image: url("../hatuuri202112/img/hatuuri22_19.png");
	background-size: 98px 63px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 15px;
	height: 63px;
}
h4.seiyaku5_2022hatuuri {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	background-image: url("../hatuuri202112/img/hatuuri22_21.png");
	background-size: 98px 63px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 110px;
	padding-top: 15px;
	height: 63px;
}

h5.seiyaku_jouyou {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	background-color: #b50080;
	margin-top: 10px;
	padding: 5px;
}
h5.seiyaku_kei {	
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
	background-color: #819b2b;	
	margin-top: 10px;
	padding: 5px;	
}

/*202307サマーフェア*/
.smv202307{
	position: relative;
}
.smv202307 img.raipre{
	position: absolute;
	left: 0;
	bottom: 0;
}
.dvcp202307_btn{
	width: 80%;
	margin: 0 auto 10px;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: inherit;
}
.dvcp202307_btn:hover{
	color:  #008EC2;
	background-color: #FFFFFF;
}

/*202406サマーフェア リンクボタン設定*/
.item-box ul li.full_blue2 {
	width:100%;
	padding: 15px 14px 7px;
	background-color:#007ab0;
}
.blue2_btn{
	width: 80%;
	margin: 0 auto 10px;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: inherit;
}
.blue2_btn:hover{
	background-color: #FFFFFF;
	color: #007ab0;
}
.summer2024_btn{
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 5px;
	padding: 10px;
	background-color:#007ab0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.summer2024_btn:hover{
	background-color: #54c3f1; 
}

/*202308決算フェア*/
.item-box ul.gold-line {
	width:100%;
	padding: 0;
	border: 3px solid #F6D56E;
	margin: 0 auto 15px;
	display:block;
	list-style:none;
}

/* 初売り2021 */
ul.gift_wrapper{
	width: 100%;
}
ul.gift_wrapper li.gift_left{
	width: 70%;
	float: left;
}
ul.gift_wrapper li.gift_right{
	width: 30%;
	float: left;
}
dl.hiromaz-gift{
	width: 100%;	
}
dl.hiromaz-gift dt{
	font-size: 30px;
	padding: 5px 0;
	color: #910A2D;
	font-weight: bold;
	width: 100%;
}
dl.hiromaz-gift dd{
	width: 100%;
}
dl.hiromaz-gift dd ul.sample{
	width: 100%;
	background-color: #D6CFD3;
	padding: 8px;
	margin-bottom: 10px;
}
dl.hiromaz-gift dd ul.sample li{
	width: 25%;
	padding: 5px;
	background-color: transparent;
	float: left;
}

/* MX-30 */
.item-box_mx30 {
	width:100%;
	margin:0 auto 20px;
	padding: 4px;
}
.item-box_mx30 ul {
	width:100%;
	padding: 0;
	margin:auto;
	display:block;
	list-style:none;
	background-color: transparent;	
}
.item-box_mx30 ul li.partition_no {
	width:100%;
	display:block;
}
.item-box_mx30 ul li.titlebox {
	width:100%;
	display:block;
	padding: 10px 20px;
}
.item-box_mx30 ul li.partition_half {
	width:50%;
	display:block;
	float:left;
}

.item-box_mx30 ul.uluao {
	width:100%;
	padding: 5px;
	background-color: #ffffff;
}
.item-box_mx30 ul.uluao li.cover {
	width:25%;
	padding: 15px;
	float: left;
}
.item-box_mx30 ul.uluao li.uluao_item {
	width:75%;
	float: left;
}
.item-box_mx30 ul.uluao li.uluao_item ul.img_wrapper {
	width:100%;
}
.item-box_mx30 ul.uluao li.uluao_item ul.img_wrapper li.uluao_pic {
	width:25%;
	padding: 15px;
	float: left;
}
.item-box_mx30 ul.uluao li.uluao_item ul.img_wrapper li.uluao_text {
	width:100%;
	padding: 15px;
	float: left;
}

.item-box_mx30 ul.freestyle-door {
	width: 100%;
	height: 560px;
	background-color:#dde7f5;
	background-image: url("../img/mx30_01.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto;
	position: relative;
}
.item-box_mx30 ul.freestyle-door li.textbox01 {
	position: absolute;
	top:0;
	left:0;
	padding: 30px;
	z-index: 2;
}

.item-box_mx30 ul.e-sky {
	width: 100%;
	height: 530px;
	background-color:#948481;
	background-image: url("../img/mx30_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	position: relative;
}
.item-box_mx30 ul.e-sky li.textbox02 {
	position: absolute;
	bottom:0;
	left:0;
	padding: 30px;
	z-index: 2;
	color: #ffffff;
}

.item-box_mx30 ul.textbox_gray {
	width: 100%;
	padding: 30px;
	background-color: #71777e;
	color: #ffffff;
}

.item-box_mx30 li.color_list {
	width:100%;
	background-color: #ffffff;
}

.item-box_mx30 li.color_list ul.color_wrapper {
	width:100%;
	padding: 10px;
	background-color: #ffffff;
}
.item-box_mx30 li.color_list ul.color_wrapper li.combination_tit {
	width:100%;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 500;
	display:block;
}
.item-box_mx30 li.color_list ul.color_wrapper li.combination {
	width:25%;
	padding: 10px;
	display:block;
	float:left;
}
.item-box_mx30 ul.color_wrapper li.combination figcaption{
	font-size: 12px;
	padding-top: 5px;
}

h2.cx30_catch {
	font-size: 18px;
	padding: 10px 0;
}
p.cx30_copy {
	font-size: 16px;
	font-weight: 500;
}

h2.privilege_title {	
	font-size: 30px;
	padding: 5px 0;
}
h3.privilege_sub{	
	font-size: 18px;
	padding-bottom: 5px;	
}
p.privilege_body{	
	font-size: 16px;
	padding: 10px 0;
}
p.privilege_note {
	font-size: 14px;
}
.item-box_mx30 ul li.full_btn {
	width:100%;
	padding: 14px;
	background-color: #FFFFFF;
}
.mazda-m{
	font-family: MazdaTypeMedium;
}
.item-box_mx30-yt {
	width:100%;
	margin:0 auto 20px;
	padding: 4px 0 20px;
	background-color: #d7d7d6;
}

/* 乗り換え応援キャンペーン */
.norikae-cp{
	padding: 20px 60px;
	background-color: #ffffff;	
}
.title-wrap{
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

/* YouTubeリンクボタン */
.youtube_btn{
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	border: 2px solid #000000;
	background-color: #ffffff;
	padding: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.youtube_btn a{
	width: 100%;
	display: block;
	line-height: 1.5;
}
.youtube_btn:hover{
	background-color: #000000;
	color: #ffffff;
}

/* 特典枠設定変更用クラス */
.bg_red {
	background-color:#910A2D;
}
.bg_carpred {
	background-color:#E50012;
}
.bg_carpblue {
	background-color:#06266B;
}
.bg_mx5red {
	background-color:#B50005;
}
.bg_vermilion {
	background-color:#C6000B;
}
.bg_blue{
	background-color:#0F1437;
}
.bg_light-blue{
	background-color:#0097E0;
}
.bg_yellow{
	background-color:#B49600;
}
.bg_green{
	background-color:#005032;
}
.bg_black {
	background-color:#000000;
}
.bg_white {
	background-color:#FFFFFF;
}
.bg_light-gray {
	background-color:#E0E1E1;
}
.bg_gray {
	background-color:#3E3A39;
}
.bg_gray_thanks {
	background-color:#DBDCDC;
}
.bg_navisupport {
	background-color:#888888;
}
.bg_gold {
	background-color:#DDAA39;
}
.bg_silver {
	background-color:#A4A6A8;
}
.bg_bronze {
	background-color:#C87D23;
}
.bg_lasana {
	background-color:#E5166C;
}
.bg_summer2021 {
	background-color:#41AAE1;
}
.bg_kessan2021 {
	background-color:#CC141C;
}
.bg_kessan2021-top {
	background-color:#dfe3eb;
}
.bg_hatuuri2022-top {
	background-color:#f5dc00;
}
.bg_hatuuri2022-other {
	background-color:#819B2B;
}
.bg_kessan2022-top {
	background-color:#edec91;
}
.bg_kessan2022-blue {
	background-color:#008f9c;
}
.bg_kessan2023-red {
	background-color:#e10049;
}
.bg_summer2022-blue {
	background-color:#0062b1;
}
.bg_summer2023-blue {
	background-color:#0075C2;
}
.bg_summer2023-orange {
	background-color:#ED6C00;
}
.bg_dvcp2023-blue {
	background-color:#008EC2;
}
.bg_spring2024-green {
	background-color:#afd125;
}
.bg_suv-green {
	background-color:#00602d;
}
.bg_summer2024-blue {
	background-color:#54c3f1;
}
.bg_kessan2024-red {
	background-color:#e50019;
}
.bg_kessan2024-brown {
	background-color:#460000;
}
.bg_insta-pink {
	background-color:#bf0071;
}
.bg_cx60-gray {
	background-color:#595757;
}
.bg_line {
	background-color:#3aae36;
}
.bg_90th {
	background-color:#ca9a0c;
}
.bg_kessan2025-pink {
	background-color:#e60044;
}
.bg_banpaku {
	background-color:#006DB7;
	padding: 10px;
	margin-bottom: 24px;
}
.text_red {
	color:#910A2D;
}
.text_vermilion {
	color:#C6000B;
}
.text_white {
	color:#ffffff;
}
.text_black {
	color:#000000;
}
.bt_dott{
	border-top: 1px dotted #000000;
}
.bt_solid{
	border-top: 1px solid #000000;
}

/*冬タイヤ特典（2017xmas）*/
ul.tire-tokuten{
	width:100%;
}
ul.tire-tokuten li.dott{
	width: 100%;
	border: 2px dotted #005032;
	padding: 10px;
	margin-bottom: 10px;
}
ul.tire-tokuten li.dott .waku60{
	width: 60%;
	float: left;
}
ul.tire-tokuten li.dott .waku40{
	width: 40%;
	float: left;
}

/* アンカーリンク用ボタン */
.item-box ul li.full_btn {
	width:100%;
	padding: 14px;
	background-color: #FFFFFF;
}
.anchor_btn{
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 5px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
}
.anchor_btn:hover{
	background-color:#333333; 
	border: 1px solid #333333;
	/*opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;*/
}

/*キャンペーン用リンクボタン*/
.item-box .wrap_cp-btn {
	width:100%;
	padding: 14px;
	background-color: inherit;
}
.wrap_cp-btn .cp-btn{
	width: 50%;
	margin: 0 auto 10px;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.wrap_cp-btn .cp-btn:hover{
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}

/* メーカーリンク用ボタン */
.btn_box{
	width: 100%;
	padding: 10px 0;
	background-color: #000000;
}
.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;
}
.mc_btn_bg-white{
	width: 80%;
	margin: 0 auto 10px;
	border-radius: 5px;
	padding: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #BBBBBB;
}
.mc_btn_bg-white:hover{
	color: #FFFFFF;
	background-color: #000000;
}

/* JMRC */
.item-box ul li.set .jmrc {
	width:90%;
	padding: 15px;
	margin: 10px auto;
	display:block;
	background-color:#FFFFFF;
	border: 2px solid #910A2D;
	border-radius: 10px;
	text-align: center;
}
.item-box ul li.set .jmrc .btn {
	width:50%;
	margin: 10px auto;
	padding: 10px;
	background-color:#910A2D;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.item-box ul li.set .jmrc a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.item-box ul li.set .jmrc .btn img {
	width:30px;
	height: 30px;
}
.item-box ul li.set .jmrc p {
	font-size: 16px;
	margin-top: 20px;
}

/* 特選車 */
h3.tokusensha_copy {	
	font-size: 30px;
	color: #FFFFFF;
	padding: 10px;
}
p.tokusensha {	
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px;
}

/* 店舗情報 */
.item-box .tenpotit {
	width:100%;
	padding:10px 0;
	display:block;
	background:#0F1437;
	color:#FFFFFF;
	text-align:center;
	font-size:24px;
}
.item-box ul.tenpo {
	width:100%;
	border:#0F1437 solid 4px;
	background:#FFFFFF;
	padding:20px 0;
	text-align:center;
	list-style:none;
	display:block;
	margin:auto;
}
.item-box ul.tenpo li {
	width:25%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
}
.item-box ul.tenpo li a {
	color:#333;
	display:block;
	text-decoration:none;
}

.item-box ul.tenpo li a:hover {
	color:#0099E0;
}
.item-box p.copy {
	color:#0099E0;
	font-size:20px;
	line-height:100%;
	text-align:center;
	padding:20px 0 8px;
}

.item-box ul.tenpo li.testdv_btnbox {
	width:100%;
}
.item-box ul.tenpo li.testdv_btnbox p.testdv_tit {
	border-bottom:#0F1437 1px solid;
	border-top:#0F1437 1px solid;
	color:#0F1437;
	margin:15px;
	font-size:18px;
	line-height:2;
	font-weight:bold;	
}
.item-box ul.tenpo li.testdv_btnbox .testdv_btn {
	width:50%;
	display: block;
	margin:auto;
	background:#0F1437;
	border-radius:5px;
	padding:10px;
	font-size:16px;
	color:#FFFFFF;
}
.item-box ul.tenpo li.testdv_btnbox .testdv_btn a {
	color:#FFFFFF;
}
.item-box ul.tenpo li.testdv_btnbox .testdv_btn a:hover {
	color:#8291A5;
}

/* 店舗情報 ボタン画像置換 */
.item-box #info-btn {
	width:100%;
	display:block;
	margin:auto;
	text-align:center;
 	padding-bottom:10px;
}

.item-box #sp_info-btn {
	width:100%;
	display:none;
	margin:auto;
	text-align:center;
	padding-bottom:5px;
}

/* 周年記念バナー */
.anniversary-linkbox_left{
	width:470px;
	padding-top: 15px;
	float: left;
}
.anniversary-linkbox_right{
	width:470px;
	padding-top: 15px;
	float: right;
}

/* 画像置換用BOX */
#mv-linkbox,#ev-linkbox,#carp-linkbox,#kei-linkbox{
	width:100%;
	height:auto;
	display:block;
	margin:auto;
}
#sp_mv-linkbox,#sp_ev-linkbox,#sp_carp-linkbox,#sp_kei-linkbox{
	width:100%;
	height:auto;
	display:none;
	margin:auto;
}

/* MV内リンクボタン */
.mv-btn-wrapper {
	width:100%;
	margin:0 auto;
	padding: 10px 0;
}

#pc_news,#cx5pc,#cx8pc,#atenzapc,#demiopc{
	width:100%;
	height:auto;
	display:block;
}
#sp_news,#cx5sp,#cx8sp,#atenzasp,#demiosp{
	width:100%;
	height:auto;
	display:none;
}

/* 西条1周年バナー画像置換用 */
.item-box ul li.bnr_saijo1st_pc {
	width:100%;
	padding:0;
	background-color: transparent;
	display:block;
	margin:auto;
}
.item-box ul li.bnr_saijo1st_sp {
	width:100%;
	padding:0;
	background-color: transparent;
	display:none;
	margin:auto;
}

/* イベントページリンクボタン */
.event_btn{
	width: 35%;
	margin: 10px auto 0;
	border: 1px solid #000000;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.event_btn:hover{
	background-color: #000000;
	color: #ffffff;
}

/* 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;
}
	
/* event-select */
#contents .category ul.select_wrap {
	width:90%;
}
#contents .category ul.select_wrap li {
	width:100%;
	padding: 0 0 10px;
	float: none;
}
#contents .category ul.select_wrap li a .select_btn{
	font-size: 14px;
	line-height: 2.2;
}	

/* 見出し　スマホ */
h2.title {
	width:95%;
	height: auto;
	text-indent: 0;
	font-size:18px;
	line-height:1.5;
}

/* スライダー */
.autoplay {
	width:95%;
	margin: 0 auto 45px;
}
.item {
	width:100%;
}
.item img{
	width:100%;
}
	
/* コンテンツ */
#contents {
	width:100%;
	background:#FFFFFF;
}

#contents .category {
	width:100%;
}	
	
/* news */
#contents .category ul.news_wrap {
	width:90%;
	height: auto;
}
#contents .category ul.news_wrap li {
	width:100%;
	float: none;
}
	
/* 試乗予約 */
#contents .category #testdv_pc {
	display:none;
}
#contents .category #testdv_sp {
	width:100%;
	margin:auto;
	display:block;
}
	
/* 特典用テキスト設定 */
h3.privilege_tit,h3.privilege_tit_yellow,h4.privilege_sub {	
	font-size: 26px;
	text-align: center;
}
h4.privilege_sub {	
	font-size: 14px;
	text-align: center;
}
h4.privilege_lead {	
	font-size: 16px;
}
h4.privilege_lead_white {	
	font-size: 16px;
}
h4.privilege_lead_hiroshima {	
	font-size: 18px;
	text-align: left;
}		
p.privilege_text {
	font-size: 14px;
}
p.privilege_note {
	font-size: 12px;
}
.item-box ul li.center-tit {
	font-size: 13px;
}
	
/* ひろしまプレゼント */
.hiroshima_box ul.dan li.number{
	width: 100%;
	text-align: center;
	float: none;
}
.hiroshima_box ul.dan li.kikan{
	width: 100%;
	text-align: center;
	float: none;
}
.hiroshima_img ul li.sample{
	width: 50%;
}
	
/* 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.reverse {
width:100%;
	float:none;
}
.item-box ul li.bg_transparent {
	width:100%;
	float:none;
}
.item-box ul li.bg_transparent:first-child {
	padding-bottom: 0;
}
.item-box ul li.bg_transparent_w38 {
	width:100%;
	padding:10px;
	float:none;
}
.item-box ul li.bg_transparent_w62 {
	width:100%;
	padding:10px;
	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.lasana {
	width:100%;
	float:none;
}
.item-box ul li.lasana dl {
	height: auto;
}	
.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_navi{
	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 li.select_dott {
	width:100%;
	float:none;
}
	
.item-box ul li.lottery_dott01 {
	width:100%;
	border-right: none;
	float:none;
}
.item-box ul li.lottery_dott02 {
	width:100%;
	border-top: 1px dotted #000000; 
	float:none;
}
.item-box ul li.lottery_dott03 {
	width:100%;
	border-right: none;
	border-top: 1px dotted #000000;
	float:none;
}
.item-box ul li.lottery_dott04 {
	width:100%;
	border-top: 1px dotted #000000; 
	float:none;
}
		
/* 決算202408 */
.item-box ul li.col2_or {
	width:100%;
	padding: 10px;
	float: none;
}
.item-box ul li.col2_item {
	width:100%;
	float: none;
}
p.tokuten_catch {
	font-size: 17px;
}
	
/* 新春2025 */
.item-box ul li.full_transparent7 {
	width:100%;
	padding:10px 0 0;
	background-color: transparent;
}	
	
/* 初売2025 */
.item-box ul li.col2h_or {
	width:100%;
	padding: 10px;
	float: none;
}
.item-box ul li.col2h_item {
	width:100%;
	float: none;
}
.usedcar_btn{
	width: 90%;
}	
	
/* 初売り2022 */
h4.seiyaku1_2022hatuuri {
	height: auto;
}
h4.seiyaku2_2022hatuuri {
	height: auto;
}
h4.seiyaku3_2022hatuuri {
	height: auto;
}
h4.seiyaku4_2022hatuuri {
	height: auto;
}
h4.seiyaku5_2022hatuuri {
	height: auto;
}	
	
/* 初売り2021 */
ul.gift_wrapper li.gift_left{
	width: 100%;
	float: none;
}
ul.gift_wrapper li.gift_right{
	width: 100%;
	float: none;
}
dl.hiromaz-gift dd ul.sample li{
	width: 50%;
}	
	
/* MX-30 */
.item-box_mx30 {
	width:95%;
}
.item-box_mx30 ul li.partition_half {
	width:50%;
	float:left;
}
.item-box_mx30 ul.uluao li.cover {
	width:100%;
	float: none;
}
.item-box_mx30 ul.uluao li.uluao_item {
	width:100%;
	float: none;
}
.item-box_mx30 ul.uluao li.uluao_item ul.img_wrapper li.uluao_pic {
	width:50%;
	float: left;
}
.item-box_mx30 ul.freestyle-door {
	width: 100%;
	height: 360px;
	background-size: contain;
}
.item-box_mx30 ul.freestyle-door li.textbox01 {
	position: absolute;
	top:0;
	left:0;
	padding: 30px;
	z-index: 2;
}
.item-box_mx30 ul.e-sky {
	width: 100%;
	height: 430px;
	background-size: contain;
}
.item-box_mx30 ul.e-sky li.textbox02 {
	position: absolute;
	bottom:0;
	left:0;
	padding: 30px;
	z-index: 2;
	color: #ffffff;
}
.item-box_mx30 ul.textbox_gray {
	width: 100%;
	padding: 30px;
	background-color: #71777e;
	color: #ffffff;
}	
.item-box_mx30 li.color_list ul.color_wrapper li.combination {
	width:50%;
}	
h2.cx30_catch {
	font-size: 18px;
	padding: 10px 0;
}
p.cx30_copy {
	font-size: 14px;
}
h2.privilege_title {	
	font-size: 24px;
}
h3.privilege_sub{	
	font-size: 16px;	
}
p.privilege_body{	
	font-size: 14px;
}
p.privilege_note {
	font-size: 12px;
}
	
/* 乗り換え応援キャンペーン */
.norikae-cp{
	padding: 15px;
}
	
/*キャンペーン用リンクボタン*/
.wrap_cp-btn .cp-btn{
	width: 90%;
}
	
/*冬タイヤ特典（2018xmas）*/
ul.tire-tokuten li.dott .waku60{
	width: 100%;
	float: none;
}
ul.tire-tokuten li.dott .waku40{
	width: 100%;
	float: none;
}
	
/* JMRC */
.item-box ul li.set .jmrc {
	padding: 0 15px;
	margin: 0 auto;
}
.item-box ul li.set .jmrc .btn {
	width:100%;
	font-size:18px;
}
.item-box ul li.set .jmrc a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
/* 特選車 */
h3.tokusensha_copy {	
	font-size: 24px;
	padding: 10px 0;
}
p.tokusensha {	
	font-size: 12px;
	padding: 5px 0;
}
	
/* 店舗情報 */
.item-box .tenpotit {
	font-size:15px;
	padding:8px 0;
}
.item-box ul.tenpo li {
	width:50%;
	padding-top:20px;
	padding-bottom:20px;
}	
.item-box ul.tenpo li.testdv_btnbox p.testdv_tit {
	font-size:16px;
	line-height:1.5;
	padding:8px;
}
.item-box ul.tenpo li.testdv_btnbox .testdv_btn {
	width:90%; 
	padding:15px;
	margin:0 auto 15px;
	font-size:14px;
}
	
/* 店舗情報  ボタン画像置換 */
.item-box #info-btn {
	display:none;
}
.item-box #sp_info-btn {
	display:block;
}

/* 周年記念バナー */
.anniversary-linkbox_left{
	width:100%;
	float: none;
}
.anniversary-linkbox_right{
	width:100%;
	float: none;
}
	
/* イベントページリンクボタン */
.event_btn{
	width: 90%;
}		
	
/* 画像置換用BOX */
#mv-linkbox,#ev-linkbox,#carp-linkbox,#kei-linkbox{
	display:none;
}
#sp_mv-linkbox,#sp_ev-linkbox,#sp_carp-linkbox,#sp_kei-linkbox{
	display:block;
}
#sp_carp-linkbox{
	width: 95%;
}
#sp_carp-linkbox{
	padding-top: 10px;
}	
#pc_news,#cx5pc,#cx8pc,#atenzapc,#demiopc{
	display:none;
}
#sp_news,#cx5sp,#cx8sp,#atenzasp,#demiosp{
	display:block;
}
	
/* 西条1周年バナー画像置換用 */
.item-box ul li.bnr_saijo1st_pc {
	display:none;
}
.item-box ul li.bnr_saijo1st_sp {
	display:block;
}
	
}