:root {
    --textGradient: linear-gradient(134deg, #894923, #a17b24 53%, #894923);
}

html {
    color: #fff;
    font-family: serif;
    line-height: 1.7;
}

p {
    text-align: center;
}

img {
    max-width: 100%;
}

.wrapper {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.sp {
    display: none;
}

body {
    background-color: #231F20;
}

/* 言語切り替えボタン */
/* ボタンは廃止された。20260713 */

.ja_only {
    font-family: a-otf-ryumin-pr6n, serif;
}

.en_only {
    font-family: iowan-old-style-bt, serif;
}

#ja .en_only {
    display: none;
}

.en_only {
    letter-spacing: 2%;
}

#fv {
    position: relative;
    height: 100lvh;
    padding: 4rem 1rem 3rem;
    padding-top: clamp(2rem, -2.286rem + 10vh, 4rem);
    margin-bottom: 5rem;
}


#fv h1 {
    --h1_letterSpace: 25px;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 3rem;
    font-family: iowan-old-style-bt, serif;
    font-size: 2rem;
    letter-spacing: var(--h1_letterSpace);
    padding-left: calc(var(--h1_letterSpace) / 2);
}

#fv h1 img {
    filter: drop-shadow(0px 0px 8px black);
}

#fv .fv_textarea.active {
    background-position: 0% 50%;
}

#fv .fv_logo {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    height: 60lvh;
    translate: 0% 3%;
    opacity: 0;
    filter: blur(1.5rem);
    transition: translate 1.5s ease, opacity 1s ease, filter .7s ease;
}

#fv .fv_logo.active {
    translate: 0% 0%;
    opacity: 1;
    filter: blur(0rem);
}

#fv .fv_logo .fv_logo_text {
    position: absolute;
    top: 8%;
    right: 50%;
    translate: 410% 0;
    height: 55%;
}

#fv .fv_logo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

#fv .scroll_bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% .5rem;
    width: 2px;
    height: 7rem;
    background-color: #fff4;
    opacity: 0;
    transition: opacity 1.5s ease;
}

#fv .scroll_bar.active {
    opacity: 1;
}

#fv .scroll_bar::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: inset(0% 0% 20% 0%);
    background-color: #fff7;
    animation: scroll_bar 3s ease-in-out infinite;
}

@keyframes scroll_bar {
    from {
        clip-path: inset(0% 0% 100% 0%);
    }

    30% {
        clip-path: inset(0% 0% 0% 0%);
    }

    40% {
        clip-path: inset(0% 0% 0% 0%);
    }

    80% {
        clip-path: inset(100% 0% 0% 0%);
    }

    to {
        clip-path: inset(100% 0% 0% 0%);
    }
}

#restaurant {
    width: 100%;
    margin-bottom: 7rem;
}

#restaurant .restaurant_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1px;
}

#restaurant .restaurant_list .restaurant_item {
    position: relative;
    width: 100%;
    aspect-ratio: 2/5;
    overflow: hidden;
}

@media (any-hover: hover) {
    #restaurant .restaurant_list .restaurant_item:hover {
        & .restaurant_chef-img {
            scale: 1.1;
            translate: 0 5%;
        }

        /* & .restaurant_name {
            color: #B3904F;
            letter-spacing: 2px;
        } */

        & .restaurant_name .link_icon {
            right: 0rem;
        }
    }
}

#restaurant .restaurant_list .restaurant_item .shop_url {
    position: absolute;
    inset: 0;
}

#restaurant .restaurant_list .restaurant_item .restaurant_chef {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 99%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 99%);
}

#restaurant .restaurant_list .restaurant_item .restaurant_chef-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 50%;
    scale: 1;
    transition: scale .2s ease, translate .2s ease;
}

#restaurant .restaurant_list .restaurant_item .restaurant_logo {
    position: absolute;
    bottom: 30%;
    left: 50%;
    translate: -50% 0;
    transform: translateY(50%);
    width: 30%;
    height: 30%;
    object-fit: contain;
}

#restaurant .restaurant_list .restaurant_item .morita_logo {
    width: 50%;
}

#restaurant .restaurant_list .restaurant_item .tsubasa_logo {
    height: 33%;
}

#restaurant .restaurant_list .restaurant_item .tenzushi_logo {
    width: 70%;
}

#restaurant .restaurant_list .restaurant_item .tobiume_logo {
    width: 95%;
}

#restaurant .restaurant_list .restaurant_item .bekk_logo {
    width: 40%;
    transform: translateY(40%);
}

#restaurant .restaurant_list .restaurant_item .inakaan_logo {
    width: 60%;
    transform: translateY(45%);
}

