.elementor-4084 .elementor-element.elementor-element-d8bc910{--display:flex;}.elementor-4084 .elementor-element.elementor-element-9386631{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-d23a101 */.tjm-motsu-page {
  background: #fff8ee;
  color: #24140c;
  font-family: "Noto Sans JP", sans-serif;
}

.tjm-container {
  max-width: 1180px;
  margin: 0 auto;
}

.tjm-motsu-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(rgba(20, 8, 4, .45), rgba(20, 8, 4, .72)),
    url("https://tajimaya-togo.manzo.club/wp-content/uploads/2026/04/お鍋-2-2.jpg");
  background-size: cover;
  background-position: center;
}

.tjm-motsu-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.18), transparent 42%);
  pointer-events: none;
}

.tjm-motsu-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.tjm-en {
  display: inline-block;
  margin-bottom: 16px;
  color: #f0c36a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tjm-motsu-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.05em;
}

.tjm-motsu-hero p {
  max-width: 780px;
  margin: 0 auto 36px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
}

.tjm-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b5863b, #f0c36a);
  color: #24140c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 20px 48px rgba(0,0,0,.28);
  transition: .28s ease;
}

.tjm-main-btn:hover {
  transform: translateY(-4px);
}

.tjm-motsu-lead,
.tjm-motsu-feature,
.tjm-motsu-course,
.tjm-motsu-included,
.tjm-motsu-cta {
  padding: 88px 20px;
}

.tjm-lead-card {
  padding: 54px 42px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(181,134,59,.24);
  box-shadow: 0 24px 70px rgba(58,31,12,.11);
  text-align: center;
}

.tjm-lead-card span,
.tjm-section-title span,
.tjm-feature-body span,
.tjm-cta-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #b5863b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tjm-lead-card h2,
.tjm-section-title h2,
.tjm-feature-body h2,
.tjm-cta-card h2 {
  margin: 0 0 18px;
  color: #24140c;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.04em;
}

.tjm-lead-card p,
.tjm-section-title p,
.tjm-feature-body p,
.tjm-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: #6d5a4b;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

.tjm-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 46px;
  align-items: center;
}

.tjm-feature-img {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 76px rgba(58,31,12,.14);
}

.tjm-feature-img img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.tjm-feature-img:hover img {
  transform: scale(1.06);
}

.tjm-feature-body {
  padding: 20px 0;
}

.tjm-feature-body p {
  margin: 0 0 24px;
}

.tjm-feature-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tjm-feature-body li {
  position: relative;
  padding: 14px 15px 14px 42px;
  border-radius: 16px;
  background: #fff;
  color: #49382d;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(58,31,12,.08);
}

.tjm-feature-body li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b5863b;
  box-shadow: 0 0 0 5px rgba(181,134,59,.15);
}

.tjm-section-title {
  margin-bottom: 42px;
  text-align: center;
}

.tjm-course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tjm-course-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(181,134,59,.22);
  box-shadow: 0 22px 60px rgba(58,31,12,.1);
  transition: .28s ease;
}

.tjm-course-card:hover {
  transform: translateY(-7px);
  border-color: rgba(181,134,59,.55);
  box-shadow: 0 30px 78px rgba(58,31,12,.16);
}

.tjm-course-img {
  height: 300px;
  overflow: hidden;
}

.tjm-course-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.tjm-course-card:hover .tjm-course-img img {
  transform: scale(1.07);
}

.tjm-course-body {
  padding: 34px 30px 36px;
}

.tjm-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #b5863b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tjm-course-body h3 {
  margin: 0 0 18px;
  color: #24140c;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 900;
}

.tjm-price {
  margin-bottom: 18px;
  color: #a51d1d;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.tjm-price span {
  margin-left: 6px;
  color: #6d5a4b;
  font-size: 14px;
  font-weight: 800;
}

.tjm-course-body p {
  margin: 0 0 12px;
  color: #49382d;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 700;
}

.tjm-course-body small {
  display: block;
  color: #8a7767;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.tjm-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 15px;
  border-radius: 999px;
  background: #b5863b;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.tjm-course-card.recommend {
  border: 2px solid #b5863b;
}

.tjm-dark-section {
  background: linear-gradient(145deg, #24140c, #4a2b18);
}

.tjm-section-title.light h2,
.tjm-section-title.light p {
  color: #fff;
}

.tjm-dark-section .tjm-course-card.premium {
  background: linear-gradient(145deg, #fffdf7, #fff);
  border: 2px solid #f0c36a;
}

.tjm-dark-section .tjm-course-card.premium .tjm-price {
  color: #b5863b;
}

.tjm-dark-section .tjm-course-card.premium .tjm-badge {
  background: #f0c36a;
  color: #24140c;
}

.tjm-included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tjm-included-item {
  padding: 30px 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(181,134,59,.22);
  box-shadow: 0 18px 46px rgba(58,31,12,.09);
}

.tjm-included-item span {
  display: inline-block;
  margin-bottom: 20px;
  color: #b5863b;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.tjm-included-item h3 {
  margin: 0 0 12px;
  color: #24140c;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 900;
}

.tjm-included-item p {
  margin: 0;
  color: #6d5a4b;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 600;
}

.tjm-cta-card {
  padding: 58px 42px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(36,20,12,.9), rgba(74,43,24,.96)),
    url("https://tajimaya-togo.manzo.club/wp-content/uploads/2026/04/お鍋-2-2.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 28px 76px rgba(58,31,12,.18);
}

.tjm-cta-card h2,
.tjm-cta-card p {
  color: #fff;
}

.tjm-cta-card p {
  color: rgba(255,255,255,.82);
}

.tjm-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.tjm-cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b5863b, #f0c36a);
  color: #24140c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: .28s ease;
}

.tjm-cta-buttons a:hover {
  transform: translateY(-4px);
}

@media (max-width: 1024px) {
  .tjm-feature-grid,
  .tjm-course-grid {
    grid-template-columns: 1fr;
  }

  .tjm-included-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tjm-feature-img img {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .tjm-motsu-hero {
    min-height: 68vh;
    padding: 90px 16px;
  }

  .tjm-motsu-lead,
  .tjm-motsu-feature,
  .tjm-motsu-course,
  .tjm-motsu-included,
  .tjm-motsu-cta {
    padding: 58px 16px;
  }

  .tjm-lead-card,
  .tjm-cta-card {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .tjm-feature-body ul,
  .tjm-included-grid {
    grid-template-columns: 1fr;
  }

  .tjm-course-img,
  .tjm-feature-img img {
    height: 260px;
  }

  .tjm-course-body {
    padding: 28px 22px 30px;
  }

  .tjm-course-body h3 {
    font-size: 23px;
  }

  .tjm-price {
    font-size: 36px;
  }

  .tjm-cta-buttons {
    flex-direction: column;
  }

  .tjm-cta-buttons a {
    width: 100%;
  }
}/* End custom CSS */