@charset "UTF-8";
/* CSS Document */
/* =========================================
   Wajima Asaichi (Static) - Bootstrap-based
   - container-fluid to edge, with custom side padding (max 36px)
   - nav & decorative food icons are intentionally omitted
   ========================================= */
:root {
  --orange: #fa6218;
  --orange-weak: rgba(242, 106, 46, 0.18);
  --ink: #1f2937;
  --muted: #6b7280;
  --bg-band: #dfdfdf;
  --bg: #ffffff;
  --radius-lg: 18px;
  --radius-md: 14px;
  /* Requirement: page edge padding & gutter ~36px */
  --page-pad: clamp(16px, 4vw, 36px);
  --gutter: clamp(16px, 4vw, 36px);
  --shadow-soft: 0 10px 24px rgba(17, 24, 39, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* container-fluid should feel full width, but with consistent side padding */
.container-fluid {
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

/* --- Header (nav is omitted; keep only brand area) --- */
.header {
  padding: 18px 0 6px;
  background: transparent;
}

.header .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header .brand__logo {
  width: 44px;
  height: 44px;
}

.header .brand__name {
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--orange);
  font-size: 14px;
}

/* headerの背景装飾レイヤー */
.wj-header-with-decor {
  position: relative;
  background: #fff;
  overflow: visible;
}

.wj-decor {
  position: absolute;
  inset: 0;
  height: clamp(108px, 22vw, 430px);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.nav_wrapper {
  z-index: 100;
  position: fixed;
  width: 100%;
  padding: 0 70px 0 20px;
}

.wj-decor__item {
  position: absolute;
  width: clamp(26px, 4.5vw, 72px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(17, 24, 39, 0.1));
  will-change: transform;
}

.wj-decor__item:nth-child(1) {
  width: clamp(24px, 5vw, 96px);
}

.wj-decor__item:nth-child(2) {
  width: clamp(25px, 5.1vw, 98px);
}

.wj-decor__item:nth-child(3) {
  width: clamp(72px, 14.95vw, 287px);
}

.wj-decor__item:nth-child(4) {
  width: clamp(46px, 9.48vw, 182px);
}

.wj-decor__item:nth-child(5) {
  width: clamp(40px, 8.23vw, 158px);
}

.wj-decor__item:nth-child(6) {
  width: clamp(34px, 7.08vw, 136px);
}

.wj-decor__item:nth-child(7) {
  width: clamp(6px, 1.5vw, 35px);
}

.wj-decor__item:nth-child(8) {
  width: clamp(47px, 9.74vw, 187px);
}

.wj-decor__item:nth-child(9) {
  width: clamp(22px, 4.48vw, 86px);
}

.wj-decor__item:nth-child(10) {
  width: clamp(38px, 7.81vw, 150px);
}

.wj-decor__item:nth-child(11) {
  width: clamp(38px, 7.76vw, 149px);
}

.wj-decor__item:nth-child(12) {
  width: clamp(12px, 2.4vw, 46px);
}

.wj-decor__item:nth-child(13) {
  width: clamp(52px, 10.89vw, 209px);
}

.wj-decor__item:nth-child(14) {
  width: clamp(37px, 7.6vw, 146px);
}

.wj-decor__item:nth-child(15) {
  width: clamp(46px, 9.58vw, 184px);
}

.wj-decor__item:nth-child(16) {
  width: clamp(40px, 8.28vw, 159px);
}

.wj-decor__item:nth-child(17) {
  width: clamp(33px, 6.72vw, 129px);
}

.wj-decor__item:nth-child(18) {
  width: clamp(10px, 1.93vw, 37px);
}

.wj-decor__item:nth-child(19) {
  width: clamp(12px, 2.4vw, 46px);
}

.wj-decor__item:nth-child(20) {
  width: clamp(62px, 12.76vw, 245px);
}

.wj-decor__item:nth-child(21) {
  width: clamp(55px, 11.3vw, 217px);
}

.wj-decor__item:nth-child(22) {
  width: clamp(61px, 12.71vw, 244px);
}

/* 上段 */
.wj-decor__item:nth-child(1) {
  left: 1%;
  top: 3%;
}

.wj-decor__item:nth-child(2) {
  left: 2%;
  top: 25%;
}

.wj-decor__item:nth-child(3) {
  left: -5%;
  top: 40%;
}

.wj-decor__item:nth-child(4) {
  left: 7%;
  top: 3%;
}

.wj-decor__item:nth-child(5) {
  left: 8%;
  top: 27%;
}

.wj-decor__item:nth-child(6) {
  left: 17%;
  top: 3%;
}

.wj-decor__item:nth-child(7) {
  left: 18%;
  top: 26%;
}

.wj-decor__item:nth-child(8) {
  left: 24%;
  top: 3%;
}

.wj-decor__item:nth-child(9) {
  left: 21%;
  top: 24%;
}

.wj-decor__item:nth-child(10) {
  left: 33%;
  top: 3%;
}

.wj-decor__item:nth-child(11) {
  left: 38%;
  top: 16%;
}

/* 下段 */
.wj-decor__item:nth-child(12) {
  left: 42%;
  top: 5%;
}

.wj-decor__item:nth-child(13) {
  left: 44%;
  top: 3%;
}

.wj-decor__item:nth-child(14) {
  left: 54%;
  top: 22%;
}

.wj-decor__item:nth-child(15) {
  left: 59%;
  top: 2%;
}

.wj-decor__item:nth-child(16) {
  left: 68%;
  top: 23%;
}

.wj-decor__item:nth-child(17) {
  left: 74%;
  top: 10%;
}

.wj-decor__item:nth-child(18) {
  left: 77%;
  top: 35%;
}

.wj-decor__item:nth-child(19) {
  left: 80%;
  top: 40%;
}

.wj-decor__item:nth-child(20) {
  left: 80%;
  top: 18%;
}

.wj-decor__item:nth-child(21) {
  left: 91%;
  top: 2%;
}

.wj-decor__item:nth-child(22) {
  left: 92%;
  top: 40%;
}

@media (max-width: 575.98px) {
  .wj-decor {
    height: 120px;
  }
  .wj-decor__item {
    width: clamp(22px, 8vw, 54px);
    opacity: 0.95;
  }
}
/* --- Top copy --- */
.hero-top {
  padding: 16px 0 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 73vh;
  justify-content: center;
  align-items: center;
}

.hero-top .org {
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.06em;
}
.hero-top .org img {
  max-width: 300px;
}

.hero-top .headline {
  margin: 0;
  font-weight: 800;
  color: var(--orange);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: clamp(24px, 3vw, 46px);
}

.hero-top .news-card {
  margin-top: 100px;
  border: 1px solid var(--orange-weak);
  border-radius: 12px;
  padding: 24px 14px 12px;
  color: var(--orange);
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: relative;
  min-width: 14em;
  max-width: 16em;
}

.hero-top .news-card__label {
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: -20px;
  left: 0px;
  background-color: #fff;
  padding: 10px 15px;
}

.hero-top .news-card__date {
  display: block;
  font-size: 12px;
  opacity: 0.95;
  font-family: "Amiri", serif;
}

.hero-top .news-card__link {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

/* Header menu only */
.wj-navbar {
  /* SPトグル：右寄せは navbar 側でOK。ボタン見た目を指定 */
  /* Bootstrapのデフォルトアイコンを無効化 */
  /* 白バー3本 */
}

.wj-navbar .container-fluid.wj {
  /* 既存の --page-pad を使う想定 */
  padding-left: var(--page-pad);
  padding-right: var(--page-pad);
}

.wj-navbar .wj-navbar__toggler {
  padding: 0.35rem 0.6rem;
}

.wj-navbar .wj-navbar__toggler {
  background: var(--orange);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 10px 12px;
  line-height: 1;
}

.wj-navbar .wj-navbar__toggler .navbar-toggler-icon {
  display: none;
}

.wj-navbar .wj-burger {
  display: grid;
  gap: 5px;
}

.wj-navbar .wj-burger > span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

/* PC：横並び、オレンジ文字、先頭に・ */
.wj-nav {
  gap: 22px; /* PCでの“列感”を作る */
  /* お問い合わせボタン */
}

.wj-nav__item {
  position: relative;
}

.wj-nav__link {
  color: var(--orange) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 14px;
}

.wj-nav__item--cta {
  margin-left: 8px;
}

.wj-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 36px;
  border-radius: 999px;
  border: 1px solid rgba(242, 106, 46, 0.65);
  color: var(--orange);
  font-weight: 500;
  letter-spacing: 0.04em;
  background: #fff;
}

.wj-nav__cta:hover {
  background: rgba(242, 106, 46, 0.06);
}

/* ナビ文字：白フチ（アウトライン） */
.wj-nav__label {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--orange); /* 中の文字色 */
  /* 白い縁取り */
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

/* Dropdown menu */
.wj-dropdown {
  min-width: 220px;
  border: none;
}

.wj-dropdown__item {
  font-weight: 500;
  color: var(--orange);
  padding: 8px 12px;
  font-size: 16px;
  /* 先頭の ">" をCSSで付与 */
}

.wj-dropdown__item::before {
  content: ">";
  margin-right: 8px;
  opacity: 0.9;
  color: var(--orange);
}

.wj-dropdown__item:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .wj-nav__link.dropdown-toggle::after {
    display: none !important;
  }
  /* SP：ドロップダウンを“常に開いた状態”で見せる */
  .wj-dropdown {
    display: block !important;
    position: static !important; /* 浮かせない */
    transform: none !important;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 6px 0 10px;
    background: transparent;
  }
  /* SP：親項目のクリックで開閉する必要がないので見た目をリンクっぽく */
  .wj-nav__item.dropdown > .wj-nav__link {
    pointer-events: none; /* 親は押せない（必要なら外してOK） */
  }
  /* 子メニューの見た目を少しインデント */
  .wj-dropdown__item {
    padding-left: 18px;
  }
}
/* SP：ハンバーガー展開時は縦並びにし、余白を調整 */
@media (max-width: 991.98px) {
  .wj-nav {
    gap: 10px;
    padding-top: 10px;
  }
  .wj-nav__link {
    padding: 10px 0 10px 18px; /* タップしやすく */
  }
  .wj-nav__item--cta {
    margin-left: 0;
    padding-top: 6px;
  }
  .wj-nav__cta {
    width: 100%;
  }
}
/* --- Band area --- */
.band {
  background: linear-gradient(transparent 130px, #ffeae2 100px);
  padding: 36px 0;
}

.feature {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.feature--contents {
  padding: 36px 0;
}

@media (max-width: 768px) {
  .feature--contents {
    padding: 18px 0;
  }
}
.feature__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/7;
}

.feature__title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 1.4vw, 32px);
}

.feature--hero .feature__img {
  aspect-ratio: 16/7;
}

.feature__btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #fff;
  color: #000;
  padding: 10px 22px;
  border-radius: 9999px; /* しっかり角丸 */
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

/* > の装飾 */
.feature__btn .arrow {
  font-size: 16px;
  line-height: 1;
  transform: translateY(1px);
  margin-top: -4px;
}

/* hover時 */
.feature:hover .feature__btn {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Use bootstrap gutters, but align overall rhythm with 36px rule */
.row {
  --bs-gutter-x: var(--gutter);
  --bs-gutter-y: var(--gutter);
}

.banner-stack .feature {
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .banner-stack .feature {
    margin-bottom: 18px;
  }
}
.banner-stack .feature__img {
  aspect-ratio: 21/6;
}

.banner-stack .feature__title {
  left: auto;
  left: 16px;
}

.cta-box {
  border-radius: var(--radius-md);
  padding: 26px 18px;
  text-align: center;
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 0.08em;
  background-color: #fff;
}

.cta-box:hover {
  background: rgba(255, 255, 255, 0.35);
}

.footer {
  padding: 100px 0 40px;
  border-top: 1px solid rgba(242, 106, 46, 0.12);
}

.footer .footer-common h3 {
  color: var(--orange);
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.5;
}

.footer .footer-common p {
  font-size: clamp(14px, 0.8vw, 16px);
}

.footer .footer-common__card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 240px;
  padding: 40px 40px 20px;
  border: 1px solid var(--orange);
  border-radius: 10px;
}

.footer .footer-common__card-end {
  min-height: 355px;
}

.footer .footer-common__card-contact {
  min-height: 60px;
  padding: 20px 40px;
}

.footer .footer-common__card-contact a {
  color: var(--orange);
  font-size: clamp(14px, 1.25vw, 24px);
  font-weight: 500;
  text-align: center;
}

.footer .footer-brand__logo {
  width: 160px;
  margin-right: 20px;
}

.footer .footer-brand__name {
  color: var(--orange);
  font-size: 18px;
}

.footer a:hover {
  opacity: 0.8;
}

.footer .footer-list {
  color: var(--orange);
  font-size: 18px;
}

.footer .footer-list h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer .footer-list ul {
  padding-left: 0;
}

.footer .footer-list ul li {
  list-style: none;
  line-height: 2;
}

.footer .footer-list ul li a {
  font-size: 16px;
  font-weight: 500;
}

.footer .footer-list__last {
  color: var(--orange);
}

.footer .footer-list__last ul {
  padding-left: 0;
}

.footer .footer-list__last ul li {
  list-style: none;
  margin-bottom: 24px;
  font-weight: 500;
}

.footer .footer-list__last ul li a {
  font-size: 18px;
  display: flex;
}

.footer .footer-list__last ul li a img {
  width: 41px;
  height: 24px;
  padding-left: 20px;
  padding-top: 5px;
}

.footer small {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .hero-top .news-card {
    margin-top: 14px;
    max-width: 100%;
  }
  .footer .footer-common__card {
    min-height: 100px;
    padding: 20px 20px 10px;
  }
  .footer .footer-common__card-end {
    min-height: 180px;
  }
  .footer .footer-common__card-contact {
    min-height: auto;
    padding: 10px 20px 10px;
  }
  .navbar-collapse {
    margin-top: 18px;
    padding: 20px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(17, 24, 39, 0.2);
  }
  .nav_wrapper {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1400px) {
  .footer {
    padding: 100px 0 40px;
    border-top: 1px solid rgba(242, 106, 46, 0.12);
  }
  .footer .footer-brand__logo {
    width: 140px;
    margin: 0 auto 36px;
    padding: 0 20px;
  }
  .footer .footer-brand__name {
    color: var(--orange);
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 36px;
    padding: 0 20px;
  }
  .footer .footer-list {
    font-size: 14px;
  }
  .footer .footer-list h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-list ul {
    padding-left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-list ul li {
    list-style: none;
    line-height: 2;
  }
  .footer .footer-list ul li a {
    font-size: 12px;
    font-weight: 500;
  }
  .footer .footer-list__last {
    color: var(--orange);
  }
  .footer .footer-list__last ul {
    padding-left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-list__last ul li {
    list-style: none;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .footer .footer-list__last ul li a {
    font-size: 14px;
    display: flex;
  }
  .footer .footer-list__last ul li a img {
    width: 36px;
    height: 20px;
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-top {
    flex-direction: column;
  }
  .footer .footer-links {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sp__background {
  background-color: #ffffff;
  height: 85px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.fixed__logo {
  position: fixed;
  left: 36px;
  top: 30px;
  z-index: 2;
}

.page__main {
  margin: 150px 0;
}
.page__main img {
  width: 100%;
  height: auto;
}

.page__main section {
  margin-bottom: 36px;
}

.page__main h2,
.page__main h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  margin-bottom: 2rem;
  color: var(--orange);
  text-align: center;
}

.page__main .spacer {
  height: 36px;
}

.page__main .spacer-m {
  height: 72px;
}

.page__main p {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.page__main a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.page__main .btn {
  border: 1px solid var(--orange);
  color: var(--orange);
  text-decoration: none;
}

.page__main a:hover {
  opacity: 0.8;
}

.page__main ul,
.page__main ol {
  font-size: clamp(16px, 1.1vw, 20px);
  margin-bottom: 2rem;
}

.page__main table {
  font-size: clamp(16px, 1.1vw, 20px);
  border-top: 1px solid #cccccc;
  margin-bottom: 2rem;
}
.page__main table thead {
  font-size: clamp(14px, 0.8vw, 16px);
  border: 1px solid #cccccc;
}
.page__main table th {
  border: 1px solid #cccccc;
}
.page__main table td {
  font-size: clamp(14px, 0.8vw, 16px);
  border: 1px solid #cccccc;
}

.page__main table.table {
  font-size: clamp(16px, 1.1vw, 20px);
  border-top: 1px solid #cccccc;
  margin-bottom: 2rem;
}

.category__card:hover {
  opacity: 0.8;
}

.category__name {
  font-weight: 500;
}

.category__name a {
  text-decoration: none;
  color: #000000;
}

.category__title h2,
.category__title h3 {
  text-align: center;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg:#ffffff;
}

.mw_wp_form {
  color: rgba(0, 0, 0, 0.82);
  line-height: 1.7;
}
.mw_wp_form p {
  margin: 0 0 10px;
}
.mw_wp_form p:has(+ p input),
.mw_wp_form p:has(+ p textarea),
.mw_wp_form p:has(+ p .mwform-radio-field),
.mw_wp_form p:has(+ p .mwform-tel-field) {
  margin-top: 18px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.78);
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=tel],
.mw_wp_form textarea,
.mw_wp_form select {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 14px;
  font-size: 16px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  outline: none;
}
.mw_wp_form input[type=text]:focus,
.mw_wp_form input[type=email]:focus,
.mw_wp_form input[type=tel]:focus,
.mw_wp_form textarea:focus,
.mw_wp_form select:focus {
  border-color: rgba(13, 110, 253, 0.45);
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.18);
  background: #fff;
}
.mw_wp_form input[type=text]::-moz-placeholder, .mw_wp_form input[type=email]::-moz-placeholder, .mw_wp_form input[type=tel]::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder, .mw_wp_form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form textarea::placeholder,
.mw_wp_form select::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.mw_wp_form textarea {
  min-height: 140px;
  resize: vertical;
}
.mw_wp_form .mwform-radio-field.horizontal-item {
  display: inline-flex;
  align-items: center;
  margin-right: 14px;
  margin-bottom: 8px;
}
.mw_wp_form .mwform-radio-field label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--orange);
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.mw_wp_form .mwform-radio-field label:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.mw_wp_form .mwform-radio-field input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
  margin: 0;
}
.mw_wp_form .mwform-radio-field-text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
}
.mw_wp_form .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mw_wp_form .mwform-tel-field input[type=text] {
  width: auto;
  flex: 1 1 110px;
  min-width: 90px;
  text-align: center;
  letter-spacing: 0.03em;
}
.mw_wp_form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: var(--orange);
  color: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.mw_wp_form input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  background: rgba(0, 0, 0, 0.92);
}
.mw_wp_form input[type=submit]:active {
  transform: translateY(0);
  box-shadow: none;
}
.mw_wp_form input[type=submit]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.22);
}
@media (max-width: 576px) {
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=email],
  .mw_wp_form textarea {
    font-size: 16px;
  }
  .mw_wp_form .mwform-radio-field label {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
  }
  .mw_wp_form input[type=submit] {
    width: 100%;
  }
}

