/* 共通 */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    /* font-family: 'Yu Gothic', sans-serif; */
    /* font-family: 'Zen Maru Gothic', sans-serif; */
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
    /* font-family: "Sawarabi Mincho", serif; */

    /* background-color: #fffff9; */
    color: #787878;
    background-image: url("../img/wagara.jpg");
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

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

h1,
h2,
h3,
h4,
.hero-overlay p {
    font-family: 'Zen Maru Gothic', sans-serif;
}


/* ローディング */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000000;
    animation: fadeOut 1s ease 2.5s forwards;
    background-image: url(../img/wagara.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.logo {
    width: 100px;
    animation: logoPop 1.2s ease;
}

@keyframes logoPop {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ヘッダー */
.top-logo {
    position: absolute;
    top: 3%;
    left: 2%;
    width: 50px;
    z-index: 1000000;
}

.nav {
    margin-top: 0;
    position: absolute;
    top: 3%;
    right: 2%;
    z-index: 100000;
}

.nav ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav a {
    color: #c79d6d;
    text-decoration: none;
    font-size: 1rem;
    /* text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); */
    white-space: nowrap;
}

.nav img {
    width: 30px;
}

.nav img:hover {
    transform: scale(1.3);
}

.nav a:hover {
    color: #fff;
    font-size: 1.05rem;
}

/* ファーストビュー */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    animation: fade 6s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slide,
.hero-slider .slide img {
    height: 100%;
    z-index: 1 !important;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 15%;
    /* transform: translate(-50%, -50%); */
    z-index: 100;
}

.hero-overlay p {
    /* color: #678032; */
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.08rem;
    font-weight: bolder;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
    text-shadow: #fc0 1px 0 10px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 85%;
    transform: translate(-50%, -50%);
    background-color: #ff701e;
    /* background: linear-gradient(135deg, #88b04b, #b0d77d); */
    color: #fff;
    border: none;
    padding: 0.5em 1.1em;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.3s ease;
}

.cta-button:hover {
    background-color: #fff;
    color: #678032;
    box-shadow: 0 8px 16px rgba(103, 128, 50, 0.2);
    /* transform: translateY(-1px); */
}

.cta-note {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
    color: #ff701e;
    opacity: 0.8;
    font-weight: bolder;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* バナー */
.slick-img {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-sizing: border-box;
    margin: 0 10px;
    display: inline-block;
}

.slick-img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.slick-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.slick-img:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.center .slick-slide {
    box-sizing: border-box;
}

.center .slick-slide:not(.slick-center) {
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.container {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.center .slick-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    z-index: 1;
    pointer-events: none;
}

.center .slick-center {
    transform: scale(1.1);
    z-index: 2;
}

.center .slick-center::after {
    background: transparent;
}

/* ▼ モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10002;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.show {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background: #fffdfa url('../img/wagara.jpg') repeat;
    padding: 2rem;
    border-radius: 10px;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.modal-content h2{
    color: #678032;
    font-weight: bolder;
}

.modal-content p{
    margin-top: 10px;
    color: #ff701e;
    font-weight: bolder;
    font-size: 1.3rem;
}

/* モーダル画像 */
.modal-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* 閉じるボタン */
.modal-close,
.close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 1.8rem;
    color: #A67C52;
    cursor: pointer;
    z-index: 10001;
    background: transparent;
    border: none;
}

.modal-close:hover,
.close:hover {
    color: #678032;
    transform: scale(1.2);
}

.modal-cta {
    display: inline-block;
    margin-top: 1.2rem;
    background: #9dc34c;
    color: #fff;
    padding: 0.6em 1.4em;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.modal-cta:hover {
    background: #678032;
}

#nav-menu {
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fdfcf4;
    z-index: 10010 !important;
    padding-top: 80px;
    text-align: center;
}

/* ハンバーガーが開いたときに表示 */
#nav-menu.open {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 固定nav */
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0.6rem 0;
    /* background-color: #c79d6d; */
    background-color: rgba(199, 157, 109, 0.9);
    backdrop-filter: blur(6px);
    z-index: 10002;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fixed-nav.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.fixed-nav ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
}

.fixed-nav li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    padding: 1rem 1.2rem;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s ease;
}

.fixed-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0.6rem;
    left: 20%;
    width: 60%;
    height: 2px;
    opacity: 0.5;
    background-color: #678032;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.fixed-nav li a:hover::after {
    transform: scaleX(1);
}

.fixed-nav img {
    width: 20px;
}

/* メニュー */
#menu {
    padding-top: 100px;
    text-align: center;
    /* max-width: 1000px; */
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100vw;
}

