@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
.roboto_font{
	font-family: 'Roboto Condensed', sans-serif;
}
/**********************************/

.sec_ttl {
    /* font-size: clamp(24px, 6.316vw, 38px); */
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1.2;
    padding: 8px 0;
}

/*========================================
 + 早見項目
========================================*/
#car_data_point{
	width:100%;
	table-layout: fixed;
}
#car_data_point th{
	background-color:#f1f1f1;
	padding:13px 0;
	text-align:center;
}
#car_data_point td{
	text-align:center;
	padding:13px 0;
	background-color:#FFF;
}
#car_data_point td .price{
	font-size:26px;
	color:#C00;
	font-weight:bold;
}
.t_r{text-align:right !important;}
#car_data_point .BB{ border-bottom:3px solid #FFF;}

.dtl_top_disp2{
	display:
	flex;
	justify-content: space-between;
}
/*========================================
 +　画像
========================================*/
#img_area{
	margin: 0;
	width: 644px;
}
#main_img{
	margin:0px auto 0;

	text-align:center;
	position:relative;
	border:2px solid #c8142d;
}
.soldout_img{
	position: absolute;
	top: 3px;
	z-index: 9;
	left: 3px;
	width: calc(100% - 6px);
}
.sold_out_contact{
    color: #ff5e00;
    text-align: center;
    font-weight: bold;	
}
.m20T{ margin-top: 20px;}
#AP_ImgPrev{
	position:absolute;
	cursor:pointer;
	top:200px;
	left:0px;
	display:block;
}
#AP_ImgNext{
	position:absolute;
	cursor:pointer;
	top:200px;
	right:0px;
}

#s_imgArea{
	padding:0px 0 0px 0px;
	margin: 15px 0 0 0;
}
.s_img{
	display:
	block;
	margin: 0 0.5% 5px;
	float:
	left;
	text-decoration:
	none;
	width: 9%;
}
.s_img a{
	display:
	block;
	
	background-color:#FFF;
	border: 1px solid #d4d4d4;
}

.s_img a:visited{
	text-decoration:none;
}
.s_img a:hover{
	border:1px solid #c8142d;
 	background-color:#FFF !important;
}

#ImtCmt_area{
	padding:10px ;
	text-align:center;
}
.cmn_h2TT {
    font-size: 22px;
    font-weight: normal;
    margin-left: 5px;
}
/* slide */
.full-slide {display: block;width: 100%;padding-right: 0;position: relative;}

.full-slide .slider-for {background: #fff;padding: 4px;border: 3px solid #3871b6;/* box-shadow: 6px 6px 0 #97dae6; */}
.slick-slide{ height:auto !important;}
.nav-item-slide .slick-list .slick-track { transform: translate3d(0, 0, 0)!important; width: 100% !important; } 
.nav-item-slide .slick-slide {width: 10% !important;margin: 0 0% 8px;line-height: 0;background: #fff;padding: 3px;transition: all 0.3s;cursor: pointer;}
.nav-item-slide .slick-slide.slick-current.slick-active,
.nav-item-slide .slick-slide.slick-current { background: #62d9f7; }
.nav-item-slide .item-img img { width: 100%; }
.nav-item-slide .item-img:focus { outline: none; }
.nav-item-slide .slider-nav {padding: 12px 0;}


.zaiko_banner{
	max-width: 900px;
	width: 90%;
	margin-inline:auto;
	margin-top:100px;
}

/*========================================
  在庫
========================================*/
#car_data_Rdisp{
	width: 530px;
	margin: 0;
}
#car_data_Rdisp .label-mishiyou{
	font-size:16px;
	color: #FFF;
	padding: 0px 3px;
	border-radius: 3px;
	background-color: rgba(255,150,0,1.00);
	display: inline-block;
	margin: 0 8px 0 0;
}
#car_data_Rdisp .label_icon{
	font-size: 16px !important;
	padding: 0px 7px;
}

