@charset "UTF-8";
/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.pagetype-shopnews .main-area {
  background: url(../images/shopnews/bg-font.svg) no-repeat top right;
  background-size: 38px 341px;
}

@media screen and (min-width: 769px) {
  .pagetype-shopnews .main-area {
    background-size: 81px 727px;
    padding-top: 56px;
  }
}

.article-list {
  margin-bottom: 10px;
}

.btn-more {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .btn-more {
    margin-bottom: 60px;
  }
}

/* アーカイブ-------------------------------------------*/
.pagetype-shopnews-archive .shopinfo-box {
  flex-direction: row-reverse;
}

.pagetype-shopnews-archive .shopinfo-box .shop-logo {
  margin-right: 20px;
}

.pagetype-shopnews-archive .shopinfo-box .shop-txt {
  margin-right: 0;
}

.pagetype-shopnews-archive .shopinfo-box .btn-more {
  width: 90%;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}

.pagetype-shopnews-archive .shopinfo-box .btn-more a {
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .pagetype-shopnews-archive .shopdetail-box {
    display: flex;
    align-items: center;
    margin-bottom: 72px;
  }
  .pagetype-shopnews-archive .shopinfo-box {
    flex: 1;
  }
  .pagetype-shopnews-archive .shopinfo-box .shop-txt {
    margin-top: 10px;
  }
  .pagetype-shopnews-archive .shopinfo-box .shop-logo {
    width: 153px;
    margin-right: 30px;
  }
  .pagetype-shopnews-archive .shopinfo-box .shopname {
    margin-bottom: 0;
  }
  .pagetype-shopnews-archive .shopinfo-box .btn-more {
    width: 150px;
    margin-left: 0;
  }
}

/* 記事詳細-------------------------------------------*/
.category-box {
  text-align: center;
  margin-bottom: 10px;
  color: #C30013;
  padding: 0 30px;
}

.category-box .floor {
  font-size: 12px;
  padding: 1px 8px;
  border: 1px solid #C30013;
  display: inline-block;
  margin-bottom: 10px;
}

.category-box .category {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .category-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 37px;
  }
  .category-box .floor {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.shopinfo-box {
  display: flex;
  margin-bottom: 30px;
  padding: 0 18px;
}

.blog-shopinfo {
  background: #FFF4F6;
  margin: 0 12px 35px;
  padding: 25px 18px;
}

.blog-shopinfo .detail {
  padding: 15px 20px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}

.blog-shopinfo .detail a {
  color: #C30013;
  text-decoration: underline;
}

.blog-shopinfo .detail:first-of-type {
  border-top: 1px solid #DDDDDD;
}

.blog-shopinfo .detail dt {
  width: 38%;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .shopinfo-box {
    padding: 0;
  }
  .blog-shopinfo {
    margin: 0 auto 55px;
    padding: 39px 50px;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-shopinfo .detail-box {
    flex: 1;
    margin-top: 20px;
  }
  .blog-shopinfo .detail-list {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-shopinfo .detail-list .detail {
    width: calc(100% / 2 - 54px);
    margin-bottom: 18px;
    margin-right: 27px;
    font-size: 14px;
    padding: 0 20px 18px;
  }
  .blog-shopinfo .detail-list .detail:nth-child(2n) {
    margin-right: 0;
  }
  .blog-shopinfo .detail-list .detail:first-of-type {
    border-top: none;
  }
}

@media screen and (min-width: 769px) {
  .blog-archive {
    max-width: 1100px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=_map/shopnews.css.map */
