2019年6月29日
【大注目!ウエディングミュージカル開催決定】
ミュージカル ”ハッピーウエディング-Happy Wedding-”の大分公演が決定!
会場は姉妹式場ザ クラウンヴェール ロータスベイにて。
吉岡里帆 初主演映画「HAPPY WEDDING」を...
// 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;
?>