@charset "UTF-8";










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

body {
	min-width: 1100px;
}

.sp {
	display: none !important;
}










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

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

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

.logo a {
	transition: all .2s linear;
}

.logo a:hover {
	opacity: 0.6;
}

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

/* header nav */
header nav {
	float: right;
}

header nav ul {
	list-style: none;
}

header nav ul li {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 54px;
}

header nav ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 22px;
	padding-right: 22px;
	box-sizing: border-box;
	transition: all .2s linear;
}

header nav ul li.current a,
header nav ul li a:hover {
	color: #fff;
	background: #d01013;
}










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

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

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

/* inner_area */
.inner_area {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* w800 */
.w800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

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

.text_button.w360 { width: 360px; }
.text_button.w400 { width: 400px; }
.text_button.w480 { width: 480px; }

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

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

.text_button.bg_red a:hover {
	color: #d01013;
	background: #fff;
}

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

.text_button.bg_water a:hover {
	color: #009ed4;
	background: #fff;
}

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

/* title_02 */
.title_02 {
	color: #333;
	font-size: 32px;
	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.4;
	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: 16px;
}

/* 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_05 */
.title_05 {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
}

/* contents_area */
.contents_area {
	width: 1100px;
	margin: 60px auto 0;
}

/* table_01 */
.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 {
	padding: 8px 0;
}

/* 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 {
	width: 1100px;
	margin: 60px auto 0;
}

.sub_text_area p {
	text-align: center;
	color: #333;
	font-size: 16px;
	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 {
	width: 440px;
	float: left;
}

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

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

.text_box {
	margin-left: 480px;
}

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

.text a {
	color: #333;
	transition: all .2s linear;
}

.text a:hover {
	opacity: 0.6;
}

.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: 8px;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}










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

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

.home_service_icon_box_area {
	margin-top: 30px;
	min-width: 1100px;
}

.home_service_icon_box {
	width: 24.5%;
	float: left;
	margin-right: 0.6%;
}

.home_service_icon_box:last-child {
	float: right;
	margin-right: 0;
}

.home_service_icon_box_inner {
	transition: all .2s linear;
}

.home_service_icon_box_inner:hover {
	opacity: 0.6;
}

.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 {
	padding: 20px 0 25px;
	display: block;
	text-decoration: none;
	border: 0;
}

.home_service_icon_box_inner figure {
	text-align: center;
}

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

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

.home_service_icon_box p {
	margin-top: 12px;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

/* home_service_border_box_area */
.home_service_border_box_area {
	width: 1100px;
	/* width: 1450px; */
    max-width: 100%;
	margin: 30px auto 0;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	text-align: center;
}

.home_service_border_box_area.u-4box {
	/* width: 1100px; */
	width: 1450px;
    max-width: 100%;
}

.home_service_border_box {
	max-width: 348px;
	width: 35%;
	/* float: left; */
	box-sizing: border-box;
	/* margin-right: 28px; */
	margin: 0 auto 20px;
	
}

/* .home_service_border_box:last-child {
	margin-right: 0;
} */

.home_service_border_box a {
	min-height: 287px;
	padding: 20px 20px;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	transition: all .2s linear;
}

.home_service_border_box a:hover {
	opacity: 0.6;
}

.home_service_border_box a {
	padding-top: 35px;
	border: #000 3px solid;
}

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

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

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

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

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

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

.home_service_border_box h3 {
	margin-top: 14px;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}

.home_service_border_box p {
	margin-top: 14px;
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}










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

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

.home_campaign_area_inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.home_campaign_area_inner.bottom {
	padding-top: 20px;
}

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

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

.home_campaign_slide li {
	width: 320px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.home_campaign_slide li a {
	display: block;
	transition: all .2s linear;
}

.home_campaign_slide li a:hover {
	opacity: 0.7;
}

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










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

.home_blog_area {
	margin-top: 50px;
}

.home_blog_area_inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.blog_list_area {
	margin-top: 25px;
}

.blog_list_box {
	width: 254px;
	float: left;
	box-sizing: border-box;
	border: #ccc 1px solid;
	background: #f9f9f9;
	margin-right: 28px;
}

.blog_list_box:last-child {
	margin-right: 0;
}

.blog_list_article_link a {
	text-decoration: none;
}

.blog_list_article_link figure {
	height: 160px;
	overflow: hidden;
	transition: all .2s linear;
}

.blog_list_article_link:hover figure {
	opacity: 0.7;
}

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

.blog_list_article_link .text_area {
	display: block;
	padding: 14px 14px;
	box-sizing: border-box;
	transition: all .2s linear;
}

.blog_list_article_link:hover .text_area {
	opacity: 0.6;
}

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

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

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

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

.blog_list_showroom_link figure {
	width: 60px;
	float: left;
	font-size: 0;
	line-height: 0;
	transition: all .2s linear;
}

.blog_list_showroom_link:hover figure {
	opacity: 0.7;
}

.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: 8px;
	margin-left: 60px;
	color: #d01013;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.blog_list_showroom_link:hover p {
	opacity: 0.7;
}









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

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

.home_map {
	width: 1100px;
	height: 400px;
	margin: 35px auto 0;
	position: relative;
}











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

.home_news_area {
	margin-top: 50px;
}

.home_news_area_inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.home_news_section {
	width: 750px;
	float: left;
}

.home_calendar_section {
	margin-top: 10px;
	width: 300px;
	float: right;
}

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

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

.home_news_group .home_news_meta {
	width: 21%;
	float: left;
}

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

.home_news_group .category {
	width: 55%;
	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;
	transition: all .2s linear;
}

.home_news_group .category a:hover {
	opacity: 0.7;
}

.home_news_group h3 {
	margin-top: 2px;
	margin-left: 3%;
	width: 76%;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.home_news_group h3 a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all .2s linear;
}

.home_news_group h3 a:hover {
	opacity: 0.6;
}










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

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

/* footer_area_01 */
.footer_area_01 {
	min-width: 1100px;
	background: #d01013;
	padding: 55px 0;
}

.footer_area_01 ul {
	list-style: none;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	box-sizing: border-box;
	margin-left: 2%;
	margin-right: 2%;
}

.footer_area_01 ul li {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
	border-right: #fff 1px solid;
	text-align: center;
}

.footer_area_01 ul li br {
	display: none;
}

.footer_area_01 ul li:last-child {
	border-right: none;
}

.footer_area_01 ul li:nth-child(1) { width: 15%; }
.footer_area_01 ul li:nth-child(2) { width: 15%; }
.footer_area_01 ul li:nth-child(3) { width: 15%; }
.footer_area_01 ul li:nth-child(4) { width: 20%; }
.footer_area_01 ul li:nth-child(5) { width: 20%; }
.footer_area_01 ul li:nth-child(6) { width: 15%; }

.footer_area_01 ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: all .2s linear;
}

