@charset "UTF-8";
.p-shops__sidebar {
  position: relative;
  margin-top: calc(80 / 390 * 100vw);
  z-index:12;
  padding-bottom:0;
}

.p-shops-search {
  position: relative;
  margin: 0 calc(20 / 390 * 100vw) calc(18 / 390 * 100vw);
}

.p-shops-search__icon {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
  padding: 5px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  background: url(../images/common/ico_gps.svg) no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
}

.p-shops-search__icon.is-disabled {
  background: url(../images/common/ico_gps_off.svg) no-repeat center center;
}

.p-shops-search__button {
  display: none;
}

.p-shops-list__container {
  position: absolute;
  top: calc(136 / 390 * 100vw);
  width: 100%;
  padding: 0 calc(20 / 390 * 100vw);
  background-color: #FFFFFF;
  z-index: 1;
  transition: opacity ease 0.3s;
  overflow-x: hidden;
}

.p-shops-list__container-inner {
  opacity: 0;
}

.p-shops-search__input {
  display: flex;
  width: 100%;
  padding: 12px 10px 9px;
  border-radius: 5px;
  border: 1px solid #D8D8E7;
}

.p-shops-list__head {
  color: var(--Black_text, #1A1A1A);
  font-size: calc(11 / 390 * 100vw)
}

.p-shops-list__item {
  border-bottom: 1px solid #D8D8E7;
}

.p-shops-list__item:last-child {
  margin-bottom: calc(15 / 390 * 100vw);
}

.p-shops-list__name {
  position: relative;
  padding: 20px 0 19px;
  font-size: calc(14 / 390 * 100vw);
  font-weight: 700;
  cursor: pointer;
}

.p-shops-list__name::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  content: "";
  transform: scaleX(-1);
  background: url(../images/common/ico_arrow_grey_01.svg) no-repeat center right;
  width: 12px;
  height: 12px;
}

.p-shops-list__head {
  margin-bottom: calc(25 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-shops-list__region {
  position: relative;
  padding: 15px 0 13px;
  font-size: calc(13 / 390 * 100vw);
  border-bottom: 1px solid #1A1A1A;
}

.p-shops-list__region::after,
.p-shops-list__region::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 3px;
  width: calc(9 / 390 * 100vw);
  height: 1px;
  background: #1A1A1A;
  transform: translateY(-50%);
}

.p-shops-list__region::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.p-shops-list__region.is-open::after {
  opacity: 0;
}

/*.p-shops-list__items {
  margin-top: calc(30 / 390 * 100vw);
}*/

.p-shops-list__count {
  font-size: calc(10 / 390 * 100vw);
}

.p-shops-list__sec {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 5px solid #F7F7FA;
}

.p-shops-list__sec:first-child {
  padding-top: 0;
  border-top: none;
}

.p-shops-no-message {
  margin-top: 20px;
}

.p-shops__main {
  position: relative;
  overflow: hidden;
}

#storesMap {
  /*height: 100dvh;*/
  height: 100%;
}

.p-shops-catgory__items {
  position: absolute;
  top: calc(20 / 390 * 100vw);
  left: 0;
  width: 100%;
  z-index: 11;
}

.p-shops-catgory__inner {
  overflow: auto;
  display: flex;
  padding: 0 calc(20 / 390 * 100vw) 10px;
  column-gap: 10px;
}

.p-shops-catgory__items li {
  white-space: nowrap;
}

.p-shops-catgory__item input {
  display: none
}

.p-shops-catgory__item label,
.p-shops-show__here{
  display: block;
  height: calc(32 / 390 * 100vw);
  border-radius: 100vw;
  padding: calc(5 / 390 * 100vw) calc(10 / 390 * 100vw) 0;
  background: #FFFFFF;
  font-weight: 700;
}

.p-shops-catgory__item input:checked + label {
  background: #1A1A1A;
  color: #FFFFFF;
}

.p-shops-show__here:not(.is-show){
  display: none;
}

.p-shops-show__here {
  position: relative;
  padding-left: calc(34 / 390 * 100vw);
}