/* CSS Document */
/* CSS Document */
#page_content {
  background-color: #fff9ef;
  padding: 50px 0 100px;
}

#page section {
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  #page section {
    padding: 100px 20px;
  }
}
#page hgroup {
  height: auto;
  padding-bottom: 20px;
  border-left: 6px solid #ff8800;
  text-indent: 20px;
  margin-bottom: 40px;
  padding-top: 5px;
}
#page hgroup * {
  line-height: 1rem;
  margin-bottom: 0.7em;
  color: #ff8800;
  font-weight: bold;
}
#page h1 {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  color: #ff8800;
  text-align: center;
  background-image: url(../images/item_nami-s.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 60px;
  background-size: 300px;
  margin-bottom: 50px;
}
#page h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ff8800;
  text-align: center;
}
#page h3 {
  font-size: 36px;
  font-weight: 500;
  color: #ff8800;
  text-align: center;
}
#page p {
  font-size: 20px;
}
#page strong {
  font-weight: 500;
  color: #ff8800;
  text-align: center;
}
#page .btn a {
  height: 68px;
  max-width: 420px;
  min-width: 356px;
  width: 100%;
  border: 3px solid #ff9d00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  text-decoration: none;
  color: #ff9d00;
  font-weight: bold;
  margin: 0 auto 12px;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.6s;
}
#page .btn a::after {
  display: block;
  content: " ";
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url(../images/arrow.png);
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
}
#page .btn a:hover {
  background-color: #ff9d00;
  color: #ffffff;
}
#page .btn a:hover::after {
  background-image: url(../images/arrow2.png);
}
#page .attention {
  background-color: #fff2de;
  padding: 48px;
}
#page .attention h1::after,
#page .attention h2::after {
  height: 14px;
  margin-bottom: 20px;
  content: "";
  display: block;
  background-image: url(../images/attention_titleline.png);
  background-repeat: no-repeat;
}
#page img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-bottom: 30px;
}
#page table {
  border: 2px solid #707070;
  width: 100%;
}
#page table tbody tr td {
  border: 1px solid #aaaaaa;
  padding: 15px 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page table tbody tr td {
    padding: 15px;
  }
}
#page table tbody tr td img {
  margin-bottom: 0;
}
#page table tbody tr:nth-child(odd) {
  background-color: #ffe5be;
}
#page table tbody tr:first-child {
  background-color: #ffdca7;
}
#page .line-solid {
  border-bottom: 2px solid #ff8800;
  height: 2px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}
