@charset "utf-8";

body {
    display: none;
}

/* メニュー */
.menu {
    margin-top: 200px;
}

.menu_textbox {
    width: 45%;
}

.menu_text {
    letter-spacing: 0.1em;
    line-height: 2.5;
}

.menu_list {
    margin-top: 4em;
}

.menu_box {
    justify-content: space-between;
    align-items: center;
}


.menu_listbox {
    align-items: center;
    justify-content: space-between;
}


.menu_box {
    justify-content: space-between;
    align-items: start;
}


.menu_group {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.tomatosource {
    font-weight: bold;
    color: #A01616;
    font-size: 18px;
    padding: 1em 0;
}

.cheesesource {
    font-weight: bold;
    color: #c5b018;
    font-size: 18px;
    padding: 1em 0;

}

.menu_name p {
    margin-top: 1em;
    margin-bottom: -0.75em;
}

.ingredients {
    font-size: 10px;
    color: #A01616;
}

.menu_pastalist {
    width: 45%;
}

.menu_price p {
    margin-top: 1.5em;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.15em;
    width: 4em;
}

.menu_price p::before {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 8em;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: -150%;
    left: -77px;
    transform: rotate(90deg);
}


/* テイクアウト */
.takeout {
    margin-top: 250px;
}

.takeout h2 {
    text-align: center;
}

.takeout_box {
    justify-content: space-around;
    text-align: left;
    align-items: center;
    background-color: #f7f7f7;
    padding: 4em;
}

.takeout_text {
    font-size: 20px;
    font-weight: bold;
}

.takeout_text02 {
    font-size: 14px;
}



/* スマホサイズ */

@media (max-width:750px) {
    .page_mvimage {
        display: none;
    }

    .page_spmvimage {
        width: 100%;
    }

    .menu_pastalist {
        width: 100%;
    }

    .menu_price p::before {
        height: 6em;
        top: -92%;
        left: -65px;


    }

    .menu {
        margin-top: 80px;
    }

    .takeout {
        margin-top: 80px;
    }

    .menu_price p::before {
        display: none;
    }

    .tomatosource {
        font-size: 16px;
        padding: 1.5em 0 0 0;
    }

    .cheesesource {
        font-size: 16px;
        padding: 1.5em 0 0 0;

    }

}

@media (min-width:1101px) {
    .pc_none {
        display: none;
        width: 0;
    }

}