/* ================================================================
   Archive 24h - Main Stylesheet
   BEM Naming Convention
   ================================================================ */

:root {
  /* Colors */
  --color-primary: #f13969ff;
  --color-secondary: #f77fa6ff;
  --color-accent-teal: #00b9a0ff;
  --color-accent-blue: #7299c9ff;
  --color-accent-purple: #894dc9ff;
  --color-accent-gold: #b38856ff;
  --color-text-dark: #323232ff;
  --color-text-light: #804948ff;
  --color-text-gray: #939393ff;
  --color-text-subdued: #616161ff;
  --color-bg-white: #ffffffff;
  --color-bg-light: #fdf4e6ff;
  --color-bg-pink-light: #fee1e4ff;
  --color-border: #e1e1e1ff;
  --color-border-light: #7db0e8e2ff;

  /* Fonts */
  --font-default: 'Noto Sans JP';
  --font-accent: Heebo;
  --font-decorative: 'A1ゴシック B JIS2004';
  --font-bold: 'A1ゴシック B JIS2004';

  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 40px;
  --spacing-xl: 60px;
  --spacing-xxl: 100px;

  /* Breakpoints */
  --bp-tablet: 980px;
  --bp-mobile: 540px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-default);
  color: var(--color-text-dark);
  background-color: var(--color-bg-white);
  line-height: 1.6;
}
.post-type-24h .page_fetured {
  display: none;
}

/* ================================================================
   Archive Container & Main
   ================================================================ */
.post-type-24h .page-main {
  padding: 0px;
}

.post-type-24h .archive-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.post-type-24h .archive-main {
  flex: 1;
  width: 100%;
}


/* ================================================================
   fv Section
   ================================================================ */

.post-type-24h .archive-fv {
  position: relative;
}

.post-type-24h .archive-fv__container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.post-type-24h .archive-fv__content {
  display: flex;
  align-items: center;
  box-shadow: none;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 20px;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
  width: 100%;
}

.post-type-24h .archive-fv__content-left {
  display: flex;
  flex-direction: column;
  gap: 50px 0px;
  width: calc(50% - (var(--spacing-md) * 0.5));
}

.post-type-24h .archive-fv__content-right {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.post-type-24h .archive-fv__content-left img {
  width: 100%;
  height: auto;
}

.post-type-24h .archive-fv__content-right img {
  width: 100%;
  height: auto;
}

.post-type-24h .archive-fv__free {
  height: auto;
  margin: 50px auto 50px;
  width: 60%;
  max-width: 60%;
}

.post-type-24h .archive-fv__free img {    
}

.post-type-24h .archive-fv__tv {
  height: auto;
  margin: 50px auto 50px;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.post-type-24h .archive-fv__tv img {
  height: auto;
  margin: 30px auto 30px;
  width: 60%;
  max-width: 60%;
}

.post-type-24h .archive-fv__tv video {
  height: auto;
  margin: auto;
  width: 60%;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .post-type-24h .archive-fv__content{
    flex-direction: column;
    padding: 0;
  }
  .post-type-24h .archive-fv__content-left{
    width: 100%;
    gap: 20px 0px;
  }
  .post-type-24h .archive-fv__content-right{

  }

  .post-type-24h .archive-fv__free{
    width: 90%;
    max-width: 90%;
  }

  .post-type-24h .archive-fv__tv{
    margin: unset;
  }

  .post-type-24h .archive-fv__tv img{
    margin: 30px 25px 0px 25px;
    max-width: calc(100% - 50px);
    width: 900px;
  }
  .post-type-24h .archive-fv__tv video{
    margin: 0px 15px 60px 15px;
    padding: 30px 10px 0px 10px;
    max-width: calc(100% - 30px);
    width: 900px;
  }
}
/* ================================================================
   Hero Section
   ================================================================ */

.post-type-24h .archive-hero {
  background: var(--color-secondary);
  padding: var(--spacing-xl) 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 0px 0px;
}

.post-type-24h .archive-hero__wrapper {
  max-width: 1500px;
  padding: 0 var(--spacing-md);
}

.post-type-24h .archive-hero__subtitle {
  color: var(--color-primary);
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: var(--spacing-lg);
}

.post-type-24h .archive-hero__tagline {
  margin-bottom: var(--spacing-lg);
}

.post-type-24h .archive-hero__tagline-text {
  color: var(--color-text-gray);
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 5px 0;
}

.post-type-24h .archive-hero__tagline-text--large {
  color: var(--color-bg-white);
  font-size: 40px;
  font-weight: 900;
}

.post-type-24h .archive-hero__cta-group {
  display: flex;
  gap: var(--spacing-md);
  justify-content: center;
  flex-wrap: wrap;
}

.post-type-24h .archive-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: 0 30px;
  height: 75px;
  border-radius: 128px;
  font-family: var(--font-accent);
  font-feature-settings: 'palt' 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 300px;
}

.post-type-24h .archive-hero__button:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.post-type-24h .archive-hero__button--primary {
  background: #ffffff;
  color: var(--color-primary);
  border: 2px solid transparent;
}

.post-type-24h .archive-hero__button--secondary {
  background: var(--color-accent-gold);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.post-type-24h .archive-hero__image {
  display: flex;
  flex: none;
  height: auto;
  width: 16%;
  max-width: 16%;
}

/* Mobile Hero */
@media screen and (max-width: 767px) {
  .post-type-24h .archive-hero {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
  }
  .post-type-24h .archive-hero__image{
    margin: 10px 0px 0px 0px;
    width: 30%;
    max-width: 30%;
  }
  .post-type-24h .archive-hero__subtitle {
    font-size: 24px;
  }

  .post-type-24h .archive-hero__tagline-text {
    font-size: 18px;
  }

  .post-type-24h .archive-hero__tagline-text--large {
    font-size: 24px;
  }

  .post-type-24h .archive-hero__button {
    font-size: 16px;
    height: 60px;
    min-width: 80%;
  }

  .post-type-24h .archive-hero__cta-group {
    flex-direction: column;
  }
}


/* ================================================================
   Services Section
   ================================================================ */

.post-type-24h .archive-services {
  background: var(--color-bg-light);
}
.post-type-24h .archive-services__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  padding: 100px 0px 70px 0px;
  flex-direction: column;
  align-items: center;
}

.post-type-24h .archive-services__title-line {
  font-weight: 900;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  color: var(--color-text-light);
  font-size: 36px;
}
.post-type-24h .archive-services__title-line.include-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-type-24h .archive-services__title-line.include-logo img {
  height: auto;
  margin: 0px 0px 5px 0px;
  width: 15vw;
  max-width: 15vw;
}

.post-type-24h .archive-services__title-accent {
  font-weight: 900;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  font-size: 42px;
  color: var(--color-primary);
}

.post-type-24h .archive-services__container {
  max-width: 1500px;
  margin: 0 auto;
}

.post-type-24h .archive-services__logo {
  text-align: center;
  margin-bottom: var(--spacing-lg);
}

.post-type-24h .archive-services__logo img {
  max-width: 150px;
  height: auto;
}

.post-type-24h .archive-services__title {
  color: var(--color-primary);
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 var(--spacing-xl) 0;
  text-align: center;
}

.post-type-24h .archive-services__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 0px 50px 100px 50px;
  width: 100%;
}

