@charset "UTF-8";

.flow__item:not(:first-child) {
  margin-top: 8rem;
}
.flow .step__text-wrap + .step__text-wrap {
  margin-left: 0;
}
.flow .step__caption {
  margin-top: 1rem;
}

.flow .item_list {
  display: flex;
  border: 1px solid #9b9b9b;
  margin: 20px 50px 0 0;
}
.flow p.item_ttl {
  width: 156px;
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: 1px;
}
.flow p.item_txt {
  padding: 22px 30px;
}

.flow__item:last-child::before {
  position: absolute;
  bottom: -4.4rem;
  left: 25%;
  content: "";
  border-style: solid;
  border-width: 2.2rem 2.9rem 0 2.9rem;
  border-color: #fff200 transparent transparent transparent;
}

.flow__item:last-child::after {
  position: absolute;
  bottom: -4.4rem;
  right: 25%;
  content: "";
  border-style: solid;
  border-width: 2.2rem 2.9rem 0 2.9rem;
  border-color: #fff200 transparent transparent transparent;
}
.flow .select {
  display: flex;
  margin-top: 8rem;
}
.flow .select .step {
  width: 48%;
}
.flow .select .step .step__body {
  text-align: center;
}
.flow .select .step .step__text {
  color: #e60012;
}

@media screen and (max-width: 767px), print {
.flow .step__text-wrap + .step__text-wrap {
  margin-left: 3rem;
}

.flow .item_list {
  display: block;
  margin: 4rem 0;
}
.flow p.item_ttl {
  width: 100%;
  padding: 2rem;
}
.flow p.item_txt {
  padding: 3rem;
  font-size: 2.5rem;
}
}

.station_wrap {
  padding: 12.4rem 0 15.6rem;
}

/**/
.station_heading {
  text-align: center;
  margin-bottom: 50px;
}
h3.station_category_heading {
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
h3.station_category_heading:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d42d26;
}

/* 24.09.30add */
.station_heading h4 {
  font-size: 18px;
  max-width: 360px;
  margin: 20px auto 0;
  text-align: left;
}
.station_heading ul {
  list-style-type: disc;
  max-width: 320px;
  margin: 5px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px), print {
  .station_wrap {
    padding: 9rem 0 18.5rem;
}
.station_heading {
  margin-bottom: 3rem;
}
  .station_heading ul {
    padding-left: 20px;
  }
}
/* 24.09.30add */

/**/
.station_index_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.station_index_item {
  width: 48%;
  margin-bottom: 30px;
}


@media screen and (max-width: 768px), print {
.station_index_wrap {
  flex-direction: column;
}
.station_index_item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px;
}
}


/**/
.starion_area_wrap {
  margin-bottom: 30px;
}

h4.area_heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: #000;
  background: #fddc00;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.station_info_box {
  box-sizing: border-box;
  border: 3px solid #ddd;
}
.station_info_box .inner {
  padding: 20px 30px;
}


/**/
.station_info_header {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.station_info_header h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  color: #000;
}


@media screen and (max-width: 768px), print {
.station_info_header {
  padding: 10px 0;
  display: block;
}
.station_info_header h5 {
  margin-bottom: 10px;
}
.btn_shop_info {
  text-align: right;
}
}


/**/
.station_info_body {
  padding: 20px 0;
}
.station_info_body dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.8em;
}
.station_info_body dl dt {
  width: 25%;
}
.station_info_body dl dd {
  width: 75%;
}

/**/
.station_info_footer {
  text-align: center;
  padding: 10px 0;
}



/* 電話番号リンクのカーソル pointer をPCでは無効化する */
a[href^="tel:"] { cursor: default; }





/* ボタン（車検予約をする）
-----------------------------------------*/
a.btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 90%;
}

a.btn-red {
  color: #fff;
  background-color: #e10012;
  border-bottom: 5px solid #9e1f14;
}

a.btn-red:hover {
  margin-top: 3px;
  color: #fff;
  background: #e10012;
  border-bottom: 2px solid #9e1f14;
}

a.btn-dark {
  color: #fff;
  background-color: #004e9c;
  border-bottom: 5px solid #002c58;
  line-height: 27px;
}

a.btn-dark:hover {
  margin-top: 3px;
  color: #fff;
  background: #004e9c;
  border-bottom: 2px solid #002c58;
}


.arrow_right::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.btn_reserve {
  margin-bottom: 16px;
}



/* ボタン（店舗詳細情報）
-----------------------------------------*/
a.btn-shopinfo {
  font-size: 16px;
  line-height: 1em;
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
}
a.btn-shopinfo:hover {
  background: #e10012;
  color: #fff;
  border: 1px solid #e10012;
}
a.btn-shopinfo:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -6px 0 0 0;
  border-top: 12px solid #fddc00;
  border-left: 12px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}


span.limited {
  font-size: 15px;
  color: #004e9c;
  background-color: #FFFF33;
  margin: 10px 10px 10px -20px;
  padding: 5px;
}
br.pc-only {
  display: block;
}
br.sp-only {
  display: none;
}


@media screen and (max-width: 1180px) {
  br.sp-only {
    display: block;
  }
  span.limited {
    margin: 10px 10px 10px 10px;
  }
  
}

@media screen and (max-width: 768px), print {
  br.pc-only {
    display: none;
  }
  br.sp-only {
    display: block;
  } 
  .station_info_body {
    padding: 1.5rem 0;
}
  .btn_reserve {
    margin-bottom: 2rem;
} 

a.btn {
    font-size: 3.5rem;
    line-height: 2;
    padding: 3rem 0 1.5rem;
}
  span.limited {
    font-size: 2.8rem;
}

}




.arrow_right_black::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}



.sp-menu li {
  background: #e60012;
  width: 100%;
  text-align: center;
}