@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-service #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/service/title-icon-left.png") no-repeat;
  width: 300px;
  height: 300px;
  background-size: 300px 300px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-service #visual .body::before {
    background: url("../../_images/service/title-icon-left.png") no-repeat;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}


/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-nav ul li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 14px;
  height: 14px;
  margin-left: .4em;
}


/* ****************************************************************************************************
   * その他サービス（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
} 
#service-top {
  position: relative;
  padding-bottom: 120px;
}
#service-top .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #service-top {
    position: relative;
    padding-top: 2rem !important;
  }
  #service-top .subtitle {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#service-top .layout-flex-2 {
  margin-top: 60px;
  justify-content: center;
  column-gap: 40px;
}

#service-top .layout-flex-2 li {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
  transition: transform .3s ease;
}
#service-top .layout-flex-2 li:hover {
  transform: scale(1.1);
}

#service-top .layout-flex-2 li a {
  opacity: 1;
}
#service-top .layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

#service-top .layout-flex-2 li picture {
  position: relative;
  display: block;
  border-radius: 20px;
  text-align: center;
}
#service-top .layout-flex-2 li picture img {}


#service-top .layout-flex-2 p.caption {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 2.7rem;
  margin-top: 1em;
  padding-bottom: 50px;
  transition: transform .3s ease;
}
#service-top .layout-flex-2 p.caption span {
  background: linear-gradient(transparent 40%, var(--c-yellow) 40%);
}
#service-top .layout-flex-2 p.caption::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-l.png") no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  transform: translateY(0);
  transition: 0.2s left;
  margin: 0 auto;
}
#service-top .layout-flex-2 li:hover p.caption::after {
  left: 0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #service-top .layout-flex-2 {
    margin-top: 60px;
    justify-content: center;
    column-gap: 20px;
  }
  #service-top .layout-flex-2 p.caption span.br-sp {
    display: inline-block;
    background: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #service-top .layout-flex-2 {
    margin-top: 30px;
    justify-content: center;
  }
  #service-top .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
  #service-top .layout-flex-2 li {
    max-width: /*255px*/100%;
    margin: 0 2% 40px;
  }
  #service-top .layout-flex-2 li:nth-child(n+3) {
    margin-top: 0;
  }
  #service-top .layout-flex-2 p.caption {
    font-size: 2.2rem;
    margin-top: 0.5em;
    padding-bottom: 30px;
    line-height: 1.4;
  }
  #service-top .layout-flex-2 p.caption::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-right-l.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    transform: translateY(0);
    transition: 0.2s left;
    margin: 0 auto;
  }
}