#page .line-dot {
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(to right, #ff8800, #ff8800 4px, transparent 4px, transparent 9px); /* 点線を設定 */
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  #page h1 {
    font-size: 30px;
  }
  #page h2 {
    font-size: 36px;
  }
  #page h3 {
    font-size: 24px;
  }
  #page p {
    font-size: 16px;
  }
  #page .btn a {
    min-width: 280px;
    max-width: 100%;
  }
  #page .attention {
    padding: 24px;
  }
}

/* CSS Document */
/* CSS Document */
main {
  position: relative;
}

.d-line {
  background-image: url(../images/menu-back-top.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  margin-top: -60px;
  height: 70px;
}

.d-line2 {
  background-image: url(../images/d-line2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 3.2258064516vw;
}
@media screen and (max-width: 1470px) {
  .d-line2 {
    display: none;
  }
}

.d-line3 {
  display: none;
}
@media screen and (max-width: 1470px) {
  .d-line3 {
    display: block;
    background-image: url(../images/d-line3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    height: 10vw;
  }
}

.tama1 {
  position: relative;
  width: 100%;
}
.tama1 img {
  position: absolute;
  top: -130px;
  right: 30px;
  z-index: 80;
  max-width: 360px;
}
.tama1 .tama1-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tama1 .tama1-pc {
    display: none;
  }
  .tama1 .tama1-sp {
    display: inline;
  }
  .tama1 img {
    max-width: 200px;
    top: -60px;
    right: 0px;
  }
}

.tama2 {
  position: relative;
  width: 100%;
}
.tama2 img {
  max-width: 525px;
  position: absolute;
  z-index: 80;
  right: 250px;
  top: -130px;
}
@media screen and (max-width: 1200px) {
  .tama2 img {
    max-width: 365px;
    right: 120px;
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .tama2 img {
    max-width: 315px;
    left: calc(50% - 182px);
    top: -100px;
  }
}

.tama3 {
  position: relative;
  width: 100%;
}
.tama3 img {
  max-width: 525px;
  position: absolute;
  z-index: 80;
  right: 100px;
  top: 20px;
}
@media screen and (max-width: 1830px) {
  .tama3 img {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 1530px) {
  .tama3 img {
    width: 100%;
    max-width: 300px;
    top: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .tama3 {
    display: none;
  }
}

.tama4 {
  display: none;
}
.tama4 img {
  max-width: 525px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .tama4 {
    display: block;
  }
}

#top_event {
  position: relative;
  background-color: #fff9ef;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  #top_event {
    padding: 100px 20px;
  }
}
#top_event h2 img {
  width: 100%;
  height: auto;
}
#top_event h3 {
  font-size: 23px;
}
#top_event .top_event-img img {
  width: 100%;
  height: auto;
}
#top_event p {
  font-size: 20px;
}
#top_event .top_event-block {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 10px 10px 0px #ffe5be;
  padding: 0 40px 40px;
  margin-bottom: 55px;
  margin-left: 20px;
  margin-right: 20px;
}
#top_event .top_event-block h2 {
  position: relative;
  top: -4px;
}
#top_event .top_event-block img {
  margin-bottom: 24px;
}
#top_event .top_event-block h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
#top_event .top_event-block p a {
  text-decoration: none;
  color: #000;
}
#top_event .top_event-block p a:hover {
  opacity: 0.8;
}
#top_event .top_event-link {
  text-align: right;
}
#top_event .top_event-link a {
  text-decoration: none;
  color: #ff8800;
  margin-left: auto;
}
#top_event .top_event-link a img {
  margin-bottom: 0;
  margin-left: 4px;
}
#top_event .top_event-link a:hover {
  opacity: 0.8;
}