.footer_area_01 ul li a:hover {
	opacity: 0.7;
}

/* footer_area_02 */
.footer_area_02 {
	background: #f9f9f9;
	padding: 25px 0 23px;
}

.footer_area_02 .copy_01 {
	color: #333;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.footer_area_02 .copy_02 {
	margin-top: 12px;
	color: #999;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

/* pagetop */
.pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	border: #333 2px solid;
	background: #333 url('./../images/../images/pagetop_arrow.png') no-repeat 50% 48%;
	background-size: 20px 11px;
	box-sizing: border-box;
	transition: all .2s linear;
}

.pagetop:hover {
	background: #fff url('./../images/../images/pagetop_arrow_on.png') no-repeat 50% 48%;
	background-size: 20px 11px;
	box-sizing: border-box;
}

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










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

.breadcrumb {
	width: 1100px;
	margin: 150px auto 0;
}

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

.breadcrumb p a {
	color: #d01013;
	text-decoration: underline;
	transition: all .2s linear;
}

.breadcrumb p a:hover {
	opacity: 0.6;
}

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










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

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

.sub_header_inner {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

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

.sub_header_inner ul {
	float: right;
	list-style: none;
}

.sub_header_inner ul li {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	margin-right: 25px;
}

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

.sub_header_inner ul li a {
	color: #fff;
	text-decoration: none;
	transition: all .2s linear;
}

.sub_header_inner ul li a:hover {
	opacity: 0.7;
}










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

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

.showroom_map {
	width: 100%;
	height: 500px;
	position: relative;
}

/* showroom_link_area */
.showroom_link_area {
	width: 1100px;
	margin: 50px auto 0;
}

.showroom_link_box_area {
	margin-top: 60px;
}

.showroom_link_box {
	width: 536px;
	float: left;
	border: #ccc 1px solid;
	box-sizing: border-box;
}

.showroom_link_box:nth-child(1) {
	float: left;
}

.showroom_link_box:nth-child(2) {
	float: right;
}

.showroom_link_box figure {
	width: 268px;
	float: left;
}

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

.showroom_link_box .text_area {
	margin-left: 268px;
	padding: 20px 15px 0;
}

.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: 12px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.showroom_link_box .text_area .button {
	width: 220px;
	margin: 16px 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;
	transition: all .2s linear;
}

.showroom_link_box .text_area .button a:hover {
	color: #d01013;
	background: #fff;
}










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

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

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

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

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

.showroom_single_area_01 .text_area {
	margin-top: 70px;
	width: 374px;
	float: left;
}

.showroom_single_area_01 .text_area.mt10 {
	margin-top: 10px;
}

.showroom_single_area_01 .video_area {
	width: 680px;
	float: right;
}

.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: 100px;
}

