@charset "UTF-8";
/* =====================
  リード共通
===================== */
.service-read {
  background: #222;
  padding: 7vw 0 0 0;
}

.service-read .content-title {
  font-size: 11vw;
  text-align: center;
  line-height: 1.2;
}

.service-read .content-title span {
  color: #fff;
  font-size: 9vw;
}

.service-read-text {
  width: 90%;
  margin: 0 auto 7vw auto;
}

.service-read-text p {
  color: #ccc;
}

.service-read-images {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.service-read-images-inner {
  height: 90vw;
}

.service-read-btn-wrapper {
  margin-top: 3vw;
}

.service-read-btn {
  display: block;
  background: #fff;
  width: 100%;
  height: 20vw;
  margin-bottom: 3vw;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

/* =====================
  サービスの流れ
===================== */
.service-flow {
  background: #f9f9f9 url("../images/common/deco-tire-white-totop.png") no-repeat top;
  background-size: 100% auto,cover;
  padding: 7vw 0;
}

.service-flow-inner {
  width: 90%;
  margin: 0 auto;
  counter-reset: flow;
}

.service-flow-inner > li {
  background: #fff;
  position: relative;
  margin-bottom: 7vw;
  padding-top: 4vw;
  list-style: none;
}

.service-flow-inner > li:before {
  content: counter(flow);
  counter-increment: flow;
  color: #dfede3;
  font-size: 15vw;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 4vw;
}

.service-flow-txt {
  margin: 5vw;
}

.service-flow-images {
  overflow: hidden;
  line-height: 0;
}

.service-flow-images img {
  width: 100%;
}

.service-flow-title {
  font-size: 6vw;
  font-weight: bold;
  color: #009438;
  line-height: 1.5;
  margin: 0 0 4vw 10vw;
}

.service-flow h4 {
  font-weight: bold;
  color: #222;
  margin-bottom: 1em;
}

.service-flow-attention {
  font-size: 3.5vw;
  color: #009438;
  margin-top: 0.5em;
}

.service-flow-list-item li {
  list-style: url("../images/common/list-dot.png");
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

.service-flow-final {
  width: 90%;
  margin: 0 auto;
}

.service-flow-final-title {
  font-size: 6vw;
  font-weight: bold;
  color: #009438;
  line-height: 1.5;
  margin-bottom: 4vw;
}

/* =====================
  サービスの説明
===================== */
.service-explanation {
  padding: 7vw 0;
}

.service-explanation-inner {
  width: 90%;
  margin: 0 auto;
}

.service-explanation-txt {
  margin-bottom: 1em;
}

.service-explanation-image img {
  width: 100%;
}

/* ==================== ▼▼▼　販売：sale.html　▼▼▼ =====================*/
/* リード内画像 */
.sale-img {
  background: url("../images/service/sale-read.png") top center;
  background-size: cover;
}

.sale-content {
  width: 100%;
  margin: 0 auto;
}

.sale-newcar {
  width: 90%;
  margin: 0 auto;
  padding: 7vw 0;
}

.sale-newcar-bland {
  margin: 4vw auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sale-newcar-bland li {
  width: 33%;
  height: 25vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sale-usedcar {
  width: 100%;
  background: #f9f9f9;
  padding: 7vw 0;
  position: relative;
}

.sale-usedcar-inner {
  width: 90%;
  margin: 0 auto;
}

.sale-usedcar-search {
  width: 100%;
  margin-top: 7vw;
}

.bland_01 {
  background: url("../images/service/bland_01.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_02 {
  background: url("../images/service/bland_02.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_03 {
  background: url("../images/service/bland_03.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_04 {
  background: url("../images/service/bland_04.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_05 {
  background: url("../images/service/bland_05.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_06 {
  background: url("../images/service/bland_06.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_07 {
  background: url("../images/service/bland_07.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_08 {
  background: url("../images/service/bland_08.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_09 {
  background: url("../images/service/bland_09.png") no-repeat center center;
  background-size: 100% auto,cover;
}

.bland_10 {
  background: url("../images/service/bland_10.png") no-repeat center center;
  background-size: 100% auto,cover;
  margin-top: -7vw;
}

#sale .sale-link {
  display: block;
  width: 85%;
  height: 18vw;
  margin: 0 auto 5vw auto;
  padding: 3vw 0;
  border: 2px solid #222;
  /*text-indent: 100%;*/
  white-space: nowrap;
  overflow: hidden;
}

#sale .sale-link-close {
  display: block;
  background: #fff url("../images/common/logo-goonet.png") center center no-repeat;
  background-size: 35% auto;
  width: 85%;
  height: 22vw;
  margin: 0 auto 5vw auto;
  padding: 3vw 0;
  border: 2px solid #222;
  position: relative;
}

#sale .sale-link-close:after {
  content: "COMING SOON";
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sale .sale-link-car-close:after {
  content: "COMING SOON";
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carsensor {
  background: #fff url("../images/common/logo_carsensor.png") center center no-repeat;
  background-size: 45% auto;
  margin-top: 50px;
  position: relative;
}

.goonet {
  background: #fff url("../images/common/logo-goonet.png") center center no-repeat;
  background-size: 35% auto;
}

/* セールスポイント */
.sale-point {
  width: 100%;
}

.sale-point > div {
  width: 100%;
  height: 90vw;
  padding: 4vw;
}

.sale-point > div > p, .sale-point-item-inner > p {
  color: #fff;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
}

.sale-point_01 {
  background: url("../images/service/point-bg_01.jpg") center center;
  background-size: cover;
}

.sale-point_02 {
  background: url("../images/service/point-bg_02.jpg") center center;
  background-size: cover;
}

.sale-point-link {
  display: block;
  height: 25vw;
  padding: 0;
  margin: 25px auto 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.8);
  font-size: 8vw;
  font-weight: bold;
  overflow: hidden;
}

.sale-point-link-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sale-point-link-title p {
  font-size: 4vw;
  font-weight: normal;
  line-height: 0.8;
}

/* お問い合わせボタン */
#sale .btn-detail {
  height: 100px;
  margin: 7vw auto 0 auto;
}

/* ==================== ▼▼▼　車検・点検：inspection.html　▼▼▼ =====================*/
/* =====================
  リード
===================== */
#inspection .swiper-container {
  height: 90vw;
}

/* リード内画像 */
.inspection-img_01 {
  background: url("../images/service/inspection-read_01.jpg") top center;
  background-size: cover;
}

.inspection-img_02 {
  background: url("../images/service/inspection-read_02.jpg") top center;
  background-size: cover;
}

.inspection-img_03 {
  background: url("../images/service/inspection-read_03.jpg") top center;
  background-size: cover;
}

.inspection-img_04 {
  background: url("../images/service/inspection-read_04.jpg") top center;
  background-size: cover;
}

/* =====================
  参考価格表
===================== */
.inspection-price {
  width: 90%;
  margin: 0 auto;
  padding: 7vw 0;
}

.inspection-price-inner {
  overflow: auto;
  white-space: nowrap;
}

.inspection-price-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.inspection-price-table-charge {
  display: table-row;
  background: #eee;
}

.inspection-price-table-row {
  display: table-row;
}

.inspection-price-table-cell {
  display: table-cell;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

/* お問い合わせボタン */
#inspection .btn-detail {
  width: 90%;
  height: 20vw;
  margin: 7vw auto 10vw auto;
}

/* ==================== ▼▼▼　板金・塗装：repair.html　▼▼▼ =====================*/
/* =====================
  リード
===================== */
/* リード内画像 */
.repair-img_01 {
  background: url("../images/service/repair-read_01.jpg") top center;
  background-size: cover;
}

.repair-img_02 {
  background: url("../images/service/repair-read_02.jpg") top center;
  background-size: cover;
}

.repair-img_03 {
  background: url("../images/service/repair-read_03.jpg") top center;
  background-size: cover;
}

.repair-img_04 {
  background: url("../images/service/repair-read_04.jpg") top center;
  background-size: cover;
}

/* =====================
  CASE
===================== */
.repaircase {
  background: #f9f9f9;
  padding: 7vw 0;
}

.repaircase-inner {
  width: 90%;
  margin: 0 auto;
}

.repaircase li {
  background: #fff;
  margin-bottom: 7vw;
}

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

.repaircase ol {
  list-style: none;
}

.repaircase-images {
  width: 100%;
  height: 60vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.repaircase-text {
  width: 100%;
  padding: 0 5vw 5vw 5vw;
  position: relative;
}

.repaircase-text-title {
  font-size: 16vw;
  font-weight: bold;
  text-align: right;
  color: #eee;
  margin-top: -0.2em;
}

.repaircase-text-price {
  font-size: 7vw;
  font-weight: bold;
  color: #222;
  margin-top: -18vw;
}

/* クロスフェード */
.repaircase-images-slider {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.repaircase-images-slider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.repaircase-images-slider > div p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  width: 3em;
  padding: 0.2em 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.repaircase-images-slider div {
  animation: fadeSlideImg01 20s ease-out infinite;
}

.repaircase-images-slider .repaircase1_01 {
  background-image: url("../images/service/repaircase1_01.jpg");
  animation-delay: 0s;
}
.repaircase-images-slider .repaircase1_02 {
  opacity: 0;
  background-image: url("../images/service/repaircase1_02.jpg");
  animation-delay: 4s;
}
.repaircase-images-slider .repaircase1_03 {
  opacity: 0;
  background-image: url("../images/service/repaircase1_03.jpg");
  animation-delay: 8s;
}
.repaircase-images-slider .repaircase1_04 {
  opacity: 0;
  background-image: url("../images/service/repaircase1_04.jpg");
  animation-delay: 12s;
}
.repaircase-images-slider .repaircase1_05 {
  opacity: 0;
  background-image: url("../images/service/repaircase1_05.jpg");
  animation-delay: 16s;
}

.repaircase-images-slider .repaircase2_01 {
  background-image: url("../images/service/repaircase2_01.jpg");
  animation-delay: 0s;
}
.repaircase-images-slider .repaircase2_02 {
  opacity: 0;
  background-image: url("../images/service/repaircase2_02.jpg");
  animation-delay: 4s;
}
.repaircase-images-slider .repaircase2_03 {
  opacity: 0;
  background-image: url("../images/service/repaircase2_03.jpg");
  animation-delay: 8s;
}
.repaircase-images-slider .repaircase2_04 {
  opacity: 0;
  background-image: url("../images/service/repaircase2_04.jpg");
  animation-delay: 12s;
}
.repaircase-images-slider .repaircase2_05 {
  opacity: 0;
  background-image: url("../images/service/repaircase2_05.jpg");
  animation-delay: 16s;
}

.repaircase-images-slider .repaircase3_01 {
  background-image: url("../images/service/repaircase3_01.jpg");
  animation-delay: 0s;
}
.repaircase-images-slider .repaircase3_02 {
  opacity: 0;
  background-image: url("../images/service/repaircase3_02.jpg");
  animation-delay: 4s;
}
.repaircase-images-slider .repaircase3_03 {
  opacity: 0;
  background-image: url("../images/service/repaircase3_03.jpg");
  animation-delay: 8s;
}
.repaircase-images-slider .repaircase3_04 {
  opacity: 0;
  background-image: url("../images/service/repaircase3_04.jpg");
  animation-delay: 12s;
}
.repaircase-images-slider .repaircase3_05 {
  opacity: 0;
  background-image: url("../images/service/repaircase3_05.jpg");
  animation-delay: 16s;
}

@keyframes fadeSlideImg01{
  0%{ opacity: 0;}
  15%{ opacity: 1;}
  20%{ opacity: 1;}
  35%{ opacity: 0;}
  100%{ opacity: 0;}
}

/* お問い合わせボタン */
#repair .btn-detail {
  width: 90%;
  height: 20vw;
  margin: 7vw auto 10vw auto;
}

/* ==================== ▼▼▼　ロードサービス：roadservice.html　▼▼▼ =====================*/
#roadservice .content-title {
  color: #aa000d;
}

#roadservice .road-read {
  height: 90vw;
}

.service-read-logo img {
  width: 100%;
}

/* リード内画像 */
.roadservice-img_01 {
  background: url("../images/service/roadservice-read_01.jpg") top center;
  background-size: cover;
}

.roadservice-img_02 {
  background: url("../images/service/roadservice-read_02.jpg") top center;
  background-size: cover;
}

.roadservice-img_03 {
  background: url("../images/service/roadservice-read_03.jpg") top center;
  background-size: cover;
}

.roadservice-img_04 {
  background: url("../images/service/roadservice-read_04.jpg") top center;
  background-size: cover;
}

/* レッカー車のご紹介 */
.wrecker {
  background: #f9f9f9 url("../images/common/deco-tire-white-totop.png") no-repeat top;
  background-size: 100% auto,cover;
  padding: 7vw 0;
}

.wrecker-inner {
  width: 90%;
  margin: 0 auto;
}

.wrecker-item {
  background: #fff;
  margin-bottom: 7vw;
}

.wrecker-item:last-child {
  margin-bottom: 0;
}

.wrecker-images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrecker-images a {
  width: 50%;
  line-height: 0;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrecker-images a:hover {
  opacity: 0.8;
}

.wrecker-images a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrecker-text {
  width: 100%;
  padding: 5vw;
}

.wrecker h3 {
  color: #aa000d;
  font-weight: bold;
  line-height: 1.5;
  font-size: 5vw;
  margin-bottom: 0.5em;
}

/* 実績紹介 */
.wrecker-results {
  width: 100%;
  background-size: auto auto;
  background-color: black;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #101010 8px, #101010 16px);
  padding: 7vw 0 10vw 0;
  margin-bottom: 7vw;
  position: relative;
  overflow: hidden;
}

.wrecker-results:after {
  content: "";
  background: url("../images/common/deco-tire-white.png") no-repeat bottom;
  background-size: 100% auto,cover;
  position: absolute;
  width: 100%;
  height: 144px;
  bottom: 0;
}

.wrecker-results-gallery {
  width: 100%;
  margin: 0 auto;
  padding: 0 2vw;
}

.wrecker-results .content-title {
  color: #33c56a;
}

.wrecker-results .content-title span {
  color: #fff;
}

.swiper-slide img {
  width: 100%;
}

/* お問い合わせボタン */
#roadservice .btn-detail {
  background: #aa000d;
  width: 90%;
  height: 20vw;
  margin: 7vw auto 10vw auto;
}

/* ==================== ▼▼▼　保険：insurance.html　▼▼▼ =====================*/
/* リード内画像 */
.insurance-img {
  background: url("../images/service/insurance-read.jpg") top center;
  background-size: cover;
}

/* リード内リンク */
.tokyokaijo {
  background: #fff url("../images/service/insurance-company_01.png") no-repeat center center;
  background-size: 75% auto,cover;
}

.aioi {
  background: #fff url("../images/service/insurance-company_02.png") no-repeat center center;
  background-size: 85% auto,cover;
  margin-right: 0;
}

/* お問い合わせボタン */
#insurance .btn-detail {
  width: 90%;
  height: 20vw;
  margin: 7vw auto 10vw auto;
}
