html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

*, *::before, *::after {
    box-sizing: border-box;
}

b, strong {
    font-weight: bold;
}

/* ページロード時のフェードイン効果 */
body {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;

}

body.loaded {
    opacity: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #000;
}

li {
    list-style: none;
}

/* スクロールアニメーション用のスタイル */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}

.scroll-animate-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.scroll-animate-right.animate {
    opacity: 1;
    transform: translateX(0);
}

.scroll-animate-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

.scroll-animate-scale.animate {
    opacity: 1;
    transform: scale(1);
}

/* サイト用スタイル */
html,
body {
    font-size: 16px;
    color: #666666;
    font-family: "YakuHanJPs", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8;
}

/* ==============================
 * SP改行
 * ============================== */
@media(min-width : 769px) {
    .sp {
        display: none !important;
    }
}

@media(max-width : 768px) {
    .pc {
        display: none !important;
    }
}

.sp-br {
    display: none !important;
}

@media(max-width : 768px) {
    .sp-br {
        display: block !important;
    }
}

.pc-br {
    display: block !important;
}

@media(max-width : 768px) {
    .pc-br {
        display: none !important;
    }
}

.hero-section {
    position: relative;
    height: clamp(400px, 60vw, 650px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% 25%;
}

.hero-logo {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 10;
    max-width: clamp(200px, 25vw, 360px);
    height: auto;
}

.hero-logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .hero-logo {
        position: absolute;
        left: 0.5rem !important;
        top: 0.5rem !important;
        max-width: clamp(100px, 15vw, 200px) !important;
        z-index: 10;
    }

    .open-badge {
        width: clamp(70px, 11vw, 105px);
        height: clamp(70px, 11vw, 105px);
    }
}


.open-badge {
    position: absolute;
    right: 5%;
    bottom: -15%;
    width: clamp(110px, 22vw, 210px);
    height: clamp(110px, 22vw, 210px);
    z-index: 10;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.open-badge:hover {
    transform: scale(1.05) rotate(5deg);
    filter: brightness(1.1);
}

.open-badge:hover img {
    animation: pulse 1s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.open-badge div {
    position: relative;
    z-index: 20;
}

.open-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.open-badge .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    font-family: "Kaisei Tokumin", serif;
    font-size: clamp(16px, 3vw, 24px);
    line-height: 1.3;
    width: 100%;
}

.open-badge .big {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: bold;
}

@media (max-width:768px) {

    .open-badge .big,
    .open-badge .text-content {
        font-size: 14px;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.before-subtitle {
    color: #96153C;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.05rem;
}


.mar-3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}


.faq-main-header .section-title {
    color: #666666;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    padding: 0;
}

.faq-main-header .section-sub-title {
    color: #666666;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.section-sub-title {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 3rem;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    color: #666666;
}

.accent-band {
    background: linear-gradient(135deg, #96153C 0%, #B91C47 100%);
    padding: 0.8rem 0;
    position: relative;
    overflow: visible;
}

.accent-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.accent-image {
    position: absolute;
    top: -40px;
    max-width: 75px;
    height: auto;
    z-index: 10;
}

.accent-image img {
    width: 100%;
    height: auto;
    display: block;
}

.lead-section {
    padding: 4rem 0 0;
    background: url('towa-images/bg-towa.png') no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    min-height: 400px;
}

.lead-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

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

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

.lead-content p {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 2rem;
}

.features {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
    margin-top: 3rem;
    max-width: 830px;
}

.feature-item {
    text-align: center;
    flex: 1;
    padding: 1rem;
}

.feature-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-item h3 {
    color: #96153C;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "Kaisei Tokumin", serif;
}

.feature-item p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.8;
}

.gallery-section {
    padding: 5rem 0 0;
    overflow: hidden;
}

.gallery-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-slider {
    overflow: hidden;
    width: 100%;
}

.gallery-track {
    display: flex;
    width: calc(175px * 16);
    animation: slideGallery 60s linear infinite;
}

.gallery-slider {
    overflow: hidden;
    width: 100%;
    margin: 0rem auto 3rem;
}

.gallery-item {
    width: 175px;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s;
    display: block;
}

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

@keyframes slideGallery {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-175px * 8));
    }
}