/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.page-motorcycle
.service .title-area .subtitle span::before {
  background: url("../../_images/_common/title-line-left.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}
.page-motorcycle
.service .title-area .subtitle span::after {
  background: url("../../_images/_common/title-line-right.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-motorcycle
  .service .title-area .subtitle span::before {
    background: url("../../_images/_common/title-line-left.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    left: -8px;
  }
  .page-motorcycle
  .service .title-area .subtitle span::after {
    background: url("../../_images/_common/title-line-right.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    right: -8px;
  }
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/*タイヤ預かり保管*/
.page-storage
.js-location-nav {
  width: 230px;
  padding-top: 530px;
  padding-left: 15px;
}
/*オイル交換*/
.page-oil
.js-location-nav {
  width: 230px;
  padding-top: 925px;
  padding-left: 15px;
}
/*ヘッドライト磨きコーティング*/
.page-headlight
.js-location-nav {
  width: 230px;
  padding-top: 490px;
  padding-left: 15px;
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-motorcycle
.page-nav .body {
  padding: 0 !important;
}

/* ****************************************************************************************************
   * その他サービス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.service .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service {
    padding-top: 2em !important;
  }
}

/* ****************************************************************************************************
   * その他サービス（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .service {
  position: relative;
  padding-top: 50px;
  padding-right: 1em;
  width: /*1120px*/1140px;
}

.layout-flex .service .body {
  max-width: 1080px;
  padding: 0 !important;
  margin: 0 !important;
}
.layout-flex .service section ~ section {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .service {
    position: relative;
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .service {
    position: relative;
    width: /*auto*/100%;
    margin: 0 auto;
    padding: 50px 1em 0;
  }
  .layout-flex .service .body {
    max-width: 1080px;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .service {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-top: 2em !important;
  }
  .layout-flex .service section ~ section {
    margin-top: 60px;
  }
}

/* ****************************************************************************************************
   * 黄色枠ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service .box {
  position: relative;
  margin-top: 70px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .box .title-3 {
  font-size: 4.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.service .box .title-3 span {
  position: relative;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.service .box .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/staff-icon-1.png") no-repeat;
  width: 109px;
  height: 119px;
  position: absolute;
  top: 0;
  left: -120px;
  margin-top: -80px;
  animation: pikopiko 2s steps(2, start) infinite;
}
.service .box .title-3 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-70%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/staff-icon-1.png") no-repeat;
    width: 54px;
    height: 59px;
    background-size: 54px 59px;
    position: absolute;
    top: 0;
    left: -60px;
    margin-top: -40px;
    animation: pikopiko 2s steps(2, start) infinite;
  }
  .service .box .title-3 span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-70%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内項目
/* ------------------------------------------------------------------------------------------------- */

.service .box .contents.layout-2 {}

.service .box .contents .detail {
  max-width: 710px;
  width: 80%;
}

.service .box .contents .detail .item {}
.service .box .contents .detail .item ~ .item {
  margin-top: 30px;
}

.service .box .contents.layout-2 .detail .item .title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.service .box .contents.layout-2 .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.service .box .contents.layout-2 .detail .item .text {
  font-size: 1.6rem;
}
.service .box .contents picture {
  width: 20%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box .contents .detail {
    max-width: 100%;
    width: 100%;
  }
  .service .box .contents .detail .item .title {
    font-size: 1.8rem;
    padding-left: 1.2em;
  }
  .service .box .contents .detail .item .title::before {
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    margin-top: 7px;
  }
  .service .box .contents picture {
    width: 100%;
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * グレー背景ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service .inner-box {
  position: relative;
  background: var(--c-bg);
  padding: 60px;
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box {
    position: relative;
    background: var(--c-bg);
    padding: 20px;
    border-radius: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

/* 車種*/
.service .inner-box .item .title-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.service .inner-box .item.type-5w30 .title-2::before {
  background: url("../../_images/service/oil/type-1-1.png") no-repeat;
  width: 117px;
  height: 70px;
}
.service .inner-box .item.type-0w20 .title-2::before {
  background: url("../../_images/service/oil/type-1-2.png") no-repeat;
  width: 192px;
  height: 70px;
}
.service .inner-box .item.type-0w30 .title-2::before {
  background: url("../../_images/service/oil/type-1-3.png") no-repeat;
  width: 192px;
  height: 70px;
}
.service .inner-box .item.type-bike .title-2::before {
  background: url("../../_images/service/motorcycle/type-1-1.png") no-repeat;
  width: 146px;
  height: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .title-2::before {
    display: none;
  }
}


/* リットル*/
.service .inner-box .item .title-2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.service .inner-box .item.type-liter .title-2::after {
  background: url("../../_images/service/oil/liter-1-1.png") no-repeat;
  width: 55px;
  height: 70px;
}
.service .inner-box .item.type-wheel .title-2::after {
  background: url("../../_images/service/motorcycle/wheel-1-1.png") no-repeat;
  width: 69px;
  height: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .title-2::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service .inner-box .item ~ .item {
  margin-top: 90px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item ~ .item {
    margin-top: 40px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル（黄色吹き出し）
/* ------------------------------------------------------------------------------------------------- */

.service .inner-box .item .text-area {
  text-align: center;
}
.service .inner-box .item .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0.2em;
  line-height: 1.6;
  display: inline-block;
}
.service .inner-box .item .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}
.service .inner-box .item .text-1 {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0.2em 0.5em;
    line-height: 1.6;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .text-area + .column {
    margin-top: 0;
  }
  .service .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 0.5em;
  }
  .service .inner-box .item .text-1 {
    text-align: left;
    font-size: 1.6rem;
  }
}


/* ****************************************************************************************************
   * タイヤ預かり保管
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service #storage-1 {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #storage-1 {
    margin-top: 40px;
  }
}

/* ****************************************************************************************************
   * ヘッドライト磨きコーティング
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service #headlight-1 {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #headlight-1 {
    margin-top: 40px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * バナーボタン
/* ------------------------------------------------------------------------------------------------- */

#service-top #read {
  margin-bottom: 0;
}
#service-top #read .btn-area {
  position: relative;
  width: auto;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 10px;
  max-width: 600px;
  margin: 0 auto;
}

#service-top #read .btn-area a:hover {
  opacity: 1;
}

#service-top #read .btn-area picture {}
#service-top #read .btn-area picture img {
  transition: transform .3s ease; /* ゆっくり変化させる */
}
#service-top #read .btn-area:hover picture img {
  transform: scale(1.1);
}

#service-top #read .btn-area .content {
  position: absolute;
  top: 110px;
  right: 20px;
  margin-top: 0;
}
#service-top #read .btn-area .content .btn {
  width: 320px;
  padding: 1em;
  font-size: 2.0rem;
}
#service-top #read .btn-area .content p.text-1 {
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
  opacity: 1;
}

#service-top #read .btn-area .content .btn::before {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-s.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: 0.2s left;
  margin: 0 auto;
}
#service-top #read .btn-area .content .btn::after {
  display: none;
}
#service-top #read .btn-area .content .btn.text-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon-y.png") no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  transition: 0.2s left;
  margin: 0 auto;
}
#service-top #read .btn-area:hover .btn::before {
  left: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #service-top #read {
    margin-bottom: 40px;
  }
  #service-top #read .btn-area {
    position: relative;
    width: auto;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
 #service-top #read .btn-area .content {
    position: relative;
    bottom: 40px;
    right: 0;
    left: 0;
    top: auto;
    margin-top: 0;
  }
  #service-top #read .btn-area .content .btn {
    width: /*320px*/290px;
    padding: 1em;
  }
  #service-top #read .btn-area .content .btn::before {
    background: url("../../_images/_common/arrow-right-s.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  #service-top #read .btn-area .content .btn.text-1::after {
    background: url("../../_images/_common/detail-icon-y.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.service #read {
  margin-top: 0;
}
.service #read .lead {
  position: relative;
  z-index: 3;
}
.service #read .lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  animation: pikopiko 1s steps(2, start) infinite;
  z-index: -1;
}
.page-storage
.service #read .lead::before {
  background: url("../../_images/service/storage/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}
.page-oil
.service #read .lead::before {
  background: url("../../_images/service/oil/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}
.page-headlight
.service #read .lead::before {
  background: url("../../_images/service/headlight/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}
.page-motorcycle
.service #read .lead::before {
  background: url("../../_images/service/motorcycle/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}

.service #read .lead::after {
  content: "";
  display: block;
  background: url("../../_images/service/icon-right.png") no-repeat;
  width: 169px;
  height: 238px;
  background-size: 169px 238px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  animation: pikopiko 2s steps(2, start) infinite;
  z-index: -1;
}

.service #read .lead .subtitle {
  margin-top: 0;
}
.service #read .lead .subtitle span {
  font-size: 3.0rem;
}
.service #read .lead .subtitle .marker {
  background: var(--c-yellow);
  color: var(--c-blue);
  font-size: 3.6rem;
  line-height: 1;
  padding: 0;
}
.service #read .lead .subtitle .marker::before,
.service #read .lead .subtitle .marker::after {
  display: none;
}

