.mv_archive {
    position: relative;
    top: 48px;
    background-image: url(../img/archive-mv.jpeg);
    background-size: cover;
    background-position: center;
    height: 400px;
    /* background-color: #142d1e; */
}
.mv_archive::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #142d1e;
    opacity: 0.5; 
    z-index: 1;
}

.mv_archive_title {
    display: block;
    width: fit-content;
    font-size: 3.5rem;
    font-weight: 600;
    color: #f0f0f0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 50%;
    left: 50%;
    
    
    transform: translate(-50%, -50%);
    z-index: 2;
}

.single_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin: 100px auto 200px auto;
    max-width: 1280px;
    padding: 0 20px;
}

.category_wrapper {
    margin-top: 1rem;
}

.category.single {
    font-size: 1rem;
    padding: 5px 10px;
    background-color: #142d1e;
    color: #f0f0f0;
    border-radius: 25px;
}


.content_block.single {
    width: 65%;
}

.content_inner {
    max-width: 1020px;
    margin: 0 auto;
}

.category.single {
    margin-right: 1.25rem;
}

.single_thumbnail {
    width: 100%;
}

.category_wrapper.single {
    display: flex;
    margin-bottom: 32px;
    width: 100%;
}




.content_inner > h1, 
.content_inner > h2, 
.content_inner > h3, 
.content_inner > h4 {
    font-weight: 600;
}

.content_inner > h1 {
    font-size: 3.5rem;

}
.content_inner > h2 {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 40px 0;
}

.content_inner > h3 {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #000;
    position: relative;
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.content_inner > h3::before {
    content: "";
    display: block;
    top: 5px;
    left: 0;
    width: 5px;
    height: 32px;
    margin-right: 1rem;
    background-color: #203E6E;
}

@media screen and (max-width: 992px) {
    
    
}
@media screen and (max-width: 768px) {
   .single_wrapper {
    flex-direction: column-reverse;
    }
.content_block.single {
    width: 65%;
    margin: 0 auto;
    } 
    
}
@media screen and (max-width: 576px) {
    .mv_archive_title {
        font-size: 2rem;
    }
    
}

.privacy-policy {

}

/* =========================================
   プライバシーポリシー（固定ページID: 3）
   サイドバーなし・1カラム
========================================= */

/* ページ全体の余白 */
.page-id-3 main {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .page-id-3 main {
    padding: 48px 0;
  }
}

/* 本文コンテンツ幅を中央寄せ */
.privacy-policy {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 16px;
  font-size: 1.5rem;
  line-height: 2;
}

/* タイトル */
.privacy-policy h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

/* セクション見出し (1. 基本方針 など) */
.privacy-policy h2 {
  font-size: 1.8rem;
  margin: 40px 0 16px;
  padding-left: 1rem;
  border-left: 4px solid #0b1c16;
}

/* 小見出し (お客様に関する個人情報 など) */
.privacy-policy h3 {
  font-size: 1.6rem;
  margin: 24px 0 8px;
}

/* 本文・リストの余白 */
.privacy-policy p {
  margin-bottom: 16px;
}

.privacy-policy ul {
  margin: 0 0 16px 1.5em;
  padding: 0;
  list-style: disc;
}

.privacy-policy li {
  margin-bottom: 4px;
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.privacy-table th,.privacy-table td{
  padding: 5px;
  font-size: 1.5rem;
  color: #333333;
  text-align: left;
  vertical-align: middle;
    padding: 10px;
}
/* スマホ調整 */
@media (max-width: 768px) {
.privacy-policy {
    font-size: 1rem;
    margin: 0 auto;
  }

.privacy-policy h1 {
    font-size: 2rem;
  }

.privacy-policy h2 {
    font-size: 1.25rem;
  }

.privacy-policy h3 {
    font-size: 1.2rem;
  }

  .privacy-table th,.privacy-table td {
    font-size: 1rem;
  }
}

/* =====================================================
   利用規約 / 注意事項セクション（.terms）
   サウナ族サイトの既存デザインと統一感を持たせたCSS
===================================================== */

.terms {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 16px;
  font-size: 1.5rem;
  line-height: 2;
  color: #0b1c16; /* サウナ族の深緑ベース */
}

@media (max-width: 768px) {
  .terms {
    font-size: 1.4rem;
    margin: 48px auto;
  }
}

/* セクションタイトル（■〇〇〇の部分） */
.terms h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 16px;
  padding-left: 0.8rem;
  border-left: 4px solid #0b1c16;
}

@media (max-width: 768px) {
  .terms h2 {
    font-size: 1.6rem;
    margin: 32px 0 12px;
  }
}

/* 説明文 */
.terms p {
  margin-bottom: 20px;
}

/* リスト（ご利用いただけない方 などの bullet） */
.terms ul {
  margin: 0 0 20px 1.5em;
  padding: 0;
  list-style: disc;
}

.terms li {
  margin-bottom: 6px;
  line-height: 1.8;
}

/* 最後の余白ちょっと締める */
.terms p:last-child {
  margin-bottom: 0;
}