<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.0
 */

get_header(""); ?>

	<div id="contents" class="nyusatsu">
		<article id="main">
			<section class="nyusatsu clearfix">
				<h2><img src="<?php echo home_url('/'); ?>img/about/top_nyusatsu_ttl.jpg" width="600" height="63" alt=""></h2>
				<h3><?php the_title(); ?><?php if ( in_category('end') ): ?><span class="chushaku">　→　終了しました</span><?php endif; ?></h3>
				<?php
					if(have_posts()):
						while(have_posts()):
							the_post();
							the_content();
						endwhile;
					endif;
				?>

			<section class="contact_tel clearfix">
				<a href="<?php echo home_url('/'); ?>/contact/">
				<img src="<?php echo home_url('/'); ?>img/common/contact.jpg" alt="介護サービス・介護に関する事は無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_pc" width="900" height="245">
				<img src="<?php echo home_url('/'); ?>img/common/contact_sp.jpg" alt="介護サービス・介護に関する事は無何有の郷までお気軽にお問合せ下さい　電話番号：093-614-2660" class="only_sp" width="494" height="499"></a>
			<!-- /contact_tel --></section>

			<p id="pageTop"><a data-scroll href="#header"><br>page top</a></p>

		<!-- /main --></article>
	<!-- /contents --></div>

<?php get_footer(""); ?>
