#cont * {
    line-height: 200%;
}

.header  {
    padding-top: 0;
    padding-bottom: 38px;
}

#cont {
    max-width: 100%;
    padding-top: 0;
}

/* coffee-banner */

.coffee-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #3e2d23;
    /* background-image: url('https://placehold.jp/150x150.png'), url('https://placehold.jp/150x150.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: left center, right center; */
    background-position: center;
    color: #fff;
    height: 260px;
    background-image: url('/e-storelp/specials/images/curry/toyota_museum_curry.jpg');

}

.coffee-banner-text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    max-width: 800px;
    width: 100%;
}

.coffee-banner-text h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

/* package-section */

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.package-section {
    padding: 90px 0;
    background-color: #fff;
    color: #333;
    max-width: 80%;
    margin: auto;
}

.package-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
}

.package-description {
    font-size: 16px;
    padding: 0;
    /* line-height: 200%; */
}

/* lineup-section */

.lineup-section {
    /* padding: 50px 20px; */
}

.lineup-title {
    font-size: 32px;
    margin-bottom: 70px;
    text-align: center;
    padding: 0;
}

.lineup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.lineup-item {
    background-color: #fff;
}

.lineup-image-wrapper {
    background-color: #F5F7FA; /* 薄いブルーの背景色 */
    padding: 20px 75px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineup-image-wrapper img {
    width: 100%;
}

.lineup-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold;
}

.lineup-item h4 span {
    font-size: 16px;
    font-weight: regular;
}

.lineup-item p {
    font-size: 16px;
}

/* 特徴 */
.features-section {
    margin-top: 100px;
}

.features-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
    gap: 40px;
}

.feature-item {
    background-color: #F8F4EB;
    padding: 35px 50px;
    text-align: left;
}

.feature-item h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
}

.feature-item p {
    font-size: 16px;
    /* line-height: 200%; */
    color: #555;
    padding: 0;
}

/* specialty-coffee-section */
.specialty-coffee-section {
    margin-top: 70px;
    text-align: center;
    background-color: #fff;
    color: #333;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    /* line-height: 1.6; */
    margin-bottom: 30px;
    color: #000;
}

.graph-wrapper {
    margin: 0 auto;
}

.graph-wrapper img {
    width: 100%;
    height: auto;
}

.back-button-wrapper {
    text-align: center;
    margin-top: 130px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 20px; */
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #F8F4EB; /* ボタンの背景色（ベージュ） */
    /* border: 1px solid #ddd; */
    border-radius: 100px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 170px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.arrow-icon {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    right: 15px;
    position: absolute;
}

.sp {
    display: none;
}


@media screen and (max-width: 959px) {
    .sp {
        display: block;
    }
    #cont {
        width: 100%;
        padding-bottom: 100px;
    }
    #cont * {
        line-height: 180%;
    }
    .inner {
        width: 90%;
    }
    .coffee-banner-text h1 {
        font-size: 24px;
    }
    .coffee-banner {
        height: 180px;
        background-image: url("/e-storelp/specials/images/curry/toyota_automobile_museum_banner_sp.jpg");
    }
    .package-section {
        padding: 50px 0;
        max-width: 100%;
    }
    .package-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .package-description {
        font-size: 15px;
    }
    .lineup-image-wrapper {
        margin-bottom: 10px;
    }
    .lineup-title {
        font-size: 24px;
        margin-bottom: 25px;
        padding: 0;
    }
    .lineup-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .lineup-item h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lineup-item p {
        font-size: 14px;
    }
    .lineup-image-wrapper {
        padding: 10px;
    }
    .features-section {
        margin-top: 40px;
    }
    .features-title {
        padding: 0;
        margin-bottom: 25px;
        font-size: 24px;
    }
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .feature-item {
        padding: 17.5px 25px;
    }
    .feature-item h4 {
        padding: 0;
        margin-bottom: 10px;
    }
    .feature-item h4 {
        font-size: 20px;
    }
    .feature-item p {
        font-size: 15px;
        padding: 0;
    }
    .specialty-coffee-section {
        margin-top: 50px;
    }
    .section-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }
    .pc {
        display: none;
    }
    .back-button-wrapper {
        margin-top: 100px;
    }
}
