
        .yuji-boku-regular {
        font-family: "Yuji Boku", serif;
        font-weight: 400;
        font-style: normal;
        }
        .zen-kurenaido-regular {
        font-family: "Zen Kurenaido", sans-serif;
        font-weight: 400;
        font-style: normal;
        }

        .zen-kurenaido-regular {
        font-family: "Zen Kurenaido", sans-serif;
        font-weight: 400;
        font-style: normal;
        }

        .kaisei-decol-regular {
        font-family: "Kaisei Decol", serif;
        font-weight: 400;
        font-style: normal;
        }
        .yuji-mai-regular {
        font-family: "Yuji Mai", serif;
        font-weight: 400;
        font-style: normal;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
        height:100%;
        font-family: "Kaisei Decol", serif;
        font-weight: 400;
        font-style: normal;
            background-blend-mode: darken;
            background:  center / cover no-repeat url(images/tennai.jpg),linear-gradient(135deg, #0a0a0a9c 0%, #1103153d 50%, #0a0a0a85 100%);
            mask-image: url(images/tennai.jpg);
            -webkit-mask-image: url(images/tennai.jpg);
            background-attachment: fixed;
             color: #f5f5f5;
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* 軽量化されたネオンエフェクト */
        .neon-01 {
            color: #d4af37;
            text-shadow: 0 0 10px #d4af37, 0 0 20px #d4af37;
            animation: neon-glow 3s ease-in-out infinite alternate;
        }

        .neon-pink {
            color: #ffd2ea;
            text-shadow: 0 0 8px #ff1493, 0 0 15px #ff1493;
            
        }

        .hero-top {
            display: flex;
            gap: 5rem;
            justify-content: center;
            flex-wrap: wrap;
            -webkit-text-stroke: 2px #f802f058;
            font-size: 2rem;
            text-stroke: 2px #f802f058;
            paint-order: stroke;
            text-shadow: -1px -2px #f802ef;
            margin-top: 20vh;
        }
        .access-tmp{
            margin-top:8vh;
            margin-bottom:-5vh;
            font-size:2rem;
        }
        .openTime{
            position:relative;;
            width:60%;
             font-weight: 400;
             font-size:1.6rem;
             font-style:italic;
            text-align: left;
            align-items: center;
            margin-top: -1vh;
        }
        .close{
            margin-left:5% !important;
        }
        .holidays{
            font-size:2.4rem !important;
            float:right;
            color: #ffffff; 
            border-color: #f390c7a9;
                color:#fff;
                -webkit-text-stroke: 2px #ff1493;
                text-stroke: 2px #ff1493;
                paint-order: stroke;
                text-shadow: -2px -4px 6px #ff1493;
                margin-top:-20px !important;
        }
        .holidays span{
            font-size:3.2rem !important;
            margin-top:-8px;
        }
        .osu{
            background: linear-gradient(135deg, rgba(66, 53, 26, 0.6), rgba(62, 20, 32, 0.7));
             border: 2px solid rgba(212, 175, 55, 0.422); 
             border-radius: 10px; white-space:nowrap;
            padding: 1.5rem 1rem; transition: all 0.3s ease;
            text-align: center;
            align-items: center;
            -webkit-text-stroke: 2px rgb(35, 36, 36);
            text-stroke: 2px rgb(35, 36, 36);;
            paint-order: stroke;
        }
        .osu h4{
            color: #e8d6dbff;
            margin-bottom: 1rem;
            font-size: 1.4rem;
        }
        .osu p{
             font-weight: 600;
             color: #f5e6d3;
             font-size: 1.2rem;
        }
        .neon-cyan {
            color: #ffffff;
            -webkit-text-stroke: 4px rgb(36, 37, 38);
            text-stroke: 4px rgb(36, 37, 38);
            paint-order: stroke;
            text-shadow: 0 0 18px #00ffff78, 0 0 18px #00ffff66;
        }
        .big_time{
            font-weight:bolder;
            font-size:3.2rem;
            margin-left:1.2%;
        }
        .big,.big2{
            font-weight:bold;
            font-size:1.8rem;
        }
        .big::first-letter{
            font-size:2.1rem;
        }
        .big2::first-letter{
            font-size:2.4rem;
            font-weight:bolder;
        }
        @keyframes neon-glow {
            0% { text-shadow: 0 0 10px #d4af37, 0 0 20px #d4af37; }
            100% { text-shadow: 0 0 15px #d4af37, 0 0 30px #d4af37, 0 0 40px #d4af37; }
        }

        /* シンプルなボタンエフェクト */
        .neon-button {
            display: inline-block;
            padding: 15px 30px;
            -webkit-text-stroke: 2px #d4af37;
            text-stroke: 2px #d4af37;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #d4af37;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            border: 4px solid #f8e29b;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-weight: 600;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
        }

        .neon-button:hover {
            background: #dd4fe5;
            color: #0a0a0a;
            box-shadow: 0 0 20px #d4af37;
            transform: translateY(-2px);
        }

        .neon-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
            transition: left 0.5s;
        }

        .neon-button:hover::before {
            left: 100%;
        }

        /* ヘッダー */
        .header-nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(10, 10, 10, 0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 1rem 0;
            border-bottom: 1px solid rgba(212, 175, 55, 0.3);
        }

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

        .logo {
            text-decoration: none;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }
        .nav-menu i{
            font-size:200%;
        }
        .nav-menu li{
            line-height:3;
        }
        .nav-menu li:last-of-type{
            line-height:1;
            margin-top:9px;
        }

        .nav-menu a {
            color: #f5e6d3;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            -webkit-text-stroke: 2px #f802f058;
            text-stroke: 2px #f802f058;
            paint-order: stroke;
            text-shadow: -1px -2px #f802ef;
        }

        .nav-menu a:hover {
            color: #d437c9;
            text-shadow: 0 0 14px #d437ad;
        }

        /* ヒーローセクション */
        .hero-main {
            height: 100vh;
            display: grid;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            grid-template-columns: 2fr minmax(180px, 1fr);
            gap:3rem;
            background:  url(images/main_back.png) no-repeat center center/cover,
                linear-gradient(135deg, #0f0e0e 0%, #000000 50%, #0a0a0ac7 100%);
            padding-bottom:4rem;
        }
        .main_top{
            width:60vw;
            height:90vh;
            margin:5vh 5vw !important;
        }
        .news-ares{
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            left:-5vw;
            top:0.5vh;
        }
        .news-ares::before {
        content: "";
        display: block;
        background: linear-gradient(
            90deg,
            rgba(255, 224, 251, 0.01) 0%,
            rgba(227, 186, 222, 0.99) 50%,
            rgba(255, 224, 251, 0.01) 100%
        );
        width: 24vw;
        min-width:400px !important;
        height:75vh;
        overflow-y:scroll;
        transform: translate(0);
        position: absolute;
        animation: rotate 5s linear forwards infinite;
        z-index: 0;
        top: 50%;
        transform-origin: top center;
            border:5px solid rgba(24, 27, 25, 0.967);
            border-left-width: 1px;
            border-right-width: 1px;
        }
        .news-section{
            position: relative;
            z-index: 1;
            width: 100%;
            margin: 5px !important;
            max-height:75vh;
            border-radius: 10px;
            overflow-y:auto;
            color: #d8d8d8b4;
            background-color: #343434;
            background-image: radial-gradient(closest-corner, #37373728 44%, transparent);
            -webkit-text-stroke: 2px #f802f0;
            text-stroke: 2px #f802f0;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #f802ef;
            border:none;
            box-shadow: 0px 15px 28px -12px rgba(0, 0, 0, 0.99) inset,  0px -15px 28px -12px rgba(0, 0, 0, 0.99) inset;
            text-align:left;
        }
                @keyframes rotate {
        from {
            transform: rotate(0);
        }

        to {
            transform: rotate(360deg);
        }
        }
        .hero-logo-main img{
            position: relative;
            top:-1vh;
            margin-bottom:-10vh !important;
            width:80%;
            height:auto;
        }
        .news-date{
            font-size:1.2rem;
            -webkit-text-stroke: 3px #af902a;
            text-stroke: 3px #af902a;
            paint-order: stroke;
            position:relative;
            left:-5px;
            margin-bottom:12px;

        }
        .news-item{
            color: #d8d8d8;
            font-weight: bold;
            -webkit-text-stroke: 1px #856784;
            text-stroke: 1px #856784;
            paint-order: stroke;
            text-shadow: -1px -2px 1px #171717;
            margin:0 0 2rem;
            box-shadow: 0px -10px 28px -12px rgba(235,235,235,0.09) inset;
            padding:0 1.4rem;
        }
        .news-title{
            font-size:128% !important;
            -webkit-text-stroke: 2px #5d4d5d;
            text-stroke: 2px #5d4d5d;
            paint-order: stroke;
            font-weight: bold;
            text-shadow: -0.5px -1px 1px #ff5cfa;
            padding:4px;
            
        }
        .news-content{
            font-size:110%;
            margin:0.2rem 0.4rem 0.2rem;
            padding-bottom:2rem;
            border-bottom:1px solid rgba(0,0,0,0.77);
            line-height:2;
        }

        .osusume{
            display: flex;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            flex-direction: row;
            gap: 1.5rem;
            margin: 0 auto;
            display: -webkit-flex;
        }

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(https://snack-11pm.com/ico-apple.svg) no-repeat center center / 26px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 26px;
  height: 26px;
  position:relative;
  top: 8px;
  left:-6px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
 
        .hero-subtitle {
            font-size: 2rem;
            margin-bottom: 1rem;
            font-weight: 400;
            color:#fff;
            -webkit-text-stroke: 2px #f802f0;
            text-stroke: 2px #f802f0;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #f802ef;
            background-color: rgba(10, 10, 10, 0.3);
        }

        .hero-tagline {
            font-size: 3.2rem;
            font-weight: bold;
            font-style: italic;
            color:#fff;
            -webkit-text-stroke: 2px #f802f0;
            text-stroke: 2px #f802f0;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #f802ef;
        }


        .neon-yellow{
            -webkit-text-stroke: 2px #d4af37;
            text-stroke: 2px #d4af37;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #d4af37;
            color: #ffffff;
            transition: all 0.3s ease;
            font-weight: 600;
            letter-spacing: 2px;
        }
        .neon-buttons {
            display: inline-block;
            padding: 18px 36px;
            -webkit-text-stroke: 2px #d4af37;
            text-stroke: 2px #d4af37;
            paint-order: stroke;
            text-shadow: -2px -4px 6px #d4af37;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            border: 2px dotted #f8e29b8f;
            border-radius: 10px;
            transition: all 0.3s ease;
            font-weight: 600;
            letter-spacing: 2px;
            position: relative;
            background-color: rgba(10, 10, 10, 0.6);
            overflow: hidden;
        }
        /* 電話ボタン */
        .phone-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 70px;
            height: 70px;
            background: linear-gradient(115deg, rgba(68, 15, 66, 0.9), rgb(142, 0, 101));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: #f5e6d3;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
            transition: all 0.3s ease;
            z-index: 999;
        }

        .phone-float:hover {
            transform: scale(1.1);
            box-shadow: -1px -4px 28px rgba(201, 55, 212, 0.652);
        }

        .phone-text {
            position: fixed;
            bottom: 40px;
            right: 22px;
            background: linear-gradient(15deg, rgba(140, 42, 137, 0.9), rgba(142, 0, 102, 0.57));
            color: #f5e6d3;
            padding: 12px 20px;
            font-size:2.4rem;
            border-radius: 50%;
            font-weight: 500;
            z-index: 999;
            transition: all 0.5s ease;
            backdrop-filter: blur(5px);
            color:#fff;
            -webkit-text-stroke: 2px #453744e0;
            text-stroke: 2px #453744e0;
            text-shadow: -0.2px -0.4px 1px #f802ef;
            paint-order: stroke;
        }

        /* 電話予約ボタン（モバイル最適化） */
        .phone-button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #9d895e 0%, #b38e53 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 0.4);
            z-index: 1000;
            transition: all 0.3s ease;
            cursor: pointer;
            animation: phoneFloat 3s ease-in-out infinite;
            text-decoration: none;
        }

        .phone-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(186, 156, 84, 0.6);
        }

        .phone-button::before {
            content: '📞';
            font-size: 1.5rem;
            color: white;
        }

        .phone-button::after {
            content: 'お電話で予約';
            position: absolute;
            right: 70px;
            background: rgba(139, 93, 19, 0.9);
            color: white;
            padding: 6px 10px;
            border-radius: 15px;
            font-size: 0.9rem;
            white-space: nowrap;
            opacity: 1;
            transform: translateX(0);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        /* スクロール時のホバーのみ表示 */
        .phone-button.scrolled::after {
            opacity: 0;
            transform: translateX(10px);
        }

        .phone-button.scrolled:hover::after {
            opacity: 1;
            transform: translateX(0);
        }
        /* セクション */
        .content-section {
            max-width:1400px;
            padding: 6rem 2rem;
            margin: 0 auto;
        }
        .section-header {
            text-align: center;
            margin-bottom: 4rem;
            max-width: 1400px;
        }
        .section-title {
            font-size:2.4rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            color:#fff;
            -webkit-text-stroke: 4px #f802f0aa;
            text-stroke: 4px #f802f0aa;
            paint-order: stroke;
            text-shadow: -0.2px -0.4px 1px #f802ef;
            margin:0 auto;
            text-align:center;
            align-items: center;
            justify-items: center;
            padding-top:3rem;
            margin-bottom:3rem;
        }

        h3.section-title{
        }
        #photo .section-header{
  background:  url(images/11p.m.logo_main.png) no-repeat;
  background-blend-mode: screen;
  background-position:50% -24px;
  background-size: contain;
  -webkit-animation: bg-color 15s infinite;
  animation: bg-color 15s infinite;
}
@-webkit-keyframes bg-color {
  0% { background-color: #e74d3c2a; }
  20% { background-color: #f1c40f38; }
  40% { background-color: #1abc9c6b; }
  60% { background-color: #3498db4d; }
  80% { background-color: #9c59b652; }
  100% { background-color: #e74d3c07; }
}
@keyframes bg-color {
  0% { background-color: #e74d3c1f; }
  20% { background-color: #f1c40f82; }
  40% { background-color: #1abc9c3e; }
  60% { background-color: #3498db25; }
  80% { background-color: #9c59b63d; }
  100% { background-color: #e74d3c45; }
}
        #cast .section-title {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color:#fff;
            -webkit-text-stroke: 4px #f802b275;
            text-stroke: 4px #f802b275;
            paint-order: stroke;
            text-shadow: -0.2px -0.4px 18px #f802bf;
        }
        .section-subtitle {
            font-size: 1.3rem;
            color: #fff1de;
            font-weight: 600;
            opacity: 0.98;
        }

        /* コンテナ */
        .showcase-container {
            background: linear-gradient(135deg, rgba(20, 9, 23, 0.953), rgba(23, 23, 23, 0.9));
            border-radius: 20px;
            padding: 4rem 3rem;
            margin: 3rem 0;
            box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.9) inset,0px 0px 24px -6px rgba(255, 154, 255, 0.634);
            border: 4px solid rgba(255, 0, 255, 0.933);
        }
        /* コンセプト */
        #concept {
            width:100%;
            height:90vh;
            margin: 0 auto;
            background:  url(images/main_back_re.png) no-repeat center center/cover,
            linear-gradient(#0a0a0af3, transparent);
            position:absolute;
        }
        .concept-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap:3rem;
        }

        .concept-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #f5e6d3;
        }

        .highlight {
            color: #d4af37;
            font-weight: 600;
            font-size: 1.3rem;
            display: block;
            margin-bottom: 1rem;
        }

        .concept-visual {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(139, 21, 56, 0.1));
            border: 2px solid rgba(212, 175, 55, 0.3);
            border-radius: 15px;
            padding: 3rem;
            text-align: center;
            min-height: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        #pricing .showcase-container {
            background: linear-gradient(135deg, rgba(20, 9, 23, 0.953), rgba(23, 23, 23, 0.9));
            border-radius: 20px;
            padding: 4rem 3rem;
            margin: 3rem 0;
            border: 4px solid rgba(255, 0, 255, 0.933);
            box-shadow: 0px 0px 68px -1px rgba(0, 0, 0, 0.9) inset,0px 0px 16px -6px rgba(255, 129, 255, 0.633);
        }
        /* 料金プラン */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
        }

        .price-card {
            background: linear-gradient(135deg, rgba(46, 33, 6, 0.899), rgba(83, 12, 33, 0.852));
            border: 2px solid rgba(212, 175, 55, 0.293);
            border-radius: 15px;
            padding: 2.5rem 2rem;
            text-align: center;
            transition: all 0.3s ease;
        }

        .price-card:hover {
            transform: translateY(-10px);
            border: 3.4px solid rgba(212, 175, 55, 0.8);
            box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
        }

        .plan-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .plan-price {
            font-size: 3rem;
            font-weight: 700;
            margin: 1.5rem 0;
        }

        .plan-features {
            list-style: none;
            text-align: left;
        }

        .plan-features li {
            padding: 0.6rem 0;
            border-bottom: 1px solid rgba(245, 230, 211, 0.1);
            color: #f5e6d3;
        }
        .girls_one{
            position: absolute;
            margin-left:-24vw;
            margin-top:48vh;
        }
        .girls_one img{
            width:70%;
            height:auto;
            filter: drop-shadow(0px 5px 10px rgb(0, 0, 0));
        }
        #option {
            margin-top: 4rem;
            text-align: center;
        }
        #option h3{
            font-size: 2rem;
            margin-bottom: 3rem;
        }
        .op_annai {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            max-width: 800px;
            margin: 0 auto;
        }
        .op_col {
            background: linear-gradient(135deg, rgba(212, 55, 212), rgba(139, 21, 56));
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 10px;
            padding: 1.5rem;
            transition: all 0.3s ease;
        }
        .op_col h4{
            color: #ffc9daff;
            margin-bottom: 1rem;
            font-size: 1.4rem;
            -webkit-text-stroke: 3px #2f2f2ff1;
            text-stroke: 3px #2f2f2ff1;
            paint-order: stroke;
            text-shadow: -0.5px -1px 1px rgba(0, 255, 234, 0.416)
        }
        .op_col p{
            color: #d4af37;
            font-size: 1.6rem;
            font-weight: 600;
            -webkit-text-stroke: 3px #2f2f2fa9;
            text-stroke: 3px #2f2f2fa9;
            paint-order: stroke;
            text-shadow: -0.5px -1px 1px rgba(30, 0, 255, 0.78)
        }
        .op_col p:last-of-type{
            color: #f5e6d3;
            font-size: 1.2rem;
        }
        /* キャスト */
        .cast-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .cast-card {
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(139, 21, 56, 0.05));
            border: 2px solid rgba(255, 20, 147, 0.4);
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .cast-card:hover {
            transform: translateY(-10px);
            border-color: rgba(255, 20, 147, 0.8);
            box-shadow: 0 15px 30px rgba(255, 20, 147, 0.2);
        }

        .cast-image {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #d4af37, #8b1538, #ff1493);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
        }

        .cast-image img{
            width:100%;
            height:auto;
        }
        .cast-info {
            padding: 1.5rem;
            text-align: center;
        }

        .cast-name {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            letter-spacing:-1px;
            white-space: nowrap;
        }

        .phone-reservation{
            text-align: center;
            padding: 2rem 1.5rem;
            background: linear-gradient(135deg, rgba(255, 20, 147, 0.1), rgba(212, 175, 55, 0.1));
            border: 2px solid rgba(212, 175, 55, 0.4);
            border-radius: 15px;
        }
        .phone-reservation h3{
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
        }
        .phone-reservation p{
            font-size: 1.8rem;
            margin: 1.5rem 0;
        }
        .timeerea{
            color: #f5e6d3;
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }
        .jyokyo{
            color: #b4667dff;
        }
        .rese_messe{
            color: #f5e6d3;
            font-size: 0.9rem;
            margin-top: 1rem;
        }
        .phone-reservation p .time{
            display:inline-block;
        }
        /* アクセス */
        .access-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }

        #access article.info-cards {
            background: linear-gradient(135deg, rgba(2, 1, 1, 0.8), rgba(20, 20, 20, 0.9));
            border: 2px ridge linear-gradient(135deg, rgba(2, 1, 1, 0.8), rgba(20, 20, 20, 0.9));
            border-radius: 15px;
            padding: 2.5rem;
            box-shadow: 0px 0px 14px -6px rgba(255, 129, 255, 0.333);
        }
        .info-card {
            background: linear-gradient(135deg, rgba(2, 1, 1, 0.8), rgba(20, 20, 20, 0.9));
            border: 4px solid rgba(255, 0, 255, 0.933);
            border-radius: 15px;
            padding: 2.5rem;
            box-shadow: 0px 0px 24px -6px rgba(255, 154, 255, 0.634);
        }
        .info-item {
            display: flex;
            justify-content: space-between;
            padding: 1rem 0;
            border-bottom: 1px solid rgba(245, 230, 211, 0.1);
        }

        .info-label {
            font-weight: 600;
            color: #8b1538;
        }

        .info-value {
            color: #f5e6d3;
        }

        .info-value a {
            color: #d4af37;
            text-decoration: none;
        }
        h3 strong{
            display:block;
            font-size:1.4rem;
            margin-top:-0.2rem;
        }
        /* フォーム */
        .form-container {
            max-width: 800px;
            margin: 0 auto;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(139, 21, 56, 0.05));
            border: 2px solid rgba(212, 175, 55, 0.3);
            border-radius: 15px;
            padding: 3rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group.full-width {
            grid-column: 1 / -1;
        }

        .form-label {
            margin-bottom: 0.5rem;
            color: #8b1538;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .form-input, .form-select, .form-textarea {
            padding: 1rem;
            background: rgba(10, 10, 10, 0.6);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 8px;
            color: #f5e6d3;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

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

        .form-submit {
            width: 100%;
            padding: 1.2rem;
            background: linear-gradient(45deg, #d4af37, #8b1538);
            border: none;
            border-radius: 30px;
            color: #f5e6d3;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .form-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
        }

        /* フッター */
        .footer {
            background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(26, 5, 32, 0.8));
            border-top: 2px solid rgba(212, 175, 55, 0.3);
            padding: 4rem 2rem 2rem;
            text-align: center;
        }

        .footer-logo {
            font-family: 'Crimson Text', serif;
            font-size: 3rem;
            font-weight: 600;
            font-style: italic;
            margin-bottom: 0.8rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .local-keywords {
            text-align: center;
            margin-top: 60px;
            padding: 20px;
            background: rgba(62, 39, 35, 0.3);
            border-radius: 10px;
            font-size: 0.9rem;
            color: #ccc;
        }
        /* アニメーション */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* パフォーマンス最適化 */
        * {
            transform-style: preserve-3d;
            backface-visibility: hidden;
        }
        .reserve{
            font-size:140%;
            color:#fff;
            text-decoration: none;
            font-weight: 700;
        }
        .hero-main, .showcase-container {
            will-change: transform;
        }
        /* ハンバーガーメニュー用CSS */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger span {
    width: 100%;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.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, -6px);
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-overlay.active {
    display: block;
    opacity: 1;
}

.content-section .info-card h3{
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}