@charset "UTF-8";
#tblLayout {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  line-height: 1.5;
}

html {
  padding-bottom: 50px;
  overflow-y: scroll;
}

* {
  box-sizing: border-box;
}

/* g-copernica-shoplist */
.copernica-shoplist {
  max-width: 1200px;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 1.5;
  margin: 50px auto 100px;
  /* common的なやつ */
  /* logo */
  /* ttl */
  /* wrapper */
  /* area-link */
  /* area-list */
  /* pref-list */
  /* store-list */
  /* store */
  /* btn-top */
  /* js_link-ttl */
}

@media screen and (max-width: 960px) {
  .copernica-shoplist {
    font-size: 14px;
    line-height: 1.714;
    margin: 20px auto 50px;
  }
}

.copernica-shoplist img {
  width: 100%;
  height: auto;
}

.copernica-shoplist .only-desktop {
  display: block !important;
}

.copernica-shoplist .only-mobile {
  display: none !important;
}

.copernica-shoplist .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist img {
    width: 100%;
    height: auto;
  }
  .copernica-shoplist .only-desktop {
    display: none !important;
  }
  .copernica-shoplist .only-mobile {
    display: block !important;
  }
  .copernica-shoplist .inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .copernica-shoplist .only-narrow {
    display: block !important;
  }
}

.copernica-shoplist__logo {
  max-width: 391px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__logo {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.copernica-shoplist__ttl {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__ttl {
    margin-bottom: 10px;
  }
}

.copernica-shoplist__ttl > span {
  display: inline-block;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__ttl > span {
    font-size: 16px;
  }
}

.copernica-shoplist__ttl > span::before, .copernica-shoplist__ttl > span::after {
  display: inline-block;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__ttl > span::before, .copernica-shoplist__ttl > span::after {
    width: 20px;
    height: 1px;
  }
}

.copernica-shoplist__ttl > span::before {
  left: 0;
}

.copernica-shoplist__ttl > span::after {
  right: 0;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__wrapper {
    padding: 0 10px;
  }
}

.copernica-shoplist__area-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__area-link {
    display: none;
  }
}

.copernica-shoplist__area-link > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(184 / 1200 * 100%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .4;
}

.copernica-shoplist__area-link > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aeced4;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
}

.copernica-shoplist__area-list__ttl {
  background-color: #aeced4;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__area-list__ttl {
    font-size: 15px;
    padding: 10px 30px 10px 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 961px) {
  .copernica-shoplist__area-list__inner {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__area-list__inner {
    height: 0;
    overflow: hidden;
    padding-bottom: 45px;
    /* area-list__ttlの高さ35px + padding-bottom15px */
    margin-bottom: 5px;
  }
  .copernica-shoplist__area-list__inner.open {
    height: auto;
    padding-bottom: 0;
  }
}

.copernica-shoplist__pref-list > li {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__pref-list > li {
    height: 0;
    overflow: hidden;
    padding-bottom: 45px;
    /* pref-list__ttlの高さ35px + padding-bottom10px */
    margin-bottom: 0;
  }
  .copernica-shoplist__pref-list > li.open {
    height: auto;
    padding-bottom: 0;
  }
}

.copernica-shoplist__pref-list__ttl {
  background-color: #eae5e1;
  font-size: 18px;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__pref-list__ttl {
    font-size: 15px;
    padding: 10px 30px 10px 10px;
  }
}

.copernica-shoplist__store-list {
  overflow: hidden;
}

.copernica-shoplist__store {
  width: calc(384 / 1200 * 100%);
  float: left;
  line-height: 1.2;
  margin-left: calc(24 / 1200 * 100%);
  margin-bottom: 24px;
}

.copernica-shoplist__store:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__store {
    width: 100%;
    float: none;
    padding: 0 10px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .copernica-shoplist__store + .copernica-shoplist__store {
    border-top: 1px solid #eae5e1;
    padding-top: 10px;
  }
  .copernica-shoplist__store:last-child {
    margin-bottom: 25px;
  }
}

.copernica-shoplist__store__name {
  font-size: 18px;
  margin-bottom: 6px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__store__name {
    font-size: 15px;
  }
}

.copernica-shoplist__store__address {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__store__address {
    font-size: 12px;
  }
}

.copernica-shoplist__btn-top {
  display: block;
  width: calc(400 / 1200 * 100%);
  background-color: #eec9c9;
  border-radius: 10px;
  font-size: 22px;
  color: #333;
  text-align: center;
  position: relative;
  padding: 20px 30px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__btn-top {
    width: 90%;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 30px;
    margin: 0 auto 30px;
  }
}

.copernica-shoplist__btn-top::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: calc(50% - 7px);
  left: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  .copernica-shoplist__btn-top::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .copernica-shoplist .js_link-ttl {
    position: relative;
    cursor: pointer;
  }
  .copernica-shoplist .js_link-ttl::before, .copernica-shoplist .js_link-ttl::after {
    display: inline-block;
    content: "";
    background-color: #333;
    position: absolute;
  }
  .copernica-shoplist .js_link-ttl::before {
    width: 14px;
    height: 2px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .copernica-shoplist .js_link-ttl::after {
    width: 2px;
    height: 14px;
    top: calc(50% - 7px);
    right: 16px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 960px) {
  .copernica-shoplist .open > .js_link-ttl::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
