@charset "UTF-8";

/*!
Theme Name: Shelter momo
Description: 
Template:   cocoon-master
*/

/* ========================================
   サイト全体のフォント設定
======================================== */
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

.under-entry-content {
    display: none !important;
}

.single .article p {
    line-height: 2;
    margin-bottom: 1em !important;
}

/*body,
.site-header,
.navi-in a,
.slicknav_nav a,
button,
input,
select,
textarea {
    font-family: 'Zen Maru Gothic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
    font-weight: 500 !important;
}*/

body,
.site-header,
/*.navi-in a,*/
.slicknav_nav a,
button,
input,
select,
textarea {
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

a {
    transition: color 0.3s;
}

/* 見出しにZen Maru Gothicを適用 */
h2,h3,h4,
.zenMaru-G {
    font-family: 'Zen Maru Gothic' !important;
}

/* ========================================
   基本設定
======================================== */
.article h2, .sidebar h2, .sidebar h3, .cat-link, .cat-label, .appeal-content .appeal-button, .demo .cat-label, .blogcard-type .blogcard-label, #footer {
    background-color: transparent;
    color: #eb6e8f;
}
.momo-mv-section *,
.momo-about-section *,
.momo-three-buttons *,
.momo-consultation-info *,
.momo-two-buttons *,
.momo-contact-section *,
.momo-news-section * {
    box-sizing: border-box;
}
.home .content {margin-top: 0;}
.home .main {padding: 0;}
.home .article {margin-bottom: 0;}
.home .entry-content {margin-top: 0; margin-bottom: 0;}
.home .article-header.entry-header {display: none;}

.content {margin-top: 0;}
.main {padding: 0;}
.article,
.entry-content>* {margin-bottom: 0 !important;}
.entry-content {margin: 0;}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}
table:not(.has-border-color) th,
table:not(.has-border-color) td {
    border-color: transparent;
}

.date-tags {display: none;}
.article h3, .article h4, .article h5, .article h6, .cat-link, .tag-link {border: none;}
.article h3 {
    padding: 12px 0;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: 1.6;
}


@media screen and (max-width: 834px) {
    main.main {
        padding: 0;
    }
}

.flex {display: flex;}

.t-center {text-align: center !important;}
.t-left {text-align: left !important;}
.t-right {text-align: right !important;}
.t-bold {font-weight: 700;}
.t-normal {font-weight: normal;}
.t-50 {font-size: 0.5em !important;}
.t-60 {font-size: 0.6em !important;}
.t-70 {font-size: 0.7em !important;}
.t-80 {font-size: 0.8em !important;}
.t-90 {font-size: 0.9em !important;}
.t-110 {font-size: 1.1em !important;}
.t-120 {font-size: 1.2em !important;}
.t-140 {font-size: 1.4em !important;}
.t-160 {font-size: 1.6em !important;}
.t-180 {font-size: 1.8em !important;}
.t-200 {font-size: 2.0em !important;}
.t-220 {font-size: 2.2em !important;}
.t-240 {font-size: 2.4em !important;}
.t-260 {font-size: 2.6em !important;}
.t-280 {font-size: 2.8em !important;}
.t-300 {font-size: 3.0em !important;}

.pink {color: #eb6e8f !important}

.mt-1 {margin-top: 1em !important;}
.mt-2 {margin-top: 2em !important;}
.mt-3 {margin-top: 2em !important;}
.mt-4 {margin-top: 4em !important;}
.mt-5 {margin-top: 5em !important;}
.mt-6 {margin-top: 6em !important;}
.mt-7 {margin-top: 7em !important;}
.mt-8 {margin-top: 8em !important;}
.mt-9 {margin-top: 9em !important;}
.mt-10 {margin-top: 10em !important;}
.mb-1 {margin-bottom: 1em !important;}
.mb-2 {margin-bottom: 2em !important;}
.mb-3 {margin-bottom: 2em !important;}
.mb-4 {margin-bottom: 4em !important;}
.mb-5 {margin-bottom: 5em !important;}
.mb-6 {margin-bottom: 6em !important;}
.mb-7 {margin-bottom: 7em !important;}
.mb-8 {margin-bottom: 8em !important;}
.mb-9 {margin-bottom: 9em !important;}
.mb-10 {margin-bottom: 10em !important;}


/* ========================================
   1. ヘッダーを100%幅に変更
======================================== */
.site-header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner,
.header-container {
    position: relative;
    margin: 0 auto;
    padding: /*15px*/ 0/*30px*/;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container-in.wrap {
    width: 100%;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    margin: 15px 0;
}

/* ========================================
   2. ヘッダーメニューの色変更（全画面共通）
======================================== */
.header-nav a,
.main-nav a,
.navi-in > ul > li > a {
    color: #57474f !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600 !important;
    transition: color 0.3s;
}

.header-nav a:hover,
.main-nav a:hover,
.navi-in > ul > li > a:hover {
    color: #eb6e8f !important;
}

/* ホームメニューをアイコンに */
#menu-item-130 .item-label {
    height: 38px;
    font-size: 0;
}

#menu-item-130 .item-label::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}

/* 現在のページのメニューをキーカラーに */
#navi .navi-in>ul>li.current-menu-item a,
#navi .navi-in>ul>li.current_page_item a {
    color: #eb6e8f !important;
}

/* ボタン共通スタイル */
.header-action-btn,
.mobile-action-btn,
.slicknav-action-btn,
.btn-consult,
.btn-support,
.momo-btn,
.momo-feature-btn ,
.momo-tab-btn ,
.momo-news-tab-btn,
.momo-footer-btn {
    position: relative;
    font-family: 'Zen Maru Gothic' !important;
}

.arrow-r {
    position: relative;
    display: block;
    
}
.arrow-r:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 6px;
    width: 6px;
    height: 10px;
    background-image: url(./img/i-arrow.png);
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-consult {
    background-color: #eb6e8f !important;
    color: #fff !important;
    border: none !important;
}

/* ヘッダーのボタンのみに適用 */
.header-action-btn.btn-consult:hover,
.mobile-action-btn.btn-consult:hover,
.slicknav-action-btn.btn-consult:hover {
    opacity: 0.8;
    color: #fff !important;
}

.btn-support {
    background-color: #fef4f7 !important;
    color: #eb6e8f !important;
    border: 1px solid #eb6e8f !important;
}

.header-action-btn.btn-support:hover,
.mobile-action-btn.btn-support:hover,
.slicknav-action-btn.btn-support:hover {
    opacity: 0.8;
    color: #eb6e8f !important;
}

.btn-consult span,
.btn-support span {
    position: relative;
}
.btn-consult span:before,
.btn-support span:before {
    position: absolute;
    display: block;
    content: "";
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 21px;
    height: 25px;
    padding-right: 8px;
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-consult span:before {
    background-image: url(./img/i-call.png);
}
.btn-support span:before {
    background-image: url(./img/i-clover.png);
}

/* モバイルアクションボタン（デフォルトは非表示） */
.mobile-actions {
    display: none;
}

.curl {
    position: relative;
    display: block;
}
.curl:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 500px;
    height: 33px;
    background-image: url(./img/img-curl.png);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .curl:after {
        width: calc(268px + 232px * (100vw - 320px)/ 448px);
    }
}

/* ========================================
   3. デスクトップ専用設定（1025px以上）
======================================== */
@media (min-width: 1024px) {
    /* ナビをflexboxに */
    #navi-in {
        display: flex !important;
        align-items: stretch !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap;
        min-height: 70px;
    }
    
    /* メニューリスト */
    #navi .navi-in>ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
        margin: 0;
        padding: 10px 0;
    }
    
    #navi .navi-in>ul>li {
        width: auto !important;
    }
    .hlt-tm-small .navi-in > ul li, .cl-slim .navi-in > ul li {
        height: 30px;
    }
    /* アクションボタン */
    .header-actions {
        display: flex;
        flex-shrink: 0;
        padding-left: 20px;
    }
    
    .header-action-btn {
        padding:0 18px 0 44px !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        transition: all 0.3s;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
        margin: calc(10px + 5 * (100vw - 320px)/ 448) 0;
    }
    .header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
        max-height: calc(32px + 8 * (100vw - 320px)/ 448) !important;
    }
}

/* ========================================
   4. タブレット・モバイル設定（1023px以下）
======================================== */
@media (max-width: 1023px) {
    /* PCメニューは非表示 */
    #navi .navi-in>ul.menu-pc {
        display: none !important;
    }
    
    .slicknav_menutxt {
        display: none !important;
    }
    
    /* スライドメニュー本体を右側に配置 */
    .slicknav_nav {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background-color: #f9f2de !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        padding: 40px 15px 30px !important;
        transform: translateX(100%) !important;
        transition: transform 0.3s ease !important;
    }
    
    /* メニューが閉じている時 */
    .slicknav_nav.slicknav_hidden {
        transform: translateX(100%) !important;
    }
    
    /* メニューが開いた時 */
    .slicknav_nav:not(.slicknav_hidden) {
        transform: translateX(0) !important;
    }
    
    /* ハンバーガーボタンを固定位置に */
    .slicknav_btn {
        position: absolute !important;
        top: 10px !important;
        right: 20px !important;
        z-index: 10001 !important;
        background-color: transparent !important;
        padding: 10px !important;
        margin: 0 !important;
        width: 44px !important;
        height: 44px !important;
    }

    /* メニューが開いた時だけ fixed */
    .slicknav_open .slicknav_btn {
        position: fixed !important;
    }
    
    .slicknav_menu {
        padding: 0;
        background: transparent !important;
    }
    
    /* ハンバーガーアイコンのアニメーション */
    .slicknav_icon {
        position: relative !important;
        width: 24px !important;
        height: 18px !important;
        display: block !important;
    }
    
    .slicknav_icon-bar {
        background-color: #57474f !important;
        height: 3px !important;
        width: 100% !important;
        position: absolute !important;
        left: 0 !important;
        transition: all 0.3s ease !important;
        margin: 0 !important;
    }
    
    .slicknav_icon-bar:nth-child(1) {
        top: 0 !important;
    }
    
    .slicknav_icon-bar:nth-child(2) {
        top: 7px !important;
    }
    
    .slicknav_icon-bar:nth-child(3) {
        top: 14px !important;
    }
    
    /* メニューが開いた時：❌に変形 */
    .slicknav_open .slicknav_icon-bar:nth-child(1) {
        top: 7px !important;
        transform: rotate(45deg) !important;
    }
    
    .slicknav_open .slicknav_icon-bar:nth-child(2) {
        opacity: 0 !important;
    }
    
    .slicknav_open .slicknav_icon-bar:nth-child(3) {
        top: 7px !important;
        transform: rotate(-45deg) !important;
    }
    
    /* メニュー項目のスタイル */
    .slicknav_nav a {
        color: #57474f !important;
        font-size: 16px;
        padding: 10px !important;
        border-bottom: 1px solid #57474f !important;
    }
    
    .slicknav_nav a:hover {
        color: #eb6e8f !important;
    }
    
    /* オーバーレイ（背景を暗くする） */
    .slicknav_menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    /* メニューが開いた時のオーバーレイ */
    .slicknav_menu.slicknav_open::before {
        opacity: 1;
        visibility: visible;
    }
    
    /* デスクトップボタンを非表示 */
    .header-actions {
        display: none !important;
    }
    
    /* モバイルボタンを表示 */
    .mobile-actions {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        padding: 20px;
        margin: 0;
    }

    .mobile-action-btn {
        width: 50%;
        max-width: 300px;
        padding: 15px 20px !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-align: center;
        transition: all 0.3s;
        border-radius: 8px !important;
        display: block;
    }
    
    .mobile-action-btn.btn-consult {
        background-color: #eb6e8f !important;
        color: #fff !important;
        border: none !important;
    }
    
    .mobile-action-btn.btn-support {
        background-color: #fff !important;
        color: #eb6e8f !important;
        border: 1px solid #eb6e8f !important;
    }

    /* スライドメニュー内のアクションボタン */
    .slicknav-actions {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 30px 0 0 0;
        border-top: 1px solid #f0f0f0;
    }

    .slicknav-action-btn {
        width: 50%;
        max-width: 300px;
        padding: 15px 20px !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-align: center;
        transition: all 0.3s;
        border-radius: 8px !important;
        display: block;
    }

    .slicknav-action-btn.btn-consult {
        background-color: #eb6e8f !important;
        color: #fff !important;
        border: none !important;
    }

    .slicknav-action-btn.btn-support {
        background-color: #fff !important;
        color: #eb6e8f !important;
        border: 1px solid #eb6e8f !important;
    }
}

