@charset "UTF-8";
/* =====================
  リード共通
===================== */
.service-read {
  padding: 0;
}
.service-read .content-title {
  font-size: 66px;
  text-align: left;
}
.service-read .content-title span {
  font-size: 56px;
}
.service-read-inner {
  display: flex;
  flex-direction: row-reverse;
}
.service-read-text {
  width: 40%;
  min-width: 460px;
  margin: 0;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
.service-read-images {
  width: 60%;
  margin: 0;
  max-width: 1320px;
}
.service-read-btn-wrapper {
  display: flex;
}
.service-read-btn {
  width: 50%;
  height: 80px;
  margin-right: 10px;
}
.service-read-btn:before {
  content: "";
  width: 200%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  right: -125%;
  transition: .3s ease-in-out;
}
.service-read-btn:hover:before {
  right: 20%;
}
.service-read-btn-btn:last-child {
  margin-right: 0;
}

.service-read-images-inner {
  height: 740px;
}

/* 1300px以下でのテキストの崩れ調整 */
@media screen and (max-width: 1300px) {
  .service-read .content-title {
    font-size: 57px;
  }

  .service-read .content-title span {
    font-size: 50px;
  }
}
/* =====================
  サービスの流れ
===================== */
.service-flow {
  padding: 70px 0;
}
.service-flow-inner {
  max-width: 1000px;
  padding: 0 30px;
}
.service-flow-inner > li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 0;
}
.service-flow-inner > li:before {
  font-size: 80px;
  top: -20px;
  left: inherit;
  right: 52%;
}
.service-flow-txt {
  width: 610px;
  margin: 0;
  padding: 30px 40px;
}
.service-flow-images {
  background: #ff0;
}
.service-flow-images img {
  width: 390px;
  height: 100%;
  object-fit: cover;
}
.service-flow-title {
  font-size: 30px;
  margin: inherit;
  margin: 0 0 1em 60px;
  display: flex;
  align-items: center;
}
.service-flow-attention {
  font-size: 15px;
}
.service-flow-list {
  display: flex;
}
.service-flow-list-item {
  margin-left: 1em;
}
.service-flow-list-item:nth-child(2) {
  margin-left: 3em;
}
.service-flow-list-item li {
  font-size: 15px;
  margin-left: 0;
}
.service-flow-final {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.service-flow-final-title {
  font-size: 30px;
  text-align: center;
}

/* =====================
  サービスの説明
===================== */
.service-explanation {
  padding: 70px 0;
}
.service-explanation-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.service-explanation-txt {
  width: 45%;
  margin-bottom: 0;
  margin-right: 5%;
}
.service-explanation-image {
  width: 50%;
}
.service-explanation-image img {
  width: 100%;
}

/* ==================== ▼▼▼　販売：sale.html　▼▼▼ =====================*/
/* =====================
  新車・中古車販売
===================== */
.sale-content {
  max-width: 1300px;
  padding: 70px 30px;
  display: flex;
  justify-content: space-between;
}
.sale-newcar {
  width: 40%;
  padding: 0;
}
.sale-newcar-bland {
  width: 90%;
  margin: 20px auto;
}
.sale-newcar-bland li {
  width: 20%;
  height: 6.2vw;
}
.sale-usedcar {
  width: 50%;
  background: inherit;
  padding: 0;
  position: relative;
}
.sale-usedcar-search {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bland_10 {
  margin-top: 0;
}

#sale .sale-link {
  height: 80px;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
/*#sale .sale-link:before {
  content: "";
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0.05);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  right: -165%;
  transition: .3s ease-in-out;
}*/
#sale .sale-link:hover:before {
  right: -20%;
}
#sale .sale-link-close {
  height: 80px;
  margin: 20px auto 0 auto;
}
#sale .sale-link-close:after {
  font-size: 20px;
}
#sale .sale-link-car-close:after {
  font-size: 20px;
}

/* お問い合わせボタン */
#sale .btn-detail {
  height: 100px;
  margin: 30px auto 0 auto;
}

/* セールスポイント */
.sale-point {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 30px;
  display: flex;
  justify-content: space-between;
}
.sale-point > div {
  width: 49%;
  height: 450px;
  padding: 20px;
}
.sale-point > div > p, .sale-point-item-inner > p {
  font-size: 23px;
}
.sale-point-link {
  height: 100px;
  font-size: 36px;
}
.sale-point-link-title p {
  font-size: 14px;
}

/* ==================== ▼▼▼　車検・点検：inspection.html　▼▼▼ =====================*/
/* =====================
  リードビジュアル
===================== */
#inspection .swiper-container {
  height: 740px;
}

/* =====================
  参考価格表
===================== */
.inspection-price {
  max-width: 1000px;
  padding: 70px 30px 100px 30px;
}

/* お問い合わせボタン */
#inspection .btn-detail {
  width: 600px;
  height: 100px;
  margin: 50px auto 100px auto;
}

/* ==================== ▼▼▼　板金・塗装：repair.html　▼▼▼ =====================*/
/* =====================
  リードビジュアル
===================== */
#repair .swiper-container {
  height: 740px;
}

/* =====================
  CASE
===================== */
.repaircase {
  padding: 70px 0;
  margin-bottom: 50px;
}
.repaircase-inner {
  max-width: 1000px;
  padding: 0 30px;
}
.repaircase li {
  display: flex;
  margin-bottom: 50px;
}
.repaircase-images {
  width: 40%;
  height: inherit;
}
.repaircase-text {
  width: 60%;
  padding: 30px 40px;
}
.repaircase-text-title {
  font-size: 80px;
  position: absolute;
  top: -10px;
  right: 30px;
}
.repaircase-text-price {
  font-size: 24px;
  margin-top: 0;
}
.repaircase-text p {
  margin-top: 20px;
}

/* クロスフェード */
.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: 600px;
  height: 100px;
  margin: 0 auto 100px auto;
}

/* ==================== ▼▼▼　ロードサービス：roadservice.html　▼▼▼ =====================*/
/* リード内画像 */
#roadservice .road-read {
  height: 740px;
}

/* レッカー車のご紹介 */
.wrecker {
  padding: 70px 0;
}
.wrecker-inner {
  max-width: 1300px;
  padding: 0 30px;
}
.wrecker-item {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.wrecker-item:nth-child(even) {
  flex-direction: row-reverse;
}
.wrecker-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrecker-text {
  width: 40%;
  padding: 30px 40px;
}
.wrecker h3 {
  font-size: 30px;
}

/* 実績紹介 */
.wrecker-results {
  padding: 70px 0 100px 0;
  margin-bottom: 0;
}
.wrecker-results-gallery {
  max-width: 1300px;
  padding: 0 30px;
}

/* お問い合わせボタン */
#roadservice .btn-detail {
  width: 600px;
  height: 100px;
  margin: 50px auto 100px auto;
}

/* ==================== ▼▼▼　保険：insurance.html　▼▼▼ =====================*/
/* リード内リンク */
.aioi {
  background: #fff url("../images/service/insurance-company_02.png") no-repeat center center;
  background-size: 85% auto,cover;
}

.tokyokaijo {
  background: #fff url("../images/service/insurance-company_01.png") no-repeat center center;
  background-size: 75% auto,cover;
}

/* お問い合わせボタン */
#insurance .btn-detail {
  width: 600px;
  height: 100px;
  margin: 60px auto 100px auto;
}
