@charset "UTF-8";
.shop .flex {
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop .flex .col-5 {
  padding: 0 20px;
}

@media screen and (max-width: 920px) {
  .shop .flex .col-5 {
    margin-bottom: 1.30435rem;
  }
}

.shop .btn .fa-map-marker-alt {
  font-size: 20px;
}

.shop .shop-head {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
  letter-spacing: 0.035rem;
}

.shop .shop-head.mt-0 {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .shop .shop-head {
    font-size: 1.3913rem;
    margin-bottom: 1.73913rem;
    margin-top: 3.47826rem;
  }
}

.shop .shop-subHead {
  font-size: 17px;
  margin-bottom: 28px;
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 750px) {
  .shop .shop-subHead {
    margin-bottom: 1.30435rem;
    font-size: 1.3913rem;
  }
}

.shop .shop-conditions .shop-conditions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-list {
    margin: 0 -10px;
  }
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item {
  width: 25%;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-list .shop-conditions-item {
    width: 50%;
    min-height: 2.26087rem;
  }
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label {
  line-height: 1.4;
  color: #808080;
  letter-spacing: 0.08rem;
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label input {
  display: none;
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label input:checked + span {
  color: #f2157f;
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label input:checked + span:after {
  display: block;
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label span {
  padding-left: 36px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-list .shop-conditions-item label span:before {
    width: 2.08696rem;
    height: 2.08696rem;
  }
}

.shop .shop-conditions .shop-conditions-list .shop-conditions-item label span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 6px;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #f2157f;
  display: none;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-list .shop-conditions-item label span:after {
    width: 1.3913rem;
    height: 1.3913rem;
    top: 0.78261rem;
    left: 0.52174rem;
    margin-top: 0;
  }
}

.shop .shop-conditions .shop-conditions-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-submit {
    margin: 0.86957rem 0 2.6087rem;
  }
}

.shop .shop-conditions .shop-conditions-submit .btn {
  width: 600px;
}

@media screen and (max-width: 750px) {
  .shop .shop-conditions .shop-conditions-submit .btn {
    width: 100%;
  }
}

.shop .shop-pref .shop-pref-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-list.-xsFluid .shop-pref-list__item {
    width: 100%;
  }
  .shop .shop-pref .shop-pref-list.-xsFluid .shop-pref-list__item span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  letter-spacing: 0.125rem;
  position: relative;
  font-size: 13px;
}

@media screen and (max-width: 920px) {
  .shop .shop-pref .shop-pref-list .shop-pref-list__item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-list .shop-pref-list__item {
    width: 43.5%;
    padding: 0;
    margin: 0 0.86957rem 1.30435rem;
  }
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item:hover span:after, .shop .shop-pref .shop-pref-list .shop-pref-list__item.isOpen span:after {
  -webkit-transform: rotate(90deg) scale(-1, 1);
          transform: rotate(90deg) scale(-1, 1);
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item:hover .shop-pref-subList__item, .shop .shop-pref .shop-pref-list .shop-pref-list__item.isOpen .shop-pref-subList__item {
  opacity: 1;
  top: 0;
  height: auto;
  border: 2px solid #ccc;
  border-bottom: none;
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item:hover .shop-pref-subList__item:last-child, .shop .shop-pref .shop-pref-list .shop-pref-list__item.isOpen .shop-pref-subList__item:last-child {
  border-bottom: 2px solid #ccc;
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  border: 2px solid #ccc;
  color: #808080;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-list .shop-pref-list__item span {
    height: 3.47826rem;
    padding: 0 0.86957rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.shop .shop-pref .shop-pref-list .shop-pref-list__item span:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  background: url("../../images/common/arrow-right.svg") center center no-repeat;
  background-size: 6px auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-list .shop-pref-list__item span:after {
    right: 0.86957rem;
    width: 0.52174rem;
    height: 1.04348rem;
    margin-top: -0.52174rem;
    background-size: 0.52174rem auto;
  }
}

.shop .shop-pref .shop-pref-subList {
  display: block;
  width: calc(100% - 20px);
  position: absolute;
  top: 62px;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-subList {
    width: 100%;
    top: 3.30435rem;
  }
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease;
  transition: top 0.2s ease, opacity 0.2s ease;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(1) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(3) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(4) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(5) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(6) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(7) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(8) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(9) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item:nth-child(10) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background-color: #f3f3f3;
  color: #808080;
  letter-spacing: 0.125rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 750px) {
  .shop .shop-pref .shop-pref-subList .shop-pref-subList__item a {
    height: 3.47826rem;
  }
}

.shop .shop-pref .shop-pref-subList .shop-pref-subList__item a:hover {
  background-color: #f2157f;
  color: #fff;
}

.shop-prefTab {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .shop-prefTab {
    margin-bottom: 1.73913rem;
  }
}

.shop-prefTab .shop-prefTab__head {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .shop-prefTab .shop-prefTab__head {
    font-size: 1.3913rem;
    margin-bottom: 1.73913rem;
  }
}

.shop-prefTab .shop-prefTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px;
}

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

.shop-prefTab .shop-prefTab__item {
  padding: 0 24px;
  font-size: 17px;
}

.shop-prefTab .shop-prefTab__item a {
  color: #F8B1D9;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shop-prefTab .shop-prefTab__item a:hover {
  color: #f2157f;
  border-bottom: 1px solid #f2157f;
}

.shop-prefTab .shop-prefTab__item.is-Active a {
  color: #f2157f;
  border-bottom: 1px solid #f2157f;
}

.shop-prefTab .shopResult-prefSelect {
  display: none;
}

@media screen and (max-width: 750px) {
  .shop-prefTab .shopResult-prefSelect {
    display: block;
    background-color: #f2157f;
    position: relative;
  }
  .shop-prefTab .shopResult-prefSelect span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 3.47826rem;
    color: #fff;
    font-size: 1.04348rem;
    letter-spacing: 0.008rem;
  }
  .shop-prefTab .shopResult-prefSelect span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.26087rem;
    right: 1.30435rem;
    width: 0.52174rem;
    height: 1.04348rem;
    background: url("../../images/common/arrow-right_white.svg") center center no-repeat;
    background-size: 0.52174rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .shop-prefTab .shopResult-prefSelect select {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    overflow: hidden;
  }
}

.shopResult .resultList .resultList-item {
  position: relative;
  padding: 40px 2%;
  border-top: 1px solid #e9e9e9;
  line-height: 1.875;
  letter-spacing: 0.08rem;
  font-size: 13px;
  color: #808080;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.shopResult .resultList .resultList-item:last-child {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item {
    padding: 1.73913rem 0;
  }
}

.shopResult .resultList .resultList-item:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  background: url("../../images/common/arrow-right.svg") center center no-repeat;
  background-size: 9px auto;
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item:after {
    display: none;
  }
}

.shopResult .resultList .resultList-item a {
  color: #f2157f;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .shopResult .resultList .resultList-item:hover {
    background-color: #f2157f;
    color: #fff;
  }
  .shopResult .resultList .resultList-item:hover a {
    color: #fff;
  }
  .shopResult .resultList .resultList-item:hover .resultList-item-category {
    background-color: #fff !important;
    color: #f2157f !important;
  }
  .shopResult .resultList .resultList-item:hover:after {
    background-image: url("../../images/common/arrow-right_white.svg");
  }
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-nameWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.69565rem;
  }
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category_wrap {
    display: block;
    margin-right: 0.69565rem;
  }
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category {
  padding: 1px 5px;
  color: #fff;
  background-color: #f2157f;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 6rem;
    font-size: 1.13043rem;
    height: 2.34783rem;
  }
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-large {
  background-color: #ef8510;
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-small {
  background-color: #1bbe91;
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-threepy {
  background-color: #eb6da5;
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-plusHeart {
  background-color: #4e6530;
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-plusHeart {
    width: 8.69565rem;
  }
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-category.-orange {
  background-color: #f66013;
}

.shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-nameWrap .resultList-item-name {
    font-size: 1.3913rem;
    margin: 0;
    width: 80%;
  }
}

.shopResult .resultList .resultList-item .resultList-item-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.shopResult .resultList .resultList-item .resultList-item-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .shopResult .resultList .resultList-item .resultList-item-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shopResult .resultList .resultList-item .resultList-item-aside dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .shopResult .resultList .resultList-item .resultList-item-aside dl {
    width: 100%;
  }
}

.shopResult .resultList .resultList-item .resultList-item-aside dl dt {
  margin-right: 8px;
}

@media screen and (max-width: 920px) {
  .shopResult .resultList .resultList-item .resultList-item-aside dl dt {
    margin: 0;
    width: 20%;
  }
}

@media screen and (max-width: 920px) {
  .shopResult .resultList .resultList-item .resultList-item-aside dl dd {
    width: 80%;
  }
}

.shopResult .resultList .resultList-item .resultList-item-aside dl dd i {
  margin-right: 4px;
}

.shopResult .resultList .resultList-item .resultList-item-aside dl:after {
  content: "/";
  margin: 0 8px;
}

@media screen and (max-width: 920px) {
  .shopResult .resultList .resultList-item .resultList-item-aside dl:after {
    display: none;
  }
}

.shopResult .resultList .resultList-item .resultList-item-aside dl:last-child:after {
  display: none;
}

.shopResult .resultList .resultList-item .resultList-item-service h3 {
  display: inline;
}

.shopResult .resultList .resultList-item .resultList-item-service ul {
  display: inline;
}

.shopResult .resultList .resultList-item .resultList-item-service ul li {
  display: inline-block;
}

.shopResult .resultList .resultList-item .resultList-item-service ul li:after {
  content: "、";
}

.shopResult .resultList .resultList-item .resultList-item-service ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 750px) {
  .shopResult .resultList .resultList-item .resultList-item-recruitLink {
    padding-left: 3.30435rem;
    min-height: 2.6087rem;
    margin-top: 0.69565rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-decoration: none;
  }
  .shopResult .resultList .resultList-item .resultList-item-recruitLink:before {
    content: "";
    background: #f2157f url("../../images/common/arrow-right_white.svg") center center no-repeat;
    background-size: 0.52174rem auto;
    width: 2.6087rem;
    height: 2.6087rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.shopSingle {
  padding: 40px 2%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .shopSingle {
    padding: 1.73913rem 0;
    margin-bottom: 1.73913rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shopSingle.mod-404 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shopSingle .shopSingle-optionlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopSingle .shopSingle-optionlink li {
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .shopSingle .shopSingle-optionlink li {
    width: 100%;
  }
  .shopSingle .shopSingle-optionlink li:last-child {
    margin-bottom: 30px;
  }
}

.shopSingle .shopSingle-content {
  width: 55%;
  padding-right: 15px;
  line-height: 1.875;
  letter-spacing: 0.08rem;
  color: #808080;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-content {
    font-size: 1.04348rem;
    padding: 0;
    width: 100%;
  }
}

.shopSingle .shopSingle-map {
  width: 45%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-map {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}

.shopSingle .shopSingle-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  margin-top: -170px;
}

@media screen and (max-width: 750px) {
  .shopSingle .shopSingle-map iframe {
    height: 100%;
    margin: 0;
  }
}

.shopSingle .shopSingle-map a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  background-color: #f2157f;
  padding: 10px;
  padding-right: 30px;
  letter-spacing: 0.08rem;
  color: #fff;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-map a {
    padding: 0.26087rem 0.69565rem;
    padding-right: 1.21739rem;
    bottom: -1px;
  }
}

.shopSingle .shopSingle-map a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 8px;
  height: 16px;
  background: url("../../images/common/arrow-right_white.svg") center center no-repeat;
  background-size: 8px auto;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-map a:after {
    width: 0.34783rem;
    height: 0.69565rem;
    right: 0.52174rem;
    top: 0.43478rem;
    margin-top: 0;
    background-size: 0.34783rem auto;
  }
}

.shopSingle .shopSingle-nameWrap {
  line-height: 1.2;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-nameWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.69565rem;
  }
}

@media screen and (max-width: 750px) {
  .shopSingle .shopSingle-nameWrap .shopSingle-category_wrap {
    display: block;
    margin-right: 0.69565rem;
  }
}

.shopSingle .shopSingle-nameWrap .shopSingle-category {
  padding: 1px 5px;
  color: #fff;
  background-color: #f2157f;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .shopSingle .shopSingle-nameWrap .shopSingle-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 6rem;
    font-size: 1.13043rem;
    height: 2.34783rem;
  }
}