/* Service Card */
.post-type-24h .archive-service-card {
  border-radius: 20px;
  width: 450px;
  max-width: 100%;
}

.post-type-24h .archive-service-card__content {
  display: flex;
  margin: 0px 0px -10px 0px;
  position: relative;
  z-index: 1;
}

.post-type-24h .archive-service-card__content img {
  width: 12%;
  max-width: 12%;
}

.post-type-24h .archive-service-card__title {
  color: var(--color-primary);
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 var(--spacing-xs) 0 var(--spacing-sm);
}

.post-type-24h .archive-service-card__description {

}

.post-type-24h .archive-service-card__description img {
  border-radius: 10px;
}

.post-type-24h .archive-service-card__description-text {
  color: var(--color-text-light);
  font-family: var(--font-default);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
}

.post-type-24h .archive-service-card.include-comment {
  display: flex;
  align-content: center;
  justify-content: center;
}

.post-type-24h .archive-service-card__comment {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.post-type-24h .archive-service-card__comment img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
}
.post-type-24h .archive-service-card__comment-text {
  background-color: var(--color-bg-white);
  color: var(--color-text-light);
  font-size: 15px;
  width: 100%;
  border: 1px solid var(--color-text-light);
  border-radius: 12px;
  padding: 7px 15px 7px 15px;
  text-align: left;
}


/* Mobile Services */
@media screen and (max-width: 767px) {
  
  .post-type-24h .archive-services {
    padding: var(--spacing-lg) var(--spacing-md);
  }
  .post-type-24h .archive-services__wrapper{
    padding: 0 0px 50px 0px;
  }
  .post-type-24h .archive-services__title {
    font-size: 24px;
  }
  .post-type-24h .archive-services__title-line.include-logo img{
    width: 40vw;
    max-width: 40vw;
  }
  .post-type-24h .archive-services__title-line {
    font-size: 22.5px;
    text-align: center;
    align-items: baseline;
  }
  .post-type-24h .archive-services__title-accent{
    font-size: 30px;
    text-align: center;
    align-items: baseline;
  }
  .post-type-24h .archive-services__grid {
    gap: var(--spacing-md);
    padding: 0;
  }

  .post-type-24h .archive-service-card {
    padding: 0;
  }

  .post-type-24h .archive-service-card__title {
    font-size: 1.4rem;
  }
  .post-type-24h .archive-service-card__description img{
    margin-bottom: 15px;
  }
  .post-type-24h .archive-service-card__description-text{
    font-size: 13px;
  }

  .post-type-24h .archive-highlights__list {
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
  }
  .post-type-24h .archive-service-card__comment{
    width: unset;
  }
  .post-type-24h .archive-service-card__comment img{
    flex: 0;
    height: 120px;
  }
  .post-type-24h .archive-service-card__comment-text{
    font-size: 13px;
  }
}


