Tobeyo|民宿自己用得上的網站

民宿運営者自身が本当に使えるウェブサイト制作サービス「Tobeyo」。公式サイト、宿泊料金、顧客情報、アクティビティ収入、AIチャットボットを連携させ、日常業務で活用できる統合プラットフォームを提供する。
SaaS,宿泊業向けITソリューション,ウェブ制作NQ 77/100出典:prnews

📋 記事の処理履歴

  • 📰 発表: 2026年4月7日 06:16
  • 🔍 収集: 2026年4月7日 06:30(発表から13分後)
  • 🤖 AI分析完了: 2026年4月9日 09:06(収集から50時間36分後)
Tobeyo|民宿自己用得上的網站 {"@context":"https://schema.org","@type":"Organization","name":"Tobeyo","url":"https://tobeyo.com","logo":"https://tobeyo.com/assets/logo.png?v=1774338774","description":"不只是做一個漂亮網站,而是把官網、房價、住過的旅客、活動收入和 AI 問答接起來,讓你平常真的用得上。"} {"@context":"https://schema.org","@type":"WebSite","name":"Tobeyo","url":"https://tobeyo.com","description":"不只是做一個漂亮網站,而是把官網、房價、住過的旅客、活動收入和 AI 問答接起來,讓你平常真的用得上。"} :root{ --bg:#f5efe6; --bg-soft:#fbf7f1; --bg-muted:#efe4d7; --surface:#ffffff; --surface-warm:#fffaf5; --ink:#211c18; --ink-soft:#6e6259; --line:rgba(49,38,29,0.10); --line-strong:rgba(49,38,29,0.18); --brand:#b5835a; --brand-deep:#8f623f; --green:#2f8a57; --green-soft:#dff0e6; --blue:#2463eb; --blue-soft:#e5efff; --rose:#b65b66; --rose-soft:#f8e8eb; --shadow:0 18px 50px rgba(27, 22, 17, 0.08); --shadow-strong:0 26px 80px rgba(27, 22, 17, 0.14); --radius-xl:34px; --radius-lg:24px; --radius-md:18px; --container:min(1240px, calc(100vw - 40px)); } *{ box-sizing:border-box; } html{ scroll-behavior:smooth; } body{ margin:0; font-family:"Avenir Next", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif; color:var(--ink); background: radial-gradient(circle at top left, rgba(181,131,90,0.18), transparent 28%), radial-gradient(circle at top right, rgba(36,99,235,0.08), transparent 24%), linear-gradient(180deg, #fbf8f4 0%, var(--bg) 100%); line-height:1.65; -webkit-font-smoothing:antialiased; } a{ color:inherit; text-decoration:none; } img{ display:block; max-width:100%; } .container{ width:var(--container); margin:0 auto; } .site-header{ position:sticky; top:0; z-index:40; backdrop-filter:blur(18px); background:rgba(251, 248, 244, 0.88); border-bottom:1px solid rgba(49,38,29,0.08); transition:background .22s ease, box-shadow .22s ease, border-color .22s ease; } .site-header-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 0; transition:padding .22s ease, gap .22s ease; } .mobile-nav-toggle{ display:none; align-items:center; justify-content:center; gap:10px; min-width:46px; min-height:46px; padding:0 16px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,0.82); color:var(--ink); font-size:14px; font-weight:900; box-shadow:0 10px 24px rgba(27,22,17,0.08); cursor:pointer; transition:background .2s ease, box-shadow .2s ease, border-color .2s ease; } .mobile-nav-toggle-bars{ position:relative; width:18px; height:12px; flex:none; } .mobile-nav-toggle-bars::before, .mobile-nav-toggle-bars::after, .mobile-nav-toggle-bars span{ content:""; position:absolute; left:0; width:18px; height:2px; border-radius:999px; background:currentColor; transition:transform .2s ease, opacity .2s ease, top .2s ease; } .mobile-nav-toggle-bars::before{ top:0; } .mobile-nav-toggle-bars span{ top:5px; } .mobile-nav-toggle-bars::after{ top:10px; } .brand{ display:flex; align-items:center; gap:14px; min-width:0; } .brand img{ width:auto; height:40px; object-fit:contain; transition:height .22s ease; } .brand-copy{ min-width:0; } .brand-title{ font-size:18px; font-weight:900; letter-spacing:-0.02em; } .brand-sub{ font-size:12px; color:var(--ink-soft); transition:opacity .18s ease; } .site-nav{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end; transition:opacity .2s ease; } .site-nav-link{ padding:10px 14px; border-radius:999px; font-size:14px; font-weight:700; color:var(--ink-soft); border:1px solid transparent; transition:all .22s ease; } .site-nav-link:hover, .site-nav-link.is-active{ color:var(--ink); background:rgba(255,255,255,0.75); border-color:var(--line); } .nav-cta{ display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 20px; border-radius:999px; background:linear-gradient(135deg, var(--brand), #cb9d75); color:#fff; font-weight:900; box-shadow:0 14px 28px rgba(181,131,90,0.24); } .main{ padding:28px 0 70px; } .hero{ position:relative; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-xl); background: radial-gradient(circle at top left, rgba(181,131,90,0.18), transparent 34%), radial-gradient(circle at bottom right, rgba(36,99,235,0.12), transparent 30%), linear-gradient(135deg, rgba(255,255,255,0.90), rgba(255,248,241,0.96)); box-shadow:var(--shadow-strong); } .hero-grid{ display:grid; grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.95fr); gap:28px; align-items:center; padding:42px; } .eyebrow{ display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; background:rgba(255,255,255,0.86); border:1px solid rgba(49,38,29,0.10); color:var(--brand-deep); font-size:12px; font-weight:900; letter-spacing:0.04em; text-transform:uppercase; } .hero h1, .page-title{ margin:18px 0 14px; font-size:clamp(34px, 5vw, 64px); line-height:1.02; letter-spacing:-0.05em; font-weight:950; max-width:12ch; } .hero-copy, .page-lead{ font-size:18px; color:var(--ink-soft); line-height:1.9; max-width:62ch; } .hero-bullets{ display:grid; gap:12px; margin-to