.pricing {
    padding: 3rem 0 0;
    background-color: #FBF6EF !important;
    background-image:
        url('towa-images/bg-left-towa.png'),
        url('towa-images/bg-right-towa.png') !important;
    background-repeat: repeat-y, repeat-y !important;
    background-position: left top, right top !important;
    background-size: 33%, 22% !important;
    text-align: center;
}

.tokumin {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-family: "kaisei-tokumin", sans-serif;
    color: #8B7355;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 3rem;
    align-items: stretch;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

/* 一括予約セクション */

.reservation-title {
    font-family: "Kaisei Tokumin", serif;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
}


.reservation-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.reservation-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    background: white;
    color: #8B7355;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    gap: 1rem;
    min-width: 200px;
}

.reservation-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.reservation-btn i {
    font-size: 2rem;
    margin-bottom: 0;
}

.reservation-btn span {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.reservation-btn small {
    font-size: 0.9rem;
    opacity: 0.7;
}


.online-btn i {
    color: #2196F3;
}

/* プラン詳細セクション */
.plan-details-section {
    padding: 0;
}

/* プラン詳細用統一予約ボタン */
.plan-details-reservation {
    padding: 3rem 0;
    text-align: center;
    margin-top: 2rem;
}

.plan-details-reservation .reservation-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
    font-family: "Kaisei Tokumin", serif;
}

.plan-details-reservation .reservation-description {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 2rem;
}

.plan-details-reservation .reservation-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.plan-details-reservation .reservation-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 200px;
    padding: 1.2rem 2rem;
    background: white;
    color: #96153C;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.plan-details-reservation .reservation-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.plan-details-reservation .plan-details-reservation .online-btn i {
    color: #2196F3;
}

.plan-detail-card {
    background: white;
    border-radius: 15px;
    margin-bottom: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto 3rem;
}