.service #read .lead .text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .page-storage
  .service #read .lead::before {
    background: url("../../_images/service/storage/icon-left.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
  .page-oil
  .service #read .lead::before {
    background: url("../../_images/service/oil/icon-left.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
  .page-headlight
  .service #read .lead::before {
    background: url("../../_images/service/headlight/icon-left.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }
  .page-motorcycle
  .service #read .lead::before {
    background: url("../../_images/service/motorcycle/icon-left.png") no-repeat;
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
  }


  .service #read .lead::after {
    background: url("../../_images/service/icon-right.png") no-repeat;
    width: 84px;
    height: 119px;
    background-size: 84px 119px;
  }

  .service #read .lead .text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #read .lead::before,
  .service #read .lead::after {
    display: none;
  }
  .page-storage
  .service #read .lead .subtitle span {
    font-size: 1.8rem;
    padding: 0;
  }
  .service #read .lead .subtitle span {
    font-size: 1.8rem;
  }
  .service #read .lead .text {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service .contents.layout-flex-2 .detail {}

.service #headlight-1 .contents.layout-flex-2 .detail {
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
}

.service .contents.layout-flex-2 .content {}

.service .contents.layout-flex-2 .content .images {
  text-align: center;
}
.service .contents.layout-flex-2 .content .images ~ .images {
  margin-top: 20px;
}

