.navbar{
	padding: 0;
	}
.navbar.fixed-left .navbar-collapse h3 {
    font-size:1rem;
	font-weight: bold;
	background:#fedcb2;
	width: 100%;
	padding: 1rem;
	text-align:center;
	margin-bottom:1rem;
  }
  
.navbar.fixed-left .navbar-collapse h4 {
	width: 100%;
	padding: 1rem 0 0;
	text-align:left;
  }
.navbar.fixed-left .navbar-collapse li a{
	color:#333;
}
.navbar.fixed-left .navbar-collapse .navi-pic{
	text-indent: 1.4em;
	background:url(../images/chevron-right.svg) no-repeat left center;
	background-size: 5%;
}


@media (max-width: 768px) {
.navbar {
    overflow: auto;
    max-height: 90vh;
  }	
.navbar button {
    margin: 1rem 1rem 0 0;
  }	
	
.navbar.fixed-left {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  overflow: auto;

}
.navbar-collapse{
  background:rgba(255,255,255,0.98);
  padding: 1rem;
  border-radius: 10px;
}
}

@media (min-width: 768px) {
  .navbar.fixed-left {
    bottom: 0;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .navbar.fixed-left .navbar-collapse {
    flex-grow: 0;
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar.fixed-left .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    top: 0;
  }
}

@media (min-width: 768px) {
  .navbar.fixed-left {
    right: auto;
  }
  .navbar.fixed-left .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    border-right: none;
    vertical-align: baseline;
  }
  .navbar.fixed-left .navbar-nav .nav-item .dropdown-menu {
    left: 100%;
  }
}


/* サイドメニュー
-------------------------------------------------- */
@media (min-width: 768px) {
.r_menu {
  width: 100px;
  position: fixed;
  top: 50px;
  right: 0px;
  z-index: 1000;
}
.r_menu ul {
  background: #fdf0e0;
  display:block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: #9d9d9d solid 1px;
  border-left: #9d9d9d solid 1px;
  border-bottom: #9d9d9d solid 1px;
  padding: 1rem;
}
.r_menu ul li {
	list-style:none;
	margin-bottom: 1rem;
}
}

@media (max-width: 768px) {
.r_menu {
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
.r_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: 0;
	padding: 0.5rem 0 0.5rem;
  background: #fdf0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: #9d9d9d solid 1px;
}
.r_menu ul li {
	list-style:none;
}
.r_menu ul li img {
	width:80%;
}
}

@media (min-width: 768px) {
.r_menu2 {
  width: 100px;
  position: fixed;
  top: 560px;
  right: 0px;
  z-index: 1000;
}
.r_menu2 ul {
  background: #ef8809;
  display:block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 1rem 0 1rem 0.8rem;
}
.r_menu2 ul li {
	list-style:none;
}
}

@media (max-width: 768px) {
.r_menu2 {
  width: 20%;
  position: fixed;
  bottom: 70px;
  left: 0px;
  z-index: 999;
}
.r_menu2 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: 0;
	padding: 0.5rem 0.5rem 0.7rem 1rem;
  background: #ef8809;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.r_menu2 ul li {
	list-style:none;
}
.r_menu2 ul li img {
	width:80%;
}
}
