@charset "utf-8";


/* shop list */
/*===================

詳細　シングルページ

===================*/

body{
    color: #4c5142;
}


.single-shop{
    margin-top: 99px;
    margin-bottom: 105px;
    padding-top: 53px;
}
.single-shop__wrap{
    /* padding-top: 75px; */
    padding-top: 5.434vw;
}
.single-shop__imgWrap{
    margin-bottom: 20px;
    width: 100%;
    /* height: 418px; */
    background-color: #fff;
}
.single-shop__img{
    content: '';
    display: block;
    width: 100%;
    padding-top: 42.7%;
    background-image: url(../imgs/shop/icon-dummy.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-shop__contentTop{
    padding-bottom: 7px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom:1px solid #ddd9d3;
}
.single-shop__title{
    font-size: 20px;
    padding-right: 5px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-weight: 700;
    max-width: calc(100% - 130px);
}
.single-shop__sns{
    max-width: 130px;
    padding-bottom: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
.single-shop__snsItem{
    width: 24px;
}
.single-shop__contentSecand{
    padding: 15px 0 40px;
    display: flex;
    justify-content: space-between;
}
.single-shop__floor{
    padding: 5px 0;
    font-size: 19px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
}
.single-shop__contentTag{
    width: calc(100% - 310px);
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 30px;
}
.single-shop__tagList{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
}
.single-shop__tagListItem{
   font-size: 13px;
   letter-spacing: 0.03em;
   background-color: #fff;
   border: 1px solid #4c5142;
   border-radius: 15px;
   padding: 7px 24px;
}

.single-shop__tel{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.single-shop__telText{
    font-size: 13px;
}
.single-shop__telNum{
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-size:19px ;
    letter-spacing: 0.03em;
}

.single-shop__textWrap{
    padding-bottom: 30px;
}
.single-shop__textWrap--kamoku{
    padding-top: 20px;
    border-top: 1px dashed #ddd9d3;
}
.single-shop__kamokuTitle{
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.single-shop__text{
    font-size: 16px;
    line-height: 1.73;
    letter-spacing: 0.03em;
}
.single-shop__text--kamoku{
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.03em;
}
.single-shop__contentImg{
    margin-bottom: 55px;
}
.single-shop__imgList{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw 10.2%;
    flex-wrap: wrap;
}
.single-shop__imgItem{
    width: calc((100% - 20.4% )/3);
    max-width: 260px;
    height: auto;
}
.single-shop__imgSbu-wrap{
    background-color: #fff;
}
.single-shop__imgSub{
    content: '';
    display: block;
    width: 100%;
    padding-top: 68.5%;
    background-image: url(../imgs/shop/staba-img.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.single-shop__imgText{
    padding-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.single-shop__contentInfo{
    width: 100%;
    border: 1px solid #ddd9d3;
    padding: 12px 48px 50px;
}

.single-shop__contentInfoTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 4.37;
    color: #4c5142;
}
.single-shop__contentInfoWrap{
    max-width: 880px;
    margin: 0 auto;
    border: 1px solid #ddd9d3;
}
.single-shop__contentInfoTable{
    width: 100%;
    min-width: 400px;
    min-height: 110px;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.single-shop__contentInfoTable tr{
    
}
.single-shop__contentInfoTable tr:not(:last-child){
    border-bottom: 1px solid #ddd9d3;
}
.single-shop__contentInfoTable th{
    width: 145px;
    background-color:#eceae6;
    padding: 14px 5px 14px 30px;
    vertical-align:middle;
    font-weight: 400;
}
.single-shop__contentInfoTable td{
    width: calc(100% - 145px);
    padding: 14px 15px 14px 15px;
    vertical-align:middle;
}

/* .single-shop__contentShare{
    width: 100%;
    margin: 90px 0 65px;
    padding: 40px 0 44px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
} */
/* .single-shop__contentTtl{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
} */
/* .single-shop__contentShare-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.6%;
}
.single-shop__contentShare-item{
    width: 37px;
}
.single-shop__contentShare-item:nth-child(2){
    width: 34px;
} */


/*===================

shop list
共通

===================*/

/* .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}
.pagination li a{
    display: block;
    font-size: 15px;
    line-height: 2;
}
.pagination li.prev,
.pagination li.next{
    display: block;
    color: #4c5142;
} */


/*===================

shop list
一覧　アーカイブページ

===================*/
.archive-shop{
    margin-top: 99px;
    margin-bottom: min(15.94vw,220px);
    padding-top: 53px;
}
.archive-shop__wrap{
    margin-top: 80px;
}
.archive-shop__list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap:93px 11.1%;
}
.archive-shop__listItem{
    content: '';
    display: block;
    width: calc((100% - 22.2%)/ 3 );
    /* height: 260px; */
   /* padding-top: 26%; */
}
.archive-shop__listItem:hover{
    opacity: 0.7;
}

.shop__listCategory{
    display: inline-block;
    margin-bottom: 8px;
    font-size:12px ;
    background-color: #fff;
    border: 1px solid #4c5142;
    border-radius: 15px;
    padding: 4px 14px;
}
.shop__listName{
    margin-bottom: 10px;
    font-size: clamp(14px,1.866vw,18px); 
    font-weight: 700;
    color: #4c5142;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.archive-shop__listImg{
    position: relative;
    width: 100%;
    padding-top: 100%;
    cursor: pointer;
}
.archive-shop__listLink{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../imgs/shop/tempo-img01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 1; */
}
.archive-shop__listItem.bg-bk{
    background-color: #3b3b3b;
}
.archive-shop__listImg::before{
    content: '';
    display: block;
    width: 30px;
    padding-top: 33px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    right: 5px;
    z-index:1;
}
.fixed .archive-shop__listImg::before{
    z-index: 0;
}
.archive-shop__listImg.f1::before{
    background-image: url(../imgs/shop/f1-img.png);
}
.archive-shop__listImg.f2::before{
    background-image: url(../imgs/shop/f2-img.png);
}
.archive-shop__listImg.f3::before{
    background-image: url(../imgs/shop/f3-img.png);
}
.archive-shop__listImg.fb::before{
    background-image: url(../imgs/shop/fb-img.png);
}


.shop__floor {
    margin-bottom: 50px;
}
/* スワイパー */
.shop__slider{
    width:  100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.swiper{
    z-index: 0;
}
.swiper-button-prev,
.swiper-button-next {
  width: min(55px,3.819vw); /* ボタンの幅 */
  height:min(110px,7.638vw); /* ボタンの高さ */
  background-size: contain; /* 表示したいサイズ */
  transform: translateY(-50%) translateX(100%);
  margin-top: 0;
  z-index: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .7;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url(../imgs/index/slid_arrow.png);
background-repeat: no-repeat;
right:-5%;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../imgs/index/slid_arrow.png);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-100%)  scale(-1, 1); /* 左右反転 */
  left:-5%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}



@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1200px) {
    .shop__floor {
        width: 90%;
        margin: 0px auto 30px;
    }
    .swiper-button-next {
    right:-4%;
    }
    .swiper-button-prev {
      left:-4%;
    }
}
@media screen and (max-width: 1080px) {

/*===================

一覧 アーカイブページ

===================*/
.archive-shop__list{
    gap: 8vw 8%;
}
.archive-shop__listItem{
    width: calc((100% - 16%)/ 3 );
}
}

@media screen and (max-width: 750px) {
    /*===================

詳細　シングルページ

===================*/
    .single-shop{
        margin-top: 110px;
        margin-bottom: 60px;
    }
    .single-shop__title{
        font-size: clamp(18px,4.8vw, 20px);
    }
    .single-shop__imgWrap{
        margin-bottom: 15px;
    }
    .single-shop__contentTop{
        flex-direction: column-reverse;
    }
    .single-shop__title{
        max-width:  100%;
        margin: 0 auto 0 0;
        padding: 0;
    }
    .single-shop__sns{
        max-width:  100%;
    }
    .single-shop__contentSecand{
        display: block;
        padding-bottom: 25px;
    }
    .single-shop__floor{
        padding: 3px;
    }
    .single-shop__contentTag{
        width: 100%;
        margin-bottom: 10px;
        gap: 18px;
    }
    .single-shop__tagListItem{
        font-size: 12px;
        padding: 6px 15px;
    }
    .single-shop__telText{
        font-size: 12px;
    }
    .single-shop__telNum{
        font-size: 17px;
    }
    .single-shop__textWrap{
        padding-bottom: 30px;
    }
    .single-shop__text{
        font-size: 14px;
    }
    .single-shop__imgList{
        gap:2vw 5%;
    }
    .single-shop__imgItem{
        width: calc((100% - 10%)/ 3);
    }
    .single-shop__imgText{
      padding-top: 8px;
    }
    .single-shop__contentInfo{
        padding: 5px 20px 30px;
    }
    .single-shop__contentInfoTable th{
        width: 100px;
        padding: 14px 8px 14px 8px;
    }
    .single-shop__contentInfoTable td{
        width: calc(100% - 100px);
        padding: 14px 8px 14px 12px;
    }
 

/*===================

shop list
一覧　アーカイブページ

===================*/
.archive-shop__wrap{
    margin-top:10.66vw;
}
.archive-shop__list{
    gap: 10vw 4%;
}
.archive-shop__listItem {
    width: calc((100% - 8%) / 3);
}
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 480px) {
/*===================

詳細 シングルページ

===================*/

    .single-shop__imgList{
        display: block;
    }
    .single-shop__imgItem{
        width: 100%;
        margin: 0 auto 25px;
    }
    .single-shop__contentInfo{
        padding: 5px 10px 20px;
    }


/*===================

一覧　アーカイブページ

===================*/
    .archive-shop__list{
        margin: 0 auto;
        gap: 12vw 5%;
    }
    .archive-shop__listItem{
        width: calc((100% - 5%) / 2);
    }
}

@media screen and (max-width: 463px) {
}

@media screen and (max-width: 375px) {
    /*===================

詳細　シングルページ

===================*/
    .single-shop__contentInfo{
        border:none;
        padding:0;
        position: relative;
      }
      .single-shop__contentInfo::before{
        position: absolute;
        content: "";
        top: -15px;
        left: -5%;
        width: 110%;
        height: 110%;
        min-height: 215px;
        border: 1px solid #ddd9d3;
      }
      /* .single-shop__contentInfoTitle{
        line-height: 2;
        padding-left: 5px;
      } */
      .single-shop__contentShare{
        margin-top: 70px;
      }


/*===================

一覧　アーカイブページ

===================*/
.archive-shop__list{
    width: 100%;
    gap: 12vw 5%;
}
.archive-shop__listItem{
    width: calc((100% - 5%) / 2);
}
.archive-shop__listItem::before {
    width: 26px;
    padding-top: 28px;
}


}