@charset "utf-8";
/*===== home.css =====*/
.top__header{
	margin-top: -30px;
	padding: 20px 0;
	background: #bddffc;
	background: -moz-linear-gradient(top, #bddffc 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #bddffc 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #bddffc 0%,#ffffff 100%);
}
.top__header__inner{
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.top__heading{
	width: 940px;
	height: 190px;
	margin: 0 auto;
	background: url(/asset/images/home/mv.png) no-repeat center top;
	background-size: 100% auto;
	text-indent: -9999px;
}
.message__inner{
	position: relative;
}
.message__heading{
	width: 970px;
	height: 240px;
	margin: 0 auto;
	background: url(/asset/images/home/mv_img_shop.png) no-repeat center top;
	background-size: 100% auto;
	text-indent: -9999px;
}
.input__lead{
	padding: 15px 0 10px;
	text-align: center;
}
.input__inner td{
	padding-right: 16px;
}
#tell01,
#tell02{
	height: 50px;
	font-size: 30px;
	text-align: center;
	border: solid 2px #e4e4e4;
}
#tell01{
	width: 120px;
}
#tell02{
	width: 180px;
}
.bg01{
	background: #f4f4f4;
}
.inner{
	padding: 40px 0;
}
.shop__body,
.carlist__body,
.txt__area__body,
.shopinfo__body{
	background-repeat: no-repeat;
	background-position: center top;
}
.shop__body{
	background-image: url(/asset/images/home/bg_shopsearch.png);
}
.carlist__body{
	background-image: url(/asset/images/home/bg_newcar.png);
}
.txt__area__body{
	background-image: url(/asset/images/home/bg_satei.png);
}
.shopinfo__body{
	background-image: url(/asset/images/home/bg_shopinfo.png);
}
.contents__header{
	margin-bottom: 20px;
}
.contents__heading{
	font-size: 32px;
	text-align: center;
}
.contents__lead{
	margin-bottom: 20px;
	text-align: center;
}
.area{
	overflow: hidden;
}
.area__item{
	width: 125px;
	float: left;
}
.area__item:not(:last-child){
	margin-right: 50px;
}
.area__ttl{
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #009b4a;
	font-weight: bold;
	position: relative;
}
.area__ttl:before{
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #009b4a #009b4a transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	left: -5px;
	top: 9px;
}
.area__list__item{
	margin-bottom: 5px;
	display: inline-block;
}
.area__list__item:nth-child(even){
	margin-left: 5px;
}
.area__name{
	width: 55px;
	padding: 3px 0;
	background: #009b4a;
	color: #fff !important;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}
a.area__name:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	text-decoration: none;
}
.area__name.pt01,
.area__name.pt01:hover{
	background: #9a9a9a;
}
.column__flex{
	display: flex;
}
.column__flex:not(:last-child){
	margin-bottom: 25px;
}
.column_list{
	width: 320px;
	padding: 10px 25px 10px 10px;
	border: solid 3px #f4f4f4;
	position: relative;
}
.column_list:not(:last-child){
	margin-right: 20px;
}
.column_list:before{
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border: 1px solid;
	border-color: #df002d #df002d transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
}
.column_list a{
	display: block;
}
.column_list a:hover{
	text-decoration: none;
}
.column__ttl{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #df002d;
}
#pickup .column_list{
	position: relative;
}
#pickup .column_list:after{
	content: "pick up";
	padding: 4px 5px 6px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	background: #274591;
	position: absolute;
	left: -3px;
	top: 13px;
}
#pickup .column__ttl{
	padding-left: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#pickup .column__txt p{
	height: 50px;
	overflow: hidden;
}
.txt__area__box{
	display: flex;
}
.txt__area__box__inner{
	width: 490px;
	padding: 15px;
	background: rgba(255,255,255,0.8);
}
.txt__area__box__inner:first-child{
	margin-right: 20px;
}
.content_ttl{
	margin-bottom: 10px;
	font-size: 18px;
	color: #009b4a;
	text-align: center;
}
.content_txt{
	line-height: 1.7;
}

.shopinfo__list{
	width: 100%;
	padding: 10px 0;
	border-bottom: dotted 1px #353535;
	display: table;
}
.contents__header + .shopinfo__list{
	padding-top: 0;
}
.day,
.shopinfo__ttl{
	display: table-cell;
	vertical-align: middle;
}
.day{
	width: 120px;
}
.bottom__link__inner{
	display: flex;
}
.bottom__link__item{
	width: 490px;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.bottom__link__item:first-child{
	margin-right: 20px;
}
.bottom__link__item h3{
	margin: 0 auto;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bottom__link__item.satei h3{
	width: 422px;
	height: 62px;
	margin-bottom: 20px;
	background-image: url(/asset/images/home/ttl01.png);
}
.bottom__link__item.buy h3{
	width: 392px;
	height: 62px;
	margin-bottom: 35px;
	background-image: url(/asset/images/home/ttl02.png);
}
.r_linkL,
.r_linkR{
	width: 20px;
	height: 40px;
	background: #ababab;
	position: absolute;
	top: 12px;
}
.r_linkL{
	left: 0;
}
.r_linkR{
	right: 0;
}
.r_linkL a,
.r_linkR a{
	display: block;
	position: relative;
}
.r_linkL span,
.r_linkR span{
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
}
.r_linkL span{
	border-color: transparent transparent #fff #fff;
	left: 8px;
}
.r_linkR span{
	border-color: #fff #fff transparent transparent;
	right: 8px;
}
#bnr__area__inner{
	width:970px;
	height:64px;
	margin: 0 auto;
	float: none;
	position:relative;
}
#moveAreaChild{
	width: 890px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	left: 40px;
}

.link__more{
	width: 250px;
	margin: 15px auto 0;
}
a.link__more__caption{
	padding: 10px 0;
	color: #df002d;
	font-size: 15px;
	text-align: center;
	background: #fff;
	border: solid 1px #df002d;
	display: block;
	position: relative;
}
a.link__more__caption:hover{
	color: #fff;
	background: #df002d;
	text-decoration: none;
}
a.link__more__caption:after{
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #df002d #df002d transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
	right: 10px;
}
a.link__more__caption:hover:after{
	border-color: #fff #fff transparent transparent;	
}