@charset "utf-8";
:root {
  --color: #00ff00;
  --vh: 100vh;
}
.c-store {
  position: relative;
}
.c-store.no-google .c-top {
  position: relative;
}
.c-store.no-google .c-bottom {
  margin-top: 0;
}
@media (max-width: 991px) {
  .c-store.on .c-top .c-main {
    background: transparent;
  }
  .c-store.on .c-top .c-main .c-tbox .container {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
  }
  .c-store.on .c-top .c-main .c-tbox .c-title,
  .c-store.on .c-top .c-main .c-tbox .c-text {
    display: none;
  }
  .c-store.on .c-top .c-main .c-tbox .c-select {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
  }
  .c-store.on .c-top .c-main .c-bbox {
    border: 0;
  }
  .c-store.on .c-top .c-main .c-bbox .container {
    background: #fff;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
  }
  .c-store.on .c-top .c-main .c-bbox .c-list {
    padding: 0 0.3rem;
  }
  .c-store.on .c-bottom {
    border-radius: 14px;
  }
  .c-store.on .c-bottom .c-return {
    display: flex;
  }
  .c-store.on .c-bottom .c-full {
    display: none;
  }
}
.c-store.on2 .c-bottom .basepage {
  display: none;
}
.c-store.on2 .c-bottom .c-return {
  display: flex;
  top: -1.4rem;
}
@media (max-width: 991px) {
  .c-store.on2 .c-bottom {
    position: absolute;
    background: transparent;
    width: 100%;
    margin-top: 0;
    transform: translateY(-100%);
  }
  .c-store.on2 .c-bottom .c-full {
    display: none;
  }
  .c-store.on2 .c-bottom .c-return {
    display: flex;
    top: -1rem;
  }
}
.c-store .c-center {
  background: #666;
  height: calc(100vh - 45px);
}
@media (min-width: 992px) {
  .c-store .c-center {
    height: 6rem;
  }
}
.c-store .c-center .c-map {
  height: 100%;
}
.c-store .c-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media (min-width: 992px) {
  .c-store .c-top {
    position: relative;
  }
}
.c-store .c-top .c-main {
  padding: 0.3rem 0;
  background: #f8f8f8;
}
.c-store .c-top .c-main .c-tbox .container {
  background: #f8f8f8;
  text-align: center;
}
.c-store .c-top .c-main .c-tbox .c-title {
  margin: 0.35rem 0 0;
}
.c-store .c-top .c-main .c-tbox .c-text {
  margin: 0.1rem auto 0.4rem;
  color: #666;
  max-width: calc(510/670*100%);
}
.c-store .c-top .c-main .c-tbox .c-select {
  position: relative;
  background: #fff;
  border-radius: 14px;
  border: solid 1px #ededed;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c-store .c-top .c-main .c-tbox .c-select {
    font-size: 16px;
  }
}
.c-store .c-top .c-main .c-tbox .c-select .c-select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 1.2rem;
  padding: 0 0.3rem;
}
@media (min-width: 992px) {
  .c-store .c-top .c-main .c-tbox .c-select .c-select-box {
    height: 70px;
  }
}
.c-store .c-top .c-main .c-tbox .c-select .c-select-box .c-select-text {
  position: relative;
}
.c-store .c-top .c-main .c-tbox .c-select .c-select-box .c-select-text span:nth-child(1) {
  position: absolute;
  top: -80%;
  color: #666;
}
@media (min-width: 768px) {
  .c-store .c-top .c-main .c-tbox .c-select .c-select-box .c-select-text span:nth-child(1) {
    font-size: 14px;
  }
}
.c-store .c-top .c-main .c-tbox .c-select .c-select-box > img,
.c-store .c-top .c-main .c-tbox .c-select .c-select-box > svg {
  margin-left: 10px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
  color: #666;
  transform: rotate(90deg);
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 14px;
  padding: 0.3rem;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box.on {
  display: block;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-title-box {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-title-box {
    font-size: 20px;
  }
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-title-box p {
  color: #333;
  margin-right: 0.4rem;
  border-bottom: 1px solid transparent;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-title-box p.on {
  color: #000;
  border-color: #000;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-list {
  margin-top: 0.2rem;
  color: #666;
  max-height: 150px;
  overflow: auto;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-list .c-item {
  display: none;
  line-height: 1.6;
}
.c-store .c-top .c-main .c-tbox .c-select .c-list-box .c-list .c-item.on {
  display: block;
}
.c-store .c-top .c-main .c-bbox {
  border-bottom: 1px solid #e4e4e4;
}
.c-store .c-top .c-main .c-bbox .container {
  text-align: center;
}
.c-store .c-top .c-main .c-bbox .c-list {
  display: flex;
  align-items: flex-end;
  margin-bottom: -1px;
  overflow-y: auto;
}
.c-store .c-top .c-main .c-bbox .c-list li {
  margin-right: 0.6rem;
  border-bottom: 2px solid transparent;
  height: 0.96rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-store .c-top .c-main .c-bbox .c-list li:last-child {
  margin-right: 0;
}
.c-store .c-top .c-main .c-bbox .c-list li.on {
  border-color: var(--color);
}
.c-store .c-bottom {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0;
  background: #f8f8f8;
  margin-top: -25vh;
}
@media (min-width: 992px) {
  .c-store .c-bottom {
    margin-top: 0;
  }
}
.c-store .c-bottom .basepage {
  margin-top: 0.8rem;
}
.c-store .c-bottom .container {
  position: relative;
}
.c-store .c-bottom .c-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
.c-store .c-bottom .c-list li {
  width: 100%;
  padding: 0 0.15rem 0.3rem;
}
@media (min-width: 992px) {
  .c-store .c-bottom .c-list li {
    width: 50%;
  }
}
.c-store .c-bottom .c-list li .c-wrap {
  padding: 0.3rem;
  border-radius: 14px;
  border: solid 1px #ededed;
  background: #fff;
}
.c-store .c-bottom .c-list li .c-wrap .c-site {
  display: flex;
  align-items: flex-start;
}
.c-store .c-bottom .c-list li .c-wrap .c-site img {
  margin-right: 0.25rem;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.c-store .c-bottom .c-list li .c-wrap .c-site .c-title {
  margin: 0 0 0.15rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .c-store .c-bottom .c-list li .c-wrap .c-site .c-title {
    font-size: 20px;
  }
}
.c-store .c-bottom .c-list li .c-wrap .c-site .c-text {
  color: #666;
}
@media (min-width: 992px) {
  .c-store .c-bottom .c-list li .c-wrap .c-site .c-text {
    font-size: 16px;
  }
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.85rem;
}
@media (min-width: 992px) {
  .c-store .c-bottom .c-list li .c-wrap .c-text2 {
    margin-top: 0.4rem;
    font-size: 16px;
  }
}
.c-store .c-bottom .c-list li .c-wrap .c-text2:nth-child(3) {
  margin-top: 0.15rem;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 .c-box {
  display: flex;
  align-items: center;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 .c-box .c-ico {
  margin-right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 .c-box .c-ico img {
  width: 50%;
  height: 50%;
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 a {
  display: flex;
  align-items: center;
  color: #999;
  transition: all 0.4s;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 a img,
.c-store .c-bottom .c-list li .c-wrap .c-text2 a svg {
  margin-left: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.c-store .c-bottom .c-list li .c-wrap .c-text2 a:hover {
  color: var(--color);
}
.c-store .c-bottom .c-list li .c-wrap .c-text3 {
  margin-top: 0.25rem;
  padding: 0.3rem 0 0;
  border-top: 1px solid #eee;
  color: #666;
}
.c-store .c-bottom .c-return {
  position: absolute;
  top: -1.6rem;
  left: 0;
  display: none;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.2rem;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
}
.c-store .c-bottom .c-return img,
.c-store .c-bottom .c-return svg {
  margin-right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.c-store .c-bottom .c-full {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  display: flex;
  align-items: center;
  height: 0.8rem;
  padding: 0 0.2rem;
  border-radius: 14px;
  background: #000;
  color: #fff;
  cursor: pointer;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .c-store .c-bottom .c-full {
    display: none !important;
  }
}
.c-store .c-bottom .c-full img,
.c-store .c-bottom .c-full svg {
  margin-right: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
}
.gm-style .gm-style-iw-d {
  padding: 0 5px;
  font-size: 14px;
}
@media (max-width: 991px) {
  button.gm-control-active {
    display: none;
  }
}