.service #headlight-1 .contents.layout-flex-2 .detail .images {
  width: 30%;
}
.service #headlight-1 .contents.layout-flex-2 .detail .images + div {
  width: 70%;
}


.service .contents.layout-flex-2 .content iframe {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.service .contents.layout-flex-2 .content .caption {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .service .contents.layout-flex-2 {
    display: block;
  }
  .service .contents.layout-flex-2 > * {
    width: 100%;
  }
  .service .contents.layout-flex-2 .content {
    margin-top: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #headlight-1 .contents.layout-flex-2 .detail {
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .service #headlight-1 .contents.layout-flex-2 .detail .images {
    width: 100%;
  }
  .service #headlight-1 .contents.layout-flex-2 .detail .images + div {
    width: 100%;
  }
  
  .service #headlight-1 .contents.layout-flex-2 .detail .images {
    text-align: center;
    margin-bottom: 1em;
  }
  .service #headlight-1 .contents.layout-flex-2 .detail .images img {
    width: 75px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .contents.layout-flex-2 .detail .text-area {
  text-align: center;
}
.service .contents.layout-flex-2 .detail .text-area ~ .text-area {
  margin-top: 40px;
}
.service .contents.layout-flex-2 .detail .text-area .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  padding: 0.2em 1em;
  line-height: 1.6;
  display: block;
  max-width: 390px;
  margin: 0 auto 20px;
}
.service .contents.layout-flex-2 .detail .text-area .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .contents.layout-flex-2 .detail .text-area ~ .text-area {
    margin-top: 20px;
  }
  .service .contents.layout-flex-2 .detail .text-area .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 価格
/* ------------------------------------------------------------------------------------------------- */

.service .contents.layout-flex-2 .detail .tax {
  font-weight: bold;
  text-align: center;
}

.service .contents.layout-flex-2 .detail .tax small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}

.service .contents.layout-flex-2 .detail .tax span {
  font-size: 3.0rem;
}
.service #oil-1 .contents.layout-flex-2 .detail .tax span {
  font-size: 4.0rem;
}
.service .contents.layout-flex-2 .detail .tax .align-c {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .contents.layout-flex-2 .detail .tax span {
    font-size: 2.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 黄色ボックス内　タイトル
/* ------------------------------------------------------------------------------------------------- */

.service #storage-3 .box {
  margin-top: 40px;
}
.service .box .contents {}
.service .box .contents p.text-1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.service .box .contents .btn-1 {
  width: 300px;
  font-size: 1.6rem;
  padding: 20px 3em;
  font-weight: 900;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.service #storage-3 .box + .title-3 {
  position: relative;
  margin-top: 140px;
}
.service #storage-3 .box + .title-3 span {
  font-size: 2.5rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
  display: block;
}
.service #storage-3 .box + .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/service/storage/staff-1.png") no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -80px;
  animation: pikopiko 2s steps(2, start) infinite;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box .contents p.text-1 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .service .box .contents .btn-1 {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 1em;
    font-weight: 900;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .service #storage-3 .box + .title-3 span {
    font-size: 1.8rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    display: block;
  }
  .service #storage-3 .box + .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/service/storage/staff-1.png") no-repeat;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: -40px auto 0;
    animation: pikopiko 2s steps(2, start) infinite;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #storage-3 .box + .title-3 {
    position: relative;
    margin-top: 90px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（STEP）