@media (max-width: 768px) {
    .slicknav_btn {
        top: calc(5px + 5 * (100vw - 320px)/ 448) !important;
        right: calc(10px + 10 * (100vw - 320px)/ 448) !important;
    }
    .mobile-action-btn {
        padding: calc(10px + 5 * (100vw - 320px)/ 448) calc(20px + 10 * (100vw - 320px)/ 448) !important;
    }
}
@media (max-width: 500px) {
    .mobile-action-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: calc(44px - 24 * (100vw - 320px)/ 180) !important;
        font-size: calc(16px + 4 * (100vw - 320px)/ 180) !important;
    }
}



/* ========================================
   メインビジュアル
======================================== */
.momo-mv-section {
    background-color: #fdfaf4;
    margin-bottom: 0 !important;
    padding: 60px 0 30px;
    text-align: center;
}

.momo-mv-subtitle {
    font-family: 'Zen Maru Gothic' !important;
    font-size: 28px;
    color: #eb6e8f;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 30px !important;
}

.momo-mv-subtitle br {
    display: none;
}

/* Swiper */
.momo-mv-swiper {
    max-width: 100%;
    margin: 0 auto 30px;
    overflow: visible;
}

.momo-mv-swiper .swiper-slide {
    width: 780px;
    max-width: 90%;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.momo-mv-swiper .swiper-slide-active {
    opacity: 1;
}

.momo-mv-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.momo-mv-swiper .swiper-pagination {
    display: none;
    margin-top: 20px;
}

.momo-mv-swiper .swiper-pagination-bullet {
    background-color: #eb6e8f;
    opacity: 0.3;
}

.momo-mv-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.momo-mv-message p {
    font-family: 'Zen Maru Gothic' !important;
    font-size: 32px;
    color: #eb6e8f;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .momo-mv-section {
        padding: calc(20px + 40 * (100vw - 320px)/ 448) 0 calc(20px + 10 * (100vw - 320px)/ 448);
    }
    .momo-mv-subtitle {
        font-size: calc(17px + 5 * (100vw - 320px)/ 448);
        margin-bottom: calc(0.1em + 1.7 * (100vw - 320px)/ 448);
    }

    .momo-mv-subtitle br {
        display: block;
    }
    
    .momo-mv-message p {
        margin-bottom: calc(0.1em + 1.7 * (100vw - 320px)/ 448);
        font-size: calc(17px + 7 * (100vw - 320px)/ 448);
    }
}

/* ========================================
   モモについて
======================================== */
.momo-about-section {
    padding: 80px 0;
    background-color: #fff;
}

.momo-section-title {
    position: relative;
    color: #333 !important;
    text-align: center;
    font-size: 34px !important;
    font-weight: 500 !important;
    margin-bottom: 60px;
}

.momo-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #eb6e8f;
}

.momo-title-icon {
    color: #eb6e8f;
    margin-right: 10px;
}
.momo-title-icon img {
    max-width: 50px;
    height: auto;
    padding-bottom: 11px;
}

.momo-about-content {
    position: relative;
    width: 100%;
    overflow: visible;
}

.momo-about-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 0 calc(40vw + 40px); /* 画像幅40vw + 余白40px */
}

.momo-about-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40vw;
    min-width: 350px;
    max-width: 650px; /* 550px → 650px */
}

.momo-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 0 20px 20px 0;
}

.momo-about-text {
    position: relative;
    z-index: 1;
}

.momo-highlight-text {
    font-size: 24px;
    color: #eb6e8f;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
}

.momo-about-description p {
    margin-bottom: 20px;
    line-height: 2;
    color: #453336;
    font-size: 18px;
}

.momo-btn {
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.momo-btn:before {
    position: absolute;
    display: block;
    content: "";
    left: 14px;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 18px;
    height: 26px;
    padding-right: 8px;
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
}

.momo-btn-pink-outline {
    border: 4px solid #eb6e8f;
    color: #333;
    background-color: transparent;
}

.momo-btn-pink-outline:hover {
    background-color: #eb6e8f;
    color: #fff;
}

.momo-btn-pink-outline.arrow-r:after {
    filter: brightness(0) saturate(100%) invert(64%) sepia(27%) saturate(3896%) hue-rotate(304deg) brightness(99%) contrast(86%);
}
.momo-btn-pink-outline:hover.arrow-r:after {
    filter: brightness(0) invert(1); /* 白 */
}

.momo-about-section .momo-btn.momo-btn-pink-outline {
    padding-left: 50px;
}
.momo-about-section .momo-btn.momo-btn-pink-outline:before {
    background-image: url(./img/favicon.png);
}

@media (max-width: 768px) {
    .momo-about-section {
        padding: 40px 0;
    }
    .momo-about-inner {
        padding: 0 20px;
    }
    .momo-section-title {
        font-size: calc(18px + 10 * (100vw - 320px)/ 448) !important;
        margin-bottom: 24px !important;
    }
    .momo-title-icon {
        margin-right: calc(5px + 5 * (100vw - 320px)/ 448);
    }
    .momo-title-icon img {
        width: calc(24px + 26 * (100vw - 320px)/ 448);
        padding-bottom: calc(3px + 8 * (100vw - 320px)/ 448);
    }

    .momo-about-image {
        position: static;
        width: 100%;
        min-width: auto;
        max-width: none;
        height: calc(150px + 250 * (100vw - 320px)/ 448);
        margin-bottom: 30px;
    }
    .momo-about-image img {
        border-radius: calc(8px + 8 * (100vw - 320px)/ 448);
        object-position: center calc(-192px - 292px * (100vw - 320px) / 448px);
    }

    .momo-highlight-text {
        font-size: calc(17px + 7 * (100vw - 320px)/ 448);
        margin-bottom: calc(15px + 15 * (100vw - 320px)/ 448) !important;
    }

    .momo-btn {
        font-size: calc(16px + 4 * (100vw - 320px)/ 448);
    }

    
}

/* ========================================
   3つのボタン
======================================== */
.momo-three-buttons {
    margin-bottom: 0;
    padding-bottom: 60px;
    /*padding-bottom: 120px;
    background: url(./img/clovers2.jpg) center bottom scroll repeat-x;
    background-size: 42%;*/
}

.momo-button-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.momo-feature-btn {
    padding: 10px 15px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}
.momo-feature-btn:hover {
    color: #fff !important;
    opacity: 0.7;
}
.momo-feature-btn.arrow-r:after {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(321deg) brightness(101%) contrast(102%);
}

.momo-btn-shelter {
    background-color: #eb6e8f;
}

.momo-btn-home {
    background-color: #7cb342;
}

.momo-btn-aftercare {
    background-color: #5dade2;
}

@media (max-width: 768px) {
    .momo-button-grid {
        padding: 0 20px;
        gap: calc(10px + 10 * (100vw - 320px)/ 448);
    }

    .momo-feature-btn {
        padding: 10px calc(1px + 14 * (100vw - 320px)/ 448);
        border-radius: 16px;
        font-size: calc(14px + 4 * (100vw - 320px)/ 448);
    }
}
@media (max-width: 499px) {
    .momo-button-grid {
        grid-template-columns: 1fr;
    }
}


/* ========================================
   相談と支援について
======================================== */
.momo-consultation-wrapper {
    position: relative;
    overflow: hidden;
}

.momo-consultation-info {
    position: relative;
    margin-bottom: 0;
    padding: 80px 20px 1.8em;
    background: #fafbf4;
    text-align: center;
}

.momo-consultation-info .momo-section-title {
    color: #333 /*#7cb342 */!important;
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 35px;
}
/*
.momo-consultation-info .momo-section-title span,
.momo-consultation-info .momo-section-title span {
    position: relative;
}
.momo-consultation-info .momo-section-title span:before,
.momo-consultation-info .momo-section-title span:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 34px;
    background-position: 0 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(79%) sepia(16%) saturate(6712%) hue-rotate(42deg) brightness(104%) contrast(49%);
}
.momo-consultation-info .momo-section-title span:before {
    left: -43px;
    padding-right: 8px;
    background-image: url(./img/i-call.png);
}
.momo-consultation-info .momo-section-title span:after {
    right: -40px;
    padding-left: 8px;
    background-image: url(./img/i-clover.png);
}
*/
.momo-section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.momo-section-description {
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 2;
}

.momo-scroll-down {
    font-size: 24px;
    color: #eb6e8f;
}

.momo-flow-arrow {
    transform: rotate(-90deg);
    filter: brightness(0) invert(1); /* 白 */
}




/* 初期状態（アニメーション前） */
.momo-fairy-ball {
    position: absolute;
    z-index: 0;
    opacity: 0;  /* アニメーション用 */
    transform: scale(0);  /* アニメーション用 */
    transition: all 0.8s ease-out;
}

/* 青 - 左 */
.momo-fairy-ball.blue {
    width: clamp(200px, 20vw, 350px);
    height: clamp(200px, 20vw, 350px);
    left: clamp(-100px, -5vw, -30px);
    top: 77%;
    transform: translateY(-50%) scale(0);  /* scale(0)を追加 */
    transition-delay: 0s;
}

/* 緑 - 左上 */
.momo-fairy-ball.green {
    width: clamp(150px, 15vw, 250px);
    height: clamp(150px, 15vw, 250px);
    left: clamp(17%, 27vw, 32%);
    top: clamp(5px, -5vw, -30px);
    transition-delay: 0.2s;
}

/* 黄色 - 右上 */
.momo-fairy-ball.yellow {
    width: clamp(180px, 18vw, 300px);
    height: clamp(180px, 18vw, 300px);
    right: clamp(10%, 20vw, 25%);
    top: clamp(33px, -3vw, -20px);
    transition-delay: 0.4s;
}

/* ピンク - 右 */
.momo-fairy-ball.pink {
    width: clamp(220px, 22vw, 350px);
    height: clamp(220px, 22vw, 350px);
    right: clamp(-120px, -8vw, -50px);
    top: clamp(30%, 40%, 50%);
    transition-delay: 0.6s;
}

/* アニメーション後 */
.momo-consultation-wrapper.animate .momo-fairy-ball {
    opacity: 0.35;
    transform: scale(1);
}

.momo-consultation-wrapper.animate .momo-fairy-ball.blue {
    transform: translateY(-50%) scale(1);  /* translateYを維持 */
}

/* ふわふわアニメーション */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-50px); }
}