#restaurant .restaurant_list .restaurant_item .restaurant_name {
    position: absolute;
    bottom: .75rem;
    left: 50%;
    translate: -50% 0;
    padding-inline: .5rem 1.75rem;
    font-size: 1rem;
    font-family: a-otf-ryumin-pr6n, serif;
    line-height: 1.4;
}

#restaurant .restaurant_list .restaurant_item .restaurant_name .link_icon {
    position: absolute;
    top: 50%;
    right: .5rem;
    translate: 0 -50%;
    width: 40px;
    aspect-ratio: auto;
    font-size: 1rem;
    transition: right .2s ease;
}

#event-schedule {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 7rem;
}

#event-schedule .event-time {
    letter-spacing: 5px;
}

#en #event-schedule .en_only {
    font-size: 1.5rem;
}

#event-schedule .event-date {
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: iowan-old-style-bt, serif;
    font-size: 5rem;
    font-weight: bold;
}

#en #event-schedule .event-date {
    font-size: clamp(3rem, -1.339rem + 9.04vw, 4rem);
}

#event-schedule .event-date .weekday {
    margin-left: 1rem;
    font-size: 3rem;
}

#en #event-schedule .reception {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

#event-schedule .event-time,
#event-schedule .event-venue {
    text-align: center;
    font-size: 1.5rem;
}

.btn-area {
    margin-bottom: 4rem;
}

.btn-area a,
.btn-area .wpcf7-submit {
    display: block;
    position: relative;
    width: fit-content;
    padding: 1rem 5rem;
    margin-inline: auto;
    font-weight: bold;
    text-shadow: 0 0 10px black;
    background-image: linear-gradient(135deg, #6E4F23 0%, #A37A3E 40%, #B89047 70%, #6E4F23 100%);
    box-shadow: 5px 5px 10px black;
}

.btn-area p,
.toTop_btn {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    overflow: hidden;
}

.toTop_btn .btn-hover,
.btn-area .btn-hover {
    display: block;
    position: absolute;
    width: 2rem;
    height: 150%;
    background-color: white;
    rotate: 20deg;
    left: -22%;
    top: 50%;
    translate: 0% -50%;
}

.btn-area p:hover .btn-hover,
.toTop_btn:hover .btn-hover {
    transition: translate .3s ease;
    translate: 900% -50%;
}


.site-footer__copyright {
    font-size: 10px;
    padding-block: .25rem;
    font-family: iowan-old-style-bt, serif;
}

.producer {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 5rem;
    letter-spacing: 3px;
}

.producer p {
    width: fit-content;
    margin-inline: auto;
    font-size: 1rem;
}

.producer .producer_name {
    padding-left: 23px;
    font-size: 2.5rem;
    letter-spacing: 23px;
}

.producer .producer_name.en_only {
    padding-left: 3px;
    letter-spacing: 3px;
}

#notes {
    font-size: 1.45rem;
    margin-bottom: 3rem;
}

#notes.ja_only {
    letter-spacing: 1px;
}

#notes.en_only {
    margin-bottom: 8rem;
}

address {
    font-size: 1.5rem;
    /* margin-bottom: 10rem; */
    letter-spacing: 1px;
}

address a {
    letter-spacing: 2px;
}

#stay {
    position: relative;
    font-size: 1.25rem;
    margin-top: 10rem;
    padding: 10rem 1rem;
    /* background-image: url(../img/background.jpg); */
    background-size: cover;
}

#stay::before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: -30px;
    background-image: url(../img/background.jpg);
    background-size: cover;
    z-index: -1;
}

#stay h2 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.75rem;
}

#stay .stay_pro {
    margin-bottom: 2rem;
    font-size: clamp(1.1rem, -0.322rem + 2.96vw, 1.25rem);
}

#stay .stay_note {
    width: fit-content;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    margin-inline: auto;
    border: 1px solid white;
}

#stay .stay_li {
    margin-bottom: .5rem;
}

#stay .stay_tips {
    font-size: 1rem;
    margin-bottom: 4rem;
}

#stay .address_name {
    margin-bottom: .5rem;
}