/* ================================================================
   Why FLATTE24 Section
   ================================================================ */

   .post-type-24h .archive-why {
    padding: 60px 24px 100px;
    background: var(--color-bg-light);
  }
  
  .post-type-24h .archive-why__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .post-type-24h .archive-why__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    position: relative;
  }

  .post-type-24h .archive-why__header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/flatte-2022/assets/img/24h/archive/why-cloud.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: inherit;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: inherit;
    z-index: 0;
  }

  .post-type-24h .archive-why__header img {
    width: 30%;
    margin:auto;
    z-index: 1;
  }

  .post-type-24h .archive-why__yazirusi {
    display: block;
    width: 3%;
    flex: none;
    height: auto;
    margin: 20px auto;
  }

  .post-type-24h .archive-why__header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .post-type-24h .archive-why__header-text-line {
    color: var(--color-text-subdued);
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0.03em;
    line-height: 0.9;
  }
  .post-type-24h .archive-why__header-text-line-highlight {
    color: var(--color-accent-purple);
  }
  .post-type-24h .archive-why__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 10px;
  }
  
  .post-type-24h .archive-why__logo img {
    height: 60px;
    width: auto;
  }
  
  .post-type-24h .archive-why__is {
    color: var(--color-text-light);
    font-size: 24px;
    font-weight: 400;
    margin: 0;
  }
  
  .post-type-24h .archive-why__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 60px;
  }
  
  .post-type-24h .archive-why__message,
  .post-type-24h .archive-why__feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
  
  .post-type-24h .archive-why__message-line,
  .post-type-24h .archive-why__feature-line,
  .post-type-24h .archive-why__tagline-line {
    color: var(--color-text-light);
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }

  .post-type-24h .archive-why__feature-line {
    color: var(--color-primary);
    font-size: 32px;
  }
  
  
  .post-type-24h .archive-why__image-main {
    border-radius: 16px;
    width: 40%;
    max-width: 40%;
    height: auto;
    display: block;
    margin: 20px 0;
  }
  
  .post-type-24h .archive-why__benefits {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto 60px;
  }
  
  .post-type-24h .archive-why__benefit-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 25px);
    gap: 16px;
  }
  
  .post-type-24h .archive-why__benefit-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  
  .post-type-24h .archive-why__benefit-content {
    display: flex;
    flex-direction: column;
    background: var(--color-bg-pink-light);
    border-radius: 20px;
    border: 3px solid var(--color-primary);
    gap: 12px;
    flex: 1;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    padding: 30px;
  }
  
  .post-type-24h .archive-why__benefit-title {
    color: var(--color-primary);
    font-family: var(--font-bold);
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    line-height: 1.4;
    text-align: center;
  }
  
  .post-type-24h .archive-why__benefit-text {
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
 
    
  .post-type-24h .archive-why__comment.include-comment {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .post-type-24h .archive-why__comment-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .post-type-24h .archive-why__comment-item img {
    width: unset;
    height: 150px;
    max-width: 250px;
    object-fit: contain;
    display: block;
  }
  .post-type-24h .archive-why__comment-text {
    background-color: var(--color-bg-white);
    color: var(--color-text-light);
    font-size: 15px;
    border: 1px solid var(--color-text-light);
    border-radius: 12px;
    padding: 7px 15px 7px 15px;
    text-align: left;
  }
    
  /* Tablet Why Section */
  @media screen and (max-width: 980px) {
    .post-type-24h .archive-why {
      padding: 50px 20px 80px;
    }
  
    .post-type-24h .archive-why__message-line,
    .post-type-24h .archive-why__feature-line {
      font-size: 20px;
    }
  
    .post-type-24h .archive-why__tagline {
      font-size: 24px;
    }

    .post-type-24h .archive-why__benefits {
      width: 100%;
    }
  
    .post-type-24h .archive-why__benefit-item {
      width: 100%;
      gap: 6px;
    }

    .post-type-24h .archive-why__benefit-item img{
      max-width: 270px;
    }

    .post-type-24h .archive-why__comment-text{
      font-size: 16px;
    }
    .post-type-24h .archive-why__benefit-content{
      padding: 20px 30px 20px 30px;
    }
  }
  
  /* Mobile Why Section */
  @media screen and (max-width: 767px) {
    .post-type-24h .archive-why__header{
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }
    .post-type-24h .archive-why__header img{
      width: 75%;
      max-width: 75%;
    }
    .post-type-24h .archive-why__header-text{
      gap: 15px;
      margin-bottom: 55px;
    }

    .post-type-24h .archive-why__header-text-line{
      font-size: 13px;
    }
    .post-type-24h .archive-why__yazirusi{
      width: 9%;
      margin: 0 auto 14px auto;
    }

    .post-type-24h .archive-why__message, .post-type-24h .archive-why__feature{
      flex-direction: column;
    }
    .post-type-24h .archive-why__content {
      margin-bottom: 20px;
      gap: 3px;
    }
    .post-type-24h .archive-why__image-main{
      width: 100%;
      max-width: 100%;
    }
    .post-type-24h .archive-why {
      padding: 40px 16px 60px;
    }
  
    .post-type-24h .archive-why__logo {
      gap: 12px;
      align-items: baseline;
      margin-bottom: 0;
    }
    .post-type-24h .archive-why__is{
      font-size: 22.5px;
      font-weight: 900;
    }
  
    .post-type-24h .archive-why__tagline-line,
    .post-type-24h .archive-why__message-line {
      font-size: 22.5px;
    }
    .post-type-24h .archive-why__feature-line {
      font-size: 30px;
    }

    .post-type-24h .archive-why__tagline {
      font-size: 18px;
    }
  
    .post-type-24h .archive-why__benefits {
      gap: 24px;
    }
  
    .post-type-24h .archive-why__benefit-title {
      font-size: 22.5px;
    }
    .post-type-24h .archive-why__comment-item img{
      width: 44px;
    }
    .post-type-24h .archive-why__benefit-text {
      font-size: 13px;
    }
  
    .post-type-24h .archive-why__comment-text {
      font-size: 13px;
    }
    .post-type-24h .archive-why__benefit-content{
      padding: 15px 20px 15px 20px;
    }
  }


/* ================================================================
   Pricing Section
   ================================================================ */

.post-type-24h .archive-pricing {
  padding: var(--spacing-xxl) var(--spacing-md);
  background: var(--color-bg-light);
}

.post-type-24h .archive-pricing__container {
  max-width: 1200px;
  margin: 0 auto;
}

.post-type-24h .archive-pricing__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-primary);
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 var(--spacing-xl) 0;
  text-align: center;
}

