/*
Theme Name: Artmake Salon Theme
Description: 韓国アートメイクサロン用テンプレート
Version: 1.0
*/

body { font-family: "Helvetica Neue", Arial, sans-serif; color: #444; margin: 0; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; text-align: center; }
.section-title { font-size: 2rem; margin-bottom: 40px; letter-spacing: 0.1em; }
.bg-light { background: #faf8f5; }

/* Header */
.site-header { height: 80px; display: flex; align-items: center; border-bottom: 1px solid #eee; position: sticky; top: 0; background: #fff; z-index: 100; }
.header-flex { display: flex; justify-content: space-between; width: 100%; align-items: center; }

/* Hero */
.hero { height: 90vh; background: #e0d8cf; display: flex; align-items: center; justify-content: center; text-align: center; }
.btn { display: inline-block; padding: 15px 40px; background: #333; color: #fff; text-decoration: none; margin-top: 20px; border-radius: 30px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.gallery-item img { width: 100%; height: auto; border-radius: 8px; }

/* Price List */
.price-list { list-style: none; padding: 0; max-width: 600px; margin: 0 auto; text-align: left; }
.price-list li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #ddd; }

/* Fixed LINE Button */
.fixed-line-btn { position: fixed; bottom: 20px; right: 20px; background: #06c755; color: #fff; padding: 15px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0,0,0,0.2); z-index: 200; }
/* スライダー全体の高さ */
.hero-slider {
    height: 80vh;
    width: 100%;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
}

/* 画像の上にうっすら黒を敷いて文字を見やすくする */
.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-content h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.hero-content .btn {
    background: #fff;
    color: #333;
    font-weight: bold;
}