.hero-small {
    background: url("../../img/washi-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}

.hero-small::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.55);
}

.hero-small h1,
.hero-small .sub {
    position: relative;
    z-index: 2;
    color: #1a2a4a;
}

.sake-detail {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.sake-image img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    object-fit: cover;   /* 中央を綺麗に切り抜く */
    border-radius: 6px;
    display: block;
    margin: 0 auto 30px;
}


.sake-info table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.sake-info th {
    width: 30%;
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #ddd;
}

.sake-info td {
    padding: 10px;
    border: 1px solid #ddd;
}

.sake-description p {
    line-height: 1.8;
    margin-bottom: 40px;
}

.back-link {
    text-align: center;
}

.back-link a {
    color: #c73e3a;
    text-decoration: none;
}

/* フッター */
footer {
    text-align: center;
    padding: 30px;
    background: #1a2a4a;
    color: #fff;
    margin-top: 40px;
}
