@charset "utf-8";
/*************************************
DRAWER MENU
*************************************/
#sidebar {
    background-color: transparent !important;
    height: 95%;
    display: block;
    position: relative;
}

/* drawer menu */
/*.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 50px 0 0 7px;
    background: #a79d79;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}*/
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    padding: 50px 0 0 7px;
    background: #a79d79;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-overflow-scrolling: touch;
}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 20px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1005 !important;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 5px;
    /*background: #fff;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.top {
	background-color: #a552bc;
}

.bar.middle {
	background-color: #436ac8;
    top: 10px;
    opacity: 1;
}

.bar.bottom {
	background-color: #bdd430;
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn:hover .bar {
    background: #999;
}

.drawer-menu .gnav-icon {
	display: inline-block !important;
	width: 25px !important;
	height: auto !important;
	margin-left: -0.45em !important;
}
.drawer-menu .gnav-icon p {
	line-height: 1.5 !important;
	margin-left: 0.5em !important;
}

.close-menu {
    position: fixed;
    top: 0;
    left: 220px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    cursor: url(https://www.mapbook.jp/img/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
	z-index: 1000 !important;   
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 1000;
}

/*右に押し出す場合
.check:checked ~ .contents-wrapper {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}
*/


.check:checked ~ .menu-btn .bar.top {
	/*background-color: #fff;*/
	background-color: #F5F5DC;
    width: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 5px;
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
	left: 5px;
}

.check:checked ~ .menu-btn .bar.bottom {
	/*background-color: #fff;*/
	background-color: #F5F5DC;
    width: 30px;
    top: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left: 5px;
}

.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

/*********************************
MENU
*********************************/
ul.NodeMenu a {
    float: none;
}
.drawer-menu ul {
	list-style: none;
	margin: 7px 0 0;
	padding: 0 0;
	font-size: 12px;
}
.drawer-menu ul li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	list-style: none; 
	cursor:pointer;
	display: flex;
    align-items: center;
	color: #fff;
}
.drawer-menu ul li a {
    display: inline-block;
    font-size: 12px;
    color: #fff !important;
    -webkit-transition: all .8s;
    transition: all .8s;
	display: flex;
    align-items: center;
	
}
.drawer-menu ul li a:visited {
    color: #fff !important;
}
.drawer-menu ul li a:hover {
    color: #000 !important;
}
.drawer-menu ul li.homeicon:before {
	content: url(https://www.mapbook.jp/img/treemenu/top.png);
	display: inline-block;
	margin-top: -5px;
}
.drawer-menu ul li img {
    width: 25px;
	margin-right: 3px;
}
.drawer-menu ul li .indent {
	/*margin-left: 1em;*/
	margin-left: 0.5em;
}

.drawer-menu ul li ul {
	padding: 0;
	margin: 0;
}

.drawer-menu p.rireki03 {
	margin-top:20px;
	position: relative;
	background: #ccc;
	border: 2px solid #fff;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 0 #ccc, 2px 2px 0 #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.drawer-menu p.rireki03:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.drawer-menu p.rireki03:after {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ccc;
	border-width: 10px;
	margin-left: -10px;
}
.drawer-menu p.rireki03:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}

.navbar {
	background-image: url(https://www.mapbook.jp/img/header/head-bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 100%, auto 100%;
	background-color: transparent;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.bclist {
	display: none;
}
.fadeInDown .bclist {
	display: block;
	position: relative;
	margin-left: 225px;
	margin-top: 15px;
}
.fadeInDown .bclist ul {
	padding: 10px;
	overflow: auto;
	_zoom: 1
}
.fadeInDown .bclist ul li {
	float: left;
	list-style: none;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #808080;
}
.fadeInDown .bclist ul li a:link {
	color: #c9bd8d;
}
.fadeInDown .bclist ul li a:visited {
	color: #c9bd8d;
}
.fadeInDown .bclist ul li a:hover {
	color: #b2b2ff;
}
.fadeInDown .bclist ul li a:active {
	color: #fff;
}
.fadeInDown .bclist ul li + li:before {
	margin: 0 8px;
	content: ">";
	color: #808080;
}
@media (max-width: 979px) {
.navbar {
	background-position: left top;
}
.bclist {
	display: none;
}
.fadeInDown .maxlogo {
	display: none !important;
}
.fadeInDown .minlogo {
	display: block !important;
	width: 38px !important;
	height: 45px !important;
}
.fadeInDown .brand {
	margin-top: -9px !important;
}
.fadeInDown .bclist {
	display: block;
	position: relative;
	margin: 17px 0 0 0;
}
.fadeInDown .bclist ul {
	padding: 0;
	overflow: auto;
	_zoom: 1
}
.fadeInDown .bclist ul li {
	font-size : 12px;
	list-style: none;
	color: #808080;
}
.fadeInDown .bclist ul li + li:before {
	margin: 0 4px;
	content: ">";
	color: #808080;
}
}