@charset "UTF-8";
.navbar {
  gap: 2rem;
}

.navbar-nav {
  gap: 2em;
}

.footer-map {
  margin-top: 2em;
}

.sub-title::before {
  content: none !important;
}

.nav-link {
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.menu-item:not(.menu-icon):hover {
  position: relative;
}
.menu-item:not(.menu-icon):hover::before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.5rem;
  height: 0.1em;
  background: var(--text-color);
  border-radius: 1px;
}

.link-shops, .link-magazines, .link-events {
  width: auto !important;
  height: auto !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}

.home__phase02--sentenc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home__phase02--icons {
  width: 6rem;
  gap: 1rem;
  margin-bottom: 0;
}
.home__phase02--icons.wp-block-columns {
  flex-wrap: nowrap !important;
}
.home__phase02--icons .wp-block-image {
  margin: 0;
}
.home__phase02--icons .wp-block-image img {
  width: 100%;
  height: 100%;
}
.home__phase02--list {
  gap: 2rem;
}
.home__phase02--list .wp-block-image {
  margin: 0;
  margin-bottom: 1.5rem;
}
.home__phase02--list .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn__03 {
  margin-top: 2rem;
  margin-left: auto;
  margin-bottom: 0;
  width: 10rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 1.5rem 0.5rem 0.5rem;
  /* 下線（ベースライン） */
  /* 右端の斜め矢印 */
}
.btn__03::after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #5c5c5c;
}
.btn__03::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 1.5rem;
  height: 0;
  border-top: 1px solid #5c5c5c;
  transform: translateY(-8px) rotate(45deg);
  transform-origin: right bottom;
}
.btn__03:hover {
  opacity: 0.85;
}
.btn__03:hover::before, .btn__03:hover::after {
  transition: width 0.3s;
  opacity: 0.85;
}
.btn__03:hover::after {
  width: 0;
}
.btn__03:hover::before {
  width: 0;
}
.btn__03 a:hover {
  text-decoration: none !important;
}

.site-main {
  margin-bottom: 1rem;
}
.site-main > article p::before {
  content: "";
  width: 70px;
}
.site-main > article a:after {
  display: none;
}

.section-tl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
  height: auto;
  width: auto;
}
.section-tl::after {
  content: "";
  padding-top: 1em;
  display: block;
  width: 40px;
  border-bottom: 1px solid #333;
}

.news-list-container {
  background: white;
}
.news-list-container .news-item .news-link {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  padding: 0;
}
.news-list-container .news-item .news-link:hover {
  opacity: 0.8;
}
.news-list-container .news-item .news-content {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.news-list-container .news-item .news-content .news-date {
  font-size: 14px;
  font-weight: normal;
  color: var(--text-color);
  margin-right: 1rem;
  flex-shrink: 0;
}
.news-list-container .news-item .news-content .news-category {
  background: #f5f5f5;
  color: #666;
  padding: 0.2rem 0.8rem;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 1rem;
  flex-shrink: 0;
}
.news-list-container .news-item .news-content .news-title {
  font-size: 14px;
  font-weight: normal;
  color: var(--text-color);
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.news-list-container .news-separator {
  border-bottom: 1px dotted #ddd;
  margin: 0;
}
.news-list-container .news-more {
  text-align: right;
  padding-top: 2rem;
}
.news-list-container .news-more .site-main > article a:after {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #menu-globalmenu {
    padding: 0 1rem;
  }
  .navbar-nav {
    gap: 1.3em;
  }
  .more-link {
    font-size: 0.8em;
  }
  .navbar-nav {
    gap: 0;
  }
  .footer-menu .nav-link {
    padding: 0 2rem !important;
  }
}/*# sourceMappingURL=home.css.map */