/* 琉球舞踊＆エイサーページ専用スタイル */

/* ========================================
   サブビジュアルセクション
======================================== */
.sub-visual {
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

body.ryukyubuyo .sub-visual {
    background-image: url('../../ryukyubuyo/images/svimg.jpg');
}

/* ========================================
   lead-section（店舗紹介セクション）
======================================== */
body.ryukyubuyo .lead-section {
    min-width: auto;
}

body.ryukyubuyo .lead-section .container {
    background-image: none;
}

.lead-header {
    width: 100%;
}

.lead-header p {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    display: block;
}

#buyo-heading,
#sanshin-heading {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 30px;
    font-weight: 400;
    color: #fff;
}

#buyo-heading:not(.english-text),
#sanshin-heading:not(.english-text) {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
}

#buyo-heading .english-text,
#sanshin-heading .english-text {
    font-family: 'Quattrocento', serif;
    font-size: 2.8125em;
    display: block;
}

/* ========================================
   ryukyubuyo-info-section（琉球舞踊情報セクション）
======================================== */
.ryukyubuyo-info-section {
    background-image: url('../../ryukyubuyo/images/ryukyubuyo_04.jpg');
}

.ryukyubuyo-info-section-01 {
    background-image: url('../../ryukyubuyo/images/ryukyubuyo_bg01.jpg');
    }
    
.ryukyubuyo-info-section-02 {
    background-image: url('../../ryukyubuyo/images/ryukyubuyo_bg02.jpg');
}

.ryukyubuyo-info-section .container {
    position: relative;
    z-index: 2;
}

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

.youtube-video-container {
    max-width: 900px;
    margin: 0 auto 3em;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ryukyubuyo-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ryukyubuyo-info.ryukyubuyo-info-layout {
    flex-direction: column;
    gap: 2em;
    align-items: flex-start;
}

.ryukyubuyo-info-left {
    flex: 1;
    box-sizing: border-box;
    background-color: #fff;
}

.ryukyubuyo-info-right {
    flex: 2;
}

.ryukyubuyo-info-left-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5em;
    align-items: stretch;
}

.ryukyubuyo-info-left-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 100%;
}

.ryukyubuyo-info-left-text .btn-more {
    margin-top: auto;
}

.ryukyubuyo-info-left-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #757575;
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0;
}

