/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    color: #3f2b31;
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
}

/* カラー変数 */
:root {
    --color-brown: #3f2b31;
    --color-yellow: #f6bb1a;
    --color-pink: #fa7ca3;
    --color-green: #93c52d;
    --color-blue: #7fc6eb;
}

/* コンテナ */
.container {
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* ヘッダー */
.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 100;
}

/* モバイルメニューボタン */
.mobile-menu-btn {
    display: none;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.menu-icon {
    width: 48px;
    height: 48px;
    background-image: url('assets/b64e335c9460054e826cad1c89bb5f533a418163.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* モバイルメニューオーバーレイ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* メインビジュアルに暗いオーバーレイ */
.mobile-menu-overlay::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(179, 179, 179, 0.6);
    mix-blend-mode: multiply;
    z-index: -1;
}

/* モバイルメニュー */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 1001;
}

.mobile-menu-header {
    padding: 12px 20px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.logo-main-mobile {
    width: 225px;
    height: 28px;
    background-image: url('assets/ec60601e22cd0e999be6cd6bb543eb9f362cea6e.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-menu-close {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}

.close-icon {
    width: 48px;
    height: 48px;
    background-image: url('assets/b64e335c9460054e826cad1c89bb5f533a418163.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.close-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(144.246deg) scaleY(-1);
    width: 30.806px;
    height: 1px;
    background-image: url('assets/602435eee78981ebbdf68659a9912e2b4acf33e5.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-menu-nav {
    padding: 8px 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mobile-menu-item {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px 12px;
    position: relative;
}

.mobile-menu-item.kodomo-item {
    border: 3px solid var(--color-yellow);
    box-shadow: 0px 3px 0px 0px var(--color-yellow);
}

.mobile-menu-item.jidou-item {
    border: 3px solid var(--color-pink);
    box-shadow: 0px 3px 0px 0px var(--color-pink);
}

.mobile-menu-item.waiwai-item {
    border: 3px solid var(--color-green);
    box-shadow: 0px 3px 0px 0px var(--color-green);
}

.mobile-menu-logo {
    background-size: contain;
    background-repeat: no-repeat;
}

.kodomo-logo-mobile {
    width: 227px;
    height: 44px;
    background-image: url('assets/983c869f66de2a06499239b50b401610a3415f30.png');
}

.jidou-logo-mobile {
    width: 245px;
    height: 47px;
    background-image: url('assets/000eef3937644c99a774ba8ef9e9ab1a9dce96f6.png');
}

.waiwai-logo-mobile {
    width: 245px;
    height: 47px;
    background-image: url('assets/22ab74ef4b0c04a27df815d3fdaffc3a22ffb88f.png');
}

/* メニューオープン時のbody固定 */
body.menu-open {
    overflow: hidden;
}

.header {
    background-color: #ffffff;
    height: 152px;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background-color: #ffffff;
}

.header-content {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 54px;
    position: relative;
}

.wave-top {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 2759px;
    height: 45px;
    background-image: url('assets/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
}

.logo-main {
    width: 329px;
    height: 41px;
    background-image: url('assets/ec60601e22cd0e999be6cd6bb543eb9f362cea6e.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-items {
    display: flex;
    gap: 14px;
}

.nav-item {
    width: 285px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    position: relative;
}

.nav-item-kodomo {
    border: 3px solid var(--color-yellow);
    box-shadow: 0px 3px 0px 0px var(--color-yellow);
}

.nav-item-jidou {
    border: 3px solid var(--color-pink);
    box-shadow: 0px 3px 0px 0px var(--color-pink);
}

.nav-item-waiwai {
    border: 3px solid var(--color-green);
    box-shadow: 0px 3px 0px 0px var(--color-green);
}

.kodomo-logo {
    width: 227px;
    height: 44px;
    background-image: url('assets/983c869f66de2a06499239b50b401610a3415f30.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.jidou-logo {
    width: 245px;
    height: 47px;
    background-image: url('assets/000eef3937644c99a774ba8ef9e9ab1a9dce96f6.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.waiwai-logo {
    width: 245px;
    height: 47px;
    background-image: url('assets/22ab74ef4b0c04a27df815d3fdaffc3a22ffb88f.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* メインビジュアル */
.main-visual-wrapper {
    width: 100%;
    height: 852px;
    overflow: hidden;
}

.main-visual {
    position: relative;
    height: 100%;
    width: 100%;
}

.fv-image {
    width: 100%;
    height: 100%;
    background-image: url('assets/71fd950ee9612842b702b6eb589609d9b97c2ce1.png');
    background-size: cover;
    background-position: center;
}

.cloud-left {
    position: absolute;
    top: 189px;
    left: 0;
    width: 226px;
    height: 136px;
    background-image: url('assets/2c100f4d159a594fa6d5810c3d1dac31b21d134b.png');
    background-size: cover;
}

.cloud-right {
    position: absolute;
    top: 189px;
    right: 0;
    width: 226px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cloud-image {
    width: 226px;
    height: 136px;
    background-image: url('assets/2c100f4d159a594fa6d5810c3d1dac31b21d134b.png');
    background-size: cover;
    transform: rotate(180deg) scaleY(-1);
}

.main-tree {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    aspect-ratio: 2732/572;
    background-image: url('assets/2daad04e54afd4ad8d473ccc924556d1efdafc82.png');
    background-size: cover;
}

.wave-bottom {
    position: absolute;
    bottom: -0.131px;
    left: 50%;
    transform: translateX(-50%);
    width: 2759px;
    height: 45px;
    background-image: url('assets/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
}

.bird-left {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    width: 78px;
    height: 175px;
    background-image: url('assets/1b244dbbd563340df6caca0aab6d2c46bfb6a50a.png');
    background-size: cover;
}

.bird-right {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 73px;
    height: 159px;
    background-image: url('assets/cf36da0d904fa3a6ff18713c817f209e6b26c864.png');
    background-size: cover;
}

/* グループ紹介セクション */
.group-section {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.group-content {
    padding: 40px 164px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    position: relative;
}

.decoration-left-1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 407.5px));
    width: 108px;
    height: 217px;
    background-image: url('assets/402c20c6e9475d31a2d18fce0c2fe8101a517f76.png');
    background-size: cover;
}

.decoration-left-2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% + 277px));
    width: 120px;
    height: 318px;
    background-image: url('assets/210db3a3b10e7c3f1d4bd29c4be530c98b65ade5.png');
    background-size: cover;
}

.decoration-right-1 {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(calc(-50% - 168px));
    width: 218px;
    height: 346px;
    background-image: url('assets/69122a608169e4a2ade0c8e12f763d4f1d3d5630.png');
    background-size: cover;
}

.decoration-right-2 {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(calc(-50% + 532px));
    width: 110px;
    height: 280px;
    background-image: url('assets/10b2f5a3d25d8201bedc227d7312127e2f39f6ba.png');
    background-size: cover;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.title-decoration-left {
    width: 294px;
    height: 96px;
    background-image: url('assets/5b50e66375c65465a709de7265411afc2940a67e.png');
    background-size: cover;
}

.title-decoration-right {
    width: 294px;
    height: 96px;
    background-image: url('assets/29b415bf3db38bc10712dd4e97d7cecc9933b290.png');
    background-size: cover;
}

.title-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.title-icon {
    width: 39px;
    height: 56px;
    background-image: url('assets/7eb68a22d2387ff43e2d27bc60bd854f16614a93.png');
    background-size: cover;
}

.title {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: var(--color-brown);
}

.facilities {
    width: 100%;
    max-width: 1038px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.facility-item {
    display: flex;
    gap: 70px;
    align-items: center;
}

.facility-item.reverse {
    flex-direction: row-reverse;
}

.facility-image {
    flex: 1;
    min-height: 400px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
}

.kodomo-image {
    background-image: url('assets/ainokifukushi-main-1.jpg');
    box-shadow: 0px 6px 0px 0px var(--color-yellow);
}

.jidou-image {
    background-image: url('assets/ainokifukushi-main-2.jpg');
    box-shadow: 0px 6px 0px 0px var(--color-pink);
}

.waiwai-image {
    background-image: url('assets/ainokifukushi-main-3.jpg');
    box-shadow: 0px 6px 0px 0px var(--color-green);
}

.facility-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 11px 0;
}

.facility-logo {
    background-size: contain;
    background-repeat: no-repeat;
}

.facility-logo.kodomo-logo {
    width: 314px;
    height: 60px;
    background-image: url('assets/983c869f66de2a06499239b50b401610a3415f30.png');
}

.facility-logo.jidou-logo {
    width: 391px;
    height: 75px;
    background-image: url('assets/000eef3937644c99a774ba8ef9e9ab1a9dce96f6.png');
}

.facility-logo.waiwai-logo {
    width: 455px;
    height: 87px;
    background-image: url('assets/22ab74ef4b0c04a27df815d3fdaffc3a22ffb88f.png');
}

.facility-info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.8;
}

.label {
    font-weight: 700;
}

.kodomo-color {
    color: var(--color-yellow);
}

.jidou-color {
    color: var(--color-pink);
}

.waiwai-color {
    color: var(--color-green);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    padding: 16px 18px 16px 40px;
    border-radius: 24px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    width: fit-content;
}

.kodomo-btn {
    background-color: var(--color-yellow);
}

.jidou-btn {
    background-color: var(--color-pink);
}

.waiwai-btn {
    background-color: var(--color-green);
}

.arrow {
    width: 10px;
    height: 12px;
    background-image: url('assets/11052ac98921d7956827ba6eea0f4e09ea527055.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* 概要セクション */
.overview-section {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.overview-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('assets/5d73ad995c2c3f8c3838bd9a699640096936593c.png');
    background-size: 384px 384px;
    background-repeat: repeat;
}

.overview-content {
    position: relative;
    padding: 120px 164px 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.gaiyou-left {
    position: absolute;
    top: 123px;
    left: 32px;
    width: 99px;
    height: 478px;
    background-image: url('assets/1ac317f2aa371e9a35515c2147a7c43efdf4d6d2.png');
    background-size: cover;
}

.gaiyou-right {
    position: absolute;
    top: 115px;
    right: 32px;
    width: 99px;
    height: 491px;
    background-image: url('assets/0d86564e0312031beb98185eda209e11bef64701.png');
    background-size: cover;
}

.wave-top-overview {
    position: absolute;
    top: 0.48px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 2759px;
    height: 45px;
    background-image: url('assets/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
}

.wave-bottom-overview {
    position: absolute;
    bottom: -0.611px;
    left: 50%;
    transform: translateX(-50%);
    width: 2759px;
    height: 45px;
    background-image: url('assets/95e9973fd0263b59a86361886ee4a4c3c78c156d.png');
    background-size: cover;
}

.overview-items {
    display: flex;
    gap: 70px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.overview-card {
    flex: 1;
    background-color: #ffffff;
    border: 3px solid var(--color-blue);
    border-radius: 24px;
    padding: 26px;
}

.overview-item {
    padding: 18px 0;
    border-bottom: 1px solid #dfdfdf;
}

.overview-item.last {
    border-bottom: none;
}

.overview-item h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: var(--color-blue);
    margin-bottom: 7px;
}

.overview-item p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-brown);
}

.overview-image {
    flex: 1;
    height: 410px;
    background-image: url('assets/776ae534136b2e51ec7653ed0f3c96be48b6a73a.png');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}

/* アクセスセクション */
.access-section {
    width: 100%;
    overflow-x: hidden;
}

.access-content {
    padding: 32px 164px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.access-icon {
    width: 54px;
    height: 49px;
    background-image: url('assets/e33dd511717acd676aa4a3c201c89d9a5cc1668c.png');
    background-size: cover;
}

.map {
    width: 100%;
    height: 400px;
    background-image: url('assets/4f362124fd41b05524b858bd46aa85c983285318.png');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
}

.map-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 14px;
    height: 48px;
    border: 3px solid var(--color-blue);
    border-radius: 24px;
    background-color: #ffffff;
    text-decoration: none;
    color: var(--color-brown);
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    position: relative;
}

.arrow-blue {
    width: 10px;
    height: 12px;
    background-image: url('assets/76e1cc4d4ac2808c2d5746c4302d20946b654c6e.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* フッター */
.footer {
    width: 100%;
    overflow-x: hidden;
}

.footer-bg {
    background-image: url('assets/5c0d1c8fb7158ca6e44bd54b205bbcf271e1f696.png');
    background-size: cover;
    background-position: center;
}

.footer-content {
    padding: 160px 300px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    position: relative;
}

.footer-logo {
    width: 370px;
    height: 49px;
    background-image: url('assets/ec60601e22cd0e999be6cd6bb543eb9f362cea6e.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    width: 100%;
}

.footer-contact {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.address,
.phone {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.85px;
    color: var(--color-brown);
}

.icon-map {
    width: 16px;
    height: 22px;
    background-image: url('assets/43dff47525224153726769f44525434342ae20d0.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-phone {
    width: 20px;
    height: 20px;
    background-image: url('assets/63c8d8d3a76fd9d0f6514d9a154dba35246e3bb6.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-links {
    display: flex;
    gap: 70px;
    height: 24px;
    align-items: center;
}

.footer-links a {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-brown);
    text-decoration: none;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.pagetop {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 58px;
    height: 124px;
    background-image: url('assets/ab9e648f442aed974187a6b496d5d34ff2052290.png');
    background-size: cover;
    cursor: pointer;
    z-index: 90;
    transition: opacity 0.3s ease;
}

.pagetop:hover {
    opacity: 0.8;
}

.copyright {
    background-color: var(--color-brown);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

/* モバイルメニューボタン */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('assets/d83c1a35599eae7042c59134e1496f547ff23e7d.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* レスポンシブデザイン - タブレット */
@media (max-width: 1024px) {
    .header-content {
        padding: 0 32px;
    }
    
    .nav-items {
        gap: 10px;
    }
    
    .nav-item {
        width: 240px;
        height: 60px;
    }
    
    .group-content {
        padding: 40px 80px 60px;
    }
    
    .facilities {
        width: 100%;
    }
    
    .overview-content {
        padding: 120px 80px 124px;
    }
    
    .access-content {
        padding: 32px 80px 30px;
    }
    
    .footer-content {
        padding: 160px 150px 50px;
    }
}

/* レスポンシブデザイン - モバイル */
@media (max-width: 768px) {
    /* モバイルメニューボタンを表示 */
    .mobile-menu-btn {
        display: flex;
    }

    /* デスクトップナビゲーションを非表示 */
    .nav-items {
        display: none;
    }

    /* ヘッダー */
    .header {
        height: 60px;
    }
    
    .header-content {
        height: 60px;
        padding: 0 16px;
        justify-content: space-between;
    }
    
    .wave-top {
        display: none;
    }
    
    .logo-main {
        width: 200px;
        height: 25px;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-items {
        display: none;
    }
    
    /* メインビジュアル - モバイル版 */
    .main-visual-wrapper {
        height: auto;
        aspect-ratio: 2732 / 852;
    }

    /* 木と雲を非表示 */
    .main-tree,
    .cloud-left,
    .cloud-right {
        display: none;
    }

    .bird-left {
        width: 50px;
        height: 112px;
        left: 10px;
    }

    .bird-right {
        width: 47px;
        height: 102px;
        right: 10px;
    }

    /* 波線をモバイル用に縮小 */
    .wave-bottom {
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
        aspect-ratio: 2759 / 45;
    }

    .wave-top-overview,
    .wave-bottom-overview {
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 2759 / 45;
    }

    .wave-top-overview {
        transform: rotate(180deg);
    }

    .wave-bottom-overview {
        transform: none;
    }

    /* グループ紹介セクション */
    .group-content {
        padding: 30px 16px 50px;
        gap: 40px;
    }
    
    .decoration-left-1,
    .decoration-left-2,
    .decoration-right-1,
    .decoration-right-2 {
        display: none;
    }
    
    .title-wrapper {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .title-decoration-left,
    .title-decoration-right {
        width: 80px;
        height: 26px;
        flex-shrink: 0;
    }

    .title-content {
        gap: 10px;
    }

    .title {
        font-size: 18px;
        line-height: 18px;
        white-space: nowrap;
    }
    
    .facilities {
        width: 100%;
        max-width: 100%;
        gap: 40px;
    }
    
    .facility-item {
        flex-direction: column;
        gap: 20px;
    }

    .facility-item.reverse {
        flex-direction: column-reverse;
    }
    
    .facility-image {
        width: 100%;
        height: 200px;
    }
    
    .facility-content {
        padding: 0;
        gap: 20px;
    }
    
    .facility-logo.kodomo-logo,
    .facility-logo.jidou-logo,
    .facility-logo.waiwai-logo {
        width: 100%;
        max-width: 300px;
    }
    
    .description {
        font-size: 14px;
    }
    
    .contact-info p {
        font-size: 14px;
    }
    
    .btn {
        padding: 12px 16px 12px 24px;
        font-size: 14px;
        gap: 10px;
    }
    
    /* 概要セクション */
    .overview-content {
        padding: 60px 16px 60px;
        gap: 30px;
    }
    
    .gaiyou-left,
    .gaiyou-right {
        display: none;
    }
    
    .overview-items {
        flex-direction: column;
        gap: 30px;
    }
    
    .overview-card {
        width: 100%;
        padding: 20px;
    }
    
    .overview-item h3 {
        font-size: 16px;
    }
    
    .overview-item p {
        font-size: 14px;
    }
    
    .overview-image {
        width: 100%;
        height: 250px;
        background-image: url('assets/ac82a2581ca77c5b0dd306637e453af1da84a7e8.png');
    }
    
    /* アクセスセクション */
    .access-content {
        padding: 30px 16px 30px;
        gap: 20px;
    }
    
    .access-icon {
        width: 40px;
        height: 36px;
    }
    
    .map {
        height: 250px;
        background-image: url('assets/2518cf32e228b65ec0f909f0b3d4fd521df1bd53.png');
    }
    
    .map-btn {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
        gap: 8px;
    }
    
    /* フッター */
    .footer-content {
        padding: 150px 16px 40px;
        gap: 20px;
    }
    
    .footer-logo {
        width: 280px;
        height: 37px;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .address,
    .phone {
        font-size: 14px;
        gap: 5px;
    }
    
    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        height: auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .footer-links a {
        font-size: 14px;
        text-align: center;
    }
    
    .pagetop {
        display: none;
    }
    
    /* 特殊なモバイル装飾 */
    .title-icon {
        width: 20px;
        height: 29px;
        background-image: url('assets/1867190da691c8857a0509407462a9b68a18bc21.png');
    }
    
    /* グループアイコン */
    .group-icon {
        width: 24px;
        height: 24px;
        background-image: url('assets/f1c4f25806221a756e3f3ef7e784ec760fccaf46.svg');
    }
    
    /* スムーススクロール調整 */
    html {
        scroll-behavior: smooth;
    }
    
    /* タッチターゲットの最適化 */
    .btn {
        min-height: 44px;
    }
    
    .nav-item {
        min-height: 44px;
    }
}

/* ページネーション */
.pagination-wrapper {
    width: 100%;
    padding: 40px 0;
    background-color: #ffffff;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: var(--color-blue);
    color: #ffffff;
    border: none;
    border-radius: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.pagination-btn:hover:not(:disabled) {
    background-color: #5fb3e0;
    transform: translateY(-2px);
}

.pagination-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.arrow-left,
.arrow-right {
    width: 10px;
    height: 12px;
    background-image: url('assets/11052ac98921d7956827ba6eea0f4e09ea527055.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.arrow-left {
    transform: rotate(180deg);
}

.page-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page-number {
    width: 40px;
    height: 40px;
    border: 2px solid var(--color-blue);
    background-color: #ffffff;
    color: var(--color-blue);
    border-radius: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-number:hover {
    background-color: var(--color-blue);
    color: #ffffff;
    transform: scale(1.1);
}

.page-number.active {
    background-color: var(--color-blue);
    color: #ffffff;
    border-color: var(--color-blue);
}

/* 詳細ページ用スタイル */
.page-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 164px 60px;
    border-bottom: 3px solid var(--color-blue);
}

.page-header-content {
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--color-brown);
}

.breadcrumb a {
    color: var(--color-blue);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 10px;
    color: #ccc;
}

.current {
    font-weight: 700;
}

.page-title {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: var(--color-brown);
    margin-bottom: 15px;
}

.page-description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-brown);
    opacity: 0.8;
}

.detail-section {
    padding: 80px 164px;
}

.detail-section.alt {
    background-color: #f8f9fa;
}

.detail-content {
    max-width: 1200px;
    margin: 0 auto;
}

.facility-detail {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.facility-header {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}

.facility-title h2 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: var(--color-brown);
    margin-bottom: 8px;
}

.facility-subtitle {
    font-size: 16px;
    color: var(--color-brown);
    opacity: 0.7;
}

.facility-main {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.facility-main.reverse {
    flex-direction: row-reverse;
}

.facility-image.large {
    flex: 1;
    height: 400px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
}

.facility-info-detailed {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-section h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-brown);
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.info-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

.info-section p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
}

.info-section ul {
    list-style: none;
    padding: 0;
}

.info-section li {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
}

.info-section li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: var(--color-blue);
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* アクセス詳細ページ */
.access-detail-section {
    padding: 80px 164px;
}

.access-detail-content {
    max-width: 1200px;
    margin: 0 auto;
}

.access-info {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 40px;
}

.map-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map.large {
    height: 450px;
    border-radius: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

.map-btn.large {
    padding: 16px 24px;
    font-size: 16px;
    align-self: center;
}

.access-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.access-item h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-brown);
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.access-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 20px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

.access-item p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
    margin-left: 20px;
}

.access-item ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
}

.access-item li {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.access-item li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: var(--color-blue);
    font-size: 12px;
    top: 8px;
}

/* お問い合わせセクション */
.contact-section {
    padding: 80px 164px;
    background-color: #f8f9fa;
}

.contact-content {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-facilities {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.contact-facility {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
}

.contact-facility.kodomo-contact {
    border-left: 6px solid var(--color-yellow);
}

.contact-facility.jidou-contact {
    border-left: 6px solid var(--color-pink);
}

.contact-facility.waiwai-contact {
    border-left: 6px solid var(--color-green);
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.contact-info-main h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-brown);
    margin-bottom: 15px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-brown);
}

.icon-time {
    width: 16px;
    height: 16px;
    background-image: url('assets/f1c4f25806221a756e3f3ef7e784ec760fccaf46.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-mail {
    width: 16px;
    height: 16px;
    background-image: url('assets/d83c1a35599eae7042c59134e1496f547ff23e7d.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-btn {
    min-width: 160px;
}

.general-contact {
    margin-top: 60px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 24px;
    border: 2px solid var(--color-blue);
}

.general-contact h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--color-brown);
    margin-bottom: 20px;
    text-align: center;
}

.general-contact p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
    text-align: center;
    margin-bottom: 30px;
}

.general-contact-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* 理念・概要ページ */
.philosophy-section {
    padding: 80px 164px;
    background-color: #f8f9fa;
}

.philosophy-content {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-main {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 40px;
}

.philosophy-text {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-item h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--color-brown);
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.philosophy-item h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 24px;
    background-color: var(--color-blue);
    border-radius: 4px;
}

.philosophy-item p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-brown);
    padding-left: 25px;
}

.philosophy-image {
    flex: 1;
}

.overview-detail-section {
    padding: 80px 164px;
}

.overview-detail-content {
    max-width: 1200px;
    margin: 0 auto;
}

.overview-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.overview-detail-card {
    background-color: #ffffff;
    border: 3px solid var(--color-blue);
    border-radius: 24px;
    padding: 30px;
}

.overview-detail-item {
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
}

.overview-detail-item:last-child {
    border-bottom: none;
}

.overview-detail-item h3 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-blue);
    margin-bottom: 10px;
}

.overview-detail-item p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-brown);
}

.facilities-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.facility-item-simple {
    display: flex;
    align-items: center;
    gap: 15px;
}

.facility-logo.small {
    width: 80px;
    height: auto;
}

.facility-name {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-brown);
    margin-bottom: 4px;
}

.facility-desc {
    font-size: 12px;
    color: var(--color-brown);
    opacity: 0.7;
}

/* 沿革セクション */
.history-section {
    padding: 80px 164px;
    background-color: #f8f9fa;
}

.history-content {
    max-width: 1200px;
    margin: 0 auto;
}

.history-timeline {
    margin-top: 40px;
    position: relative;
    padding-left: 60px;
}

.history-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-blue);
}

.timeline-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -45px;
    top: 8px;
    width: 15px;
    height: 15px;
    background-color: var(--color-blue);
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px var(--color-blue);
}

.timeline-year {
    min-width: 100px;
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-blue);
    margin-right: 30px;
}

.timeline-content {
    flex: 1;
}

.timeline-content h4 {
    font-family: 'Tsukushi A Round Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-brown);
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-brown);
}

/* 詳細ページ レスポンシブ */
@media (max-width: 1024px) {
    .page-header {
        padding: 30px 80px 40px;
    }
    
    .detail-section {
        padding: 60px 80px;
    }
    
    .facility-main {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 20px 16px 30px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .detail-section {
        padding: 40px 16px;
    }
    
    .facility-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .facility-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .facility-main.reverse {
        flex-direction: column;
    }
    
    .facility-image.large {
        width: 100%;
        height: 250px;
    }
    
    .facility-title h2 {
        font-size: 22px;
    }
    
    .info-section h3 {
        font-size: 18px;
    }
    
    .info-section p,
    .info-section li {
        font-size: 14px;
    }
}

/* ページネーション レスポンシブ */
@media (max-width: 768px) {
    .pagination-container {
        gap: 15px;
        padding: 15px;
        flex-direction: column;
    }
    
    .pagination-btn {
        font-size: 12px;
        padding: 10px 16px;
    }
    
    .page-number {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .pagination-container {
        gap: 10px;
    }
    
    .page-numbers {
        gap: 6px;
    }
    
    .page-number {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
    
    .pagination-btn {
        padding: 8px 12px;
        font-size: 11px;
    }
}

/* 小型モバイル対応 */
@media (max-width: 375px) {
    .title {
        font-size: 16px;
        line-height: 16px;
    }

    .title-decoration-left,
    .title-decoration-right {
        width: 60px;
        height: 20px;
    }

    .title-icon {
        width: 16px;
        height: 23px;
    }

    .facility-logo.kodomo-logo,
    .facility-logo.jidou-logo,
    .facility-logo.waiwai-logo {
        max-width: 250px;
        height: auto;
    }
}