墓じまいについてのご相談、ご不明点、お見積もりのご希望などがありましたら、お気軽にお問い合わせください。
はじめての方にもわかりやすく、状況に応じて丁寧にご案内いたします。
対応エリア:岡山県全域
受付時間:平日 9:00~17:00
電話番号:0120-113-323
運営:お墓の斎院(さや) / MGMストーン関西株式会社
下記フォームに必要事項をご入力のうえ、送信してください。
※ フォームは Contact Form 7 などのショートコードをこの下へ入れてください。
<?php
/*
Template Name: お問い合わせ
*/
get_header();
?>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
.contact-lp {
font-family: 'Noto Serif JP', serif;
font-size: 18px;
color: #333;
background: #f8f6f2;
min-height: 100vh;
line-height: 1.8;
}
.contact-container {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.contact-hero {
background: linear-gradient(135deg, #f3efe7 0%, #ffffff 100%);
padding: 70px 0 50px;
border-bottom: 1px solid #e5dfd3;
text-align: center;
}
.contact-hero h1 {
font-size: 36px;
color: #2f2a22;
margin-bottom: 16px;
}
.contact-hero p {
font-size: 20px;
color: #333;
font-weight: bold;
}
.contact-section {
padding: 56px 0;
}
.contact-card {
background: #fff;
border: 1px solid #e5dfd3;
border-radius: 12px;
padding: 40px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.contact-tel {
text-align: center;
background: #3d342a;
color: #fff;
border-radius: 12px;
padding: 30px;
margin-bottom: 30px;
}
.contact-tel .tel-title {
font-size: 20px;
color: #d8d1c7;
margin-bottom: 10px;
}
.contact-tel a {
display: block;
font-size: 44px;
font-weight: bold;
color: #fff;
text-decoration: none;
margin: 10px 0;
}
.contact-tel .tel-hours {
font-size: 18px;
color: #d8d1c7;
margin-top: 10px;
}
</style>
<div class="contact-lp">
<section class="contact-hero">
<div class="contact-container">
<h1>お問い合わせ</h1>
<p>お墓のご相談・墓じまいのご質問はお気軽にどうぞ。<br>お電話またはフォームよりご連絡ください。</p>
</div>
</section>
<section class="contact-section">
<div class="contact-container">
<div class="contact-card">
<div class="contact-tel">
<p class="tel-title">電話でのご相談はこちら</p>
<a href="tel:0120031480">0120-03-1480</a>
<p class="tel-hours">月曜日〜金曜日 9:00〜17:00(土日祝除く)</p>
</div>
<?php echo do_shortcode('
<?php get_footer(); ?>