.momo-consultation-wrapper.animate.momo-fairy-ball {
    animation: float 3s ease-in-out infinite;
}

.momo-fairy-ball.blue {
    animation-delay: 0s;
}

.momo-fairy-ball.green {
    animation-delay: 0.5s;
}

.momo-fairy-ball.yellow {
    animation-delay: 1s;
}

.momo-fairy-ball.pink {
    animation-delay: 1.5s;
}

/* テキストを前面に */
.momo-consultation-info > *:not(.momo-fairy-ball) {
    position: relative;
    z-index: 1;
}

/* スマホ用調整 */
@media (max-width: 768px) {
    .momo-consultation-wrapper.animate .momo-fairy-ball {
        opacity: 0.4;
    }
    
    .momo-fairy-ball.blue {
        width: 150px;
        height: 150px;
    }
    
    .momo-fairy-ball.green,
    .momo-fairy-ball.yellow {
        width: 120px;
        height: 120px;
    }
    
    .momo-fairy-ball.pink {
        width: 140px;
        height: 140px;
    }
    .momo-flow-arrow {
        transform: rotate(0deg);
    }
}

@media (max-width: 500px) {
    .momo-fairy-ball.blue {
        width: 140px;
        height: 140px;
        left: -16px;
        top: 77%;
    }
    
    .momo-fairy-ball.green {
        width: 80px;
        height: 80px;
        left: 13%;
        top: 10px;
    }
    
    .momo-fairy-ball.yellow {
        width: 90px;
        height: 90px;
        right: 7%;
        top: 33px;
    }
    
    .momo-fairy-ball.pink {
        width: 140px;
        height: 140px;
        right: -16px;
        top: 51%;
    }
}

/* ========================================
   2つのタブボタン
======================================== */
/* 2つのタブボタン */
.momo-two-buttons {
    padding: 0;
    background: #fafbf4;
    margin-bottom: 0;
}

.momo-button-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
}

.momo-tab-btn {
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity 0.3s; /* opacityのみ */
}

/* デフォルト: 白背景、ピンク枠 */
.momo-tab-btn {
    background-color: #fff !important;
    color: #eb6e8f !important;
    border: 4px solid #ee85a1 !important;
    border-bottom: none;
}

/* アクティブ: ピンク背景、白文字 */
.momo-tab-btn.active {
    background-color: #ee85a1 !important;
    color: #fff !important;
    border: 4px solid #ee85a1;
    border-bottom: none;
}

/* 左ボタン */
.momo-tab-btn-consult {
    border-radius: 10px 0 0 0;
    border-right: none;
}

/* 右ボタン */
.momo-tab-btn-support {
    border-radius: 0 10px 0 0;
    border-left: none;
}

/* タブボタンのホバー - テーマより優先 */
.momo-tab-btn:hover {
    opacity: 0.8;
    color: inherit !important; /* 元の色を維持 */
}

.momo-tab-btn.active:hover {
    opacity: 1;
    color: #fff !important; /* activeは白文字維持 */
}

/* 非activeのタブボタン */
.momo-tab-btn:not(.active) {
    color: #eb6e8f !important;
}

.momo-tab-btn:not(.active):hover {
    color: #eb6e8f !important; /* ホバー時もピンク維持 */
}

.momo-tab-btn.active span:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(220deg) brightness(103%) contrast(104%);
}
.momo-tab-btn:not(.active) span:before {
    filter: brightness(0) saturate(100%) invert(77%) sepia(54%) saturate(1072%) hue-rotate(293deg) brightness(93%) contrast(101%);
}

/* タブコンテンツ */
.momo-tab-content {
    display: none;
    background-color: #ee85a1;
}

.momo-tab-content.active {
    display: block;
}

.momo-tab-content h3 {
    border: none;
}

@media (max-width: 768px) {
    .momo-consultation-info {
        padding-top: 60px;
    }
    .momo-consultation-info .momo-section-title {
        font-size: calc(24px + 8 * (100vw - 320px) / 448) !important;
    }
    .momo-button-wrapper {
        max-width: 90%;
    }
    .momo-tab-btn {
        padding: calc(8px + 12 * (100vw - 320px)/ 448) 
                 calc(1px + 39 * (100vw - 320px)/ 448) 
                 calc(8px + 12 * (100vw - 320px)/ 448) 
                 calc(24px + 16 * (100vw - 320px)/ 448);
        font-size: calc(16px + 4 * (100vw - 320px)/ 448);
    }
    .momo-contact-section {
        padding: calc(50px + 30 * (100vw - 320px)/ 448) 20px;
    }
}

/* ========================================
   電話番号・相談フロー
======================================== */
.momo-contact-section {
    padding: 80px 20px;
    background: #ee85a1;
    text-align: center;
    color: #fff;
}

.momo-phone-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px !important;
    letter-spacing: 0.05em;
}
.momo-phone-number a {
    color: #fff;
    text-decoration: none;
}

.momo-phone-hours {
    font-size: 16px;
    margin-bottom: 50px !important;
}

.momo-consultation-flow h3 {
    font-size: 32px;
    margin-bottom: 20px !important;
    font-weight: 500;
}