.post-type-24h .archive-pricing__title img{
  height: auto;
  margin: 0px 0px 10px 0px;
  width: 25%;
  max-width: 25%;
}


/* Basic Plan Section */
.post-type-24h .archive-pricing__basic-plan {
  background: var(--color-bg-white);
  color: var(--color-secondary);
  border-radius: 16px;
  margin-bottom: var(--spacing-xl);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 50px;
  width: 1080px;
  max-width: 100%;
}

.post-type-24h .archive-pricing__plan-name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  color: var(--color-secondary);
  font-family: var(--font-bold);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  flex: 1;
}

.post-type-24h .archive-pricing__plan-name-large {
  font-size: 34px;
  height: auto;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

.post-type-24h .archive-pricing__plan-name-small {
  font-size: 32px;
  height: auto;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

.post-type-24h .archive-pricing__details {
  display: flex;
  flex: none;
  flex-direction: column;
  flex: 1;
}

.post-type-24h .archive-pricing__detail-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: var(--color-text-light);
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0 5px;
}

.post-type-24h .archive-pricing__detail-label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.post-type-24h .archive-pricing__detail-label.archive-pricing__detail-label--large {
  font-size: 22px;
  font-weight: 700;
}

.post-type-24h .archive-pricing__detail-value {
  display: block;
}

.post-type-24h .archive-pricing__price-display {
  display: flex;
  font-size: 24px;
  font-weight: 900;
  align-items: center;
}

.post-type-24h .archive-pricing__price-display--large {
  font-size: 32px;
}

.post-type-24h .archive-pricing__price-display-text {
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
}

.post-type-24h .archive-pricing__price-display-value {
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.04em;
}

.post-type-24h .archive-pricing__price-display-value--large {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-type-24h .archive-pricing__price-display-unit {
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
}

.post-type-24h .archive-pricing__price-display-tax {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0px 0px 3px 0px;
  max-width: 100%;
}

.post-type-24h .archive-pricing__price-tax {
  display: block;
  color: var(--color-text-light);
  font-size: 13px;
}

/* Optional Services Section */
.post-type-24h .archive-pricing__optional {
  margin-bottom: var(--spacing-xl);
  width: 1080px;
  max-width: 100%;

}

.post-type-24h .archive-pricing__section-title {
  color: var(--color-primary);
  font-family: var(--font-bold);
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 var(--spacing-lg) 0;
  text-align: center;
}

.post-type-24h .archive-pricing__options-grid {
  display: flex;
  gap: 10px;
  margin-bottom: var(--spacing-xl);
}

.post-type-24h .archive-pricing__option-card {
  display: flex;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
  max-width: calc(25% - (10px * 0.75));
  text-align: center;
  flex-direction: column;
  gap: 10px;
}

.post-type-24h .archive-pricing__option-name {
  color: var(--color-secondary);
  font-family: var(--font-bold);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  gap: 20px
}

.post-type-24h .archive-pricing__option-price-group {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #d2bbbbff;
}

.post-type-24h .archive-pricing__option-price {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.post-type-24h .archive-pricing__option-image {
  flex: none;
  height: auto;
  margin: auto;
  width: 60px;
  max-width: 100%;
}

.post-type-24h .archive-pricing__option-rate {
  display: flex;
  color: var(--color-text-light);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.post-type-24h .archive-pricing__option-rate-value {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.post-type-24h .archive-pricing__option-tax {
  color: var(--color-text-light);
  font-size: 12px;
  margin: 0;
}

.post-type-24h .archive-pricing__option-note {
  color: var(--color-text-light);
  font-size: 12px;
  margin: 0;
}

.post-type-24h .archive-pricing__option-description {
  color: var(--color-text-light);
  font-size: 11px;
  line-height: 1.6;
}

.post-type-24h .archive-pricing__option-link {
  align-items: center;
  margin: auto;
  background: #00b9a0ff;
  border-radius: 128px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2px;
  justify-content: center;
  opacity: 1;
  padding: 10px 30px 13px;
  width: auto;
}

.post-type-24h .archive-pricing__option-link:hover {
  color: #d63a63;
  border-bottom-color: #d63a63;
}

.post-type-24h .archive-pricing__option-link.flatte {
  background: #00b9a0ff;
}

.post-type-24h .archive-pricing__option-link.pilates {
  background: #719bcaff;
}

.post-type-24h .archive-pricing__option-link-text {
  display: inline-block;
  color: #ffffffff;
  flex: none;
  font-feature-settings: 'palt' 1;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

/* FAQ Section within Pricing */
.post-type-24h .archive-pricing__faq {
  background: var(--color-bg-light);
  padding: var(--spacing-lg);
  border-radius: 12px;
}

.post-type-24h .archive-pricing__faq-item {
  margin-bottom: var(--spacing-md);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
}

.post-type-24h .archive-pricing__faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--spacing-md);
  background: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-base);
  transition: all 0.3s ease;
  text-align: left;
}

.post-type-24h .archive-pricing__faq-header:hover {
  background: var(--color-bg-light);
}

.post-type-24h .archive-pricing__faq-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: var(--spacing-md);
}

.post-type-24h .archive-pricing__faq-item[open] .archive-pricing__faq-toggle {
  transform: rotate(180deg);
}

.post-type-24h .archive-pricing__faq-item[open] .archive-pricing__faq-header {
  background: var(--color-bg-light);
  color: var(--color-primary);
}

.post-type-24h .archive-pricing__faq-content {
  padding: 0 var(--spacing-md) var(--spacing-md) var(--spacing-md);
  color: var(--color-text-light);
  font-size: 14px;
  line-height: 1.8;
}

.post-type-24h .archive-pricing__services {
} 

.post-type-24h .archive-pricing__services-grid {
  align-content: center;
  align-items: center;
  background: rgb(255, 206, 206);
  border-radius: 16px;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 50px 75px 50px 75px;
  width: 80%;
  max-width: 80%;
  margin: auto;
  display: flex;
  gap: 40px 10px;
}

.post-type-24h .archive-pricing__services-item {
  display: flex;
  align-items: center;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: flex-start;
  padding: 0px;
  width: calc(20% - (10px * 0.8));
}

.post-type-24h .archive-pricing__services-item-image {
  flex: none;
  height: auto;
  width: 60px;
  max-width: 100%;
}

.post-type-24h .archive-pricing__services-item-name {
  color: var(--color-text-light);
  flex: none;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

/* Mobile Pricing */
@media screen and (max-width: 980px) {
  .post-type-24h .archive-pricing__details {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-type-24h .archive-pricing__options-grid {
    flex-direction: column;
  }
  
  .post-type-24h .archive-pricing__option-card {
    padding: 30px 40px 30px 40px;
    max-width: 100%;
  }

  .post-type-24h .archive-pricing__services-grid{
    width: 100%;
    max-width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .post-type-24h .archive-pricing__services-item{
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767px) {
  .post-type-24h .archive-pricing__title img{
    width: 50%;
    max-width: 50%;
  }
  .post-type-24h .archive-pricing {
    padding: var(--spacing-lg) var(--spacing-md);
  }
  .post-type-24h .archive-pricing__option-link{
    padding: 5px 20px 5px 30px;
  }
  .post-type-24h .archive-pricing__option-card {
    padding: 25px 25px 10px 25px;
  }
  
  .post-type-24h .archive-pricing__title {
    font-size: 24px;
    margin: 0px 0px 40px 0px;
  }

  .post-type-24h .archive-pricing__basic-plan {
    padding: 30px;
    flex-direction: column;
  }

  .post-type-24h .archive-pricing__details {
    grid-template-columns: 1fr;
  }


  .post-type-24h .archive-pricing__plan-name {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .post-type-24h .archive-pricing__section-title {
    font-size: 22.5px;
    margin: 0px 0px 10px 0px;
  }

  .post-type-24h .archive-pricing__detail-item{
    flex-direction: column;
  }

  .post-type-24h .archive-pricing__detail-label{
    font-size: 15px;
  }
  .post-type-24h .archive-pricing__detail-label.archive-pricing__detail-label--large {
    font-size: 15px;
  }
  
  .post-type-24h .archive-pricing__detail-value {
  }
  
  .post-type-24h .archive-pricing__price-display {
    align-items: baseline;
  }
  
  .post-type-24h .archive-pricing__price-display--large {
  }
  
  .post-type-24h .archive-pricing__price-display-text {
  }
  
  .post-type-24h .archive-pricing__price-display-value {
    font-weight: normal;
  }
  
  .post-type-24h .archive-pricing__price-display-value--large {
    font-size: 30px;
    font-weight: 700;
  }
  
  .post-type-24h .archive-pricing__price-display-unit {
  }
  
  .post-type-24h .archive-pricing__price-display-tax {
    font-size: 13px;
    margin: 0;
  }
  
  .post-type-24h .archive-pricing__price-tax {
  }
}

/* ================================================================
   Locations Section
   ================================================================ */

   .post-type-24h .archive-locations {
    padding: 80px 24px;
    background: var(--color-secondary);
  }
  
  .post-type-24h .archive-locations__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .post-type-24h .archive-locations__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    text-align: center;
  }
  
  .post-type-24h .archive-locations__logo {
    width: 240px;
    height: auto;
    display: block;
  }
  
  .post-type-24h .archive-locations__title {
    color: #fff;
    font-feature-settings: 'palt' 1;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
  }
  
  .post-type-24h .archive-locations__content {
    width: 50%;
    margin: auto;
  }
  
  .post-type-24h .archive-locations__region-title {
    color: var(--color-secondary);
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 24px 0;
    letter-spacing: 0.02em;
    padding-left: 15px;
  }
  
  .post-type-24h .archive-locations__region {
  }

  .post-type-24h .archive-locations__accordion-cross {
    position: relative;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: 16px;
    justify-content: center;
    padding: 0px;
    width: 16px;
  }
  
  .post-type-24h .border-cross-top {
    width: 100%;
    height: 1px;
    background: #ffffffff;
    flex: none;
    height: 16px;
    opacity: 1;
    width: 2px;
    max-width: 100%;
  }


  .post-type-24h .archive-locations__accordion[open] .border-cross-top {
    opacity: 0;
  }

  .post-type-24h .border-cross-bottom {
    align-items: center;
    bottom: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: 2px;
    justify-content: center;
    left: -7px;
    margin: 0 0 0 0;
    padding: 0px;
    position: absolute;
    top: 7px;
    width: 16px;
    background: #fff;
  }

  .post-type-24h .archive-locations__accordion {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .post-type-24h .archive-locations__accordion-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 12px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
  }
  
  .post-type-24h .archive-locations__accordion-summary:hover {
    opacity: 0.8;
  }
  
  .post-type-24h .archive-locations__area-name {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    text-align: left;
  }
  
  .post-type-24h .archive-locations__accordion-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 2px solid var(--color-text-gray);
    border-bottom: 2px solid var(--color-text-gray);
    transform: rotate(-45deg) translateY(-2px);
    transition: transform 0.3s ease;
  }
  /*
  .post-type-24h .archive-locations__accordion[open] .archive-locations__accordion-summary {
    background: #efefef;
  }
  */

  .post-type-24h .archive-locations__accordion[open] .archive-locations__accordion-icon {
    transform: rotate(135deg) translateY(-2px);
  }
  
  .post-type-24h .archive-locations__accordion-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .post-type-24h .archive-locations__store-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .post-type-24h .archive-locations__store-link:hover {
    opacity: 0.8;
  }
  
  .post-type-24h .archive-locations__store-link:first-child {
    border-bottom: 1px solid #fff;
  }
  
  .post-type-24h .archive-locations__store-name {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
  }
  
  .post-type-24h .fa-circle-arrow-right {
    color: #ffffffff;
    font-size: 24px;
    font-style: normal;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
  }

  .post-type-24h .archive-locations__store-icon {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
  }
  
  .post-type-24h .archive-locations__store-link:hover .archive-locations__store-icon {
    opacity: 0.8;
  }
  
  /* Tablet Locations */
  @media screen and (max-width: 980px) {
    .post-type-24h .archive-locations {
      padding: 60px 20px;
    }
  
    .post-type-24h .archive-locations__header {
      margin-bottom: 40px;
    }
  
    .post-type-24h .archive-locations__logo {
      width: 200px;
    }
  
    .post-type-24h .archive-locations__title {
      font-size: 24px;
    }

    .post-type-24h .archive-faq__comment-item img{
      width: 130px;
    }
    .post-type-24h .archive-faq__comment-text{
      font-size: 13px;
    }
  }
  
  /* Mobile Locations */
  @media screen and (max-width: 767px) {
    .post-type-24h .archive-locations {
      padding: 40px 16px;
    }
  
    .post-type-24h .archive-locations__header {
      margin-bottom: 30px;
      gap: 16px;
    }
  
    .post-type-24h .archive-locations__logo {
      width: 160px;
    }
  
    .post-type-24h .archive-locations__title {
      font-size: 22.5px;
    }
    .post-type-24h .archive-locations__content{
      width: 100%;
    }

    .post-type-24h .archive-locations__region-title {
      font-size: 20px;
    }
  
    .post-type-24h .archive-locations__accordion-summary {
      padding: 12px 16px;
    }
  
    .post-type-24h .archive-locations__area-name {
      font-size: 18px;
    }
  
    .post-type-24h .archive-locations__accordion-content {
      padding: 12px 16px;
    }
  
    .post-type-24h .archive-locations__store-link {
      padding: 10px 12px;
    }
  
    .post-type-24h .archive-locations__store-name {
      font-size: 18px;
    }
  
    .post-type-24h .archive-locations__store-icon {
      font-size: 12px;
    }
  }
  

/* ================================================================
   FAQ Section
   ================================================================ */

   .post-type-24h .archive-faq {
    padding: 80px 24px;
    background: #ffffff;
  }
  
  .post-type-24h .archive-faq__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .post-type-24h .archive-faq__title {
    color: var(--color-primary);
    font-family: var(--font-bold);
    font-feature-settings: 'palt' 1;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 0 0 60px 0;
    text-align: center;
  }
  
  .post-type-24h .archive-faq__category {
    margin-bottom: 60px;
    width: 80%;
    max-width: 80%;
    margin: auto;
  }
  
  .post-type-24h .archive-faq__category:last-child {
    margin-bottom: 0;
  }
  
  .post-type-24h .archive-faq__category-title {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 900;
    margin: 15px 0 15px 0;
    padding-bottom: 12px;
    letter-spacing: 0.02em;
  }
  
  .post-type-24h .archive-faq__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .post-type-24h .archive-faq__item {
    border-bottom: 1px solid var(--color-text-light);
  }
  
  .post-type-24h .archive-faq__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    border: none;
    cursor: pointer;
    list-style: none;
    transition: all 0.3s ease;
  }

  .post-type-24h .archive-faq__summary.first-item {
    padding-top: 0;
  }
  
  .post-type-24h .archive-faq__question {
    color: var(--color-text-light);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: left;
  }
  
  .post-type-24h .archive-faq__icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    margin-left: 16px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  
  .post-type-24h .archive-faq__item[open] .archive-faq__summary .archive-faq__icon {
    transform: rotate(225deg);
  }
    
  .post-type-24h .archive-faq__answer {
    padding: 0 0 20px;
    display: none;
  }
  
  .post-type-24h .archive-faq__item[open] .archive-faq__answer {
    display: block;
  }
  
  .post-type-24h .archive-faq__answer p {
    color: var(--color-text-light);
    font-family: var(--font-default);
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
  }
  
  .post-type-24h .archive-faq__answer a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
  }
  
  .post-type-24h .archive-faq__answer a:hover {
    text-decoration: underline;
  }

  
    
  .post-type-24h .archive-faq__comment.include-comment {
    display: flex;
    margin: 100px 0 0;
    align-content: center;
    justify-content: center;
  }

  .post-type-24h .archive-faq__comment-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .post-type-24h .archive-faq__comment-item img {
    width: unset;
    height: 150px;
    max-width: 250px;
    object-fit: contain;
    display: block;
  }
  .post-type-24h .archive-faq__comment-text {
    background-color: var(--color-bg-white);
    color: var(--color-text-light);
    font-size: 15px;
    border: 1px solid var(--color-text-light);
    border-radius: 12px;
    padding: 7px 15px 7px 15px;
    text-align: left;
  }
    
  
  /* Tablet FAQ */
  @media screen and (max-width: 980px) {
    .post-type-24h .archive-faq {
      padding: 60px 20px;
    }
  
    .post-type-24h .archive-faq__title {
      font-size: 18px;
      margin-bottom: 40px;
    }
  
    .post-type-24h .archive-faq__category {
      margin-bottom: 40px;
      width: 100%;
      max-width: 100%;
    }
  }
  
  /* Mobile FAQ */
  @media screen and (max-width: 767px) {
    .post-type-24h .archive-faq {
      padding: 40px 16px;
    }
  
    .post-type-24h .archive-faq__title {
      font-size: 30px;
      margin-bottom: 30px;
    }
  
    .post-type-24h .archive-faq__category-title {
      font-size: 24px;
      margin-bottom: 16px;
    }
  
    .post-type-24h .archive-faq__summary {
      padding: 16px 12px;
    }
    
  
    .post-type-24h .archive-faq__question {
      font-size: 15px;
    }
  
    .post-type-24h .archive-faq__icon {
      margin-left: 12px;
    }
  
    .post-type-24h .archive-faq__answer {
      padding: 0 12px 16px 12px;
    }
  
    .post-type-24h .archive-faq__answer p {
      font-size: 14px;
    }
  
    .post-type-24h .archive-faq__category {
      margin-bottom: 30px;
    }
  }


/* ================================================================
   CTA Section
   ================================================================ */

.post-type-24h .archive-cta {
  padding: var(--spacing-xxl) var(--spacing-md);
  background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  color: #ffffff;
  text-align: center;
}

.post-type-24h .archive-cta__content {
  max-width: 900px;
  margin: 0 auto;
}

.post-type-24h .archive-cta__title {
  color: #ffffff;
  font-family: var(--font-bold);
  font-feature-settings: 'palt' 1;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 var(--spacing-md) 0;
}

.post-type-24h .archive-cta__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: var(--spacing-lg);
}

.post-type-24h .archive-cta__buttons {
  display: flex;
  gap: var(--spacing-md);
  justify-content: center;
  flex-wrap: wrap;
}

.post-type-24h .archive-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: 0 30px;
  height: 60px;
  border-radius: 128px;
  font-family: var(--font-accent);
  font-feature-settings: 'palt' 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 200px;
}

.post-type-24h .archive-cta__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.post-type-24h .archive-cta__button--primary {
  background: #ffffff;
  color: var(--color-primary);
}

.post-type-24h .archive-cta__button--secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 2px solid #ffffff;
}

