@charset "UTF-8";
/* googlefont */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Klee+One:wght@400;600&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Figtree:ital,wght@0,300..900;1,300..900&family=Josefin+Sans:wght@100..700&family=Klee+One:wght@400;600&family=Poppins:wght@100;200;300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');

.shippori-mincho {
    font-family: "Shippori Mincho", serif;
}

.zen-kaku-gothic-new {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.klee-one {
    font-family: "Klee One", cursive;
}

.figtree {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
}

.cardo {
    font-family: "Cardo", serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
}

html,
body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Figtree", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "Zen Kaku Gothic New";
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.yao-en {
    font-size: 2.5rem;
    font-family: "Shippori Mincho", serif;
    font-family: "Josefin Sans", sans-serif;
    font-family: "Cardo", serif;
    font-weight: 400;
}

.yao-ja {
    text-align: center;
    margin: o auto;
    font-family: "Klee One", cursive;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-primary);
}

:root {
    --width-m600: 600px;
    --width-m700: 700px;
    --width-m840: 840px;
    --width-m900: 900px;
    --width-m1000: 1000px;
    --width-m1200: 1200px;
    --width-100-10: calc(100% - 10px);
    --width-100-20: calc(100% - 20px);
    --width-100-30: calc(100% - 30px);
    --width-100-40: calc(100% - 40px);
    --width-100-50: calc(100% - 50px);
    --width-100-60: calc(100% - 60px);
    --color-primary: #555;
    --color-white: #fff;
    --color-black: #000;
    --line-color-999: #999;
}

header {
    width: var(--width-100-40);
    max-width: var(--width-m1000);
    margin: 0 auto;
}

nav ul {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: fit-content;

    li {
        a {
            color: var(--color-primary);
            font-size: 0.875rem;
            font-style: italic;
        }
    }
}

h1 {
    display: none;
}

section {
    margin-top: 200px;
}

.header-nav {
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-nav img {
    width: 80px;
}

.site-name {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-primary);
}

.page-title {
    font-family: "Cardo", serif;
    font-weight: 600;
    font-size: 42px;
    text-align: center;
    color: var(--color-primary);
    margin-top: 50px;
    margin-bottom: 50px;

    .ja {
        font-size: 1rem;
    }
}

section.sec-0 {
    width: 100%;
    /* height: 100vh; */
    margin-top: 0;
}

ul.head-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 80vh;

    li:first-of-type {
        width: calc(50% + 53px);
        height: 100%;
    }

    li:nth-child(2) {
        width: calc(50% - 53px);
        height: 100%;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%;
    }
}

.head-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;

    .main-copy {
        position: absolute;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.528);
        color: white;
        font-size: 30px;
        writing-mode: vertical-rl;
        margin: auto;
        padding: 30px 10px;
        letter-spacing: 5px;
        word-break: auto-phrase;
        font-family: "Shippori Mincho", serif;
    }
}

.sec-1 {
    width: var(--width-100-40);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--width-m1000);
    display: flex;
    flex-direction: column;
}

.sec-1>.box-1 {
    display: flex;
    justify-content: space-between;
    position: relative;

    .left-box {
        width: 50%;
        height: 100%;
        z-index: 1;

        img {
            margin-top: 200px;
            width: 100%;
        }
    }

    .right-box {
        width: 40%;

        img {
            width: 100%;
        }
    }
}

/* .sec-1>.box-2 {
    width: 60%;
    img {
        width: 100%;
    }
} */
ul.small-dish {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    display: inline-flex;
    justify-content: center;

    li {
        width: calc(100% / 4);

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

section.sec-2 {
    width: var(--width-100-40);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--width-m900);
}

.prof {
    width: 100%;
    display: flex;
    flex-direction: row;

    .img-box {
        width: 250px;
        overflow: hidden;
        margin: 0 20px 20px 0;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 0%;
        max-height: 230px;
    }
}

.shikaku li {
    position: relative;
    display: block;
    margin-left: 15px;
}

.shikaku li::before {
    position: absolute;
    left: -13px;
    top: 7px;
    content: "";
    height: 10px;
    width: 10px;
    background-color: var(--color-primary);
}

/* .prof-text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--width-100-40);
    margin: 50px auto;
    max-width: var(--width-m840);
    position: relative;
    img {
        width: 30%;
        min-width: 250px;
        height: 100%;
    }
} 
.prof-text {
    position: absolute;
    width: 100%;
    width: var(--width-100-40);
    margin: 50px auto;
    max-width: var(--width-m840);
}    
*/
.prof-text-box {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    align-items: stretch;

    .prof-text {
        width: 30%;
        height: 100%;
        word-break: auto-phrase;
    }

    .img-box {
        width: 70%;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 0% 0%;
            max-height: 410px;
        }
    }
}

.prof-title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: "Cardo", serif;
    font-weight: 600;
    color: var(--color-primary);
}

.name {
    margin: 0 0 10px 0;
}

footer p {
    font-size: 0.75rem;
    color: var(--color-primary);
    text-align: center;
    padding: 20px 0;
}

