.shop_list_wrpper {
  max-width: 1000px;
  width: 90%;
  margin: 100px auto 0; }

.subpage_inner .shop_list {
  margin: 40px auto; }

.shop_list_inner_l {
  width: 40%;
  margin: 0 auto 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.shop_list_inner_r {
  width: 50%; }

.shop_list_inner_r_inner {
  width: 80%;
  margin: 0 auto; }

.shop_list_inner_r_inner h2 {
  width: 50%;
  max-width: 150px;
  margin: 30px auto; }

.shop_list_inner_r_inner h3 {
  text-align: center;
  font-family: 'overpass-regular', sans-serif;
  font-size: 15px; }

.shop_list_inner_r_inner ul {
  width: 80%;
  margin: 10px auto;
  font-size: 12px;
  text-align: center; }

.shop_list_inner_r_inner ul li {
  line-height: 1.8;
  letter-spacing: 1px; }

.shop_btn_01 {
  margin-top: 30px;
  text-align: center;
  justify-content: center; }

.shop_btn_01-01 {
  display: inline-block;
  max-width: 300px;
  width: 48%;
  margin: 1%;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
  color: #304a78;
  border: 1px solid #304a78;
  border-radius: 20px; }

.shop_btn_01-01:hover {
  color: #fff;
  background: #304a78;
  opacity: 1; }

.shop_btn_01-02 {
  display: inline-block;
  max-width: 300px;
  width: 48%;
  margin: 1%;
  font-size: 13px;
  padding: 10px;
  background-color: #304a78;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #304a78;
  border-radius: 20px; }

.shop_btn_01-02:hover {
  color: #304a78;
  background: #fff;
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .shop_list_wrpper {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0; }

  .shop_list .shop_list_inner {
    display: block;
    position: relative; }

  .shop_list_inner_l {
    width: 100%;
    height: 350px;
    z-index: 1;
    margin: 0;
    box-shadow: unset;
    opacity: 1; }

  .shop_list_inner_r {
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 2;
    background: #ffffff75; } }
@media only screen and (max-width: 450px) {
  .shop_list_inner_l {
    width: 100%;
    height: 250px; } }

/*# sourceMappingURL=salon-list.css.map */
