/*!
Theme Name: namachou
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.3.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: namachou
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

namachou is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*--------------------------------------------------------------
# Base Setup (基本設定)
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    background: #000;
    color: #ccc;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

/* Typography & Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

p {
    margin-bottom: 1.5em;
}

a {
    background-color: transparent;
    /*color: #4169e1;*/
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #333;
    ;
    outline: 0;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    overflow: visible;
}

/*--------------------------------------------------------------
# WordPress Standard (WP標準クラス)
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
}

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.5em;
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

/*--------------------------------------------------------------
# 共通使用パーツ
--------------------------------------------------------------*/
hr.round-border {
    background: none;
}

hr.round-border::after {
    background-color: #E9E9E9;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
}


/*--------------------------------------------------------------
# Header & Navigation (ヘッダー・ナビゲーション)
--------------------------------------------------------------*/
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: #000;
    border-bottom: 1px solid #111;
}

#page {
    padding-top: 80px;
}

.site-branding img {
    max-height: 60px;
    width: auto;
}

/* ハンバーガーボタン */
.menu-toggle-btn {
    background: #fff;
    color: #111;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    transition: background 0.2s, transform 0.2s;
    padding: 0;
}

.menu-toggle-btn:hover {
    background: #eee;
    transform: scale(1.05);
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: none !important;
}

.hamburger-icon::before,
.hamburger-icon::after {
    display: none;
}

.hamburger-icon .bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 1px;
}

.menu-text {
    font-size: 9px;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #111;
    margin-top: 0;
    line-height: 1;
}

.x-follow-banner {
    display: block;
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: background 0.2s;
    margin: 10px 0;
}

.x-follow-banner:hover {
    background: #1a1a1a;
}

.x-follow-inner {
    display: flex;
    align-items: center;
    gap: 16px;
}

.x-follow-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.x-follow-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.x-follow-sub {
    color: #888;
    font-size: 13px;
}

.x-follow-btn {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ---- Hamburger Button ---- */
.menu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10002;
    transition: background 0.2s;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 18px;
    position: relative;
}

.bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.bar1 { top: 0; }
.bar2 { top: 50%; margin-top: -1px; }
.bar3 { top: 100%; margin-top: -2px; }

/* is-active: ハンバーガー → ✕ */
.menu-toggle-btn.is-active {
    background: #fff;
}

.menu-toggle-btn.is-active .bar1 {
    top: 50%;
    margin-top: -1px;
    transform: translateX(-50%) rotate(45deg);
}

.menu-toggle-btn.is-active .bar2 {
    opacity: 0;
}

.menu-toggle-btn.is-active .bar3 {
    top: 50%;
    margin-top: -1px;
    transform: translateX(-50%) rotate(-45deg);
}

/* ---- Close Button ---- */
.menu-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid #444;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.close-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
}

.close-bar1 { transform: rotate(45deg); }
.close-bar2 { transform: rotate(-45deg); }

/* ---- Nav Menu ---- */
.custom-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.custom-nav-menu li {
    border-bottom: 1px solid #222;
}

.custom-nav-menu li a {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 14px;
    padding: 26px 40px;
    color: #fff;
    text-decoration: none;
    transition: background 0.15s;
}

.custom-nav-menu li a:hover {
    background: #111;
}

.nav-en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
    flex-shrink: 0;
}

.nav-ja {
    font-size: 12px;
    color: #888;
    letter-spacing: 0.05em;
}

.nav-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 24px;
    border-bottom: 1px solid #333;
}

/* ---- Navigation overlay ---- */
@media (max-width: 749px) {
    .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.97);
        z-index: 10001;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .main-navigation.is-open {
        transform: translateX(0);
    }

    .main-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 750px) {

    .menu-toggle-btn,
    .menu-close-btn {
        display: none;
    }

    .main-navigation {
        display: block;
    }

    .main-navigation ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation ul li {
        margin-left: 20px;
        position: relative;
    }

    .main-navigation a {
        display: block;
        padding: 10px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #000;
    border-top: 1px solid #222;
    padding: 0;
}

.footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 48px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.footer-logo img {
    height: 60px;
    width: auto;
}

.footer-site-name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.15em;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.footer-nav ul li {
    border-bottom: 1px solid #1a1a1a;
    width: 100%;
}

.footer-nav ul li a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.06em;
    transition: background 0.15s;
}