#top_baaba .baaba_title {
  text-align: center;
  margin-bottom: 20px;
}
#top_baaba .baaba_title img {
  max-width: 296px;
  height: auto;
}
#top_baaba .baaba_voice {
  background-color: #ffe5be;
  display: flex;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  left: 30px;
  width: calc(100% - 30px);
  align-items: center;
}
#top_baaba .baaba_voice::before {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 30px solid #ffe5be; /* 高さ */
  border-right: 15px solid transparent; /* 左辺の長さ */
  border-left: 15px solid transparent; /* 右辺の長さ */
  position: absolute;
  left: -30px;
  top: 50px;
  transform: rotate(-90deg);
}
#top_baaba .baaba_voice p {
  margin-bottom: 0;
}
@media screen and (max-width: 1290px) {
  #top_baaba .baaba_area {
    flex-wrap: wrap;
  }
  #top_baaba .baaba_voice {
    order: 1;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 40px;
    left: 0;
  }
  #top_baaba .baaba_voice::before {
    display: none;
  }
  #top_baaba .baaba_voice::after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 30px solid #ffe5be; /* 高さ */
    border-right: 15px solid transparent; /* 左辺の長さ */
    border-left: 15px solid transparent; /* 右辺の長さ */
    position: absolute;
    left: calc(50% - 15px);
    bottom: -30px;
    transform: rotate(-180deg);
  }
  #top_baaba .baaba_icon {
    order: 2;
    display: block;
    margin: 0 auto;
  }
}

