@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */

.navbar-collapse.in {
	overflow-y: scroll;
}
.navbar-collapse {
	max-height: none;
	padding-top:20px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #9d8561;
}
ul {
	padding: 0px;
	margin: 0px;
}
/* pc navigation */

.header-pc-navi {
	/*background-color: rgba(255,255,255,0.7);*/
	text-align:center;
}
.header-pc-navi-ul {
	font-size: 140%;
	text-align: center;
	display: inline-block;
}
.header-pc-navi-ul li {
	display: inline-block;
}
.header-pc-navi-ul li a {
	/*color: #666;*/
	font-weight: bold;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
}
.header-pc-navi-ul li a:hover {
	/*background: #e9e9e9;*/
}

/*スマホ指定*/

@media screen and (max-width: 991px) {
.navbar-toggle {
	margin-top:15px !important;
	width: 18px;
	height: 18px;
}
.navbar-toggle .icon-bar {
	width: 18px !important;
	background: #000;
	transition: all 0.2s ease-in 0s;
	-ms-transform: all 0.2s ease-in 0s;
	-moz-transform: all 0.2s ease-in 0s;
	-webkit-transform: all 0.2s ease-in 0s;
	position: absolute;
	height: 3px !important;
	left: 0px;
	top: 0px;
	font-weight: bold;
}
.navbar-toggle .icon-bar + .icon-bar {
	top: 3px;
}
.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
	top: 10px;
}
.active .icon-bar {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 9px;
	font-weight: bold;
}
.active .icon-bar + .icon-bar {
	display: none;
}
.active .icon-bar + .icon-bar + .icon-bar {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	display: block;
	top: 5px;
}
.navbar-collapse {
	width: 100%;
	max-height: inherit;
}
.header-sp-navi {
	/*background-color: rgba(255,255,255,0.7);*/
	padding-bottom:10px;
}
.header-sp-navi-ul {
	/*background-color: rgba(255,255,255,0.7);*/
	border-width: 1px;
	border-style: solid;
	/*border-color: rgba(0,0,0,0.1);*/
	font-size: 140%;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header-sp-navi-ul li {
	width: 100%;
	list-style: none;
}
.header-sp-navi-ul li:last-child {
	border-right: none;
}
.header-sp-navi-ul li a {
	/*color: #333;*/
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.header-sp-navi-ul li a:hover {
	/*background: #e9e9e9;*/
}

}
