body {
    background-color: #d4ba9f;
}
.wrapper0 {
    width: 1540px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper1 {
    display: grid;
    grid-template-rows: 250px;
    grid-template-columns: 320px 750px 210px;
}
.itemph {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 320px;
    padding-top: 10px;
    padding-left:20px;
}

.item1 {
    grid-row: 1/2;
    grid-column: 2/3;
    width: 720px;
    margin-left: 10px;
}
.itemgr {
    background-color: yellow;
    grid-row: 1/2;
    grid-column: 3/4;
    width: 380px;
    padding-left: 10px;
    font-size: 14px;
    margin-left: 25px;
    height: 200px;
    border-radius: 10px;
}
.wrapper2 {
    display: grid;
    grid-row: 250px;
    grid-template-columns: 690px 600px 210px;
}
.item2 {
    grid-row: 2/3;
    grid-column: 1/2;
}
.item3 {
    grid-row: 2/3;
    grid-column: 2/3;
}
.item4 {
    background-color: #f15922;
    grid-row: 2/3;
    grid-column: 3/4;
    text-align: center;
}

.thema2 {
    padding-left: 150px;
    color: #69493c;
    font-size: 20px;
    line-height: 1.0;
}
.shopname {
    text-align: center;
    line-height: 1.0;
    color: #69493c;
    font-size: 40px;
}
.attention1 {
    padding-left: 100px;
    font-size: 13px;
    color: red;
    }
.caption1 {
    font-size: 25px;
    color: #69493c;
}
.brand {
    font-size: 15px;
    line-height: 1.9;
}
.coffee-comment {
    font-size: 14px;
    line-height: 1.1;
}
.price {
    font-size: 14px;
    line-height: 1.1;
    }
.button {
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        line-height: 1.1;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}
th, td {
    border: 1px solid #69493c;
    padding: 5px 5px;
}
.attention2 {
    font-size: 10px;
    line-height: 1.0;
    text-align: right;
    padding-right: 10px;
}
.hyouji2 {
    color: #6a397d;
    font-size: 13px;
}