#top_arukikata {
  background-image: url(../images/menu-back-bottom.png), url(../images/menu-back-top.png), url(../images/arukikata_back.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 0 left 0, bottom -1px left 0, center center;
  background-size: 100%, 100%, cover;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  #top_arukikata {
    padding: 20px 20px 30px;
    background-image: none;
  }
}
#top_arukikata-title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_arukikata-title {
    display: none;
  }
  #top_arukikata-title-sp {
    display: block;
  }
  #top_arukikata-title-sp img {
    width: 100%;
    height: auto;
  }
}
#top_arukikata-block {
  min-height: 100px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 10px 10px 0px #ffe5be;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  #top_arukikata-block {
    box-shadow: none;
    padding: 0 0 80px 0;
  }
}
#top_arukikata-block h2 {
  margin-bottom: 45px;
}
#top_arukikata-block h3 {
  font-size: 23px;
  padding: 0 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top_arukikata-block h3 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 20px;
  }
}
#top_arukikata-block p {
  font-size: 20px;
  padding: 0 30px;
  margin-bottom: 55px;
}
#top_arukikata .top_arukikata-btn a {
  height: 68px;
  max-width: 420px;
  width: 100%;
  border: 3px solid #ff9d00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  text-decoration: none;
  color: #ff9d00;
  font-weight: bold;
  margin: 0 auto 12px;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.6s;
}
#top_arukikata .top_arukikata-btn a::after {
  display: block;
  content: " ";
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url(../images/arrow.png);
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
}
#top_arukikata .top_arukikata-btn a:hover {
  background-color: #ff9d00;
  color: #ffffff;
}
#top_arukikata .top_arukikata-btn a:hover::after {
  background-image: url(../images/arrow2.png);
}
@media screen and (max-width: 1200px) {
  #top_arukikata .top_arukikata-btn a {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #top_arukikata .top_arukikata-btn a {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#top_arukikata .top_arukikata-btn2 a {
  height: 68px;
  max-width: 420px;
  width: 100%;
  border: 3px solid #ff9d00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ff9d00;
  font-weight: bold;
  margin: 0 auto 12px;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.6s;
}
#top_arukikata .top_arukikata-btn2 a::after {
  display: block;
  content: " ";
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url(../images/arrow2.png);
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
}
#top_arukikata .top_arukikata-btn2 a:hover {
  background-color: #ffffff;
  color: #ff9d00;
}
#top_arukikata .top_arukikata-btn2 a:hover::after {
  background-image: url(../images/arrow.png);
}
@media screen and (max-width: 1200px) {
  #top_arukikata .top_arukikata-btn2 a {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #top_arukikata .top_arukikata-btn2 a {
    font-size: 16px;
    letter-spacing: 0;
  }
}