#menu .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* 蓮根 */
.renkon {
    position: absolute;
    opacity: 0.8;
    width: 600px;
    pointer-events: none;
    z-index: 10;
    /* filter: grayscale(30%) brightness(120%); */
}

/* 個別の位置 */
.renkon1 {
    top: 15%;
    left: 2%;
    transform: rotate(15deg);
}

.renkon2 {
    bottom: 25%;
    right: -25%;
    transform: rotate(-10deg);
    width: 900px;
    z-index: 9;
}

.renkon3 {
    top: 50%;
    left: 60%;
    transform: rotate(30deg);
    width: 600px;
}

/* メニュー見出し */
.menu-top h1 {
    font-size: 3rem;
    color: #678032;
}
.fadein-text1 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    font-size: 1rem;
}

.fadein-text1.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    position: relative;
}

.menu-item.right-aligned {
    flex-direction: row-reverse;
}

.menu-item.left-aligned {
    flex-direction: row;
}
.fadein-textright {
    opacity: 0;
    transform: translateX(30px);
    transition: all 1s ease-out;
    font-size: 2rem;
}

.fadein-textright.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.image-with-text {
    position: relative;
    width: 60%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.text-container {
    position: absolute;
    top: 53%;
    left: 50%;
    /* transform: translate(-0%, -100%); */
    text-align: center;
    width: 70%;
    z-index: 2;
}

.menu-item.right-aligned .text-container {
    left: 15%;
    transform: translateY(20%);
    text-align: center;
}

.menu-item.left-aligned .text-container {
    right: 15%;
    left: auto;
    transform: translateY(20%);
    text-align: center;
}

.text-container h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #A67C52;
    margin-bottom: 0.5em;
}

.text-container p {
    font-size: 1rem;
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.fadein-textleft {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 1s ease-out;
    font-size: 2rem;
}

.fadein-textleft.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.button {
    display: inline-block;
    font-size: 1rem;
    padding: 0.8rem 2.5rem;
    color: #fff;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    margin-top: 10px;
}

.button::before,
.button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.2s ease;
}

.button::before {
    background-color: #cbce5c;
    border: 2px solid #cbce5c;
    z-index: -1;
}

.button::after {
    background-color: #d0e39b;
    z-index: -2;
}

.button:hover {
    color: #787878;
}

.button:hover::before {
    background-color: transparent;
}

.button:hover::after {
    top: 6px;
    left: 6px;
}

.side-images {
    width: 30%;
    position: relative;
}

.side-images .furi.small {
    width: 80%;
    position: relative;
}

.right-aligned .side-images {
    position: absolute;
    left: -300px;
    top: 60%;
    transform: translateY(-50%);
}

.left-aligned .side-images {
    position: absolute;
    right: -500px;
    top: 30%;
    transform: translateY(-50%);
}


.furifuri-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 180%;
    left: 180%;
}

.side-images {
    position: relative;
}

.furifuri-wrapper.right {
    top: 180px;
    left: -220%;
    transform: translateX(-20%);
    z-index: 5;
}

.furi {
    animation: furifuri 2.5s infinite ease-in-out;
    transform-origin: center bottom;
    object-fit: contain;
    margin-bottom: -600px;
}

.furi.large {
    width: 100%;
    z-index: 2;
    margin-bottom: -200px;
}

.furi.small {
    width: 150px;
    margin-left: -200px;
    z-index: 3;
}

@keyframes furifuri {

    0%,
    100% {
        transform: translateY(0) rotate(6deg);
    }

    50% {
        transform: translateY(5px) rotate(-6deg);
    }
}

/* モバイルオーダーbtn */
.btn4 {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    /* transform: translateY(-200%); */
    background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 30px;
    text-align: center;
}

.btn4.slide {
    background: #fff;
    color: #ff701e;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.btn4.slide.skew::after {
    background: #ff701e;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: skewY(-10deg) scale(1, 0);
    height: 140px;
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.btn4.slide:hover {
    color: #fff;
}

.btn4.slide.skew:hover::after {
    transform: skewY(-10deg) scale(1, 1);
}

/* むすびについて */
#about {
    text-align: center;
    margin-top: 100px;
}

#about h1 {
    color: #678032;
    font-size: 3rem;
    margin: 0;
}

.menu-top p,
#about p {
    margin: 20px auto;
    color: #A67C52;
    font-size: 1.3rem;
    line-height: 1.5;
}

#kodawari {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin: 0 auto;
    gap: 60px;
    width: 800px;
}

#kodawari_text {
    display: flex;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
    width: 300px;
}

