Commit 052704c4 by o.kimura

バナー差し替え

parent 111eeae2
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<?php endwhile; ?> <?php endwhile; ?>
<div id="main_area" class="clearfix"> <div id="main_area" class="clearfix">
<p id="bnr_area"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/03/sessuijiman2020.png" width="353" height="107" alt="我が家の節水自慢" /></a> <a href="/news/news1399"><img src="/cms/wp-content/uploads/2019/04/banner_jisedai.jpg" width="353" height="107" alt="次世代住宅ポイント制度" /></a></p> <p id="bnr_area"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/06/sessuijiman202006.png" width="353" height="107" alt="我が家の節水自慢" /></a> <a href="/news/news1399"><img src="/cms/wp-content/uploads/2019/04/banner_jisedai.jpg" width="353" height="107" alt="次世代住宅ポイント制度" /></a></p>
<div class="left"> <div class="left">
    <div style="overflow: hidden; margin-bottom: 20px;">     <div style="overflow: hidden; margin-bottom: 20px;">
<div class="box_left"> <div class="box_left">
......
...@@ -17,147 +17,160 @@ ...@@ -17,147 +17,160 @@
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja"> <html lang="ja">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="トイレ,節水,節約,CO2削減,省エネ,リフォーム,日本レストルーム工業会"> <meta name="keywords" content="トイレ,節水,節約,CO2削減,省エネ,リフォーム,日本レストルーム工業会">
<meta name="description" content="トイレナビはトイレでの節水,節約,CO2削減,省エネ,リフォームなどの情報を発信しています。日本レストルーム工業会が運営しています。"> <meta name="description" content="トイレナビはトイレでの節水,節約,CO2削減,省エネ,リフォームなどの情報を発信しています。日本レストルーム工業会が運営しています。">
<title>トイレナビ|トイレで節水・節約・CO2削減・省エネ 一般社団法人 日本レストルーム工業会</title> <title>トイレナビ|トイレで節水・節約・CO2削減・省エネ 一般社団法人 日本レストルーム工業会</title>
<link rel="stylesheet" href="/sp/shared/css/common.css" type="text/css" media="all"> <link rel="stylesheet" href="/sp/shared/css/common.css" type="text/css" media="all">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/ga.php'; ?> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/ga.php'; ?>
</head> </head>
<body> <body>
<div id="container" class="toppage"> <div id="container" class="toppage">
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/header.php'; ?> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/header.php'; ?>
<main> <main>
<div id="main"> <div id="main">
<div id="showcase"> <div id="showcase">
<img src="/sp/shared/images/showcase.jpg" alt=""> <img src="/sp/shared/images/showcase.jpg" alt="">
<p> <p>
トイレでの節水・節約・CO2削減・省エネ・トイレリフォームなどの情報を発信しています。 トイレでの節水・節約・CO2削減・省エネ・トイレリフォームなどの情報を発信しています。
</p> </p>
<p> <p>
トイレに関するよくあるご質問をまとめた「トイレQ&amp;A」、医学研究結果や専門医・専門家のインタビュー記事をスマートフォン用にご用意しました。 トイレに関するよくあるご質問をまとめた「トイレQ&amp;A」、医学研究結果や専門医・専門家のインタビュー記事をスマートフォン用にご用意しました。
</p> </p>
</div> </div>
<div id="bnr_area" style="padding-bottom:1em;"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/03/sessuijiman2020.png" alt="我が家の節水自慢" /></a></div> <div id="bnr_area" style="padding-bottom:1em;"><a href="https://sanitary-net-annex.com/contest/" target="_brank"><img src="/cms/wp-content/uploads/2020/06/sessuijiman202006.png" alt="我が家の節水自慢" /></a></div>
<section> <section>
<div class="section qa"> <div class="section qa">
<h1 class="section_ttl">トイレQ&amp;A</h1> <h1 class="section_ttl">トイレQ&amp;A</h1>
<div class="tbl"> <div class="tbl">
<div class="row"> <div class="row">
<div class="box"> <div class="box">
<a href="/sp/faq/#section_toilet"><h2 class="ttl toilet">大便器</h2></a> <a href="/sp/faq/#section_toilet">
<ul> <h2 class="ttl toilet">大便器</h2>
<?php query_posts("cat=3&showposts=-1&order=DESC&orderby=date"); ?> </a>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_toilet', true); if ($show == true): ?> <ul>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li> <?php query_posts("cat=3&showposts=-1&order=DESC&orderby=date"); ?>
<?php endif; endwhile; endif; ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_toilet', true); if ($show == true): ?>
<?php wp_reset_query(); ?> <li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
</ul> <?php endif; endwhile; endif; ?>
</div> <?php wp_reset_query(); ?>
<div class="box"> </ul>
<a href="/sp/faq/#section_seat"><h2 class="ttl seat">温水洗浄便座</h2></a>
<ul>
<?php query_posts("cat=4&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_seat', true); if ($show == true): ?>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
<?php endif; endwhile; endif; ?>
<?php wp_reset_query(); ?>
</ul>
</div>
</div> </div>
<div class="row"> <div class="box">
<div class="box"> <a href="/sp/faq/#section_seat">
<a href="/sp/faq/#section_urinal"><h2 class="ttl urinal">小便器</h2></a> <h2 class="ttl seat">温水洗浄便座</h2>
<ul> </a>
<?php query_posts("cat=5&showposts=-1&order=DESC&orderby=date"); ?> <ul>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_urinal', true); if ($show == true): ?> <?php query_posts("cat=4&showposts=-1&order=DESC&orderby=date"); ?>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_seat', true); if ($show == true): ?>
<?php endif; endwhile; endif; ?> <li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
<?php wp_reset_query(); ?> <?php endif; endwhile; endif; ?>
</ul> <?php wp_reset_query(); ?>
</div> </ul>
<div class="box">
<a href="/sp/faq/#section_etc"><h2 class="ttl etc">その他</h2></a>
<ul>
<?php query_posts("cat=6&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_etc', true); if ($show == true): ?>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
<?php endif; endwhile; endif; ?>
<?php wp_reset_query(); ?>
</ul>
</div>
</div> </div>
<div class="row"> </div>
<div class="box last"> <div class="row">
<a href="/sp/faq/#section_pro"><h2 class="ttl pro">専門家</h2></a> <div class="box">
<ul class="pro"> <a href="/sp/faq/#section_urinal">
<?php query_posts("cat=7&showposts=-1&order=DESC&orderby=date"); ?> <h2 class="ttl urinal">小便器</h2>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_pro', true); if ($show == true): ?> </a>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li> <ul>
<?php endif; endwhile; endif; ?> <?php query_posts("cat=5&showposts=-1&order=DESC&orderby=date"); ?>
<?php wp_reset_query(); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_urinal', true); if ($show == true): ?>
</ul> <li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
</div> <?php endif; endwhile; endif; ?>
<?php wp_reset_query(); ?>
</ul>
</div> </div>
<div class="box">
<a href="/sp/faq/#section_etc">
<h2 class="ttl etc">その他</h2>
</a>
<ul>
<?php query_posts("cat=6&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_etc', true); if ($show == true): ?>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
<?php endif; endwhile; endif; ?>
<?php wp_reset_query(); ?>
</ul>
</div>
</div>
<div class="row">
<div class="box last">
<a href="/sp/faq/#section_pro">
<h2 class="ttl pro">専門家</h2>
</a>
<ul class="pro">
<?php query_posts("cat=7&showposts=-1&order=DESC&orderby=date"); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $show = get_post_meta($post->ID, 'qa_pro', true); if ($show == true): ?>
<li><a href="<?php the_permalink() ?>"><?php the_title();?></a></li>
<?php endif; endwhile; endif; ?>
<?php wp_reset_query(); ?>
</ul>
</div>
</div>
</div> </div>
<div class="btn"> <div class="btn">
<a href="/sp/faq/">もっと見る</a> <a href="/sp/faq/">もっと見る</a>
</div> </div>
</div> </div>
</section> </section>
<div id="study_index" class="content"> <div id="study_index" class="content">
<section> <section>
<h1 class="section_ttl">研究など(インタビュー)</h1> <h1 class="section_ttl">研究など(インタビュー)</h1>
<div class="section"> <div class="section">
<img src="/sp/shared/images/trend/study01.jpg" alt=""> <img src="/sp/shared/images/trend/study01.jpg" alt="">
<div class="content"> <div class="content">
<h2>温水洗浄便座に関する医学研究</h2> <h2>温水洗浄便座に関する医学研究</h2>
<p>一般社団法人 日本レストルーム工業会では、第三者機関に委託研究を実施し、医学的知見・エビデンスの取得を図るとともに製品開発・改良や啓発活動に努めております。その研究結果の概要についてご紹介します。</p> <p>一般社団法人 日本レストルーム工業会では、第三者機関に委託研究を実施し、医学的知見・エビデンスの取得を図るとともに製品開発・改良や啓発活動に努めております。その研究結果の概要についてご紹介します。</p>
<div class="list"> <div class="list">
<p>・温水洗浄便座の使用と健康影響に関する研究</p> <p>・温水洗浄便座の使用と健康影響に関する研究</p>
<p>・温水洗浄便座の吐水に関する微生物学的実態調査研究</p> <p>・温水洗浄便座の吐水に関する微生物学的実態調査研究</p>
</div> </div>
<a href="/sp/trend/study02.php"></a> <a href="/sp/trend/study02.php"></a>
</div>
</div> </div>
</div> <div class="section">
<div class="section"> <img src="/sp/shared/images/trend/study02.jpg" alt="">
<img src="/sp/shared/images/trend/study02.jpg" alt=""> <div class="content pink">
<div class="content pink">
<h2><span>専門医に訊く(女性のための)</span>温水洗浄便座の適切な使い方</h2> <h2><span>専門医に訊く(女性のための)</span>温水洗浄便座の適切な使い方</h2>
<p>一般社団法人 日本レストルーム工業会では、第一線で活躍される女性専門医の方々に、それぞれの立場から、女性の悩みや病気と温水洗浄便座の適切な使い方について、お訊きしました。</p> <p>一般社団法人 日本レストルーム工業会では、第一線で活躍される女性専門医の方々に、それぞれの立場から、女性の悩みや病気と温水洗浄便座の適切な使い方について、お訊きしました。</p>
<div class="list"> <div class="list">
<p>・三井記念病院 中田真木先生</p> <p>・三井記念病院 中田真木先生</p>
<p>・マリーゴールドクリニック 山口トキコ先生</p> <p>・マリーゴールドクリニック 山口トキコ先生</p>
<p>・武蔵村山病院 大川あさ子先生</p> <p>・武蔵村山病院 大川あさ子先生</p>
</div> </div>
<a href="/sp/trend/study01.php"></a> <a href="/sp/trend/study01.php"></a>
</div>
</div> </div>
</div> <div class="section">
<div class="section"> <img src="/sp/shared/images/trend/study03.jpg" alt="">
<img src="/sp/shared/images/trend/study03.jpg" alt=""> <div class="content">
<div class="content">
<h2><span>感染制御の専門家に訊く</span>病院・医療機関でのトイレ清掃管理・消毒の基本と注意</h2> <h2><span>感染制御の専門家に訊く</span>病院・医療機関でのトイレ清掃管理・消毒の基本と注意</h2>
<p>一般社団法人日本レストルーム工業会では、第一線で活躍される感染制御の専門家に、病院・医療機関でのトイレの清掃管理・消毒の基本と注意点についてお訊きしました。</p> <p>一般社団法人日本レストルーム工業会では、第一線で活躍される感染制御の専門家に、病院・医療機関でのトイレの清掃管理・消毒の基本と注意点についてお訊きしました。</p>
<a href="/sp/trend/study03.php"></a> <a href="/sp/trend/study03.php"></a>
</div>
</div> </div>
</div> <div class="section">
<div class="section"> <img src="/sp/shared/images/trend/study04.png" alt="">
<img src="/sp/shared/images/trend/study04.png" alt=""> <div class="content">
<div class="content">
<h2><span>感染症の予防と消毒・滅菌の専門家に訊く</span>トイレにおける腸管感染症(主にノロウイルス)の感染リスクと対策</h2> <h2><span>感染症の予防と消毒・滅菌の専門家に訊く</span>トイレにおける腸管感染症(主にノロウイルス)の感染リスクと対策</h2>
<p>一般社団法人日本レストルーム工業会では、第一線で活躍される感染症の予防と消毒・滅菌の専門家に、手指衛生と腸管感染症防止についてお訊きしました。</p> <p>一般社団法人日本レストルーム工業会では、第一線で活躍される感染症の予防と消毒・滅菌の専門家に、手指衛生と腸管感染症防止についてお訊きしました。</p>
<a href="/sp/trend/study04.php"></a> <a href="/sp/trend/study04.php"></a>
</div>
</div> </div>
</section>
</div> </div>
</section> </div><!-- /#main -->
</div> </main>
</div><!-- /#main --> <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/footer.php'; ?>
</main> </div><!-- /#container -->
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/sp/shared/inc/footer.php'; ?> <script type="text/javascript" src="/shared/js/jquery.js"></script>
</div><!-- /#container --> <script type="text/javascript" src="/sp/shared/js/common.js"></script>
<script type="text/javascript" src="/shared/js/jquery.js"></script>
<script type="text/javascript" src="/sp/shared/js/common.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment