/*
Theme Name: 杉の子保育園
Author: 株式会社オー・プラン
Description: A minimal WordPress theme.
Version: 1.0
Text Domain: custom-minimal
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    line-height: 1.6;
    background-image: url("images/background.jpg");
    background-repeat: repeat-y;
    background-color: #F8F3F1;
}

html, body {
    overflow-x: hidden;
}

div[id] {
    scroll-margin-top: 50px;
}
h1[id] {
    scroll-margin-top: 50px;
}
h2[id] {
    scroll-margin-top: 50px;
}

@media screen and (max-width: 768px) {
    div[id] {
    scroll-margin-top: 90px;
    }
    [id]:not(h1) {
        scroll-margin-top: 90px;
    }
}

:root {
    --primary-color: #57352f;
    --primary-color-hover: #e65c5c;
    --primary-color-ukeire: #6190b8;
    --primary-color-enkaiho: #eda02f;

    --primary-color-blue: #62bdd8;
    --primary-color-orange: #ebb05b;
    --primary-color-purple: #8d82b8;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s, background-color 0.3s;
}

.entry-content a,
.post-content a,
.type-post a {
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* 共通スタイル */
ul.info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    margin-right: 0;
    flex-shrink: 0;
    -webkit-mask-image: url("images/lower/list-style.png");
    mask-image: url("images/lower/list-style.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #ccc;
}

ul.info-list li {
    position: relative;
    padding-left: 25px;
}

/* ピンクセクション */
.entry-content h2.pink-title ~ ul.info-list li::before {
    background-color: #e8a7a7;
}
ul.info-list.list-pink li::before {
    background-color: #e8a7a7;
}

/* ブルーセクション */
.entry-content h2.blue-title ~ ul.info-list li::before {
    background-color: #42bdd8;
}

/* パープルセクション */
.entry-content h2.purple-title ~ ul.info-list li::before {
    background-color: #8f82bc;
}

/* オレンジセクション */
.entry-content h2.orange-title ~ ul.info-list li::before {
    background-color: #eda02f;
}

.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.space-pc {
    display: inline-block;
    width: 1em;
}

@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
        content: "";
    }
    .space-pc {
        display: none;
    }
}

.js-leader {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: -0.5em;
}

/* ヘッダー全体
-------------------------------------------------- */

