/*リニューアルサイト準備中
=======================================================*/
.renewal-ttl{
  font-family: "futura L";
  font-size: 50px;
  line-height: 1.3;
}
.renewal-txt{
  margin: 0 0 30px;
}

@media screen and (max-width: 768px){
}

/*TOPICS
=======================================================*/
.topics-wrap{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.topics-box{
  display: flex;
  justify-content: space-between;
  width: calc(50% - 20px);
}
.topics-thumb{
  width: 250px;
  height: 200px;
  margin-right: 20px;
}
.topics-thumb img{
  display: block;
  max-width: 250px;
  width: 250px;
  height: 200px;
  object-fit: cover;
}
.topics-txt{
  border-top:1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(100% - 250px);
  padding: 20px 10px 0;
}
.topics-box:nth-child(n+3) .topics-txt{
  border-top:unset;
}
.topics-txt .topics-date{
  display: block;
  color: #C1BDBD;
}
.topics-txt .topics-ttl{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 1000px){
  .topics-thumb{
    width: 200px;
  }
  .topics-thumb img{
    max-width: 200px;
    width: 200px;
    height: 200px;
  }
  .topics-txt{
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px){
  .topics-box{
    width: 100%;
  }
  .topics-thumb{
    width: 150px;
    height: 150px;
  }
  .topics-thumb img{
    max-width: 150px;
    width: 150px;
    height: 150px;
  }
  .topics-txt{
    width: calc(100% - 150px);
  }
  .topics-txt .topics-ttl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 10px;
  }
  .topics-box:nth-child(n+2) .topics-txt{
    border-top: unset;
  }
}

/*ONLINE STORE
=======================================================*/
.store{
  background: #F8F8F8;
}
.store-wrap{
  display: flex;
  position: relative;
}
.store-wrap-box{
  width: 50%;
}
.store-wrap-box-detail{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.store-wrap-box-txt{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 2;
}
.store-wrap-img{
  width: 50%;
}
.store-wrap-img img{
  display: block;
  object-fit: contain;
}
.store-deco{
  position: absolute;
  bottom: 0;
  height: 110px;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .store-wrap{
    flex-wrap: wrap;
  }
  .store-wrap-box{
    width: 100%;
  }
  .store-wrap-box-txt{
    font-size: 14px;
    margin: 30px 0;
  }
  .store-wrap-img{
    width: 100%;
    margin-top: 30px;
  }
}

/*WHOLE SALE
=======================================================*/
.sale-wrap{
  display: flex;
  position: relative;
}
.sale-wrap-box{
  order: 2;
  width: 50%;
}
.sale-wrap-box-detail{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.sale-wrap-box-txt{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 2;
}
.sale-wrap-img{
  width: 50%;
}
.sale-wrap-img img{
  display: block;
  object-fit: contain;
}
.sale-deco{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 110px;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .sale-wrap{
    flex-wrap: wrap;
  }
  .sale-wrap-box{
    width: 100%;
  }
  .sale-wrap-box-txt{
    font-size: 14px;
    margin: 30px 0;
  }
  .sale-wrap-img{
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .sale-wrap-box-detail{
    order: 1;
  }
  .sale-wrap-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}

/*SEMINAR
=======================================================*/
.seminar{
  background: #F8F8F8;
}
.seminar-wrap{
  display: flex;
  position: relative;
}
.seminar-wrap-box{
  width: 50%;
}
.seminar-wrap-box-detail{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
.seminar-wrap-box-txt{
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 2;
}
.seminar-wrap-box-txt-ttl{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.seminar-wrap-img{
  width: 50%;
}
.seminar-wrap-img img{
  display: block;
  object-fit: contain;
}
.seminar-deco{
  position: absolute;
  bottom: 0;
  height: 110px;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .seminar-wrap{
    flex-wrap: wrap;
  }
  .seminar-wrap-box{
    width: 100%;
  }
  .seminar-wrap-box-txt{
    font-size: 14px;
    margin: 30px 0;
  }
  .seminar-wrap-img{
    width: 100%;
    margin-top: 30px;
  }
}

/*SHOP INFOMATION
=======================================================*/
.shop-wrap{
  margin-top: 50px;
}
.shop-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shop-box:last-child{
  margin-bottom: 0;
}
.shop-box-img{
  width: 50%;
}
.shop-box-img img{
  display: block;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.shop-box-detail{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.shop-box-detail h3{
  display: flex;
  align-items: center;
}
.shop-box-detail h3::after{
  content: "";
  height: 1px;
  background: #000;
  flex-grow: 1;
  margin-left: 20px;
}
.shop-box-detail-txt{
  font-size: 15px;
  line-height: 2.5;
}
.shop-box-detail-txt-icon{
  display: flex;
  align-items: center;
}
.shop-box-detail-txt-icon::before{
  content: "";
  color: #FFDB92;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px;
  line-height: 1;
}
.shop-box-detail-txt-add::before{
  content: "\f3c5";
  font-size: 20px;
}
.shop-box-detail-txt-time::before{
  content: "\f017";
}
.shop-box-detail-txt-tel::before{
  content: "\f095";
}

@media screen and (max-width: 768px){
  .shop-box{
    flex-wrap: wrap;
  }
  .shop-box-img{
    width: 100%;
  }
  .shop-box-img img{
    height: 200px;
  }
  .shop-box-detail{
    width: 100%;
  }
  .shop-box-detail h3{
    margin: 10px 0;
  }
}