.ryukyubuyo-info-left-text h3 .english-text {
    font-size: 30px;
    display: block;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.ryukyubuyo-info .english-text {
    font-family: 'Quattrocento', serif;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 8px;
    display: block;
}

.ryukyubuyo-info .ryukyubuyo-details {
    background: none;
    padding: 4px 0 0;
    margin: 0 0 26px 0;
    font-weight: 400;
    border-top: 1px solid #ddd;
    font-size: 0.75em;
    color: #474747;
}

.ryukyubuyo-info-left-text p:not(.ryukyubuyo-details) {
    margin: 0;
}

.ryukyubuyo-info-left-text h3 .label,
.ryukyubuyo-info-left-text .ryukyubuyo-details .label {
    display: block;
    width: fit-content;
    background-color: #8b4513;
    color: #ffffff;
    padding: 0.3em 0.6em 0.4em;
    font-size: 0.7em;
    font-weight: 400;
    margin: 0.5em 0 0;
}

.ryukyubuyo-info-right h4 {
    font-size: 1.17em;
    font-weight: 400;
    margin: 2em 0 1em 0;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #a3a3a3;
}

.ryukyubuyo-info-right h4:first-child {
    margin-top: 0;
}

.content-box p {
    font-size: 1em;
}

.ryukyubuyo-info p {
    font-size: 1em;
    margin-bottom: 0;
    text-align: left;
}

/* スライダー */
.ryukyubuyo-info-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ryukyubuyo-info-slide-wrapper {
    position: relative;
}

.ryukyubuyo-info-slider .slide-frame {
    display: none;
}

.ryukyubuyo-info-slider .slide-frame.active {
    display: block;
}

.ryukyubuyo-info-slider .slide-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.ryukyubuyo-info-slider .carousel-indicators {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    pointer-events: auto;
}

.ryukyubuyo-info-slider .carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ryukyubuyo-info-slider .carousel-indicators .indicator.active {
    background: #1e3c72;
}

.ryukyubuyo-info .btn-more {
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 1px;
}

.ryukyubuyo-info .btn-more:hover {
    background: #ffffff;
    color: #1e3c72;
    border: 1px solid #1e3c72;
}

.ryukyubuyo-info .btn-more:hover::after {
    border-top-color: #1e3c72;
    border-right-color: #1e3c72;
}

/* ========================================
   note-section（注意事項・案内事項セクション）
======================================== */
.note-section {
    padding: 60px 0;
    margin-bottom: 0;
}

.note-container {
    display: flex;
    gap: 2em;
    width: 800px;
    margin: 0 auto;
}

.note-column {
    flex: 1;
}

.note-container .note-column .note-content {
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.note-container .note-column .note-content strong {
    display: block;
    margin-bottom: 0.5em;
}

.note-container .note-column .note-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.note-container .note-column .note-content ul li {
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    position: relative;
    }
    
.note-container .note-column .note-content ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}

/* ========================================
   booking-cta-section（ご予約誘導セクション）
======================================== */
.booking-cta-section .booking-cta-visual {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                url('../../room/images/reservation-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 80px 0;
    height: auto;
    text-align: center;
}

.booking-cta-section .booking-cta-visual .booking-cta-overlay {
    position: static;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}

.booking-cta-section .booking-cta-visual .booking-cta-overlay img {
    width: 60%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto .3em;
}

.booking-cta-section .booking-cta-visual .booking-bar {
    color: #333;
}

.booking-cta-section .booking-cta-visual .booking-content {
    justify-content: center;
    gap: 0;
}


.booking-cta-section .booking-cta-visual .booking-links {
    justify-content: center;
}

.booking-cta-section #booking-cta-heading {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: clamp(16px, 4vw, 20px);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.booking-cta-section #booking-cta-heading .booking-cta-text-line2 {
    display: inline;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (min-width: 769px) and (max-width: 1024px) {
    .lead-header {
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }
    
    
    .booking-cta-section .booking-cta-visual .booking-content {
        flex-direction: column;
        gap: 0;
        width: 100%;
        align-items: stretch;
        justify-content: flex-start;
    }
    
    .booking-cta-section .booking-cta-visual .booking-separator {
        width: 100%;
        height: 1px;
        background: #ddd;
        margin: 15px 0;
        align-self: stretch;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }
    
    .booking-cta-section .booking-cta-visual .booking-links {
        justify-content: center;
        align-self: center;
    }
    
    .booking-cta-section .search-btn {
        min-width: 150px;
        width: auto;
        padding: 10px 30px;
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    .booking-cta-section .booking-cta-visual .booking-content {
        align-items: flex-end;
        gap: 0;
    }
    
    .booking-cta-section .booking-cta-visual .booking-separator {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (max-width: 768px) {
    .lead-header p {
        text-align: left;
    }
    
    .ryukyubuyo-info-section .container {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .ryukyubuyo-info-left-grid {
        grid-template-columns: 1fr;
    }
    
    .note-container {
        flex-direction: column;
        gap: 1.5em;
        width: 100%;
        padding: 0 1em;
    }
    
    
    .booking-cta-section #booking-cta-heading .booking-cta-text-line2 {
        display: block;
    }
}

@media (max-width: 480px) {
    .ryukyubuyo-info.ryukyubuyo-info-layout .ryukyubuyo-info-left h3 {
        font-size: 1em;
    }
}

.ryukyubuyo-info-slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.35);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 2;
}

.ryukyubuyo-info-slide-nav:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1.05);
}

.ryukyubuyo-info-slide-nav:focus-visible {
    outline: 2px solid #1e3c72;
    outline-offset: 2px;
}

.ryukyubuyo-info-slide-nav.slide-prev {
    left: 10px;
}

.ryukyubuyo-info-slide-nav.slide-next {
    right: 10px;
}
