@charset "UTF-8";

/* スマホだけ改行 */
.br-sp {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2a2a2a;
    background: #fafafa;
    font-weight: 300;
}

.hero {
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4)),
                url('../images/background_images/images-top.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    max-width: 800px;
    padding: 0 40px;
    color: white;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 100;
    letter-spacing: 4px;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.hero .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    opacity: 0.9;
    letter-spacing: 1px;
}

.hero .description {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 3rem;
    opacity: 0.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.logo {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2a2a2a;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-left: auto;
}

.nav-links a {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background: #2a2a2a;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.section {
    padding: 120px 40px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
                url('../images/background_images/images-concept.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 3px;
    color: #2a2a2a;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-text {
    font-size: 1.1rem;
    line-height: 2.2;
    margin-bottom: 60px;
    color: #555;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px;
    margin-top: 100px;
}

.feature {
    text-align: center;
    padding: 0 20px;
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 30px;
    opacity: 0.7;
}

.feature h3 {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.feature p {
    font-size: 1rem;
    line-height: 2;
    color: #666;
}


.golf-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.75)),
                url('../images/background_images/images-golf.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
/*
    background: #1a1a1a;
*/
    padding: 120px 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.golf-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.golf-hero {
    text-align: center;
    margin-bottom: 80px;
}

.golf-hero h2 {
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.golf-hero .subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    line-height: 2;
}

.golf-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.golf-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.golf-image-main {
    width: 100%;
    aspect-ratio: 16/10;
    background-image:url('../images/golf_images/images-golf01.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,0.2);
}

.golf-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.golf-image-small {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1a472a 0%, #5f8a3d 100%);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.golf-image-small:nth-child(1) {
    background-image:url('../images/golf_images/images-golf02.jpg');
}

.golf-image-small:nth-child(2) {
    background-image:url('../images/golf_images/images-golf03.jpg');
}

.golf-text-content {
    padding: 0 20px;
}

.golf-text-content h3 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.golf-text-content p {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 30px;
    opacity: 0.85;
}

.golf-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.golf-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    padding: 35px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.golf-card:hover {
    background: rgba(255,255,255,0.08);
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.2);
}

.golf-card-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.golf-card h3 {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.golf-card p {
    font-size: 0.95rem;
    line-height: 1.8;
    opacity: 0.75;
}

.gallery-section {
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
                url('../images/background_images/images-gallery.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2px;
    margin-top: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #888;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.gallery-item:nth-child(1) {
    background-image:url('../images/gallery_images/images-fireplace.jpg');
}

.gallery-item:nth-child(2) {
    background-image:url('../images/gallery_images/images-interior-view.jpg');
}

.gallery-item:nth-child(3) {
    background-image:url('../images/gallery_images/images-livingroom.jpg');
}

.gallery-item:nth-child(4) {
    background-image:url('../images/gallery_images/images-bedroom.jpg');
}

.gallery-item:nth-child(5) {
    background-image:url('../images/gallery_images/images-bathroom.jpg');
}

.gallery-item:nth-child(6) {
    background-image:url('../images/gallery_images/images-kitchen.jpg');
}

.gallery-item:nth-child(7) {
    background-image:url('../images/gallery_images/images-bedroom1.jpg');
}

.gallery-item:nth-child(8) {
    background-image:url('../images/gallery_images/images-bathroom1.jpg');
}

.gallery-item:nth-child(9) {
    background-image:url('../images/gallery_images/images-kitchen1.jpg');
}

.gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: left 0.6s ease;
}

.gallery-item:hover::before {
    left: 100%;
}

.gallery-item:hover {
    transform: scale(1.02);
}


.directions-section {
    background: #f5f5f5;
    padding: 120px 0;
    overflow: hidden;
}

.directions-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.carousel-container {
    position: relative;
    margin-top: 60px;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

@media (min-width: 769px) {
    .carousel-wrapper {
        overflow: visible;   /* ← チラ見せ */
    }

    .carousel-container {
        overflow: hidden;    /* はみ出し制御 */
    }
}

.carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.carousel-slide {
    flex: 0 0 auto;
    padding: 12px;
    display: flex;
    box-sizing: border-box;
    width: 33.333%; /* PC: 3枚表示 */
}

/* 余白担当 */
.slide-inner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* directions 背景画像用 */
.bg-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.bg01 {
  background-image: url('../images/directions_images/directions01.jpg');
}
.bg02 {
  background-image: url('../images/directions_images/directions02.jpg');
}
.bg03 {
  background-image: url('../images/directions_images/directions03.jpg');
}
.bg04 {
  background-image: url('../images/directions_images/directions04.jpg');
}
.bg05 {
  background-image: url('../images/directions_images/directions05.jpg');
}
.bg06 {
  background-image: url('../images/directions_images/directions06.jpg');
}
.bg07 {
  background-image: url('../images/directions_images/directions07.jpg');
}
.bg08 {
  background-image: url('../images/directions_images/directions08.jpg');
}
.bg09 {
  background-image: url('../images/directions_images/directions09.jpg');
}
.bg10 {
  background-image: url('../images/directions_images/directions10.jpg');
}
.bg11 {
  background-image: url('../images/directions_images/directions11.jpg');
}
.bg12 {
  background-image: url('../images/directions_images/directions12.jpg');
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    color: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.carousel-button:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.carousel-button.prev {
    left: 20px;
}

.carousel-button.next {
    right: 20px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-dot.active {
    background: #2a2a2a;
    transform: scale(1.2);
}


.booking-section {
    background: linear-gradient(rgba(42,42,42,0.7), rgba(42,42,42,0.7)),
                url('../images/background_images/images-booking.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: white;
    text-align: center;
    padding: 120px 40px;
}

.booking-content {
    max-width: 600px;
    margin: 0 auto;
}

.booking-title {
    font-size: 2.2rem;
    font-weight: 100;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.booking-text {
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 50px;
    opacity: 0.8;
}

.rakutenOyado-button {
    display: inline-block;
    background: #FF5A5F;
    color: white;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.rakutenOyado-button:hover {
    background: #E04850;
    transform: translateY(-2px);
}

.info-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 80px;
    margin-top: 100px;
}

.info-block {
    text-align: center;
}

.info-block h4 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 2px;
    color: white;
}

.info-block p {
    font-size: 1rem;
    line-height: 2;
    opacity: 0.7;
}

.contact-section {
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),
                url('../images/background_images/images-contact.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 120px 40px;
    text-align: center;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
    text-align: left;
}

.contact-block h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.contact-block p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 768px) {
    .hero {
        background-position: center center;
        background-size: cover;
    }
    
    .hero h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .hero .subtitle {
        font-size: 1.2rem;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 70%;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.4s ease;
        box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    }
    
    .nav-links.active {
        right: 0;
    }
    
    .nav-links a {
        font-size: 1.2rem;
    }
    
    .hamburger {
        display: flex;
    }
    
    .section {
        padding: 80px 20px;
        background-position: center center;
        background-attachment: scroll;
    }
    
    .nav-container {
        padding: 15px 20px;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 60px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .gallery-grid {
        padding: 0 20px;
        grid-template-columns: 1fr;
    }
    
    .golf-section {
        padding: 80px 20px;
        background-position: center center;
        background-attachment: scroll;
    }
    
    .golf-hero h2 {
        font-size: 2rem;
    }
    
    .golf-hero .subtitle {
        font-size: 1.1rem;
    }
    
    .golf-main-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .golf-text-content {
        padding: 0;
    }
    
    .golf-text-content h3 {
        font-size: 1.5rem;
    }
    
    .golf-text-content p {
        font-size: 1rem;
    }
    
    .golf-image-grid {
        grid-template-columns: 1fr;
    }
    
    .golf-image-main,
    .golf-image-small,
    .gallery-item {
        background-position: center center;
        background-size: cover;
    }
    
    .golf-features {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .carousel-slide {
        width: 100%; /* スマホ: 1枚表示 */
    }

    .slide-inner {
        height: 250px;
    }
    
    .bg-slide {
        background-position: center center;
        background-size: cover;
    }

    .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .carousel-button.prev {
        left: 10px;
    }

    .carousel-button.next {
        right: 10px;
    }

    .directions-content {
        padding: 0 20px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .scroll-to-top::before {
        font-size: 1.3rem;
    }
    
    .booking-section,
    .contact-section {
        padding: 80px 20px;
        background-position: center center;
        background-attachment: scroll;
    }
}


.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    letter-spacing: 2px;
    animation: fadeInOut 3s infinite;
}
/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
}

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: white;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.scroll-to-top::before {
    content: '↑';
    font-size: 1.5rem;
    color: #2a2a2a;
    font-weight: 300;
}


@keyframes fadeInOut {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 100%);
}

/* Pricing Section */
.pricing-section {
    padding: 120px 40px;
    background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),
                url('../images/background_images/images-pricing.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.pricing-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.pricing-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 60px;
    font-weight: 300;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.season-tag {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.season-tag.spring-autumn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.season-tag.winter {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.price-box {
    margin-top: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.price-row:last-child {
    border-bottom: none;
}

.day-type {
    font-size: 1.1rem;
    color: #666;
    font-weight: 300;
}

.price {
    font-size: 1.8rem;
    font-weight: 400;
    color: #2a2a2a;
    letter-spacing: 1px;
}

.additional-fee {
    background: white;
    border-radius: 10px;
    padding: 25px 40px;
    margin: 40px auto;
    max-width: 500px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.additional-fee p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
}

.fee-item {
    color: #666;
    font-weight: 300;
}

.fee-price {
    font-size: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.pricing-notes {
    margin-top: 40px;
    padding: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.pricing-notes p {
    font-size: 0.9rem;
    color: #666;
    margin: 8px 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing-card {
        padding: 30px 20px;
    }
    
    .price {
        font-size: 1.5rem;
    }
    
    .additional-fee {
        padding: 20px 25px;
    }
}