.kodawari_text {
    font-size: 1.3rem;
    text-align: center;
}

.kodawari_logo {
    width: 20%;
    margin: 20px auto;
}

#kodawari_img {
    width: 50%;
}

#kodawari_img img {
    border-radius: 3px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.kodawari-slider {
    width: 80%;
    margin: 0 auto;
}

.kodawari-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.slick-prev,
.slick-next {
    display: none !important;
}

/* ↓むすびについてbtn */
.kodawari_btn {
    background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;
    margin-top: 20px;
}

.kodawari_btn.slide {
    background: #fff;
    color: #ff701e;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.kodawari_btn.slide.skew::after {
    background: #ff701e;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: skewY(-10deg) scale(1, 0);
    height: 140px;
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.kodawari_btn.slide:hover {
    color: #fff;
}

.kodawari_btn.slide.skew:hover::after {
    transform: skewY(-10deg) scale(1, 1);
}


/* 特集 */
#feature {
    text-align: center;
    margin-top: 100px;
}

.feature-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

#feature h1 {
    color: #678032;
    font-size: 3rem;
}

.feature h4 {
    margin: 10px auto;
    color: #A67C52;
    text-align: center;
}

#feature h6 {
    text-align: center;
}
#feature1 h4,
#feature2 h4,
#feature3 h4,
#feature4 h4,
#feature5 h4{
    font-size: 1.3rem;
}
#feature1 h6,
#feature2 h6,
#feature3 h6,
#feature4 h6,
#feature5 h6{
    font-size: 0.7rem;
}
.feature {
    width: 80%;
    margin: 0 auto;
}

.feature img {
    margin-top: 30px;
}

.pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
}

.pagetop a {
    display: block;
    text-decoration: none;
}

.pagetop:hover {
    opacity: 0.85;
}

.pagetop img {
    width: 50px;
}


/* おにぎりループ */
.image_wrapper {
    display: flex;
    height: 150px;
    overflow: hidden;
    margin: 100px 0;
    white-space: nowrap;
    position: relative;
}

.slider {
    display: inline-block;
    white-space: nowrap;
    animation: slide 20s linear infinite;
}

.loop_image {
    display: inline-block;
    width: auto;
    height: 100%;
    max-width: none;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: center bottom;
}

.loop_image:nth-child(odd) {
    animation-name: furifuri-odd;
}

.loop_image:nth-child(even) {
    animation-name: furifuri-even;
}

@keyframes furifuri-odd {

    0%,
    100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }
}

@keyframes furifuri-even {

    0%,
    100% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* インスタグラム */
.instagram_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.musubi-logo {
    margin: 10px auto;
}

.musubi-logo img {
    display: block;
    width: 800px;
    margin: 0 auto;
}

.musubi-logo h1 {
    font-size: 1.5rem;
    color: #678032;
}

.musubi-logo h2 {
    font-size: 1rem;
    color: #A67C52;
}

.instagram_icon h1:hover,
.instagram_icon h2:hover {
    color: #678032;
    opacity: 0.8;
}

.instagram_icon a img {
    width: 50px;
    transition: transform 0.3s;
}

.instagram_icon a img:hover {
    transform: scale(1.3);
}


/* フッター */
.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 900px;
    gap: 80px;
}

.footer-info h3{
    color: #A67C52;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-button {
    display: inline-block;
    background: none;
    border: 1px solid #a67c52;
    padding: 8px 20px;
    margin: 5px;
    border-radius: 30px;
    color: #a67c52;
    text-decoration: none;
    transition: 0.3s;
}

.contact-button:hover {
    background-color: #a67c52;
    color: #fff;
}

small {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}


