ヘアサロンHvala 営業のご案内
いつもヘアサロンHvalaをお引き立て頂き、誠にありがとうございます。
定休日のお知らせです。通常営業は9:00-17:00でございます。
完全予約制とさせていただいております。
ご来店をお待ちしております。
« 2025年1月»
日 |
月 |
火 |
水 |
木 |
金 |
土 |
| | | 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 | |
« 2025年2月»
日 |
月 |
火 |
水 |
木 |
金 |
土 |
| | | | | | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | |
/?php
if (in_category('blog')) :
comments_template('', true);
endif;
?>
Comment
/?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
if (in_category('blog')) :
comments_template('', true);
endif;
endif;
?>