.post-type-24h .archive-cta__button--line {
  background: #00c300;
  color: #ffffff;
}

/* Mobile CTA */
@media screen and (max-width: 767px) {
  .post-type-24h .archive-cta {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .post-type-24h .archive-cta__title {
    font-size: 28px;
  }

  .post-type-24h .archive-cta__subtitle {
    font-size: 14px;
  }

  .post-type-24h .archive-cta__buttons {
    flex-direction: column;
  }

  .post-type-24h .archive-cta__button {
    font-size: 14px;
    height: 50px;
    width: 80%;
    min-width: auto;
  }
}

/* ================================================================
   Utility & Animation Classes
   ================================================================ */

.post-type-24h .appear {
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Links & Accessibility */
a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}



/* Print Styles */
@media print {
  .post-type-24h .archive-header,
  .post-type-24h .archive-cta,
  .post-type-24h .archive-social {
    display: none;
  }

  .post-type-24h .archive-hero,
  .post-type-24h .archive-services,
  .post-type-24h .archive-faq,
  .post-type-24h .archive-why {
    page-break-inside: avoid;
  }
}

/* ================================================================
   Access Map
   ================================================================ */
.post-type-24h .archive-faq__access-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.post-type-24h .archive-faq__access-map-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.post-type-24h .archive-faq__access-map-title-text{
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 60px 0;
  color: var(--color-primary);
}

.post-type-24h .archive-faq__access-map-container {
  display: flex;
}

.archive-faq__access-map-iframe iframe{
  border-radius: 17px;
  margin-right: 50px;
}

.post-type-24h .archive-faq__access-map-content {
  display: flex;
  flex-direction: column;
}

.archive-faq__access-map-item {
  color: var(--color-text-light);
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

.archive-faq__access-map-bottom-item {
  color: var(--color-text-light);
}

.archive-faq__access-map-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.post-type-24h .archive-faq__access-map-item-address {
  font-weight: 500;
  margin-bottom: 20px;
}

.post-type-24h .archive-faq__access-map-item-text {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .post-type-24h .archive-faq__access-map{
    margin-top: 60px;
  }
  .post-type-24h .archive-faq__access-map-title-text{
    margin: 0 0 40px 0;
  }
  .post-type-24h .archive-faq__access-map-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .post-type-24h .archive-faq__access-map-iframe iframe {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
  }

  .post-type-24h .archive-faq__access-map-content {
    flex-direction: row;
    justify-content: space-around;
  }

  .archive-faq__access-map-item {
    border-bottom: none;
    border-right: 1px solid;
    padding-right: 20px;
  }
  .archive-faq__access-map-item-title {
    font-size: 15px;
  }
  .post-type-24h .archive-faq__access-map-item-address {
    font-size: 13px;
  }
  .post-type-24h .archive-faq__access-map-bottom-item-text {
    font-size: 12px;
  }
}