.sec-4 {
    /* background-image: url(./img/kouza01.jpg); */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;

    .img-box {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 150px 0 30px 0;
        margin-top: -120px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: opacity(0.5);
            position: absolute;
            top: 0;
        }
    }
}

.section-title {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Cardo", serif;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
    word-break: auto-phrase;

    .ja {
        margin-top: -10px;
        font-weight: 500;
        font-size: 1rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
}

.class-lists {
    width: var(--width-100-40);
    max-width: 700px;
    margin: 50px auto;

    ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        margin: 0 auto;
        gap: 10px;

        li {
            width: calc((100% / 3) - 10px);
            aspect-ratio: 5/4;
            border-radius: 3px;
            padding: 0;
            border: 1px solid var(--color-primary);
            max-width: 200px;
            max-height: 180px;

            a {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                position: relative;
                background-color: rgb(73, 73, 73);

                img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    mix-blend-mode: multiply;
                }

                .classes-name {
                    position: absolute;
                    font-weight: 500;
                    color: white;
                    word-break: auto-phrase;
                    text-align: center;
                }
            }
        }
    }
}

footer {
    width: var(--width-100-40);
    max-width: var(--width-m1000);
    margin: 50px auto 0 auto;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

footer .sns {
    display: flex;
    justify-content: center;
    column-gap: 20px;

    img {
        width: 25px;
    }
}

footer .footer-nav li {
    margin-bottom: 10px;

    a {
        color: var(--color-primary);
        font-size: 0.875rem;
        font-style: italic;
    }
}

.desk-no {
    display: none;
}

.mob-no {
    display: block;
}

#classes {
    section {
        margin-top: 50px;
        position: relative;
    }

    .section-title {
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

    a {
        text-decoration: none;
    }

    .sec-0 {
        width: var(--width-100-40);
        max-width: var(--width-m1000);
        margin-left: auto;
        margin-right: auto;
    }

    section#sec-1 {
        margin-top: 0;
        z-index: 1;
    }

    section#sec-2 {
        margin-top: 200px;
    }

    section#sec-3 {
        margin-top: 0;
    }

    section#sec-8 {
        margin: 200px auto;
        width: 100%;
        overflow: hidden;
        aspect-ratio: 16/6;

    }

    .section-title {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .content-box {
        max-width: var(--width-m700);
        width: 100%;
        margin: 0 auto 20px auto;
        padding-top: 50px;
        z-index: 1;
        position: relative;
        overflow: hidden;
    }

    .text-box {
        padding-bottom: 30px;
        /* border-bottom: 1px dashed var(--line-color-999); */
        margin-bottom: 30px;
    }

    .table-box {
        width: 100%;
        margin-bottom: 50px;

        table {
            margin: auto;
        }
    }

    .tocontact {
        text-align: center;
        border-bottom: 1px solid var(--color-primary);
        padding-bottom: 30px;
        margin-top: 20px;
        padding: 5px 10px;
        background-color: #555;
        border-radius: 30px;
        display: table;
        margin: 30px auto 50px;

        a {

            color: white;
        }

    }

    table td {
        padding: 5px 0;
        border-bottom: 1px dotted var(--line-color-999);
    }

    table tr:first-of-type td {
        border-top: 1px dotted var(--line-color-999);

    }

    .yakuzen-content {
        display: flex;
        column-gap: 30px;
        z-index: 1;

        ul.side-img {
            display: flex;
            flex-direction: column;
            width: 30%;

            img {
                width: 100%;
            }
        }

        .text-area {
            width: calc(70% - 10px);
        }
    }

    .yojo-img-box {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        position: absolute;
        bottom: -30px;
        filter: opacity(0.8);

        img {

            position: absolute;
            right: -180px;
            width: 65%;
            max-width: 700px;

        }
    }

    .sushi-img-box {
        width: 100%;

        img {
            transform: translateX(-15%);
            /* height: 400px; */
            width: 60%;
            opacity: 0.8;
        }
    }

    #sec-3 .content-box {
        margin-bottom: 0;

        .tocontact {
            border-bottom: none;
        }
    }

    .kikou-img-box {
        width: 100%;
        aspect-ratio: 16/7;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: 0% 25%;
            min-width: 800px;
        }
    }

    #sec-6 .img-box ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: var(--width-m700);
        width: var(--width-100-40);
        margin: auto;

        img {
            width: 100%;
        }
    }

    #sec-6,
    #sec-5 {
        text-align: center;

        .section-title {
            margin-bottom: 10px;
        }
    }

    .sec-4 {
        & .img-box {
            img {
                filter: opacity(1);
            }
        }
    }

    .okou-setsumei {
        display: flex;
        align-items: stretch;
        gap: 30px;

        .okou-img-box {
            width: 40%;

            img {
                width: 100%;
            }
        }

        .text-box {
            width: 60%;
        }

    }

    section#sec-8 .img-box {
        display: flex;
        width: 100%;
        position: relative;

        img {
            position: absolute;
            width: 100%;
        }
    }

}