@media (max-width: 768px) {
    .hamburger {
        display: block;
        position: fixed;
        top: 25px;
        right: 32px;
        cursor: pointer;
        width: 32px;
        height: 24px;
        z-index: 99999 !important;
    }

    .hamburger span {
        position: absolute;
        height: 2px;
        background-color: #c79d6d;
        width: 100%;
        transition: all 0.3s;
    }

    .hamburger span:nth-of-type(1) {
        /*上の線の位置*/
        top: 4px;
    }

    .hamburger span:nth-of-type(2) {
        /*真ん中の線の位置*/
        top: 12px;
    }

    .hamburger span:nth-of-type(3) {
        /*下の線の位置*/
        top: 20px;
    }

    /* 開いたときのアニメーション */
    .hamburger.open span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 12px;
    }

    .hamburger.open span:nth-of-type(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 12px;
    }

    .nav,
    .fixed-nav {
        display: none;
    }

    #nav-menu {
        display: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fdfcf4;
        z-index: 10000;
        padding-top: 80px;
        text-align: center;
    }

    #nav-menu.open {
        display: flex;
        flex-direction: column;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    #nav-menu ul {
        margin: 0;
        list-style: none;
        padding-bottom: 80px;
    }

    #nav-menu li {
        margin: 20px 0;
    }

    #nav-menu a {
        text-decoration: none;
        color: #A67C52;
        font-size: 1.2rem;
    }

    #nav-menu a:hover {
        color: #678032;
        /* text-shadow: 0 0 5px rgba(216, 216, 216, 0.9); */
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .nav,
    .fixed-nav {
        display: none;
    }

    .vertical-title {
        writing-mode: horizontal-tb;
        font-size: 2rem;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.4;
    }


    .nav-instagram-icon {
        width: 24px !important;
        height: auto !important;
        vertical-align: middle;
        margin-right: 8px;
    }

    .fixed-nav {
        display: none !important;
    }

    .fixed-nav ul {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .fixed-nav li a {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    /* ファーストビュー */
    .hero-overlay {
        position: absolute;
        transform: translate(-20%, -90%);
        color: #fff;
        z-index: 10002;
    }

    .hero-overlay {
        position: absolute;
        top: 75%;
        left: 25%;
    }

    .hero-overlay p {
        font-size: 1.2rem;
    }

    .cta-button {
        margin-top: 30px;
    }

    .cta-note {
        font-size: 1rem;
    }

    /* menu */
    /* 蓮根 */
    .renkon {
        display: none;
    }

    .menu-item {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }

    .image-with-text,
    .side-images {
        width: 100% !important;
        /* position: relative !important; */
        margin-bottom: 20px;
    }

    .text-container {
        position: static !important;
        transform: none !important;
        padding: 0 20px;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        margin-top: -150px;
    }

    .text-container h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0.2em auto;

    }

    .text-container p {
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 0.2em;
        line-height: 1.5;
    }

    .furifuri-wrapper {
        position: relative !important;
        top: auto !important;
        left: 50% !important;
        transform: none !important;
        margin-top: 200px;
        display: flex;
        /* justify-content: center; */
        align-items: flex-end;
        gap: 10px;
        z-index: 1;
    }

    .furi {
        margin-bottom: -140px;
    }

    .furi.large {
        width: 90px !important;
        margin-bottom: 0 !important;
        margin-top: 60px;
    }

    .furi.small {
        width: 70px !important;
        margin-left: -50% !important;
        margin-top: -50px;
    }

    /* むすびについて */
    #about {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #feature h4,
    .menu-top p,
    #about p {
        font-size: 1rem;
        line-height: 1.5;
    }

    #kodawari {
        flex-direction: column-reverse;
        /* width: auto !important;
        gap: 30px; */
        width: 100%;
        gap: 0px;
    }

    #kodawari_text1 {
        /* width: 90%;
        margin: 0 auto; */
        text-align: center;
    }

    .kodawari_text {
        font-size: 1.3rem;
        text-align: center;
    }

    #kodawari_img {
        width: 80%;
    }

    #kodawari_img img {
        max-width: 100%;
        height: auto;
        border-radius: 3px;
    }

    .kodawari-slider {
        width: 95%;
    }

    .kodawari-slider img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .kodawari_logo {
        width: 15%;
    }

    .feature img {
        margin-top: 20px;
    }


    #feature h6 {
        font-size: 0.9rem;
    }



    /* フッター */
    footer {
        overflow-x: hidden;
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0 20px;
        gap: 10px;
    }

    .footer-info,
    .footer-contact {
        text-align: center;
        align-items: center;
    }

    .footer-info h3 {
        color: #A67C52;
        font-size: 1.3rem;
        font-weight: bolder;
    }

    .footer-info p {
        margin-top: 10px;
        font-size: 0.9rem;
    }

    .footer-contact {
        align-items: center;
        margin-top: 30px;
    }

    .footer-contact a {
        white-space: nowrap;
        font-size: 1rem;
    }

    .contact-button {
        width: 100%;
        max-width: 280px;
        margin: 5px auto;
        text-align: center;
    }


    @media screen and (min-width: 769px) {
        #nav-menu {
            display: none !important;
        }

        #hamburger {
            display: none !important;
        }

        .nav {
            display: flex !important;
        }
    }

    @media screen and (max-width: 1024px) and (orientation: landscape) {
        #asagohan_footer .asagohan_footer_logo img {
            width: 20% !important;
            transform: translate(0%, -220%) !important;
        }

        #nav-menu {
            overflow-y: auto;
            max-height: 100vh;
        }
    }
}