@charset "UTF-8";

/* =========================================
   Yogatore Page Styles
========================================= */

.yogatore-wrapper {
    font-family: 'M PLUS Rounded 1c', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
    font-weight: 500;
    color: #333;
    line-height: 1.85;
    padding-bottom: 80px;
}

.page-title.__yogatore {
  background-color: #518416;
}
.page-title.__yogatore .page-title-name {
  font-size: 55px;
}
.page-title.__yogatore .page-title-name::before {
  font-size: 28px;
}

@media screen and (max-width: 1099.98px) {
  .page-title.__yogatore .page-title-name {
    font-size: 40px;
  }
  .page-title.__yogatore .page-title-name::before {
    font-size: 24px;
  }
}

@media screen and (max-width: 639.98px) {
  .page-title.__yogatore .page-title-name {
    font-size: 32px;
  }
  .page-title.__yogatore .page-title-name::before {
    font-size: 20px;
  }
}

.yogatore-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #518416;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.yogatore-section-title.--left {
  text-align: left;
}

.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }

/* -----------------------------
   Hero Section
----------------------------- */
.yogatore-hero {
  position: relative;
  padding: 60px 0;
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.yogatore-hero .inner {
  max-width: 90% !important;
}
/* fallback bg if image is missing */
.yogatore-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(245, 248, 242, 0.7);
  z-index: 0;
}

.yogatore-hero .inner {
  position: relative;
  z-index: 1;
}

.yogatore-hero__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.yogatore-hero__box {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.yogatore-hero__title {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

.yogatore-hero__title .green-text {
  color: #518416;
  font-weight: 600;
}
.yogatore-hero__title .sup {
  color: #518416;
  font-size: 18px;
  vertical-align: super;
}

.yogatore-hero__subtitle {
  text-align: center;
  font-size: 28px;
  color: #555;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.yogatore-hero__desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.7;
}

.yogatore-hero__checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 600px;
}

.yogatore-hero__checklist li {
  position: relative;
  padding-left: 50px !important;
  font-size: 20px;
  font-weight: 700;
}

.yogatore-hero__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px!important;
  width: 31px!important;
  height: 31px!important;
  background-image: url('../img/check.svg') !important;
  background-size: contain;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
}

.yogatore-hero__worry {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.yogatore-hero__images {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.yogatore-hero__images img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  object-fit: cover;
}

/* -----------------------------
   Method Section
----------------------------- */
.yogatore-method {
  padding: 80px 0;
  background-color: #fff;
}

.yogatore-method__lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.8;
}

.yogatore-method__grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.yogatore-method__item {
  width: calc(33.333% - 27px);
  min-width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yogatore-method__circle {
  width: 120px;
  height: 120px;
  background-color: #518416;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 25px;
}

.yogatore-method__circle .method-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.yogatore-method__circle .method-num {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.yogatore-method__title {
  font-size: 30px;
  font-weight: 700;
  color: #518416;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.yogatore-method__desc {
  font-size: 19px;
  height: auto; 
  margin-bottom: 40px;
  line-height: 1.7;
}

.yogatore-method__img {
  width: 100%;
}

.yogatore-method__img img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 10px;
}

.yogatore-method__caption {
  display: block;
  font-size: 19px;
  color: #666;
  font-weight: 500;
}

/* -----------------------------
   Price & Feature Section
----------------------------- */
.yogatore-price-feature {
  padding: 80px 0;
  background-color: #fff;
    margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50% - 50vw);
}
@media screen and (max-width: 900px) {
  .yogatore-price-feature{
    margin: 0 auto;
    padding: 20px;
  }
}

.yogatore-pf__container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.yogatore-pf__img {
  flex: 0 0 35%;
}

.yogatore-pf__img img {
  width: 100%;
}

.yogatore-pf__content {
  flex: 1;
}

.yogatore-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.yogatore-price-table th, 
.yogatore-price-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.yogatore-price-table tr:first-child th,
.yogatore-price-table tr:first-child td {
  border-top: 1px solid #e0e0e0;
}

