﻿/* メニューのアイコン */
.menuList ul li p::before{
	margin: 0 5px 0 -15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f058";
    text-shadow: 0px 0px 0px;
    font-size: 1.5rem;
}
li .enter::before{
	content: "\f05a" !important;
}
li .park::before{
	content: "\f0a4" !important;
	font-weight: normal !important;
}

li .access::before{
	content: "\f1b9" !important;
}
li .fee::before{
	content: "\f4c0" !important;
}
li .question::before{
	content: "\f059" !important;
}
li .plant_menu::before{
	content: "\f00e" !important;
}
li .park_now::before{
	content: "\f030" !important;
}
li .migoro::before{
	content: "\f1ea" !important;
}
li .description::before{
	content: "\f1bb" !important;
}
li .park_director::before{
	content: "\f51c" !important;
}
li .plant_list::before{
	content: "\f022" !important;
}
li .open_data::before{
	content: "\f019" !important;
}
li .enjoy::before{
	content: "\f024" !important;
}
li .event::before{
	content: "\f073" !important;
}
li .facility::before{
	content: "\f557" !important;
}
li .flowers_of_the_season::before{
	content: "\f5bb" !important;
}


li .herb_project::before{
	font-family: Font Awesome\ 5 Brands !important;
	content: "\f299" !important;
}
li .herbpark::before{
	content: "\f4d8" !important;
}
li .yomeisyu::before{
	content: "\f043" !important;
}
li .herbevent::before{
	font-family: Font Awesome\ 5 Brands !important;
	content: "\f430" !important;
	font-weight: normal !important;
}
li .birthdayherb::before{
	content: "\f1fd" !important;
}
li .yakuzen::before{
	content: "\f0f4" !important;
}