.momo-flow-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.momo-flow-box {
    background-color: #fff;
    color: #453336;
    border-radius: 16px;
    width: 240px;
    min-width: 240px;
    height: 240px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.momo-flow-box h4 {
    margin-bottom: 0;
    border: none;
    color: #eb6e90;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
}

.momo-flow-box p {
    font-size: 16px;
    font-weight: 500;
    color: #62494d;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0;
}
.momo-flow-box img {
    max-height: 112px;
}

.momo-flow-arrow {
    font-size: 24px;
    color: #fff;
}

.momo-btn-white-outline {
    border: 4px solid #fff;
    background-color: transparent;
    font-size: 24px;
    color: #fff;
}

.momo-btn-white-outline:hover {
    background-color: #fff;
    color: #eb6e8f;
}

.momo-btn-white-outline.arrow-r:after {
        filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(321deg) brightness(101%) contrast(102%);
}
.momo-btn-white-outline:hover.arrow-r:after {
    filter: brightness(0) saturate(100%) invert(78%) sepia(32%) saturate(6719%) hue-rotate(303deg) brightness(96%) contrast(92%);
}

.momo-btn.momo-btn-white-outline {
    padding-left: 35px;
}
.momo-btn.momo-btn-white-outline:before {
    display: none;
}

/* 支援セクション */
.momo-support-section {
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}

.momo-support-title {
    font-size: 32px !important;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.momo-support-subtitle {
    margin-bottom: 30px !important;
    border: none !important;
    color: #333;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center;
    line-height: 1.8 !important;
}

.momo-support-description {
    padding: 50px 70px;
    margin-bottom: 60px;
    border-radius: 16px;
    background-color: #fff;
    color: #333 !important;
    text-align: left;
}

.momo-support-description p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

.momo-support-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.momo-support-buttons .momo-btn {
    min-width: 250px;
}

.arrow {
    margin-left: 10px;
}

/* レスポンシブ */
@media (max-width: 1120px) {
    .momo-support-title {
        font-size: calc(28px + 2 * (100vw - 1024px)/ 96) !important;
    }
}
@media (max-width: 768px) {
    .momo-support-section {
        padding: 40px 20px;
    }

    .momo-contact-section {
        padding: calc(50px + 30 * (100vw - 320px)/ 448) 20px;
    }

    .momo-phone-number {
        font-size: calc(32px + 16 * (100vw - 320px)/ 448);
    }
    .momo-phone-hours {
        font-size: calc(14px + 2 * (100vw - 320px)/ 448);
        margin-bottom: calc(20px + 30 * (100vw - 320px)/ 448) !important;
    }
    .momo-consultation-flow h3 {
        font-size: calc(24px + 8 * (100vw - 320px)/ 448);
        margin-bottom: calc(10px + 10 * (100vw - 320px)/ 448) !important;
    }
    .momo-flow-boxes {
        flex-direction: column;
        gap: calc(10px + 10 * (100vw - 320px)/ 448);
    }
    .momo-btn-white-outline {
        font-size: calc(20px + 4 * (100vw - 320px)/ 448);
    }

    .momo-support-title {
        font-size: calc(24px + 8 * (100vw - 320px)/ 448) !important;
        margin-bottom: calc(20px + 20 * (100vw - 320px)/ 448) !important;
    }
    .momo-support-description {
        padding: calc(34px + 16 * (100vw - 320px)/ 448) calc(20px + 50 * (100vw - 320px)/ 448);
        margin-bottom: calc(34px + 26 * (100vw - 320px)/ 448);
    }
    .momo-support-description p {
        margin-bottom: calc(5px + 15 * (100vw - 320px)/ 448);
    }
    .momo-support-description p img {
        width: calc(120px + 28 * (100vw - 320px)/ 448);
    }
    .momo-support-subtitle {
        margin-bottom: calc(10px + 20 * (100vw - 320px)/ 448) !important;
        font-size: calc(18px + 6 * (100vw - 320px)/ 448) !important;
    }
    
    /*.momo-support-buttons {
        flex-direction: column;
        align-items: center;
    }*/
}

/* ========================================
   お知らせ
======================================== */
.momo-news-section {
    padding: 40px 20px;
}

.momo-news-section .momo-section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}

.momo-news-tab-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.momo-news-tab-btn {
    width: 12em;
    padding: 12px 0;
    background-color: #f5f5f5;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.momo-news-tab-btn.active {
    background-color: #eb6e8f;
    color: #fff;
}

.momo-news-list {
    list-style: none;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 !important;
}

.momo-news-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.momo-news-date {
    font-size: 14px;
    color: #999;
    min-width: 100px;
}

.momo-news-title {
    flex: 1;
    color: #453336;
    text-decoration: none;
}

.momo-news-title:hover {
    color: #eb6e8f;
}

.momo-news-more {
    text-align: center;
    margin-top: 40px;
}

.momo-btn-outline-dark {
    border: 2px solid #453336;
    color: #453336;
    background-color: transparent;
}

.momo-btn-outline-dark:hover {
    color: #333;
    opacity: 0.8;
    /*background-color: #453336;
    color: #fff;*/
}

.momo-news-section .momo-btn:before {
    display: none;
}

.sns-section {
    text-align: center;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #e0e0e0;
}

.sns-section img {
    max-width: 300px;
    padding-bottom: 1em;
}
.sns-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.sns-section .flex {
    justify-content: center;
    gap: 30px;
}

.sns-section .momo-btn {
    color: #fff;
    padding: 12px 60px;
    border-radius: 16px;
    transition: all 0.3s;
}
.sns-section .momo-btn:hover {
    color: #fff !important;
    opacity: 0.7;
}
.sns-section .momo-btn.facebook {
    background-color: #1877f2;
}
.sns-section .momo-btn.instagram {
    background-color: #cf2e92;
}
.sns-section .momo-btn.x-twitter {
    background-color: #1da1f2;
}

.sns-section .btn {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    padding-top: 12px;
    border-radius: 14px;
    border: none;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.sns-section .btn .fa-brands {
    position: relative;
    display:inline-block;
    font-size: 70px;/*アイコンサイズ*/
    transition: .5s
}

.sns-section .btn .fa-brands:hover {/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.sns-section .btn.facebook {
    background-color: #1877f2;
}
.sns-section .btn.x-twitter {
    background-color: #1da1f2;
}

.sns-section .btn.instagram {/*ボタンの下地*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.sns-section .btn.instagram:before{/*グラデーション②*/
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.sns-section .btn.instagram div {
  position: relative;
}





/* お知らせタブコンテンツ */
.momo-news-tab-content {
    display: none;
}

.momo-news-tab-content.active {
    display: block;
}

/* ========================================
   レスポンシブ
======================================== */
@media (max-width: 768px) {
    
    
    .momo-about-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /*.momo-button-grid {
        grid-template-columns: 1fr;
    }*/
    
    /*.momo-button-wrapper {
        grid-template-columns: 1fr;
    }*/
    
    /*.momo-tab-btn-consult {
        border-radius: 10px 10px 0 0;
    }*/
    
    /*.momo-tab-btn-support {
        border-radius: 0;
        border-left: 1px solid #e0e0e0;
    }*/
    
    
    
    
    
    
    
    .momo-news-item {
        flex-direction: column;
        gap: 10px;
    }

    .sns-section .flex {
        gap: calc(15px + 15 * (100vw - 320px)/ 448);
    }
    .sns-section img {
        max-width: calc(268px + 32 * (100vw - 320px)/ 448);
        padding-bottom: 1em;
    }
    .sns-section .btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: calc(64px + 56 * (100vw - 320px)/ 448);
        height: calc(64px + 56 * (100vw - 320px)/ 448);
        font-size: calc(10px + 6 * (100vw - 320px)/ 448);
    }

    .sns-section .btn .fa-brands {
        font-size: calc(36px + 34 * (100vw - 320px)/ 448);
    }
}



/* ========================================
   フッターリンク
======================================== */
.momo-footer-links {
    margin-bottom: 0;
    padding: 80px 20px 60px;
    background-color: #fdfaf4;
}

.momo-footer-links-container {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-footer-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.momo-footer-box {
    /* ボックス全体 */
}

/* ボタン部分 */
.momo-footer-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #62494d/*#453336*/;
    padding: 30px 25px;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: opacity 0.3s;
}

.momo-footer-btn:hover {
    opacity: 0.8;
    color: #fff !important;
}

.momo-footer-btn.arrow-r:after {
    filter: brightness(0) invert(1); /* 白 */
}

.momo-footer-icon {
    width: 100px;
}

/* リスト部分 */
.momo-footer-menu {
    list-style: none;
    padding: 20px 0 0 0 !important;
    margin: 0;
}

.momo-footer-menu li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.momo-footer-menu li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #333;
}

.momo-footer-menu a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.momo-footer-menu a:hover {
    color: #eb6e8f !important;
}

/* フッターロゴのホバー時に背景を透明にする */
.footer-bottom-logo a.site-name-text-link:hover {
  background-color: transparent !important;
  opacity: 0.7 !important; /*念のため不透明度も100%に固定*/
  transition: 0.3s;
}


/* レスポンシブ */
@media (max-width: 1024px) {
    .momo-footer-btn {
        gap: calc(5px + 10 * (100vw - 768px)/ 256);
        padding: 30px calc(15px + 15 * (100vw - 768px)/ 256);
    }
    .momo-footer-icon {
        width: calc(50px + 50 * (100vw - 768px)/ 256);
    }
}

@media (max-width: 768px) {
    
}
@media (max-width: 767px) {
    .momo-footer-boxes {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .momo-footer-btn {
        gap: calc(5px + 10 * (100vw - 320px)/ 447);
        padding: 30px calc(15px + 15 * (100vw - 320px)/ 447);
    }
    .momo-footer-icon {
        width: calc(50px + 50 * (100vw - 320px)/ 447);
    }
}

.footer {
    margin-top: 0;
}
.footer.footer-container {
    background-color: #453336 !important;
}
.footer-bottom-logo {
    float: none !important;
    bottom: 0;
    position: relative !important;
}
.footer-bottom-content {
    float: none !important;
    text-align: center !important;
}

.footer-bottom-content .copyright {
    color: #fff !important;
}




/* ========================================
   モモについて ページ
======================================== */

/* ページヘッダー */
.momo-page-header {
    background-color: #fef4f7;
    padding: 60px 20px 40px;
    text-align: center;
}

.momo-page-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.momo-page-subtitle {
    font-size: 18px;
    color: #666;
}

/* モモとは（理念） */
.momo-about-mission {
    padding: 80px 20px;
    background-color: #fff;
}

.momo-about-mission-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-section-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #eb6e8f;
    text-align: center;
    margin-bottom: 40px;
}

.momo-mission-content p {
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-bottom: 20px;
}

/* モモの想い */
.momo-philosophy {
    padding: 80px 20px;
    background-color: #fef4f7;
}

.momo-philosophy-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.momo-philosophy-image img {
    width: 100%;
    border-radius: 10px;
}

.momo-philosophy-title {
    font-size: 32px;
    font-weight: 700;
    color: #eb6e8f;
    margin-bottom: 30px;
}

.momo-philosophy-message {
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
}

.momo-philosophy-text p {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

/* 活動内容 */
.momo-activities {
    padding: 80px 20px;
    background-color: #fff;
}

.momo-activities-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.momo-activity-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.momo-activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.momo-activity-image {
    width: 100%;
    /*height: 200px;*/
    overflow: hidden;
}

.momo-activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.momo-activity-content {
    padding: 30px 20px;
}

.momo-activity-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.momo-activity-description {
    font-size: 16px !important;
    text-align: left;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* 代表者メッセージ */
.momo-message {
    padding: 80px 20px;
    background-color: #fef4f7;
}

.momo-message-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-message-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    margin-top: 60px;
}

.momo-message-photo {
    text-align: center;
}

.momo-message-photo img {
    width: 100%;
    max-width: 240px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.momo-message-role {
    font-size: 14px;
    color: #666;
}

.momo-message-name-text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.momo-message-title {
    font-size: 24px;
    font-weight: 700;
    color: #eb6e8f;
    margin-bottom: 30px;
}

.momo-message-text p {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

/* 実績 */
.momo-achievements {
    padding: 80px 20px;
    background-color: #eb6e8f;
}

.momo-achievements-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-achievement-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.momo-achievement-item {
    text-align: center;
}

.momo-achievement-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.momo-achievement-number span {
    font-size: 24px;
}

.momo-achievement-label {
    font-size: 14px;
    color: #fff;
}

/* 法人概要 */
.momo-organization {
    padding: 80px 20px;
    background-color: #fff;
}

.momo-organization-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-organization-table {
    width: 100%;
    margin-top: 60px;
    border-collapse: collapse;
}

.momo-organization-table th,
.momo-organization-table td {
    padding: 20px;
    border-bottom: 1px solid #c8bcc2 !important/*#e0e0e0*/;
    text-align: left;
    vertical-align: top;
}

.momo-organization-table th {
    width: 200px;
    font-weight: 700;
    color: #333;
    background-color: #fff !important/*#fef4f7*/;
}

.momo-organization-table td {
    color: #666;
    line-height: 1.8;
}

/* CTA */
.momo-cta {
    padding: 80px 20px;
    background-color: #fef4f7;
}

.momo-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    margin: 0;
}

.momo-cta-btn {
    width: 50%;
    max-width: 300px;
    padding: 40px 20px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    border-radius: 8px;
    display: block;
}
.momo-cta-btn:hover {
    opacity: 0.7;
}

/*.momo-cta-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.momo-cta-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.momo-cta-text {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.momo-cta-btn-consult:hover .momo-cta-text {
    color: #eb6e8f !important;
}

.momo-cta-btn-support:hover .momo-cta-text {
    color: #eb6e8f !important;
}*/

/* レスポンシブ */
@media (max-width: 1024px) {
    .momo-philosophy-inner {
        grid-template-columns: 1fr;
    }
    
    .momo-activities-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-message-content {
        grid-template-columns: 1fr;
    }
    
    .momo-achievement-items {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .momo-page-title {
        font-size: 28px;
    }
    
    .momo-section-title,
    .momo-section-subtitle {
        font-size: 24px;
    }
    
    .momo-philosophy-title {
        font-size: 24px;
    }
    
    .momo-cta-buttons {
        grid-template-columns: 1fr;
    }
    
    .momo-organization-table th,
    .momo-organization-table td {
        display: block;
        width: 100%;
    }
    
    .momo-organization-table th {
        border-bottom: none;
        padding-bottom: 5px;
    }
}


/* 
========================================
相談するページ CSS（修正版）
========================================
*/

/* ページヘッダー */
.momo-consult-header {
    background: linear-gradient(135deg, #fef4f7 0%, #fff 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.momo-consult-header-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-consult-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 20px;
    line-height: 1.4;
}

.momo-consult-subtitle {
    font-size: 1.1rem;
    color: #666;
    font-weight: 600;
}

/* 電話番号セクション */
.momo-consult-phone {
    background: #fff;
    padding: 60px 20px;
}

.momo-consult-phone-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #fef4f7;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(235, 110, 143, 0.1);
}

.momo-consult-phone-label {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.momo-consult-phone .momo-phone-number {
    margin: 20px 0;
}

.momo-consult-phone .momo-phone-number a {
    /*font-size: 2.5rem;
    font-weight: bold;*/
    color: #eb6e8f;
    /*text-decoration: none;
    display: inline-block;
    transition: transform 0.3s;*/
}

.momo-consult-phone-number a:hover {
    transform: scale(1.05);
}

.momo-consult-phone-time {
    font-size: 1rem;
    color: #666;
    margin: 20px 0;
}

.momo-consult-phone-buttons {
    margin: 30px 0 20px;
}

.momo-consult-contact-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #eb6e8f;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s;
}

.momo-consult-contact-btn:hover {
    background: #d5537a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(235, 110, 143, 0.3);
}

.momo-consult-note {
    margin-top: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
}

/* 悩みセクション */
.momo-consult-problems {
    background: #fff;
    padding: 80px 20px;
}

.momo-consult-problems-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.momo-problem-item {
    background: #fef4f7;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
}

.momo-problem-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(235, 110, 143, 0.15);
}

.momo-problem-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.momo-problem-text {
    font-size: 1rem;
    color: #453336;
    line-height: 1.6;
}

.momo-consult-assurance {
    text-align: center;
    font-size: 1.2rem;
    color: #eb6e8f;
    font-weight: bold;
    line-height: 1.8;
}

/* 相談の流れ */
.momo-consult-flow {
    background: #fef4f7;
    padding: 80px 20px;
}

.momo-consult-flow-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-flow-diagram {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.momo-flow-step {
    text-align: center;
    margin: 20px 0;
}

.momo-flow-circle {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #fff;
    /* border: 4px solid #eb6e8f; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #453336;
    box-shadow: 0 4px 15px rgba(235, 110, 143, 0.2);
}

.momo-flow-circle-large {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    background: #eb6e8f;
    border: 4px solid #eb6e8f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 4px 15px rgba(235, 110, 143, 0.3);
    padding: 20px;
}

.momo-flow-desc {
    font-size: 18px;
    color: #333;
}

.momo-flow-desc-large {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.momo-consult-flow .momo-flow-arrow {
    transform: rotate(0deg);
    filter: none;
}

.momo-flow-branches {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.momo-flow-branch {
    text-align: center;
}

.momo-flow-or {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
    padding: 10px;
}

.momo-flow-notes {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    border: 3px solid #ee85a1;
    font-size: 16px;
}

.momo-flow-notes li::marker {
    color: #eb6e8f;
}

.momo-flow-notes p {
    margin: 10px 0;
    color: #666;
    line-height: 1.8;
}

.consultation .momo-contact-section {
    padding: 40px 20px;
}

.flow-boxes {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 900px;
    margin-bottom: 50px;
    margin: auto;
    gap: 20px;
}
.flow-boxes .flow-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    color: #333;
    border-radius: 16px;
}
.flow-boxes .flow-desc {
    padding: 10px 32px 10px 10px;
    font-size: 20px;
    text-align: left;
}
.flow-boxes .flow-desc p {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 80%;
    line-height: 1.6em;
}

.flow-notes {
    /* background: #fff; */
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
    /* border: 3px solid #ee85a1; */
    font-size: 18px;
    text-align: left;
}

.flow-notes li::marker {
    color: #fff;
}

.flow-notes p {
    margin: 10px 0;
    color: #fff;
    line-height: 1.8;
}

/* 子ども担当弁護士 */
.momo-consult-lawyer {
    background: #fff;
    padding: 40px 20px;
}

.momo-consult-lawyer-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-lawyer-content {
    /* background: #fef4f7; */
    padding: 40px;
    border-radius: 15px;
    line-height: 1.8;
    border: 4px dashed #f8e1bc !important;
    box-shadow: 0 0 0 2px #fdf6ea;
}

.momo-lawyer-content p {
    margin: 20px 0;
    color: #453336;
    font-size: 1.05rem;
}

/* 支援内容 */
.momo-support-content {
    background: #fef4f7;
    padding: 40px 20px;
}

.momo-support-content-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.momo-support-card {
    background: #fff;
    padding: 40px 24px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.momo-support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(235, 110, 143, 0.2);
}

.momo-support-card .inner {
    display: flex;
    flex-direction: column;
}

.momo-support-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-height: 88px;
    /* font-size: 3.5rem; */
    margin-bottom: 20px;
}
.momo-support-icon img {
    width: auto;
    height: 100%;
}

.momo-support-content .momo-support-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 20px;
    line-height: 1.4;
}
.momo-support-title p {
    margin: 0;
}

.momo-support-desc {
    min-height: 80px;
    font-size: 0.95rem;
    color: #666;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 25px;
}

.momo-support-detail {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fef4f7;
    border-radius: 10px;
    text-align: left;
}

.momo-support-detail p {
    font-size: 0.9rem;
    color: #453336;
    margin: 8px 0;
}

.momo-support-content .momo-btn.momo-btn-pink-outline {
    padding: 12px;
    width: 100%;
    font-size: 100%;
    border-radius: 100px;
    border-width: 3px;
}

/* よくある質問 */
.momo-consult-faq {
    background: #fff;
    padding: 80px 20px;
}

.momo-consult-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-faq-list {
    margin-top: 50px;
}

.momo-faq-item {
    background: #fef4f7;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    border-left: 5px solid #eb6e8f;
}

.momo-faq-q {
    font-size: 1.1rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 15px;
}

.momo-faq-a {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

/* 周りの大人へ */
.momo-consult-adults {
    background: #453336;
    padding: 80px 20px;
    color: #fff;
}

.momo-consult-adults-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.momo-adults-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.momo-adults-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.momo-adults-contact {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
}

.momo-adults-phone,
.momo-adults-email {
    margin: 20px 0;
}

.momo-adults-phone a,
.momo-adults-email a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    transition: opacity 0.3s;
}

.momo-adults-phone a:hover,
.momo-adults-email a:hover {
    opacity: 0.8;
}

.momo-adults-time {
    font-size: 1rem;
    margin-top: 20px;
    opacity: 0.9;
}

/* CTA */
.momo-consult-cta {
    background: #fef4f7;
    padding: 80px 20px;
}

.momo-consult-cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.momo-consult-cta-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 40px;
}

.momo-cta-contacts {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.momo-cta-contact {
    flex: 1;
    min-width: 250px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.momo-cta-label {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
}

.momo-cta-value a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eb6e8f;
    text-decoration: none;
    transition: opacity 0.3s;
}

.momo-cta-value a:hover {
    opacity: 0.7;
}

.momo-cta-time {
    font-size: 1rem;
    color: #666;
}

/* レスポンシブ: タブレット */
@media (max-width: 1023px) {
    .momo-support-grid {
        grid-template-columns: 1fr;
    }
    .momo-support-card .inner {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .momo-support-card .momo-support-title {
        padding: 0;
    }
    .momo-support-card .item {
        display: flex;
        flex-direction: column-reverse;
        flex: 1;
    }
    .momo-support-icon {
        margin: 10px 0 0;
    }
    .momo-support-icon img {
        width: 80px;
        height: auto;
    }
    .momo-support-desc {
        font-size: 16px;
        font-weight: 500;
    }
    .momo-support-content .momo-btn.momo-btn-pink-outline {
        width: auto;
        min-width: 280px;
        font-size: 100%;
    }
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-consult-title {
        font-size: 1.8rem;
    }
    
    .momo-consult-phone-number a {
        font-size: 1.8rem;
    }
    
    .momo-problems-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .momo-section-title {
        font-size: 1.5rem;
    }
    
    .momo-flow-circle {
        width: 150px;
        height: 150px;
        font-size: 1.1rem;
    }
    
    .momo-flow-circle-large {
        width: 250px;
        height: 150px;
        font-size: 1.1rem;
    }
    
    .momo-flow-branches {
        flex-direction: column;
        gap: 20px;
    }
    
    .momo-cta-contacts {
        flex-direction: column;
    }
    
    .momo-consult-cta-text {
        font-size: 1.3rem;
    }

    .momo-problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .momo-support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .consultation .momo-contact-section {
        padding: calc(20px + 20 * (100vw - 320px)/ 447) calc(10px + 20 * (100vw - 320px)/ 447);
    }
    .flow-boxes .flow-box {
        flex-direction: column;
        width: calc(300px + 224 * (100vw - 320px)/ 447);
        margin: auto;
        padding: 0 calc(10px + 15 * (100vw - 320px)/ 447) calc(15px + 15 * (100vw - 320px)/ 447);
    }
    .flow-boxes .flow-desc {
        padding: 10px calc(5px + 27 * (100vw - 320px)/ 447) 10px calc(5px + 5 * (100vw - 320px)/ 447);
        font-size: 18px;
        text-align: left;
    }
    .momo-support-card .inner {
        flex-direction: column;
    }
    .momo-support-card .item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .momo-consult-header {
        padding: calc(30px + 30 * (100vw - 320px)/ 180) calc(10px + 10 * (100vw - 320px)/ 180) calc(20px + 20 * (100vw - 320px)/ 180);
    }
    
    .momo-consult-title {
        font-size: 1.5rem;
    }
    
    .momo-consult-phone-inner {
        padding: 30px 20px;
    }
    
    .momo-flow-circle {
        width: 130px;
        height: 130px;
        font-size: 1rem;
    }
    
    .momo-flow-circle-large {
        width: 200px;
        height: 130px;
        font-size: 1rem;
        padding: 15px;
    }
    .momo-flow-box {
        width: 100%;
        min-width: 100%;
        height: 100%;
        min-height: 100%;
    }
}


/* 
========================================
支援するページ CSS
========================================
*/

/* ページヘッダー */
.momo-support-header {
    /*background: linear-gradient(135deg, #fef4f7 0%, #fff 100%);*/
    background: url(img/bg-mv-support.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding: 80px 20px 60px;
    text-align: center;
}

.momo-support-header-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-support-header .momo-support-title {
    font-size: 40px !important;
    font-weight: bold;
    color: #453336;
    margin-bottom: 10px;
}

.momo-support-subtitle {
    font-size: 1.3rem;
    color: #eb6e8f;
    font-weight: bold;
}

/* 導入文 */
.momo-support-intro {
    background: #fff;
    padding: 60px 20px;
}

.momo-support-intro-inner {
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.9;
    color: #453336;
}

.momo-support-intro-inner p {
    margin: 20px 0;
    font-size: 18px;
}

/* ページ内ナビゲーション */
.momo-support-nav {
    background: #62494d /*#fef4f7*/;
    padding: 40px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.momo-support-nav-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.momo-support-nav-btn {
    padding: 15px 35px;
    background: #fff;
    color: #453336;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
    /*border: 2px solid #eb6e8f;*/
}

.momo-support-nav-btn:hover {
    background: #eb6e8f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(235, 110, 143, 0.3);
}

/* セクション共通 */

.support .support-section {
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
}

.support .support-section .inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.support .support-section .ttl {
    position: relative;
    margin-bottom: 60px;
    padding: 15px 0;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
}
.support .support-section .ttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #eb6e8f;
}

.momo-bg-light {
    background: #fef4f7;
}

/* 寄付ブロック */
.momo-donation-block {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 20px;
}

.momo-donation-block .subTtl {
    color: #fff;
    font-size: 28px;
}

.momo-donation-subtitle,
.momo-goods-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eb6e8f;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eb6e8f;
}

/* タブ */
.momo-two-buttons {
    background: transparent;
}
.tab-1 {
    border-radius: 10px 0 0 0;
    border-right: none;
}
.tab-2 {
    border-radius: 0 10px 0 0;
    border-left: none;
}

/* 会員タイプ */
.momo-membership-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /*margin-top: 30px;*/
}

.momo-membership-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s;
}

.momo-membership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(235, 110, 143, 0.2);
}

.momo-membership-card h4 {
    font-size: 1.5rem;
    color: #eb6e8f;
    margin-bottom: 20px;
}

.momo-membership-feature {
    color: #666;
    margin: 20px 0;
    line-height: 1.6;
    min-height: 50px;
}

.momo-membership-fees {
    background: #fef4f7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.momo-membership-fees p {
    margin: 10px 0;
    color: #453336;
}

/* 寄付方法 */
.momo-donation-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.momo-donation-method {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.momo-donation-method h4 {
    font-size: 1.3rem;
    color: #453336;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eb6e8f;
}
.momo-donation-method h5 {
    margin: 0;
    padding: 10px 0 0;
}

.momo-bank-info {
    background: #fef4f7;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}

.momo-bank-info p {
    margin: 10px 0;
    color: #453336;
}

.momo-account-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #eb6e8f;
    margin: 0 !important;
}

.momo-bank-note {
    margin-top: 20px;
    padding: 20px;
    background: #fff8f0;
    /* border-left: 4px solid #eb6e8f; */
    border-radius: 5px;
    font-size: 90%;
}

.momo-bank-note p {
    margin: 10px 0;
    font-weight: 600;
    color: #453336;
}

.momo-bank-note ul {
    margin: 15px 0;
    padding-left: 25px;
}

.momo-bank-note li {
    margin: 8px 0;
    /* color: #666; */
    text-align: left;
}

/* 物資支援 */
.momo-goods-block {
    margin: 60px 0;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.momo-goods-block:last-child {
    margin-bottom: 0;
}

.momo-goods-block p {
    margin: 15px 0;
    line-height: 1.8;
    color: #453336;
}

.momo-goods-examples {
    background: #fef4f7;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.momo-goods-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 20px;
}

.momo-goods-block .momo-btn {
    margin-top: 25px;
}

.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
    max-width: 100%;
    text-align: left;
}

/* モーダル */
    .momo-btn-note {
        display: inline-block;
        border: none;
        font-size: 1rem;
        /*padding: 12px 24px;
        background: #fff8f0;
        color: #453336;
        border: 2px solid #eb6e8f;
        border-radius: 8px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;*/
    }
    
    .momo-btn-note:hover {
        background: #eb6e8f;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(235, 110, 143, 0.3);
    }
    
    /* モーダル背景 */
    .momo-modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.6);
        animation: fadeIn 0.3s;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    /* モーダルコンテンツ */
    .momo-modal-content {
        background-color: #fff;
        margin: 5% auto;
        padding: 30px;
        border-radius: 15px;
        width: 90%;
        max-width: 600px;
        position: relative;
        animation: slideIn 0.3s;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    }
    
    @keyframes slideIn {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    /* 閉じるボタン */
    .momo-modal-close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        line-height: 20px;
        cursor: pointer;
        transition: color 0.3s;
    }
    
    .momo-modal-close:hover,
    .momo-modal-close:focus {
        color: #eb6e8f;
    }
    
    /* モーダルのヘッダー */
    .momo-modal-content h3 {
        color: #453336;
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 3px solid #eb6e8f;
    }
    
    /* モーダルのボディ */
    .momo-modal-body {
        color: #453336;
        line-height: 1.8;
    }
    
    .momo-modal-body p {
        margin-bottom: 15px;
    }
    
    .momo-modal-body ul {
        list-style: none;
        padding-left: 0;
    }
    
    .momo-modal-body li {
        padding: 10px 0;
        padding-left: 25px;
        position: relative;
        text-align: left;
    }
    
    .momo-modal-body li:before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #eb6e8f;
        font-weight: bold;
    }
    
    .momo-modal-body small {
        font-size: 0.9rem;
        color: #666;
    }
    
    /* スマホ対応 */
    @media (max-width: 768px) {
        .momo-modal-content {
            width: 95%;
            margin: 10% auto;
            padding: 20px;
        }
        
        .momo-modal-content h3 {
            font-size: 1.2rem;
        }
        
        .momo-btn-note {
            width: 100%;
            text-align: center;
        }
    }