.header-inner {
    max-width: 1720px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
    position: relative;

    background-image: url("images/header/header_dots_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.header-top-text-wrapper {
    margin-bottom: 20px;
}

.corporate-name {
    font-size: 14px;
    color: var(--primary-color);
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 5px;
}

.kindergarten-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.otaru-label {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #999;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
}

.hamburger-menu {
    display: none;
}

.site-header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.site-header .logo::before,
.site-header .logo::after {
    content: "";
    flex: 1;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.site-header .logo::before {
    background-image: url("images/header/bubble_left.png");
    background-position: right center;
    margin-right: 20px;
}

.site-header .logo::after {
    background-image: url("images/header/bubble_right.png");
    background-position: left center;
    margin-left: 20px;
}

.site-header .logo a {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.site-header .logo img {
    height: 90px;
    width: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .site-header .logo::before,
    .site-header .logo::after {
        flex: 0 1 30%;
    }
}

@media screen and (max-width: 768px) {
    .site-header .logo::before,
    .site-header .logo::after {
        display: none;
    }
    
    .site-header .logo img {
        height: 70px;
        padding-left: 40px;
    }
}

/* メインナビゲーション
-------------------------------------------------- */

.nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 200px;
}

.nav ul li {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 200px;
    position: relative;
    flex-direction: column;
}

.nav ul li:not(:last-child):not(:nth-last-child(2)) {
    border-right: none;
}

.nav ul li:not(:last-child):not(:nth-last-child(2))::after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 50px;
    background-image: url("images/header/border-line.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    font-size: 1.5rem;
    color: var(--primary-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    word-wrap: nowrap;
}

.nav ul li a:hover {
    color: var(--primary-color-hover);
}

.nav ul li a .nav-text {
    display: block;
}

.nav ul li a::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.5s ease, opacity 0.8s ease;
}

.nav ul li:nth-child(1) a::before { background-image: url("images/header/icon_child1.png"); }
.nav ul li:nth-child(2) a::before { background-image: url("images/header/icon_child2.png"); }
.nav ul li:nth-child(3) a::before { background-image: url("images/header/icon_child3.png"); }
.nav ul li:nth-child(4) a::before { background-image: url("images/header/icon_child4.png"); }
.nav ul li:nth-child(5) a::before { display: none; }

.nav ul li:nth-child(1) a:hover::before { background-image: url("images/header/icon_hover_child1.png"); }
.nav ul li:nth-child(2) a:hover::before { background-image: url("images/header/icon_hover_child2.png"); }
.nav ul li:nth-child(3) a:hover::before { background-image: url("images/header/icon_hover_child3.png"); }
.nav ul li:nth-child(4) a:hover::before { background-image: url("images/header/icon_hover_child4.png"); }

.nav ul li:nth-child(5) a {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.nav-special-btn-wrapper {
    flex: 0 0 150px;
}

.nav-special-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-image: url("images/header/orange_circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.nav-special-btn:hover {
    opacity: 0.8;
}

.nav ul li {
    position: relative;
    flex-direction: column;
}

.nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 265px;
    padding: 40px 0 15px 20px;
    background-image: url("images/header/nav-speech.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.nav ul li .sub-menu:has(.sub-menu-list li:nth-child(-n+3):last-child) {
    background-image: url("images/header/nav-speech-mini.png");
}

.nav ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.nav ul li .sub-menu .sub-menu-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.nav ul li .sub-menu .sub-menu-list li {
    display: block;
    width: 100%;
    max-width: none;
    border: none;
    margin-bottom: 8px;
    padding: 0;
    line-height: 0.8;
}

.nav ul li .sub-menu .sub-menu-list li::after {
    display: none;
}

.nav ul li .sub-menu .sub-menu-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 5px 0;
    font-size: 1.1rem;
    color: var(--primary-color);
    text-align: left;
    background: none;
    font-family: "Zen Maru Gothic", sans-serif;
}

.nav ul li .sub-menu .sub-menu-list li a::before {
    display: none;
}

.nav ul li .sub-menu .sub-menu-list li a::after {
    content: "▶";
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    color: var(--primary-color-hover);
    font-size: 0.75em;
    margin-right: 8px;
    order: -1;
    transform: none;
}

.nav ul li .sub-menu .sub-menu-list li a:hover {
    color: var(--primary-color-hover);
}

@media screen and (min-width: 769px) {
    .hamburger-menu { 
        display: none; 
    }
    
    .nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 14%;
    }

    .has-sub { 
        position: relative; 
    }
    .has-sub:hover .sub-menu {
        display: block;
    }
    .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
    }

    .nav-logo-sp {
        display: none;
    }

    .sp-bar-logo {
        display: none !important;
    }
    .pc-logo {
        display: block !important;
    }
}