.p-shops-show__here::after {
  position: absolute;
  content: "";
  left: 8px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.p-shops-show__list::after {
  background-image: url(../images/common/ico_list.svg);
}

.p-shops-show__map::after{
  background-image: url(../images/common/ico_map.svg);
}

.p-shops-show__map{
  background-color: #1A1A1A;
  color: #FFFFFF;
}

/*.p-shops-show__list.is-show::after {
  mask: url(../images/common/ico_list.svg) no-repeat center;
  -webkit-mask: url(../images/common/ico_list.svg) no-repeat center;
}*/

.p-shops-show__map::after {
  mask: url(../images/common/ico_map.svg) no-repeat center;
  -webkit-mask: url(../images/common/ico_map.svg) no-repeat center;
  background-image: none;
  background-color: #FFFFFF;
}

.p-shop-info__back {
  position: relative;
  padding:  calc(20 / 390 * 100vw);
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
  padding-left: calc(42 / 390 * 100vw);
}

.p-shop-info__back::after {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(20 / 390 * 100vw);;
  width: 12px;
  height: 12px;
  content: "";
  background: url(../images/common/ico_arrow_grey_01.svg) no-repeat left center;
}

.p-shop-info__name {
  background-color: #1A1A1A;
  padding: calc(12 / 390 * 100vw) calc(20 / 390 * 100vw);
  text-align: center;
  font-size: calc(15 / 390 * 100vw);
  font-weight: 600;
  color: #FFF;
}

.p-shop-info__inner {
  padding: calc(20 / 390 * 100vw);
  padding-bottom: calc(60 / 390 * 100vw);
}

.p-shop__address a {
  text-decoration: underline;
}
 
.p-shop__address a:hover {
  text-decoration: none;
}
 
.p-shop-info__title {
  margin-top: calc(30 / 390 * 100vw);
  margin-bottom: calc(20 / 390 * 100vw);
  font-weight: 600;
}

.p-shop-reservation__list {
  border: 1px solid #D8D8E7;
  border-bottom: none;
}

.p-shop-reservation__item {
  position: relative;
  border-bottom: 1px solid #D8D8E7;
  background-repeat: no-repeat;
  background-position: center left calc(15 / 390 * 100vw);
}

.p-shop-reservation__item a{
  display: block;
  padding: calc(15 / 390 * 100vw);
  padding-left: calc(56 / 390 * 100vw);
}

.p-shop-reservation__item::after {
  position: absolute;
  content: "";
  right: calc(10 / 390 * 100vw);
  top: calc(50% - 6px);
  background: url(../images/common/ico_arrow_grey_01.svg) no-repeat center right;
  width: 12px;
  height: 12px;
  transform: scaleX(-1);
}

.p-shop-reservation__item.icon-jewelry {
  background-image: url(../images/common/ico_jewelry.svg);
}

.p-shop-reservation__item.icon-bridal {
  background-image: url(../images/common/ico_bridal.svg);
}

.p-shop-reservation__item.icon-creaning {
  background-image: url(../images/common/ico_creaning.svg);
}

.p-shop-reservation__item.icon-other {
  background-image: url(../images/common/ico_other.svg);
}

.p-shop-reservation__label {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 600;
}

.p-shop-reservation__time {
  font-size: calc(11 / 390 * 100vw);
}

.p-shop-hours__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(8 / 390 * 100vw);
}
/* giauque new_edit */
.l_bar_title{padding:40px 0 0 0;font-weight:700;font-size:16px;border-top:4px #F7F7FA solid;margin-top:40px;}
.p-shop__tel-line{padding-top:20px;}
.route_btn{display:block;margin:10px auto 0 0;width:78px;height:30px;text-align:center;background:#1A1A1A;color:#fff;line-height:30px;font-size:12px;border:0;}
@media screen and (max-width: 767px) {
  .p-shops-list__container {
    display: none;
    /*height: calc(467 / 390 * 100vw);
    overflow-y: auto;
    overflow-x: hidden;*/
    padding: 0;
  }

  .p-shops-list__container.is-open {
    overflow: hidden;
  }

  .p-shops-list__container-inner {
    height: calc(467 / 390 * 100vw);
    padding: 0 calc(20 / 390 * 100vw);
    overflow-y: auto;
  }

  .p-shops__main{
    height: calc(540 / 390 * 100vw);
  }

  .p-shop-info__container {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: calc(100% - calc(25 / 390 * 100vw));
    height: calc(467 / 390 * 100vw);
    background-color: #FFF;
    transform: translate(100%, -50%);
    transition: 0.3s;
    overflow-y: auto;
    z-index: 1;
  }

  .p-shop-info__container.is-open {
    right: 50%;
    transform: translate(50%, -50%);
  }

  .p-shops-list__items .js-accordion__content.is-open {
    max-height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .p-shops {
    display: flex;
  }

  .p-shops__sidebar {
    width: 100%;
    max-width: 350px;
    margin-top: 90px;
    padding-bottom:100px;
  }

  .p-shops-no-message {
    margin: 20px 30px 0;
  }
  
  .p-shops__main {
    flex: 1;
  }

  .p-shops-search {
    margin: 0 26px;
  }

  .p-shops-list__count {
    font-size: 1.0rem;
  }

  .p-shops-list__container {
    position: static;
    padding: 0;
    /* padding-bottom: 100px; */
  }

  .p-shops-list__container-inner{
    overflow: auto;
    height: calc(100dvh - 137px);
  }

  .p-shops-list__head,
  .p-shops-list__items {
    padding: 0 30px;
  }

  .p-shops-list__head {
    margin-bottom: 25px;
    font-size: 1.2rem;
  }

  .p-shops-list__item:last-child {
    margin-bottom: 15px;
  }

  .p-shops-list__name {
    font-size: 1.4rem;
    transition: 0.3s;
  }
  
  .p-shops-list__region {
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.3s;
  }

  .p-shops-list__region::after,
  .p-shops-list__region::before {
    width: 9px;
  }

  .p-shops-list__name:hover,
  .p-shops-list__region:hover {
    opacity: 0.7;
  }
  
  #storesMap {
    height: 100dvh;
  }

  .p-shops-show {
    display: none;
  }

  .p-shops-catgory__inner {
    padding: 0;
  }

  .p-shops-catgory__items {
    top: 90px;
    left: 25px;
    column-gap: 15px;
  }
  
  .p-shops-catgory__item label {
    height: 34px;
    padding: 6px 15px 5px;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 1.4rem;
  }

  .p-shop-reservation__time {
    font-size: 12px;
  }

  .p-shop-info__container {
    position: absolute;
    top: 0;
    left: 376px;
    width: 380px;
    height: 100%;
    background: #FFF;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: 0.3s;
  }

  .p-shop-info__container.is-open {
    visibility: visible;
    opacity: 1;
  }

  .p-shop-info__back {
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 10px;
    box-sizing: content-box;
    width: 11px;
    height: 11px;
    font-size: 0;
    cursor: pointer;
  }

  .p-shop-info__back::after, 
  .p-shop-info__back::before{
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #fff;
  }

  .p-shop-info__back::after {
    transform: rotate(45deg);
  }
  .p-shop-info__back::before{
    top: calc(50% + 3px);
    transform: rotate(135deg);
  }

  .p-shop-info__name {
    padding: 15px 20px;
    text-align: left;
    font-size: 1.6rem;
  }

  .p-shop-info__inner {
    padding: 24px 22px;
  }
  .p-shop-info__title {
    margin: 30px 0 10px;
  }

  .p-shop-reservation__item a {
    padding: 15px;
    padding-left: 60px;
  }

  .p-shop-reservation__item::after {
    right: 15px;
  }

  .p-shop-reservation__item {
    background-position: center left 15px;
  }

  .p-shop-reservation__label {
    font-size: 1.2rem;
  }

  .p-shop-hours__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    gap: 5px 36px;
  }

  .p-shop-hours__row {
    width: calc(50% - 18px);
    margin-bottom: 0;
  }
  .route_btn{display:block;margin:10px auto 0 0;width:78px;height:38px;text-align:center;background:#1A1A1A;color:#fff;line-height:38px;font-size:12px;}
  .p-shop__tel-line{padding-top:30px;}
  .l_bar_title{padding:40px 26px 0 26px;font-weight:700;font-size:16px;border-top:0;margin-top:0;}
}

.js-shop-accordion__content {
  display: none;
}

