@charset "UTF-8";

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.flexbox01,
.flexbox02,
.flexbox03,
.flexbox04,
.flexbox05 {
	display: flex;
	flex-wrap: wrap;
}
.flexbox01 .ph {
	text-align: center;
	width: 50%;
	padding-left: 50px;
}
.flexbox01 .txt {
	width: 50%;
}

.flexbox02 {
	flex-direction: row-reverse;
}
.flexbox02 .ph {
	text-align: center;
	width: 50%;
	padding-right: 50px;
}
.flexbox02 .txt {
	width: 50%;
}

.flexbox03 .box {
	width: 33.3%;
	padding: 0 5px 20px;
}
.flexbox04 .box {
	width: 25%;
	padding: 0 5px 20px;
}
.flexbox05 .box {
	width: 20%;
	padding: 0 5px 20px;
}



/*#wrap_mainte .boxA .flexbox,
#wrap_inspe .boxA .flexbox,
#wrap_bodywork .boxA .flexbox,
#wrap_purch .boxA .flexbox,*/
.boxA .flexbox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}
/*#wrap_mainte .boxA .flexbox .ph,
#wrap_inspe .boxA .flexbox .ph,
#wrap_bodywork .boxA .flexbox .ph,
#wrap_purch .boxA .flexbox .ph,*/
.boxA .flexbox .ph {
	text-align: center;
	width: 40%;
}
/*#wrap_mainte .boxA .flexbox .txt,
#wrap_inspe .boxA .flexbox .txt,
#wrap_bodywork .boxA .flexbox .txt,
#wrap_purch .boxA .flexbox .txt,*/
.boxA .flexbox .txt {
	width: 60%;
	padding: 0 50px;
}

/*--------------------------------------------------------------
会社案内
--------------------------------------------------------------*/
#wrap_company .boxA {
}
#wrap_company .flexbox04 .box {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
#wrap_company .flexbox04 .ph {
	text-align: center;
}
#wrap_company .flexbox04 .txt {
	padding: 15px;
	font-size: 14px;
	line-height: 1.5;
}
#wrap_company .flexbox04 .txt p {
	margin: 0;
}

/*--------------------------------------------------------------
各種整備・メンテナンス
--------------------------------------------------------------*/
#wrap_mainte .boxB .flexbox {
	display: flex;
	flex-wrap: wrap;
}
#wrap_mainte .boxB .flexbox .box {
	width: 50%;
	padding: 0 10px 30px;
}
#wrap_mainte .boxB .inner {
}
#wrap_mainte .boxB h3 {
	font-size: 20px;
	letter-spacing: 0;
	margin: 0;
	padding: 10px;
	background-color: #ce3636;
	color: #fff;
	text-align: center;
}
#wrap_mainte .boxB .ph {
	text-align: center;
}
#wrap_mainte .boxB .txt {
}

/*--------------------------------------------------------------
車検
--------------------------------------------------------------*/
#wrap_flow {
}
#wrap_flow .step {
	background-color: #fff;
	padding: 30px;
}
#wrap_flow h3 {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	font-size: 24px;
	margin: 0 0 20px;
	color: #ce3636;
	padding: 0;
	border: none;
}
#wrap_flow h3 .num {
	background-color: #ce3636;
	color: #fff;
	padding: 5px 15px 3px;
	margin-right: 10px;
	line-height: 1.2;
	font-size: 20px;
}
#wrap_flow h3 .title {
}
#wrap_flow .flex {
	display: flex;
	flex-wrap: wrap;
}
#wrap_flow .ph {
	width: 30%;
	text-align: center;
}
#wrap_flow .txt {
	width: 70%;
	padding-left: 50px;
}
/*
#wrap_flow .txt h4 {
	margin-bottom: 10px;
	background-color: #444;
	color: #fff;
	padding: 6px 10px 5px;
}*/
.entry-content #wrap_flow .txt ul {
	margin-bottom: 0;
}
.entry-content #wrap_flow .txt ul li {
	margin-bottom: 0;
	line-height: 1.5;
}
#wrap_flow .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 100px solid transparent;
	border-left: 100px solid transparent;
	border-top: 50px solid #f99696;
	border-bottom: 0;
	margin: 0 auto;
}

