{"id":7,"date":"2026-07-08T17:18:48","date_gmt":"2026-07-08T08:18:48","guid":{"rendered":"https:\/\/campingcarbuy.com\/?page_id=7"},"modified":"2026-07-14T18:49:36","modified_gmt":"2026-07-14T09:49:36","slug":"%e4%bc%9a%e7%a4%be%e6%a6%82%e8%a6%81","status":"publish","type":"page","link":"https:\/\/campingcarbuy.com\/?page_id=7","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u4f1a\u793e\u6982\u8981 | \u30ad\u30e3\u30f3\u30d4\u30f3\u30b0\u30ab\u30fc\u8cb7\u53d6<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&family=Shippori+Mincho:wght@400;600&family=Space+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #182420;\n    --bg-deep: #101915;\n    --surface: #223129;\n    --surface-line: #35473d;\n    --amber: #E2A54D;\n    --amber-soft: #f0c583;\n    --sage: #8FA998;\n    --text: #F3EFE4;\n    --text-muted: #a9b7ac;\n    --plate-bg: #0f1712;\n  }\n\n  * { box-sizing: border-box; }\n\n  body {\n    margin: 0;\n    background: var(--bg);\n    color: var(--text);\n    font-family: \"Shippori Mincho\", serif;\n    line-height: 1.8;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap {\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* ---------- Hero ---------- *\/\n  .hero {\n    position: relative;\n    padding: 72px 24px 96px;\n    overflow: hidden;\n    border-bottom: 1px solid var(--surface-line);\n    margin-bottom: 64px;\n  }\n\n  .hero-inner {\n    max-width: 880px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .eyebrow {\n    font-family: \"Space Mono\", monospace;\n    letter-spacing: 0.18em;\n    font-size: 12px;\n    color: var(--amber-soft);\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  h1 {\n    font-family: \"Zen Kaku Gothic New\", sans-serif;\n    font-weight: 900;\n    font-size: clamp(36px, 6vw, 56px);\n    margin: 0 0 16px;\n    letter-spacing: 0.02em;\n    color: var(--text);\n  }\n\n  .hero p.lead {\n    max-width: 46em;\n    color: var(--text-muted);\n    font-size: 16px;\n    margin: 0;\n  }\n\n  \/* horizon illustration *\/\n  .horizon {\n    position: absolute;\n    left: 0; right: 0; bottom: 0;\n    height: 180px;\n    z-index: 1;\n  }\n  .horizon svg { width: 100%; height: 100%; display: block; }\n\n  \/* ---------- Section headers ---------- *\/\n  .section {\n    margin-bottom: 56px;\n  }\n\n  .section-head {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin-bottom: 24px;\n  }\n\n  .section-head .tag {\n    font-family: \"Space Mono\", monospace;\n    font-size: 12px;\n    color: var(--sage);\n    border: 1px solid var(--surface-line);\n    padding: 3px 8px;\n    border-radius: 3px;\n    letter-spacing: 0.08em;\n  }\n\n  .section-head h2 {\n    font-family: \"Zen Kaku Gothic New\", sans-serif;\n    font-size: 22px;\n    font-weight: 700;\n    margin: 0;\n    color: var(--text);\n  }\n\n  \/* ---------- Signature: call plate ---------- *\/\n  .call-plate {\n    background: var(--plate-bg);\n    border: 2px solid var(--surface-line);\n    border-radius: 10px;\n    padding: 32px 36px;\n    position: relative;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n  }\n\n  .call-plate::before,\n  .call-plate::after {\n    content: \"\";\n    position: absolute;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--surface-line);\n    top: 14px;\n  }\n  .call-plate::before { left: 14px; }\n  .call-plate::after { right: 14px; }\n\n  .call-plate .plate-label {\n    font-family: \"Space Mono\", monospace;\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    color: var(--sage);\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .call-plate .plate-number {\n    font-family: \"Space Mono\", monospace;\n    font-weight: 700;\n    font-size: clamp(30px, 5vw, 44px);\n    color: var(--amber);\n    letter-spacing: 0.03em;\n    line-height: 1;\n  }\n\n  .call-plate .plate-note {\n    color: var(--text-muted);\n    font-size: 13px;\n    margin-top: 8px;\n  }\n\n  .call-plate .plate-side {\n    text-align: right;\n    font-family: \"Space Mono\", monospace;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.9;\n  }\n\n  \/* ---------- Info table ---------- *\/\n  .info-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .info-table tr {\n    border-bottom: 1px solid var(--surface-line);\n  }\n  .info-table tr:first-child {\n    border-top: 1px solid var(--surface-line);\n  }\n\n  .info-table th {\n    text-align: left;\n    font-family: \"Zen Kaku Gothic New\", sans-serif;\n    font-weight: 500;\n    font-size: 13px;\n    color: var(--sage);\n    letter-spacing: 0.08em;\n    padding: 18px 20px 18px 0;\n    width: 180px;\n    vertical-align: top;\n    white-space: nowrap;\n  }\n\n  .info-table td {\n    padding: 18px 0;\n    color: var(--text);\n    font-size: 15px;\n    vertical-align: top;\n  }\n\n  .info-table td .sub {\n    display: block;\n    color: var(--text-muted);\n    font-size: 13px;\n    margin-top: 4px;\n  }\n\n  .placeholder {\n    color: var(--text-muted);\n    font-family: \"Space Mono\", monospace;\n    font-size: 13px;\n    border: 1px dashed var(--surface-line);\n    border-radius: 4px;\n    padding: 3px 8px;\n    display: inline-block;\n  }\n\n  \/* ---------- License card ---------- *\/\n  .license-card {\n    background: var(--surface);\n    border: 1px solid var(--surface-line);\n    border-radius: 8px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .license-icon {\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: rgba(226, 165, 77, 0.12);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .license-text .title {\n    font-family: \"Zen Kaku Gothic New\", sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--text);\n    margin-bottom: 4px;\n  }\n\n  .license-text .num {\n    font-family: \"Space Mono\", monospace;\n    color: var(--amber-soft);\n    font-size: 14px;\n  }\n\n  footer {\n    text-align: center;\n    color: var(--text-muted);\n    font-family: \"Space Mono\", monospace;\n    font-size: 12px;\n    letter-spacing: 0.06em;\n    padding-top: 32px;\n    border-top: 1px solid var(--surface-line);\n  }\n\n  @media (max-width: 600px) {\n    .info-table th { width: 120px; font-size: 12px; }\n    .call-plate { padding: 24px; }\n    .call-plate .plate-side { text-align: left; }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"hero\">\n    <div class=\"hero-inner\">\n      <div class=\"eyebrow\">CampingCarBuy.com \u2014 Company Profile<\/div>\n      <h1>\u4f1a\u793e\u6982\u8981<\/h1>\n      <p class=\"lead\">\u30ad\u30e3\u30f3\u30d4\u30f3\u30b0\u30ab\u30fc\u306e\u8cb7\u53d6\u30fb\u8ca9\u58f2\u3092\u5c02\u9580\u306b\u884c\u3046\u4f1a\u793e\u6982\u8981\u3067\u3059\u3002\u67fb\u5b9a\u304b\u3089\u51fa\u5f35\u56de\u53ce\u307e\u3067\u3001\u57fc\u7389\u770c\u5742\u6238\u5e02\u3092\u62e0\u70b9\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n    <\/div>\n    <div class=\"horizon\">\n      <svg viewBox=\"0 0 900 180\" preserveAspectRatio=\"none\">\n        <path d=\"M0,140 C150,110 300,150 450,125 C600,105 750,135 900,115 L900,180 L0,180 Z\" fill=\"#1c2b24\"\/>\n        <path d=\"M0,160 C180,140 350,170 520,150 C680,135 820,160 900,145 L900,180 L0,180 Z\" fill=\"#0f1712\"\/>\n        <!-- simple camper silhouette -->\n        <g transform=\"translate(600,118)\" fill=\"#0f1712\" stroke=\"#35473d\" stroke-width=\"1.5\">\n          <rect x=\"0\" y=\"0\" width=\"70\" height=\"30\" rx=\"3\"\/>\n          <rect x=\"12\" y=\"7\" width=\"16\" height=\"12\" rx=\"1\" fill=\"#E2A54D\" opacity=\"0.5\" stroke=\"none\"\/>\n          <circle cx=\"14\" cy=\"32\" r=\"5\" fill=\"#0f1712\"\/>\n          <circle cx=\"56\" cy=\"32\" r=\"5\" fill=\"#0f1712\"\/>\n        <\/g>\n      <\/svg>\n    <\/div>\n  <\/div>\n\n  <div class=\"wrap\">\n\n    <!-- Call plate: signature element -->\n    <div class=\"section\">\n      <div class=\"section-head\">\n        <span class=\"tag\">01<\/span>\n        <h2>\u8cb7\u53d6\u306e\u3054\u9023\u7d61\u5148<\/h2>\n      <\/div>\n      <div class=\"call-plate\">\n        <div>\n          <div class=\"plate-label\">Free Dial \/ \u8cb7\u53d6\u5c02\u7528\u30c0\u30a4\u30e4\u30eb<\/div>\n          <div class=\"plate-number\">0120-083-084<\/div>\n          <div class=\"plate-note\">\u901a\u8a71\u7121\u6599\u30fb\u67fb\u5b9a\u306e\u3054\u76f8\u8ac7\u306f\u3053\u3061\u3089\u3078<\/div>\n        <\/div>\n        <div class=\"plate-side\">\n          FAX 049-236-3106<br>\n          \u53d7\u4ed8\u6642\u9593 \uff3b10:00-22:00\uff3d\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Company info table -->\n    <div class=\"section\">\n      <div class=\"section-head\">\n        <span class=\"tag\">02<\/span>\n        <h2>\u4f1a\u793e\u60c5\u5831<\/h2>\n      <\/div>\n      <table class=\"info-table\">\n        <tr>\n          <th>\u6240\u5728\u5730<\/th>\n          <td>\n            \u3012350-0232<br>\n            \u57fc\u7389\u770c\u5742\u6238\u5e02\u4e2d\u5bcc\u753a57-1\n          <\/td>\n        <\/tr>\n        <tr>\n          <th>\u96fb\u8a71\u756a\u53f7<\/th>\n          <td>0120-083-084\uff08\u8cb7\u53d6\u9023\u7d61\u5148\uff09<\/td>\n        <\/tr>\n        <tr>\n          <th>FAX<\/th>\n          <td>049-236-3106<\/td>\n        <\/tr>\n        <tr>\n          <th>\u4e8b\u696d\u5185\u5bb9<\/th>\n          <td>\u30ad\u30e3\u30f3\u30d4\u30f3\u30b0\u30ab\u30fc\u306e\u8cb7\u53d6\u30fb\u8ca9\u58f2\n            <span class=\"sub\"><\/span>\n          <\/td>\n        <\/tr>\n      <\/table>\n    <\/div>\n\n    <!-- License -->\n    <div class=\"section\">\n      <div class=\"section-head\">\n        <span class=\"tag\">03<\/span>\n        <h2>\u53e4\u7269\u5546\u8a31\u53ef<\/h2>\n      <\/div>\n      <div class=\"license-card\">\n        <div class=\"license-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#E2A54D\" stroke-width=\"1.6\">\n            <path d=\"M12 2 L21 6 L21 12 C21 17 17 20.5 12 22 C7 20.5 3 17 3 12 L3 6 Z\"\/>\n            <path d=\"M8.5 12.5 L11 15 L16 9.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"license-text\">\n          <div class=\"title\">\u57fc\u7389\u770c\u516c\u5b89\u59d4\u54e1\u4f1a<\/div>\n          <div class=\"num\">\u7b2c 431110032553 \u53f7<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <footer>CAMPINGCARBUY.COM \u2014 \u4f1a\u793e\u6982\u8981<\/footer>\n  <\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u4f1a\u793e\u6982\u8981 | \u30ad\u30e3\u30f3\u30d4\u30f3\u30b0\u30ab\u30fc\u8cb7\u53d6 CampingCarBuy.com \u2014 Company Profile \u4f1a\u793e\u6982\u8981 \u30ad\u30e3\u30f3\u30d4\u30f3\u30b0\u30ab\u30fc\u306e\u8cb7\u53d6\u30fb\u8ca9\u58f2\u3092\u5c02\u9580\u306b\u884c\u3046\u4f1a\u793e\u6982\u8981\u3067\u3059\u3002\u67fb\u5b9a\u304b\u3089\u51fa\u5f35\u56de\u53ce\u307e\u3067\u3001\u57fc\u7389\u770c\u5742\u6238\u5e02\u3092\u62e0\u70b9\u306b\u5bfe\u5fdc\u3057 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lightning_design_setting":{"site_body_padding":"true"},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":2,"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":163,"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/163"}],"wp:attachment":[{"href":"https:\/\/campingcarbuy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}