.shop-main__inner, .breadcrumb-list {
  width: 980px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .shop-main__inner, .breadcrumb-list {
    width: 92%;
  }
}
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list {
    margin-top: 4.1%;
  }
}
.breadcrumb-list__item {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
}

.breadcrumb-list__item a {
  text-decoration: underline;
}

.breadcrumb-list__item + .breadcrumb-list__item {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-list__item + .breadcrumb-list__item {
    padding-left: 7.5%;
  }
}
.breadcrumb-list__item + .breadcrumb-list__item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb-list__item + .breadcrumb-list__item::before {
    left: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}
.mainvisual__title {
  position: relative;
  padding-left: 95px;
}

@media screen and (max-width: 767px) {
  .mainvisual__title {
    padding-left: 17.3333333333%;
  }
}
.mainvisual__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  background: url("/img/shop/mv-logo.png") no-repeat center top;
  background-size: 100% 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .mainvisual__title::before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}
.mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #48aef0;
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 100px;
  }
}
.mainvisual__title {
  display: flex;
  justify-content: center;
  max-width: 800px;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mainvisual__title {
    max-width: 92%;
    font-size: 2.2rem;
    text-align: left;
  }
}
.shop-main__inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .shop-main__inner {
    width: 92%;
  }
}
.shop-list__title {
  padding: 15px 25px;
  color: #0068b7;
  font-weight: bold;
  background: url("../../img/common/deco-title_bg.gif") repeat left top #f7f473;
  font-size: 2.2rem;
  line-height: 1.5454545455;
}

@media screen and (max-width: 767px) {
  .shop-list__title {
    padding: 10px 4.347826087%;
    font-size: 1.6rem;
  }
}
.global-menu__shop::before {
  position: absolute;
  top: 38px;
  left: 33px;
  width: 65px;
  border-bottom: 2.5px solid #7abdf0;
  content: "";
}

@media screen and (max-width: 767px) {
  .global-menu__shop::before {
    position: static;
  }
}
.shop-link {
  margin-top: 30px;
  background: #d4e8f7;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .shop-link {
    margin-top: 20px;
    padding: 20px;
  }
}
.shop-link p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop-link p {
    font-size: 1.3rem;
    text-align: left;
  }
}
.shop-link a {
  display: inline-block;
  color: #0068b7;
  text-decoration: underline;
  margin-top: 5px;
}

.shop-main__lead-text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shop-main__lead-text {
    margin-top: 5.7971014493%;
    font-size: 1.4rem;
    line-height: 1.6071428571;
    text-align: left;
  }
}
.shop-main .link-tel {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .shop-main .link-tel {
    color: #0068b7;
    text-decoration: underline;
  }
}
.shop-search {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .shop-search {
    margin-top: 25px;
  }
}
.shop-search__check {
  display: none;
}