#car_data_Rdisp .label-store {
  font-size: 16px;
  color: #FFF;
  padding: 0px 3px;
  border-radius: 3px;
  background-color: rgb(76, 0, 255);
  display: inline-block;
  margin: 0 8px 0 0;
}


.price_dtl_txt{position: relative;text-align: left;font-weight: bold;margin: 5px 0 0;}

.price_dtl_txt .price{
	font-size: 45px !important;
	color: #d52a84;
	font-weight: normal;
	line-height: 1;
	font-family: 'Secular One', sans-serif;
	margin: 0 0 0 10px;
}
#car_data_Rdisp .spc_icon {
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 65px;
}

#car_data_Rdisp table{
	margin: 10px 0 0 0;
	border-collapse: collapse;
	table-layout: fixed;
}
#car_data_Rdisp table th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #dcdcdc;
}
#car_data_Rdisp table td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 5px 0;
	text-align: center;

}

.carContact{
	background-color: #e7e7e7;
	margin: 15px 0 0;
	padding: 15px 0;
}
.freedial_tel{
	background-color:#FFF;
	width:90%;
	margin: 0px auto;
	text-align:
	center;
	padding: 8px 0;
	box-sizing: border-box;
}
.freedial_tel p:first-child{
	font-size: 50px;
	margin: 0 !important;
	padding: 0;
	color: rgb(213 42 132);
	text-align: center;
	line-height: 32px;
}
.freedial_tel p:first-child i{
	margin: 0px 5px 0 0;
	transform: rotate(-41deg);
	top: -1px;
	position: relative;
}
.freedial_tel p:first-child span{
	font-size: 49px;
	line-height: 1.2;
}
.freedial_tel p:last-child{
	font-weight:bold;
	margin: 0 !important;
	text-align: center;
}


.newcar{
	background-image: url("../images/detail/newcar_back.jpg");
	width:309px;
	height:49px;
	margin: 15px 0 0;
	padding: 15px 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.tel span{display: block;text-align: center;margin: 0px 0 10px;font-weight: bold;}
.tel a{ background-color: #FFF; border-radius: 3px; padding: 10px; display: block; width: 256px; margin: auto;}


.contactBtn {
	width: 266px;
    background-color: #174f9b;
	padding: 0 23px 0 15px;
	height: 40px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	box-shadow: 0 2px 0 #b0b0b0;
	border-radius: 3px;
	position: relative;
	margin: 15px auto 0;
	box-sizing: border-box;
}
.contactBtn img{position: absolute; top: 15px; right: 15px;}

/*======================================
 +　切り替えボタン
========================================*/
#KirikaeBtDisp{
	position: relative;
	z-index:990;
}
#KirikaeBtDisp ul{
	text-align:center;
}
#KirikaeBtDisp ul li{
	display:inline-block;	
	height:70px;
	margin:0 20px 0;
	width:332px;
	text-align:center;
	box-sizing: border-box;
	position:relative;
	background-color:#FFF;
}
#KirikaeBtDisp ul li a{
	display:block;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/detail/tab.jpg);
	width:332px;
	height:0;
	padding:70px 0 0 0;
	overflow:hidden;
}
#KirikaeBtDisp ul li:first-child a{ background-position:0 0 ;}
#KirikaeBtDisp ul li:last-child a{ background-position:-332px 0 ;}
#KirikaeBtDisp ul li:first-child.selected a{
	background-position:0 -70px;
}
#KirikaeBtDisp ul li:last-child.selected a{
	background-position:-332px -70px;
}

.detail_data{
	margin:-7px 0 0 0;
	padding:10px 10px;
	background-color:#FFF;
	border:2px solid #000;
	z-index:999;
	position:relative;
}
/* 基本情報 */
#disp2,#disp3{display:none;}


table.inner{
	margin: 10px 0 0 0;
	border-collapse: collapse;
	table-layout: fixed;
}
.inner th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #dcdcdc;
}
.inner td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 5px 5px;
	text-align: right;

}
.t_c td{
	text-align: center !important;

}
#panelSlct td select{
	padding:5px;
}