@media screen and (max-width: 1300px) {
    .nav-special-item {
        padding-left: 0;
    }
    .nav ul {
        margin-left: 0;
    }
    .nav ul li {
        max-width: 150px;
    }
    .nav ul li a {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    .nav ul li:nth-child(5) a {
        width: 130px;
    }
    .nav ul li:nth-child(5) a img {
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .nav ul {
        margin-left: 2%;
    }
    .nav ul li {
        max-width: 135px;
    }
    .nav ul li .sub-menu {
        width: 225px;
    }
    .nav ul li .sub-menu .sub-menu-list li a {
        font-size: 0.9rem;
    }
    .nav ul li:nth-child(5) a {
        width: 110px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .nav ul li:not(:last-child)::after {
        display: none;
    }

    .nav ul li a {
        font-size: 1.2rem;
    }

    .nav ul li a {
        padding: 0 20px;
    }

    .nav ul li a::before {
        width: 50px;
        height: 50px;
        margin: 0 auto 5px;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .sub-menu { 
        display: none !important; 
    }

    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0 20px;
    }

    .pc-logo {
        display: none !important;
    }
    .sp-bar-logo {
        display: block !important;
        height: 36px !important;
        width: auto;
    }

    /* ハンバーガーボタン */
    .hamburger-menu {
        display: block;
        background: none;
        border: none;
        width: 44px;
        height: 44px;
        position: relative;
        z-index: 1100;
        padding: 0;
        cursor: pointer;
    }

    .hamburger-menu span {
        display: block;
        position: absolute;
        left: 10px;
        width: 24px;
        height: 2px;
        background-color: var(--primary-color);
        transition: 0.4s;
    }
    .hamburger-menu span:nth-child(1) { top: 14px; }
    .hamburger-menu span:nth-child(2) { top: 22px; }
    .hamburger-menu span:nth-child(3) { top: 30px; }

    .hamburger-menu.is-active span:nth-child(1) { top: 22px; transform: rotate(45deg); }
    .hamburger-menu.is-active span:nth-child(2) { opacity: 0; }
    .hamburger-menu.is-active span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

    .nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        z-index: 900;
        transition: 0.5s;
        padding: 30px 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav.is-active { 
        left: 0; 
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .nav ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .nav-logo-sp {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .nav-logo-sp img {
        height: 48px;
        width: auto;
        display: inline-block;
    }

    .nav-special-item a {
        display: block;
        text-align: center;
    }
    .nav-special-item img {
        display: inline-block;
        width: 100px;
    }
}

#hero-slider {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#hero-slider .splide__track {
    overflow: visible !important;
}

.slide-media img {
    width: auto;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hero-copy {
    color: var(--primary-color);
    text-align: center;
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 40px 0 60px;
}

.watercolor-arrows {
    width: 45%;
    max-width: none;
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    z-index: 80 !important;
    pointer-events: none;
}
.splide__arrow--prev {
    left: -40px !important;
    position: absolute !important;
}

.splide__arrow--next {
    right: -40px !important;
    position: absolute !important;
}

.watercolor-arrows .splide__arrow {
    position: relative !important;
    z-index: 10000 !important;
    pointer-events: auto !important;
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    opacity: 1 !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.watercolor-arrows .splide__arrow img {
    width: 100% !important;
    height: auto !important;
    display: block;
    pointer-events: none;
}

.splide__slide {
    z-index: 1;
}

.slider-static-deco {
    position: absolute;
    top: calc(320px - 5%);
    right: 30%; 
    width: 230px;
    height: 180px;
    background-image: url("images/top/slider-suginoko.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 10;    
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .watercolor-arrows {
        width: 60%;
    }
    .splide__arrow--prev { left: -30px !important; }
    .splide__arrow--next { right: -30px !important; }
        .slider-static-deco {
        width: 150px;
        right: 10%;
        top: 320px;
    }
    .slider-static-deco {
        width: 200px; 
        height: 150px;
        top: 280px;
        right: 15%;
        background-position: center center; 
    }
}

@media screen and (max-width: 1024px) {
    .watercolor-arrows {
        width: 60%;
    }
    .splide__arrow--prev { left: -30px !important; }
    .splide__arrow--next { right: -30px !important; }
        .slider-static-deco {
        width: 150px;
        right: 10%;
        top: 320px;
    }
    .slider-static-deco {
        width: 200px; 
        height: 150px;
        top: 280px;
        right: 15%;
        background-position: center center; 
    }
}

@media screen and (max-width: 768px) {
    .slider-static-deco {
        width: 150px; 
        height: 100px;
        top: 300px !important; 
        right: 10% !important;
        background-position: center center; 
    }
    .slide-media img { height: 500px; }
    .watercolor-arrows { top: 150px; }
    .hero-copy { 
        font-size: 1.25rem;
        margin: 0 0 20px 0;
        position: relative;
        z-index: 90;
    }
}

@media screen and (max-width: 550px) {
    .slider-static-deco {
        top: 230px !important; 
    }
    .slide-media img { height: 400px; }
}

@media screen and (max-width: 450px) {
    .slider-static-deco {
        top: 180px !important; 
    }
    .slide-media img { height: 300px; }
}

/* 3枚横並び画像ギャラリー
-------------------------------------------------- */
.top-image-gallery {
    padding: 60px 20px;
    max-width: 1100px;
    margin: 0 auto;
    background-image: url("images/top/gallery-back.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.gallery-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.gallery-item {
    flex: 1;
    max-width: 300px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
    .top-image-gallery {
        padding: 0 40px;
    }
    .gallery-inner {
        flex-direction: column;
        gap: 20px;
    }
    
    .gallery-item {
        width: 100%;
        max-width: 250px;
    }
}

/* フッター
-------------------------------------------------- */

.site-footer {
    background-color: transparent;
    color: var(--primary-color);
    font-family: "Zen Maru Gothic", sans-serif;
    padding-top: 100px;
}

.footer-contact-banner {
    background-color: #fff;
    padding: 0 20px 60px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
    overflow-x: clip;
}

.banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 20;
    max-width: 600px;
    margin: 0 auto;
    top: 10px;
}

.banner-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.banner-title::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 100%; 
    background-image: url("images/footer/contact-background.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.banner-text {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}

.banner-tel-link {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: -19px;
    padding-right: 10px;
}

.banner-tel-link .adjust-hyphen {
    display: inline-block;
    margin-left: 0.3em;
    margin-right: 0.15em;
    transform: translateY(-0.07em); 
}

.banner-text,
.banner-tel-link,
.banner-hours {
    text-shadow: 
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 15px #fff;
}

.banner-hours {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.banner-child {
    position: absolute;
    bottom: -60px;
    z-index: 19;
}

.banner-child img {
    width: auto;
    height: 340px;
    display: block;
    pointer-events: none;
}

.banner-child-left {
    left: -150px;
}

.banner-child-right {
    right: -150px;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-sub-nav {
    margin-bottom: 50px;
}

.footer-sub-nav ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer-sub-nav li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.footer-sub-nav li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -15px;
    color: var(--primary-color);
}

.footer-logo-area {
    margin-bottom: 30px;
}

.footer-logo-area a {
    display: block;
    text-decoration: none;
}

.footer-logo-area img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 395px;
    height: auto;
}

.footer-details {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.footer-details p {
    margin: 0;
}

.footer-tel-link {
    color: inherit;
    text-decoration: none;
}

.footer-copyright {
    margin-top: 50px;
    border-top: 1px solid rgba(85, 58, 43, 0.2);
    padding-top: 20px;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: rgba(85, 58, 43, 0.7);
    font-family: "Jost", sans-serif;
}

@media screen and (min-width: 769px) {
    .banner-tel-link,
    .footer-tel-link {
        cursor: default;
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    .site-footer {
        padding-top: 0;
    }
    .footer-logo-area img {
        max-width: 300px;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-tel-link {
        font-size: 37px;
        letter-spacing: -15px;
    }    
    .footer-sub-nav ul {
        flex-direction: column;
        gap: 10px;
    }
    .footer-sub-nav li:not(:last-child)::after {
        display: none;
    }
    .footer-garden-name {
        font-size: 24px;
    }
    .footer-details {
        font-size: 15px;
    }
    .footer-tel-link {
        pointer-events: auto;
        text-decoration: underline;
    }
    .banner-child {
        display: none;
    }
    .footer-copyright {
        margin-top: 30px;
        padding-top: 15px;
    }
    .footer-copyright p {
        font-size: 12px;
    }
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: var(--primary-color-hover);
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s, transform 0.3s;
}

#page_top.is-show {
    opacity: 0.6;
    visibility: visible;
}

#page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

/* お知らせ共通スタイル（トップ・一覧兼用）
-------------------------------------------------- */
.info-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
}

.info-title::before,
.info-title::after {
    content: "";
    display: inline-block;
    width: 35px; 
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.info-title::before {
    background-image: url("images/top/news-left.png") !important;
}

.info-title::after {
    background-image: url("images/top/news-right.png") !important;
}

@media screen and (max-width: 768px) {
    .info-title {
        font-size: 23px;
        margin: 0;
    }
    .info-title::before,
    .info-title::after {
        width: 20px;
        height: 20px;
    }
}

.news-list {
    border-top: 6px solid transparent;
    border-image-source: url("images/top/news-line.png");
    border-image-slice: 0 10 6 10;
    border-image-repeat: stretch;
    position: relative;
}

.news-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative; 
    border-bottom: 6px solid transparent;
    border-image-source: url("images/top/news-line.png");
    border-image-slice: 0 10 6 10;
    border-image-repeat: stretch;
    transition: 0.3s;
    text-decoration: none;
    color: var(--primary-color);
}

.news-item:hover {
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.3);
}

.news-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.news-date {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #836458;
}

.news-text {
    width: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.news-title-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-left: 15px;
}

.news-item:nth-child(1) .news-title-arrow { background-image: url("images/top/news-arrow1.png"); }
.news-item:nth-child(2) .news-title-arrow { background-image: url("images/top/news-arrow2.png"); }
.news-item:nth-child(3) .news-title-arrow { background-image: url("images/top/news-arrow3.png"); }

/* お知らせ・サイド情報セクション（トップページ用）
-------------------------------------------------- */
.top-info-section {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
}

.info-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.info-left {
    flex: 1;
}

.btn-area {
    text-align: center;
}

.info-right {
    font-family: "Zen Maru Gothic", sans-serif;
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box {
    padding: 40px 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 200px;
}

.box-ukeire {
    background-image: url("images/top/top-ukeire.png");
}

.box-ukeire.is-mini {
    background-image: url("images/top/top-ukeire-mini.png");
}

.box-enkaiho {
    background-image: url("images/top/top-kaiho.png");
}

.box-title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 0;
}

.box-ukeire .box-title {
    color: var(--primary-color-ukeire);
    line-height: 1;
}

.box-ukeire .box-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

.box-ukeire .box-month {
    font-size: 23px;
    font-weight: 500;
    color: var(--primary-color-ukeire);
    text-align: center;
    margin: 5px 0 10px;
}

.box-enkaiho .box-title {
    color: var(--primary-color-enkaiho);
    height: 40px;
}

.box-content {
    text-align: center;
}

.box-ukeire .box-content ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.box-ukeire .box-content ul li {
    font-size: 24px;
    color: var(--primary-color);
    position: relative;
    padding-left: 1.1em;
    font-weight: 600;
}

.box-ukeire .box-content ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--primary-color-ukeire);
    font-size: 0.6em;
    top: 50%;
    transform: translateY(-50%);
}

.box-note {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 15px;
}

.event-date {
    font-size: 27px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.btn-detail img {
    width: 150px;
}

@media screen and (max-width: 960px) {
    .box-title {
        margin-bottom: 10px;
    }
    .info-inner {
        flex-direction: column;
    }
    .info-right {
        width: 100%;
    }
    .box-ukeire .box-content ul li,
    .event-date {
        font-size: 20px;
    }
}

/* お知らせ詳細ページ
-------------------------------------------------- */
.news-detail {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    color: var(--primary-color);
}

.news-detail-inner {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
}

.news-detail .entry-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: none;
}

.news-detail .entry-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url("images/lower/list-line.png") no-repeat center;
    background-size: 100% auto;
}

.news-detail .entry-date {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.news-detail .entry-content {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.news-detail .entry-content p {
    margin-bottom: 1.5em;
}

.news-detail .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.news-detail .entry-footer {
    margin-top: 60px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

article.type-post .btn-back a,
.type-post div.btn-back a,
.type-post a.btn-back {
    text-decoration: none !important;
}

.btn-back:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .entry-title {
        font-size: 1.3rem;
    }
    .news-detail .entry-content p {
        font-size: 1rem;
    }
    .news-detail-inner {
        padding: 20px;
    }
}

/* 下層ページ
-------------------------------------------------- */
.lower-page {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: var(--primary-color);
}

.list-news-date {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #836458;
}

.list-news-text {
    width: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 15px;
}

.list-news-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative; 
    border-bottom: 6px solid transparent;
    border-image-source: url("images/top/news-line.png");
    border-image-slice: 0 10 6 10;
    border-image-repeat: stretch;
    transition: 0.3s;
    text-decoration: none;
    color: var(--primary-color);
}

.list-news-item:hover {
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.3);
}

.list-news-item:nth-child(1) .news-title-arrow { background-image: url("images/top/news-arrow1.png"); }
.list-news-item:nth-child(2) .news-title-arrow { background-image: url("images/top/news-arrow2.png"); }
.list-news-item:nth-child(3) .news-title-arrow { background-image: url("images/top/news-arrow3.png"); }

@media screen and (max-width: 768px) {
    .list-news-text {
        padding-left: 0px;
    }

    .list-news-item {
        flex-direction: column; /* 縦並びにする */
        align-items: flex-start; /* 左寄せにする */
        gap: 10px; /* 日付・タイトルと矢印の間に隙間を作る */
    }
}

.entry-content ul.info-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 2px solid transparent;
    border-image: url("images/lower/list-line.png") 0 0 100% 0;
    border-image-width: 0 0 2px 0;
    position: relative;
    padding-left: 25px;
}

.entry-content ul.info-list li strong {
    width: 220px; 
    flex-shrink: 0;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .entry-content ul.info-list li {
        display: block; 
        padding: 15px 0 15px 25px;
        text-align: left;
    }

    ul.info-list li::before {
        top: 22px;
        transform: none;
    }

    .entry-content ul.info-list li strong {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        color: var(--primary-color);
    }

    .entry-content ul.info-list li {
        font-size: 15px;
        line-height: 1.5;
        word-break: break-all;
    }
}

.entry-content h1.pink-title,
.entry-content h1.blue-title,
.entry-content h1.orange-title,
.entry-content h1.purple-title {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 800 / 195;
    text-indent: -9999px;
    overflow: hidden;
}

.entry-content h1.pink-title {
    background: url("images/lower/maintitle-pink.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}

.entry-content h1.blue-title {
    background: url("images/lower/maintitle-blue.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
    margin-top: 150px;
}

.entry-content h1.orange-title {
    background: url("images/lower/maintitle-orange.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
    margin-top: 150px;
}

.entry-content h1.purple-title {
    background: url("images/lower/maintitle-purple.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}

.entry-content h2.pink-title,
.entry-content h2.blue-title,
.entry-content h2.orange-title,
.entry-content h2.purple-title,
.entry-content h2.white-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 35px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    border: none !important;
    margin: 80px 0 50px;
}

.entry-content h2.pink-title,
.entry-content h2.blue-title,
.entry-content h2.orange-title,
.entry-content h2.purple-title {
    color: var(--primary-color);
}

.entry-content h2.pink-title {
    background: url("images/lower/subtitle-pink.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}
.entry-content h2.blue-title {
    background: url("images/lower/subtitle-blue.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}
.entry-content h2.orange-title {
    background: url("images/lower/subtitle-orange.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}
.entry-content h2.purple-title {
    background: url("images/lower/subtitle-purple.png") no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
}

.entry-content h2.white-title {
    background: url("images/lower/subtitle-white.png") no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .entry-content h2.pink-title,
    .entry-content h2.blue-title,
    .entry-content h2.orange-title,
    .entry-content h2.purple-title,
    .entry-content h2.white-title {
        margin: 50px 0 20px;
    }
    .entry-content h1.pink-title,
    .entry-content h1.blue-title,
    .entry-content h1.orange-title,
    .entry-content h1.purple-title {
        margin-top: 80px;
    }
    .entry-content ul.info-list li {
        flex-direction: column;
    }
    .entry-content ul.info-list li strong {
        width: 100%;
        margin-bottom: 5px;
    }
}

.entry-content h3 {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px; 
    font-size: 1.3em;
    font-weight: 700;
    color: var(--primary-color);
    margin: 1.5em 0 0.8em;
}

.entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    -webkit-mask-image: url("images/lower/title-notes.png");
    mask-image: url("images/lower/title-notes.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #ccc; 
}

.entry-content h2.blue-title ~ h3::before {
    background-color: var(--primary-color-blue);
}

.entry-content h2.purple-title ~ h3::before {
    background-color: var(--primary-color-purple);
}

#guide .white-title {
    color: var(--primary-color-orange);
}

#life .white-title {
    color: var(--primary-color-purple);
}

.life-table {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.life-intro {
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
    color: var(--primary-color);
    font-size: 23px;
}

@media screen and (max-width: 768px) {
    .life-intro {
        font-size: 1.2rem;
    }
}

.timeline {
    margin-top: 30px;
}

.timeline-item {
    margin-bottom: 20px;
}

.timeline-item .time {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color-purple);
    margin-bottom: 0;
    letter-spacing: -9px;
    margin-left: -13px;
}

.timeline-item .description {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}

@media (max-width: 768px) {
    .timeline-item .time {
        font-size: 1.2rem;
    }
    .timeline-item .description {
        font-size: 1rem;
    }
}

/* 園について */

.floor-map-container {
    position: relative;
    margin: 10px auto;
    width: 68%;
    height: auto;
}

.floor-map-container img {
    width: 100%;
    height: auto;
    display: block;
}

.floor-map-bg {
    position: relative;
    z-index: 1;
}

.floor-map-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply; 
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .floor-map-container {
        width: 100%;
    }
}

.map-flex-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.map-flex-container iframe,
.map-flex-container img {
    flex: 0 0 49%;
    width: 49%;
    margin: 0;
}

.map-flex-container iframe {
    max-width: none !important; 
}

.map-flex-container img {
    height: auto;
    object-fit: cover;
    display: block;
}

.map-flex-container img:first-of-type {
    padding: 30px !important;
    box-sizing: border-box !important;
}

.map-flex-container img:nth-of-type(2) {
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    .map-flex-container img:first-of-type {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .map-flex-container {
        flex-wrap: wrap;
    }

    .map-flex-container iframe,
    .map-flex-container img {
        flex: 0 0 100%;
        width: 100%;
    }

    .map-flex-container img {
        margin-top: 10px;
        height: auto;
    }
}

/* 概要・特徴 */
#summary ol {
    list-style-type: none;
    counter-reset: policy-count;
    padding-left: 0;
}

#summary ol li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    line-height: 1.5;
    counter-increment: policy-count;
}

#summary ol li::before {
    content: counter(policy-count);
    font-variant-numeric: tabular-nums;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--primary-color-blue);
    font-family: "Zen Maru Gothic", sans-serif;
    font-feature-settings: "pkna" 0, "pwid" 1; 
}

.down-arrow {
    width: 25px;
    height: 18px;
    margin: 10px auto;
    background-color: #ccc;
    -webkit-mask-image: url("images/lower/down-triangle.png");
    mask-image: url("images/lower/down-triangle.png");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

#guide .down-arrow {
    background-color: var(--primary-color-orange);
}

.text-center {
    text-align: center;
}

.text-big {
    font-size: 1.35rem;
    font-weight: 600;
}
@media (max-width: 768px) {
    .text-big {
        font-size: 1.2rem;
        font-weight: 600;
    }
}

#guide .flow-container .flow-item,
#life .text-center {
    font-size: 1.35rem;
    font-weight: 600;
}

#guide .flow-container span {
    font-size: 1.2rem;
    font-weight: 500;
}

/* 園の生活 */

.timeline.daily-timeline {
    position: relative !important;
}

.timeline.daily-timeline::before,
.timeline.daily-timeline::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.timeline.daily-timeline::before {
    background-image: url("images/lower/photo1.png");
    width: 300px;
    height: 300px;
    left: -100px;
    top: 15%;
}

.timeline.daily-timeline::after {
    background-image: url("images/lower/photo2.png");
    width: 300px;
    height: 300px;
    right: -100px;
    top: 65%;
}

@media screen and (max-width: 1300px) {
    .timeline.daily-timeline::before { left: -50px; }
    .timeline.daily-timeline::after { right: -50px; }
}

@media screen and (max-width: 768px) {
    .timeline.daily-timeline::before,
    .timeline.daily-timeline::after {
        display: none !important;
    }
}

.activity-container {
    max-width: 1000px;
    margin: 80px auto;
    text-align: center;
    padding: 0 20px;
}

.activity-intro {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
    color: var(--primary-color);
}

.activity-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}

.activity-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.activity-card:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 4px;
    height: 100%;
    background-image: url("images/lower/activity-line.png");
    background-size: 100% 100%;
}

.activity-image img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 20px;
}   

.activity-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: var(--primary-color-purple);
}

.activity-text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 5px;
    text-align: center;
}

.activity-grid > *:not(.activity-card) {
    display: none !important;
}

.activity-card p:not([class]) {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .activity-grid {
        flex-direction: column;
        margin-top: 30px;
    }
    .activity-card:not(:first-child)::before {
        display: none;
    }
}

.annual-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
}

.annual-item {
    flex: 0 0 calc(25% - 8px);
    overflow: hidden;
}

.annual-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.annual-event-container .img-pc {
    display: block !important;
    width: 100%;
    margin: 20px auto;
}

.annual-event-container .img-sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .annual-gallery {
        flex-wrap: wrap;
    }

    .annual-item {
        flex: 0 0 calc(50% - 5px); 
    }

    .annual-event-container .img-pc {
        display: none !important;
    }

    .annual-event-container .img-sp {
        display: block !important;
        width: 100% !important;
        margin: 10px auto;
    }
}

