



.saiji img{
width:100%;
height:100%;
}
.twoColumn .shop:nth-child(2){
  border-right: none;
}
.twoColumn .shop .shop-info{
  text-align: center;
  padding: 15px 32px 22px;
}
.twoColumn .shop .shop-info.left{
  background: #fffbf6;
}
.twoColumn .shop .shop-info.right{
  background: #ffe9e9;
}
.shop-name-wrap{
  text-align: center;
}
.shop-name-wrap .place{
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin: 20px;
  font-weight: 600;
  font-size: 18px;
}
.shop-name-wrap .place::before{
  content: " ";
  position: absolute;
  display: block;
  background-image: url(https://www.tokyu-dept.co.jp/images/common/sprite_icon.png);
  background-size: 500px auto;
  background-position: -345px 0;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.shop-info-wrap{
  display: flex;
}
.shop-info-wrap .shop-info{
  width: 50%;
}
.twoColumn .shop .shop-info .logo{
  width: 18%;
  margin: auto;
}
.shop .shop-info .logo img{
  object-fit: contain;
}
.twoColumn .shop .shop-info .shop-name{
  font-size: 31px;
}
.twoColumn .shop .shop-info .period{
  display: inline-block;
  padding: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-top: 2px solid #c8c6c4;
}
.twoColumn .shop .shop-info .product-img{
  margin: 12px 0;
  aspect-ratio: 1.5 / 1;
}
.twoColumn .shop .shop-info .product-img img{
  object-fit: cover;
}
.shop .shop-info .product-ex{
  text-align: left;
}
.itemArea{
  display: flex;
}
.itemArea .list_recommend{
  width: 50%;
}
.shop .item{
  padding: 35px 32px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.itemWrap{
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.itemWrap .imgArea{
  width: 40%;
}
.itemWrap .imgArea img{
  object-fit: contain;
}
.itemWrap .textArea{
  width: calc((100% - 10px) - 40%);
  border-top: 1px solid #c8c6c4;
  border-bottom: 1px solid #c8c6c4;
  padding: 5px 0;
  box-sizing: border-box;
}
.itemWrap .textArea .item-name{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.itemWrap .textArea .item-name span{
  font-size: 16px;
}
.itemWrap .textArea .item-ex{
  font-size: 14px;
}
.twoColumn .shop .list_recommend{
  padding: 35px 32px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.floor-button{
  width: 205px;
  margin: auto;
}
.floor-button a{
  display: block;
  text-decoration: none;
  background: #333;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 35px 8px 16px;
  position: relative;
}

@media screen and (min-width: 768px){
  .sp-only{
    display: none;
  }
  .twoColumn .shop .shop-info.left{
    border-right: 2px dashed #c8c6c4;
  }
  .twoColumn .shop .shop-info .shop-name{
    margin-bottom: 7px;
  }
  .itemArea .list_recommend:first-child{
    border-right: 2px dashed #c8c6c4;
  }
  .shop .floor-button a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  body{
    font-size: 12px;
  }
  .pc-only{
    display: none;
  }
  .inner{
    width: 100%;
  }
  .shop-name-wrap{
    margin: 10px 0;
  }
  .shop-name-wrap .place{
    margin: 5px 0;
    padding-left: 30px;
    font-size: 15px;
  }
  .shop-name-wrap .place::before{
    background-size: 400px auto;
    background-position: -275px 0px;
    width: 25px;
    height: 25px;
  }
  .imgWrap{
    display: flex; 
  }
  .imgWrap .product-img{
    width: 50%;
    aspect-ratio: 1.3 / 1;
  }
  .imgWrap .product-img img{
    object-fit: cover;
  }
  .twoColumn{
    flex-direction: column;
  }
  .twoColumn .shop{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .twoColumn .shop .shop-info{
    display: flex;
    padding: 20px 10px;
    width: 100%;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
  }
  .twoColumn .shop .list_recommend{
    padding: 0 0;
  }
  .twoColumn .shop .shop-info .spColumn-left{
    width: 40%;
  }
  .twoColumn .shop .shop-info .spColumn-left .logo{
    width: 28%;
  }
  .twoColumn .shop .shop-info .spColumn-left .shop-name{
    font-size: 16px;
  }
  .twoColumn .shop .shop-info .spColumn-left .period{
    font-size: 13px;
    padding: 0;
    border: none;
  }
  .twoColumn .shop .shop-info .product-ex{
    width: calc((100% - 20px) - 40%);
  }
  .shop{
    display: flex;
    flex-wrap: wrap;
  }
  .left{
    background: #fffbf6;
  }
  .right{
    background: #ffe9e9; 
  }
  .shop-info-wrap{
    flex-direction: column;
  }
  .shop .shop-name-wrap{
    margin: auto;
    text-align: center;
  }
  .shop .shop-info{
    width: 50%;
  }
  .shop .shop-info .shop-tx{
    padding: 8px 0;
    text-align: center;
  }
  .shop .shop-info .place{
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
  }
  .shop .shop-info .place::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 16px;
    height: 22px;
    background: url("../img/ic_01.png");
    background-repeat: no-repeat;
    background-size: 16px 22px;
    transform: translateY(-50%);
  }
  .shop .shop-info .place span{
    font-size: 10px;
  }
  .shop .shop-info .product-img{
    aspect-ratio: 1.3 / 1;
  }
  .shop .shop-info .product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .itemArea{
    flex-direction: column;
    padding: 0 10px;
    gap: 20px;
  }
  .itemArea .list_recommend{
    width: 100%;
  }
  .twoColumn .shop .floor-button{
    width: 100%;
    margin: 10px auto 0;
  }
  .twoColumn .shop .floor-button a{
    padding: 7px 30px 6px 16px;
    font-size: 13px;
  }
  .twoColumn .shop .floor-button a::before{
    content: "";
    position: absolute;
    bottom: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateY(50%);
  }
}

.onebrand{
  max-width: 980px;
  margin: auto;
  padding: 20px 0;
}
.onebrand .shop-name-wrap{
  margin: 0 0 20px;
  text-align: center;
}
.onebrand .shop-name-wrap .place{
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
}
.onebrand .shop{
  padding: 22px 35px;
  background: #ffe9e9;
}
.onebrand .shop .shop_box{
  text-align: center;
  font-weight: bold;
}
.onebrand .shop .shop_box .logo{
  margin: auto;
  width: 18%;
}
.onebrand .shop .shop_box h2{
  margin-bottom: 7px;
  font-size: 31px;
}
.onebrand .shop .shop_box .period{
  display: inline-block;
  padding: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border-top: 2px solid #c8c6c4;
}
.onebrand .product-img img{
  vertical-align: bottom;
}
.onebrand .shop .product-img{
  margin: 12px auto 16px;
  width: 80%;
}