.yogatore-price-table th {
  width: 35%;
  color: #518416;
  font-weight: 700;
  font-size: 20px;
}

.yogatore-price-table td {
  font-size: 20px;
  color: #555;
}

.yogatore-price-note {
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
  font-weight: 500;
}

.yogatore-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yogatore-feature-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #444;
}

.yogatore-feature-list li::before {
  content: "⭐" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  font-size: 18px !important;
  border: 0 !important;
  background: none !important;
}

/* -----------------------------
   Growth Section
----------------------------- */
.yogatore-growth {
  padding: 0;
  background-color: #edf2e9; 
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .yogatore-growth{
    margin: 0 auto;
    padding: 20px;
  }
}
.yogatore-growth__container {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.yogatore-growth__content {
  flex: 1;
}
.yogatore-growth__content .inner{
    max-width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .yogatore-growth__content .inner{
    max-width: 100%;
    margin: 0 auto;
}
}


.yogatore-growth__desc {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 500;
}

.yogatore-growth__subdesc {
  font-size: 19px;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.yogatore-growth__img {
  flex: 0 0 35%;
}

.yogatore-growth__img img {
  width: 100%;
}

.yogatore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #518416;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(81, 132, 22, 0.3);
}

.yogatore-btn:hover {
  background-color: #3e6511;
  color: #fff;
  text-decoration: none;
}

.yogatore-btn .arrow {
  margin-left: 10px;
  font-size: 14px;
}

/* -----------------------------
   Responsive
----------------------------- */
@media screen and (max-width: 900px) {
  .yogatore-hero__container,
  .yogatore-pf__container,
  .yogatore-growth__container {
    flex-direction: column;
  }
  
  .yogatore-hero__images,
  .yogatore-pf__img,
  .yogatore-growth__img {
    width: 100%;
  }

  .yogatore-hero__images {
    flex-direction: row;
    flex: auto;
    gap: 15px;
  }
  
  .yogatore-hero__images img {
    flex: 1;
    width: 50%;
  }

  .yogatore-hero__desc {
    font-size: 16px;
  }

  .yogatore-method__lead {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .yogatore-method__title {
    font-size: 22px;
  }

  .yogatore-method__desc {
    font-size: 16px;
  }

  .yogatore-price-table th,
  .yogatore-price-table td {
    font-size: 16px;
  }

  .yogatore-feature-list li {
    font-size: 16px;
    padding: 5px 0 0 35px !important;
  }

  .yogatore-growth__desc,
  .yogatore-growth__subdesc {
    font-size: 16px;
  }


  
  .yogatore-growth__img {
    order: -1; 
  }
}

@media screen and (max-width: 600px) {
  .yogatore-hero__checklist {
    grid-template-columns: 1fr;
  }
  
  .yogatore-section-title {
    font-size: 28px;
  }
  
  .yogatore-hero__title {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  
  .yogatore-hero__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .yogatore-hero__desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .yogatore-hero__checklist li {
    font-size: 16px;
    padding-left: 40px !important;
  }

  .yogatore-hero__checklist li::before {
    width: 24px !important;
    height: 24px !important;
  }

  .yogatore-hero__box {
    padding: 30px 20px;
  }
  
  .yogatore-method__item {
    width: 100%;
    min-width: 0;
  }
  
  .yogatore-method__circle {
    width: 100px;
    height: 100px;
  }
  
  .yogatore-method__circle .method-num {
    font-size: 32px;
  }

  .yogatore-method__title {
    font-size: 22px;
  }

  .yogatore-method__desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .yogatore-method__caption {
    font-size: 14px;
  }
  
  .yogatore-price-table th {
    width: 40%;
    font-size: 16px;
  }

  .yogatore-price-table td {
    font-size: 16px;
  }

  .yogatore-feature-list li {
    font-size: 16px;
    padding: 5px 0 0 35px !important;
  }
  
  .yogatore-btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
  }

  .yogatore-growth__desc,
  .yogatore-growth__subdesc {
    font-size: 16px;
    line-height: 1.7;
  }
}