.showroom_single_area_02_table {
	width: 600px;
	margin: 40px auto 0;
}

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

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

.showroom_single_staff_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

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

.showroom_single_staff_box figure {
	width: 30%;
	float: left;
}

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

.showroom_single_staff_box .text_area {
	margin-left: 35%;
}

.showroom_single_staff_box .text_area h4 {
	color: #333;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
}

.showroom_single_staff_box .text_area h3 {
	margin-top: 6px;
}

.showroom_single_staff_box .text_area p {
	margin-top: 20px;
	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: 16px;
}










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

.page_index {
	padding-top: 120px;
}

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

.page_mt_area {
	width: 1100px;
	margin: 80px auto 0
}

.page_mt_area .page_index_box {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.page_mt_area .page_index_box:nth-child(3n) {
	margin-right: 0;
}

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

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

.page_index_box a {
	display: block;
	text-decoration: none;
	transition: all .2s linear;
}

.page_index_box a:hover {
	opacity: 0.7;
}

.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: 20px;
}













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

.car_list {
	padding-top: 120px;
}

.car_list_link {
	width: 1100px;
	margin: 80px auto 0;
	list-style: none;
}

.car_list_link li {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-right: 66px;
}

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

.car_list_link li a {
	position: relative;
	color: #333;
	text-decoration: none;
	padding-left: 36px;
	transition: all .2s linear;
}

.car_list_link li a:hover {
	opacity: 0.7;
}

.car_list_link li a:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 32px;
	height: 16px;
}

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

.car_list_area {
	width: 1100px;
	margin: 60px auto 0;
}

.car_list_group {
	margin-top: 20px;
}

.car_list_box {
	width: 22%;
	height: 243px;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px;
}

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

.car_list_box a {
	display: block;
	text-decoration: none;
	transition: all .2s linear;
}

.car_list_box a:hover {
	opacity: 0.7;
}

.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: 80px;
	padding: 50px 0;
	background: #f9f9f9;
}

.maintenance_footer_link_inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.maintenance_footer_link_inner ul {
	list-style: none;
}

.maintenance_footer_link_inner ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

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

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

.maintenance_footer_link_inner ul li a:hover {
	color: #1aa1e7;
	background: #fff;
}

