@charset "UTF-8";
html {
  height: 100%;
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-size: 62.5%;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #313232;
  background: #fff;
}

input,
select,
textarea {
  font-family: HelveticaNeueBold, HelveticaNeue-Bold, "Helvetica Neue Bold", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Helvetica, Arial, sans-serif;
}

li {
  list-style-position: inside;
  list-style-type: none;
}

a {
  color: #ff5c8a;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #ffa9c1;
}

.concept-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 70px 0;
  text-decoration: none;
}
.concept-banner__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 850px;
  padding: 16px;
  border: 4px solid #3580ad;
}
.concept-banner__wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 160px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  background: url("img/concept-banner-img.png") no-repeat center/contain;
}
.concept-banner__text {
  font-family: "HGMaruGothicMPRO", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W6", "HG丸ｺﾞｼｯｸM-PRO", "HG丸ｺﾞｼｯｸM-PRO", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-weight: 1500;
  color: #3580ad;
}

a img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

a:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

table,
td,
th {
  border-collapse: collapse;
  border: 1px solid #7d7f7f;
}

table {
  width: 100%;
}

th,
td {
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  th,
  td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  th,
  td {
    padding: 3px;
    font-size: 1.2rem;
  }
}

img {
  display: block;
}

@media screen and (max-width: 750px) {
  .pcstyle {
    display: none;
  }
}

.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-list .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 32px 24px;
  margin-bottom: 48px;
  border-radius: 16px;
  background: url(img/bg_dot_pink.png);
}
.shop-list .search-field--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.shop-list .search-field--input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30%;
}
.shop-list .search-field--input-container input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #000;
  padding: 4px;
  height: 40px;
}
.shop-list .search-field--select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30%;
}
.shop-list .search-field--select-container .select-wrapper {
  position: relative;
  width: 100%;
}
.shop-list .search-field--select-container .select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #333;
  pointer-events: none;
}
.shop-list .search-field--select-container .select-wrapper select {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 6px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #757575;
}
.shop-list .search-field--reset-button {
  border: 1px solid #000;
  background-color: #f1a2b8;
  color: #fff;
  width: 20%;
  height: 40px;
  font-weight: 700;
}
.shop-list .search-field--reset-button:hover {
  background-color: #fff;
  color: #ea7696;
}
.shop-list .shops {
  margin-bottom: 48px;
  position: relative;
  min-width: 100%;
}
.shop-list .shops::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #f1a2b8), color-stop(45%, transparent), color-stop(55%, transparent), color-stop(45%, #f1a2b8));
  background-image: linear-gradient(to right, #f1a2b8 45%, transparent 45%, transparent 55%, #f1a2b8 45%);
  position: absolute;
  bottom: 0;
}
.shop-list .shops .title {
  text-align: center;
  color: #ff5c8a;
  font-size: 24px;
  font-weight: 700;
}
.shop-list .shops--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-list .shops .shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  height: 80px;
  margin-bottom: 16px;
}
.shop-list .shops .shop-item > .shop-name {
  background-color: #ffe8ef;
  height: 50px;
  border-top: 3px solid #f1a2b8;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.shop-list .shops .shop-item > .shop-address {
  height: 30px;
  padding: 8px;
}
.shop-list .shops .shop-item > .shop-address::before {
  content: "住所:";
  display: inline-block;
}
.shop-list .shops .updated-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 24px;
}
.shop-list .shops .updated-at {
  font-size: 24px;
  font-weight: 700;
  color: #f1a2b8;
}
.shop-list .is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 48px;
}
.shop-list .is-show .load-more {
  position: relative;
}
.shop-list .is-show .load-more::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 110%;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-right: 2px solid #ff5c8a;
  border-bottom: 2px solid #ff5c8a;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.shop-list .is-show .load-more--button {
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 700;
}
.shop-list .is-show .no-results {
  width: 100%;
  text-align: center;
}

#hero.shoplist-bg {
  background-image: url(img/bg_hero_pink.jpg);
}

@media screen and (max-width: 750px) {
  /*-----------------------------------------
  導入店舗リスト
  -----------------------------------------*/
  .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-list .search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 5vw;
    background: url(img/bg_dot_pink.png);
  }
  .shop-list .search-field--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .shop-list .search-field--input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
  }
  .shop-list .search-field--input-container input {
    width: 100%;
    border: 1px solid #000;
    padding: 4px;
    height: 40px;
  }
  .shop-list .search-field--select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
  }
  .shop-list .search-field--select-container .select-wrapper {
    position: relative;
    width: 100%;
  }
  .shop-list .search-field--select-container .select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    pointer-events: none;
  }
  .shop-list .search-field--select-container .select-wrapper select {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding: 6px;
    vertical-align: middle;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    color: #757575;
  }
  .shop-list .search-field--reset-button {
    background-color: #f1a2b8;
    border: 1px solid #000;
    width: 100%;
    height: 30px;
  }
  .shop-list .shops {
    margin-bottom: 48px;
    width: 100%;
  }
  .shop-list .shops::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f1a2b8;
  }
  .shop-list .shops .title {
    text-align: center;
    color: #ff5c8a;
    font-size: 18px;
    font-weight: 700;
  }
  .shop-list .shops--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-list .shops .shop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 80px;
    margin-bottom: 18px;
  }
  .shop-list .shops .shop-item > .shop-name {
    background-color: #ffe8ef;
    height: 50px;
    border-top: 3px solid #f1a2b8;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
  }
  .shop-list .shops .shop-item > .shop-address {
    height: 30px;
    padding: 8px;
  }
  .shop-list .shops .shop-item > .shop-address::before {
    content: "住所:";
    display: inline-block;
  }
  .shop-list .shops .updated-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 18px;
  }
  .shop-list .shops .updated-at {
    font-size: 18px;
    font-weight: 700;
    color: #f1a2b8;
  }
  .shop-list .is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 48px;
  }
  .shop-list .is-show .load-more {
    position: relative;
  }
  .shop-list .is-show .load-more::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 105%;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-right: 2px solid #ff5c8a;
    border-bottom: 2px solid #ff5c8a;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
  }
  .shop-list .is-show .load-more--button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #000;
  }
  .shop-list .is-show .no-results {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4vw;
  }
}/*# sourceMappingURL=shoplist.css.map */