#top_study {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff9ef;
}
#top_study .icon1 {
  text-align: center;
  margin-bottom: 20px;
}
#top_study .icon1 img {
  width: 100%;
  max-width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_study .icon1 img {
    max-width: 168px;
    margin: 0 auto 20px;
  }
}

#top_buy {
  padding-bottom: 100px;
  background-color: #fff9ef;
}
#top_buy .icon1 {
  text-align: center;
  margin-bottom: 20px;
}
#top_buy .icon1 img {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
#top_buy .icon2 {
  text-align: center;
}
#top_buy .icon2 img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #top_buy {
    padding-bottom: 30px;
  }
  #top_buy .icon1 {
    max-width: 168px;
    margin: 0 auto 20px;
  }
  #top_buy .icon2 img {
    max-width: 300px;
    width: 100%;
  }
}

#top_news {
  padding-bottom: 100px;
  background-color: #fff9ef;
}
@media screen and (max-width: 768px) {
  #top_news {
    padding-top: 20px;
  }
}
#top_news #top_news-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_news #top_news-img {
    margin-bottom: 0px;
  }
}
#top_news-btn2 {
  display: none;
}
@media screen and (max-width: 1470px) {
  #top_news {
    background-color: #ffffff;
    padding-bottom: 50px;
  }
  #top_news-btn {
    display: none;
  }
  #top_news-btn2 {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  #top_news {
    width: 100%;
    overflow: hidden;
  }
  #top_news #top_news-img {
    width: 100%;
    max-width: 84px;
  }
}
#top_news-block {
  min-height: 100px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 10px 10px 0px #ffe5be;
  padding: 80px 0;
}
@media screen and (max-width: 1470px) {
  #top_news-block {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  #top_news #news_block-area {
    padding: 20px;
  }
}
#top_news .news_block {
  display: flex;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 8px);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  #top_news .news_block {
    flex-wrap: wrap;
  }
}
#top_news .news_block .news_date {
  margin-right: 40px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #top_news .news_block .news_date {
    width: 100px;
    margin-right: 0;
  }
}
#top_news .news_block .news_title {
  font-size: 20px;
}
#top_news .news_block .news_title a {
  color: #000;
  text-decoration: none;
}
#top_news .news_block .news_title a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #top_news .news_block .news_title {
    width: 100%;
    font-size: 16px;
  }
}
#top_news .news_block .news_category {
  margin-left: auto;
  margin-top: 10px;
  line-height: 1em;
  background-color: #ff8800;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 20px 0;
  height: calc(1rem + 2px);
}
@media screen and (max-width: 1200px) {
  #top_news .news_block .news_category {
    margin-left: 0;
    margin-top: 4px;
  }
}
#top_news .top_btn a {
  height: 68px;
  width: 252px;
  border: 3px solid #ff9d00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  text-decoration: none;
  color: #ff9d00;
  font-weight: bold;
  margin: 0 auto 12px;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  transition: all 0.6s;
}
#top_news .top_btn a::after {
  display: block;
  content: " ";
  position: absolute;
  right: 24px;
  top: 24px;
  background-image: url(../images/arrow.png);
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
}
#top_news .top_btn a:hover {
  background-color: #ff9d00;
  color: #ffffff;
}
#top_news .top_btn a:hover::after {
  background-image: url(../images/arrow2.png);
}
#top_news #top_news-btn2 {
  margin-top: 30px;
}

