/* ============================================================
   お支払い方法について CSS（SP/PC共通・レスポンシブ対応）
   ブレークポイント: 768px / 1024px（モバイルファースト）
   ============================================================ */

/* --- [01] 基礎設定 --- */
body { margin: 0; padding: 0; background-color: #f5f5f0; color: #2d2d2d; font-family: 'Inter', 'Noto Sans JP', sans-serif; position: relative; overflow-x: hidden; -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; }

/* --- [02] 質感ノイズ --- */
body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); opacity: 0.04; pointer-events: none; z-index: 9998; }

/* --- [03] パンくずリスト --- */
.breadcrumb-container { position: relative; padding: 85px 25px 20px; z-index: 10; max-width: 800px; margin: 0 auto; box-sizing: border-box; }
.breadcrumbs { list-style: none; display: flex; align-items: center; padding: 0; margin: 0; font-size: 12px; letter-spacing: 0.05em; overflow-x: auto; white-space: nowrap; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin: 0 10px; color: #ccc; }
.breadcrumbs a { text-decoration: none; color: #2d2d2d; opacity: 0.5; }

/* --- [04] ページタイトルセクション --- */
.page-header { padding: 20px 25px 40px; text-align: center; position: relative; }
.page-title { font-family: 'Noto Sans JP', sans-serif; font-weight: 550; font-size: 24px; letter-spacing: 0.1rem; margin: 0; color: #1a2a40; line-height: 1.6; }
.page-title span { display: block; font-size: 12px; font-family: 'Inter', sans-serif; letter-spacing: 0.3em; margin-top: 10px; opacity: 0.6; }

/* --- [05] 目次ナビゲーション --- */
.page-anchor-nav { max-width: 800px; margin: 0 auto 50px; padding: 0 30px; }
.anchor-list { list-style: none; padding: 25px; margin: 0; background-color: #fff; border: 1px solid #e0e0d8; border-radius: 4px; display: flex; flex-direction: column; gap: 12px; }
.anchor-list li { position: relative; padding-left: 20px; font-size: 15px; }
.anchor-list li::before { content: "→"; position: absolute; left: 0; color: #bda16b; font-weight: bold; }
.anchor-list a { text-decoration: none; color: #1a2a40; font-weight: 500; transition: opacity 0.2s; }
.anchor-list a:hover { opacity: 0.6; }

/* --- [06] レイアウト共通設定 --- */
main { position: relative; z-index: 1; }
section { position: relative; width: 100%; box-sizing: border-box; }
.content-inner-wrapper { max-width: 800px; margin: 0 auto; padding: 0 25px 100px; }
.info-block { margin-bottom: 80px; scroll-margin-top: 100px; }
.info-subtitle { font-family: 'Inter', 'Noto Sans JP', sans-serif; font-size: 20px; letter-spacing: 0.12em; color: #1a2a40; margin-bottom: 25px; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px; text-align: center; }
.info-subtitle span { display: block; font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.15em; opacity: 0.5; margin-top: 10px; text-transform: uppercase; }

/* --- [07] データボックス・テキスト設定 --- */
.data-box { 
    background-color: #ffffff; 
    border: 1px solid #e0e0d8; 
    max-width: 360px;
    margin: 0 auto;
    padding: 25px; border-radius: 2px; margin: 30px 0 15px; }
.text-content { font-size: 14px; line-height: 1.8; color: #2d2d2d; }
.highlight-red { color: #c33 !important; font-weight: 700; }
.link-text { color: #bda16b; font-weight: 600; text-decoration: underline; }
.small-text { font-size: 12px; font-weight: normal; color: #666; display: block; margin-top: -2px; }
.card-note { font-size: 12px; color: #777; line-height: 1.5; margin-top: 5px; margin-bottom: 30px; display: block; text-align: center; }

/* --- [08] 決済ロゴ --- */
.payment-logos { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; align-items: center; justify-content: center; }
.payment-logos img { height: 30px; width: auto; opacity: 0.9; }

/* --- [09] 代引手数料テーブル --- */
.fee-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.fee-table th { padding-bottom: 15px; text-align: left; font-size: 13px; color: #888; font-weight: normal; border-bottom: 1px solid #eee; }
.fee-table th:last-child { text-align: right; }
.fee-table td { padding: 15px 0; border-bottom: 1px dotted #e0e0d8; }
.fee-table td:last-child { text-align: right; font-weight: 600; min-width: 60px; }
.fee-table tr:last-child td { border-bottom: none; }

/* --- [10] お問い合わせボタン --- */
.contact-btn-wrapper { margin-top: 30px; text-align: center; }
.btn-form { display: inline-block; padding: 15px 40px; background-color: #1a2a40; color: #fff; text-decoration: none; border-radius: 50px; font-size: 14px; font-weight: 600; transition: opacity 0.3s; }
.btn-form:hover { opacity: 0.8; }

/* --- [11] 重要案内BOX --- */
.important-notice-box { position: relative; background-color: #ffffff; border: 1px solid #e0e0d8; padding: 20px; margin-top: 15px; border-radius: 2px; }
.notice-accent { border-left: 4px solid #bda16b; }
.important-notice-box p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }
.note-text { font-size: 12px; color: #777; margin-top: 15px; line-height: 1.6; }

/* --- [12] セクションラベル（左バー付き見出し） --- */
.section-label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 6px 16px 6px 14px;
    font-size: 15px;
    font-weight: 700;
    color: #1a2a40;
    letter-spacing: 0.04em;
    border-left: 4px solid #bda16b;
    border-radius: 0 4px 4px 0;
}
.section-label--spaced { margin-top: 30px; }

/* --- [13] ページ本文パーツ（インラインstyleより移植） --- */
.section-bg-base { background-color: #f5f5f0; }

.mb-15 { margin-bottom: 15px; }

.payment-method-title { margin-bottom: 5px; font-size: 16px; font-weight: bold; }
.payment-method-title--last { margin-bottom: 15px; }

.note-text--emphasis { color: #2d2d2d; font-size: 13px; font-weight: 500; }
.note-text--boxed { background: #fff; padding: 15px; border-radius: 4px; }

.important-notice-box--padded { padding: 25px; }
.important-notice-box--muted { background-color: #f9f9f7; border-left: 3px solid #ccc; padding: 15px 20px; }

.credit-terms-list { margin: 0; padding: 0; list-style: none; font-size: 14px; color: #2d2d2d; line-height: 1.8; }
.credit-terms-list li { display: flex; align-items: flex-start; margin-bottom: 12px; }
.credit-terms-list li:last-child { margin-bottom: 0; }
.bullet-gold { color: #bda16b; margin-right: 10px; }

.payment-tags { display: flex; gap: 8px; margin-bottom: 25px; flex-wrap: wrap; }
.payment-tag { font-size: 12px; background: #fff; border: 1px solid #e0e0d8; padding: 4px 10px; border-radius: 4px; color: #1a2a40; font-weight: 600; }

.np-terms-list { margin: 0 0 30px 0; padding-left: 0; list-style: none; font-size: 13.5px; color: #2d2d2d; line-height: 1.6; }
.np-terms-list li { position: relative; padding-left: 1.5em; margin-bottom: 10px; }
.np-terms-list li:last-child { margin-bottom: 0; }
.bullet-dot { position: absolute; left: 0; color: #bda16b; }

.np-service-note { font-size: 12px; color: #666; margin-bottom: 10px; line-height: 1.5; }
.link-text--sm { font-size: 13px; }

.data-box--contact { margin-top: 30px; border-left: 4px solid #1a2a40; text-align: center; }
.contact-card-company { font-size: 14px; margin: 0 0 12px 0; color: #2d2d2d; }

.tel-link-plain { color: inherit; text-decoration: none; }
.tel-link-plain--icon { display: inline-flex; align-items: center; }

.highlight-red--note { font-size: 13px; }

.data-box--dial { margin-top: 20px; text-align: center; }
.dial-title { font-size: 16px; font-weight: 700; color: #1a2a40; margin-bottom: 5px; }
.dial-number { font-size: 22px; font-weight: 700; color: #bda16b; margin: 0; }
.dial-icon { width: 20px; height: auto; vertical-align: -3px; margin-right: 5px; }
.dial-hours { font-size: 12px; color: #888; margin-top: 10px; line-height: 1.6; }


/* ============================================================
   タブレット（768px〜）
   ============================================================ */
@media (min-width: 768px) {
    .breadcrumb-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 100px 40px 20px;
        box-sizing: border-box;
    }

    .breadcrumbs {
        font-size: 13px;
    }

    .page-header {
        padding: 20px 40px 50px;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .page-anchor-nav {
        max-width: 900px;
        padding: 0 40px;
        margin-bottom: 60px;
    }

    .anchor-list {
        padding: 25px 30px;
        gap: 14px;
    }

    .anchor-list li {
        font-size: 16px;
    }

    .content-inner-wrapper {
        max-width: 900px;
        padding: 0 40px 100px;
    }

    .info-subtitle {
        font-size: 22px;
    }

    .info-subtitle span {
        font-size: 13px;
    }

    .text-content {
        font-size: 15px;
    }

    .payment-logos img {
        height: 36px;
    }

    .fee-table {
        font-size: 15px;
    }

    .fee-table th {
        font-size: 15px;
    }

    .btn-form {
        padding: 15px 48px;
        font-size: 15px;
    }

    .note-text {
        font-size: 13px;
    }

    .section-label {
        font-size: 16px;
        padding: 7px 18px 7px 16px;
    }

    .data-box {
        margin-left: auto;
        margin-right: auto;
    }

    .highlight-red--note {
        text-align: center;
    }

    /* 最低フォントサイズ調整（タブレット: 13px以上） */
    .page-title span,
    .small-text,
    .card-note,
    .highlight-red--note,
    .link-text--sm,
    .payment-tag,
    .dial-hours,
    .np-service-note {
        font-size: 13px;
    }
}


/* ============================================================
   PC（1024px〜）
   ============================================================ */
@media (min-width: 1024px) {
    .breadcrumb-container {
        max-width: 1080px;
        margin: 0 auto;
        padding: 110px 60px 20px;
        box-sizing: border-box;
    }

    .breadcrumbs {
        font-size: 14px;
    }

    .page-header {
        padding: 20px 60px 60px;
    }

    .page-title {
        font-size: 2rem;
    }

    /* 目次を横並びに変換 */
    .page-anchor-nav {
        max-width: 1080px;
        padding: 0 60px;
        margin-bottom: 60px;
        box-sizing: border-box;
    }

    .anchor-list {
        gap: 0px;
    }

    .anchor-list li {
        flex: 1;
        padding: 10px 20px 10px 30px;
        font-size: 15px;
        border-bottom: none;
    }
    
    .anchor-list li:last-child {
        border-right: none;
    }

    .content-inner-wrapper {
        max-width: 1080px;
        padding: 0 60px 120px;
        box-sizing: border-box;
    }

    .info-block {
        margin-bottom: 100px;
        scroll-margin-top: 130px;
    }

    .info-subtitle {
        font-size: 24px;
        text-align: left;
        padding-bottom: 22px;
    }

    .info-subtitle span {
        font-size: 14px;
    }

    .text-content {
        font-size: 16px;
    }

    .payment-logos img {
        height: 40px;
    }

    .fee-table {
        font-size: 15px;
    }

    .fee-table th {
        font-size: 15px;
    }

    .btn-form {
        padding: 16px 56px;
        font-size: 16px;
    }

    .note-text {
        font-size: 14px;
    }

    /* 最低フォントサイズ調整（PC: 14px以上） */
    .page-title span,
    .small-text,
    .card-note,
    .highlight-red--note,
    .link-text--sm,
    .payment-tag,
    .dial-hours,
    .np-service-note,
    .np-terms-list {
        font-size: 14px;
    }
}
