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

ショップインフォ ページ

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












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

ショップインフォ　一覧

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



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

}


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

ショップインフォ　詳細

===================*/
.shop-content{
    padding-top: clamp(105px,28vw,140px);
    padding-bottom: clamp(69px,18.4vw,135px);
    background-color: #F0E3DB;
}
.shop-content__wrap{
    padding-bottom: 66px;
    /* border-bottom: 1px solid #A5A5A5; */
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 3%;
}
.shop-content__ttl{
    max-width:400px;
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.shopInfo__listWrap{
    margin-bottom: 30px;
}
.shopInfo__list{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.shopInfo__list:not(:last-child){
    margin-bottom: 28px;
}
.shopInfo__list dt, .shopInfo__list dd{
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.53;
    font-weight: 400;
}
.shopInfo__list dt{
    width: 90px;
}
.shopInfo__list dd{
    width: calc(100% - 110px);
}
.shopInfo__list-dateMap{
    position: relative;
    padding-right: 15px;
}
.shopInfo__list-dateMap::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../imgs/common/shop_link-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sohpInfo__list-sns{
    width: 18px;
    height: 18px;
    display: block;
    padding-top: 1px;
}
.sohpInfo__list-sns img{
    display: block;
}
.shop-content__img{
    width: 52%;
    position: relative;
}
.swiper-slide{
    width: 100%;
    padding-top: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    bottom: -30px;
    left:auto;
    right: 5px;
    text-align: right;
}
:root {
    --swiper-theme-color:#B34F38;
}
.swiper-pagination-bullet{
    width: 6px;
    height: 6px;
}

.shop-content__imgSingle{
    width: 100%;
    padding-top: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
    position:relative;
}
.shop-content__imgSingle--rogo{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 23%;
    z-index: 3  ;
}



.shopInfo__list-btm{
min-width:340px ;
  display: flex;
  justify-content: start;
  align-items: center;
  gap:20px;
}
.shopInfo__list-btmLink{
  width:calc(50% - 10px);
  max-width: 148px;
  height: 41px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #F0E3DB;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index: 10;
}
.shopInfo__list-btmLink::after{
  content: url(../imgs/index/shop_arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.shopInfo__list-btmLink.btmLink--01{
    background-color: #3C2E22;
}
.shopInfo__list-btmLink.btmLink--02{
    background-color: #CA5E46
}

.shop-coupon{
     border-top:1px solid #A5A5A5;
}

.shop-coupon__head{
    padding-top: 40px;
    padding-bottom: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.shop-coupon__ttlIcong{
    width: 24px;
    height: 14px;
}
.shop-coupon__ttlIcon img{
    vertical-align: top;
}
.shop-coupon__ttl{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.shop-coupon__wrap{
    margin-bottom: 80px;
    padding-bottom: 6.25vw;
    border-bottom: 1px solid #A5A5A5;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 4%;
}
.shop-coupon__img{
    width: calc(96% / 2);
}
.shop-coupon__img a{
    display: block;
    width: 100%;
    height: 100%;
}
.shop-coupon__img img{
    pointer-events: none;
}
.shop-coupon__modal{
    display: block;
    width: 100%;
    padding-top: 69%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.shop-coupon__openImg{
    width: 100%;
    padding-top: 69%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.remodal{
    padding: 1px;
}
.remodal-close{
    left: auto;
    right: 0;
    color: #dcdbdb;
}


@media screen and (max-width: 980px) {
    .shop-content__ttl{
        margin:0 auto 30px;
        font-size: 30px;
    }
    .shopInfo__list dt, .shopInfo__list dd{
        font-size: 14px;
    }
    .shop-content__img{
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    .inner-900{
        width: 100%;
    }
    .shop-content__wrap{
        padding-bottom: 57px;
        flex-direction: column-reverse;
        gap:55px;
        border-bottom: none;
    }
    .shop-content__ttl{
        text-align: center;
        font-size: 27px;
    }
    .shop-content__img{
        width: 100%;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px;
}
    .shop-content__textWrap{
        width: calc(100% - 68px);
        margin: 0 auto;
    }
    .shopInfo__list{
        gap: 13px;
    }
    .shopInfo__list:not(:last-child){
        margin-bottom: 24px;
    }
    .shopInfo__listWrap{
    margin-bottom: 110px;
    }
    .shopInfo__list dt{
        width: 80px;
    }
    .shopInfo__list dd {
        width: calc(100% - 93px);
    }

    .shop-coupon{
        width: calc(100% - 68px);
        margin: 0 auto;
        /* border-top:1px solid #A5A5A5; */
    }
    .shop-coupon__head{
        padding-top: 45px;
        padding-bottom: 37px;
    }
    .shop-coupon__ttl{
        font-size: 14px;
    }
    .shop-coupon__ttlIcon{
        width: 19px;
        height: 11px;
    }
    .back-btnLink{
        width: 130px;
        margin-left: 34px;
    }


}
@media screen and (max-width: 500px) {
    .shop-coupon__wrap{
        display: block;
        padding: 0;
        margin-bottom: 50px;
        border-bottom: none;
    }
    .shop-coupon__img{
        margin-bottom: 24px;
        width: 100%;

    }
}

@media screen and (max-width: 375px) {
    .shopInfo__list-btm{
        gap:2%;
    }
    .shopInfo__listWrap{
        margin-bottom: 29.33vw;
    }
}
@media screen and (max-width: 375px) {
    .shopInfo__list-btm{
       flex-direction: column;
       gap:10px;
    }
    .shopInfo__list-btmLink{
        width: 100%;
        max-width: 230px;
        margin:0 auto;
    }
}