@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   Swell既存Header/Footerを非表示
======================================== */
.l-header,
.l-fixHeader,
.c-gnav,
.p-spMenu,
.l-footer,
footer.l-footer {
    display: none !important;
}

/* ========================================
   Swellコンテンツ保護（副作用防止）
======================================== */
.p-postSlider,
.p-postSlider__postList,
.p-postSlider__postList .p-postList__item {
    width: auto !important;
    min-width: 0 !important;
}

.p-postSlider .swiper-slide {
    width: 320px !important;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .p-postSlider .swiper-slide {
        width: 280px !important;
    }
}

/* ========================================
   カスタムHeader スタイル
======================================== */
.ekichika-header {
    background-color: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
}

.ekichika-nav {
    max-width: 1200px;
    margin: 0 auto;
}

.ekichika-menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ekichika-menu-item {
    flex: 1;
    text-align: center;
    border-right: 1px solid #444;
}

.ekichika-menu-item:first-child {
    border-left: 1px solid #444;
}

.ekichika-menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s ease;
    height: 100%;
}

.ekichika-menu-item a:hover {
    background-color: #333;
}

.ekichika-menu-item .menu-en {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.3);
}

.ekichika-menu-item .menu-ja {
    font-size: 10px;
    color: #aaa;
}

/* Header分のbodyマージン（カスタムクラスで限定） */
#body_wrap.ekichika-custom-layout {
    padding-top: 70px !important;
}

/* ========================================
   サブメニュー（ドロップダウン）スタイル
======================================== */
.ekichika-menu-item.has-submenu {
    position: relative;
}

.ekichika-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 150px;
    background-color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10000;
    border-top: 1px solid #444;
}

.ekichika-menu-item.has-submenu:hover .ekichika-submenu {
    opacity: 1;
    visibility: visible;
}

.ekichika-submenu li {
    border-bottom: 1px solid #333;
}

.ekichika-submenu li:last-child {
    border-bottom: none;
}

.ekichika-submenu li a {
    display: block;
    padding: 12px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
    transition: background-color 0.3s ease;
    height: auto;
}

.ekichika-submenu li a:hover {
    background-color: #333;
}

/* ========================================
   カスタムFooter スタイル
======================================== */
.ekichika-footer {
    background-color: #000;
    color: #fff;
    padding: 40px 20px 20px;
    margin-top: 60px;
}

/* ロゴ */
.ekichika-footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

.ekichika-footer-logo img {
    max-width: 250px;
    height: auto;
}

/* SNSアイコン */
.ekichika-footer-sns {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
}

.ekichika-footer-sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
}

.ekichika-footer-sns a:hover {
    opacity: 0.7;
}

.ekichika-footer-sns svg {
    width: 28px;
    height: 28px;
}

/* メインコンテンツ */
.ekichika-footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 40px;
    gap: 40px;
    flex-wrap: wrap;
}

/* 店舗情報 */
.ekichika-footer-info {
    flex: 1;
    min-width: 280px;
}

.ekichika-footer-info h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #fff;
}

.ekichika-footer-info p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    color: #ccc;
}