.shopSingle .shopSingle-nameWrap .shopSingle-category.-large {
  background-color: #ef8510;
}

.shopSingle .shopSingle-nameWrap .shopSingle-category.-small {
  background-color: #1bbe91;
}

.shopSingle .shopSingle-nameWrap .shopSingle-category.-threepy {
  background-color: #eb6da5;
}

.shopSingle .shopSingle-nameWrap .shopSingle-category.-plusHeart {
  background-color: #4e6530;
}

@media screen and (max-width: 750px) {
  .shopSingle .shopSingle-nameWrap .shopSingle-category.-plusHeart {
    width: 8.69565rem;
  }
}

.shopSingle .shopSingle-nameWrap .shopSingle-category.-orange {
  background-color: #f66013;
}

.shopSingle .shopSingle-nameWrap .shopSingle-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  margin: 5px auto;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-nameWrap .shopSingle-name {
    font-size: 1.3913rem;
    margin: 0;
    width: 80%;
  }
}

.shopSingle .shopSingle-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shopSingle .shopSingle-aside dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-aside dl {
    width: 100%;
  }
}

.shopSingle .shopSingle-aside dl dt {
  margin-right: 8px;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-aside dl dt {
    margin: 0;
    width: 20%;
  }
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-aside dl dd {
    width: 80%;
  }
}