#top_info {
  padding-top: 92px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1470px) {
  #top_info {
    padding-top: 0;
  }
}
#top_info img {
  padding: 0 10px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_info img {
    margin-bottom: 20px;
  }
}
#top_info a:hover {
  opacity: 0.7;
}

#top_sns {
  width: 100%;
  padding: 100px 0 150px;
}
#top_sns h3 {
  margin-bottom: 50px;
}
#top_sns h3 img {
  width: 100%;
  max-width: 590px;
}
#top_sns p {
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 20px;
}
#top_sns #top_sns-title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_sns #top_sns-title-pc {
    display: none;
  }
  #top_sns #top_sns-title-sp {
    display: block;
  }
  #top_sns h3 {
    margin-bottom: 30px;
  }
  #top_sns h3 img {
    width: 47.619047619vw;
    height: auto;
    margin: 0 auto;
  }
  #top_sns p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px;
  }
}

/* CSS Document */
/* CSS Document */
#category a {
  text-decoration: none;
  color: #000000;
}
#category a:hover {
  opacity: 0.8;
}
#category .category_h-tag {
  margin-bottom: 30px;
  text-align: center;
  color: var(--orange);
}
#category .category_block {
  margin-bottom: 40px;
}
#category .category_thum img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#category .category_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
#category .category_excerpt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
}
#category .category_link {
  margin-bottom: 20px;
}
#category .category_link a {
  text-decoration: none;
  color: #ff8800;
}
#category .category_link a img {
  margin-bottom: 0;
  margin-left: 4px;
  width: auto;
  height: auto;
}
#category .category_link a:hover {
  opacity: 0.8;
}