#stay address a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .lang_toggle {
        top: .5rem;
        right: .25rem;
        scale: .7;
    }

    #fv {
        padding-top: 1.5rem;
        margin-bottom: 2rem;
    }

    #fv .centering_grid {
        display: grid;
        place-content: center;
        height: 100lvh;
    }

    #fv h1 {
        --h1_letterSpace: 13px;
        margin-bottom: 2rem;
    }

    #fv .fv_logo {
        width: 95%;
        height: auto;
        margin-inline: auto;
        margin-bottom: 10vh;
    }

    #fv .scroll_bar {
        display: none;
    }

    #restaurant .restaurant_list .restaurant_item .restaurant_name {
        font-size: .5rem;
        padding-inline: 0;
        left: 0;
        right: 0;
        translate:0;
        bottom: .25rem;
    }

    #restaurant .restaurant_list .restaurant_item .restaurant_name .link_icon {
        right: 0;
        width: 25px;
        font-size: .5rem;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #event-schedule {
        margin-bottom: 5rem;
    }

    #en #event-schedule .en_only {
        font-size: .9rem;
    }

    #event-schedule .event-time {
        font-size: 1rem;
        letter-spacing: 5px;
    }

    #en #event-schedule .event-date {
        font-size: 1.4rem;
    }

    #en #event-schedule .part_container.en_only .en_only {
        font-size: 1rem;
    }

    #en #event-schedule .reception {
        font-size: 1rem;
    }

    #event-schedule .event-date {
        margin-bottom: 0;
        font-size: 3rem;
        line-height: 4rem;
    }

    #event-schedule .event-date.en_only {
        font-size: 2rem;
    }

    #event-schedule .event-date .weekday {
        font-size: 2rem;
    }

    #event-schedule .event-venue {
        font-size: 1rem;
    }

    .producer p {
        margin-bottom: 5rem;
        line-height: 1.5;
        font-size: 14px;
    }

    .producer p:first-of-type {
        margin-bottom: .5rem;
    }

    .producer .producer_name {
        padding-left: 23px;
        font-size: 2rem;
        letter-spacing: 23px;
    }

    .producer .producer_name.en_only {
        padding-left: 5px;
        letter-spacing: 5px;
    }

    #notes {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    #notes.ja_only {
        letter-spacing: 0px;
    }

    #notes.en_only {
        margin-bottom: 5rem;
    }

    #notes .dress_code {
        font-size: clamp(0.9rem, 0.6rem + 1.28vw, 1rem);
    }

    #notes .allergy_note {
        font-size: clamp(0.65rem, -0.2rem + 3.84vw, .9rem);
    }

    #notes.en_only .allergy_note {
        font-size: clamp(0.7rem, -0.133rem + 3.56vw, 1rem);
    }

    address {
        font-size: clamp(0.8rem, 0.2rem + 2.56vw, 1rem);
        /* margin-bottom: 5rem; */
    }

    .site-footer__copyright {
        font-size: .5rem;
    }

    #stay {
        font-size: 1rem;
        /* margin-bottom: 5rem; */
    }

    #stay h2 {
        margin-bottom: .5rem;
        text-align: center;
        font-size: 1.5rem;
    }

    #stay .stay_pro {
        font-size: clamp(0.75rem, 0.461rem + 1.25vw, 1rem);
    }

    #stay .stay_note {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    #stay .stay_li {
        font-size: clamp(0.8rem, -0.545rem + 5.82vw, 1rem);
    }

    #stay .stay_tips {
        font-size: .6rem;
    }
}

@media (max-width: 389px) {
    #event-schedule .event-venue {
        font-size: .9rem;
    }
}


/**********************************************
    enquete
**********************************************/

.enquete {
    padding: 3rem 0;
}

.enquete h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}


.enquete p {
    text-align: left;
}

.enquete input:not([type="submit"]),
.enquete textarea {
    width: 100%;
    padding: .25rem .5rem;
    border-radius: 3px;
    background-color: white;
    color: #111;
}

.enquete input[type="radio"] {
    width: .5rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: white;
    outline: 2px solid white;
    outline-offset: -4px;
}

.enquete input[type="radio"]:checked {
    background-color: #B89047;
}

.enquete .wpcf7-list-item.first {
    margin-left: 0;
}

.enquete .form-item {
    margin-bottom: 2.5rem;
}

.enquete label {
    display: inline-block;
    margin-bottom: .25rem;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    font-weight: bold;
}

.wpcf7-spinner,
.wpcf7-response-output {
    display: none;
}

.form-submit br {
    display: none;
}

.form-wrapper {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.enquete footer {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
}

.enquete footer p {
    text-align: center;
}

@media (max-width: 768px) {
    .enquete h1 {
        font-size: 2rem;
    }

    .enquete footer {
        position: inherit;
    }

}

/**********************************************
thanks
**********************************************/

.thanks {
    padding: 3rem 0;
}

.thanks h1 {
    width: fit-content;
    padding-inline: 2rem;
    margin-inline: auto;
    margin-bottom: 3rem;
    border-bottom: 1px solid #B89047;
    text-align: center;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .thanks h1 {
        font-size: 1.75rem;
        padding-inline: .5rem;
    }
}

.thanks_message {
    margin-bottom: 3rem;
}

.toTop_btn {
    width: fit-content;
    margin-inline: auto;
}

.toTop_btn a {
    display: block;
    width: fit-content;
    padding: .5rem 3rem;
    margin-inline: auto;
    border: 1px solid white;
}

.thanks footer {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
}