.plan-detail-header {
    background: linear-gradient(135deg, #96153C 0%, #B91C47 100%);
    color: white;
    padding: 1rem 1.5rem;
    text-align: center;
}

.plan-detail-header h3 {
    font-family: "Kaisei Tokumin", serif;
    font-size: 1.3rem;
    margin: 0;
    color: white;
}

.plan-detail-content {
    padding: 2rem;
}

.plan-info {
    margin-bottom: 2rem;
}

.plan-info p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.plan-pricing-list {
    background: rgba(150, 21, 60, 0.02);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(150, 21, 60, 0.1);
}

.pricing-item:last-child {
    border-bottom: none;
}

.item-name {
    font-weight: 600;
    color: #333;
    font-family: "Kaisei Tokumin", serif;
}

.item-price {
    font-weight: bold;
    color: #96153C;
    font-size: 1.1rem;
}

.option-details {
    margin-bottom: 2rem;
}

.option-item {
    background: rgba(251, 246, 239, 0.5);
    border-radius: 12px;
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(150, 21, 60, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.option-item h4 {
    color: #96153C;
    font-family: "Kaisei Tokumin", serif;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid rgba(150, 21, 60, 0.2);
    padding-bottom: 1.3rem;
}

.option-item p {
    line-height: 1.7;
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    text-align: justify;
}

.option-item p:last-child {
    margin-bottom: 0;
}

.option-item strong {
    color: #96153C;
    font-weight: 600;
}

.plan-note {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #FFC107;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 0 8px 8px 0;
}

.plan-note p {
    margin: 0;
    color: #333;
    line-height: 1.6;
}

@media (max-width:768px) {
    .plan-note p {
        text-align: left;
    }
}

.plan-reservation {
    text-align: center;
}

.plan-reservation .reservation-btn {
    background: linear-gradient(135deg, #96153C 0%, #B91C47 100%);
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(150, 21, 60, 0.3);
    transition: all 0.3s ease;
}

.plan-reservation .reservation-btn:hover {
    background: linear-gradient(135deg, #B91C47 0%, #D42A1E 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(150, 21, 60, 0.4);
}

/* アコーディオンスタイル */
.policy-accordion,
.terms-accordion,
.faq-main-accordion {
    margin-bottom: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.policy-accordion-header,
.terms-accordion-header,
.faq-main-header {
    background: white;
    color: #666666;
    padding: 1rem 2rem;
    margin: 0;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 400;
    box-shadow: 0px 0px 0px 1px #ccc inset;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    text-align: left;
}

.policy-accordion-header:hover,
.terms-accordion-header:hover,
.faq-main-header:hover {
    background: #FDF5F6;
}

.policy-accordion-content,
.terms-accordion-content,
.faq-main-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.policy-accordion-content.active,
.terms-accordion-content.active,
.faq-main-content.active {
    max-height: 4000px;
    padding-top: 2rem;
}

.swiper-wrapper {
    height: auto;
}

.accordion-toggle {
    font-size: 1.1rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #fff;
}

.accordion-toggle.active {
    transform: rotate(45deg);
}

.main-toggle {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 展開式固定ナビゲーション */
.expandable-nav {
    position: fixed;
    bottom: 0%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 9999;
}

.nav-toggle-btn {
    background: url('towa-images/button-image.png');
    background-size: 180%;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    min-width: 110px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.nav-toggle-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.nav-toggle-btn:hover::before {
    left: 100%;
}

.nav-toggle-btn:hover {
    transform: translateY(-3px) scale(1.05);
}

.nav-toggle-btn.active {
    background: url('towa-images/button-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-icon {
    font-size: 1.3rem;
    transition: all 0.3s ease;
    transform-origin: center;
}

.nav-toggle-btn.active .nav-icon {
    transform: rotate(180deg);
}

.nav-label {
    font-size: 0.95rem;
    font-weight: 600;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.5px;
}

.nav-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 15px;
    min-width: 180px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(150, 21, 60, 0.1);
    box-sizing: border-box;
}

.nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    text-decoration: none;
    color: #333;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.nav-item:last-child {
    margin-bottom: 0;
}

.nav-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(150, 21, 60, 0.1) 0%, rgba(185, 28, 71, 0.1) 100%);
    transition: left 0.3s ease;
}

.nav-item:hover::before {
    left: 0;
}

.nav-item:hover {
    color: #96153C;
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(150, 21, 60, 0.2);
}

.nav-item i {
    font-size: 1.2rem;
    width: 22px;
    text-align: center;
    color: #96153C;
    transition: all 0.3s ease;
}

.nav-item:hover i {
    transform: scale(1.2);
}

.nav-item span {
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-family: "Kaisei Tokumin", serif;
}

/* キャンセルポリシー */
.cancellation-policy {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 3rem;
    background: rgba(251, 246, 239, 0.3);
    border-radius: 12px;
}

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

.policy-title {
    color: #666666;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.05rem;
    margin: 0;
}



.policy-text p {
    color: #666666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.policy-table {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    border: 1px solid rgba(150, 21, 60, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: white;
    max-width: 900px;
    margin: 0 auto;
}

.policy-item {
    display: contents;
}

.policy-period {
    color: #777;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    white-space: nowrap;
    padding: 1.5rem 2rem;
    border-right: 1px solid rgba(150, 21, 60, 0.1);
    border-bottom: 1px solid rgba(150, 21, 60, 0.1);
    text-align: center;
}

.policy-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(150, 21, 60, 0.1);
    width: 100%;
}

.policy-fee {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    /* margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; */
}

.policy-note {
    color: #888888;
    font-size: 0.8rem;
    white-space: normal;
    text-align: center;
}

.period-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.policy-note {
    color: #888888;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    white-space: normal;
}

.policy-fee {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 500;
}

.fee-free {
    color: #28a745;
    font-weight: bold;
}

/* レンタル規約スタイル */
.rental-terms-section.before {
    padding-bottom: 5rem;

}

.terms-title {
    color: #666666;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    font-family: "Kaisei Tokumin", serif;
    margin: 0;
}

.faq-title {
    color: #666666;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    font-family: "Kaisei Tokumin", serif;
    margin: 0;
}

.rental-terms-scrollbox {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 500px;
    overflow-y: auto;
    padding: 2rem;
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
}

.rental-terms-content h3 {
    color: #96153C;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #96153C;
    font-family: "Kaisei Tokumin", serif;
    text-align: center;
}

.rental-terms-content h3:first-child {
    margin-top: 0;
}

.rental-terms-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #333;
}

@media (max-width:768px) {

    .rental-terms-content p,
    .rental-terms-content li {
        font-size: 13px;
    }
}

.rental-terms-content ul,
.rental-terms-content ol {
    margin: 1rem 0 1rem 0rem;
    line-height: 1.8;
    font-size: 0.9rem;
}

.rental-terms-content li {
    margin-bottom: 0.5rem;
    color: #333;
    text-align: left;
}

.rental-terms-content ul li {
    color: #666;
    font-size: 0.95rem;
}

.list-marker {
    color: #96153C;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* スクロールバーのカスタマイズ */
.rental-terms-scrollbox::-webkit-scrollbar {
    width: 8px;
}

.rental-terms-scrollbox::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.rental-terms-scrollbox::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #96153C 0%, #B91C47 100%);
    border-radius: 4px;
}

.rental-terms-scrollbox::-webkit-scrollbar-thumb:hover {
    background: #7a0f2e;
}

.fee-percentage {
    color: #96153C;
    font-weight: bold;
}

.card-image {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-content {
    padding: 2rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: 100%;
    flex: 1;
}

/* .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(150, 21, 60, 0.2);
  } */
.pricing-card.featured {
    border: 2px solid #96153C;
    transform: scale(1.05);
}


.plan-name {
    font-weight: bold;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    font-family: "Kaisei Tokumin", serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666666;
    text-align: center;
    margin: 1rem 0 0.5rem 0;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
}

.plan-name .en {
    display: block;
    font-size: 0.9rem;
    color: #96153C;
    margin-top: 0.8rem;
    letter-spacing: 0.03em;
}

.plan-price-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    min-height: 60px;
}

.plan-price-main .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #96153C;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.02em;
    align-self: flex-end;
}

.plan-price-main .price .yen {
    font-size: 1.1rem;
    vertical-align: middle;
    letter-spacing: 0.01em;
    margin-right: 0.5rem;
}

.plan-price-main .per-person {
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    color: #666666;
    margin-top: 1.3rem;
}

.plan-price-main .tax-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    margin-top: 0.7rem;
}

.plan-price-main .tax-jp {
    font-size: 0.8rem;
    color: #96153C;
    font-family: "Kaisei Tokumin", serif;
    line-height: 1;
}

.plan-price-main .tax-en {
    font-size: 0.5rem;
    color: #96153C;
    font-family: "Kaisei Tokumin", serif;
    line-height: 1;
}

.detail-btn {
    background: url('towa-images/button-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.08rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.plan-note {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.2rem;
    text-align: center;
}

.cta {
    margin: 0rem auto 5rem;
    display: block;
    text-align: center;
    max-width: 800px;
}

.cta .detail-btn {
    background: url('towa-images/button-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Kaisei Tokumin", serif;
    letter-spacing: 0.05rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cta .detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}




.instagram-icon {
    margin-right: 0.5rem;
    vertical-align: middle;
}


.info-icon {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.reserve-icon {
    margin-right: 0.5rem;
    vertical-align: middle;

}



.howto-section {
    padding: 3rem 0;
    background: url('towa-images/grid-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.howto-swiper {
    max-width: 1110px;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .howto-swiper {
        max-width: 1110px;
    }
}

.swiper-wrapper {
    display: flex;
    max-height: 640px;
}

.swiper-slide {
    height: auto;
    max-height: 640px;
    width: 350px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #E8B4B8 !important;
    background: rgba(255, 255, 255, 0.9);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: -25px;
    z-index: 1000;
}

@media (max-width:768px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: 80% !important;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 1);
    color: #D4A5A5;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
}

.swiper-button-prev {
    left: -40px !important;
}

.swiper-button-next {
    right: -40px !important;
}

@media (max-width: 1023px) {
    .swiper-button-prev {
        left: 10px !important;
    }

    .swiper-button-next {
        right: 10px !important;
    }
}


.swiper-pagination {
    position: relative !important;
    margin-top: 2rem;
}

.swiper-pagination-bullet {
    background: #E8B4B8;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E8B4B8;
}

.step {
    text-align: left;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 410px;
    max-height: 410px;
}

.step-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.step-number {
    font-size: 2rem;
    font-weight: bold;
    color: #E8B4B8;
    font-family: "Zen Maru Gothic", sans-serif;
}

.step h3 {
    color: #8B7355;
    font-size: 1.2rem;
    line-height: 1.4;
    font-family: "Kaisei Tokumin", serif;
    margin: 0;
}

.step p {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.step p strong {
    text-align: center;
    display: block;
}

.center-note {
    text-align: center;
    display: block;
}

.step-image {
    padding-top: 0;
}

.step-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.faq-section {
    padding: 3rem 0 0;
    background-color: #FBF6EF !important;
    background-image: url(towa-images/bg-left-towa.png), url(towa-images/bg-right-towa.png) !important;
    background-repeat: repeat-y, repeat-y !important;
    background-position: left top, right top !important;
    background-size: 33%, 22% !important;
}



.faq-category {
    margin-bottom: 3rem;
}

.faq-category-title {
    color: #8B7355;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2.2rem;
    margin-top: 4rem;
    text-align: center;
    font-family: "Kaisei Tokumin", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.faq-icon {
    flex-shrink: 0;
}

.faq-item {
    margin-bottom: 1rem;
    border-radius: 3px;
    overflow: hidden;
}

.faq-question {
    background: white;
    color: #666666;
    padding: 1rem 2rem;
    margin: 0;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 400;
    box-shadow: 0px 0px 0px 1px #ccc inset;
    border-radius: 3px;
    font-size: 1rem;
    font-family: "Kaisei Tokumin", serif;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.faq-first {
    margin-top: 1rem;
}

.faq-toggle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #96153C;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-family: monospace;
    width: 1.2rem;
    text-align: center;
    transform: rotate(0deg);
}

.faq-question.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-question:hover {
    background: #FDF5F6;
}

.faq-question.active {
    font-weight: 400;
}

.faq-answer {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    padding: 2rem;
    max-height: 2000px;
}

.faq-answer p {
    line-height: 1.8;
    color: #666666;
    text-align: left;
}

.swiper-pagination {
    margin-top: 4rem;
}

.google-map {
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.google-map iframe {
    display: block;
}

.contact-info-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin-bottom: 1rem;
}

.logo-section {
    flex-shrink: 0;
}

.contact-info {
    flex: 1;
    text-align: left;
}

.contact {
    padding: 5rem 0 2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('towa-images/towa-slide2.webp') no-repeat center center;
    background-size: cover;
    width: 100%;
}

.contact .box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem;
}

.box {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo {
    max-width: 180px;
    height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

    /* 全体的な調整 */
    .container {
        padding: 0 1rem;
    }

    /* ヒーローセクション */
    .hero-section {
        height: clamp(300px, 50vw, 400px);
    }

    .hero-logo {
        left: 1rem;
        top: 2rem;
        max-width: 200px;
    }


    /* セクションタイトル */
    .section-title {
        font-size: 26px;
        margin-bottom: 0;
    }

    .section-sub-title {
        font-size: 9px;
        margin-bottom: 2rem;
    }

    /* リードセクション */
    .lead-section {
        min-height: auto;
        padding: 3.5rem 0 0;
        background: url(https://stg-redtokyotower.tokyo-esports-gate.co.jp/wp-content/themes/2024red_theme/towa-images/bg-towa.png) repeat center center;
        background-size: 150%;

    }

    .lead-content p {
        font-size: 13px;
        line-height: 2;
        letter-spacing: -0.06rem;
        margin-bottom: 4rem;
    }

    .plan-info p {
        font-size: 13px;
        text-align: left;

    }

    .pricing {
        padding: 4rem 0 0;
        background-size: 60%, 55% !important;

    }

    .card-content {
        padding: 1rem 1rem 2rem;
    }


    /* アクセント帯 */
    .accent-band {
        padding: 0.5rem 0;
    }

    .accent-image {
        top: -30px;
        max-width: 60px;
    }

    /* 特徴セクション */
    .features {
        flex-direction: column;
        gap: 1.5rem;
    }

    .feature-item {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        padding: 0;
        text-align: left;
    }

    .feature-item .text-content {
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }

    .feature-icon {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        margin: 0;
    }

    .feature-item h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .feature-item p {
        font-size: 13px;
        line-height: 1.8;
    }

    /* 料金表 */
    .pricing-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .pricing-card {
        margin: 0 1rem auto;
    }


    .plan-description {
        font-size: 13px;
    }

    .plan-name {
        font-size: 16px;
    }

    .plan-price-main {
        gap: 0.5rem;
    }

    .plan-price-main .price {
        font-size: 1.5rem;
    }

    /* ご利用方法 */
    .howto-swiper {
        max-width: 100%;
        padding: 0;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .step {
        text-align: center;
        width: 100%;
        min-height: auto;
        padding: 1rem;
        margin: 0;
        min-height: 340px;
        max-height: 340px;
    }

    .step-header {
        gap: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .step-number {
        font-size: 1.8rem;
    }

    .step h3 {
        font-size: 1rem;
    }

    .step p {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .step-image {
        margin-top: 1rem;
    }

    /* ギャラリー */
    .gallery-item {
        width: 135px;
        height: 150px;
    }

    .gallery-track {
        width: calc(135px * 16);
        animation: slideGallery 60s linear infinite;
    }

    @keyframes slideGallery {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-135px * 8));
        }
    }

    /* FAQ */
    .faq-question {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .faq-answer {
        padding: 0 0.5rem;
    }

    .faq-answer.active {
        padding: 1.5rem 0.5rem;
    }

    .faq-answer p {
        font-size: 0.85rem;
        line-height: 1.6;
    }

    /* お問い合わせ */
    .contact {
        padding: 3rem 0;
    }

    .contact .box {
        padding: 0 1.5rem;
    }

    .box {
        padding: 1.5rem;
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .contact-info-container {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    /* 一括予約セクション（レスポンシブ） */
    .reservation-title {
        font-size: 2rem;
    }

    .reservation-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .reservation-btn {
        min-width: 200px;
        padding: 1.5rem 2rem;
        gap: 0.8rem;
    }

    /* アコーディオンボタン（レスポンシブ） */
    .policy-accordion,
    .terms-accordion,
    .faq-main-accordion {
        margin: 1rem;
    }

    .policy-accordion-header,
    .terms-accordion-header,
    .faq-main-header {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
        background: white;
        color: #666666;
        box-shadow: 0px 0px 0px 1px #ccc inset;
        border-radius: 3px;
    }

    .accordion-toggle {
        font-size: 1rem;
    }

    /* 展開式ナビゲーション（レスポンシブ） */
    .expandable-nav {
        bottom: 0%;
        right: 20px;
        transform: translateY(-50%);
    }

    .nav-toggle-btn {
        padding: 12px 16px;
        min-width: 100px;
    }

    .nav-label {
        font-size: 0.85rem;
    }

    .nav-menu {
        min-width: 160px;
        right: 0;
        padding: 1.2rem;
    }

    .nav-item {
        padding: 12px 16px;
        gap: 10px;
        margin-bottom: 6px;
    }

    .nav-item i {
        font-size: 1.1rem;
        width: 20px;
    }

    .nav-item span {
        font-size: 0.85rem;
    }


    /* プラン詳細セクション（レスポンシブ） */
    .plan-details-section {
        padding: 3rem 0;
    }

    /* プラン詳細用統一予約ボタン（レスポンシブ） */
    .plan-details-reservation {
        padding: 2rem 0;
    }

    .plan-details-reservation .reservation-title {
        font-size: 1.5rem;
    }


    .plan-details-reservation .reservation-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .plan-details-reservation .reservation-btn {
        width: 100%;
        max-width: 300px;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        flex-direction: column;
    }

    .plan-detail-header {
        padding: 0.8rem 1rem;
    }

    .plan-detail-header h3 {
        font-size: 1.1rem;
    }

    .plan-detail-content {
        padding: 1.5rem 1rem;
    }

    .plan-pricing-list,
    .option-item {
        padding: 1.2rem;
    }

    .option-item h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .option-item p {
        font-size: 13px;

        line-height: 1.6;
        text-align: left;
    }

    .pricing-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .item-price {
        font-size: 1rem;
    }

    .plan-reservation .reservation-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .logo {
        max-width: 150px;
    }

    .cta .detail-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        white-space: nowrap;
        width: auto;
        min-width: auto;
    }

    /* キャンセルポリシー（スマホ） */
    .cancellation-policy {
        margin-top: 2rem;
    }



    .policy-content {
        border-bottom: none;
        padding: 0.5rem 2rem;
    }

    .policy-text {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .policy-table {
        border-radius: 6px;
    }

    .policy-cell {
        padding: 0.8rem;
    }

    .policy-table {
        display: block;
        border: none;
        background: none;
    }

    .policy-item {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid rgba(150, 21, 60, 0.1);
        border-radius: 6px;
        background: white;
        padding: 1rem;
    }

    .policy-period {
        border: none;
        padding: 0;
        margin-bottom: 0.5rem;
        text-align: left;
        white-space: normal;
    }

    .policy-fee {
        border: none;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .policy-note {
        grid-column: auto;
        padding: 0;
        margin-top: 0.5rem;
        border: none;
    }

    .policy-period {
        font-size: 0.85rem;
    }

    .policy-note {
        font-size: 0.75rem;
    }

    .policy-fee {
        font-size: 0.85rem;
    }



    .google-map {
        margin: 0.8rem 0;
    }

    .google-map iframe {
        height: 150px;
    }


    .scroll-nav.prev {
        left: 5px;
    }

    .scroll-nav.next {
        right: 5px;
    }
}





/* コンタクトフォーム見た目用 */
.contact-section {
    padding: 5rem 0;
}

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

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #96153C;
}

.submit-button {
    width: 100%;
    background: #96153C;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #7a112f;
}

.contact-message {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    text-align: center;
}

.contact-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.google-map {
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.google-map iframe {
    display: block;
}

.contact-info-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin-bottom: 1rem;
}

.logo-section {
    flex-shrink: 0;
}

.contact-info {
    flex: 1;
}



.contact .box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem;
}

.box {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.logo {
    max-width: 180px;
    height: auto;
}