@media screen and (min-width: 768px) {
  .shop-search__label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shop-search__label {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0068b7;
    font-size: 1.4rem;
    line-height: 1.2142857143;
  }

  .shop-search__label::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 9px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
  }
}
.shop-search__main {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .shop-search__main {
    height: 0;
    margin-bottom: 25px;
    visibility: hidden;
    transition: visibility 0.5s, height 0.5s;
    transition: height 0.6s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .shop-search__check:checked ~ .shop-search__label::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: none;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 5px solid transparent;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .shop-search__check:checked ~ .shop-search__main {
    height: auto;
    visibility: visible;
  }
}
.shop-area {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shop-area {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .shop-area__item {
    width: 164px;
    border-left: 1px solid #0068b7;
  }

  .shop-area__item:last-of-type {
    border-right: 1px solid #0068b7;
  }
}
@media screen and (max-width: 767px) {
  .shop-area__item {
    width: 50%;
    border-right: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
  }

  .shop-area__item:nth-child(odd) {
    border-left: 1px solid #0068b7;
  }
}
.shop-area__item p {
  position: relative;
  padding: 4px 0;
  color: #0068b7;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .shop-area__item p {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    padding: 15px 0;
  }
}
.shop-area__item .oosaka:hover::after,
.shop-area__item .kyoto:hover::after,
.shop-area__item .hyogo:hover::after,
.shop-area__item .nara:hover::after,
.shop-area__item .shiga:hover::after {
  position: absolute;
  top: 32px;
  left: 36px;
  width: 91px;
  border-bottom: solid 2.5px #7abdf0;
  content: "";
}

@media screen and (max-width: 767px) {
  .shop-area__item .oosaka:hover::after,
.shop-area__item .kyoto:hover::after,
.shop-area__item .hyogo:hover::after,
.shop-area__item .nara:hover::after,
.shop-area__item .shiga:hover::after {
    top: 73%;
    left: 50%;
    width: 73px;
    margin-left: -36px;
  }
}
.shop-area__item .wakayama:hover::after {
  position: absolute;
  top: 32px;
  left: 27px;
  width: 109px;
  border-bottom: solid 2.5px #7abdf0;
  content: "";
}

@media screen and (max-width: 767px) {
  .shop-area__item .wakayama:hover::after {
    top: 73%;
    left: 50%;
    width: 73px;
    margin-left: -36px;
  }
}
.shop-area__item p.select::after {
  position: absolute;
  top: 32px;
  left: 36px;
  width: 91px;
  border-bottom: solid 2.5px #7abdf0;
  content: "";
}

@media screen and (max-width: 767px) {
  .shop-area__item p.select::after {
    top: 73%;
    left: 50%;
    width: 73px;
    margin-left: -36px;
  }
}
.shop-area__item p.wakayama.select::after {
  top: 32px;
  left: 27px;
  width: 109px;
}

@media screen and (max-width: 767px) {
  .shop-area__item p.wakayama.select::after {
    top: 73%;
    left: 50%;
    width: 89px;
    margin-left: -44px;
  }
}
.shop-list {
  display: none;
}

.shop-list.show {
  display: block;
}

.shop-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .shop-info {
    display: block;
    padding: 25px 0 15px;
  }
}
.shop-info__main {
  width: 350px;
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .shop-info__main {
    width: 100%;
    padding-bottom: 0;
  }
}
.shop-info__name {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop-info__name {
    font-size: 1.6rem;
    text-align: center;
  }
}
.shop-info__btn {
  position: relative;
  display: block;
  width: 150px;
  margin: 16px 0 0 8px;
  padding: 7px 9px 7px 22px;
  color: #0068b7;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  border: 2px solid #0068b7;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .shop-info__btn {
    width: 137px;
    margin: 11px auto 0;
    padding: 5px 9px 5px 1px;
    font-size: 1.2rem;
    text-align: center;
    border: 1.5px solid #0068b7;
  }
}
.shop-info__btn::after {
  position: absolute;
  top: 9px;
  left: 122px;
  width: 15px;
  height: 15px;
  background-image: url(../../img/shop/btn_arrow.png);
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .shop-info__btn::after {
    top: 8px;
    left: 109px;
    width: 12px;
    height: 12px;
  }
}
.shop-info__btn:hover {
  background-color: #e8f4fc;
  opacity: 1;
}

.shop-info__detail {
  width: 610px;
}

@media screen and (max-width: 767px) {
  .shop-info__detail {
    width: 100%;
    margin-top: 20px;
  }
}
.shop-info__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .shop-info__item {
    display: block;
  }
}
.shop-info__item + .shop-info__item {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .shop-info__item + .shop-info__item {
    margin-top: 0;
  }
}
.shop-info__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  padding: 5px;
  color: #0068b7;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3;
  background: #d4e8f7;
}

@media screen and (max-width: 767px) {
  .shop-info__item dt {
    display: block;
    width: 100%;
    padding: 8px 4.347826087%;
    font-size: 1.4rem;
    text-align: left;
  }
}
.shop-info__item dd {
  width: 490px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  .shop-info__item dd {
    width: 100%;
    padding: 8px 4.347826087%;
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
}
.shop-info__item .shop-service {
  display: flex;
}

.shop-info__item .shop-service__item {
  position: relative;
  padding-left: 20px;
  color: #0068b7;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item {
    padding-left: 6%;
  }
}
.shop-info__item .shop-service__item + .shop-service__item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item + .shop-service__item {
    margin-left: 6%;
  }
}
.shop-info__item .shop-service__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 18px;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item::before {
    width: 16px;
    height: 15px;
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item--check {
    font-size: 1.1rem;
  }
}
.shop-info__item .shop-service__item--check::before {
  background-image: url("/img/common/icon-check.png");
}

@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item--repair {
    font-size: 1.1rem;
  }
}
.shop-info__item .shop-service__item--repair::before {
  background-image: url("/img/common/icon-repair.png");
}

@media screen and (max-width: 767px) {
  .shop-info__item .shop-service__item--lease {
    font-size: 1.1rem;
  }
}
.shop-info__item .shop-service__item--lease::before {
  background-image: url("/img/common/icon-lease.png");
}
/*# sourceMappingURL=../_map/shop/styles.css.map */