.shopSingle .shopSingle-aside dl dd i {
  margin-right: 4px;
}

.shopSingle .shopSingle-aside dl dd a {
  text-decoration: underline;
}

.shopSingle .shopSingle-aside dl:after {
  content: "/";
  margin: 0 8px;
}

@media screen and (max-width: 920px) {
  .shopSingle .shopSingle-aside dl:after {
    display: none;
  }
}

.shopSingle .shopSingle-aside dl:last-child:after {
  display: none;
}

.shopSingle .shopSingle-service h3 {
  display: inline;
}

.shopSingle .shopSingle-service ul {
  display: inline;
}

.shopSingle .shopSingle-service ul li {
  display: inline-block;
}

.shopSingle .shopSingle-service ul li:after {
  content: "、";
}

.shopSingle .shopSingle-service ul li:last-child:after {
  content: "";
}

.shopSingle .flex {
  margin: 10px -20px 0;
}

@media screen and (max-width: 750px) {
  .shopSingle .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shopSingle .flex li {
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .shopSingle .flex li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.map-aside {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 9999;
  width: 170px;
}

@media screen and (max-width: 750px) {
  .map-aside {
    width: 150px;
    top: 20px;
    left: 20px;
  }
}

.map-aside .btn.btn-arrow {
  height: 50px;
}

.map-aside .btn.btn-arrow .btn-text {
  text-align: left;
  padding-left: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 750px) {
  .map-aside .btn.btn-arrow .btn-text {
    padding-left: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 750px) {
  .map-aside .btn.btn-arrow .btn-text {
    font-size: 12px;
  }
}

.map-aside .map-aside-wrap {
  width: 6.95652rem;
}

.map-aside .map-aside-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .map-aside .map-aside-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
}

.map-aside .map-aside-actions .map-aside-actions__item {
  width: 100%;
  height: 7.82609rem;
  padding: 1.30435rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  font-size: 11px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-top: 2px solid #e9e9e9;
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--icon {
  width: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--icon {
    width: 1.91304rem;
  }
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--name {
  width: 100%;
}

.map-aside .map-aside-actions .map-aside-actions__item:first-child {
  border-top: none;
}

.map-aside .map-aside-actions .map-aside-actions__item.mod-fluid .map-aside-actions__item--icon {
  width: 30px;
}

@media screen and (max-width: 750px) {
  .map-aside .map-aside-actions .map-aside-actions__item {
    padding: 0.86957rem 0;
    width: 100%;
    border-top: 2px solid #e9e9e9;
  }
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--sub {
  position: absolute;
  top: 0;
  right: 26.08696rem;
  width: 14.78261rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.3s ease-out, right 0.1s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, right 0.1s linear 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, right 0.1s linear 0.3s;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, right 0.1s linear 0.3s, -webkit-transform 0.3s ease-out;
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--sub .map-aside-actions__item--sub_inner {
  padding: 1.21739rem;
  position: relative;
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--sub .map-aside-actions__item--sub_inner:before {
  content: "";
  position: absolute;
  left: -1.04348rem;
  top: 2.6087rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.52174rem 1.04348rem 0.52174rem 0;
  border-color: transparent #fff transparent transparent;
}

.map-aside .map-aside-actions .map-aside-actions__item .map-aside-actions__item--sub.is-show {
  right: -16.08696rem;
  opacity: 1;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.banner .banner-item {
  width: 33.333333%;
  padding: 0 10px;
}

.banner .banner-item a {
  width: 100%;
  padding-top: 35.1562%;
  position: relative;
  display: block;
  background-color: #f3f3f3;
}

.banner .banner-item a:before, .banner .banner-item a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #f2157f;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner .banner-item a:before {
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.banner .banner-item a:after {
  bottom: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.banner .banner-item a div {
  overflow: visible;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  top: 7px;
  left: 7px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .banner-item a div:before, .banner .banner-item a div:after {
  content: "";
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #f2157f;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner .banner-item a div:before {
  left: -7px;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.banner .banner-item a div:after {
  right: -7px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.banner .banner-item a:hover:before, .banner .banner-item a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.banner .banner-item a:hover:before {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.banner .banner-item a:hover:after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.banner .banner-item a:hover div:before, .banner .banner-item a:hover div:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.banner .banner-item a:hover div:before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.banner .banner-item a:hover div:after {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.banner .banner-wrap {
  padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .banner .banner-wrap {
    padding-bottom: 80px;
  }
}

.banner .swiper-pagination {
  bottom: 40px;
}

@media screen and (max-width: 750px) {
  .banner .swiper-pagination {
    bottom: 50px;
  }
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 2px solid #f2157f;
  border-radius: 0;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f2157f;
}

.modal {
  overflow: visible;
}

.modal .modal-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
  width: 20px;
  height: 20px;
}

.modal .modal-close .modal-close-inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.modal .modal-close .modal-close-inner:before, .modal .modal-close .modal-close-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #f2157f;
}

.modal .modal-close .modal-close-inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal .modal-close .modal-close-inner:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .icons {
    padding: 1.73913rem 2.6087rem;
  }
}

.icons .icons-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.69565rem;
}

.icons .icons-detail:last-child {
  margin-bottom: 0;
}

.icons .icons-detail .icons-detail-image {
  width: 35px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .icons .icons-detail .icons-detail-image {
    width: 40%;
  }
}

.icons .icons-detail .icons-detail-name {
  font-size: 12px;
  color: #808080;
}

@media screen and (max-width: 750px) {
  .icons .icons-detail .icons-detail-name {
    font-size: 1.13043rem;
    width: 100%;
    text-align: center;
  }
}