/*　装備情報　*/
#soubi{
	margin-top:5px;
	margin-bottom:20px;
	background-color:#FFF;
	padding:10px;
}
#soubi li{
	background-color:#e7e8e8;
	float:left;
	padding:7px 20px;
	display:inline-block;
	margin:0 5px 10px;
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#comment{
	padding:15px;
	background-color:#FFF;
}

#comment2{
	padding:15px;
	background-color:#FFF;
}

#data_disp{
	padding:15px;
	background-color:#f1f1f1;
}

#car_data_catalog{
	border:3px solid #FFF;
}
#car_data_catalog{
	width:100%;
	table-layout: fixed;
}
#car_data_catalog th{
	background-color:#f1f1f1;
	padding:5px 0;
	text-align:center;
}
#car_data_catalog td{
	text-align:center;
	padding:5px 0;
	background-color:#FFF;
}
#car_data_catalog td .price{
	font-size:20px;
	color:#C00;
}
#data_disp ul{
	background-color:#FFF;
	margin:10px 0 0;
	padding:7px;
}
#data_disp ul li{
	display:inline-block;
	margin:5px 30px 0 0;
	font-size:14px;
	
}
.t_r{text-align:right !important;}
/* .contact_disp{
	margin:50px 0 50px;
	background-image:url(../images/detail/contact.gif);
	background-repeat:repeat;
} */
.ContactDisp_in{
	background-image: url(../images/detail/cotact_disp_new.png);
	background-repeat:no-repeat;
	height:376px;
	position:relative;
	margin: auto ;
	width:960px;
}
.ContactDisp_in_text{
	padding:90px 30px 0 150px;
}	
.ContactDisp_in_text tr{
	height:30px;
}	
.ContactDisp_in_text td{
	height:25px;
}
/* .contact_disp a{
	position:absolute;
	bottom:50px;
	right:390px;
} */
#tokusen{
	background-image:url(../images/search/tokuten.png);
	width:754px;
	height:266px;
	margin:30px auto;

}
#month{
	font-size:30px;
	color:white;
	font-weight:bold;
	position: relative;
	left:57px;
	top:26px;	
}	
.zaikoDetail h4 {
    border-bottom: 2px solid #005fa9;
    margin: 30px 0 10px;
    text-align: left;
    width: 100%;
}
.otherList {
    margin: 20px 0 30px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.otherList li {
    box-sizing: border-box;
    width: 24%;
	margin-right:5px;
}
.otherList li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.otherList li table th {
    background: #f6f6f6 none repeat scroll 0 0;
}
.otherList li table tr > * {
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 5px 10px 3px;
}
.otherList a {
	text-decoration: none;
}
.arrow {
    display: inline-block;
    font-size: 90%;
    padding: 0 10px 0 18px;
    position: relative;
    text-decoration: none;
}
.otherList .detailBtn {
    background: #c6162d none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 7px 16% 6px 5px;
    text-align: center;
    width: auto;
}

.otherList .spc_icon{
    position: absolute;
    display: inline-block;
    width: 34px;
    /* margin: 0 0 0 4px; */
    bottom: 25px;
    right: 3px;
}

.arrow::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 3px 0 3px 10px;
    content: " ";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}

#contact_message{
	background: #00b7ee;
	color: #FFF;
	font-size: 22px;
	position: relative;
	font-family: "M PLUS 1p";
	text-align: center;
	padding: 10px 0;
	margin: 20px 0 0;
	box-shadow: 4px 4px 0 #ffdf25;
}
#contact_message::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #00b7ee;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -12px;
    /* box-shadow: 4px 4px 0 #ffdf25; */
    z-index: 3;
}
#contact_message::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #ffdf25;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin: 0px 0 0 -11px;
    /* box-shadow: 4px 4px 0 #ffdf25; */
    z-index: 2;
}



