body {
    font-family: "DM Sans", "ヒラギノ角ゴ Pro", "sans-serif";
    color: #D26120;
}

header {
    color: #486284;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.head {
    position: absolute;
    right: 20px;
    display: flex;
    gap: 10px;
}

.one span {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}

.one span:hover {
    color: #d26120;
    transition: color 0.3s;
}

.one {
    text-align: center;
}

.one img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: auto;
}

.one img:hover {
    transform: scale(1.1);
}

header nav {
    margin-top: 55px;
    margin-bottom: 15px;
    text-align: center;
}

header nav a {
    margin: 0 20px;
    text-decoration: none;
    font-size: 18px;
}

nav a:hover {
    color: #d26120;
    transition: color 0.3s;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 20px;
    position: relative;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-menu.show {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    width: 38%;
    height: 100%;
    background-color: #ffffffce;
    gap: 30px;
    justify-content: center;
    z-index: 5000;
    padding: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.top {
    padding-top: 128px;
}

.top img {
    width: 100%;
}

[id] {
        scroll-margin-top: 135px;
    }

h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.okashi {
    display: flex;
    justify-content: center;
}

.two {
    display: block;
    font-size: 16px;
    text-align: center;
}

.two a {
    text-decoration: none;
}

.two img {
    display: block;
    width: 235px;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 8px;
}

.two img:hover {
    border: 3px solid #486284;
}

.two a:hover {
    color: #486284;
}

.shop {
    display: flex;
    position: relative;
    justify-content: space-between;
    height: 500px;
    width: 1000px;
    margin: 0 auto;
}

.gaikan-img {
    width: 380px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.naikan-img {
    width: 290px;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 40%;
}

.access {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    font-size: 16px;
}

.access a {
    text-decoration: none;
}

.access::before,
.access::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D26120;
    margin: 40px 0;
}

.name {
    font-size: 20px;
}

.space {
    margin-top: 20px;
}

.about {
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
}

.about,
.insta,
.carender {
    margin: 0 auto;
    width: 1000px;
    max-width: 100%;
}

.insta {
    margin-top: 50px;
    margin-bottom: 50px;
}

.insta img {
    vertical-align: middle;
}

.insta img:hover {
    transform: scale(1.1);
}

.chef {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    text-align: left;
}

.title {
    font-size: 16px;
    margin-bottom: 30px;
}

.ja {
    font-size: 20px;
}

.en {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 30px;
}

.chef a {
    font-size: 16px;
    line-height: 4;
    text-decoration: underline;
}

.chef a:hover {
    color: #486284;
    transition: color 0.3s;
    text-decoration: underline;
}

.chef-img {
    width: 172px;
    height: auto;
}

.oshirase {
    display: flex;
    justify-content: center;
}

.four {
    display: block;
    margin: 0 30px;
    width: 250px;
}

.four img {
    display: block;
    width: 243px;
    height: auto;
}

.four img:hover {
    border: 3px solid #486284;
}

.oshirase p {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.6;
}

.four p:nth-of-type(1) {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.more {
    margin-top: 30px;
    width: 85%;
    text-align: right;
    text-decoration: underline;
}

.more a:hover {
    color: #486284;
    transition: color 0.3s;
    text-decoration: underline;
}

.form {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
}

input,
textarea {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid black;
    border-radius: 2px;
    font-size: 16px;
    color: black;
}

input {
    width: 40%;
    text-align: left;
}

textarea {
    width: 100%;
    height: 100px;
}

input[type="submit"] {
    background-color: #d9946d;
    color: black;
    border: 2px solid black;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 130px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    width: 250px;
}

.submit-container {
    text-align: center;
}

input[type="submit"]:hover {
    background-color: #b04f1b;
}

label::before {
    content: " 必須";
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #486284;
    padding: 3px;
    background-color: #486284;
}

label {
    display: inline-block;
    margin-bottom: 8px;
}

footer {
    text-align: center;
    background-color: #E3E2E2;
    color: #486284;
}

footer nav {
    margin: 30px;
}

footer nav a {
    font-size: 14px;
    text-decoration: none;
    margin: 0 20px;
}

/* スマホ用レスポンシブデザイン */
@media screen and (max-width: 767px) {
    header {
        position: fixed; /* 固定する */
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 3000;
        padding: 20px 0;
    }

    .head {
        top: 10px;
        justify-content: center;
        gap: 5px;
    }

    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .one img {
        width: 40px;
    }

    [id] {
    scroll-margin-top: 90px;
    }

    .top {
        padding-top: 90px;
        width: 100%;
    }

    .okashi {
        flex-wrap: wrap;
        gap: 20px;
    }

    .two img {
        width: 90%;
    }

    .shop {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 290px;
    }

    .gaikan-img,
    .naikan-img {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .access {
        position: static;
        text-align: left;
        margin-top: 20px;
    }

    .about {
        margin: 10px auto;
        width: 100%;
        padding: 0 10px;
    }

    .insta {
        margin: 40px auto;
        text-align: center;
    }

    .carender {
        margin: 20px 10px;
        text-align: center;
    }

    .chef {
        flex-direction: column;
        gap: 20px;
    }

    .chef-img {
        margin: 0 auto;
    }

    .oshirase {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .four {
        max-width: 100%;
    }

    .four img {
        width: 100%;
    }

    .more {
        width: 70%;
        text-align: right;
    }

    .form {
        max-width: 100%;
        padding: 20px;
    }

    input,
    textarea {
        width: 100%;
    }

    input[type="submit"] {
        width: 60%;
    }

    footer nav {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto;
    }

    footer nav a {
        margin: 0 auto;
    }
}

/* タブレット用レスポンシブデザイン */
@media (min-width: 768px) and (max-width: 1024px) {
    header {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
        position: static;
    }

    .head {
        right: 10px;
        justify-content: center;
        gap: 5px;
    }

    nav {
        margin-top: 60px;
    }

    .top {
        padding-top: 10px;
    }

    .okashi {
        flex-wrap: wrap;
        gap: 50px;
        margin: 0 auto;
        width: 90%;
    }

    .two img {
        width: 90%;
    }

    .shop {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 290px;
    }

    .gaikan-img,
    .naikan-img {
        position: static;
        width: 100%;
        max-width: 290px;
        margin-bottom: 20px;
    }

    .access {
        position: static;
        text-align: left;
        margin-top: 20px;
    }

    .about {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        padding: 0 30px;
    }

    .insta,
    .carender {
        text-align: center;
    }

    .chef {
        gap: 100px;
    }

    .four img {
        width: 100%;
    }

    .more {
        margin: 30px 40px;
    }

    .form {
        width: 90%;
    }
}