@charset "UTF-8";
/**
 * 店舗情報
 *
 */
/* ==========================================================================
   店舗一覧
   ========================================================================== */
/* メインビジュアル
   ========================================================================== */
.shop-head {
  background: url(img/bg_head_index.jpg) no-repeat center top;
  background-size: cover;
  height: 407px; }
  .shop-head .box-center {
    position: relative; }
  .shop-head .lead {
    background-color: rgba(27, 61, 116, 0.95);
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 146px;
    right: 0;
    width: 395px;
    height: 65px;
    padding-left: 15px;
    padding-top: 13px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 767px) {
  .shop-head {
    height: 150px; }
    .shop-head .lead {
      top: 150px;
      width: 100%;
      height: 45px;
      padding-top: 9px;
      font-size: 20px;
      font-size: 2rem; } }

/* News
   ========================================================================== */
.shop-news {
  margin-bottom: 60px;
  margin-top: 50px; }

.shop-news-inner {
  background-color: #f7f7f7;
  box-sizing: border-box;
  display: table;
  padding: 40px;
  width: 100%; }

.shop-news-ttl,
.news-list {
  vertical-align: middle; }

.shop-news-ttl {
  box-sizing: border-box;
  color: #0d3a83;
  display: table-cell;
  padding-left: 7.7586206897%;
  width: 20.6896551724%;
  font-size: 45px;
  font-size: 4.5rem; }

.news-list {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  display: table-cell;
  padding-left: 4.3103448276%;
  width: 79.3103448276%; }
  .news-list li {
    margin-bottom: 20px;
    padding-left: 110px; }
    .news-list li:last-child {
      margin-bottom: 0; }
  .news-list a {
    color: #000; }
  .news-list .news-date-wrap {
    width: 110px; }

.news-none {
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  display: table-cell;
  padding-left: 7.7586206897%;
  text-align: left;
  width: 79.3103448276%;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .shop-news {
    margin-bottom: 30px;
    margin-top: 30px; }
  .shop-news-inner {
    display: block;
    padding: 30px 20px 20px; }
  .shop-news-ttl {
    color: #0d3a83;
    display: block;
    padding-left: 0;
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem; }
  .news-list {
    border-left: none;
    padding-left: 0; }
    .news-list li {
      padding-left: 0; }
    .news-list .news-date-wrap {
      padding-bottom: 5px; } }

/* 地域選択
   ========================================================================== */
.shop-list-inner {
  padding-left: 340px;
  position: relative; }

.shop-list-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px; }
  .shop-list-side.fixed {
    position: fixed;
    margin-left: -340px;
    left: inherit; }
  .shop-list-side.fixed-release {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 0;
    top: inherit; }

.shop-list-side-ttl {
  border-bottom: 1px solid #ccc;
  line-height: 1;
  padding: 22px 0 17px;
  font-size: 25px;
  font-size: 2.5rem; }
  .shop-list-side-ttl span {
    color: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    font-size: 13px;
    font-size: 1.3rem; }