.annual-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
    width: 1000px;
    margin-left: calc(50% - 495px);
    margin-right: calc(50% - 495px);
    max-width: none;
}

.annual-item {
    flex: 1;
    overflow: hidden;
}

.annual-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1000px) {
    .annual-gallery {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        gap: 0;
    }
    
    .annual-item {
        flex: 0 0 100%;
    }
}

.food-img {
    display: block;
    margin: 40px auto 0;
    max-width: 70%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .food-img {
        max-width: 100%;
    }
}

/* お知らせ一覧ページ
-------------------------------------------------- */
.news-archive-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .news-archive-section {
        margin: 40px auto;
    }
}

.pagination {
    margin-top: 50px;
    text-align: center;
}

.pagination ul {
    display: inline-flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    justify-content: center;
}

.pagination li a, .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #e6dccf;
}

.pagination li span.current {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pagination li a:hover {
    background: #e6dccf;
}

/* 個人情報保護法等方針
-------------------------------------------------- */

.privacy-policy {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 10px;
    color: var(--primary-color);
    line-height: 1.8;
    font-weight: 500;
}

.publish-date {
    text-align: right;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.intro-text {
    margin-bottom: 40px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 1.25em;
    border-bottom: 2px solid rgba(85, 58, 43, 0.2);
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-weight: bold;
}

.policy-section p {
    margin-left: 0.5em;
}

.policy-footer {
    margin-top: 60px;
    text-align: right;
    font-size: 0.95em;
}

@media screen and (max-width: 768px) {
    .policy-section h2 {
        font-size: 1.15em;
    }
    .policy-footer {
        text-align: left;
    }
}

/* サイトマップ
-------------------------------------------------- */

.sitemap-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 10px;
    line-height: 1.6;
    color: var(--primary-color);
}

.sitemap-category {
    margin-bottom: 30px;
}

.sitemap-h2 {
    font-size: 1.2em;
    border-bottom: 1px solid rgba(85, 58, 43, 0.2);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sitemap-h2 a {
    text-decoration: none;
}

.sitemap-h2 a:hover {
    color: var(--primary-color-hover);
}

.sitemap-sub-list {
    list-style: none;
    padding-left: 25px;
    margin-top: 10px;
}

.sitemap-sub-list li {
    position: relative;
    margin-bottom: 12px;
}

.sitemap-sub-list li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 14px;
    width: 10px;
    height: 1px;
    background: #ccc;
}

.sitemap-sub-list li a {
    color: #7a5f5b;
    text-decoration: none;
    font-size: 0.95em;
    font-weight: 500;
}

.sitemap-sub-list li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 1.5rem;
    }
}