
.shopLinkList {
  font-size: 1.8rem;
  color: #9e9e9e;
  display: flex;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  flex-wrap: wrap;
}
.shopLinkList li {
  padding: 0 2.4rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.shopLinkList li a.is-active {
  color: #000;
}

.p-shopList {
  display: none;
}
.p-shopList.is-show {
  display: block;
}

.p-shopList__item {
  padding-top:48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #9e9e9e;
}
.p-shopList__itemThum {
  margin-bottom: 24px;
}
.p-shopList__item:last-child {
  border-bottom: none;
}
.shopDetailslider li img {
  width: 100%;  
}
.c-tel, .c-time {
  display: flex;
  position: relative;
  align-items: center;
}
.c-tel img, .c-time img {
  width: 15px;
  height: 15px;
  margin-right: 0.8rem;
}

.p-shopList__info ._title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.p-shopList__info ._title span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 2.4rem;
}
.p-shopList__info ._accessInfo {
  margin-bottom: 16px;
}
.p-shopList__info ._anotherInfo {
  display: flex;
}

.p-shopList__info ._anotherInfo .__tel img, .p-shopList__info ._anotherInfo .__time img {
  margin-right: 0.8rem;
}
.p-shopList__info ._anotherInfo .__time {
  margin-left: 2.4rem;
}

@media (max-width: 767px) {
  .p-shopBlog {
    width: 100vw;
    overflow: hidden;
  }
  .shopLinkList {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
  }
  .shopLinkList li {
    width: 33.3333%;
  }
  .shopLinkList li:before {
    content: "";
    background: #9e9e9e;
    width: 1px;
    height: 25px;
    position: absolute;
    left: 0;
  }
  .shopLinkList li:nth-child(-n+3) {
    margin-bottom: 22px;
  }
  .shopLinkList li:nth-of-type(3n):after {
    content: "";
    background: #9e9e9e;
    width: 1px;
    height: 25px;
    position: absolute;
    right: 0;
  }
  .shopLinkList li a {
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .p-shopList__info {
    margin-bottom: 24px;
  }
  .p-shopList__info ._anotherInfo .__tel {
    margin-bottom: 16px;
  }
  .p-shopList__info ._infoWrap {
    font-size: 14px;
  }
  .p-shopList__info ._infoWrap ._title {
    display: flex;
    justify-content: space-between;
  }
  .p-shopList__info ._infoWrap ._title span {
    font-size: 12px;
  }
  .p-shopList__info ._anotherInfo {
    display: flex;
    flex-direction: column;
  }
  .p-shopList__info ._anotherInfo .__time {
    margin-left: 0;
  }
  .p-shopList__info ._anotherInfo .__tel img, .p-shopList__info ._anotherInfo .__time img {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .shopLinkList li a.is-active:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-shopList__info ._anotherInfo .__tel {
    width: 140px;
   }
  .p-shopList__info ._anotherInfo .__time br {
    display: none;
  }
  .p-shopList__info ._anotherInfo .__time {
    width: calc(100% - 140px)
   }
  .p-shopList__item a.btn {
    margin-left: auto;
  }  
}
.shopnameList02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  position: relative;
}
.shopnameList02:before {
  content: "";
  height: 2.4rem;
  width: 1px;
  background: #000;
}
.shopnameList02 li {
  padding-left: 0.8rem;
  padding-right: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.shopnameList02 li:after {
  content: "";
  height: 2.4rem;
  width: 1px;
  background: #000;
  margin-left: 0.8rem;
}

.p-shopDetail .shopDetailTtl {
  margin-bottom: 0;
}
.p-shopDetail .shopDetailTtl span {
  font-size: 1.4rem;
  margin-left: 2.4rem;
  white-space: nowrap;
}

.shopDetailslider {
  margin-bottom: 48px;
}
.shopDetailslider li {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.shopDetailslider .js-product_slider-dots {
  margin-top: 2.4rem;
}
@media(max-width:767px){
  .shopnameList02:before {
    content: none;
  }
  .shopnameList02 li {
   padding-left: 0;
   margin-bottom: 8px;
  }
  .shopnameList02 li:before {
    content: "";
    height: 2.4rem;
    width: 1px;
    background: #000;
    margin-right: 0.8rem;
  }
  .shopnameList02 li:after {
    margin-right: -0.1rem;
  }
  .shopnameList02 {
    font-size: 10px;
  }
  .shopnameList02 span{
    white-space: nowrap;
  }

}
@media(min-width:768px){
  .shopDetailslider .slick-slide {
    width: 588px;
    height: 376px;
  }
  .shopDetailslider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-shopDetailCont {
  margin-bottom: 12.8rem;
}

.p-shopDetailInquiry {
  display: flex;
}

.p-shopdetailSns {
  display: flex;
  align-items: center;
  margin-left: 1.2rem;
}
.p-shopdetailSns li {
  padding: 0 1.2rem;
}
.p-shopdetailSns a {
  display: block;
}
.p-shopdetailSns img {
  width: 24px;
}

.p-shopDetailStoreInfo {
  margin-bottom: 3.2rem;
  font-size: 14px;
}
.p-shopDetailStoreInfo .c-tel {
  margin-bottom: 2.4rem;
}

.gmap {
  position: relative;
  overflow: hidden;
}
.gmap:after {
  content: "";
  padding-top: 64%;
  display: block;
  width: 100%;
  height: 100%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-shopDetailInfo .gmap {
  max-width: 486px;
}

.shopDetailAccessInfo {
  padding-top: 3.2rem;
}
.shopDetailAccessInfo .__info01 {
  margin-bottom: 3.2rem;
}

.p-shopDetailInquiry {
  margin-bottom: 6.4rem;
}

.p-storeManagerWrap {
  padding: 24px 0;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  height: fit-content;
}

.p-storeManager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: fit-content;
  margin-bottom: 2.4rem;
}
.p-storeManagerName p {
  padding: 0.4rem 0;
}

.shopDetailBlog, .shopDetailStyling {
  margin-bottom: 12.8rem;
}

@media (max-width: 767px) {
  .p-shopDetail .shopDetailTtl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .shopLinkList02 li {
    padding-left: 16px;
  }
  .shopLinkList02 li:after {
    margin-left: 16px;
  }
  .shopLinkList02 li:nth-last-child(3):after {
    content: "";
  }

  .shopDetailTtl {
    width: 100%;
  }

  .p-shopDetailInquiry {
    flex-direction: column;
  }

  .p-shopdetailSns {
    margin-top: 24px;
    margin-left: -1.2rem;
  }
  .p-shopdetailSns img {
    width: 32px;
  }

  .soterDetailAccessInfo {
    margin-bottom: 32px;
  }

  .shopDetailShopBlog {
    margin-bottom: 0;
  }
  .shopDetailShopBlog li {
    margin-bottom: 24px;
  }
  .shopDetailslider .js-product_slider-dots {
    margin-top: 8px;
  }
  .shopDetailslider .js-product_slider-dots button {
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-storeManager .storeManagerThumb {
    width: 72px;
    margin-right: 16px;
  }  
  .p-storeManagerName {
    width: calc(100% - 88px);
  }
  .shopDetailStyling {
    margin-bottom: 48px;
  }
  .styleArchiveList {
    margin-bottom: 0;
  }
  .styleArchiveList li {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .shopDetailIntro {
    padding-right: 10.6rem;
  }
  .p-storeManager .storeManagerThumb {
    width: 7.8rem;
    margin-right: 4.8rem;
  }
  .p-storeManagerName {
    width: calc(100% - 12.6rem);
  }
  
}

/*# sourceMappingURL=shop.css.map */