/* ボランティア */
.momo-volunteer-intro {
    font-size: 1.1rem;
    text-align: center;
    margin: 30px 0 40px;
    color: #453336;
    line-height: 1.8;
}

/* CTA */
.momo-support-cta {
    background: #453336;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.momo-support-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-support-cta-text {
    margin-bottom: 40px;
    color: #fff /*#eb6e8f*/;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.momo-support-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}



.momo-btn-pink {
    background: #eb6e8f;
    color: #fff;
}

.momo-btn-pink:hover {
    background: #fff;
    color: #eb6e8f;
    box-shadow: 0 4px 15px rgba(235, 110, 143, 0.3);
}

.momo-btn-pink.arrow-r:after {
    filter: brightness(0) invert(1); /* 白 */
}
.momo-btn-pink:hover.arrow-r:after {
    filter: brightness(0) saturate(100%) invert(64%) sepia(27%) saturate(3896%) hue-rotate(304deg) brightness(99%) contrast(86%);
}

/* ボタンスタイル 

.momo-btn-outline {
    background: #fff;
    color: #eb6e8f;
    border: 2px solid #eb6e8f;
}

.momo-btn-outline:hover {
    background: #eb6e8f;
    color: #fff;
}
*/

/* アンカーリンクの停止位置調整（PCのみ） */
@media (min-width: 769px) {
    #donation,
    #goods,
    #volunteer {
        scroll-margin-top: 230px; /* stickyナビの高さ235px + 余白15px */
    }
}

