@charset "UTF-8";
/* CSS Document */
#main {
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #main {
    padding-bottom: 135px;
  }
}
#main.archive {
  padding-bottom: 0;
}

.article-list {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .article-list {
    margin-bottom: 45px;
  }
}
.shopinfo-box {
  background: #DEDAD1;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .shopinfo-box {
    padding: 64px 0;
  }
}
.shopinfo-box .box-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: 1000px !important;
}
@media (min-width: 769px) {
  .shopinfo-box .box-inner {
    gap: 27px;
  }
}
.shopinfo-box .img-box {
  width: 120px;
  height: 120px;
  border: 1px solid #CCC6B9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .shopinfo-box .img-box {
    width: 240px;
    height: 240px;
  }
}
.shopinfo-box .img-box img {
  width: 95px;
  height: 95px;
}
@media (min-width: 769px) {
  .shopinfo-box .img-box img {
    width: 175px;
    height: 175px;
  }
}
.shopinfo-box .txt-box {
  flex: 1;
}
.shopinfo-box .txt-box .floor {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #866d3e;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .shopinfo-box .txt-box .floor {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.shopinfo-box .txt-box .shopcategory {
  font-size: 10px;
  margin-bottom: 4px;
}
@media (min-width: 769px) {
  .shopinfo-box .txt-box .shopcategory {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.shopinfo-box .txt-box .shopname {
  color: #866d3e;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .shopinfo-box .txt-box .shopname {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .detail-box {
    padding-bottom: 60px !important;
  }
}
.detail-box .box-inner {
  max-width: 810px;
}
.detail-box .wysiwyg {
  padding: 48px 0 32px;
  border-bottom: 1px solid #EFE8DC;
  margin-bottom: 20px;
}
.detail-box .sns-box .sns-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.detail-box .sns-box .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.detail-inner {
  padding-top: 48px;
}
@media (min-width: 769px) {
  .detail-inner {
    padding-top: 60px;
  }
}

.blog-date {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .blog-date {
    font-size: 14px;
  }
}

.blog-ttl {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFE8DC;
}
@media (min-width: 769px) {
  .blog-ttl {
    font-size: 20px;
  }
}

.archive-ttl .archive-date-ttl {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
@media (max-width: 768px) {
  .archive-ttl .archive-select .selector {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .archive-ttl .archive-select .selector {
    width: 240px;
  }
}
.recent-box {
  background: #f7f5f2;
  padding: 40px 0 80px;
}
@media (min-width: 769px) {
  .recent-box {
    padding: 60px 0 140px;
  }
}
.recent-box .recent-ttl {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .recent-box .recent-ttl {
    margin-bottom: 29px;
  }
}
.recent-box .recent-ttl .txt-en {
  font-size: 32px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  display: block;
}
@media (min-width: 769px) {
  .recent-box .recent-ttl .txt-en {
    font-size: 40px;
  }
}
.recent-box .recent-ttl .txt-jp {
  font-size: 12px;
  font-weight: 500;
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 769px) {
  .recent-box .recent-ttl .txt-jp {
    font-size: 14px;
    margin-top: -5px;
  }
}
@media (min-width: 769px) {
  .recent-box .article-list {
    margin-bottom: 15px;
  }
}
.recent-box .article-list .article {
  background: transparent;
}
.recent-box .archive-mds {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .recent-box .archive-mds {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .recent-box .archive-select .selector {
    margin: 0 auto;
    width: 300px;
  }
}

.archive-select .selector {
  position: relative;
  overflow: hidden;
  width: 275px;
  height: 48px;
  background: #fff;
  border: 1px solid #CCC6B9;
  margin: 0 auto;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .archive-select .selector {
    width: 240px;
    margin: 0;
  }
}
.archive-select .selector::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border-top: 1px solid #866D3E;
  border-right: 1px solid #866D3E;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
  z-index: 1;
}
.archive-select .selector select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #3C3C3C;
  z-index: 1;
  position: relative;
  font-size: 14px;
  text-align-last: center;
  text-align: center;
}
@media (min-width: 769px) {
  .archive-select .selector select {
    padding: 8px 10px;
  }
}

.archive-area {
  background: #f7f5f2;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  .archive-area {
    padding-top: 64px;
    padding-bottom: 140px;
  }
}
.archive-area .archive-ttl {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .archive-area .archive-ttl {
    margin-bottom: 75px;
  }
}
.archive-area .archive-ttl .archive-date-ttl {
  font-size: 32px;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #866d3e;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .archive-area .archive-ttl .archive-date-ttl {
    font-size: 48px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }
}
@media (min-width: 769px) {
  .archive-area .archive-ttl .archive-select {
    margin-left: auto;
    width: fit-content;
  }
}
.archive-area .article-list .article {
  background: transparent;
}

.btn-back {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .btn-back {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .btn-back a {
    font-size: 14px;
  }
}
.btn-back a::before {
  right: auto;
  left: -30px;
}
/*# sourceMappingURL=_map/shopblog.css.map */
