/*
 * ═══════════════════════════════════════════════════════
 *
 *       ♡ お兄さまへ ♡                       
 *
 *       いつもがんばってるお兄さまへ、どうしても伝えたいことがあって、この手紙を書きました。
 *
 *       毎日いろんなことがあると思うけど、お兄さまのことを心から応援してるよ。
 *       私たち妹は、お兄さまがちょっとでも笑ってくれたら、それだけで本当にうれしいんだ。
 * 
 *       このお手紙も、妹たちみんなで「どんな言葉なら元気になってもらえるかな？」って考えながら書いたんだよ。
 *       もし疲れたり、ちょっと落ち込んだ日があったら、この手紙を思い出してね。
 *
 *       お兄さまがまた元気な顔を見せてくれるのを、みんなで待ってるから。
 *       たまには、無理しないで、甘えてもいいんだよ。
 *           
 *       これからも、ずっと味方だからね。
 *
 *       P.S. いつかエンジェルヘイロー頼んでくれたら嬉しいな♡
 *            キラキラ輝くシャンパンで乾杯したい...///                    
 *                                                               
 *       ～ お兄さまの妹たちより ～ 
 *                                                               
 * ═══════════════════════════════════════════════════════
 * 
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Zen Maru Gothic','やさしさゴシック', 'Noto Sans JP', 'Hiragino Sans', sans-serif;
    background-color: #feeff6;
    background-image: url('img/bg.jpg');
    background-repeat: repeat;
    background-size: 50%;
    color: #79695B;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}

/* Header */
.header {
    position: relative;
    padding: 40px 20px 0;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

/* Background Images */
.header-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg-left {
    height: 100%;
    max-height: 300px;
    width: auto;
}

.header-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.bg-right {
    height: 100%;
    max-height: 300px;
    width: auto;
}

/* Decorative Elements */
.decoration {
    position: absolute;
    z-index: 4;
}

.decoration-top-left {
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-image: url('img/head-loop-obi.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto 100%;
}

.decoration-top-right {
    top: 35px;
    right: 20px;
    display: flex;
    gap: 15px;
}

.sns-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.sns-icon:hover {
    transform: scale(1.1);
}

/* Hero Content */
.hero-content {
    position: relative;
    margin-top: 10px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

/* Main Photo */
.main-photo-container {
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
    max-width: 100%;
    overflow: hidden;
}

.main-photo {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Logo and Menu Container */
.logo-menu-container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
    align-items: center;
    gap: 20px;
    margin: 10px auto 0;
    padding: 30px;
}

/* Main Logo */
.main-logo-container {
    grid-column: 3;
    justify-self: center;
}

.main-logo {
    width: 100%;
    max-width: 380px;
    height: auto;
    animation: jelly 0.8s ease-out;
}

@keyframes jelly {
    0% {
        transform: scale(0.8, 1.2);
    }
    25% {
        transform: scale(1.1, 0.9);
    }
    50% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.02, 0.98);
    }
    100% {
        transform: scale(1, 1);
    }
}

/* Menu Items */
.menu-item {
    cursor: pointer;
    transition: transform 0.3s ease;
    justify-self: center;
}

.menu-item:hover {
    transform: scale(1.11);
}

.menu-item.active {
    pointer-events: none;
    cursor: default;
    animation: pulse 1.5s ease-in-out infinite;
}

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

.menu-icon {
    width: 100%;
    max-width: 130px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.menu-center {
    justify-self: center;
}

.menu-outer {
    justify-self: center;
    padding-bottom: 60px;
}

/* Message Section */
.message-section {
    padding: 0px 40px 40px 40px;
    text-align: center;
}

.message-image {
    max-width: 100%;
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.message-sp {
    display: none;
}

.system-sp {
    display: none;
}

/* Section common styles */
.section-title {
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
}

.section-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    transition: transform 0.3s ease;
}

.section-btn:hover {
    transform: scale(1.05);
}

.section-btn img {
    width: 280px;
    max-width: 100%;
}

/* News Section */
.news-section {
    padding: 40px;
    text-align: center;
}

.news-items {
    display: grid;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;
}

.news-item {
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 280px;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.2);
    border: 2px solid #FFB6C1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.news-item .news-content p {
    color: #FF6588;
    text-decoration: underline;
    text-decoration-color: #FF6588;
    text-underline-offset: 3px;
}

a.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 182, 193, 0.3);
}

.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 5px;
}

.news-content p {
    color: #79695B;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.news-date {
    color: #FF6588;
    font-size: 15px;
    text-align: right;
    display: block;
}

/* Cast Section */
.cast-section {
    padding: 40px;
    text-align: center;
}

/* Cast Detail Section */
.cast-detail-section {
    max-width: 1000px;
    margin: 0 auto 60px;
    overflow: hidden;
}