/* レスポンシブ: タブレット */
@media (max-width: 1024px) {
    /*.momo-donation-methods {
        grid-template-columns: 1fr;
    }*/
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-support-title {
        font-size: 1.8rem;
    }
    
    .momo-membership-types {
        grid-template-columns: 1fr;
    }

    .momo-support-nav {
        position: relative;
    }
    
    .momo-support-nav-inner {
        flex-direction: column;
        align-items: center;
    }
    
    .momo-support-nav-btn {
        width: 80%;
    }
    
    .momo-support-cta-text {
        font-size: 1.3rem;
    }
    
    .momo-support-cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .momo-support-header {
        padding: 60px 20px 40px;
    }
    
    .momo-goods-block {
        padding: 25px 20px;
    }
}


/* 
========================================
自立援助ホームについて CSS
========================================
*/

/* ページヘッダー */
.momo-home-header {
    background: linear-gradient(135deg, #eaf4e0 0%, #fff 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.momo-home-header-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-home-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 20px;
}

.momo-home-subtitle {
    font-size: 1.2rem;
    color: #eb6e8f;
    font-weight: bold;
}

/* 概要 */
.momo-home-intro {
    background: #fff;
    padding: 60px 20px;
}

.momo-home-intro-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-home-intro-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #453336;
    margin: 25px 0;
}

/* ホームセクション */
.momo-homes-section {
    background: #f7fbf3;
    padding: 80px 20px;
}

.momo-homes-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-homes-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 50px;
}

.momo-home-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 400px 1fr;
    transition: all 0.3s;
}

.momo-home-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 35px rgba(124, 179, 66, 0.15);
}

.momo-home-image {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    gap: 10px;
}

.momo-home-image img {
    width: 100%;
    height: auto;
}

.momo-home-content {
    padding: 40px;
}

.momo-home-name {
    margin-bottom: 25px;
    color: #453336;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.momo-home-info {
    background: #fffde0;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
}

.momo-home-info p {
    margin: 8px 0;
    color: #453336;
    font-size: 1rem;
}

.momo-home-desc {
    line-height: 1.8;
    color: #666;
    font-size: 1rem;
}

/* 生活イメージ */
.momo-home-life {
    background: #f7fbf3;
    padding: 80px 20px;
}

.momo-home-life-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.momo-life-item {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
}

.momo-life-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(124, 179, 66, 0.15);
}

.momo-life-icon {
    font-size: 3rem;
    margin-top: 15px;
}

.momo-life-icon img {
    opacity: 0.7;
}

.momo-life-item h4 {
    font-size: 1.2rem;
    color: #7cc530;
    margin-bottom: 15px;
}

.momo-life-item p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* 職員の声 */
.momo-home-voices {
    padding: 80px 20px;
}

.momo-home-voices-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-voices-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.momo-voice-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.momo-voice-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.momo-voice-card h4 {
    font-size: 1.3rem;
    color: #453336;
    margin-bottom: 20px;
}

.momo-voice-text {
    line-height: 1.8;
    color: #666;
    text-align: left;
}

/* 入居者の声 */
.momo-home-residents {
    background: #fff;
    padding: 80px 20px;
}

.momo-home-residents-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-residents-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.momo-resident-card {
    background: #fffde0;
    padding: 40px;
    border-radius: 15px;
}

.momo-resident-card h4 {
    font-size: 1.2rem;
    color: #453336;
    margin-bottom: 20px;
}

.momo-resident-text {
    line-height: 1.8;
    color: #666;
}

/* 入居までの流れ */
.momo-home-flow {
    padding: 80px 20px;
}

.momo-home-flow-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-flow-diagram {
    margin-top: 50px;
}