/* ------------------------------------------------------------------------------------------------- */

.service .inner-box .item .layout-flex-2 > .title p {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.5em 3.5em;
}
.service .inner-box .item .layout-flex-2 > .title span {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5em;
}
.service .inner-box .item .layout-flex-2 > * {
  width: 49%;
}
.service .inner-box .item .layout-flex-2 > :nth-child(n+3) {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .layout-flex-2 > * {
    width: 100%;
  }
  .service .inner-box .item .layout-flex-2 > * ~ * {
    margin-top: 1em;
  }
  .service .inner-box .item .layout-flex-2 > .title p {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 3.0em;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.service .inner-box .item .layout-flex-2 > .title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(1) p::before {
  background: url("../../_images/_common/step-1.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(2) p::before {
  background: url("../../_images/_common/step-2.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(3) p::before {
  background: url("../../_images/_common/step-3.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(4) p::before {
  background: url("../../_images/_common/step-4.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(5) p::before {
  background: url("../../_images/_common/step-5.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(6) p::before {
  background: url("../../_images/_common/step-6.png") no-repeat;
  width: 50px;
  height: 50px;
}
.service .inner-box .item .layout-flex-2 > .title:nth-child(7) p::before {
  background: url("../../_images/_common/step-7.png") no-repeat;
  width: 50px;
  height: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner-box .item .layout-flex-2 > .title:nth-child(1) p::before {
    background: url("../../_images/_common/step-1.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(2) p::before {
    background: url("../../_images/_common/step-2.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(3) p::before {
    background: url("../../_images/_common/step-3.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(4) p::before {
    background: url("../../_images/_common/step-4.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(5) p::before {
    background: url("../../_images/_common/step-5.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(6) p::before {
    background: url("../../_images/_common/step-6.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .service .inner-box .item .layout-flex-2 > .title:nth-child(7) p::before {
    background: url("../../_images/_common/step-7.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内リスト
/* ------------------------------------------------------------------------------------------------- */

.service .box ul {}
.service .box ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.service .box ul li::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .box ul {
    display: block;
  }
  .service .box ul.layout-flex-3 > * {
    width: 100%;
  }
  .service .box ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .service .box ul li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .service .box ul li ~ li {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス 矢印
/* ------------------------------------------------------------------------------------------------- */

.service #storage-3 .box::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #storage-3 .box::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リスト（星型）
/* ------------------------------------------------------------------------------------------------- */

.service #headlight-2 .inner-box .item .layout-flex-2 li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.service #headlight-2 .inner-box .item .layout-flex-2 li::before {
  content: "";
  display: block;
  background: url("../../_images/service/headlight/award-check.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #headlight-2 .inner-box .item .layout-flex-2 li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .service #headlight-2 .inner-box .item .layout-flex-2 li::before {
    content: "";
    display: block;
    background: url("../../_images/service/headlight/award-check.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .service #headlight-2 .inner-box .item .layout-flex-2 li ~ li {
    margin-top: 1em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リスト（注意アイコン）
/* ------------------------------------------------------------------------------------------------- */

.service #headlight-3 .box {
  border: none;
  background: #444444;
}
.service #headlight-3 .box .layout-flex-2 li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding-left: 2.5em;
}
.service #headlight-3 .box .layout-flex-2 li::before {
  content: "";
  display: block;
  background: url("../../_images/service/headlight/attention-check.png") no-repeat;
  width: 35px;
  height: 31px;
  background-size: 35px 31px;
  position: absolute;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #headlight-3 .box .layout-flex-2 li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .service #headlight-3 .box .layout-flex-2 li::before {
    content: "";
    display: block;
    background: url("../../_images/service/headlight/attention-check.png") no-repeat;
    width: 17px;
    height: 15px;
    background-size: 17px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .service #headlight-3 .inner-box .item .layout-flex-2 li ~ li {
    margin-top: 1em;
  }
}


/* ****************************************************************************************************
   * オイル交換
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service #oil-1 {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #oil-1 {
    margin-top: 40px;
  }
}

.service #oil-2 .inner-box .item .text-2 {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
   * 料金
/* ------------------------------------------------------------------------------------------------- */

.service #oil-1 .contents.layout-2 .detail,
.service #oil-3 .contents.layout-2 .detail {
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
}
.service #oil-1 .contents.layout-2 .photo,
.service #oil-3 .contents.layout-2 .photo {}

.service #oil-1 .contents.layout-2 .detail > *,
.service #oil-3 .contents.layout-2 .detail > * {
  display: flex;
}
.service #oil-1 .contents.layout-2 .detail .item ~ .item {
  margin-top: 40px;
}
.service #oil-1 .contents.layout-2 .detail .item .price-area,
.service #oil-3 .contents.layout-2 .detail .item .price-area {
  margin-left: 2em;
}
.service #oil-3 .contents.layout-2 .detail .item p.text-2 {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #oil-1 .contents.layout-2 .photo,
  .service #oil-3 .contents.layout-2 .photo {
    margin-top: 1em;
  }
  .service #oil-1 .contents.layout-2 .detail > *,
  .service #oil-3 .contents.layout-2 .detail > * {
    display: block;
  }
  .service #oil-1 .contents.layout-2 .detail .images,
  .service #oil-1 .contents.layout-2 .detail .images {
    text-align: center;
  }
  .service #oil-1 .contents.layout-2 .detail .images img,
  .service #oil-3 .contents.layout-2 .detail .images img {
    width: 75px;
  }
  .service #oil-1 .contents.layout-2 .detail .item .price-area,
  .service #oil-3 .contents.layout-2 .detail .item .price-area {
    margin-left: 0;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.service #oil-2 .box {
  margin-top: 0;
  padding: 30px;
}
.service #oil-2 .box .contents .detail {
  max-width: 100%;
  width: 100%;
}
.service #oil-2 .box .contents .detail .item {
  position: relative;
  padding: 20px 0;
  padding-left: 3.5em;
}
.service #oil-2 .box .contents .detail .item ~ .item {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}
.service #oil-2 .box .contents .detail .item:first-child {
  border-bottom: 1px solid #ddd;
  padding-top: 0;
}
.service #oil-2 .box .contents .detail .item .title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.service #oil-2 .box .contents .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/service/oil/oil-icon.png") no-repeat;
  width: 35px;
  height: 30px;
  background-size: 35px 30px;
  position: absolute;
  top: 0;
  left: -45px;
}
.service #oil-2 .box .contents .detail .item .text {
  margin-top: 0.5em;
}
.service #oil-2 .box .contents .detail .item .text span {
  display: inline-block;
  font-weight: bold;
  background: var(--c-yellow);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #oil-2 .box {
    margin-top: 0;
    padding: 20px;
  }
  .service #oil-2 .box .contents .detail .item .title {
    padding-left: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * WAKOSプロステージS　0W-30