/* ナビリンク */
.ekichika-footer-nav {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.ekichika-footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ekichika-footer-nav-col a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.ekichika-footer-nav-col a:hover {
    color: #5cb85c;
}

/* Google Maps */
.ekichika-footer-map {
    max-width: 1000px;
    margin: 0 auto 40px;
}

.ekichika-footer-map iframe {
    width: 100%;
    height: 300px;
    border: none;
}

/* CTAボタン */
.ekichika-footer-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.ekichika-footer-cta a {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}

.ekichika-footer-cta a:hover {
    opacity: 0.8;
}

.ekichika-footer-cta .cta-line {
    background-color: #00B900;
    color: #fff;
}

.ekichika-footer-cta .cta-reserve {
    background-color: #f5a623;
    color: #fff;
}

/* コピーライト */
.ekichika-footer-copyright {
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.ekichika-footer-copyright p {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* ========================================
   モバイルヘッダー（PC時は非表示）
======================================== */
.ekichika-mobile-header {
    display: none;
}

.mobile-menu-overlay {
    display: none;
}

/* ========================================
   レスポンシブ対応（768px以下）
======================================== */
@media screen and (max-width: 768px) {
    /* PCヘッダー非表示 */
    .ekichika-header {
        display: none !important;
    }

    #body_wrap.ekichika-custom-layout {
        padding-top: 50px !important;
    }

    /* ========================================
       モバイルヘッダー
    ======================================== */
    .ekichika-mobile-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        z-index: 9999;
    }

    .ekichika-mobile-header .mobile-header-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        padding: 8px 10px;
        height: 50px;
    }

    /* 事前会員登録ボタン */
    .ekichika-mobile-header .mobile-register-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #fff;
        padding: 8px 12px;
        border: 1px solid #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        margin-right: auto;
    }

    /* メールボタン */
    .ekichika-mobile-header .mobile-mail-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .ekichika-mobile-header .mobile-mail-btn svg {
        stroke: #fff;
    }

    /* ハンバーガーボタン */
    .ekichika-mobile-header .hamburger-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        background: transparent;
        border: 1px solid #fff;
        cursor: pointer;
        padding: 0;
    }

    .ekichika-mobile-header .hamburger-btn span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
    }

    /* ========================================
       モバイルメニューオーバーレイ
    ======================================== */
    .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-overlay .mobile-menu-inner {
        padding: 20px;
        min-height: 100%;
    }

    /* 閉じるボタン */
    .mobile-menu-overlay .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .mobile-menu-overlay .close-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .mobile-menu-overlay .close-btn span:nth-child(1) {
        transform: rotate(45deg);
    }

    .mobile-menu-overlay .close-btn span:nth-child(2) {
        transform: rotate(-45deg);
    }

    /* モバイルメニューロゴ（サイズ縮小） */
    .mobile-menu-overlay .mobile-menu-logo {
        text-align: center;
        margin: 40px 0 30px;
    }

    .mobile-menu-overlay .mobile-menu-logo img {
        max-width: 90px;
        height: auto;
    }

    /* モバイルメニューナビ */
    .mobile-menu-overlay .mobile-menu-nav {
        display: flex;
        justify-content: center;
        gap: 40px;
        max-width: 320px;
        margin: 0 auto;
    }

    .mobile-menu-overlay .mobile-menu-col {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-menu-overlay .mobile-menu-col a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: #fff;
    }

    .mobile-menu-overlay .mobile-menu-col .menu-en {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.3);
    }

    .mobile-menu-overlay .mobile-menu-col .menu-ja {
        font-size: 9px;
        color: #aaa;
        margin-top: 2px;
    }

    /* ========================================
       モバイルフッター
    ======================================== */
    .ekichika-footer {
        padding: 30px 15px 20px;
    }

    /* モバイル用ロゴ（表示、サイズ縮小） */
    .ekichika-footer .ekichika-footer-logo {
        display: block;
        margin-bottom: 20px;
    }

    .ekichika-footer .ekichika-footer-logo img {
        max-width: 120px;
    }

    /* SNSアイコン（丸枠付き、中央揃え） */
    .ekichika-footer .ekichika-footer-sns {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        flex-wrap: nowrap;
    }

    .ekichika-footer .ekichika-footer-sns a {
        width: 40px;
        height: 40px;
        border: 1px solid #555;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ekichika-footer .ekichika-footer-sns svg {
        width: 20px;
        height: 20px;
    }

    /* 区切り線（疑似要素ではなくborder-bottomで実装） */
    .ekichika-footer .ekichika-footer-sns {
        padding-bottom: 20px;
        border-bottom: 1px solid #444;
    }

    /* ナビリンク・CTAボタン非表示 */
    .ekichika-footer .ekichika-footer-nav,
    .ekichika-footer .ekichika-footer-cta {
        display: none;
    }

    /* 店舗情報（中央揃え・縦並び） */
    .ekichika-footer .ekichika-footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .ekichika-footer .ekichika-footer-info {
        min-width: auto;
    }

    .ekichika-footer .ekichika-footer-info h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .ekichika-footer .ekichika-footer-info p {
        font-size: 11px;
        line-height: 1.9;
    }

    /* Google Maps */
    .ekichika-footer .ekichika-footer-map {
        margin-bottom: 20px;
    }

    .ekichika-footer .ekichika-footer-map iframe {
        height: 180px;
    }

    /* コピーライト */
    .ekichika-footer .ekichika-footer-copyright {
        border-top: none;
        padding-top: 0;
    }

    .ekichika-footer .ekichika-footer-copyright p {
        font-size: 10px;
    }
}

/* ========================================
   メディア専用お問い合わせページ（SWELL準拠）
======================================== */
.ekichika-media-contact-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}

.ekichika-media-contact-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px;
    color: #333;
}

.ekichika-media-contact-desc {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.8;
}

.ekichika-media-contact-success {
    background: #edf7ed;
    border: 1px solid #4caf50;
    color: #2e7d32;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.ekichika-media-contact-error {
    background: #fdecea;
    border: 1px solid #f44336;
    color: #c62828;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.ekichika-media-contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ekichika-media-contact-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ekichika-media-contact-field label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.ekichika-media-contact-field .required {
    color: #e53935;
    font-size: 12px;
    margin-left: 6px;
}

.ekichika-media-contact-field input[type="text"],
.ekichika-media-contact-field input[type="email"],
.ekichika-media-contact-field input[type="tel"],
.ekichika-media-contact-field select,
.ekichika-media-contact-field textarea {
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.ekichika-media-contact-field input:focus,
.ekichika-media-contact-field select:focus,
.ekichika-media-contact-field textarea:focus {
    outline: none;
    border-color: #4c9cca;
    box-shadow: 0 0 0 2px rgba(76, 156, 202, 0.15);
}

.ekichika-media-contact-field textarea {
    min-height: 180px;
    resize: vertical;
}

.ekichika-media-contact-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px;
    padding-right: 36px;
}

.ekichika-media-contact-submit {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0;
    padding: 14px 40px;
    background: #4c9cca;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ekichika-media-contact-submit:hover {
    background: #3a87b5;
}

/* メディアお問い合わせ - レスポンシブ */
@media screen and (max-width: 768px) {
    .ekichika-media-contact-page {
        padding: 40px 15px 60px;
    }

    .ekichika-media-contact-title {
        font-size: 20px;
    }

    .ekichika-media-contact-submit {
        max-width: 100%;
    }
}

