.recommend__sec {
  padding: 50px 40px 0;
  overflow: hidden;
}
.recommend__sec h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.recommend__slider {
  position: relative;
  padding-bottom: 50px;
}
.recommend__slider .swiper-button-prev {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  padding: 0;
  top: 38%;
  left: -30px;
  border: none;
  outline: none;
}
.recommend__slider .swiper-button-prev::after {
  content: "\e90b";
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
}
.recommend__slider .swiper-button-next::after {
  content: "\e90c";
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
}
.recommend__slider .swiper-button-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  padding: 0;
  top: 38%;
  right: -30px;
  border: none;
  outline: none;
}
.recommend__slider .swiper-pagination-bullet-active {
  background: #000;
}

.store__lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}

.store__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #000;
}
.store__list--name {
  width: 24%;
}
.store__list--name h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.store__list--name span {
  font-size: 14px;
}
.store__list--address {
  width: 52%;
  line-height: 2;
}
.store__list--more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  transform: 0.3s ease;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .recommend__sec {
    padding: 50px 40px 0;
    overflow: hidden;
  }
  .recommend__sec h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .recommend__slider .swiper-button-next,
  .recommend__slider .swiper-button-prev {
    top: 24%;
  }
  .store__lists {
    margin-top: 0;
  }
  .store__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    border-bottom: 1px solid #000;
    gap: 30px;
  }
  .store__list--name {
    width: 100%;
  }
  .store__list--name h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .store__list--name span {
    font-size: 14px;
  }
  .store__list--address {
    width: 100%;
    line-height: 2;
  }
  .store__list--more {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
}
.store-main ul li {
  position: relative;
  padding-bottom: 80px;
}
.store-main ul li .more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  align-self: center;
}

.store-header span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.store-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.store-img {
  width: 50%;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.store-img .swiper-pagination {
  right: 0;
  justify-content: flex-end;
  text-align: right !important;
}
.store-img .swiper-pagination-bullet-active {
  background: #000;
}
.store-content {
  width: 45%;
  padding: 0 2%;
}
.store-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.store-content p {
  font-size: 14px;
  line-height: 1.8;
}
.store-content p span {
  font-size: 13px;
}
.store-content p {
  margin-bottom: 30px;
}
.store-content p.mb0 {
  margin-bottom: 0 !important;
}
.store-content p.en {
  margin-top: 80px;
  margin-bottom: 80px;
}
.store-content p a {
  font-size: 14px;
}
.store-content .links {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.store-content .links a {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.store-content a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.store-map {
  max-width: 860px;
  margin: 0 auto 100px;
}
.store-map .more {
  display: flex;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 4px;
  display: flex;
  transform: 0.3s ease;
  align-self: center;
  margin: 30px auto;
  gap: 10px;
  border-bottom: 1px solid #000;
}
.store-map .more ._pin {
  width: 16px;
}

.back-btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 45px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.hour {
  font-size: 14px;
}

.store-title {
  margin-bottom: 5px !important;
}

.store-title-en {
  margin-bottom: 15px;
}

.tel .icon {
  display: none;
}

.tel a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tel .icon {
    display: inline-block;
  }
  .tel a {
    pointer-events: all;
  }
  .hour {
    margin-bottom: 20px;
  }
  .store-main ul li {
    position: relative;
    padding-bottom: 40px;
  }
  .store-header span {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .store-detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .store-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .store-img .swiper-pagination {
    right: 0;
    justify-content: flex-end;
    text-align: center !important;
  }
  .store-content {
    width: 100%;
    padding: 0;
  }
  .store-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .store-content p {
    font-size: 14px;
  }
  .store-content p span {
    font-size: 13px;
  }
  .store-content p {
    margin-bottom: 30px;
  }
  .store-content p.en {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 13px;
  }
  .store-content a {
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .store-map {
    max-width: 900px;
    margin: 0 auto 0;
  }
  .store-map iframe {
    height: 250px !important;
  }
}
.fs-c-sortItems:nth-of-type(2) {
  display: none !important;
}

.store-photo img {
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-lock {
  display: none !important;
}/*# sourceMappingURL=new.css.map */