/* ------------------------------------------------------------------------------------------------- */

.service #oil-2 .item.type-0w30 .layout-2 {}
.service #oil-2 .item.type-0w30 .layout-2 .images {
  width: 30%;
}
.service #oil-2 .item.type-0w30 .layout-2 .detail {
  width: 65%;
  margin-left: 5%;
}

.service #oil-2 .item.type-0w30 .layout-2 .caption {}
.service #oil-2 .item.type-0w30 .layout-2 .caption span {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 0.2em 0.7em;
  line-height: 1.6;
  display: inline-block;
}

.service #oil-2 .item.type-0w30 .layout-2 .tax {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.service #oil-2 .item.type-0w30 .layout-2 .tax span {
  font-size: 4.0rem;
}
.service #oil-2 .item.type-0w30 .layout-2 .text-2 {
  margin-top: 2em;
}
.service #oil-2 .item.type-0w30 .layout-2 ul.default {
  font-size: 1.6rem;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #oil-2 .item.type-0w30 .layout-2 {}
  .service #oil-2 .item.type-0w30 .layout-2 .images {
    width: 100%;
  }
  .service #oil-2 .item.type-0w30 .layout-2 .detail {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  .service #oil-2 .item.type-0w30 .layout-2 .caption {
    text-align: center;
  }
  .service #oil-2 .item.type-0w30 .layout-2 .tax span {
    font-size: 3.0rem;
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .contents.layout-2 .detail .text-area {
  text-align: center;
}
.service .contents.layout-2 .detail .text-area ~ .text-area {
  margin-top: 40px;
}
.service .contents.layout-2 .detail .text-area .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  padding: 0.2em 1em;
  line-height: 1.6;
  display: block;
  max-width: 390px;
  margin: 0 auto 20px;
}
.service .contents.layout-2 .detail .text-area .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .contents.layout-2 .detail .text-area ~ .text-area {
    margin-top: 20px;
  }
  .service .contents.layout-2 .detail .text-area .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 価格
