導入について相談(30分)
TimerexCalendar();よくある質問
#faq * {
box-sizing: border-box;
}
#faq {
max-width: 100%;
margin: 0 auto;
padding: 16px;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, ‘Noto Sans JP’, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
}
#faq .container {
max-width: 800px;
margin: 0 auto;
background: white;
border-radius: 16px;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
#faq .header {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
color: white;
text-align: center;
padding: 32px 16px;
}
#faq .header h1 {
font-size: 24px;
font-weight: bold;
margin: 0 0 8px 0;
line-height: 1.3;
}
#faq .header p {
font-size: 14px;
opacity: 0.9;
margin: 0;
}
#faq .search-container {
padding: 24px 16px;
background: #f8fafc;
border-bottom: 1px solid #e2e8f0;
}
#faq .search-box {
position: relative;
max-width: 400px;
margin: 0 auto;
}
#faq .search-input {
width: 100%;
padding: 16px 20px 16px 48px;
font-size: 16px;
border: 2px solid #e2e8f0;
border-radius: 12px;
background: white;
transition: border-color 0.2s;
}
#faq .search-input:focus {
outline: none;
border-color: #4facfe;
}
#faq .search-icon {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
color: #94a3b8;
font-size: 18px;
}
#faq .categories {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
padding: 24px 16px;
}
#faq .category {
background: white;
border-radius: 12px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.2s, box-shadow 0.2s;
}
#faq .category:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.15);
}
#faq .category-header {
padding: 20px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
min-height: 72px;
transition: background-color 0.2s;
}
#faq .category-header:hover {
background: #f8fafc;
}
#faq .category-title {
display: flex;
align-items: center;
font-size: 18px;
font-weight: bold;
color: #1e293b;
margin: 0;
}
#faq .category-icon {
width: 40px;
height: 40px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 12px;
font-size: 18px;
color: white;
}
#faq .service .category-icon { background: linear-gradient(135deg, #667eea, #764ba2); }
#faq .pricing .category-icon { background: linear-gradient(135deg, #f093fb, #f5576c); }
#faq .results .category-icon { background: linear-gradient(135deg, #4facfe, #00f2fe); }
#faq .system .category-icon { background: linear-gradient(135deg, #43e97b, #38f9d7); }
#faq .support .category-icon { background: linear-gradient(135deg, #fa709a, #fee140); }
#faq .terms .category-icon { background: linear-gradient(135deg, #a8edea, #fed6e3); }
#faq .industry .category-icon { background: linear-gradient(135deg, #ff9a9e, #fecfef); }
#faq .toggle-icon {
font-size: 20px;
color: #64748b;
transition: transform 0.2s;
}
#faq .category.active .toggle-icon {
transform: rotate(180deg);
}
#faq .category-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
background: #f8fafc;
}
#faq .category.active .category-content {
max-height: 2000px;
}
#faq .faq-item {
border-bottom: 1px solid #e2e8f0;
}
#faq .faq-item:last-child {
border-bottom: none;
}
#faq .question {
padding: 20px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: flex-start;
min-height: 64px;
background: white;
transition: background-color 0.2s;
font-size: 16px;
font-weight: 500;
color: #1e293b;
line-height: 1.5;
}
#faq .question:hover {
background: #f1f5f9;
}
#faq .question-text {
flex: 1;
margin-right: 12px;
}
#faq .question-icon {
font-size: 16px;
color: #64748b;
transition: transform 0.2s;
margin-top: 2px;
}
#faq .faq-item.active .question-icon {
transform: rotate(180deg);
}
#faq .answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
background: #f8fafc;
}
#faq .faq-item.active .answer {
max-height: 1000px;
}
#faq .answer-content {
padding: 20px;
font-size: 15px;
line-height: 1.7;
color: #475569;
}
#faq .contact-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
text-align: center;
padding: 40px 16px;
}
#faq .contact-section h2 {
font-size: 24px;
font-weight: bold;
margin: 0 0 16px 0;
}
#faq .contact-section p {
font-size: 16px;
margin: 0 0 24px 0;
opacity: 0.9;
line-height: 1.6;
}
#faq .contact-button {
background: white;
color: #667eea;
padding: 16px 32px;
border-radius: 12px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
display: inline-block;
transition: transform 0.2s, box-shadow 0.2s;
border: none;
cursor: pointer;
}
#faq .contact-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
#faq {
padding: 8px;
}
#faq .header {
padding: 24px 16px;
}
#faq .header h1 {
font-size: 20px;
}
#faq .categories {
grid-template-columns: 1fr;
gap: 16px;
padding: 16px 8px;
}
#faq .category-header {
padding: 16px;
min-height: 64px;
}
#faq .category-title {
font-size: 16px;
}
#faq .category-icon {
width: 36px;
height: 36px;
font-size: 16px;
margin-right: 10px;
}
#faq .question {
padding: 16px;
font-size: 15px;
min-height: 56px;
}
#faq .answer-content {
padding: 16px;
font-size: 14px;
}
#faq .search-container {
padding: 16px;
}
#faq .search-input {
padding: 14px 18px 14px 44px;
font-size: 16px;
}
#faq .contact-section {
padding: 32px 16px;
}
#faq .contact-section h2 {
font-size: 20px;
}
#faq .contact-section p {
font-size: 14px;
}
#faq .contact-button {
padding: 14px 28px;
font-size: 16px;
}
}
// カテゴリーの開閉
function toggleCategory(categoryId) {
const category = document.querySelector(`[data-category=”${categoryId}”]`);
category.classList.toggle(‘active’);
}
// FAQ項目の開閉
function toggleFaq(element) {
const faqItem = element.parentElement;
faqItem.classList.toggle(‘active’);
}
// 検索機能
document.getElementById(‘searchInput’).addEventListener(‘input’, function(e) {
const searchTerm = e.target.value.toLowerCase();
const faqItems = document.querySelectorAll(‘.faq-item’);
const categories = document.querySelectorAll(‘.category’);
if (searchTerm === ”) {
// 検索語が空の場合、全て表示
faqItems.forEach(item => item.style.display = ‘block’);
categories.forEach(cat => cat.style.display = ‘block’);
return;
}
categories.forEach(category => {
const categoryFaqItems = category.querySelectorAll(‘.faq-item’);
let hasVisibleItems = false;
categoryFaqItems.forEach(item => {
const question = item.querySelector(‘.question-text’).textContent.toLowerCase();
const answer = item.querySelector(‘.answer-content’).textContent.toLowerCase();
if (question.includes(searchTerm) || answer.includes(searchTerm)) {
item.style.display = ‘block’;
hasVisibleItems = true;
} else {
item.style.display = ‘none’;
}
});
// カテゴリーに表示する項目がある場合のみ表示
if (hasVisibleItems) {
category.style.display = ‘block’;
category.classList.add(‘active’); // 検索時はカテゴリーを開く
} else {
category.style.display = ‘none’;
}
});
});
// 初期状態で最初のカテゴリーを開く
document.addEventListener(‘DOMContentLoaded’, function() {
// すべてのカテゴリーを閉じた状態で開始
document.querySelectorAll(‘.category’).forEach(cat => {
cat.classList.remove(‘active’);
});
});
よくある質問
レビューナビ MEOサービスに関するご質問
サービス基本情報
レビューナビとは何ですか?
レビューナビは、GoogleマイビジネスのMEO対策に特化したサービスです。AIアンケート機能により顧客の声を自動収集し、効果的な口コミ獲得をサポートします。飲食店、美容院、クリニックなど様々な業種で活用いただけます。
MEOとは何ですか?
MEO(Map Engine Optimization)とは、Googleマップでの検索結果最適化のことです。「地域名+業種」で検索した際に、あなたの店舗が上位に表示されるよう対策することで、集客効果の向上が期待できます。
どのような業種に対応していますか?
飲食店、美容院・サロン、歯科・クリニック、小売店、宿泊施設、自動車関連、士業、教育・学習、フィットネス、ペット関連、冠婚葬祭、エンターテイメント、その他サービス業まで13業種をカバーしています。
料金・契約
料金プランを教えてください
3つのプランをご用意しています:
・ツールプラン:月額1万円(セルフ運用)
・代行プラン:月額5万円(運用代行込み)
・コンサルプラン:月額10万円(専門コンサルティング付き)
全プラン最低契約期間は4ヶ月です。
・ツールプラン:月額1万円(セルフ運用)
・代行プラン:月額5万円(運用代行込み)
・コンサルプラン:月額10万円(専門コンサルティング付き)
全プラン最低契約期間は4ヶ月です。
最低契約期間はありますか?
はい、全プランとも最低契約期間は4ヶ月となっております。MEOの効果は継続的な取り組みにより現れるため、一定期間での運用をお願いしています。
初期費用はかかりますか?
初期費用は無料です。月額料金のみでサービスをご利用いただけます。ただし、代行プランやコンサルプランでは、初回の設定作業が含まれています。
支払い方法は何がありますか?
クレジットカード払い(月額自動引き落とし)と銀行振込(年額一括払い)をお選びいただけます。年額一括払いの場合、10%の割引が適用されます。
効果・実績
どのような効果が期待できますか?
Googleマップでの表示順位向上、口コミ数・評価の増加、来店客数の増加などが期待できます。導入店舗の平均で、口コミ数が3倍、来店客数が40%増加という実績があります。
効果が出るまでにどれくらいかかりますか?
業種や競合状況により異なりますが、通常1-3ヶ月で効果が現れ始めます。継続的な運用により、6ヶ月後には明確な効果を実感いただけることが多いです。
これまでの実績を教えてください
現在まで1,000店舗以上にサービスを提供し、総口コミ数50,000件、総閲覧者数7,000万PVを達成しています。ローカルガイドレベル10の専門家が監修する信頼性の高いサービスです。
効果測定はどのように行いますか?
月次レポートで検索順位、口コミ数、評価、閲覧数、アクション数などを詳細に報告します。Googleマイビジネスのインサイトデータを基に、具体的な改善提案も行います。
システム・操作
AIアンケート機能とは何ですか?
来店客に自動でアンケートを送信し、満足度の高いお客様には口コミ投稿を促し、不満のあるお客様には内部改善のためのフィードバックを収集するAI機能です。
操作は難しくないですか?
直感的なダッシュボードで、パソコンが苦手な方でも簡単に操作できます。初回設定後は、多くの機能が自動化されているため、日々の作業は最小限です。
複数店舗での利用は可能ですか?
はい、可能です。店舗ごとに個別管理でき、本部管理画面では全店舗の状況を一括確認できます。チェーン店や複数店舗経営の方に最適です。
スマートフォンからも利用できますか?
はい、レスポンシブデザインに対応しており、スマートフォンやタブレットからも快適にご利用いただけます。外出先でも状況確認や対応が可能です。
運用・サポート
サポート体制について教えてください
平日9:00-18:00にメール・チャットサポートを提供しています。代行プラン以上では、専任担当者による電話サポートも利用可能です。初回導入時には丁寧なオンボーディングを行います。
導入時の設定は自分で行う必要がありますか?
ツールプランは基本的にセルフ設定ですが、詳細なマニュアルと動画解説をご用意しています。代行プラン以上では、弊社にて初期設定を代行いたします。
トラブルが発生した場合の対応は?
技術的なトラブルは原則24時間以内に対応いたします。緊急性の高い問題については、可能な限り迅速な解決を心がけています。定期メンテナンスは事前にお知らせします。
研修やセミナーはありますか?
月1回のオンラインセミナーを開催し、最新のMEO情報や活用テクニックをご紹介しています。また、業種別の成功事例セミナーも定期的に実施しています。
規約・解約
解約の手続きはどのように行いますか?
最低契約期間(4ヶ月)経過後、解約希望月の前月末日までにマイページまたはサポートまでご連絡ください。解約手数料は発生しません。データの引き継ぎサポートも行います。
利用規約はどこで確認できますか?
公式サイトの「利用規約」ページでご確認いただけます。ご契約前に必ずお読みいただき、ご不明な点があればサポートまでお気軽にお問い合わせください。
データの保存期間はどれくらいですか?
契約期間中のデータは無制限で保存され、解約後も3ヶ月間はデータを保持いたします。必要に応じてデータエクスポート機能をご利用いただけます。
業種別相談
飲食店での活用方法は?
食事後のタイミングでアンケート送信し、満足度の高いお客様には口コミ投稿を促します。料理やサービスの写真投稿も推奨し、魅力的な店舗情報の発信をサポートします。
美容院・サロンでの効果的な使い方は?
施術完了後にアンケートを送信し、満足いただいたお客様には Before/After写真付きの口コミ投稿を促します。リピーター獲得にも効果的です。
クリニック・歯科での注意点は?
医療広告ガイドラインに配慮したアンケート設計を行います。患者様のプライバシーに配慮し、適切な範囲での口コミ収集をサポートします。専門的なアドバイスも提供します。
競合が多い業種での差別化方法は?
独自の強みを活かしたキーワード設定、特徴的なサービスの訴求、地域密着性の演出など、競合との差別化戦略をコンサルティングいたします。業界の専門知識を活用します。
その他ご質問がございましたら
お気軽にお問い合わせください。
専門スタッフが丁寧にサポートいたします。