@charset "UTF-8";

html, body {
    overflow-x: hidden;
}
body{
    background-color: #000000;
}
html, body {
    margin: 0;
    padding: 0;
    background: #021b00;
    color: #fff;
}
header{
    margin-bottom: -10px;
}
.logo {
    padding: 30px 20px 20px 20px;
}
.logo img {
    display: inline-block;
    height: 40px;
}
/* ハンバーガーメニュー */
.burger {
    width: 30px;
    cursor: pointer;
}
.mattya_B {
    position: fixed;
    top: 0;
    right: -100%;
    width: 30%;
    height: 100vh;
    background: #fffefed7;
    transition: .3s;
    padding: 80px 20px;
    z-index: 8997;
}
.mattya_B.open {
    right: 0;
}
.mattya_B {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.floating-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 9999;
}
.floating-menu .inner-bar {
    width: 26px;
    height: 3px;
    background: white;
    margin: 3px 0;
    transition: 0.3s;
}
.floating-menu .inner-bar {
    transform-origin: center;
}
.floating-menu.active .inner-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.floating-menu.active .inner-bar:nth-child(2) {
    opacity: 0;
}
.floating-menu.active .inner-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .mattya_B {
    width: 70%;   /* スマホでは広めに */
    }
}

.mattya1{
    height: 900px;
    background-image:url(../img/background.jpeg);
    background-size: cover;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
}
.mattya1 {
    position: relative;
    background: url("../img/background.jpeg") no-repeat center/cover;
    color: #fff;
}