.newyear_txt {
    width: calc(100% + 5px);
    margin: 0px auto;
    padding: 76px 30px 75px;
    border: 6px solid #0855a2;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
	/*top:18.5%;*/
    background: rgb(255 255 255 / 79%);
    height: 510px;
	/*height:650px;*/
    z-index: 9;
}

	.newyear_txt dt {
		padding: 30px 0 15px;
		font-size: 28px;
		color: #0855a2;
		text-align: center;
		font-weight: bold;
		background: #FFF;
		width: 750px;
		margin: auto;
		position:relative;

	}
	.newyear_txt dt:before{
		content:'';
		width: 80%;
		height:5px;
		background: #ffe736;
		position:absolute;
		left: 10%;
		bottom: 4px;
	}
	.newyear_txt dd {
		line-height: 1.9;
		text-align: center;
		background: #FFF;
		padding: 17px 0 30px;
		width: 750px;
		margin: auto;
	}
	h3.con_ttl2{
		margin: 30px 0;
	}
	

	.detail_sub_title {
		font-size: 25px;
		font-weight: bold;
		color: #005bab;
		border-left: 5px solid #ffdf25;
		padding-left: 15px;
		margin: 0 0 15px;
	}
	#contact_message2{
		position: relative;
		background: #e7e7e7;
		/* color: #ffffff; */
		font-size: 20px;
		position: relative;
		font-weight: 700;
		/* font-family: "M PLUS 1p"; */
		text-align: center;
		border-radius: 5px;
		padding: 17px 0;
		margin: 20px 6px 0;
		box-shadow: 3px 3px 0 #acd5e2;
	}
	.contact_bt{
		background-color: #22ac38;
		border-radius: 10px;
		width: 500px;
		margin: 10px auto;
		padding: 13px 15px;
		display: block;
		border-bottom: 5px solid #134e1c;
		font-weight: normal;
	}
	.contact_bt_txt {
		background-color: #ffffff;
		/* width: 48%; */
		color: #22ac38;
		border-radius: 28px;
		text-align: center;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 0px;
		font-size: 16px;
	}
	.contact_bt .tel{color: #ffffff !important;font-size: 19px;line-height: 1.5;}
	.contact_bt .tel i{font-size: 38px;margin: 0 5px 0 0;position: relative;top: 7px;}
	
	
	.contact-oder{
		margin:30px 0 0 ;
		text-align:center;
	}
	.contact-oder p {
		font-size: 20px;
		line-height: 1.3;
		font-weight: 700;
		position: relative;
		margin: 0 0 13px;
		text-align: center;
		display: inline-block;
		padding: 0 40px;
		color: #005aaa;
	}
	.contact-oder p::before {
		left: 30px;
		transform: translate(-50%,-50%) rotate(-45deg);
		content: "";
		width: 30px;
		height:30px;
		display: block;
		border-left: 4px solid #005aaa;
		position: absolute;
		bottom: -4px;
		pointer-events: none;
	}
	.contact-oder p::after {
		right: 0;
		transform: translate(-50%,-50%) rotate(-45deg);
		content: "";
		width: 30px;
		height:30px;
		display: block;
		border-bottom: 4px solid #005aaa;
		position: absolute;
		bottom: -6px;
		pointer-events: none;
	}
	
	.contact-oder p span{
		position:relative;
		font-size: 30px;
	}
	.contact-oder p span:after{
		content:'';
		position:absolute;
		left: -3px;
		bottom: 8px;
		width:100%;
		height: 14px;
		background-color:#fffc00;
		z-index:2;
	}
	.contact-oder p span b{
		z-index: 3;
		position: relative;
		font-size: 26px;
	}
	
	.contact_bt2{
		background-color: #005bab;
		border-radius: 10px;
		width: 500px;
		margin: -9px auto 20px;
		padding: 13px 15px;
		display: block;
		border-bottom: 5px solid #acd5e2;
		text-align: center;
	}
	.contact_bt2_txt {
		background-color: #ffffff;
		/* width: 48%; */
		color: #005bab;
		border-radius: 28px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 0px;
		display: inline-block;
		padding: 0 55px;
	}
	.contact_bt2 .tel{color: #ffffff !important;font-size: 19px;line-height: 1.5;/* text-shadow: 0px 2px 0 #67b8ff; */}
	.contact_bt2 .tel i{font-size: 35px;margin: 0 5px 0 0;position: relative;top: 5px;/* text-shadow: 0px 2px 0 #67b8ff; */}
	


	/********************************
	　　　　360°埋め込み
	*********************************/
	.panorama_view_title{
		margin:30px 0 0 ;
		text-align:center;
	}
	.panorama_view_title p {
		font-size: 20px;
		line-height: 1.3;
		font-weight: 700;
		position: relative;
		margin: 0 0 13px;
		text-align: center;
		display: inline-block;
		padding: 0 40px;
		color: #000000;
	}
	.panorama_view_title p::before {
		left: 19px;
		transform: translate(-50%,-50%) rotate(-45deg);
		content: "";
		/* width: 30px; */
		/* height:30px; */
		display: block;
		/* border-left: 4px solid #005aaa; */
		position: absolute;
		bottom: -18px;
		pointer-events: none;
		height: 32px;
		width: 4px;
		background: #000;
		border-radius: 2px;
	}
	.panorama_view_title p::after {
		right: 21px;
		transform: translate(-50%,-50%) rotate(44deg);
		content: "";
		width: 30px;
		height:30px;
		display: block;
		/* border-bottom: 4px solid #005aaa; */
		position: absolute;
		bottom: -16px;
		pointer-events: none;
		pointer-events: none;
		height: 32px;
		width: 4px;
		background: #000;
		border-radius: 2px;
	}
	
	.panorama_view_title p span{
		position:relative;
		font-size: 30px;
	}
	.panorama_view_title p span:after{
		content:'';
		position:absolute;
		left: -3px;
		bottom: 8px;
		width:100%;
		height: 14px;
		background-color:#fffc00;
		z-index:2;
	}
	.panorama_view_title p span b{
		z-index: 3;
		position: relative;
		font-size: 26px;
	}
	.panorama_view{
		display: flex;
		align-content: center;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.panorama_view > div{
		width: 49.4%;
		border:2px solid #000;
		border-radius: 10px;
		align-content: center;
		justify-content: space-between;
		overflow:hidden;
	}
	.panorama_view > div p{
		background-color:#000;
		color:#FFF;
		padding:10px;
		text-align:center;
		font-size:18px;
		font-weight:bold;
	}
	.panorama_view > div p i{
		margin:0 5px 0 0;
	}
	.panorama_view > div iframe {
		width: 100%;
		height: 264px;
		vertical-align: bottom;
		border: none;
		overflow-x: hidden !important;
	}

/********************************
	　　お問合せフォーム
*********************************/
.contact_disp{
	width: 500px;
	margin:20px auto;
}
.contact_disp table{
	width:100%;
	border:none;
	font-size:16px;
}
.contact_disp table th{
	background-color:transparent;
	color:#000;
	/*width:130px;*/
	width:200px;
	border:none;
	text-align:left;
}

.contact_disp table td{
	border:
	none;
	text-align:
	left;
	padding: 3px 0;
}

.contact_disp table th span{
	background-color:#C00;
	color:#fff;
	font-size: 12px;
	font-weight:normal;
	padding: 2px 8px;
	border-radius:5px;
	margin-left: 10px;
}

.contact_disp table td input[type="text"] {
	padding:5px;
	width:100%;
	border-radius: 3px;
	font-size:16px;
	border: 1px solid rgb(121, 121, 121);
}

.sp_only{ display: none;}

@media screen and (max-width: 1150px){
	.detail_sub_title {
		font-size: 22px;
	}
	#img_area{
		margin: 0;
		width: 60%;
	}
	#car_data_Rdisp {
		width: 38%;
	}

	.freedial_tel p:first-child{
		font-size: 40px;
		line-height: 32px;
	}
	.freedial_tel p:first-child span {
	    font-size: 40px;
	    line-height: 1.2;
	}
	.inner th{
		width: 174px;
		padding: 5px 0;
		border: solid 1px #dcdcdc;
	}

}
@media screen and (max-width: 1023px){
	
	.dtl_top_disp2{
		justify-content: center;
		flex-wrap: wrap;
	}
	#img_area,#car_data_Rdisp{
		width: 100%;
		max-width:644px ;
	}
	.newyear_txt {
	    padding: 130px 0 10px;
	    top: -14px;
	    height: 730px;
	}
	.newyear_txt dt {
		padding: 30px 0 15px;
		font-size: 28px;
		width: 90%;

	}

	.newyear_txt dd {
		padding: 17px 0 30px;
		width: 90%;
	}
	

}
@media screen and (max-width: 767px){
	.detail_sub_title {
		font-size: 18px;
		padding-left: 8px;
	}
	.sec_ttl {
		/* font-size: clamp(24px, 6.316vw, 38px); */
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 1.2;
		padding: 8px 0;
	}
	.inner{
		border-top: solid 1px #dcdcdc;
		border-left: solid 1px #dcdcdc;
		border-right: solid 1px #dcdcdc;
	}
	.inner tr{
		display:
		flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.inner th{
		width: 145px;
		border: none;
		border-bottom: solid 1px #dcdcdc;
	}
	.inner td{
		width: calc(100% - 145px);
		border: none;
		border-bottom: solid 1px #dcdcdc;
	}

	.newyear_txt {
		width:100%;
	}

	

}
@media screen and (max-width: 480px){
	.carContact{
		padding: 10px;
	}
	.freedial_tel{
		background-color:#FFF;
		width:100%;
	}
	.freedial_tel p:first-child{
		font-size: 40px;
		line-height: 32px;
	}
	.freedial_tel p:first-child span{
		font-size: 37px;
		line-height: 1.2;
	}
	.freedial_tel p:last-child{
		font-size:14px;
	}



	#contact_message2{
		background: #e7e7e7;
		color: #000000;
		font-size: 16px;
		position: relative;
		/* font-weight: 700; */
		/* font-family: "M PLUS 1p"; */
		text-align: center;
		border-radius: 5px;
		padding: 17px 0;
		margin: 20px 6px 0;
		box-shadow: 3px 3px 0 #acd5e2;
	}
	
	#contact_message{
		background: #00b7ee;
		color: #FFF;
		font-size: 14px;
		position: relative;
		font-family: "M PLUS 1p";
		text-align: center;
		padding: 7px 0;
		margin: 20px 0 0;
		box-shadow: 4px 4px 0 #ffdf25;
	}
	#contact_message::after {
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 15px solid #00b7ee;
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin: 0 0 0 -12px;
		/* box-shadow: 4px 4px 0 #ffdf25; */
		z-index: 3;
	}
	#contact_message::before {
		content: "";
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 15px solid #ffdf25;
		position: absolute;
		bottom: -19px;
		left: 50%;
		margin: 0px 0 0 -11px;
		/* box-shadow: 4px 4px 0 #ffdf25; */
		z-index: 2;
	}
	


	
	.contact_bt{
		background-color: #22ac38;
		border-radius: 10px;
		width: 95%;
		margin: 10px auto;
		padding: 13px 15px;
		display: block;
		border-bottom: 5px solid #134e1c;
	}
	.contact_bt_txt {
		background-color: #ffffff;
		/* width: 48%; */
		color: #22ac38;
		border-radius: 28px;
		text-align: center;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 0px;
		line-height: 1.5;
	}
	.contact_bt .tel{color: #ffffff !important;font-size: 18px;line-height: 1.5;}
	.contact_bt .tel i{font-size: 33px;margin: 0 5px 0 0;position: relative;top: 7px;}
	
	
	.contact-oder{
		margin:30px 0 0 ;
		text-align:center;
	}
	.contact-oder p {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 700;
		position: relative;
		margin: 0 0 13px;
		text-align: center;
		display: inline-block;
		padding: 0 40px;
		color: #005aaa;
	}
	.contact-oder p::before {
		left: 30px;
		transform: translate(-50%,-50%) rotate(-45deg);
		content: "";
		width: 30px;
		height:30px;
		display: block;
		border-left: 4px solid #005aaa;
		position: absolute;
		bottom: -4px;
		pointer-events: none;
	}
	.contact-oder p::after {
		right: 0;
		transform: translate(-50%,-50%) rotate(-45deg);
		content: "";
		width: 30px;
		height:30px;
		display: block;
		border-bottom: 4px solid #005aaa;
		position: absolute;
		bottom: -6px;
		pointer-events: none;
	}
	
	.contact-oder p span{
		position:relative;
		font-size: 30px;
	}
	.contact-oder p span:after{
		content:'';
		position:absolute;
		left: -3px;
		bottom: 8px;
		width:100%;
		height: 14px;
		background-color:#fffc00;
		z-index:2;
	}
	.contact-oder p span b{
		z-index: 3;
		position: relative;
		font-size: 23px;
	}
	
	.contact_bt2{
		background-color: #005bab;
		border-radius: 10px;
		width: 89%;
		margin: -9px auto 20px;
		padding: 13px 15px;
		display: block;
		border-bottom: 5px solid #acd5e2;
		text-align: center;
	}
	.contact_bt2_txt {
		background-color: #ffffff;
		width: 100%;
		color: #005bab;
		border-radius: 28px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 0px;
		line-height: 1.5;
	}
	.contact_bt2 .tel{color: #ffffff !important;font-size: 18px;line-height: 1.5;/* text-shadow: 0px 2px 0 #67b8ff; */}
	.contact_bt2 .tel i{font-size: 33px;margin: 0 5px 0 0;position: relative;top: 5px;/* text-shadow: 0px 2px 0 #67b8ff; */}
	.contact_disp{
		width: 95%;
		margin:0 auto 20px;
	}
	.contact_disp table{
		font-size: 15px;
		text-align: left;
	}
	.contact_disp table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.contact_disp table th{
		font-weight: normal;
		margin: 7px 0 0;
		width: 100%;
	}
	.contact_disp table td{
		width: 100%;
	}
	.contact_disp table td input[type="text"],.contact_disp table td input[type="tel"] {
		padding:5px;
		width:100%;
		border-radius: 3px;
		font-size:16px;
		border: 1px solid rgb(121, 121, 121);
		line-height: 1.4;
	}


	#car_data_Rdisp .label-mishiyou{
		font-size:14px;
	}
	#car_data_Rdisp .label_icon{
		font-size: 14px !important;
	}
	.price_dtl_txt .price {
	    font-size: 40px !important;
	    color: #d52a84;
	}

	
	.sp_only{ display: block;}

	.nav-item-slide .slick-slide {
		width: 14% !important;
	}


	.newyear_txt {
	    padding: 0;
	    top: 17.7%;
	    height: auto;
	    border: 3px solid #0855a2;
	}
	.newyear_txt dt {
		padding: 30px 0 15px;
		font-size: 22px;
		width: 96%;
	}

	.newyear_txt dd {
		padding: 17px 0 30px;
		width: 98%;
		font-size: 16px;
	}
	.newyear_txt dd br{
		display:none;
	}

	.zaiko_banner{
		margin-top:40px!important;
	}

	

}
@media screen and (max-width: 390px){

	.newyear_txt {
	    /*height: 18.5%;*/
	}
	
}
@media screen and (max-width: 325px){

	.newyear_txt {
	    height: 916px;
	    border: 3px solid #0855a2;
	}
	.contact-oder p span b{
		font-size: 17px;
	}
	.contact-oder p {
	    font-size: 14px;
	}
	.contact_bt2_txt {
		font-size: 13px;
	}
	.contact_bt2 .tel{font-size: 16px;}
	.contact_bt2 .tel i{font-size: 25px;}

}

