 #ffa07a; #ffdab9

body {
    background:#ffa07a;
    font-family:"Yu Mincho",Yugothic,"MS 明朝",Meiryo;
    display: flex;
    justify-content: center;     padding: 20px;
}

/* ページ別背景 */
.a{
 background-image: url("../images/クリームスナック-hi.png");
 }

.b{
 background-image: url("../images/あげパン-hi.png");
 }

.c{
 background-image: url("../images/あげサンド-hi.png");
 }

.d{
 background-image: url("../images/そぼろ-hi.png");
 }

.e{
 background-image: url("../images/あんドーナツ-hi.png");
 }

.f{
 background-image: url("../images/コーンチーズ-hi.png");
 }

.g{
 background-image: url("../images/デニッシュ-hi.png");
 }

.h{
 background-image: url("../images/ハムロール-hi.png");
 }

.i{
 background-image: url("../images/メロンパン-hi.png");
 }

.j{
 background-image: url("../images/ランチフルト-hi.png");
 }

.k{
 background-image: url("../images/三色パン-hi.png");
 }

.l{
 background-image: url("../images/ムーンライト-hi.png");
 }

.m{
 background-image: url("../images/ホーンクリーム-hi.png");
 }

.n{
 background-image: url("../images/ツナピザ-hi.png");
 }

.o{
 background-image: url("../images/ツナドーナツ-hi.png");
 }

.p{
 background-image: url("../images/コルネチョコ-hi.png");
 }

.q{
 background-image: url("../images/クリームドーナツ-hi.png");
 }

.r{
 background-image: url("../images/カレードーナツ-hi.png");
 }

.s{
 background-image: url("../images/リンゴ-hi.png");
 }

.t{
 background-image: url("../images/ドーナツ-hi.png");
 }

.u{
 background-image: url("../images/チョコスナック-hi.png");
 }


/* カード全体*/
.カード {
    width: 1000px;                      background:navajowhite;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

/* タイトルと価格 */
.上 {
    font-size:50px;
    color:darkred;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 20px;

}

/* 説明 */

.説明 {
    font-size:30px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;

}

/* 画像 */
.画像 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

.item-img {
    width: 475px;                   height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    background:cornsilk;
}

/* コメント欄 */
.食 {
    font-size:30px;

}

.食レポ {
    margin-bottom: 20px;

    font-size:30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: cornsilk;
    padding: 10px;

    overflow-wrap: break-word;
    word-break: break-word;

    max-height: 200px;
    overflow-y: auto;
}
