@charset "UTF-8";










/****************************
	base
*****************************/

.pc {
	display: none !important;
}










/****************************
	header
*****************************/

header {
	z-index: 1;
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.header_inner {
	width: 100%;
	position: relative;
}

/* logo */
.logo {
	padding-top: 11px;
	width: 210px;
	float: left;
	font-size: 0;
	line-height: 0;
}

.logo img {
	width: 100%;
	height: auto;
}










/****************************
	menu
*****************************/

/* menu */
.menu {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #d01013;
}

.menu figure a {
	display: block;
	width: 50px;
	height: 50px;
}

.menu figure img {
	width: 30px;
	height: 22px;
	padding: 14px 10px;
}

/* menu_content */
.overlay {
	display: none;
	opacity: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50px;
	left: 0;
}

.menu_content {
	display: none;
	opacity: 0;
	z-index: 2;
	border-top: #ddd 1px solid;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
}

.menu_content ul {
	list-style: none;
}

.menu_content ul li {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	border-bottom: #ddd 1px solid;
}

.menu_content ul li:last-child {
	border-bottom: none;
}

.menu_content ul li a {
	color: #333;
	text-decoration: none;
	padding: 16px 16px;
	display: block;
}










/****************************
	module
*****************************/

/* mt_contents */
.mt_contents {
	margin-top: 50px;
}

/* sub_header_contents */
.sub_header_contents {
	padding-top: 45px;
}

/* inner */
.inner_area,
.inner {
	margin-left: 10px;
	margin-right: 10px;
}

/* text_button */
.text_button {
	width: 220px;
	margin: 30px auto 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.text_button.w360,
.text_button.w400,
.text_button.w480 {
	width: 100%;
}


.text_button a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.text_button.bg_red a {
	border: #d01013 3px solid;
	background: #d01013;
}

.text_button.bg_water a {
	background: #009ed4;
	border: #009ed4 3px solid;
}

/* title_01 */
.title_01 {
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: #d01013 2px solid;
}

/* title_02 */
.title_02 {
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.title_02:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 50px;
	height: 2px;
	background: #d01013;
	margin-left: auto;
	margin-right: auto;
}

/* title_03 */
.title_03 {
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: #d01013 2px solid;
}

.title_03.bg {
	color: #fff;
	font-size: 18px;
	background: #d01013;
	padding: 8px 12px;
	border-bottom: none;
}

.title_03.no_border {
	padding-bottom: 0;
	border-bottom: 0;
}

.title_03 .small {
	font-size: 14px;
}

/* title_04 */
.title_04 {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	/* font-weight: bold; */
}

.title_04.border {
	padding-bottom: 5px;
	border-bottom: #333 1px solid;
}

.title_04.bold {
	font-weight: bold;
}

/* title_05 */
.title_05 {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
}

/* contents_area */
.contents_area {
	margin: 30px 10px 0;
}

/* table_scroll */
.table_scroll {
	width: 100%;
	overflow: scroll;
}

.table_scroll table {
	width: 600px;
}

/* table */
.table_01 {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.table_01 tr:first-child {
	border-top: #ccc 1px solid;
}

.table_01 tr {
	border-bottom: #ccc 1px solid;
}

.table_01 th,
.table_01 td {
	display: block;
	text-align: center;
}

.table_01 th {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 3px;
}

.table_01 td {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 8px;
}

/* table_02 */
.table_02 {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.table_02 th,
.table_02 td {
	padding: 8px;
	border: #ccc 1px solid;
}

.table_02 th.bg_gray,
.table_02 td.bg_gray {
	background: #f5f5f5;
}

/* sub_text_area */
.sub_text_area {
	margin: 40px 10px 0;
}

.sub_text_area p {
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

/* mt */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

/* float_box */
.float_box {
	margin-top: 20px;
}

.image_box {
}

.image_box figure {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.image_box figure img {
	max-width: 100%;
	height: auto;
}

.image {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.image img {
	max-width: 100%;
	height: auto;
}

.text_box {
	margin-top: 10px;
}

.text {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.text a {
	color: #333;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color: #d01013;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 12px;
}









/****************************
	home_slide_area
*****************************/

.home_slide_area {
}

.home_slide_area ul {
	list-style: none;
}

.home_slide_area ul li {
	font-size: 0;
	line-height: 0;
}

.home_slide_area ul li img {
	width: 100%;
	height: auto;
}










/****************************
	home_title_area
*****************************/

/* home_title_area */
.home_title_area h2 {
	color: #333;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.home_title_area h2.first_red:first-letter{
	color: #d01013;
}

.home_title_area p {
	margin-top: 4px;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}










/****************************
	home_service_area
*****************************/

/* home_service_area */
.home_service_area {
	margin-top: 30px;
}

.home_service_icon_box_area {
	margin-top: 18px;
}

.home_service_icon_box {
	width: 49.5%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.home_service_icon_box:nth-child(2n) {
	margin-right: 0;
}

.home_service_icon_box:nth-child(3),
.home_service_icon_box:nth-child(4) {
	margin-bottom: 0;
}

.home_service_icon_box:nth-child(1) .home_service_icon_box_inner {
	background: #00a0e9;
}
.home_service_icon_box:nth-child(2) .home_service_icon_box_inner {
	background: #fdd000;
}
.home_service_icon_box:nth-child(3) .home_service_icon_box_inner {
	background: #e62e8b;
}
.home_service_icon_box:nth-child(4) .home_service_icon_box_inner {
	background: #8fc31f;
}

.home_service_icon_box_inner a {
	display: block;
	text-decoration: none;
	border: 0;
	padding: 15px;
	box-sizing: border-box;
}

.home_service_icon_box_inner figure {
	text-align: center;
}

.home_service_icon_box_inner figure img {
	max-width: 100%;
}

.home_service_icon_box_inner h3 {
	margin-top: 12px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

/* home_service_border_box_area */
.home_service_border_box_area {
	margin: 20px 10px 0;
}

.home_service_border_box {
	box-sizing: border-box;
	margin-bottom: 15px;
}

.home_service_border_box:last-child {
	margin-bottom: 0;
}

.home_service_border_box a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}

.home_service_border_box a {
	border: #000 3px solid;
}

.home_service_border_box:nth-child(1) a {
	border: #e62e8b 3px solid;
}

.home_service_border_box:nth-child(2) a {
	border: #8fc31f 3px solid;
}

.home_service_border_box:nth-child(3) a {
	border: #fdd000 3px solid;
}

.home_service_border_box:nth-child(4) a {
	border: #00a0e9 3px solid;
}

.home_service_border_box figure {
	width: 124px;
	float: left;
	font-size: 0;
	line-height: 0;
}

.home_service_border_box figure img {
	width: 100%;
	height: auto;
}

.home_service_border_box h3 {
	margin-left: 124px;
	padding-top: 25px;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}











/****************************
	home_campaign_area
*****************************/

/* home_campaign_area */
.home_campaign_area {
	margin-top: 42px;
	background: #e8f7fc;
}

.home_campaign_area_inner {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home_campaign_area .home_title_area h2 {
	color: #009ed4;
}

.home_campaign_slide {
	margin-top: 20px;
	list-style: none;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.home_campaign_slide li {
	height: 130px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.home_campaign_slide li a {
	display: block;
}
.home_campaign_slide li img {
	width: 100%;
	height: auto;
}










/****************************
	home_blog_area
*****************************/

.home_blog_area {
	margin-top: 40px;
}

.home_blog_area_inner {
	margin-left: 10px;
	margin-right: 10px;
}

.blog_list_area {
	margin-top: 20px;
}

.blog_list_box {
	width: 49%;
	float: left;
	box-sizing: border-box;
	border: #ccc 1px solid;
	background: #f9f9f9;
	margin-right: 2%;
	margin-bottom: 2%;
}

.blog_list_box:nth-child(2n) {
	margin-right: 0;
}

.blog_list_box:nth-child(3),
.blog_list_box:nth-child(4) {
	margin-bottom: 0;
}

.blog_list_article_link a {
	text-decoration: none;
}

.blog_list_article_link figure {
	overflow: hidden;
}

.blog_list_article_link figure img {
	width: 100%;
	height: auto;
}

.blog_list_article_link .text_area {
	display: block;
	padding: 10px 8px;
	box-sizing: border-box;
}

.blog_list_article_link h3 {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

.blog_list_article_link .date {
	margin-top: 4px;
	color: #ccc;
	font-size: 12px;
	line-height: 1;
}

.blog_list_article_link .text {
	margin-top: 4px;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
}

/* blog_list_showroom_link */
.blog_list_showroom_link {
	border-top: #ccc 1px solid;
	margin: 0 8px;
	padding: 8px 0;
}

.blog_list_showroom_link figure {
	width: 40px;
	float: left;
	font-size: 0;
	line-height: 0;
}

.blog_list_showroom_link figure img {
	width: 100%;
	height: auto;
}

.blog_list_showroom_link a {
	text-decoration: none;
}

.blog_list_showroom_link p {
	margin-top: 4px;
	margin-left: 46px;
	color: #d01013;
	font-size: 12px;
	line-height: 1.4;
}









/****************************
	home_map_area
*****************************/

.home_map_area {
	background: #f9f9f9;
	margin-top: 40px;
	padding: 40px 0;
}

.home_map_area_inner {
	margin-left: 10px;
	margin-right: 10px;
}

.home_map {
	width: 100%;
	height: 300px;
	margin: 20px 0 0;
}

.map_list {
	margin-top: 30px;
	list-style: none;
}

.map_list li {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 35px;
}

.map_list li:last-child {
	margin-bottom: 0;
}

.map_list li a {
	color: #333;
	text-decoration: none;
	padding: 11px 0 0 36px;
	position: relative;
}

.map_list li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 44px;
}

.map_list li:nth-child(1) a:before {
	background: url(./../images/map_pin_01.png) no-repeat 0 0;
	background-size: 29px 44px;
}

.map_list li:nth-child(2) a:before {
	background: url(./../images/map_pin_02.png) no-repeat 0 0;
	background-size: 29px 44px;
}










/****************************
	home_news_area
*****************************/

.home_news_area {
	margin-top: 40px;
}

.home_news_area_inner {
	margin-left: 10px;
	margin-right: 10px;
}

.home_news_list {
	margin-top: 20px;
	border-top: #ccc 1px solid;
}

.home_news_group {
	padding: 15px 0;
	border-bottom: #ccc 1px solid;
}

.home_news_group .home_news_meta {
}

.home_news_group .date {
	margin-top: 5px;
	width: 75px;
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.home_news_group .category {
	float: left;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.home_news_group .category a {
	padding: 5px 8px;
	display: block;
	background: #999;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.home_news_group h3 {
	margin-top: 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.home_news_group h3 a {
	display: block;
	color: #333;
	text-decoration: none;
}










/****************************
	footer
*****************************/

/* footer */
footer {
	margin-top: 15px;
}

.home footer {
	margin-top: 35px;
}

/* footer_area_01 */
.footer_area_01 {
}

.footer_area_01 ul {
	list-style: none;
	box-sizing: border-box;
}

.footer_area_01 ul li {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	box-sizing: border-box;
	text-align: center;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.footer_area_01 ul li:nth-child(2n) {
	margin-right: 0;
}

.footer_area_01 ul li:nth-child(5),
.footer_area_01 ul li:nth-child(6) {
	margin-bottom: 0;
}

.footer_area_01 ul li a {
	display: block;
	background: #d01013;
	color: #fff;
	text-decoration: none;
	padding-top: 9px;
	min-height: 35px;
	box-sizing: border-box;
}

.footer_area_01 ul li:nth-child(5) a {
	padding-top: 10px;
	min-height: 52px;
}

.footer_area_01 ul li:nth-child(6) a {
	padding-top: 18px;
	min-height: 52px;
}

/* footer_area_02 */
.footer_area_02 {
	background: #f9f9f9;
	padding: 20px 10px 20px;
}

.footer_area_02 .copy_01 {
	color: #333;
	font-size: 11px;
	line-height: 1.5;
}

.footer_area_02 .copy_02 {
	margin-top: 8px;
	color: #999;
	font-size: 10px;
	line-height: 1.2;
}

/* pagetop */
.pagetop {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	background: #333 url('./../images/../images/pagetop_arrow.png') no-repeat 50% 48%;
	background-size: 10px 6px;
	box-sizing: border-box;
}

.pagetop a {
	display: block;
	width: 30px;
	height: 30px;
}









/****************************
	breadcrumb
*****************************/

.breadcrumb {
	margin: 35px 10px 0;
}

.breadcrumb p {
	color: #333;
	font-size: 10px;
	line-height: 1.2;
}

.breadcrumb p a {
	color: #d01013;
	text-decoration: underline;
}

.breadcrumb p span {
	vertical-align: 1px;
}










/****************************
	sub_header
*****************************/

.sub_header {
	width: 100%;
	height: 45px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 50px;
	left: 0;
}

.sub_header_inner {
	margin-left: 10px;
	margin-right: 10px;
}

.sub_header_inner h2 {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
}

.sub_header_button {
	position: absolute;
	top: 20px;
	right: 18px;
	width: 13px;
	font-size: 0;
	line-height: 0;
}

.sub_header_button a {
	display: block;
}

.sub_header_button img {
	width: 100%;
	height: auto;
}

.sub_header_menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0;
	list-style: none;
	border-top: #666 1px solid;
	background: rgba(0,0,0,0.8);
	z-index: 1;
}

.sub_header_menu li {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	border-bottom: #666 1px solid;
}

.sub_header_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px;
}










/****************************
	ショールームのご案内
*****************************/

/* showroom_map_area */
.showroom_map_area {
	width: 100%;
}

.showroom_map {
	width: 100%;
	height: 200px;
}

/* showroom_link_area */
.showroom_link_area {
	margin: 20px auto 0;
}

.showroom_link_box_area {
	margin: 30px 10px 0;
}

.showroom_link_box {
	padding: 10px 10px 15px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.showroom_link_box:last-child {
	margin-bottom: 0;
}

.showroom_link_box figure {
	text-align: center;
}

.showroom_link_box figure img {
	max-width: 100%;
	height: auto;
}

.showroom_link_box .text_area {
	margin-top: 10px;
}

.showroom_link_box .text_area h4 {
	color: #333;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	padding-bottom: 6px;
}

.showroom_link_box .text_area .info {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.showroom_link_box .text_area .button {
	width: 220px;
	margin: 12px auto 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.showroom_link_box .text_area .button a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: #d01013 3px solid;
	background: #d01013;
}










/****************************
	ショールーム 詳細
*****************************/

/* showroom_single_area */

.showroom_single_main img {
	width: 100%;
	height: auto;
}

/* showroom_single_area_01 */
.showroom_single_area_01 {
	margin: 30px auto 0;
}

.showroom_single_area_01 .text_area {
}

.showroom_single_area_01 .video_area {
	margin-top: 25px;
}

.showroom_single_area_01 .video_area iframe {
	width: 100%;
	height: auto;
}

.showroom_single_area_01 .text_area p {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

/* showroom_single_area_02 */
.showroom_single_area_02 {
	margin-top: 90px;
}

.showroom_single_area_02_table {
	margin-top: 50px;
}

/* showroom_single_area_03 */
.showroom_single_area_03 {
	margin-top: 30px;
}

/* showroom_single_area_04 */
.showroom_single_area_04 {
	margin-top: 40px;
}

.showroom_single_staff_box {
	margin-bottom: 30px;
}

.showroom_single_staff_box:last-child {
	margin-bottom: 0;
}

.showroom_single_staff_box .title_03 span {
	font-size: 16px;
	margin-right: 12px;
}

.showroom_single_staff_box figure {
	margin-top: 15px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

.showroom_single_staff_box figure img {
	max-width: 100%;
	height: auto;
}

.showroom_single_staff_box .text_area p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
}

/* showroom_single_area_05 */
.showroom_single_area_05 {
	margin-top: 100px;
}

.showroom_single_area_05 .blog_list_area {
	margin-top: 50px;
}

.showroom_single_area_05 .blog_list_showroom_link p {
	margin-top: 12px;
}










/****************************
	page_index
*****************************/

.page_index {
	padding-top: 80px;
}

.post-type-archive-news .page_index,
.tax-news_category .page_index,
.single-news .page_index {
	padding-top: 40px;
}

.page_index .title_02 {
	margin-left: 10px;
	margin-right: 10px;
}

.page_mt_area {
	margin: 40px 10px 0;
}

.page_mt_area .page_index_box {
	margin-bottom: 40px;
}

.page_mt_area .page_index_box:last-child {
	margin-bottom: 0;
}

.page_index_box figure {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.page_index_box figure img {
	max-width: 100%;
	height: auto;
}

.page_index_box a {
	display: block;
	text-decoration: none;
}

.page_index_box h4 {
	margin-top: 20px;
	color: #333;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.page_index_box p {
	margin-top: 12px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.page_index_box .text_button {
	margin-top: 15px;
}










/****************************
	car_list
*****************************/

.car_list {
	padding-top: 80px;
}

.car_list_link {
	margin: 60px 10px 0;
	list-style: none;
}

.car_list_link li {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	width: 50%;
	margin-bottom: 10px;
}

.car_list_link li:last-child {
	margin-right: 0;
}

.car_list_link li a {
	color: #333;
	text-decoration: none;
	position: relative;
	padding-left: 32px;
}

.car_list_link li a:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 28px;
	height: 14px;
}

.car_list_link li:nth-child(1) a:before {
	background: url(./../images/new_icon_01.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(2) a:before {
	background: url(./../images/new_icon_02.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(3) a:before {
	background: url(./../images/new_icon_03.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(4) a:before {
	background: url(./../images/new_icon_04.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(5) a:before {
	background: url(./../images/new_icon_05.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(6) a:before {
	background: url(./../images/new_icon_06.png) no-repeat 0 0;
	background-size: 28px auto;
}
.car_list_link li:nth-child(7) a:before {
	background: url(./../images/new_icon_07.png) no-repeat 0 0;
	background-size: 28px auto;
}

.car_list_area {
	margin: 40px 10px 0;
}

.car_list_group {
	margin-top: 20px;
}

.car_list_box {
	margin-bottom: 20px;
}

.car_list_box:nth-child(4n) {
	margin-right: 0;
}

.car_list_box a {
	display: block;
	text-decoration: none;
}

.car_list_box figure {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.car_list_box figure img {
	max-width: 100%;
	height: auto;
}

.car_list_box h5 {
	margin-top: 20px;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.car_list_box p {
	margin-top: 12px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}










/****************************
	maintenance_footer_link
*****************************/

.maintenance_footer_link {
	margin-top: 40px;
	padding: 40px 10px;
	background: #f9f9f9;
}

.maintenance_footer_link_inner {
	margin-left: 10px;
	margin-right: 10px;
}

.maintenance_footer_link_inner ul {
	list-style: none;
}

.maintenance_footer_link_inner ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.maintenance_footer_link_inner ul li:last-child {
	margin-bottom: 0;
}

.maintenance_footer_link_inner ul li a {
	padding: 12px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: #1aa1e7 3px solid;
	background: #1aa1e7;
}

.maintenance_footer_link_inner figure {
	font-size: 0;
	line-height: 0;
}

.maintenance_footer_link_inner figure img {
	width: 100%;
	height: auto;
}

.maintenance_footer_link_inner figure a {
	display: block;
}











/****************************
	車検
*****************************/

/* inspection_area_01_box */
.inspection_area_01_box {
	margin-bottom: 40px;
}

.inspection_area_01_box:last-child {
	margin-bottom: 0;
}

.inspection_area_01_box figure img {
	max-width: 100%;
	height: auto;
}

/* inspection_area_02 */
.inspection_area_02 figure {
	margin-bottom: 20px;
	font-size: 0;
	line-height: 0;
}

.inspection_area_02 figure img {
	max-width: 100%;
	height: auto;
}

.inspection_area_02_02 figure:last-child {
	margin-bottom: 0;
}

/* inspection_area_03 */
.inspection_area_03 {
}

.inspection_area_03 .text_area {
}

.inspection_area_03 .text_area ol,
.pl {
	padding-left: 1.1em;
}

.inspection_area_03 .image {
	margin-top: 15px;
}

.inspection_area_03 .image img {
	width: 100%;
	height: auto;
}









/****************************
	点検
*****************************/

.check_banner_column_03 figure {
	width: 100%;
	margin-bottom: 20px;
}

.check_banner_column_01 figure img,
.check_banner_column_03 figure img {
	width: 100%;
	height: auto;
}

.check_banner_column_03 figure:last-child {
	margin-bottom: 0;
}










/****************************
	カーケア
*****************************/

/* car_care_button_area */
.car_care_button_area {
	margin-left: 10px;
	margin-right: 10px;
}

.car_care_button {
	width: 100%;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.car_care_button:nth-child(1) {
	margin-bottom: 30px;
}

.car_care_button a {
	padding: 15px 0;
	display: block;
	color: #d01013;
	text-decoration: none;
	box-sizing: border-box;
	border: #d01013 3px solid;
	background: #fff;
}










/****************************
	プライバシーポリシー
*****************************/

.privacy_num_list {
	margin-top: 5px;
	padding-left: 1.4em;
	list-style-type: upper-roman;
}










/****************************
	ニュース
*****************************/

.blog_contents_area {
}

.blog_side_area {
	margin-top: 40px;
}

/* .news_index_list */
.news_index_list {
	border-top: #ccc 1px solid;
}

.news_index_group {
	padding: 20px 6px;
	border-bottom: #ccc 1px solid;
}

.news_index_group .date {
	margin-top: 5px;
	width: 60px;
	float: left;
	color: #333;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.news_index_group .category {
	width: 120px;
	margin-left: 70px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.news_index_group .category a {
	padding: 5px 8px;
	display: block;
	background: #999;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

.news_index_group h3 {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

.news_index_group h3 a {
	display: block;
	color: #333;
}

.news_index_content {
	margin-top: 10px;
}

.news_index_content p {
	color: #333;
	font-size: 13px;
	line-height: 1.4;
}

/* side_title */
.side_title {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 6px;
	border-bottom: #d01013 2px solid;
}

.side_list {
	list-style: none;
}

.side_list li {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	border-bottom: #aaa 1px solid;
}

.side_list li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 14px 8px;
}

/* pagenavi */
.pagenavi {
	margin-top: 60px;
	text-align: center;
}

.pagenavi .wp-pagenavi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.wp-pagenavi {
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	width: 30px;
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: #999 2px solid;
	display: block;
	float: left;
	margin-right: 8px;
	box-sizing: border-box;
}

.wp-pagenavi .current {
	color: #fff;
	background: #999;
	border: #999 2px solid;
}

.wp-pagenavi a {
	color: #999;
	text-decoration: none;
}

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
	margin-right: 0;
}

/* blog_pagenation */
.blog_pagenation {
	margin-top: 60px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}

.blog_pagenation_next,
.blog_pagenation_prev {
	width: 50%;
	box-sizing: border-box;
	transition: all .2s linear;
}

.blog_pagenation_next a,
.blog_pagenation_prev a {
	text-decoration: none;
	display: block;
}

.blog_pagenation_next {
	border-right: #aaa 1px solid;
	float: left;
	background: #fff url(./../images/arrow_gray_left.png) no-repeat 8px 50%;
	background-size: 8px auto;
}

.blog_pagenation_prev {
	float: right;
	background: #fff  url(./../images/arrow_gray_right.png) no-repeat right 8px top 50%;
	background-size: 8px auto;
}

.blog_pagenation_next a {
	padding: 12px 20px 12px 30px;
}

.blog_pagenation_prev a {
	padding: 12px 30px 12px 20px;
}

.blog_pagenation_prev.border {
	border-left: #aaa 1px solid;
}

.blog_pagenation_next figure,
.blog_pagenation_prev figure {
	display: none;
}

.blog_pagenation_next p,
.blog_pagenation_prev p {
	color: #333;
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}








/****************************
	ブログ
*****************************/

.blog_title {
	color: #333;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: #333 2px solid;
}

.blog_title a {
	color: #333;
	text-decoration: none;
}

.blog_meta {
	margin-top: 10px;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
}

.blog_meta a {
	color: #333;
	margin-left: 8px;
}

.blog_article {
	margin-top: 20px;
}

.shop_blog_article {
	margin-bottom: 60px;
}

.shop_blog_article:last-child {
	margin-bottom: 0;
}

/* blog_article */
.blog_article h1,
.blog_article h2,
.blog_article h3,
.blog_article h4,
.blog_article h5,
.blog_article p,
.blog_article ul,
.blog_article ol,
.blog_article table {
	margin-top: 20px;
}

.blog_article h1:first-child,
.blog_article h2:first-child,
.blog_article h3:first-child,
.blog_article h4:first-child,
.blog_article h5:first-child,
.blog_article p:first-child,
.blog_article ul:first-child,
.blog_article ol:first-child {
	margin-top: 0;
}

.blog_article h1,
.blog_article h2,
.blog_article h3,
.blog_article h4,
.blog_article h5 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.blog_article h1 { font-size: 30px; }
.blog_article h2 { font-size: 26px; }
.blog_article h3 { font-size: 22px; }
.blog_article h4 { font-size: 18px; }
.blog_article h5 { font-size: 14px; }

.blog_article p,
.blog_article ul,
.blog_article ol {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.blog_article p a,
.blog_article ul a,
.blog_article ol a,
.blog_article table a {
	color: #333;
}

.blog_article ul,
.blog_article ol {
	padding-left: 1.5em;
}

.blog_article table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.blog_article table th,
.blog_article table td {
	padding: 8px;
	border: #ccc 1px solid;
}

.blog_article table th.bg_gray,
.blog_article table td.bg_gray {
	background: #f5f5f5;
}

.blog_article img {
	max-width: 100%;
	height: auto;
}











/****************************
	サイトマップ
*****************************/

.sitemap_area h4 {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	background: #f5f5f5;
	border: #ddd 1px solid;
}

.sitemap_area h4 a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 14px;
}

.sitemap_area ul {
	list-style: none;
	padding-left: 1em;
}

.sitemap_area ul li {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
}

.sitemap_area ul li a {
	color: #333;
	text-decoration: none;
	position: relative;
	padding-left: 12px;
}

.sitemap_area ul li a:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 10px;
	background: url(./../images/arrow_gray_right.png) no-repeat 0 0;
	background-size: 6px auto;
}










/****************************
	お問い合わせ
*****************************/

.contact_form {
	margin-top: 30px;
}

.contact_group {
	margin-bottom: 25px;
}

.contact_group:last-child {
	margin-bottom: 0;
}

.contact_form .item {
}

.contact_form .input {
	margin-top: 3px;
}

.mw_wp_form_confirm .input {
	padding-top: 8px !important;
}

.required {
	color: red;
	font-size: 16px;
	font-weight: bold;
	vertical-align: -1px;
}

.contact_form .input input[type="text"],
.contact_form .input input[type="email"],
.contact_form .input textarea {
	width: 100%;
	max-width: 100%;
	padding: 6px 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	border: #ccc 1px solid;
	border-radius: 1px;
	-webkit-appearance: none;
}

.contact_form .input textarea {
	height: 160px;
}

.mw_wp_form .error {
	font-weight: bold;
	margin-top: 4px;
	color: red;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

/* contact_button */
.contact_button {
	margin-top: 30px;
}

.contact_submit {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.contact_submit input {
	padding: 12px 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border: #d01013 3px solid;
	background: #d01013;
	box-sizing: border-box;
	transition: all .2s linear;
	-webkit-appearance: none;
	border-radius: 0;
}

.mw_wp_form_confirm .contact_button {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.mw_wp_form_confirm .contact_submit {
}

.mw_wp_form_confirm .contact_back {
	margin-top: 20px;
}

.mw_wp_form_confirm .contact_back input {
	padding: 12px 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border: #999 3px solid;
	background: #999;
	box-sizing: border-box;
	transition: all .2s linear;
	-webkit-appearance: none;
	border-radius: 0;
}

.mw_wp_form_confirm .contact_submit {
	margin-top: 0;
}


.mwform-radio-field {
	margin-right: 15px;
}

.contact_form .mt8 {
	margin-top: 8px;
}

.contact_form .ml {
	margin-left: 2px;
}

.contact_form .mr {
	margin-right: 2px;
}

.contact_form .w_60 {
	width: 40px !important;
}

.contact_form .w_100 {
	width: 90px !important;
}

.contact_form .w_200 {
	width: 200px !important;
}









/****************************
	ホーム 地図
*****************************/

.home #map_canvas_sp {
	width: 100%;
	height: 300px;
}

.page #map_canvas_sp {
	width: 100%;
	height: 200px;
}











/****************************
	staff_box_area
*****************************/

.staff_box_area {
	margin-top: 40px;
}

.staff_box {
	margin-bottom: 40px;
}

.staff_box:last-child {
	margin-bottom: 0;
}

.staff_box .image_box {
	text-align: center;
}

.staff_box .image_box img {
	max-width: 100%;
}

.staff_box .text_box .title_03 {
	font-size: 16px;
}

.staff_box .text_box .title_03 .small {
	font-size: 14px;
	font-weight: normal;
}










/****************************
	スタッフブログ
*****************************/

/* blog_side_user_list */
.blog_side_user_list {
}

.blog_side_user_group {
	border-bottom: #aaa 1px solid;
}

.blog_side_user_group a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
}

.blog_side_user_group figure {
	font-size: 0;
	line-height: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}

.blog_side_user_group figure img {
	width: 100%;
	height: auto;
}

.blog_side_user_group p {
	margin-left: 95px;
	padding-top: 15px;
	color: #333;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}

.blog_side_user_group p span {
	font-size: 12px;
}

/* blog_side_ranking_list */
.blog_side_ranking_list {
}

.blog_side_ranking_group {
	border-bottom: #aaa 1px solid;
}

.blog_side_ranking_group a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-decoration: none;
}

.blog_side_ranking_group figure {
	font-size: 0;
	line-height: 0;
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
}

.blog_side_ranking_group figure img {
	width: 100%;
	height: auto;
}

.blog_side_ranking_group .text_area {
	margin-left: 115px;
}

.blog_side_ranking_group .text_area p {
	color: #d01013;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.blog_side_ranking_group h5 {
	margin-top: 4px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}










/* .staff_one_column */
.staff_one_column .image_box figure,
.staff_box .image_box figure {
	margin-left: 20%;
	margin-right: 20%;
}










/* .ciao_graphic_area */
.ciao_graphic_area {
	margin-left: auto;
	margin-right: auto;
}

.ciao_graphic_figure img {
	width: 100%;
	height: auto;
}

.orange {
	color: #e9974a;
}

.green {
	color: #2a8a3a;
}










/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	height: 10px;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(./../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: #fff 1px solid;
	box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}









/****************************
	slick
*****************************/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* themes */
.slick-loading .slick-list {
	background: #fff url('./../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40px;
	display: block;
	width: 20px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: -30px;
	background: #009ed4 url('./../images/campaign_arrow_left.png') no-repeat 46% 50%;
	background-size: 10px 18px;
}

.slick-next {
	right: -30px;
	background: #009ed4 url('./../images/campaign_arrow_right.png') no-repeat 54% 50%;
	background-size: 10px 18px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .25;
}










/****************************
	カレンダー
*****************************/

.home_calendar_section {
	width: 300px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.calender {
	width: 300px;
}

.calender img {
	width: 100%;
	height: auto;
}

.calender .arrow {
	font-size: 13px;
	line-height: 1;
	vertical-align: 1px;
}

.calender .right .arrow {
	margin-left: 5px;
}

.calender .year {
	color: #333;
	font-size: 11px;
	margin: 0 5px;
}

.calender .month {
	color: #e5001f;
	font-size: 22px;
	font-weight: bold;
}

.calender .holiday {
	margin-top: 5px;
	text-align: right;
	color: #333;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
}

.calender .holiday span {
	position: relative;
	padding-left: 18px;
}

.calender .holiday span:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 14px;
	height: 14px;
	background: red;
}

.calender_hedding {
	position: relative;
	width: 100%;
	height: 20px;
}

.calender_hedding div a {
	color: #e5001f;
	text-decoration: none;
}

.calender_hedding div a .arrow,
.calender_hedding div a .year{
	color: #333;
}

.calender .left_area,
.calender .center_area,
.calender .right_area {
	position: absolute;
	top: 0;
}

.calender .left_area {
	width: 33%;
	text-align: left;
	left: 4px;
}

.calender .center_area {
	width: 33%;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.calender .right_area {
	width: 33%;
	text-align: right;
	right: 4px;
}

.calender .hidden {
	display: none;
}

.calendar_image_list {
	list-style: none;
}

.calendar_image_list li {
	font-size: 0;
	line-height: 0;
}

.calendar_image_list li {
	width: 100%;
	height: 248px;
}