/*--------------------------------------------------------------
鈑金塗装
--------------------------------------------------------------*/
#wrap_bodywork .flexbox04 {
	margin-bottom: 30px;
}
#wrap_bodywork .flexbox04 .box {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
お客様の声
--------------------------------------------------------------*/
#voicebox {
}
#voicebox .wrap {
}
#voicebox .innerwrap {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}
#voicebox .inner {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
#voicebox .ph {
	text-align: center;
	width: 15%;
}
#voicebox .txt {
	width: 85%;
	padding-left: 30px;
}
#voicebox h3 {
	margin-bottom: 20px;
}
#voicebox .subbox {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#voicebox .kind {
	margin-right: 10px;
	color: #fff;
	background-color: #2E55B0;
	padding: 5px 10px;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 12px;
	border-radius: 5px;
}
#voicebox .star {
	color: #E6E00B;
}
#voicebox .com {
}

/*--------------------------------------------------------------
実績ページ
--------------------------------------------------------------*/


/*--------------------------------------------------------------
実績詳細ページ
--------------------------------------------------------------*/
#wktitle {
	background-image: url(images/bg_ptitlework.jpg);
}
body.single-c_works .page-header {
	display: none;
}
body.single-c_works #content .page-header {
	display: block;
}
body.single-c_works #primary {
	padding: 30px 0 0;
}
#wrap_cworks {
	width: 96%;
	margin: 0 auto;
}

#wrap_cworks h2 {
    border-bottom: 3px solid #f2f2f2;
	font-size: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#wrap_cworks h2 span {
    display: inline-block;
    position: relative;
    padding: 0 .4em .2em;
	
	padding: 0 0 10px;
}

#wrap_cworks h2 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ce3636;
    content: '';
}
#wrap_cworks .btnbox {
	text-align: center;
}
#wrap_cworks .btnbox a {
	color: #fff;
}
#wrap_cworks .btnbox .inner {
	display: inline-block;
	background-color: #ce3636;
	padding: 10px 50px;
}

/* ===== スライダー ===== */
#wrap_wksslide{
  /*max-width: 1000px;*/
  margin: 0 auto;
}

.works-main-swiper{
  width: 100%;
  height: 520px;
  border-bottom: 8px solid #ae2020;
}

.works-main-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== サムネ ===== */
.works-thumb-swiper{
  height: 110px;
}
.works-thumb-swiper .swiper-wrapper {
	background-color: #000;
}
.works-thumb-swiper .swiper-slide{
  width: 160px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .3s;
  width: 20%;
}

.works-thumb-swiper .swiper-slide-thumb-active{
  opacity: 1;
}

.works-thumb-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== テキスト ===== */
#wrap_wkstxt {
	background-color: #fff;
	padding: 20px;
}
#wrap_wkstxt table {
	margin: 0 auto;
}
#wrap_wkstxt th,
#wrap_wkstxt td {
	padding: 10px;
	border-bottom: 1px solid #bbb;
}
#wrap_wkstxt th {
	width: 15%;
}
#wrap_wkstxt td {
}
/*#wrap_wkstxt{
  max-width: 1000px;
  margin: 0 auto;
}

.works-data .year{
  font-weight: bold;
  margin-bottom: 10px;
}*/

/*--------------------------------------------------------------

--------------------------------------------------------------*/


/*--------------------------------------------------------------

--------------------------------------------------------------*/


/*--------------------------------------------------------------

--------------------------------------------------------------*/


/*--------------------------------------------------------------

--------------------------------------------------------------*/


/*--------------------------------------------------------------

--------------------------------------------------------------*/