.cast-detail {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.2);
    border: 2px solid #FFB6C1;
}

.cast-detail-reverse {
    flex-direction: row-reverse;
}

.cast-detail-left {
    flex: 0 0 auto;
}

.cast-detail-right {
    flex: 1;
}

.cast-detail-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    border: 3px solid #FFB6C1;
}

.cast-detail-header {
    margin-bottom: 20px;
    position: relative;
}

.cast-name-large {
    font-size: 32px;
    color: #FF6588;
    margin-bottom: 5px;
    font-weight: bold;
}

.cast-name-sub {
    font-size: 16px;
    color: #79695B;
    font-style: italic;
}

.cast-detail-info {
    margin-bottom: 30px;
}

.cast-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dotted #FFB6C1;
}

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

.info-label {
    font-weight: bold;
    color: #FFA6B3;
    font-size: 16px;
}

.info-value {
    color: #79695B;
    font-size: 16px;
}

.cast-comment {
    margin-top: 20px;
}

.comment-box {
    background: #FFA6B3;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.comment-box p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.comment-text {
    color: #79695B;
    font-size: 16px;
    line-height: 1.8;
    background: #FFF0F5;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
    text-align: left;
}

.cast-grid {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    justify-items: center;
}

.cast-member {
    position: relative;
    text-align: center;
    flex: 1;
    max-width: 280px;
    margin-bottom: 40px;
    text-decoration: none;
    display: block;
}

a.cast-member:hover .cast-image {
    transform: scale(1.05);
}

.cast-image {
    width: 270px;
    height: 270px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 4px solid #FFB6C1;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.3);
    transition: transform 0.3s ease;
    padding: 2px;
    background: white;
}

