#wedding-report-wrapper {
    max-width: 100vw;
    overflow: hidden;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    color: #C79850;
    padding-top: 5%;
    padding-bottom: 5%;
    line-height: 1.8;
    letter-spacing: 0;
    background: linear-gradient(#fcfaf6, #eee0ca);
}
#wedding-report-wrapper h1{
    text-align: center;
}
#wedding-report-01 h2{
    font-size: 3.0rem;
    text-align: center;
}
#wedding-report-04 h2{
    font-size: 3.0rem;
    text-align: center;
}
#wedding-report-wrapper span{
    font-size: 3.0rem;
}

#wedding-report-wrapper #wedding-report-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#wedding-report-wrapper .balloon {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}
#lead-comment{
    text-align: center;
}
#wedding-report-schedule h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    text-align: center;
}

#wedding-report-schedule .flex-wrapper .txt {
    width: 45%;
}
#wedding-report-schedule .flex-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
#wedding-report-wrapper dl {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top: 1px dashed #ccc;
}
#wedding-report-wrapper dl dt {
    width: 80px;
    padding: 2rem 2.2rem 2rem 2rem;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    font-size: 1.0rem;
    vertical-align: middle;
}
#wedding-report-wrapper dl dd {
    width: calc(90% - 120px);
    padding: 2rem 0;
    font-size: 1.0rem;
    border-bottom: 1px dashed #ccc;
}
dd {
    margin-bottom: 0;
    margin-left: 0;
}
dl.flex-sp {
    display: flex;
}
.report-block .flex-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0px 5%;
}
.flex-wrapper .txt {
    width: 45%;
}
.flex-wrapper .img {
    width: 50%;
    position: relative;
}
.balloon {
    margin-top: 3rem;
    background-color: white;
    padding: 5.4rem 3rem 3rem;
    border-radius: 8px;
}
.report-block .flex-wrapper .txt .balloon strong {
    font-size: 1.2rem;
}
.balloon strong {
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
    letter-spacing: .1rem;
    text-align: center;
    font-size: 1.4rem;
}
.report-block .flex-wrapper .txt .balloon p {
    font-size: 1.0rem;
}
.new-style p {
    margin: 0;
    text-align: justify;
    font-size: 1.2rem;
}
.report-block .flex-wrapper .txt .balloon:first-child {
    margin-top: 0;
}


.report-block.bg-light {
    position: relative;
}
.report-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
h2 em {
    font-size: 4rem;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
}
#wedding-gallery {
    margin: 40px auto 0;
    display: inline-block;
}

#wedding-gallery .item {
    width: 23%;
    margin: 10px;
    float: left;
}
#wedding-gallery .item img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
#wedding-report-wrapper {
    padding-top: 10%;
}
#wedding-report-wrapper span {
    font-size: 2.0rem;
}
h2 em {
    font-size: 2.4rem;
}
#wedding-report-schedule h2 {
    background: #f1f1e2;
}
#wedding-report-01 h2 {
    background: #f1f1e2;
}
#wedding-report-04 h2 {
    background: #f1f1e2;
}
.report-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.report-block .flex-wrapper {
    display: block;
}
.flex-wrapper .txt {
    width: 100%;
}
.flex-wrapper .img {
    width: 100%;
}
.balloon {
    margin-top: 1rem;
}
#wedding-gallery .item {
    width: 47%;
    margin: 5px;
    float: left;
}
.new-style p {
    font-size: 1rem;
}
.balloon strong {
    font-size: 1.2rem;
}
#wedding-report-schedule .flex-wrapper {
    margin-top: 0px;
    display: block;
    justify-content: center;
}
#wedding-report-schedule .flex-wrapper .txt {
    width: 100%;
}

  }

/* ==================================== */
/* コラムセクションのスタイル */
/* ==================================== */

.column-section {
    padding: 4px 0;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab {
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-weight: 700;
    color: #666;
    transition: all 0.3s ease;
}

.tab:hover {
    background-color: #eee;
}

.tab.active {
    background-color: #cb7e7e; /* ウェディングのイメージに合わせて調整してください */
    color: #fff;
    border-color: #cb7e7e;
}

.article-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.article-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.article-link {
    display: block;
}

.article-image-container {
    overflow: hidden;
}

.article-image {
    width: 100%;
    height: 200px; /* アイキャッチ画像の高さ固定 */
    object-fit: cover; /* 画像が枠内に収まるように調整 */
    transition: transform 0.3s ease;
    margin: 0px 0;
}
.article-image2{
    width: 100%;
    object-fit: cover; /* 画像が枠内に収まるように調整 */
    margin: auto 0;
    padding-bottom:30px;
    text-align: center;
}

.article-card:hover .article-image {
    transform: scale(1.05);
}

.article-content {
    padding: 20px;
}

.article-category {
    display: inline-block;
    background-color: #ffe9e9; /* カテゴリーの背景色 */
    color: #cb7e7e; /* カテゴリーの文字色 */
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.article-title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行で省略 */
    -webkit-box-orient: vertical;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .section-header {
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 2rem;
    }
    .article-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .article-list {
        grid-template-columns: 1fr;
    }
}
/* ... 前回のCSSコードに追記 ... */

/* 非表示にするためのスタイル */
.article-card.hidden {
    display: none;
}