/* ------------------------------------------------------------------------------------------------- */

.service .contents.layout-2 .detail .tax {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

.service .contents.layout-2 .detail .tax small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}

.service .contents.layout-2 .detail .tax span {
  font-size: 3.0rem;
}
.service #oil-1 .contents.layout-2 .detail .tax span,
.service #oil-3 .contents.layout-2 .detail .tax span {
  font-size: 4.0rem;
}
.service .contents.layout-2 .detail .tax .align-c {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service .contents.layout-2 .detail .tax span {
    font-size: 2.0rem;
  }
  .service #oil-1 .contents.layout-2 .detail .tax span,
  .service #oil-3 .contents.layout-2 .detail .tax span {
    font-size: 3.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #oil-3 .contents.layout-2 .detail .images {
    text-align: center;
  }
}

.service #oil-3 .contents.layout-2 .content .text-2 {
  font-size: 1.6rem;
}

/* ****************************************************************************************************
   * バイクタイヤ交換
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service #motorcycle {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #motorcycle {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内
/* ------------------------------------------------------------------------------------------------- */

.page-motorcycle
.service .box {
  margin-top: 90px !important;
}
.page-motorcycle
.service .box .title-3 .br-sp {}

.page-motorcycle
.service .box .title-3 .br-sp::before,
.page-motorcycle
.service .box .title-3 .br-sp::after {
  display: none;
}

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-motorcycle
  .service .box {
    margin-top: 40px !important;
  }
  .page-motorcycle
  .service .box .title-3 span::before {
    left: -15px;
    margin-top: 0;
  }
  .page-motorcycle
  .service .box .title-3 span::after {
    right: 0;
    transform: translateY(-20%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内リスト
/* ------------------------------------------------------------------------------------------------- */

.page-motorcycle
.service .box ul {}

.page-motorcycle
.service .box ul li {
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * 料金
/* ------------------------------------------------------------------------------------------------- */

.service #motorcycle .contents.layout-2 .detail {
  align-items: flex-start;
  max-width: 560px;
  margin: 0 auto;
}
.service #motorcycle .contents.layout-2 .photo {
  display: block;
  margin: 0 auto;
}
.service #motorcycle .contents.layout-2 .inner {
  min-width: 390px;
}
.service #motorcycle .contents.layout-2 .detail .item ~ .item {
  margin-top: 40px;
}
.service #motorcycle .contents.layout-2 .detail .item .price-area {
  margin-left: 2em;
}


.service #motorcycle .contents.layout-2 .sub-area.layout-2 {
  align-items: flex-end;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service #motorcycle .contents.layout-2 {
    display: block;
  }
  .service #motorcycle .contents.layout-2 .photo {
    display: block;
    margin: 1em auto 0;
  }
  .service #motorcycle .contents.layout-2 .photo .images {
    text-align: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service #motorcycle .contents.layout-2 .inner {
    min-width: 100%;
  }
  .service #motorcycle .contents.layout-2 .detail .images {
    text-align: center;
  }
  .service #motorcycle .contents.layout-2 .detail .images img {
    width: 75px;
  }
  .service #motorcycle .contents.layout-2 .detail .item .price-area {
    margin-left: 0;
    margin-top: 1em;
  }
  .service #motorcycle .contents.layout-2 .sub-area.layout-2 {
    text-align: center;
  }
}

@media screen and (max-width: 736px) {
  .scroll-hint > .wrap {
    min-width: 550px;
  }
}


.service #motorcycle .item-5 tr td:last-child {
  text-align: left;
}