.momo-flow-item {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.momo-flow-step-number {
    display: inline-block;
    padding: 8px 20px;
    background: #eb6e8f;
    color: #fff;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.momo-flow-item h4 {
    font-size: 1.3rem;
    color: #453336;
    margin: 15px 0;
}

.momo-flow-item p {
    color: #666;
    line-height: 1.7;
    margin: 15px 0;
}

.momo-flow-arrow {
    font-size: 2rem;
    color: #eb6e8f;
    margin: 15px 0;
}

.momo-flow-final {
    background: linear-gradient(135deg, #eb6e8f 0%, #d5537a 100%);
    color: #fff;
}

.momo-flow-final h4 {
    color: #fff;
}

.momo-flow-final p {
    color: #fff;
}

.momo-flow-icon {
    font-size: 4rem;
    margin-bottom: 15px;
}

/* CTA */
.momo-home-cta {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
}

.momo-home-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.momo-home-cta-text {
    font-size: 1.5rem;
    color: #453336;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 共通 */
.momo-bg-light {
    background: #fef4f7;
}

/* レスポンシブ: タブレット */
@media (max-width: 1024px) {
    .momo-home-card {
        grid-template-columns: 1fr;
    }
    
    .momo-home-image {
        min-height: 300px;
    }
    
    .momo-life-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-home-title {
        font-size: 1.8rem;
    }
    
    .momo-life-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-voices-grid,
    .momo-residents-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .momo-home-header {
        padding: 60px 20px 40px;
    }
    
    .momo-home-content {
        padding: 25px 20px;
    }
}


/* 
========================================
子どもシェルターについて CSS
========================================
*/

/* ページヘッダー */
.momo-shelter-header {
    background: linear-gradient(135deg, #fef4f7 0%, #fff 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.momo-shelter-header-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-shelter-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 20px;
}

.momo-shelter-subtitle {
    font-size: 1.2rem;
    color: #eb6e8f;
    font-weight: bold;
}

/* 概要 */
.momo-shelter-intro {
    background: #fff;
    padding: 60px 20px;
}

.momo-shelter-intro-inner {
    max-width: 900px;
    margin: 0 auto;
}

.momo-shelter-intro-text {
    font-size: 18px;
    line-height: 1.8;
    margin: 25px 0;
}

/* モモの家 */
.momo-shelter-momo {
    background: #fef4f7;
    padding: 80px 20px;
}

.momo-shelter-momo-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-shelter-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}

.momo-shelter-image {
    display: flex;
    flex-direction: row;
    min-height: 370px;
    background: #f5f5f5;
    gap: 10px;
}

.momo-shelter-image img {
    width: 50%;
    height: auto;
    /*object-fit: cover;*/
}

.momo-shelter-content {
    padding: 50px 40px;
}

.momo-shelter-info-box {
    background: #fef4f7;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.momo-shelter-info-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(235, 110, 143, 0.2);
}

.momo-shelter-info-item:last-child {
    border-bottom: none;
}

.momo-shelter-label {
    font-weight: bold;
    color: #453336;
}

.momo-shelter-value {
    color: #eb6e8f;
    font-weight: bold;
}

.momo-shelter-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #453336;
    margin: 20px 0;
}

.momo-shelter-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 20px;
    padding: 15px;
    background: #fff8f0;
    border-radius: 5px;
}

/* 生活イメージ */
.momo-shelter-life {
    padding: 80px 20px;
}

.momo-shelter-life-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-shelter-life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.momo-shelter-life-item {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.momo-shelter-life-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(235, 110, 143, 0.15);
}

.momo-shelter-life-icon {
    font-size: 3rem;
    margin-top: 15px;
}

.momo-shelter-life-item h4 {
    font-size: 1.2rem;
    color: #eb6e8f;
    margin-bottom: 15px;
}

.momo-shelter-life-item p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* 職員の声 */
.momo-shelter-voices {
    background: #fff;
    padding: 80px 20px;
}

.momo-shelter-voices-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-shelter-voices-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.momo-shelter-voice-card {
    background: #f7fbf3;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.momo-voice-header {
    text-align: center;
    margin-bottom: 25px;
}

.momo-voice-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.momo-voice-icon {
    font-size: 3rem;
}

.momo-voice-header h4 {
    font-size: 1.2rem;
    color: #453336;
}

.momo-voice-message {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    line-height: 1.8;
    color: #666;
}

/* 入所までの流れ */
.momo-shelter-flow {
    padding: 80px 20px;
}

.momo-shelter-flow-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-shelter-flow-diagram {
    margin: 50px 0;
}

.momo-shelter-flow-step {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.momo-shelter-step-number {
    display: inline-block;
    padding: 8px 20px;
    background: #eb6e8f;
    color: #fff;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.momo-shelter-flow-step h4 {
    font-size: 1.3rem;
    color: #453336;
    margin: 15px 0;
}

.momo-shelter-flow-step p {
    color: #666;
    line-height: 1.7;
    margin: 15px 0;
}

.momo-shelter-note-text {
    font-size: 0.9rem;
    color: #666;
}

.momo-shelter-arrow {
    font-size: 2rem;
    color: #eb6e8f;
    margin: 15px 0;
}

.momo-shelter-flow-final {
    background: linear-gradient(135deg, #eb6e8f 0%, #d5537a 100%);
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(235, 110, 143, 0.3);
}

.momo-shelter-flow-final h4 {
    color: #fff;
    font-size: 1.5rem;
}

.momo-shelter-flow-final p {
    color: #fff;
}

.momo-shelter-flow-icon {
    font-size: 4rem;
    margin-bottom: 15px;
}

.momo-shelter-flow-image {
    margin-top: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.momo-shelter-flow-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* CTA */
.momo-shelter-cta {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
}

.momo-shelter-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.momo-shelter-cta-text {
    font-size: 1.5rem;
    color: #453336;
    font-weight: bold;
    margin-bottom: 30px;
}

/* 共通 */
.momo-bg-light {
    background: #fef4f7;
}

/* レスポンシブ: タブレット */
@media (max-width: 1024px) {
    .momo-shelter-life-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-shelter-title {
        font-size: 1.8rem;
    }
    
    .momo-shelter-life-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-shelter-voices-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .momo-shelter-header {
        padding: 60px 20px 40px;
    }
    
    .momo-shelter-content {
        padding: 30px 20px;
    }

    .momo-shelter-image {
        flex-direction: column;
        min-height: 370px;
        gap: 10px;
    }

    .momo-shelter-image img {
        width: 100%;
        height: auto;
    }
}


/* 
========================================
ボランティアについて CSS
========================================
*/

/* ページヘッダー */
.momo-volunteer-header {
    position: relative;
    overflow: hidden;
}

.momo-volunteer-header-bg {
    background: linear-gradient(135deg, rgba(235, 110, 143, 0.9) 0%, rgba(213, 83, 122, 0.9) 100%),
                url('[upload]/volunteer-hero.jpg') center/cover;
    padding: 120px 20px 100px;
    text-align: center;
    color: #fff;
}

.momo-volunteer-header-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-volunteer-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.momo-volunteer-subtitle {
    font-size: 1.4rem;
    font-weight: 500;
}

/* キャッチコピー */
.momo-volunteer-catch {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
}

.momo-volunteer-catch-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-volunteer-catchcopy {
    font-size: 2.2rem;
    font-weight: bold;
    color: #eb6e8f;
    line-height: 1.6;
    margin-bottom: 30px;
}

.momo-volunteer-catch-text {
    font-size: 1.1rem;
    color: #453336;
    line-height: 1.8;
}

/* 活動内容 */
.momo-volunteer-activities {
    background: #fef4f7;
    padding: 80px 20px;
}

.momo-volunteer-activities-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-volunteer-intro-text {
    text-align: center;
    font-size: 1.1rem;
    color: #453336;
    margin: 30px 0 50px;
}

.momo-activities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.momo-activity-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.momo-activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(235, 110, 143, 0.15);
}

.momo-activity-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.momo-activity-card h3 {
    font-size: 1.3rem;
    color: #453336;
    margin-bottom: 15px;
}

.momo-activity-card p {
    margin-top: auto;
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

/* イメージ写真 */
.momo-volunteer-images {
    padding: 80px 20px;
}

.momo-volunteer-images-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-volunteer-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.momo-volunteer-photo {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.momo-volunteer-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.momo-volunteer-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* 登録の流れ */
.momo-volunteer-flow {
    background: #fff;
    padding: 80px 20px;
}

.momo-volunteer-flow-inner {
    max-width: 800px;
    margin: 0 auto;
}

.momo-flow-content {
    margin-top: 50px;
}

.momo-flow-intro {
    font-size: 1.05rem;
    color: #453336;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 50px;
}

.momo-flow-steps {
    margin: 40px 0;
}

.momo-flow-step-item {
    background: #fef4f7;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.momo-flow-step-number {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #eb6e8f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

.momo-flow-step-content h3 {
    font-size: 1.3rem;
    color: #453336;
    margin-bottom: 10px;
}

.momo-flow-step-content p {
    color: #666;
    line-height: 1.7;
}

.momo-flow-arrow-down {
    text-align: center;
    font-size: 2rem;
    color: #eb6e8f;
    margin: 10px 0;
}

.momo-flow-step-final {
    background: linear-gradient(135deg, #eb6e8f 0%, #d5537a 100%);
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(235, 110, 143, 0.3);
}

.momo-flow-icon {
    font-size: 4rem;
    margin-bottom: 15px;
}

.momo-flow-step-final h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.momo-flow-step-final p {
    color: #fff;
    font-size: 1.05rem;
}

.momo-flow-note {
    background: #fff8f0;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
}

.momo-flow-note p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

.momo-volunteer-seminar-image {
    margin-top: 50px;
    text-align: center;
}

.momo-volunteer-seminar-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.momo-image-caption {
    margin-top: 15px;
    color: #666;
    font-size: 0.9rem;
}

/* CTA */
.momo-volunteer-cta {
    background: #fef4f7;
    padding: 80px 20px;
    text-align: center;
}

.momo-volunteer-cta-inner {
    max-width: 700px;
    margin: 0 auto;
}

.momo-volunteer-cta-title {
    font-size: 2rem;
    font-weight: bold;
    color: #453336;
    margin-bottom: 25px;
    line-height: 1.5;
}

.momo-volunteer-cta-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
}

.momo-volunteer-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* 共通 */
.momo-bg-light {
    background: #fef4f7;
}

/* レスポンシブ: タブレット */
@media (max-width: 1024px) {
    .momo-activities-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-volunteer-photo-grid {
        grid-template-columns: 1fr;
    }
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-volunteer-title {
        font-size: 2rem;
    }
    
    .momo-volunteer-catchcopy {
        font-size: 1.6rem;
    }
    
    .momo-flow-step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .momo-volunteer-cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .momo-volunteer-header-bg {
        padding: 80px 20px 60px;
    }
    
    .momo-volunteer-cta-title {
        font-size: 1.5rem;
    }
}


/* 
========================================
アフターケア事業所en CSS
※ブルー系デザイン
========================================
*/

:root {
    --en-blue: #4A90A4;
    --en-blue-dark: #3A7A8E;
    --en-blue-light: #E8F4F8;
    --en-text: #2C5F6F;
}

/* ページヘッダー */
.momo-en-header {
    background: linear-gradient(135deg, var(--en-blue-light) 0%, #fff 100%);
    /*padding: 60px 20px;*/
}

.momo-en-header-inner {
    max-width: 1100px;
    min-height: 626px;
    margin: 0 auto;
    display: grid;
    /*grid-template-columns: 1fr 400px;*/
    /*gap: 60px;*/
    align-items: end;
    background: url(./img/en01.png) center top scroll no-repeat;
    background-size: contain;
}

.momo-en-header-content {
    padding: 20px 0;
}

.momo-en-title {
    margin-left: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--en-text);
    /*margin-bottom: 25px;*/
    line-height: 1.4;
}

.momo-en-name {
    font-size: 3.5rem;
    color: var(--en-blue);
}

.momo-en-catchcopy {
    font-size: 1.8rem;
    color: var(--en-blue);
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    padding: 25px 30px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(74, 144, 164, 0.2);
}

.momo-en-header-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.momo-en-header-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 概要 */
.momo-en-intro {
    background: #fff;
    padding: 80px 20px;
}

.momo-en-intro-inner {
    max-width: 900px;
    margin: 0 auto;
}
.momo-en-intro-inner.slider {
    padding: 0 20px;
}

.momo-en-intro-text {
    /*font-size: 1.05rem;
    line-height: 1.9;
    color: var(--en-text);*/
    margin: 25px 0;
}

.momo-en-intro-highlight {
    font-size: 24px;
    font-weight: bold;
    color: var(--en-blue);
    text-align: center;
    /* margin: 40px 0; */
    /* padding: 25px; */
    background: var(--en-blue-light);
    border-radius: 15px;
}

/* 対象者・開所時間 */
.momo-en-info {
    padding: 80px 20px;
}

.momo-en-info-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
}

.momo-en-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.momo-en-info-card {
    background: #fff;
    /*padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
}

.momo-en-info-card h3 {
    font-size: 1.5rem;
    color: var(--en-blue);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--en-blue);
}

.momo-en-info-card ul {
    list-style: none;
    padding: 0;
}

.momo-en-info-card li {
    padding: 10px 0 10px 25px;
    position: relative;
    color: var(--en-text);
    line-height: 1.7;
}

.momo-en-info-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--en-blue);
    font-weight: bold;
}

.momo-en-time {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--en-blue);
    margin: 20px 0 0 !important;
}

.momo-en-closed {
    /*color: #666;*/
    font-size: 13px;
    margin: 10px 0 !important;
}

.momo-en-note {
    font-size: 13px;
    /* color: #666; */
    margin-top: 15px;
}

/* 提供している支援 */
.momo-en-support {
    background: #fff;
    padding: 80px 20px;
}

.momo-en-support-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.momo-en-support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.momo-en-support-card {
    background: var(--en-blue-light);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.momo-en-support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(74, 144, 164, 0.2);
}

.momo-en-support-image {
    width: 100%;
    height: 200px;
    background: #ddd;
    overflow: hidden;
}

.momo-en-support-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.momo-en-support-card h4 {
    font-size: 1.3rem;
    color: var(--en-blue);
    text-align: center;
    padding: 20px 20px 10px;
}

.momo-en-support-card p {
    padding: 0 20px 25px;
    color: var(--en-text);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* 居場所 */
.momo-en-place {
    padding: 80px 20px;
}

.momo-en-place-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.momo-en-place-content {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.momo-en-place-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.momo-en-place-image img {
    width: 100%;
    height: auto;
    display: block;
}

.momo-en-place-text p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--en-text);
    margin: 20px 0;
}

.momo-en-place-note {
    font-size: 0.9rem;
    color: #666;
}

/* Instagram */
.momo-en-instagram {
    background: #fff;
    padding: 80px 20px;
}

.momo-en-instagram-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.momo-en-instagram-info {
    margin: 40px 0;
}

.momo-en-instagram-info p {
    font-size: 1.1rem;
    color: var(--en-text);
    margin: 10px 0;
}

.momo-en-instagram-handle {
    font-weight: bold;
    color: var(--en-blue);
}

.momo-btn-instagram {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s;
}

.momo-btn-instagram:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(188, 24, 136, 0.3);
}

.momo-en-instagram-embed {
    margin-top: 40px;
    min-height: 400px;
    background: var(--en-blue-light);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* お問い合わせ・アクセス */
.momo-en-contact {
    padding: 80px 20px;
}

.momo-en-contact-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.momo-en-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 50px;
}

.momo-en-contact-info {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.momo-en-contact-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--en-blue-light);
}

.momo-en-contact-item:last-child {
    border-bottom: none;
}

.momo-en-contact-label {
    font-weight: bold;
    color: var(--en-blue);
}

.momo-en-contact-value {
    color: var(--en-text);
}

.momo-en-contact-value a {
    color: var(--en-blue);
    text-decoration: none;
    transition: opacity 0.3s;
}

.momo-en-contact-value a:hover {
    opacity: 0.7;
}

.momo-en-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.momo-en-map-embed {
    width: 100%;
    height: 400px;
    background: var(--en-blue-light);
}

/* CTA */
.momo-en-cta {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
}

.momo-en-cta-inner {
    max-width: 700px;
    margin: 0 auto;
}

.momo-en-cta-text {
    font-size: 1.5rem;
    color: var(--en-text);
    font-weight: bold;
    margin-bottom: 30px;
}

.momo-en-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ボタンスタイル */
.momo-btn-blue {
    display: inline-block;
    padding: 15px 40px;
    background: var(--en-blue);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s;
}

.momo-btn-blue:hover {
    background: var(--en-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
}

.momo-btn-outline-blue {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: var(--en-blue);
    border: 2px solid var(--en-blue);
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: all 0.3s;
}

.momo-btn-outline-blue:hover {
    background: var(--en-blue);
    color: #fff;
}

/* 共通 */
.momo-bg-blue-light {
    background: var(--en-blue-light);
}

/* レスポンシブ: タブレット */
@media (max-width: 1024px) {
    .momo-en-header-inner {
        grid-template-columns: 1fr;
        min-height: calc(528px + 98 * (100vw - 768px)/ 256);
    }
    
    .momo-en-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .momo-en-place-content {
        grid-template-columns: 1fr;
    }
}

/* レスポンシブ: スマートフォン */
@media (max-width: 768px) {
    .momo-en-header-inner {
        min-height: calc(262px + 266 * (100vw - 320px)/ 448);
    }

    .momo-en-title {
        font-size: calc(22px + 10 * (100vw - 320px)/ 448);
    }
    
    .momo-en-name {
        font-size: 2.5rem;
    }
    
    .momo-en-info-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-en-support-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-en-contact-grid {
        grid-template-columns: 1fr;
    }
    
    .momo-en-cta-buttons {
        flex-direction: column;
    }

    .momo-en-info-grid img {
        max-width: 300px;
        margin: 20px auto 0;
    }
}

@media (max-width: 500px) {
    .momo-en-header {
        /*padding: 40px 20px;*/
    }
    
    .momo-en-catchcopy {
        font-size: 1.3rem;
        padding: 20px;
    }
}




/* 固定ページ用カルーセルスライダー */
.momo-content-slider-wrapper {
    margin: 60px 0;
}

.momo-content-swiper {
    max-width: 100%; /* モバイルは画面幅いっぱい */
    margin: 0 auto 30px;
    overflow: visible;
}

/* モバイル：1枚表示 */
.momo-content-swiper .swiper-slide {
    width: 85%;
    max-width: 400px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.momo-content-swiper .swiper-pagination {
    display: none;
}

/* タブレット：3枚表示 */
@media (min-width: 768px) {
    .momo-content-swiper {
        max-width: 900px;
    }
    
    .momo-content-swiper .swiper-slide {
        width: 320px;
    }
}

/* PC：5枚表示 */
@media (min-width: 1024px) {
    .momo-content-swiper {
        max-width: 1200px;
    }
    
    .momo-content-swiper .swiper-slide {
        width: 300px;
    }
}

.momo-content-swiper .swiper-slide-active {
    opacity: 1;
}

.momo-content-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.momo-content-swiper .swiper-pagination {
    margin-top: 20px;
}

.momo-content-swiper .swiper-pagination-bullet {
    background-color: #eb6e8f;
    opacity: 0.3;
}

.momo-content-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}


/* 
========================================
法人概要
========================================
*/

.profile .inner {
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 34px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-align: center;
}
.section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    background: #eb6e8f;
}

.sub-section04 .momo-organization-table th {
    width: 8em;
}



/* 
========================================
お知らせ
========================================
/* お知らせページ用スタイル */

/* お知らせアーカイブページのレイアウト調整 */
body.category .content-in,
body.tag .content-in,
body.date .content-in,
body.author .content-in {
    max-width: 100% !important;
    width: 100% !important;
}

body.category .main,
body.tag .main,
body.date .main,
body.author .main {
    max-width: 820px;
    margin: 0 auto 80px auto !important;
    padding: 0 20px;
}

body.category .sidebar,
body.tag .sidebar,
body.date .sidebar,
body.author .sidebar {
    display: none !important;
}

/* アーカイブページのコンテンツエリア */
body.category #content,
body.tag #content,
body.date #content,
body.author #content {
    /*display: flex;
    justify-content: center;*/
    min-height: calc(100vh - 200px);
}


/* カテゴリ・タグ表示を非表示 */
.entry-categories-tags {
    display: none !important;
}

/* 投稿日メタ情報 */
.post-date-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #888;
}

.post-date-meta i {
    font-size: 12px;
    color: #888;
}

.post-date-meta time {
    font-weight: 500;
}

/* お知らせヘッダー（全幅） */
.news-header {
    background: linear-gradient(135deg, #f8f7f5 0%, #faf9f7 100%);
    border-bottom: 3px solid #62494D;
    margin: 0 0 40px 0;
    padding: 0;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.news-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #62494D;
    font-family: 'Zen Maru Gothic', 'M PLUS Rounded 1c', sans-serif;
}

.news-header-title i {
    font-size: 1.6rem;
    color: #62494D;
}

.news-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #62494D;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.news-back-btn:hover {
    background: #4a3539;
    transform: translateX(-4px);
    color: #fff !important;
}

.news-back-btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.news-back-btn:hover i {
    transform: translateX(4px);
}

/* 投稿下部共通スタイル */
.news-bottom-wrapper {
    max-width: 820px;
    margin: 60px auto 0;
    padding: 0 20px;
}

/* 前後ナビゲーション */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #f0f0f0;
}

