/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/
div.panel{
	display:block;
	width: 1024px;
	margin: 30px auto 80px;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
    transition: all 0.6s;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: inline-block;
    width: 100%;
    color: #e198b4;
	line-height: 35px;
}
#mainNav ul li {
	color: #009090;
	font-size: 16px;
	text-align: center;
	border-left: 1px dotted rgba(0,0,0,0.15);
	transition: all 0.5s;
}
#mainNav ul li a:hover {
	color: #009090;
}
#mainNav ul li:last-child {
	border-right: 1px dotted rgba(0,0,0,0.15);
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #009090;
	margin-left: -5px;
	top:58px;
}
#mainNav ul li:before { 
	font-family: "FontAwesome";
	font-size: 160%;
	color: #009090;
	margin: 0;
}
#mainNav ul li.home:before{
	content: "\f015";
}
#mainNav ul li.hospital:before{
	content: "\f0f8";
}
#mainNav ul li.info:before{
	content: "\f05a";
}
#mainNav ul li.contact:before{
	content: "\f0e0";
}
#mainNav ul li.group:before{
	content: "\f21e";
}
#mainNav ul li.action:before{
	content: "\f03a";
}
#mainNav ul li.member:before{
	content: "\f2d2";
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	border-right: none;
}
#mainNav .has-sub ul li {
	height: 37px;
    border-top: none;
    border-left: none;
}
#mainNav .has-sub ul li:last-child {
	border-right: none;
}
#mainNav .has-sub ul li a{
	background: #009090;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted rgba(255,255,255,0.30);
	height: 37px;
	transition: all 0.5s;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub .has-sub ul li a{
	border-bottom: 1px dotted rgba(255,255,255,0.30);
}
#mainNav .has-sub.menu2 ul li a {
	width: 230px;
	margin-left: 0px;
}
#mainNav .has-sub ul li a:hover {
	background: #e198b4;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #e198b4;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
    font-size: 80%;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}

/* 店舗情報
----------------------------------------------------------------------------------------------------------*/
#shop header, #shop #mainNav, #shop .head-title, #shop #breadcrumb, #shop #footer, #shop #sidebar, #shop .banner, #shop .footer-under{
    display: none !important;
}
#shop #content{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
#shop header.post-header{
    display: inline-block !important;
}
#shop header.post-header .print{
    display: none !important;
}
.social-sharing, .pagenav{
    display: none !important;
}
.fixed{
    display: none !important;
}

