@charset "utf-8";

.title {
    height: 310px;
    background-image: url(../images/menu/sp-image04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    font-weight: lighter;
    letter-spacing: 3px;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 5px;
}

.item-list {
    width: 930px;
    max-width: 90%;
    margin: 75px auto 0;
    flex-direction: column;
    column-gap: 95px;
    row-gap: 70px;
}

.item-list li {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #000;
    border-left: 0.5px solid #000;

}

.item-list li img {
    width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    padding: 30px;
}

.item-list dl {
    margin-top: 20px;
    margin-left: 20px;
    flex-grow: 1;
}

.item-list dt {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    letter-spacing: 3px;

}

.item-list dd {
    font-size: 13px;
    line-height: 25px;
    margin-top: 30px;
}

.item-list .price {
    font-weight: bold;
    margin-top: 15px;
}

.item-list li {
    position: relative;
}

.item-list .item-label {
    position: absolute;
    top: 0;
    left: calc(100% + 18px);
    font-size: 10px;
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(90deg);
}

/* 次pageへの設定 */
.wp-pagenavi {
    width: 100%;
    border-top: none;
    padding: 0;
    margin: 30px auto 10px auto;
    text-align: center;
    letter-spacing: 0.5em;
}

.wp-pagenavi .current {
    color: #FFF;
    border: #252525 1px solid;
    background: #252525;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 4px 5px 8px 0;
    padding: 2px 4px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    height: 40px;
    border: #DDD 1px solid;
    background-color: #F6F6F6;
    color: #222;
    line-height: 36px;
    text-align: center;
    transition: 0.2s;
    text-decoration: none;
    letter-spacing: normal;
}

a {
    backface-visibility: hidden;
}

.extend {
    display: block;
    transform: scale(0.7);

}


.footer {
    margin-top: 100px;
}

@media(max-width:800px) {
    .item-list {
        margin-top: 45px;
        row-gap: 40px;
    }
}