.nav-item-ttl {
  font-weight: normal;
  margin-left: 14px;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 17px;
  font-size: 1.7rem; }
  .nav-item-ttl a {
    color: #2a2a2a; }
  .nav-item-ttl span {
    padding-left: 20px;
    position: relative; }
    .nav-item-ttl span:before, .nav-item-ttl span:after {
      content: '';
      margin: auto;
      position: absolute;
      top: -3px;
      bottom: 0;
      left: 0; }
    .nav-item-ttl span:before {
      background-color: #1b3d74;
      height: 12px;
      width: 12px; }
    .nav-item-ttl span:after {
      border: 3px solid transparent;
      border-left: 3px solid #fff;
      box-sizing: border-box;
      height: 3px;
      width: 3px;
      left: 5px; }

.nav-item-list {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
  padding-bottom: 10px;
  display: block; }
  .nav-item-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .nav-item-list li {
    float: left;
    margin-bottom: 5px;
    width: 50%; }
  .nav-item-list a {
    color: #000;
    padding-left: 10px;
    position: relative; }
    .nav-item-list a:before {
      border: 4px solid transparent;
      border-left: 4px solid #909090;
      box-sizing: border-box;
      content: '';
      margin: auto;
      position: absolute;
      top: -2px;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 4px; }

.shop-list-main-inner {
  padding: 0 30px; }

.shop-list-side-bnr {
  margin-top: 20px; }
  .shop-list-side-bnr li {
    margin-bottom: 20px; }

@media screen and (max-width: 1239px) {
  .shop-list-inner {
    padding-left: 300px;
    position: relative; }
  .shop-list-side.fixed {
    margin-left: -300px; } }

@media screen and (max-width: 767px) {
  .shop-list-inner {
    padding-left: 0; }
  .shop-list-side {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 20px;
    position: static;
    width: 100%; }
  .shop-list-side-ttl {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 25px;
    font-size: 2.5rem; }
    .shop-list-side-ttl span {
      font-size: 13px;
      font-size: 1.3rem; }
  .nav-item {
    border-bottom: 1px solid #e0e0e0; }
  .nav-item-ttl {
    margin-left: 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem; }
    .nav-item-ttl a {
      display: block;
      padding: 12px 0 8px;
      text-decoration: none; }
    .nav-item-ttl.open span:after {
      border: 3px solid transparent;
      border-top: 3px solid #fff;
      left: 3px;
      top: 1px; }
  .nav-item-list {
    border-bottom: none;
    padding-left: 20px; }
    .nav-item-list li {
      border-top: 1px solid #e0e0e0;
      float: none;
      margin-bottom: 0;
      width: 100%; }
    .nav-item-list a {
      display: block;
      padding: 10px;
      text-decoration: none; }
  .shop-list-main .sttl01 {
    margin: 0 20px; }
  .shop-list-main-inner {
    padding: 0 20px; } }

.shop-mun {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 225px;
  position: relative; }
  .shop-mun:last-child {
    border-bottom: none; }

.shop-mun-ttl {
  position: absolute;
  top: 30px;
  left: 0; }

@media screen and (max-width: 1239px) {
  .shop-mun {
    padding-left: 205px; }
  .shop-mun-ttl {
    width: 153px; } }

@media screen and (max-width: 767px) {
  .shop-mun {
    border-bottom: none;
    padding-left: 0; }
  .shop-mun-ttl {
    padding: 7px 0 5px;
    width: 100%;
    position: static;
    font-size: 14px;
    font-size: 1.4rem; } }

.shop-box {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  display: block; }
  .shop-box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .shop-box:last-child {
    border-bottom: none; }
  .shop-box .shop-name {
    box-sizing: border-box;
    padding-right: 100px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem; }
    .shop-box .shop-name a {
      text-decoration: underline; }
      .shop-box .shop-name a:hover {
        text-decoration: none; }
    .shop-box .shop-name span {
      line-height: 1;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
      .shop-box .shop-name span.logo-silverring {
        top: -10px; }
  .shop-box .shop-info {
    padding-top: 10px;
    font-size: 15px;
    font-size: 1.5rem; }
    .shop-box .shop-info p {
      padding: 2px 0; }
    .shop-box .shop-info span {
      font-weight: bold; }
  .shop-box .shop-info-item {
    padding-left: 4em !important;
    position: relative; }
    .shop-box .shop-info-item .item-ttl {
      position: absolute;
      left: 0;
      top: 2px; }

@media screen and (max-width: 767px) {
  .shop-box {
    padding: 20px 0; }
    .shop-box .shop-name {
      padding-bottom: 10px;
      width: 100%; }
    .shop-box .shop-info {
      padding: 0;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; } }

/* バナーエリア
   ========================================================================== */
.shop-box.shop-daiwacycle .shop-info, .shop-box.shop-silverring .shop-info, .shop-box.shop-silverringpro .shop-info {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-right: 3%; }

.shop-box.shop-daiwacycle .ban-area-wrap, .shop-box.shop-silverring .ban-area-wrap, .shop-box.shop-silverringpro .ban-area-wrap {
  display: inline-block;
  width: 35%; }

.shop-box.shop-daiwacycle .ban-area, .shop-box.shop-silverring .ban-area, .shop-box.shop-silverringpro .ban-area {
  display: block;
  width: 100%;
  vertical-align: top;
  margin-top: 10px; }
  .shop-box.shop-daiwacycle .ban-area img, .shop-box.shop-silverring .ban-area img, .shop-box.shop-silverringpro .ban-area img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 767px) {
  .shop-box.shop-daiwacycle .shop-info, .shop-box.shop-silverring .shop-info, .shop-box.shop-silverringpro .shop-info {
    display: block;
    width: 100%;
    margin-right: 0; }
  .shop-box.shop-daiwacycle .ban-area-wrap, .shop-box.shop-silverring .ban-area-wrap, .shop-box.shop-silverringpro .ban-area-wrap {
    display: block;
    width: 100%; }
  .shop-box.shop-daiwacycle .ban-area, .shop-box.shop-silverring .ban-area, .shop-box.shop-silverringpro .ban-area {
    display: block;
    width: 100%; } }

/* ==========================================================================
   店舗詳細
   ========================================================================== */
.shop-detail .sttl01 span {
  font-size: 30px;
  font-size: 3rem; }

.shop-detail .shop-ttl-wrap {
  position: relative; }
  .shop-detail .shop-ttl-wrap .brand {
    position: absolute;
    right: 0;
    top: 20px; }

.shop-detail .shop-img {
  padding-top: 40px; }

.shop-detail .shop-img-list {
  padding-top: 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -.40em; }
  .shop-detail .shop-img-list li {
    width: 49.8%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .shop-detail .shop-img-list li:last-child {
      margin-left: .2%; }

.shop-detail #shop-map {
  background-color: #f0f0f0;
  height: 529px; }

.shop-detail .shop-info {
  padding-top: 30px;
  font-size: 15px;
  font-size: 1.5rem; }
  .shop-detail .shop-info .sttl03 {
    position: absolute;
    left: 0;
    top: 0;
    width: 133px;
    font-size: 14px;
    font-size: 1.4rem; }

.shop-detail .shop-info-base,
.shop-detail .shop-info-access,
.shop-detail .shop-info-parking {
  box-sizing: border-box;
  float: left;
  position: relative; }

.shop-detail .shop-info-base {
  width: 32%; }
  .shop-detail .shop-info-base p {
    padding: 2px 0; }
  .shop-detail .shop-info-base span {
    font-weight: bold; }

.shop-detail .shop-info-base-item {
  padding-left: 4em !important;
  position: relative; }
  .shop-detail .shop-info-base-item .item-ttl {
    position: absolute;
    left: 0;
    top: 2px; }

.shop-detail .shop-info-access {
  padding-left: 155px;
  padding-right: 20px;
  padding-top: 8px;
  width: 42%; }

.shop-detail .shop-info-parking {
  padding-left: 155px;
  padding-top: 8px;
  width: 26%; }

.shop-detail .btn-att {
  margin-bottom: 10px; }

.shop-detail .att {
  text-align: right;
  color: #d01a1a;
  font-weight: bold;
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .shop-detail .sttl01 {
    padding-right: 75px; }
    .shop-detail .sttl01 span {
      font-size: 18px;
      font-size: 1.8rem; }
  .shop-detail .shop-ttl-wrap {
    padding-left: 20px;
    padding-right: 20px; }
    .shop-detail .shop-ttl-wrap .brand {
      width: 70px;
      right: 20px;
      top: 10px; }
  .shop-detail .shop-img {
    padding-top: 10px;
    margin: 0 20px; }
  .shop-detail .shop-img-list {
    padding-top: 30px;
    margin: 0 20px; }
  .shop-detail #shop-map {
    height: 200px;
    margin: 0 20px; }
  .shop-detail .shop-info {
    padding: 20px; }
    .shop-detail .shop-info .sttl03 {
      margin-bottom: 10px;
      position: static;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
  .shop-detail .shop-info-base,
  .shop-detail .shop-info-access,
  .shop-detail .shop-info-parking {
    float: none;
    width: 100%; }
  .shop-detail .shop-info-access {
    padding: 20px 0 0 0; }
  .shop-detail .shop-info-parking {
    padding: 20px 0 0 0; }
  .shop-detail .att-wrap {
    padding: 0 20px; }
  .shop-detail .att {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em; } }

/* スタッフメッセージ
   ========================================================================== */
.shop-staff {
  float: left;
  padding-bottom: 50px;
  width: 45.8333333333%; }

.shop-staff-img {
  float: left;
  padding-right: 45px; }

.shop-staff-text {
  line-height: 1.87; }

@media screen and (max-width: 767px) {
  .shop-staff {
    box-sizing: border-box;
    float: none;
    padding: 20px;
    width: 100%; }
  .shop-staff-img {
    float: none;
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center; }
  .shop-staff-text {
    line-height: 1.87; } }

/* チラシ
   ========================================================================== */
.shop-flyer {
  float: right;
  padding-bottom: 50px;
  width: 45.8333333333%; }

.shop-flyer-img-wrap {
  position: relative;
  width: 354px;
  margin: 0 auto 15px; }
  .shop-flyer-img-wrap img {
    width: 100%; }
  .shop-flyer-img-wrap > a:hover .shop-flyer-img {
    opacity: .8; }
  .shop-flyer-img-wrap > a:hover .btn {
    background-color: #fff000;
    color: #1b3d74 !important; }
  .shop-flyer-img-wrap > a:hover .icon-arrow-r:before {
    border-left-color: #1b3d74; }

.shop-flyer-img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.shop-flyer-btn {
  position: absolute;
  right: 0;
  bottom: 0; }
  .shop-flyer-btn.btn {
    color: #fff !important;
    height: 35px;
    min-width: 130px;
    font-size: 12px;
    font-size: 1.2rem; }
  .shop-flyer-btn .icon-arrow-r:before {
    border-left-color: #fff; }

.shop-flyer-none {
  height: 120px;
  text-align: center; }
  .shop-flyer-none span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.lity-iframe-container {
  height: 90vh !important;
  padding-top: 0 !important; }

.lity-iframe .lity-container {
  min-width: 90vw !important; }

@media screen and (max-width: 767px) {
  .shop-flyer {
    box-sizing: border-box;
    float: none;
    padding: 0 20px;
    width: 100%; }
  .shop-flyer-img-wrap {
    width: 100%; }
  .shop-flyer-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    .shop-flyer-btn.btn {
      color: #fff !important;
      height: 35px;
      min-width: 130px;
      font-size: 12px;
      font-size: 1.2rem; } }

/* ==========================================================================
   地図から探す
   ========================================================================== */
.shop-map .axgmap {
  height: 600px;
  width: 100%; }

@media screen and (max-width: 767px) {
  .shop-map .box-center {
    padding: 0 20px; }
  .shop-map .axgmap {
    height: 300px !important;
    width: 100%; } }

/* ==========================================================================
   コラムバナー追加
   ========================================================================== */
.feature-ban-area .feature-ban-area-txt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }

.feature-ban-area .cont-box-wrap {
  padding-right: 0; }

.feature-ban-area .cont-box {
  width: 31.5%;
  margin-right: 2.75%; }
  .feature-ban-area .cont-box:last-child {
    margin-right: 0; }

.feature-ban-area .cont-img {
  border: none; }

.feature-ban-area .cont-ttl {
  text-decoration: underline; }
  .feature-ban-area .cont-ttl:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .feature-ban-area {
    padding-bottom: 20px !important; }
    .feature-ban-area .pickup-ttl {
      padding-bottom: 13px; }
    .feature-ban-area .feature-ban-area-txt {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 20px;
      padding: 0 20px; }
    .feature-ban-area .cont-box-wrap {
      padding-bottom: 0 !important; }
    .feature-ban-area .cont-box {
      border-bottom: 1px solid #e3e3e3;
      display: block;
      margin: 0 0 15px 0 !important;
      padding: 0 0 15px 0;
      position: relative;
      width: 100%;
      display: block; }
    .feature-ban-area .cont-img {
      height: auto;
      float: left;
      padding-top: 0;
      width: 34%; }
    .feature-ban-area .cont-txt {
      box-sizing: border-box;
      float: right;
      padding: 0 0 0 15px;
      width: 66%; }
    .feature-ban-area .cont-ttl {
      line-height: 1.4;
      margin-top: 0;
      padding-top: 0; } }

/* ==========================================================================
   人気の商品
   ========================================================================== */
#pickup-area.popular-ban-area {
  background-color: #ecf6fb;
  border-top: none;
  border-bottom: none; }
  #pickup-area.popular-ban-area .pickup-ttl {
    padding-bottom: 13px; }
  #pickup-area.popular-ban-area .cont-box-wrap {
    padding-right: 0; }
  #pickup-area.popular-ban-area .box-center02 {
    padding: 0 50px; }
  #pickup-area.popular-ban-area .cont-img {
    padding-top: 47%;
    position: relative; }
    #pickup-area.popular-ban-area .cont-img .icon-popular img {
      position: absolute;
      top: 0;
      left: 12px;
      width: auto;
      height: auto; }
  #pickup-area.popular-ban-area .cont-text {
    padding-top: 5px; }
  #pickup-area.popular-ban-area .cont-ttl {
    text-decoration: none; }
    #pickup-area.popular-ban-area .cont-ttl a {
      display: inline-block;
      margin-right: 7px;
      text-decoration: underline; }
      #pickup-area.popular-ban-area .cont-ttl a:hover {
        text-decoration: none; }