@media screen and (max-width:900px) {
    #classes {
        .yakuzen-img-box {
            width: 500px;
            aspect-ratio: 20/19;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            transform: translate(0, 40%);
            position: absolute;
            right: 0;

            img {
                height: 100%;
                object-fit: cover;
                position: absolute;
                width: 100%;
            }

        }

    }

}

@media screen and (max-width: 768px) {
    section {
        margin-top: 150px;
    }

    #classes .tocontact {
        text-align: center;
        border-bottom: 1px solid var(--color-primary);
        padding-bottom: 30px;
        padding: 5px 10px;
        background-color: #555;
        border-radius: 30px;
        display: table;
        margin: 0 auto 0px;

        a {

            color: white;
        }
    }

    #classes .text-box {
        padding-bottom: 10px;
        /* border-bottom: 1px dashed var(--line-color-999); */
        margin-bottom: 30px;
    }

    ul.small-dish {
        width: 100%;
        margin: 50px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;

        li{
            width: 100%;
        }
    }

    .sec-1>.box-1 {
        .right-box {
            width: 30%;
        }

        .left-box {
            width: calc(70% - 10px);
            word-break: auto-phrase;

            img {
                margin-top: 100px;
            }
        }
    }

    .prof {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .sec-4 {
        .img-box {
            >img {
                width: auto;
                height: 100%;
                filter: opacity(0.5);
            }

            width: 100%;
            aspect-ratio: initial;
        }
    }

    .class-lists {
        width: var(--width-100-40);
        max-width: var(--width-m900);
        margin: 20px auto;

        ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            flex-direction: row;
            margin: 0 auto;
            gap: 10px;

            li {
                width: calc((100% / 2) - 10px);
                aspect-ratio: 5/4;
                border-radius: 3px;
                padding: 0;
                border: 1px solid var(--color-primary);
                max-width: 260px;
                max-height: 180px;
            }
        }
    }

    .prof-text-box {
        margin-top: 100px;
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;

        .prof-text {
            width: 100%;
        }

        .img-box {
            width: 100%;

            img {
                width: 100%;

            }
        }
    }

    .desk-no {
        display: block;
        margin: 20px auto;
        max-width: 380px;
        width: 100%;

        img {
            width: 100%;
        }
    }

    .mob-no {
        display: none;
    }

    #classes {
        .content-box {
            width: var(--width-100-40);
        }

        .yakuzen-content {
            display: flex;
            flex-direction: column-reverse;
            column-gap: 30px;
            z-index: 1;

            ul.side-img {
                display: flex;
                flex-direction: column;
                width: 30%;
                display: none;

                img {
                    width: 100%;
                }
            }

            .text-area {
                width: var(--width-100-20);
                margin: auto;
            }
        }

        .okou-setsumei {
            display: flex;
            flex-direction: column-reverse;
            align-items: stretch;
            gap: 30px;

            .okou-img-box {
                width: 100%;
                margin: auto;
                max-width: 350px;

                img {
                    aspect-ratio: 7/5;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .text-box {
                width: var(--width-100-20);
                margin: auto;
            }

        }




    }

    #sec-4,
    #sec-2,
    #sec-1 {
        .tocontact {
            text-align: center;
            border-bottom: 1px none var(--color-primary);
            /* margin-top: 10px; */
        }

        .text-box {
            padding-bottom: 10px;
            /* border-bottom: 1px dashed var(--line-color-999); */
            margin-bottom: 10px;
        }
    }

    #sec-6,
    #sec-5 {
        text-align: center;

        .tocontact {
            text-align: center;
            border-bottom: 1px none var(--color-primary);
            /* margin-top: 10px; */

            .section-title {
                margin-bottom: 0px;
            }

            .text-box {
                padding-bottom: 10px;
                /* border-bottom: 1px dashed var(--line-color-999); */
                margin-bottom: 10px;
            }

            .tocontact {
                text-align: center;
                /* margin-top: 0px; */
            }
        }

    }

    #classes .sushi-img-box {
        width: 100%;
        text-align: center;

        img {
            transform: initial;
            /* height: 400px; */
            max-width: 450px;
            width: 100%;
            margin: auto;
            opacity: 0.8;
        }
    }

    #classes .yojo-img-box {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        position: absolute;
        bottom: -100px;
        filter: opacity(0.8);

        img {

            position: absolute;
            right: 0;
            width: 100%;
            /* max-width: 350px; */

        }
    }

    #classes section#sec-2 {
        margin-top: 400px;
    }

    #classes .table-box {
        width: 100%;
        margin-bottom: 20px;

        table {
            margin: auto;
        }
    }

    .kikou-img-box {
        margin-top: 30px;
    }

    #classes #sec-4 .tocontact {
        margin-top: 20px;
    }

    #classes section#sec-8 {
        margin: 200px auto 0;
        aspect-ratio: 8/6;
    }
}

@media screen and (max-width:450px) {
    .sec-1>.box-1 {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
        justify-content: space-between;
        position: relative;

        .left-box {
            width: 100%;
        }

        .right-box {
            display: block;
            margin: 20px auto;
            max-width: 380px;
            width: 100%;

            img {
                aspect-ratio: 2/1;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}