#contentsWrap.OnMenu {
   display: none;
}

body,html {
	height: 100vh;
}

body.noScroll {
	position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

/* menu */
nav#hmenu {
	display: none;
	z-index: 9999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background-color: #FFF;
	text-align: left;
	overflow:hidden;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:normal;
	font-size:84%;
	overflow-y: scroll;
}

nav#hmenu::-webkit-scrollbar {
  display: none;
}

nav#hmenu[selected="true"] {
	display: block;
	z-index: 1;
}

nav#hmenu div.header {
	width: 100%;
	min-height: 44px;
	background: #474747;
	position: relative;
}

nav#hmenu div.header .m_h1 {
	padding: 13px 0 10px 12px;
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}

nav#hmenu div.header .menu-home {
	position: absolute;
	top: 0;
	left: 0;
	margin: 13px 0 0 12px;
	padding: 0 10px 0 0;
	border-right: 1px solid #9d9d9d;
}

nav#hmenu div.header p.menuClose {
	position: absolute;
	top: 0;
	right: 0;
}

nav#hmenu div.header p.menuClose a, nav#hmenu ul li.sdClose a {
	display: table;
	margin: 8px 10px 8px auto;
	padding: 7px 15px 7px 25px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	background: #fed600;
	position: relative;
}

nav#hmenu ul li {
	width: 100%;
	border-bottom: solid 1px #cbcac5;
	vertical-align: middle;
	background: #ebe9e2;
}

nav#hmenu ul li.sublist  {
	background: #FFF;
}

nav#hmenu ul li a, nav#hmenu ul li span {
	display: block;
	padding: 1.2em 25px 1.2em 14px;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
}

nav#hmenu ul li.sublist a,
nav#hmenu ul li.sublist span {
	display: block;
	margin: 0 10px 0 40px;
	padding: 14px 10px 12px 0;
	text-align: left;	
	color: #000;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 1px #CCC;
}

nav#hmenu ul li.goPcTop a,
nav#hmenu ul li.goPcTop span {
	display: block;
	margin: 0 10px;
	padding: 14px 38px 12px 10px;
	background: url(../../common/images/icon_view02.png) no-repeat right center;
	text-align: right;
	color: #000;
	font-size: 16px;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 1px #CCC;
}

nav#hmenu ul li a {
	background: url(/sp/images/index_ic015.png) no-repeat 98%;
	background-size: 7px 11px;
}

nav#hmenu dl.accordion {
  margin: 0;
}

nav#hmenu dl.accordion ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

nav#hmenu dl.accordion dt {
	border-left: none;
	border-right: none;
}

nav#hmenu dl.accordion dd {
	padding: 0;
	border-left: none;
	border-right: none;
}

nav#hmenu dl.accordion dd ul.middle li {
	background: #fff;
	background: none !important;
	padding: 0 !important;
}

nav#hmenu dl.accordion dd ul.middle li:last-child {
	border-bottom: none;
}

nav#hmenu dl.accordion dd ul.middle li a {
	font-weight: normal;
	font-size: 95%;
}

nav#hmenu .bgarea {
	margin: 15px 0;
	padding: 10px;
}

nav#hmenu .admission {
	border-right: none;
}