@media screen and (max-width: 767px) {
  #pickup-area.popular-ban-area {
    padding-bottom: 10px !important; }
    #pickup-area.popular-ban-area .feature-ban-area-txt {
      margin-bottom: 0; }
    #pickup-area.popular-ban-area .box-center02 {
      padding: inherit; }
    #pickup-area.popular-ban-area .cont-img {
      padding-top: inherit;
      width: 60%; }
      #pickup-area.popular-ban-area .cont-img .icon-popular img {
        width: 18%;
        height: auto; }
    #pickup-area.popular-ban-area .cont-text {
      width: 40%; }
    #pickup-area.popular-ban-area .cont-ttl a {
      display: block;
      margin-bottom: 5px; } }

/* ==========================================================================
   出張修理サービス
   ========================================================================== */
.repair {
  /* ダイワサイクルの店頭でご購入された自転車
     ========================================================================== */
  /* ダイワサイクル以外でご購入された自転車
     ========================================================================== */
  /* 出張エリアのお問い合わせ
     ========================================================================== */
  /* step01 */
  /* step03 */ }
  .repair .repair-head {
    padding-bottom: 60px; }
  .repair .repair-head-ttl-wrap {
    background: url(img/bg_head_repair.jpg) no-repeat center top;
    background-size: cover;
    height: 565px;
    position: relative; }
    .repair .repair-head-ttl-wrap .box-center {
      height: 100%; }
  .repair .repair-head-ttl {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .repair .repair-head-text {
    font-weight: bold;
    line-height: 2;
    padding-top: 50px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .repair .repair-head {
      padding-bottom: 0; }
    .repair .repair-head-ttl-wrap {
      height: 200px; }
    .repair .repair-head-ttl {
      padding-left: 20px;
      width: 40%; }
    .repair .repair-head-text {
      padding: 20px;
      text-align: left;
      font-size: 14px;
      font-size: 1.4rem; }
      .repair .repair-head-text br {
        display: none; } }
  .repair .repair-daiwa {
    padding-bottom: 60px; }
  .repair .repair-daiwa-lead {
    padding-bottom: 20px;
    font-size: 25px;
    font-size: 2.5rem; }
    .repair .repair-daiwa-lead strong {
      font-weight: bold;
      font-size: 30px;
      font-size: 3rem; }
  @media screen and (max-width: 767px) {
    .repair .repair-daiwa {
      padding-bottom: 30px; }
    .repair .repair-daiwa-lead {
      padding-bottom: 15px;
      font-size: 18px;
      font-size: 1.8rem; }
      .repair .repair-daiwa-lead strong {
        font-size: 20px;
        font-size: 2rem; } }
  .repair .repair-other {
    padding-bottom: 60px; }
  .repair .repair-other-lead {
    padding-bottom: 20px; }
    .repair .repair-other-lead strong {
      padding-left: 5px;
      font-size: 22px;
      font-size: 2.2rem; }
  @media screen and (max-width: 767px) {
    .repair .repair-other {
      padding-bottom: 30px; }
    .repair .repair-other-lead {
      padding-bottom: 15px; }
      .repair .repair-other-lead strong {
        font-size: 18px;
        font-size: 1.8rem; } }
  .repair .repair-shop-step {
    margin-bottom: 70px;
    position: relative; }
    .repair .repair-shop-step:after {
      border-style: solid;
      border-width: 35px 55px 0 55px;
      border-color: #8facce transparent transparent transparent;
      content: '';
      display: block;
      position: absolute;
      bottom: -35px;
      left: 50%;
      width: 0;
      height: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .repair .repair-shop-step .step-ttl {
      background-color: #1b3d74;
      color: #fff;
      font-weight: normal;
      line-height: 1;
      padding: 30px 20px;
      font-size: 25px;
      font-size: 2.5rem; }
      .repair .repair-shop-step .step-ttl .step {
        border-right: 1px solid #fff;
        display: inline-block;
        margin-right: 25px;
        padding-right: 25px;
        font-size: 20px;
        font-size: 2rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .repair .repair-shop-step .step-inner {
      background-color: #f7f7f7;
      padding: 30px 50px; }
    .repair .repair-shop-step iframe {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .repair .repair-shop-step {
      margin-bottom: 40px;
      position: relative; }
      .repair .repair-shop-step:after {
        border-width: 20px 35px 0 35px;
        bottom: -20px; }
      .repair .repair-shop-step .step-ttl {
        padding: 10px 15px;
        font-size: 16px;
        font-size: 1.6rem; }
        .repair .repair-shop-step .step-ttl .step {
          display: block;
          border-right: none;
          margin-right: 0;
          padding-bottom: 10px;
          padding-right: 0;
          font-size: 12px;
          font-size: 1.2rem; }
      .repair .repair-shop-step .step-inner {
        padding: 20px; }
      .repair .repair-shop-step iframe {
        width: 100%; } }
  .repair .repair-shop-step01 .step-map-img {
    float: left;
    width: 47%; }
  .repair .repair-shop-step01 .step-map-select {
    box-sizing: border-box;
    float: right;
    padding-left: 26px;
    width: 53%; }
  .repair .repair-shop-step01 .step-map-select-ttl {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 36px;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem; }
    .repair .repair-shop-step01 .step-map-select-ttl:before {
      background-color: #1b3d74;
      content: '';
      display: block;
      height: 9px;
      width: 23px;
      position: absolute;
      left: 0;
      top: 8px; }
  .repair .repair-shop-step01 .step-map-select-pref {
    padding-bottom: 25px;
    padding-right: 10px;
    display: block; }
    .repair .repair-shop-step01 .step-map-select-pref:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .repair .repair-shop-step01 .step-map-select-pref li {
      float: left;
      line-height: 1;
      margin-bottom: 5px;
      margin-right: 5px;
      width: 33.3333333333%; }
      .repair .repair-shop-step01 .step-map-select-pref li:nth-child(3n) {
        margin-right: -10px; }
      .repair .repair-shop-step01 .step-map-select-pref li .btn {
        display: block;
        min-width: inherit;
        padding: 0;
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .repair .repair-shop-step01 .step-map-img {
      float: none;
      margin: 0 auto;
      width: 70%; }
    .repair .repair-shop-step01 .step-map-select {
      float: none;
      padding-left: 0;
      width: 100%; }
      .repair .repair-shop-step01 .step-map-select .text-color {
        font-size: 12px;
        font-size: 1.2rem; }
    .repair .repair-shop-step01 .step-map-select-ttl {
      padding-left: 18px;
      font-size: 16px;
      font-size: 1.6rem; }
      .repair .repair-shop-step01 .step-map-select-ttl:before {
        height: 5px;
        width: 12px; }
    .repair .repair-shop-step01 .step-map-select-pref {
      padding-bottom: 15px;
      padding-right: 10px;
      display: block; }
      .repair .repair-shop-step01 .step-map-select-pref:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .repair .repair-shop-step01 .step-map-select-pref li .btn {
        font-size: 13px;
        font-size: 1.3rem; } }
  .repair .repair-shop-step03:after {
    display: none; }

/* 特集バナー
     ========================================================================== */
.repai-ban-feature {
  background-color: #f7f7f7;
  border: 5px solid #b0c5dd;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 25px 15px; }
  .repai-ban-feature .repai-ban-feature-ttl {
    text-align: center;
    margin-bottom: 15px; }
  .repai-ban-feature .repai-ban-feature-img {
    text-align: center;
    margin-bottom: 15px; }
    .repai-ban-feature .repai-ban-feature-img a:hover {
      opacity: 0.7; }
  .repai-ban-feature .repai-ban-feature-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5; }

@media screen and (max-width: 767px) {
  .repai-ban-feature {
    display: none; } }

/* 人気の商品
     ========================================================================== */
.repai-ban-popular {
  background-color: #ecf6fb;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 30px 20px; }
  .repai-ban-popular .repai-ban-popular-ttl {
    text-align: center;
    margin-bottom: 20px; }
  .repai-ban-popular .repai-ban-popular-img {
    margin-bottom: 15px; }
    .repai-ban-popular .repai-ban-popular-img.last {
      margin-bottom: 0; }
    .repai-ban-popular .repai-ban-popular-img .cont-img {
      width: 100%;
      position: relative;
      padding-top: 45%; }
      .repai-ban-popular .repai-ban-popular-img .cont-img img {
        width: 100%;
        height: auto; }
      .repai-ban-popular .repai-ban-popular-img .cont-img .icon-popular img {
        width: 20%;
        height: auto;
        position: absolute;
        left: 10px;
        top: 0; }
    .repai-ban-popular .repai-ban-popular-img .cont-ttl {
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: 0; }
      .repai-ban-popular .repai-ban-popular-img .cont-ttl a {
        display: block; }
    .repai-ban-popular .repai-ban-popular-img .cont-text {
      padding-top: 0; }
    .repai-ban-popular .repai-ban-popular-img a {
      text-decoration: underline; }
      .repai-ban-popular .repai-ban-popular-img a:hover {
        text-decoration: none; }
        .repai-ban-popular .repai-ban-popular-img a:hover img {
          opacity: 0.7; }

@media screen and (max-width: 767px) {
  .repai-ban-popular {
    display: none; }
  .repair.feature-ban-area .cont-img {
    width: 80% !important;
    margin: 0 auto !important;
    float: none; }
  .repair.feature-ban-area .cont-box {
    border-bottom: none;
    margin-bottom: 0 !important; } }