.member_shopname a {
  font-size: 12px;
}

.member_shopurl a {
  font-size: 12px;
}

.category-activity-block {
  margin-top: 0;
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.category_thum img {
  border-radius: 5px;
}

.category_thum--media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
  background: #fcfcfc;
}

.category_media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* 画像は16:9でトリミング */
.category_media--thumb img,
.category_media--thumb .wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* oEmbed iframeを枠いっぱいに */
.category_media--embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 画像も動画も無い場合のダミー */
.category_media--placeholder {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

p.category_date {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}

.category_pager {
  margin-top: clamp(24px, 3vw, 48px);
}
.category_pager .navigation.pagination {
  display: flex;
  justify-content: center;
}
.category_pager .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  .category_pager .nav-links {
    gap: 8px;
    padding: 8px;
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.category_pager .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.78);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
.category_pager .page-numbers:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.category_pager .page-numbers:active {
  transform: translateY(0);
  box-shadow: none;
}
.category_pager .page-numbers:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
  border-color: rgba(13, 110, 253, 0.35);
}
.category_pager .page-numbers.current {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.category_pager .page-numbers.next, .category_pager .page-numbers.prev {
  min-width: auto;
  padding: 0 18px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .category_pager .page-numbers.next, .category_pager .page-numbers.prev {
    width: 100%;
    border-radius: 12px;
  }
}
.category_pager .page-numbers.dots {
  min-width: auto;
  padding: 0 10px;
  background: transparent;
  border: none;
  box-shadow: none;
}/*# sourceMappingURL=main.css.map */