
.kaikyoku-jikan::after {
content: "9時〜18時半(土は15時迄)" ; /*開局時間*/
}

.kyukyoku-bi::after {
content: "日曜祝日、年末年始" ; /*休局日*/
}

.tel::after {
content: "0422-30-9232" ;  /*電話番号*/
}

.kinkyu-renrakusaki::after {
content: "0422-30-9232" ;  /*夜間緊急連絡先*/
}

.fax::after {
content: "0422-30-9242" ;  /*FAX*/
}

.yubinbango::after {
content: "〒181-0014" ;  /*郵便番号*/
}

.jusho1::before {
content: "東京都三鷹市野崎2-5-5" ;  /*住所*/
}

.jusho2::before {
content: "エスポワール野崎本多101" ;  /*住所*/
}

/*↓↓開局時間○×↓↓*/

.kaikyoku-jikan-start::after {
content: "9:00から" ; /*開局開始時間*/
}

.kaikyoku-jikan-end::after {
content: "18:30まで" ; /*開局終了時間*/
}

.monday-am::after {
content: "○" ; /*月曜午前*/
}

.monday-pm::after {
content: "○" ; /*月曜午後*/
}

.tuesday-am::after {
content: "○" ; /*火曜午前*/
}

.tuesday-pm::after {
content: "○" ; /*火曜午後*/
}

.wednesday-am::after {
content: "○" ; /*水曜午前*/
}

.wednesday-pm::after {
content: "○" ; /*水曜午後*/
}

.thursday-am::after {
content: "○" ; /*木曜午前*/
}

.thursday-pm::after {
content: "○" ; /*木曜午後*/
}

.friday-am::after {
content: "○" ; /*金曜午前*/
}

.friday-pm::after {
content: "○" ; /*金曜午後*/
}

.saturday-am::after {
content: "○" ; /*土曜午前*/
}

.saturday-pm { /*土曜午後フォントサイズ*/
text-align: center;
font-size: 70%;
line-height: 1.2;
}

.saturday-pm::after {
content: "15時迄" ; /*土曜午後*/
}

.sunday-am::after {
content: "×" ; /*日曜午前*/
}

.sunday-pm::after {
content: "×" ; /*日曜午後*/
}

