@charset "UTF-8";
.mv {
  background-image: url(../../images/shop/mv_sp.jpg);
}
@media only screen and (min-width: 750px) {
  .mv {
    background-image: url(../../images/shop/mv.jpg);
  }
}
.shop__info__dt,
.shop__info__dd {
  line-height: 1.5;
  padding: 5px 0;
}
.shop__info__dt {
  color: #999;
  font-size: 12px;
  min-width: 65px;
  max-width: 65px;
  border-right: 1px solid #eaeaea;
}
.shop__info__dd {
  padding-left: 20px;
  font-size: 11px;
}
.shop__info__dd a {
  color: #0185b2;
  text-decoration: underline;
}
@media only screen and (min-width: 750px) {
  .shop__info__dt,
  .shop__info__dd {
    padding: 10px 0;
  }
  .shop__info__dt {
    font-size: 14px;
    min-width: 80px;
    max-width: 80px;
  }
  .shop__info__dd {
    padding-left: 30px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1000px) {
  .shop__info__dt {
    min-width: 100px;
    max-width: 100px;
  }
  .shop__info__dd {
    padding-left: 45px;
  }
}
[class*='shop__btn__'] {
  width: 47%;
  text-align: center;
  padding: 7px;
  font-size: 13px;
}
.shop__btnwrap {
  margin-top: 20px;
}
.shop__btn__more,
.shop__btn__contact {
  background: #f0801d;
  color: #fff;
  border: 1px solid #f0801d;
}
.shop__btn__map {
  margin-left: 6%;
  border: 1px solid #656565;
}
@media only screen and (min-width: 750px) {
  [class*='shop__btn__'] {
    padding: 9.5px;
    max-width: 160px;
  }
  .shop__btnwrap {
    margin-top: 30px;
  }
  .shop__btn__map {
    margin-left: 20px;
  }
  .shop__btn__more:hover,
  .shop__btn__contact:hover {
    background: #fff;
    color: #f0801d;
  }
  .shop__btn__map:hover {
    background: #656565;
    color: #fff;
  }
}
