body {
    font-family: 'Noto Sans JP', 'Marcellus', sans-serif;
    background: #f9f6f5;
    color: #333;
    margin: 0;
    padding: 0;
}

.about-nav {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 1rem 5%;
    display: flex;
    align-items: center;
}

.about-logo {
    font-family: 'Marcellus', serif;
    font-size: 1.5rem;
    color: #9E8B8E;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.about-hero {
    text-align: center;
    padding: 3rem 1rem 0 1rem;
    padding-top: 90px;
    background: none !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.about-hero h1 {
    font-family: 'Marcellus', serif;
    font-size: 2.5rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.about-lead {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto 3rem auto;
    padding: 2rem 1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.about-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 100%;
    max-width: 320px;
    min-width: 180px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.about-desc {
    flex: 2;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-desc h2 {
    font-size: 1.3rem;
    color: #9E8B8E;
    margin-bottom: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.about-desc ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    color: #555;
    font-size: 1rem;
    line-height: 2;
}

.about-contact-btn {
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    width: auto;
    padding: 0.7em 1.5em;
    margin: 0 auto;
    border: 1.5px solid #E7A8B8;
    color: #E7A8B8;
    border-radius: 25px;
    background: none;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.about-contact-btn:hover {
    background: #E7A8B8;
    color: #fff;
}

.about-footer {
    text-align: center;
    color: #9E8B8E;
    font-size: 0.95rem;
    padding: 2rem 0 1rem 0;
    background: none;
}

.about-philosophy {
    margin: 0 auto 3rem auto;
    max-width: 1000px;
    padding: 0 1rem;
}

.philosophy-box {
    display: flex;
    align-items: center;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 2.5rem 2rem;
    gap: 2.5rem;
}

.philosophy-text {
    flex: 1;
    min-width: 220px;
}

.philosophy-label {
    color: #9E8B8E;
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.philosophy-text h2 {
    font-family: 'Marcellus', serif;
    font-size: 1.5rem;
    color: #9E8B8E;
    font-weight: 600;
    margin: 0.2em 0 1em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.philosophy-line {
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #9E8B8E;
    vertical-align: middle;
}

.philosophy-text p {
    color: #444;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2.5em;
    white-space: pre-line;
}

.philosophy-signature {
    color: #222;
    font-size: 0.98rem;
    text-align: right;
    font-family: 'Noto Sans JP', sans-serif;
}

.philosophy-image img {
    width: 360px;
    max-width: 80vw;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 1.5rem 0.5rem;
    }
    .about-image img {
        width: 100%;
        max-width: 320px;
    }
    .about-desc {
        width: 100%;
        min-width: 0;
    }
    .philosophy-box {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0.5rem;
        gap: 1.5rem;
    }
    .philosophy-image img {
        width: 240px;
        max-width: 90vw;
    }
    .philosophy-text {
        width: 100%;
        min-width: 0;
    }
    .about-philosophy {
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 0.98rem;
    }
    .about-hero {
        padding: 1.2rem 1rem 0.8rem 1rem;
    }
    .about-section {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .about-hero h1 {
        font-size: 1.3rem;
    }
    .about-lead {
        font-size: 0.98rem;
    }
    .about-content {
        flex-direction: column;
        align-items: center;
        padding: 0.5rem 0.5rem;
        gap: 0.7rem;
    }
    .about-image img {
        width: 100%;
        max-width: 100vw;
        border-radius: 8px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about-desc h2 {
        font-size: 1rem;
    }
    .about-desc ul {
        font-size: 0.95rem;
        margin-bottom: 1rem;
        padding-left: 1em;
    }
    .about-contact-btn {
        width: auto;
        min-width: 140px;
        max-width: 100%;
        text-align: center;
        padding: 0.7em 2.2em;
        font-size: 0.98rem;
    }
    .about-philosophy {
        padding: 0 0.1rem;
        margin-bottom: 1.5rem;
    }
    .philosophy-box {
        flex-direction: column;
        align-items: center;
        padding: 0.7rem 2rem;
        gap: 0.7rem;
    }
    .philosophy-image img {
        width: 320px;
        max-width: 100%;
    }
    .philosophy-text h2 {
        font-size: 1rem;
    }
    .philosophy-text p {
        font-size: 0.93rem;
        margin-bottom: 1.2em;
    }
    .about-profile {
        padding: 0 0.1rem;
    }
    .profile-title {
        font-size: 1rem;
        margin-bottom: 0.7rem;
    }
    .profile-table th, .profile-table td {
        padding: 0.5em 0.2em;
        font-size: 0.93em;
    }
    .about-slider-section {
        padding: 0 0.1rem;
        margin-bottom: 1.2rem;
    }
    .about-slider-container {
        padding: 0.2rem 0;
    }
    .about-slide {
        min-width: 90vw;
        max-width: 90vw;
        height: 70px;
    }
    .about-slider-btn {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
        margin: 0 2px;
    }
    .about-access {
        padding: 0 0.1rem;
    }
    .access-box {
        flex-direction: column;
        align-items: center;
        padding: 0.7rem 0.1rem;
        gap: 0.7rem;
    }
    .access-map iframe {
        width: 95vw;
        height: 120px;
    }
    .access-text h2 {
        font-size: 1rem;
    }
    .access-text p {
        font-size: 0.93rem;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.2rem;
        padding: 1.2rem 0.2rem;
    }
    .footer-left img {
        width: 200px;
        height: auto;
        background: #fff;
        border-radius: 4px;
        margin-bottom: 0.5rem;
    }
    .footer-nav ul {
        gap: 0.7rem;
    }
    .footer-nav a {
        font-size: 0.98rem;
    }
    .contact-info p {
        font-size: 0.98rem;
    }
}

.about-access {
    margin: 0 auto 3rem auto;
    max-width: 1000px;
    padding: 0 1rem;
}

.access-box {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 2.5rem 2rem;
}

.access-text {
    flex: 1;
    min-width: 220px;
}

.access-label {
    color: #9E8B8E;
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.access-text h2 {
    font-family: 'Marcellus', serif;
    font-size: 1.5rem;
    color: #9E8B8E;
    font-weight: 600;
    margin: 0.2em 0 1em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

.access-line {
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #9E8B8E;
    vertical-align: middle;
}

.access-text p {
    color: #444;
    font-size: 1rem;
    margin-bottom: 1em;
}

.access-map-btn {
    display: inline-block;
    padding: 0.3em 1em;
    border: 1.5px solid #9E8B8E;
    color: #9E8B8E;
    border-radius: 6px;
    background: none;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.access-map-btn:hover {
    background: #9E8B8E;
    color: #fff;
}

.access-map iframe {
    width: 360px;
    height: 260px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    display: block;
}

@media (max-width: 900px) {
    .access-box {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0.5rem;
        gap: 1.5rem;
    }
    .access-map iframe {
        width: 100vw;
        max-width: 98vw;
        height: 220px;
    }
    .about-access {
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .access-box {
        padding: 1rem 0.2rem;
        gap: 1rem;
    }
    .access-map iframe {
        width: 98vw;
        height: 180px;
    }
    .access-text h2 {
        font-size: 1.1rem;
    }
    .access-text p {
        font-size: 0.95rem;
    }
}

.about-profile {
    margin: 0 auto 3rem auto;
    max-width: 1000px;
    padding: 0 1rem;
}

.profile-title {
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    color: #9E8B8E;
    font-weight: bold;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1em;
}

.profile-line {
    display: inline-block;
    height: 2px;
    width: 80px;
    background: #9E8B8E;
    vertical-align: middle;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    overflow: hidden;
    font-size: 1rem;
}

.profile-table th, .profile-table td {
    padding: 1.1em 1em;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.profile-table th {
    color: #9E8B8E;
    font-weight: bold;
    width: 160px;
    background: #faf7f6;
    font-size: 1.05em;
}

.profile-table td {
    color: #333;
    font-size: 1em;
}

.profile-table tr:last-child th,
.profile-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .about-profile {
        padding: 0 0.5rem;
    }
    .profile-title {
        font-size: 1.3rem;
    }
    .profile-table th {
        width: 100px;
        font-size: 0.98em;
    }
    .profile-table td {
        font-size: 0.98em;
    }
}

@media (max-width: 480px) {
    .about-profile {
        padding: 0 0.2rem;
    }
    .profile-title {
        font-size: 1.1rem;
    }
    .profile-table th, .profile-table td {
        padding: 0.7em 0.5em;
    }
}

.about-slider-section {
    max-width: 1000px;
    margin: 0 auto 3rem auto;
    padding: 0 1rem;
}

.about-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 0.5rem 0;
}

.about-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
    width: calc(100% - 80px);
}

.about-slide {
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    background: #eee;
}

.about-slider-btn {
    background: #fff;
    border: 1.5px solid #9E8B8E;
    color: #9E8B8E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-slider-btn:hover {
    background: #9E8B8E;
    color: #fff;
}

@media (max-width: 900px) {
    .about-slider-section {
        padding: 0 0.5rem;
    }
    .about-slide {
        height: 120px;
    }
}
@media (max-width: 600px) {
    .about-slider-track {
        width: calc(100% - 60px);
    }
    .about-slide {
        min-width: calc(100% / 1.5);
        max-width: calc(100% / 1.5);
        height: 90px;
    }
}

.about-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
} 