@charset "UTF-8";

body {
    background-color: #D9D2C2;
    color: #333;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    background-image: url("/img/pc/bg0.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.white {
    color: #fff;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2.5em;
    letter-spacing: 0.6em;
}

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

.main-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto 200px;
}

.main-box {
    padding-top: 260px;
    display: flex;
    align-items: end;
}

.main-text {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
}

.main-text {
    margin-top: 0;
}

.main-text:nth-child(2) {
    margin-top: 5rem;
}

.main-text:nth-child(3) {
    margin-top: 8.8rem;
}

.main-img {
    width: 300px;
    height: 300px;
}

.time-img {
    width: 500px;
    height: auto;
}

.about {
    max-width: 800px;
    margin: 0 auto;
}

.content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.title {
    margin: 0;
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.subtitle {
    align-self: flex-end;
    font-size: 22px;
    color: #555555;
    font-style: italic;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.about-text {
    margin-top: 18px;
    font-size: 20px;
    font-weight: 300;
    line-height: 2.2;
    color: #555;
}

.about-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.topic-img {
    width: 180px;
    height: auto;
}

.about-topic {
    width: 250px;
    margin: 8px 35px 0 auto;
}

.topic-badge {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 4px;
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.topic-badge-date {
    font-size: 16px;
    color: #B2A86F;
    letter-spacing: 0.15em;
}

.topic-badge-label {
    font-size: 20px;
    color: #555;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.slide {
    width: 100vw;
    overflow: hidden;
    margin-top: 135px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slide-track {
    display: flex;
    width: max-content;
}

.slide-track img {
    width: 350px;
    margin-right: 38px;
    flex-shrink: 0;
    border-radius: 10px;
}

.menu-header {
    margin-top: 135px;
    margin-right: 75px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu-img-box {
    position: relative;
    margin-top: 85px;
    height: 600px;
}

.menu-img-wrap {
    position: absolute;
    width: 270px;
}

.menu-img-wrap::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    z-index: 0;
}

.menu-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block;
    filter: brightness(0.88);
    /* 黒フィルター */
    transition: transform 0.3s ease, filter 0.3s ease;
}

.menu-img-1 {
    left: 20%;
    top: 60px;
    transform: translateX(-50%);
}

.menu-img-2 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.menu-img-3 {
    left: 80%;
    top: 60px;
    transform: translateX(-50%);
}

.menu-img-4 {
    left: 35%;
    top: 350px;
    transform: translateX(-50%);
}

.menu-img-5 {
    left: 65%;
    top: 350px;
    transform: translateX(-50%);
}

.more-button {
    background-color: #fff;
    width: 230px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    margin-top: 39px;
    margin-right: 50px;
    margin-left: auto;
}

.more-button a {
    text-decoration: none;
    color: #555;
    font-size: 17px;
    font-family: 'Playfair Display', serif;
}

.more-button:hover {
    opacity: 0.7;
}

.access {
    max-width: 900px;
    margin: 125px auto 100px;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.access-header {
    display: flex;
    justify-content: center;
}

.access-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 105px auto 0px;
}

.access-info {
    min-width: 330px;
}

.access-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
}

.access-item label {
    display: block;
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

.access-item span {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.menu-img-wrap:hover .menu-img {
    filter: brightness(1);
    transform: translate(-4px, -4px);
}

.access-img {
    width: 395px;
    height: auto;
    margin-top: 40px;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.access-img.is-visible {
    opacity: 1;
    transform: scale(1);
}

.access-img-2 {
    margin-top: 160px;
    transition-delay: 0.2s;
}

.access-topic {
    margin-top: 30px;
}

.access-topic p {
    font-size: 18px;
    color: #555;
    line-height: 1.9;
}

.access-topic-img {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
    align-items: flex-start;
}

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

.contact-header {
    display: flex;
    justify-content: center;
}

.contact-content {
    display: flex;
    justify-content: center;
    gap: 105px;
    align-items: stretch;
    margin: 55px auto 15px;
    padding: 50px 0px 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.55);
    color: #666;
}

.contact-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tel-label {
    font-size: 22px;
}

.tel {
    font-size: 25px;
    display: block;
    color: #555;
}

.tel-note {
    margin-top: auto;
}

.contact-item p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 0.7;
    margin: 8px 0;
}

.contact-item p .time-label {
    min-width: 110px;
    display: inline-block;
}

.contact-item p span:not(.time-label) {
    min-width: 150px;
    text-align: left;
    margin-left: 13px;
}

/* SPスタイル */
@media (max-width: 965px) {
    .main {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .main-content {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 80px;
        gap: 30px;
    }

    .main-box {
        padding-top: 260px;
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        width: 100%;
    }

    .vertical-text {
        writing-mode: vertical-rl;
        letter-spacing: 0.4em;
        line-height: 2;
    }

    .main-text {
        font-size: 0.85rem;
    }

    .main-text:nth-child(2) {
        margin-top: 3rem;
    }

    .main-text:nth-child(3) {
        margin-top: 5.5rem;
    }

    .main-img {
        width: clamp(160px, 30vw, 220px);
        height: clamp(160px, 30vw, 220px);
        padding-bottom: 20px;
    }

    .time-img {
        width: 100%;
        max-width: clamp(280px, 70vw, 420px);
    }

    .about {
        max-width: 450px;
        margin: 0 auto;
        padding: 0 16px;
    }

    .about-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .about-topic {
        width: 100%;
        margin-top: 35px;
    }

    .topic-badge {
        padding: 12px 20px;
        min-width: unset;
    }

    .topic-badge-date {
        font-size: 13px;
    }

    .about-text {
        font-size: 15px;
        line-height: 2;
    }

    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 16px;
    }

    .slide {
        margin-top: 60px;
    }

    .slide-track img {
        width: 220px;
        margin-right: 20px;
    }

    .menu-header {
        margin-top: 60px;
        margin-right: 0;
        justify-content: flex-start;
        padding: 0 16px;
    }

    .menu-img-box {
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 280px));
        justify-content: center;
        gap: 24px;
        margin-top: 40px;
        padding: 0 16px;
    }

    .menu-img-wrap {
        position: static;
        width: 100%;
        transform: none !important;
        max-width: 100%;
    }

    .menu-img-wrap::before {
        display: none;
    }

    .more-button {
        margin: 30px 16px 0 auto;
        width: 180px;
        height: 44px;
    }

    .more-button a {
        font-size: 14px;
    }

    .access {
        max-width: 450px;
        margin: 60px auto;
        padding: 0 16px;
    }

    .access-content {
        flex-direction: column;
        gap: 30px;
        margin: 40px auto 0;
    }

    .access-content iframe {
        width: 100%;
        height: 220px;
    }

    .access-info {
        min-width: unset;
        width: 100%;
    }

    .access-item label {
        font-size: 15px;
    }

    .access-item span {
        font-size: 14px;
    }

    .access-topic p {
        font-size: 14px;
        line-height: 1.9;
    }

    .access-topic-img {
        flex-direction: column;
        gap: 38px;
        align-items: center;
        max-width: 330px;
        margin: 0 auto;
    }

    .access-img {
        margin-top: 15px;
        width: 100%;
    }

    .access-img-2 {
        margin-top: 0;
    }

    .contact {
        max-width: 100%;
        padding: 0 16px;
    }

    .contact-content {
        gap: 30px;
        padding: 0px 0 20px;
    }

    .tel-label {
        font-size: 16px;
    }

    .tel {
        font-size: 20px;
    }

    .contact-item p {
        font-size: 14px;
        margin: 6px 0;
    }

    .contact-item p .time-label {
        min-width: 90px;
    }

    .contact-item p span:not(.time-label) {
        min-width: unset;
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .main-box {
        padding-top: 200px;
    }
}

@media (max-width: 400px) {
    .contact-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}