/*
Theme Name: gee up sprout Original Theme
Author: Gemini
Description: ミントグリーンの水玉模様が特徴の女子大生向けスマホ最適化テーマ
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #A8E6CF;
    background-image: radial-gradient(#ffffff 15%, transparent 20%);
    background-size: 20px 20px;
    color: #4A4A4A;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-slider {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.swiper-slide {
    width: 180px;
    height: 240px;
    background: #fff;
    border: 6px solid #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active {
    transform: scale(1.15);
    z-index: 10;
}

.logo-container {
    margin: 20px 0;
    text-align: center;
}

.logo-container h1 {
    font-size: 36px;
    color: #42210B;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 95%;
    max-width: 500px;
    margin-bottom: 30px;
}

.menu-item {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.menu-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.banner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 95%;
    max-width: 500px;
    margin-bottom: 50px;
}

.banner-placeholder {
    background: #fff;
    height: 60px;
    border-radius: 10px;
}