/*-- ドロワーボタン --*/
.drawer_btn {
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
	width: 50px;
	height: 33px;
	padding: 17px 0 0 0;
	border: 1px solid #382d2d;
	background: #382d2d;
}
.sidr-open .drawer_btn {
	right: 260px;
}
/*.drawer_btn:hover { background: #555; }*/
.drawer_btn span {
	display: block;
	width: 16px;
	height: 2px;
	margin: 0 auto 5px auto;
	background: #fff;
}
/*-- ドロワーメニュー --*/
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999998;
	overflow-x: hidden;
	/*overflow-y: auto;*/
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 260px;
	color: #fff;
	background: #efefef;
}
.sidr.right {
	right: -260px;
	left: auto;
}
.drawer_menu {
	margin-bottom: 10px;
}
/*-- 壁 --*/
.wall {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999997;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
/*-- メニューを開いたときにコンテンツを固定 --*/
.contents_area.sidr-open {
	position: fixed!important;
}
/*-- 非表示 --*/
.hide {
	display: none!important;
}
.drawer_btn {
	display: none;
}
.menu-p01 {
	text-align: center;
}
.menu-p01 a {
	display: block;
	padding: 10px 60px;
	background-color: #fff;
}
.menu-ul01 li{position: relative;}
.menu-ul01 li::after{
    font-family: FontAwesome;
    content: "\f105";
    color: #0b419b;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 5px;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.menu-ul01 li.activeicon::after{
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.menu-ul01 li a {
	display: block;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	padding: 10px 10px;
	background-color: #efefef;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.menu-ul02 {
	margin: 0 auto;
	text-align: center;
}
.menu-ul02 li {
	width: 33%;
	float: left;
}
.menu-ul02 li a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 25px 0;
	font-size: 22px;
	border: 1px solid #fff;
}
.menu-ul02 li:nth-child(1) a{ background: url(../../cmn_img/icon02.png) no-repeat center #000; background-size: 25px; }
.menu-ul02 li:nth-child(2) a{ background: url(../../cmn_img/icon03.png) no-repeat center #000; background-size: 25px; }
.menu-ul02 li:nth-child(3) a{ background: url(../../cmn_img/icon04.png) no-repeat center #000; background-size: 25px; }

.menu-ul01 li .hide_area{display: none;}
.menu-ul01 li .hide_area p a {
    background: #fff;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
    position: relative;
    display: block;
}
.menu-ul01 li .hide_area p a::after{
	content: "・";
	position: absolute;
    top: 10px;
    left: 6px;
}
@media screen and (max-width:799px) {
.drawer_btn {
	display: block;
}
.homenew_nav{display: none;}
}