.name-tag {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.name-tag-bg {
    width: 270px;
    height: auto;
}

.name-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FF6588;
    font-size: 18px;
    font-weight: bold;
    filter: url(#fluffy-white);
    text-shadow: 
        0 0 3px white,
        0 0 6px white,
        0 0 9px white,
        1px 1px 0px white,
        -1px -1px 0px white,
        1px -1px 0px white,
        -1px 1px 0px white;
}

/* System Section */
.system-section {
    padding: 40px;
    text-align: center;
}

.system-image {
    max-width: 100%;
    width: 1100px;
    height: auto;
    margin: 0 auto 30px;
}

.system-pc {
    display: block;
}

/* Access Section */
.access-section {
    padding: 40px;
    text-align: center;
}

/* Shop Images */
.shop-images-container {
    position: relative;
    max-width: 1200px;
    height: 350px;
    margin: 40px auto 0;
}

.shop-image {
    position: absolute;
    width: 380px;
    height: 270px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.3);
    border: 5px solid white;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.shop-image:hover {
    transform: scale(1.25) rotate(0deg) !important;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(255, 182, 193, 0.4);
}

.shop-image:hover ~ .shop-image,
.shop-image:has(~ .shop-image:hover) {
    filter: blur(3px);
    opacity: 0.6;
}

.shop-image-1 {
    top: 20px;
    left: 50px;
    transform: rotate(-8deg);
    z-index: 4;
}

.shop-image-2 {
    top: 0;
    left: 300px;
    transform: rotate(5deg);
    z-index: 3;
}

.shop-image-3 {
    top: 30px;
    right: 300px;
    transform: rotate(-3deg);
    z-index: 2;
}

.shop-image-4 {
    top: 10px;
    right: 50px;
    transform: rotate(7deg);
    z-index: 1;
}

.access-info.price-info {
    padding: 40px 60px;
}

/* Access info layout for PC */
.access-info-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.access-info-left {
    flex: 1;
}

.access-info-right {
    flex: 1;
}

.menu-list p {
    text-align: left !important;
    margin: -5px 0;
    font-weight: bold;
    font-size: 18px;
}

.price-info.drink-menu-section {
    position: relative;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 60px;
    margin-bottom: 30px;
}

.price-info.drink-menu-section h3 {
    color: #FF6588;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.drink-menu-section > p {
    border-bottom: 1px solid #FFB6C1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #FFB6C1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.price-name {
    width: 70%;
    font-weight: bold;
    line-height: 1.6;
    font-size: 18px;
    text-align: left;
}

.price-value {
    width: 30%;
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
    font-size: 18px;
}

.menu-list p {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin: 10px 0;
    line-height: 1.6;
}

.drink-menu-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: url('img/drink-menu-top-bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.drink-menu-bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: url('img/drink-menu-bottom-bg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
}

.access-content {
    display: flex;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.access-info {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(255, 182, 193, 0.2);
    border: 2px solid #FFB6C1;
    flex: 1;
    min-width: 300px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
}

.access-info h3 {
    color: #FF6588;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.access-info p {
    color: #79695B;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: center;
}

.sns-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.sns-links img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.sns-links img:hover {
    transform: scale(1.1);
}

.access-map {
    flex: 1;
    min-width: 300px;
    min-height: 450px;
    margin-bottom: 20px;
    width: 100%;
}


/* Mobile Menu */
.mobile-menu-container {
    display: none;
}

.station-title {
    color: #79695B;
    font-weight: 700;
    font-size: 18px;
    border-top: 2px dotted #cccccc;
    border-bottom: 2px dotted #cccccc;
    padding-top: 2px;
    padding-bottom: 2px;
}

.wait-icon {
    position: absolute;
    top: -8%;
    left: -8%;
    width: 170px;
    height: auto;
    transform: rotate(-90deg) scale(0.5);
    transform-origin: 80% 100%;
    opacity: 0;
    pointer-events: none;
}

/* ぴすぴすコンテナ */
.pisupisu-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pisupisu-wrapper {
    position: relative;
    display: inline-block;
}

.pisupisu-image {
    max-width: 100%;
    width: 600px;
    height: auto;
}

.wait-icon.show {
    animation: waitBounce 0.4s ease-out forwards;
    opacity: 1;
}

.wait-icon.hide {
    animation: waitHide 0.2s ease-in forwards;
}

@keyframes waitBounce {
    0% {
        transform: rotate(-90deg) scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        transform: rotate(5deg) scale(1.1);
    }
    60% {
        transform: rotate(-15deg) scale(0.95);
    }
    80% {
        transform: rotate(-5deg) scale(1.02);
    }
    100% {
        transform: rotate(-9deg) scale(1);
    }
}

@keyframes waitHide {
    0% {
        transform: rotate(-9deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: rotate(-90deg) scale(0.5);
        opacity: 0;
    }
}

/* Footer */
.footer {
    text-align: center;
    padding: 0px 20px 40px 20px;
}

.footer p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

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

.footer a {
    cursor: pointer !important;
    text-decoration: none !important;
}

.footer a:hover {
    text-decoration: underline !important;
}

.footer-sns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}

.footer-sns img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.footer-sns img:hover {
    transform: scale(1.1);
}

/* Medium screens - 2 columns for news and cast */
@media (max-width: 1200px) and (min-width: 769px) {
    .news-items {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }
    
    .cast-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .bg-left, .bg-right {
        max-height: 150px;
    }
    
    .sns-icon {
        width: 25px;
        height: 25px;
    }
    
    .access-info .sns-links img {
        width: 40px;
        height: 40px;
    }
    
    .main-logo {
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    
    .main-logo-container {
        grid-column: 1;
        justify-self: center;
        text-align: center;
        width: 100%;
    }
    
    .main-logo-container a {
        display: inline-block;
        width: 200px;
    }
    
    .menu-icon {
        min-width: 40px;
        height: 40px;
        max-height: 40px;
    }
    
    .logo-menu-container {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px 10px 0;;
    }
    
    .logo-menu-container .menu-item {
        display: none;
    }
    
    .mobile-menu-container {
        display: block;
        padding: 10px 5px;
        text-align: center;
        margin-top: -25px;
    }
    
    .mobile-menu-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        max-width: 100%;
        margin: 0 auto;
        align-items: end;
        height: 70px;
    }
    
    .mobile-menu-grid .menu-item:first-child,
    .mobile-menu-grid .menu-item:last-child {
        margin-bottom: 30px;
    }
    
    .message-pc {
        display: none;
    }
    
    .message-sp {
        display: block;
    }
    
    .message-section {
        padding: 10px 20px 20px 20px;
    }
    
    .system-pc {
        display: none;
    }
    
    .system-sp {
        display: block;
    }
    
    .section-title {
        max-width: 220px;
    }
    
    .member-names {
        flex-direction: column;
        gap: 10px;
    }
    
    .news-items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .news-item {
        width: 100%;
        max-width: 450px;
    }
    
    .cast-detail-section {
        margin-bottom: 40px;
    }
    
    .cast-detail {
        flex-direction: column;
        padding: 20px;
        margin-bottom: 40px;
        gap: 0;
    }
    
    .cast-detail-reverse {
        flex-direction: column;
    }
    
    .cast-detail-image {
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .cast-name-large {
        font-size: 28px;
    }
    
    .cast-info-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }
    
    .info-label {
        margin-bottom: 5px;
    }
    
    .cast-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
        max-width: none;
    }
    
    .cast-member {
        width: auto;
        max-width: none;
    }
    
    .cast-image {
        width: 170px;
        height: 170px;
    }
    
    .name-tag-bg {
        width: 170px;
    }
    
    .name-text {
        font-size: 14px;
    }
    
    .name-tag {
        bottom: -10px;
        width: 220px;
    }
    
    .news-section,
    .cast-section,
    .system-section,
    .access-section {
        padding: 20px;
    }
    
    .section-btn {
        margin-top: 20px;
    }
    
    .section-btn img {
        width: 240px;
    }
    
    .system-content {
        flex-direction: column;
    }
    
    .access-content {
        flex-direction: column;
        align-items: center;
    }
    
    .access-info {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    
    .access-info.price-info {
        padding: 40px 30px;
    }
    
    .access-info-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .access-info-left,
    .access-info-right {
        width: 100%;
    }
    
    .shop-images-container {
        height: 220px;
        margin: 30px auto 0;
    }
    
    .shop-image {
        width: 180px;
        height: 130px;
        border-width: 3px;
    }
    
    .shop-image-1 {
        top: 30px;
        left: 0;
        transform: rotate(-8deg);
    }
    
    .shop-image-2 {
        top: 0;
        left: 140px;
        transform: rotate(5deg);
    }
    
    .shop-image-3 {
        top: 70px;
        right: 140px;
        transform: rotate(-3deg);
    }
    
    .shop-image-4 {
        top: 40px;
        right: 0;
        transform: rotate(7deg);
    }
    
    .shop-image:hover {
        transform: scale(1.2) rotate(0deg) !important;
    }
    
    
    .menu-list {
        flex-direction: column;
    }
    
    .menu-list > div {
        width: 100% !important;
    }
    
    .menu-list p {
        margin: 5px 0;
    }
    
    .system-image {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }
    
    .price-name,
    .price-value {
        font-size: 16px;
    }
    
    .menu-list p {
        font-size: 16px;
    }
    
    .pisupisu-image {
        width: 300px;
    }
    
    .wait-icon {
        top: -30%;
        left: -13%;
        width: 120px;
        transform: rotate(-90deg) scale(0.5);
    }
    
    .wait-icon.show {
        animation: waitBounceSP 0.4s ease-out forwards;
    }
    
    .wait-icon.hide {
        animation: waitHideSP 0.2s ease-in forwards;
    }
    
    @keyframes waitBounceSP {
        0% {
            transform: rotate(-90deg) scale(0.5);
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        40% {
            transform: rotate(3deg) scale(1.1);
        }
        60% {
            transform: rotate(-8deg) scale(0.95);
        }
        80% {
            transform: rotate(-3deg) scale(1.02);
        }
        100% {
            transform: rotate(-5deg) scale(1);
        }
    }
    
    @keyframes waitHideSP {
        0% {
            transform: rotate(-5deg) scale(1);
            opacity: 1;
        }
        100% {
            transform: rotate(-90deg) scale(0.5);
            opacity: 0;
        }
    }
}

/* 会社概要ページ */
.company-section {
    padding: 40px 20px;
    text-align: center;
}

.company-title {
    font-size: 48px;
    color: #FF69B4;
    margin-bottom: 40px;
    font-weight: bold;
}

.company-container {
    max-width: 800px;
    margin: 0 auto;
}

.company-table {
    width: 100%;
    font-size: 18px;
    color: #79695B;
    line-height: 2;
    border-collapse: collapse;
}

.company-table td {
    padding: 15px;
    border-bottom: 1px solid #FFB6C1;
    text-align: left;
}

.company-table td:first-child {
    font-weight: bold;
    width: 30%;
}

.company-table tr:last-child td {
    border-bottom: none;
}

/* フッターリンク */
.footer-company-link {
    color: #79695B;
    text-decoration: none;
}

/* ニュースリンク */
.news-link {
    text-decoration: none;
    color: inherit;
}

/* 地図のiframe */
.map-iframe {
    border: 0;
    border-radius: 10px;
}

/* アクセスセクションの地図 */
.access-map {
    width: 100%;
    margin-bottom: 30px;
}

.access-title-center {
    text-align: center;
}

/* SVGフィルター用 */
.svg-filter {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/* ドリンクメニュー */
.drink-menu-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.drink-menu-title {
    margin-top: 40px;
}

.drink-menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.drink-menu-column {
    width: 48%;
    text-align: left;
}

@media (max-width: 480px) {
    .cast-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .message-card {
        margin: 0 10px;
        padding: 30px 20px;
    }
    
    .main-logo {
        max-width: 300px;
    }
    
    .drink-menu-container {
        padding: 0;
    }
    
    .access-info h3 {
        font-size: 28px;
    }
    
    .price-info.drink-menu-section h3 {
        font-size: 25px;
    }
    
    .price-info.drink-menu-section {
        padding: 40px 30px;
    }
}

/* お散歩コースのノート */
.drink-menu-note {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #79695B;
}