.footer-nav ul li a:hover {
    background: #111;
}

.footer-nav ul li a span {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    letter-spacing: 0.04em;
}

.footer-copy {
    font-size: 11px;
    color: #444;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em;
}

@media (min-width: 750px) {
    .footer-nav ul li {
        width: auto;
        border-bottom: none;
        border-right: 1px solid #222;
    }

    .footer-nav ul li:last-child {
        border-right: none;
    }

    .footer-nav ul li a {
        padding: 12px 20px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# コンテンツレイアウト
--------------------------------------------------------------*/
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 50px;
}

@media (max-width: 749px) {
    .container {
        width: 100%;
        padding: 0;
    }

    .article-inner {
        padding: 0 3%;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# 記事デフォルト設定
--------------------------------------------------------------*/
h2 {
    display: block;
    width: calc(100% - 20px);
    margin: 5px 10px 15px;
    background-color: #ddd;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 26px;
}

h3 {
    display: block;
    width: calc(100% - 20px);
    margin: 5px 10px 15px;
    background-color: #ddd;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 26px;
}

p {
    font-size: 17px;
}

@media (max-width: 749px) {
    h2 {
        font-size: 15px;
        width: 100%;
        margin: 5px 0 5px;
        border-radius: 4px;
        padding: 8px 10px;
    }

    h3 {
        font-size: 15px;
        width: 100%;
        margin: 5px 0 5px;
        border-radius: 4px;
        padding: 8px 10px;

    }

    p {
        font-size: 14px;
    }

    .entry-content {
        margin-top: 10px;
    }

}

/*--------------------------------------------------------------
# Custom Components (バナー・ラベル・タグ)
--------------------------------------------------------------*/

/* バナー共通 */
.blue-banner {
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.top-banner {
    /* height: 400px; */
    width: 100%;
}

.top-banner.main-visual {
    height: auto;
    width: 100%;
    display: block;
}

.thumbnail-box {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.thumbnail-box:after {
    background-color: #E9E9E9;
    /* 線色 */
    border-radius: 3px;
    /* 線幅の半分 */
    content: "";
    display: block;
    height: 6px;
    /* 線幅 */
    margin-top: 15px;
}

.youtube-box {
    height: 250px;
    width: 100%;
    margin: 20px 0;
}

/* アイコンメニュー */
.icon-nav {
    display: flex;
    justify-content: space-around;
    padding: 20px 10px;
    background: #000;
}

.icon-item {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 16%;
}

.icon-item a {
    color: #fff;
    text-decoration: none;
}

.icon-item a:hover {
    opacity: 0.75;
}

.icon-square {
    width: 70%;
    aspect-ratio: 1 / 1;
    background-color: #222;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* ラベル・タグ */
.meta-label-container,
.black-tag-container {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.gray-label {
    background-color: #ddd;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 26px;
}

.meta-label-container .gray-label {
    font-weight: bold;
}

.article-title {
    display: block;
    width: calc(100% - 20px);
    margin: 0px 10px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 26px;
    line-height: 1;
}

.article-title span {
    display: inline;
    background-color: #e0e0e0;
    color: #333;
    line-height: 2.6;
    padding: 15px 20px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 6px;
}

.black-tag {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.icon-rewards {
    width: 36px;
    margin-right: 8px;
}

.page-title {
    text-align: left;
    margin: 40px 0 20px;
    padding: 8px 16px;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    border-left: 5px solid #ff6b2b;
    border-bottom: 2px solid #ff6b2b;
    box-sizing: border-box;
    background: none;
    letter-spacing: 0.05em;
}

.content-text {
    padding: 15px;
    font-size: 14px;
    text-align: justify;
}

@media (max-width: 749px) {
    .top-banner {
        height: auto;
    }

    .thumbnail-box {
        margin: 16px 0;
    }

    .icon-nav {
        padding: 20px 0px;
    }

    .icon-item {
        font-size: 9px;
        letter-spacing: -0.5px;
    }

    .icon-square {
        width: 87%;
    }

    .meta-label-container,
    .black-tag-container {
        padding: 0;
        gap: 4px;
        margin-bottom: 4px;
    }

    .article-title {
        margin: 5px 0;
        width: 100%;
        font-size: 15px;
        border-radius: 4px;
    }

    .article-title span {
        display: inline;
        background-color: #e0e0e0;
        color: #333;
        line-height: 3.4;
        padding: 15px 10px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        border-radius: 4px;
    }

    .gray-label {
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 12.9px;
    }

    .page-title {
        font-size: 15px;
        margin: 17px auto 8px;
        min-width: 160px;
    }

    .black-tag {
        padding: 3px 10px;
        font-size: 13px;
    }

    .icon-rewards {
        width: 33px;
    }


}

/*--------------------------------------------------------------
# Form Elements (フォーム)
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input:focus,
textarea:focus {
    color: #111;
    outline: none;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Galleries (ギャラリー)
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}


/*--------------------------------------------------------------
# レビュー記事詳細設定
--------------------------------------------------------------*/

.container iframe {
    width: 100%;
    margin: 15px 0;
}

.article-banner {
    text-align: center;
}

.article-banner img {
    width: 850px;
}

.article-banner.blue-banner a {
    display: block;
    height: 300px;
    background: #0062ff;
    line-height: 300px;
    width: 100%;
}

.article-banner.blue-banner a,
.article-banner.blue-banner a:visited {
    color: #fff;
}

@media (max-width: 749px) {
    .container iframe {
        height: 56.25vw;
    }

    .article-banner.blue-banner a {
        height: 150px;
        line-height: 150px;
    }
}

/*--------------------------------------------------------------
#　記事一覧デザイン
--------------------------------------------------------------*/
.archive-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

.archive-item__thumbnail {
    flex: 0 0 200px;
    /* 画像の幅 */
}

.archive-item__thumbnail img {
    width: 100%;
    height: auto;
}

.archive-item__content {
    flex: 1;
}

.archive-item__meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cat-tag {
    font-size: 12px;
    padding: 2px 8px;
    margin-right: 5px;
    color: #fff;
    background: #777;
    /* カテゴリごとの色は別途指定してください */
}

.archive-item__title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.archive-item__excerpt {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.archive-item__btn-wrapper {
    text-align: right;
}

a.more-link {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 12px;
}

@media (max-width: 749px) {
    .archive-item {
        display: block;
    }

    .archive-item__meta-top {
        display: block;
    }
}

/*--------------------------------------------------------------
#　店舗一覧
--------------------------------------------------------------*/

/* 検索セクション */
.shop-search-section {
    max-width: 550px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #111;
    padding: 20px;
    border-radius: 12px;
}

.search-row {
    display: flex;
    gap: 10px;
}

.search-label {
    background-color: #2a2a2a;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    flex: 0 0 35%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.search-input-wrap {
    flex: 1;
    background-color: #2a2a2a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    border: 1px solid #444;
}

.search-select,
.search-text {
    width: 100%;
    background: transparent;
    border: none !important;
    font-weight: bold;
    padding: 10px 0;
    outline: none;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
}

.search-select option {
    background: #1a1a1a;
    color: #fff;
    padding: 8px;
}

.search-text::placeholder {
    color: #888;
    font-weight: normal;
}

.search-text:focus {
    color: #fff;
}

.search-select:focus {
    color: #fff;
}

.select-arrow {
    position: absolute;
    right: 15px;
    pointer-events: none;
    font-size: 12px;
    color: #aaa;
}

.custom-select {
    width: 100%;
    position: relative;
}

.custom-select-trigger {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.custom-select-options {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: -15px;
    right: -15px;
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 8px;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}

.custom-select-options.open {
    display: block;
}

.custom-option {
    padding: 12px 16px;
    color: #ddd;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.15s;
}

.custom-option:hover {
    background: #2a2a2a;
    color: #fff;
}

.custom-option.selected {
    background: #ff6b2b;
    color: #fff;
}

/* 検索フォーム 接客演出 */
.search-greeting {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111;
    border-left: 3px solid #ff6b2b;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
    min-height: 48px;
}

.search-greeting-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.search-greeting-icon-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    image-rendering: pixelated;
}

.search-greeting-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    letter-spacing: 0.04em;
}

.search-greeting-text::after {
    content: '|';
    animation: blink 0.8s step-end infinite;
    margin-left: 2px;
    color: #ff6b2b;
}

@keyframes blink {
    50% { opacity: 0; }
}

.search-submit-btn {
    background-color: #ff6b2b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 0 0 rgba(255,107,43,0.5);
    animation: pulse-btn 2s ease-in-out infinite;
}

@keyframes pulse-btn {
    0%   { box-shadow: 0 0 0 0 rgba(255,107,43,0.5); }
    60%  { box-shadow: 0 0 0 10px rgba(255,107,43,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,107,43,0); }
}

.search-submit-btn:hover {
    background-color: #e55a1e;
    transform: translateY(-1px);
    animation: none;
    box-shadow: 0 4px 16px rgba(255,107,43,0.5);
}

.search-submit-btn:active {
    transform: translateY(0);
}

.search-btn-icon {
    font-size: 20px;
}

/* 店舗カードリスト */
.shop-list-wrap {
    border-top: 5px solid #f2f2f2;
    padding-top: 30px;
}

.shop-card-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 5px solid #f2f2f2;
}

.shop-card-thumb {
    flex: 0 0 180px;
}

.shop-card-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #ccc;
    display: block;
}

.shop-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shop-card-pref {
    background-color: #0062ff;
    /* 青 */
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    width: fit-content;
    font-weight: bold;
    font-size: 15px;
}

.shop-card-name {
    background-color: #dcdcdc;
    padding: 12px 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
}

.shop-card-btn {
    background-color: #000;
    color: #fff !important;
    text-decoration: none !important;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
    transition: opacity 0.2s;
}

.shop-card-btn:hover {
    opacity: 0.8;
}

/* レスポンシブ */
@media (max-width: 749px) {
    .shop-card-info {
        gap: 10px;
    }

    .shop-card-item {
        gap: 10px;
    }

    .shop-card-thumb {
        flex: 0 0 70px;
    }

    .shop-card-btn {
        width: 70px;
        height: 70px;
        font-size: 12px;
        border-radius: 4px;
    }

    .shop-card-pref,
    .shop-card-name {
        font-size: 13px;
        padding: 6px 10px;
        border-radius: 4px;
    }

    .search-label,
    .search-submit-btn {
        font-size: 14px;
        border-radius: 4px;
    }

    .search-input-wrap {
        border-radius: 4px;
    }
}



/*--------------------------------------------------------------
# 店舗詳細ページ (single-shop) 独自スタイル
--------------------------------------------------------------*/

/*
上部ナビゲーション*/

.shop-header-nav {
    background-color: #0062ff;
    /* 鮮やかな青 */
    padding: 30px 20px 20px;
    text-align: center;
    color: #fff;
}

.shop-header-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.shop-header-name {
    background: #fff;
    color: #333;
    margin: 0 !important;
    padding: 8px 60px !important;
    font-size: 20px !important;
    border-radius: 4px;
    width: auto !important;
}

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

.share-icon img {
    cursor: pointer;
    width: 28px;
}

.shop-anchor-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.shop-anchor-links a {
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

.shop-anchor-links a:hover {
    text-decoration: underline !important;
}

/* レスポンシブ */
@media (max-width: 749px) {
    .shop-header-nav {
        padding: 20px 10px 15px;
    }

    .shop-header-name {
        padding: 5px 30px !important;
        font-size: 16px !important;
    }

    .shop-anchor-links {
        gap: 15px;
    }

    .shop-anchor-links a {
        font-size: 15px;
    }
}

.shop-detail-title img {
    width: 35px;
    vertical-align: middle;
    margin-left: 5px;
}

.shop-main-visual:after {
    display: none;
}

.page-title#reports {
    margin-top: 25px;
}

/* プレースホルダー表示用 */
.no-image-placeholder,
.map-placeholder {
    background-color: #e0e0e0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
}

.no-image-placeholder {
    height: 400px;
    border-radius: 6px;
}

.map-placeholder {
    height: 350px;
    margin-top: 20px;
    border-radius: 6px;
}

/* セクション区切り */
.section-divider {
    border: 0;
    border-top: 5px solid #f2f2f2;
    margin: 40px 0;
}

/* 店舗情報のラベル横幅調整 */
.info-row-label {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}

/* イベントレポート内のボタン調整 */
.shop-card-btn.mini-btn {
    width: 120px;
    height: 120px;
    font-size: 15px;
}

/* レスポンシブ調整 */
@media (max-width: 749px) {
    .no-image-placeholder {
        height: 200px;
    }

    .map-placeholder {
        height: 250px;
    }

    .verified-icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .shop-card-btn.mini-btn {
        width: 80px;
        height: 80px;
        font-size: 11px;
    }
}

/* --- 検索タブの追加スタイル --- */
.search-tab-container {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.search-tab {
    flex: 1;
    cursor: pointer;
}

.search-tab input {
    display: none;
    /* ラジオボタンを隠す */
}

.search-tab span {
    display: block;
    background-color: #2a2a2a;
    color: #aaa;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.2s;
    border: 1px solid #444;
}

.search-tab input:checked+span {
    background-color: #ff6b2b;
    color: #fff;
    border-color: #ff6b2b;
}

/* --- Xエリアの装飾 --- */
.x-area-container {
    background-color: #000;
    padding: 40px 20px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.x-area {
    background: #fff;
    width: 100%;
    max-width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

/* --- カード内レイアウトの修正 --- */
.shop-card-meta-row {
    display: flex;
    gap: 8px;
}

.shop-card-author {
    background-color: #0062ff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 15px;
}

/* --- 下部ボタン --- */
.view-more-container {
    text-align: center;
    margin-top: 30px;
}

.black-full-btn {
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 12px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 4px;
}

/* スマホ調整 */
@media (max-width: 749px) {
    .shop-card-author {
        font-size: 13px;
        padding: 6px 10px;
        border-radius: 4px;
    }

    .x-area {
        height: 200px;
    }
}



/*--------------------------------------------------------------
# index.php と archive-report.php のデザイン統一
--------------------------------------------------------------*/

/* 1. 記事一覧のレイアウトを横並びにする（archive-reportと同じ構造） */
.archive-item {
    display: flex;
    gap: 0;
    padding: 0;
    border-bottom: none;
    align-items: flex-start;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.archive-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
}

.archive-item__thumbnail {
    flex: 0 0 160px;
}

.archive-item__thumbnail img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.archive-item__content {
    flex: 1;
    padding: 14px 16px;
}

.archive-item__title {
    display: block !important;
    background-color: transparent !important;
    padding: 0 0 8px !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    font-size: 15px !important;
    margin: 0 0 8px !important;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
}

.archive-item__title a {
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}

.archive-item__title a:hover {
    color: #ff6b2b;
}

.archive-item__meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.archive-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.cat-tag {
    font-size: 10px;
    padding: 2px 8px;
    color: #fff;
    background: #ff6b2b;
    border-radius: 20px;
    font-weight: bold;
}

.archive-item__date {
    font-size: 11px;
    color: #666;
}

.archive-item__excerpt {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.archive-item__btn-wrapper {
    text-align: right;
}

a.more-link {
    display: inline-block;
    background: #ff6b2b;
    color: #fff !important;
    padding: 5px 14px;
    text-decoration: none !important;
    font-size: 11px;
    border-radius: 20px;
    font-weight: bold;
    transition: background 0.2s;
}

a.more-link:hover {
    background: #e55a1e;
}

@media (max-width: 749px) {
    .archive-item {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .archive-item__thumbnail {
        flex: 0 0 120px;
    }

    .archive-item__thumbnail img {
        height: 110px;
    }

    .archive-item__title {
        font-size: 13px !important;
    }
}

/* 4. 抜粋と続きを読むボタン */
.archive-item__excerpt {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.archive-item__btn-wrapper {
    text-align: right;
}

a.more-link {
    display: inline-block;
    background: #333;
    color: #fff !important;
    padding: 5px 15px;
    text-decoration: none !important;
    font-size: 12px;
}

/* 5. スマホ表示用のレスポンシブ設定 */
@media (max-width: 749px) {
    .archive-item {
        display: block;
        /* 縦並びにする */
        padding: 15px 0;
    }

    .archive-item__thumbnail {
        width: 100%;
        margin-bottom: 15px;
    }

    .archive-item__title {
        font-size: 15px !important;
        /* スマホ時のh2サイズに合わせる */
        padding: 8px 10px !important;
    }
}



/*--------------------------------------------------------------
# TOP追加
--------------------------------------------------------------*/
.top-img-section {
    margin: 50px 0;
}


/*--------------------------------------------------------------
# 主催者＆来店者
--------------------------------------------------------------*/
.reporters .thumbnail-box {
    margin-bottom: 5px;
}

.reporters .thumbnail-box:after {
    display: none;
}

.sub-thumbnail-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.image-item {
    flex: 1;
    min-width: 250px;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* 一覧 */
/* 3列のグリッドレイアウト */
.user-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列に分割 */
    gap: 20px;
    /* カード同士の隙間 */
    padding: 20px 0;
}

/* 各カードのスタイル */
.user-card {
    text-align: center;
}

/* サムネイル部分 */
.user-card__thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    /* 正方形にする場合 */
    object-fit: cover;
    border-radius: 8px;
    /* 角を少し丸める */
    display: block;
}

/* 名前（タイトル）部分 */
.user-card__name {
    margin-top: 10px;
    background-color: #e0e0e0;
    /* 画像のような薄いグレー */
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.user-card__name a {
    text-decoration: none;
    color: #333;
    display: block;
}

/* スマホ対応：画面が狭いときは2列にする場合 */
@media (max-width: 600px) {
    .user-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/*--------------------------------------------------------------
# Single Schedule / Report
--------------------------------------------------------------*/
.single-post-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 20px 60px;
}

.single-post-meta-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.single-post-date {
    font-size: 12px;
    color: #666;
    margin-left: auto;
}

.single-post-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
}

.single-post-thumbnail {
    margin-bottom: 28px;
    border-radius: 6px;
    overflow: hidden;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-content {
    color: #ccc;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.single-post-content p {
    margin-bottom: 1.2em;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.single-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 14px;
}

.single-post-content table th,
.single-post-content table td {
    padding: 10px 14px;
    border: 1px solid #333;
    color: #ccc;
}

.single-post-content table th {
    background: #111;
    color: #fff;
    font-weight: bold;
}

.single-post-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.post-nav-btn {
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #111;
    border: 1px solid #222;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    transition: background 0.15s;
}

.post-nav-btn:hover {
    background: #1a1a1a;
}

.post-nav-btn.next {
    text-align: right;
}

.post-nav-btn .nav-label {
    font-size: 11px;
    color: #666;
}

.post-nav-btn .nav-title {
    font-size: 13px;
    color: #ccc;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-post-back {
    text-align: center;
}

.back-to-list {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.15s;
}

.back-to-list:hover {
    background: #111;
    color: #fff;
}

/*--------------------------------------------------------------
# Single Report
--------------------------------------------------------------*/
.report-single-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.report-hero {
    position: relative;
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    background: #111;
}

.report-hero img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(0.6);
}

.report-hero--noimg {
    height: 180px;
}

.report-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 24px 28px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
}

.report-label {
    display: inline-block;
    background: #ff6b2b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.report-hero-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.report-body {
    padding: 24px 20px;
}

.report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #222;
}

.report-meta-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    color: #111;
    font-weight: bold;
}

.meta-icon-label {
    font-size: 10px;
    color: #888;
    background: #eee;
    border-radius: 3px;
    padding: 1px 6px;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    font-weight: normal;
}

.report-meta-tag--link {
    color: #111;
    text-decoration: none;
    transition: background 0.15s;
}

.report-meta-tag--link:hover {
    background: #f0f0f0;
}

.report-meta-date,
.report-meta-author {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #555;
    padding: 5px 8px;
}

.report-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.report-tag-item {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    color: #888;
    letter-spacing: 0.03em;
}

.report-content {
    color: #ccc;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.report-content p { margin-bottom: 1.2em; }

.report-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 8px 0;
}

.report-content h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-left: 4px solid #ff6b2b;
    padding: 10px 14px;
    margin: 28px 0 14px;
    background: #111;
    border-radius: 0 4px 4px 0;
}

.report-content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ff6b2b;
    margin: 20px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #222;
}

.report-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 14px;
}

.report-content table th,
.report-content table td {
    padding: 10px 14px;
    border: 1px solid #2a2a2a;
    color: #ccc;
}

.report-content table th {
    background: #111;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.report-content table tr:nth-child(even) td {
    background: #0a0a0a;
}

.report-nav {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.report-nav-btn {
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 14px 16px;
    background: #111;
    border: 1px solid #222;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    transition: background 0.15s;
}

.report-nav-btn:hover { background: #1a1a1a; }
.report-nav-btn--next { text-align: right; }

.report-nav-label {
    font-size: 11px;
    color: #ff6b2b;
    font-weight: bold;
}

.report-nav-title {
    font-size: 13px;
    color: #bbb;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.report-back {
    text-align: center;
}

.report-back-btn {
    display: inline-block;
    padding: 10px 28px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #888;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.15s;
}

.report-back-btn:hover {
    background: #111;
    color: #fff;
    border-color: #555;
}

/* YouTube・動画埋め込みレスポンシブ対応 */
.report-content,
.entry-content,
.single-post-content {
    overflow: hidden;
}

.report-content iframe,
.entry-content iframe,
.single-post-content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
}

.report-content figure.wp-block-embed,
.entry-content figure.wp-block-embed {
    margin: 0 0 1.5em;
    max-width: 100%;
    overflow: hidden;
}

/* 本文コンテンツ スタイリング */
.report-content p,
.entry-content p {
    margin-bottom: 1.4em;
    line-height: 1.9;
    color: #ccc;
}

.report-content ul,
.entry-content ul {
    margin: 0 0 1.4em 0;
    padding: 0;
    list-style: none;
}

.report-content ul li,
.entry-content ul li {
    position: relative;
    padding: 8px 12px 8px 20px;
    color: #ccc;
    font-size: 15px;
    border-bottom: 1px solid #1a1a1a;
}

.report-content ul li::before,
.entry-content ul li::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #ff6b2b;
    border-radius: 50%;
}

/* ・（中黒）で始まる段落をリスト風に */
.report-content p:has(> br),
.entry-content p:has(> br) {
    line-height: 2.2;
}

.report-content strong,
.entry-content strong {
    color: #fff;
    font-weight: bold;
}

.report-content a,
.entry-content a {
    color: #ff6b2b;
    text-decoration: underline;
}

.report-content blockquote,
.entry-content blockquote {
    border-left: 3px solid #ff6b2b;
    margin: 1.5em 0;
    padding: 12px 16px;
    background: #0d0d0d;
    color: #aaa;
    font-style: italic;
}