.mattya1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
}
.mattya1 > * {
    position: relative;
    z-index: 6;
}
.mattya1 {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
}
.mattya1 h2 {
    margin-left: 40px;
    font-size: 130px;
    font-family: 'Times New Roman', Times, serif;
}
.mattya1 p {
    margin-left: 40px;
    font-size: 60px;
    margin-top: -100px;
    font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width: 768px) {
    .mattya1 h2 {
        font-size: 90px;
    }
    .mattya1 p {
        font-size: 50px;
        margin-top: -60px;
    }
}
.heading-group{
    background-color: #00260f;
    padding: 1px;
}
.about_image{
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    }
main{
    font-family: 'Times New Roman', Times, serif;
    .main-section-about{
        padding-top: 10px;
        h2{
            font-size: 100px;
            text-align: center;
        }
        .layout{
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .about_image {
        width: 100%;
        max-width: 1000px;
        height: 600px;
        overflow: hidden;
        position: relative;
        }
        .about_image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .about-text{
            font-size: 25px;
            margin: 0 100px 0 40px;
        }
        @media screen and (max-width: 768px) {
            .about-text{
            font-size: 25px;
            margin: 0 15px 0 15px;
            }
            .layout{
            display: flex;
            flex-direction: column;
            gap: 10px;
            }
            .about_image {
            width: 100%;
            max-width: 1000px;
            height:500px;
            overflow: hidden;
            position: relative;
            margin: 20px 10px 0px 10px;
        }
    }
}
.mein-section-commitment{
    .heading-commitment{
        h2{
            font-size: 100px;
            text-align: center;
        }
    }
    .layout-commitment{
        .commitment-text{
            h1{
                font-size: 50px;
                margin-left: 60px;
            }
            p{
                font-size: 27px;
                margin: 0 60px 0 60px;
            }
            padding-bottom: 60px;
        }
    }
    .heading-commitment{
        background-color: #00260f;
        padding: 10px;
    }
}
/* ===== main ===== */
main {
    font-family: 'Times New Roman', Times, serif;
}

main .main-section-about {
    padding-top: 10px;
}
main .main-section-about h2 {
    font-size: 100px;
    text-align: center;
}
main .main-section-about .layout {
    display: flex;
    align-items: center;
    gap: 20px;
}
main .main-section-about .about_image {
    width: 100%;
    max-width: 1000px;
    height: 600px;
    overflow: hidden;
    position: relative;
}
main .main-section-about .about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .main-section-about .about-text {
    font-size: 25px;
    margin: 0 100px 0 40px;
}
@media screen and (max-width: 768px) {
    main .main-section-about .about-text {
        font-size: 25px;
        margin: 0 15px;
    }
    main .main-section-about .layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    main .main-section-about .about_image {
        width: 100%;
        max-width: 1000px;
        height: 500px;
        overflow: hidden;
        position: relative;
        margin: 20px 10px 0 10px;
    }
}
.mein-section-commitment .heading-commitment h2 {
    font-size: 100px;
    text-align: center;
}
.mein-section-commitment .layout-commitment .commitment-text h1 {
    font-size: 50px;
    margin-left: 60px;
}
.mein-section-commitment .layout-commitment .commitment-text p {
    font-size: 27px;
    margin: 0 60px;
}
.mein-section-commitment .layout-commitment .commitment-text {
    padding-bottom: 60px;
}
.mein-section-commitment .heading-commitment {
    background-color: #00260f;
    padding: 10px;
}
.menu .heading-menu {
    background-color: #00260f;
    padding: 10px;
}
.menu .heading-menu h2 {
    font-size: 100px;
    text-align: center;
}
.menu h3 {
    font-size: 40px;
    text-align: left;
    margin-left: 40px;
}
.menu .menu-background {
    padding: 10px;
    background-color: #021b00;
    border-radius: 10px;
}
.menu .menu-list {
    display: flex;
}
.menu .menu-list .name {
    font-size: 50px;
    margin: 10px;
}
.menu .menu-list .price {
    font-size: 40px;
    margin: 10px;
}
.menu .menu-list .description {
    font-size: 20px;
    margin: 10px;
}
.menu .menu-list .menu-card-latte,
.menu .menu-list .menu-card-ice_cream,
.menu .menu-list .menu-card-Tiramisu {
    padding: 20px;
    background-color: #073320;
    border-radius: 20px;
    display: grid;
    gap: 5px;
    margin: 10px;
    width: 500px;
}
.menu .menu-list .menu-card-latte img,
.menu .menu-list .menu-card-ice_cream img,
.menu .menu-list .menu-card-Tiramisu img {
    width: 500px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}
.menu .menu-btn {
    display: inline-block;
    padding: 80px 120px;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
.menu .menu-list {
    display: grid;
    }
    .menu .menu-list .name {
    font-size: 50px;
    }
    .menu .menu-list .price {
    font-size: 50px;
    margin-bottom: 40px;
    }
    .menu .menu-list .description {
    font-size: 30px;
    margin-top: -30px;
    }
    .menu .menu-list img {
    width: 100%;
    max-width: 600px;
    }
    .menu .menu-list .menu-card-latte img,
    .menu .menu-list .menu-card-ice_cream img,
    .menu .menu-list .menu-card-Tiramisu img{
        display:grid;
        width: 100%;
        width: 500px;
        aspect-ratio: 4 / 4;
        object-fit: cover;
        border-radius:12px;
    }
}
.shop {
    background-color: #021b00;
}
.heading-shop {
    background-color: #00260f;
    padding: 10px;
}
.heading-shop h2 {
    font-size: 100px;
    text-align: center;
}
.shop-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
    padding: 0 60px;
}
.shop-info {
    flex: 1;
    font-size: 40px;
}
.shop-info h1,
.shop-info p {
    border-bottom: 1px solid #fff;
    padding: 30px 20px;
    margin: 0;
}
.shop-info p:last-child {
    border-bottom: none;
}
.shop-map {
    flex: 1;
    padding-right: 40px;
}
.shop-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}
@media screen and (max-width: 768px) {
    .shop-wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    }
    .shop-info,.shop-map {
    width: 100%;
    max-width: 600px;
    }
    .shop-info h1,
    .shop-info p {
    text-align: left;
    }
    .shop-map iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    }
}
}
.contact {
background-color: #366634;
}
.contact .heading-contact h2 {
    font-size: 100px;
    text-align: center;
    padding-top: 100px;
}
.contact .required {
    color: red;
    font-weight: bold;
}
.contact .contact-form {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.contact .form {
    width: 500px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact .form label {
    font-size: 30px;
    font-weight: bold;
}
.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.contact .form button {
    align-self: flex-end;
    padding: 10px 22px;
    font-size: 18px;
    background-color: #243f34;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin: 30px 0 150px 0;
}
.contact .form button:hover {
    opacity: 0.8;
}
.contact .form textarea {
    height: 200px;
    resize: vertical;
}
