@charset "UTF-8";
/* TFOODS original CSS */

.pu_mold section,
.pu_sorbet section {
    width: unset;
    overflow: unset;
    min-height: 135px;
    padding: unset;
}
.pu_mold section ul,
.pu_sorbet section ul {
    display: grid;
    padding-inline-start: 0;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
}
.pu_mold section ul li {
    float: unset;
    border: solid 1px #e9e9e9;
    padding: 20px;
    width: unset;
    min-height: 340px;
    margin: unset;
    text-align: center;
    cursor: pointer;
    color: #333333;
}

.et_pb_module > button {
    width: 150px;
}

/* bottom navi */
/*
.floating {
    position: fixed;
    width: 810px;
    display: none;
    padding: 30px 0;
     background: #fff; 
    background: -moz-linear-gradient(bottom, #fff 90%, transparent);
    background: -webkit-linear-gradient(bottom, #fff 90%, transparent);
    background: linear-gradient(to top, #fff 90%, transparent);
    opacity: 0.9;
}
.floating ul {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: initial;
}
.floating li {
    width: 20%;
    border: 1px solid transparent;
    text-align: center;
    float: unset;
    margin: initial;
}
.floating a {
    display: block;
    color: #fff;
    background: #7c2020;
    padding: 8px;
    text-decoration: none;
    opacity: 1;
    font-size: 0.9em;
    letter-spacing: -0.1em;
}
*/

@media (min-width: 428px) {
    .pu_mold section ul {
        padding-inline-start: initial;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
    }
}