.post-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #faf9f7;
    border: 2px solid #e8e6e3;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-nav-link:hover {
    background: #f5f3f0;
    border-color: #62494D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(98, 73, 77, 0.1);
}

.post-nav-prev {
    text-align: left;
}

.post-nav-next {
    text-align: right;
    justify-content: flex-end;
}

.post-nav-link i {
    font-size: 1.2rem;
    color: #62494D;
    flex-shrink: 0;
}

.post-nav-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.post-nav-label {
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
}

.post-nav-title {
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 最新のお知らせ */
.recent-news {
    margin-bottom: 50px;
}

.recent-news-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #62494D;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #62494D;
    font-family: 'Zen Maru Gothic', 'M PLUS Rounded 1c', sans-serif;
}

.recent-news-title i {
    font-size: 1.2rem;
}

.recent-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-news-item {
    border-bottom: 1px solid #e8e6e3;
}

.recent-news-item a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 0;
    text-decoration: none;
    transition: background 0.3s ease;
}

.recent-news-item:hover {
    background: #faf9f7;
}

.recent-date {
    flex-shrink: 0;
    font-size: 0.9rem;
    color: #888;
    font-weight: 500;
    min-width: 90px;
}

.recent-title {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

.recent-news-item:hover .recent-title {
    color: #62494D;
}

/* 一覧へ戻るボタン */
.news-list-link {
    text-align: center;
}

.news-list-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: #62494D;
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.news-list-btn:hover {
    background: #4a3539;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(98, 73, 77, 0.3);
    color: #fff !important;
}

.news-list-btn i {
    font-size: 1rem;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .news-header-inner {
        padding: 15px 20px;
        flex-direction: column;
        gap: 15px;
    }
    
    .news-header-title {
        font-size: 1.2rem;
    }
    
    .news-header-title i {
        font-size: 1.3rem;
    }
    
    .news-back-btn {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .news-bottom-wrapper {
        padding: 0 15px;
    }
    
    .post-navigation {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    
    .post-nav-link {
        padding: 15px;
    }
    
    .post-nav-title {
        font-size: 0.9rem;
    }
    
    .recent-news-item a {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 15px 0;
    }
    
    .recent-date {
        min-width: auto;
        font-size: 0.85rem;
    }
    
    .recent-title {
        font-size: 0.9rem;
    }
    
    .news-list-btn {
        padding: 14px 30px;
        font-size: 0.95rem;
    }
}

/* 投稿ページの下部余白 */
body.single .main,
body.page .main {
    padding-bottom: 40px;
}