.maintenance_footer_link_inner figure {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	line-height: 0;
}

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

.maintenance_footer_link_inner figure a {
	display: block;
	transition: all .2s linear;
}

.maintenance_footer_link_inner figure a:hover {
	opacity: 0.6;
}










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

/* inspection_area_01_box */
.inspection_area_01_box {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 3%;
}

.inspection_area_01_box:nth-child(3n) {
	margin-right: 0;
}

.inspection_area_01_box:nth-child(n+3) {
	margin-bottom: 0;
}

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

/* inspection_area_02 */
.inspection_area_02 figure {
	width: 330px;
	float: left;
	margin-right: 55px;
	font-size: 0;
	line-height: 0;
}

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

.inspection_area_02 figure:last-child {
	margin-right: 0;
}

.inspection_area_02_02 {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
}

/* inspection_area_03 */
.inspection_area_03 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.inspection_area_03 .text_area {
	width: 320px;
	float: left;
}

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

.inspection_area_03 .image {
	width: 420px;
	float: right;
}

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










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

.check_banner_column_01 figure {
	width: 100%;
}

.check_banner_column_03 figure {
	width: 30%;
	margin-right: 5%;
	float: left;
}

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

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










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

/* car_care_button_area */
.car_care_button_area {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

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

.car_care_button:nth-child(1) {
	margin-right: 10%;
}

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

.car_care_button a:hover {
	color: #fff;
	background: #d01013;
}










/****************************
	エアクリーンフィルター
*****************************/

.filter_area_01 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

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










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

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










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

.blog_contents_area {
	width: 65%;
	float: left;
}

.blog_side_area {
	width: 25%;
	float: right;
}

/* .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 .news_index_meta {
	width: 27%;
	float: left;
}

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

.news_index_group .category {
	width: 55%;
	float: left;
	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;
	transition: all .2s linear;
}

.news_index_group .category a:hover {
	opacity: 0.7;
}

.news_index_group h3 {
	margin-top: 2px;
	margin-left: 3%;
	width: 70%;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

.news_index_group h3 a {
	display: block;
	color: #333;
	transition: all .2s linear;
}

.news_index_group h3 a:hover {
	opacity: 0.6;
}

.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;
	transition: all .2s linear;
}

.side_list li a:hover {
	background: #eee;
}

/* 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: 36px;
	height: 36px;
	color: #999;
	font-size: 13px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border: #999 2px solid;
	display: block;
	float: left;
	margin-right: 8px;
	box-sizing: border-box;
	transition: all .2s linear;
}

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

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

.wp-pagenavi a:hover {
	color: #fff;
	background: #999;
}

.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: 10px auto;
}

.blog_pagenation_next:hover {
	background: #fafafa url(./../images/arrow_gray_left.png) no-repeat 8px 50%;
	background-size: 10px auto;
}

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

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

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

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

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

.blog_pagenation_next figure,
.blog_pagenation_prev figure {
	width: 120px;
	height: 70px;
	overflow: hidden;
}

.blog_contents_area .blog_pagenation_next figure,
.blog_contents_area .blog_pagenation_prev figure {
	width: 120px;
	height: 75px;
}

.blog_pagenation_next figure {
	float: left;
}

.blog_pagenation_prev figure {
	float: right;
}

.blog_pagenation_next figure img,
.blog_pagenation_prev figure img {
	width: 100%;
	height: auto;
}

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

.blog_pagenation_next p {
	margin-left: 135px;
}

.blog_pagenation_prev p {
	margin-right: 135px;
}








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

.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;
	transition: all .2s linear;
}

.blog_title a:hover {
	opacity: 0.6;
}

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

.blog_meta a {
	color: #333;
	margin-left: 8px;
	transition: all .2s linear;
}

.blog_meta a:hover {
	opacity: 0.6;
}

.blog_article {
	margin-top: 20px;
}

.shop_blog_article {
	margin-bottom: 100px;
}

.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;
	transition: all .2s linear;
}

.blog_article p a:hover,
.blog_article ul a:hover,
.blog_article ol a:hover,
.blog_article table a:hover {
	opacity: 0.6;
}

.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;
	transition: all .2s linear;
}

.sitemap_area h4 a:hover {
	background: #e5e5e5;
}

.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;
	transition: all .2s linear;
}

.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;
}

.sitemap_area ul li a:hover {
	opacity: 0.6;
}










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

.contact_form {
	margin-top: 30px;
}

.contact_group {
	padding: 15px;
	box-sizing: border-box;
}

.contact_group:nth-child(even) {
	background: #f5f5f5;
}

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

.contact_form .item {
	width: 22%;
	float: left;
	padding-top: 5px;
}

.contact_form .input {
	width: 75%;
	float: right;
}

.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;
}

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

.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: 40px;
}

.contact_submit {
	width: 220px;
	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;
}

.contact_submit input:hover {
	cursor: pointer;
	background: #fff;
	color: #d01013;

}

.mw_wp_form_confirm .contact_button {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.mw_wp_form_confirm .contact_submit {
	float: right;
}

.mw_wp_form_confirm .contact_back {
	width: 220px;
	float: left;
}

.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;
}

.mw_wp_form_confirm .contact_back input:hover {
	cursor: pointer;
	background: #fff;
	color: #999;
}

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

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

.mw_wp_form_confirm .text {
	margin: 0 !important;
}

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

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

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

.contact_form .w_60 {
	max-width: auto !important;
	width: 60px !important;
}

.contact_form .w_100 {
	max-width: auto !important;
	width: 100px !important;
}

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

.contact_form .w_300 {
	max-width: auto !important;
	width: 300px !important;
}

.contact_form .w_500 {
	max-width: auto !important;
	width: 500px !important;
}










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

.home #map_canvas {
	width: 1100px;
	height: 400px;
}

.page #map_canvas {
	width: 100%;
	height: 500px;
}

.map_shop_info {
	display: none;
	padding: 18px 12px 20px;
	box-sizing: border-box;
	position: absolute;
	left: 20px;
	width: 380px;
	height: auto;
	background: #fff;
	border: #d01013 2px solid;
}

.home .map_shop_info {
	top: 62px;
}

.page .map_shop_info {
	top: 100px;
}

.map_shop_info.active {
	display: block;
}

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

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

.map_shop_info table {
	margin-top: 15px;
}

.map_shop_info table th,
.map_shop_info table td {
	color: #333;
	font-size: 13px;
	text-align: left;
	padding: 4px 0;
}

.map_shop_info .text_button {
	margin-top: 10px;
}










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

.staff_box_area {
	margin-top: 60px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.staff_box {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

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

.staff_box .image_box {
	width: 30%;
	float: left;
}

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

.staff_box .text_box {
	margin-top: 20px;
	margin-left: 35%;
}

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

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

.staff_box .text_box .text_button {
	margin-top: 10px;
	margin-left: 0;
}










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

/* 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;
	transition: all .2s linear;
}

.blog_side_user_group a:hover {
	background: #eee;
}

.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;
	transition: all .2s linear;
}

.blog_side_ranking_group a:hover {
	background: #eee;
}

.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 {
	margin-top: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.staff_one_column .image_box {
	width: 30%;
	float: left;
}

.staff_one_column .text_box {
	margin-left: 35%;
}










/* .ciao_graphic_area */
.ciao_graphic_area {
	width: 700px;
	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 {
	min-width: 1100px;
	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: 60px;
	display: block;
	width: 30px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: -40px;
	background: #009ed4 url('./../images/campaign_arrow_left.png') no-repeat 48% 50%;
	background-size: 11px 20px;
}

.slick-next {
	right: -40px;
	background: #009ed4 url('./../images/campaign_arrow_right.png') no-repeat 52% 50%;
	background-size: 11px 20px;
}

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










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

.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;
	margin-top: 4px;
}

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

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