2020年11月1日
新型コロナウイルス流行に伴う営業時間変更のご案内
当店は衛生面を最大限考慮し、感染防止に努めながらの営業をしておりますが、お客様と従業員の安全、そして新型コロナウイルス感染拡大防止への社会的責任を第一に考え、以下の営業体制とさせていただきます。お客様...
// End the loop.
// Previous/next page navigation.
the_posts_pagination( array(
'prev_text' => __( 'Previous page', 'twentysixteen' ),
'next_text' => __( 'Next page', 'twentysixteen' ),
'before_page_number' => '
' . __( 'Page', 'twentysixteen' ) . ' ',
) );
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>