@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
/** ==========================================================================
*
* 店舗一覧
*
========================================================================== **/
.l-shop-single__inner {
  gap: 0 !important;
}
@media print, screen and (max-width: 600px) {
  .l-shop-single__inner {
    padding: 2.4rem !important;
  }
}

.l-shop-single__title {
  text-align: center;
  margin-bottom: 15px;
}

.l-shop-card__terms {
  justify-content: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 743px) {
  .l-shop-card__terms {
    margin-bottom: 5vw;
  }
}

.l-shop-single__content {
  border-top: none !important;
}
@media print, screen and (max-width: 743px) {
  .l-shop-single__content .l-map {
    margin-top: 4vw;
  }
}

.l-shop-single__media {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 743px) {
  .l-shop-single__media {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.single-shoplist .p-entry__content.c-postContent {
  margin-bottom: 0 !important;
}

.single-shoplist .wp-block-columns.waku {
  border: 1px solid #D8D0CD;
  padding: 40px;
}
@media print, screen and (max-width: 743px) {
  .single-shoplist .wp-block-columns.waku {
    padding: 4vw;
  }
}

.l-shop-category-tabs__parent.is-current {
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  text-align: center;
  border-color: #F0B227;
  color: #fff;
  background: #F0B227;
}

.l-shop-category-tabs__group {
  grid-template-columns: 9em minmax(0, 1fr);
}
.l-shop-category-tabs__group:has(.l-shop-category-tabs__parent.is-current) {
  grid-template-columns: 9.8em minmax(0, 1fr);
}
@media print, screen and (max-width: 743px) {
  .l-shop-category-tabs__group:has(.l-shop-category-tabs__parent.is-current) {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 743px) {
  .l-shop-category-tabs__group {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (max-width: 743px) {
  .l-shop-area-tabs__item {
    background: #FFF;
  }
}

/** ==========================================================================
*
* メニュー
*
========================================================================== **/
@media print, screen and (min-width: 744px) {
  .post-type-archive-menu .l-menu-archive-nav__inner {
    gap: 0;
  }
  .post-type-archive-menu .menu_st {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .post-type-archive-menu .menu_st h3 {
    width: 15%;
  }
  .post-type-archive-menu .menu_st .menu_stit.last {
    margin-top: 0;
  }
  .post-type-archive-menu .menu_st nav {
    width: 83%;
  }
  .post-type-archive-menu .menu_st .l-menu-category-tabs.l-menu-category-tabs--product {
    justify-content: flex-start;
  }
  .post-type-archive-menu .menu_st .l-menu-category-tabs.l-menu-category-tabs--joken {
    justify-content: flex-start;
  }
  .post-type-archive-menu .menu_st.last {
    border-top: 1px solid #A28375;
  }
}
@media print, screen and (max-width: 743px) {
  .post-type-archive-menu h3 {
    margin-bottom: 1rem;
  }
}

/** ==========================================================================
*
* 新着
*
========================================================================== **/
@media print, screen and (max-width: 743px) {
  .single-news .p-entry__head .c-pageTitle__main {
    text-align: center;
  }
}

/*# sourceMappingURL=style03.css.map */
