@charset "utf-8";
/* CSS Document */

/***menu***/


.navbar-toggle {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
	background-color: transparent;
	border: none;
	border-radius: 0;
	float: right;
	height: 42px;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 6px 12px;
	position: relative;	
	width: 100%;
}

.navbar-toggle:hover {
	background-color: #000;
}

.navbar-toggle:focus {
	background-color: #000;
}

.menudesktopcolor {
	background: rgba(0, 0, 0, .9);
}

.navbar {
	border-radius: 0;
	height: 60px;
	margin-bottom: 0;
	min-height: 30px;
}

#nav {
	z-index: 800;
	position: relative;
}

#nav ul {
	margin: 0 auto;
}

.nav {
	list-style: none;
	line-height: .8;
	padding-left: 0;
	margin-bottom: 0;
	
}

.nav {	
	float: left;
	width: 100%;
}

.nav:before,
.nav:after {
	display: table;
	content: " ";
	outline: none;
}

.nav:after {
	clear: both;
}

nav a {
	display: inline-block;
	position: relative;
	outline: none;
}



.tablenav {
	display: table;
	margin: 20px auto 0;
}

.firstnav .navbar-nav > li {
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;	
}

.firstnav .navbar-nav > li:not(:last-child) {
	margin-right: 10px;
}

.firstnav .navbar-nav > li a {
	height: 62px;
	width: 120px;
	opacity: 1;
}

.firstnav .navbar-nav > li a.btn-home {
	background: url(../img/images/nav/home.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-sale {
	background: url(../img/images/nav/sale.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-gallery {
	background: url(../img/images/nav/gallery.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-original {
	background: url(../img/images/nav/original.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-blog {
	background: url(../img/images/nav/blog.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-works {
	background: url(../img/images/nav/work.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

.firstnav .navbar-nav > li a.btn-access {
	background: url(../img/images/nav/access.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}


/*---------------------------------------------------------------------------- second-nav*/
.secondnav .navbar-nav > li a.btn-home {
	background: url(../img/images/nav/home-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-home {
	background: url(../img/images/nav/home-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-sale {
	background: url(../img/images/nav/sale-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-sale {
	background: url(../img/images/nav/sale-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-gallery {
	background: url(../img/images/nav/gallery-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-gallery {
	background: url(../img/images/nav/gallery-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-original {
	background: url(../img/images/nav/original-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-original {
	background: url(../img/images/nav/original-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-blog {
	background: url(../img/images/nav/blog-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-blog {
	background: url(../img/images/nav/blog-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-works {
	background: url(../img/images/nav/work-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-works {
	background: url(../img/images/nav/work-s-active.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > li a.btn-access {
	background: url(../img/images/nav/access-s.png) no-repeat;
	background-size: contain;
}

.secondnav .navbar-nav > .active > a.btn-access {
	background: url(../img/images/nav/access-s-active.png) no-repeat;
	background-size: contain;
}





.firstnav .navbar-nav > li > a:link,
.firstnav .navbar-nav > li > a:visited {
	position: relative;
	display: inline-block;
	padding: 20px;
/*	width: 100%;*/
	color: #fff;

	text-transform: uppercase;
/*	border: #fff 1px solid;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.firstnav .navbar-nav > li > a:hover,
.firstnav .navbar-nav > li > a:focus {
	color: #c2cfbe;
	opacity: .7;
/*	border: #c2cfbe 1px solid;*/
}





/*ここを調整*/
.secondnav .navbar-nav > li {
	position: relative;
	width: auto;
	padding: 7px 7px 0 7px;
	margin: 0 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	background: none;
	/*background: #0e0d0d url(../img/images/blackbackground.png) repeat;*/
	text-align: center;
}

.secondnav .navbar-nav > li a {
	height: 50px;
	width: 100px;
	opacity: 1;
/*	text-indent: -9999px;*/
}



.secondnav .navbar-nav > li > a:link,
.secondnav .navbar-nav > li > a:visited {
	position: relative;
	display: inline-block;
	padding: 20px;
/*	width: 100%;*/
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
/*	border: #fff 1px solid;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.secondnav .navbar-nav > li > a:hover,
.secondnav .navbar-nav > li > a:focus {
	color: #c2cfbe;
	opacity: .7;

}

.secondnav .tablenav {
	margin-top: 0;
}



.firstnav .navbar-nav > .active > a:link,
.firstnav .navbar-nav > .active > a:visited,
.firstnav .navbar-nav > .active > a:hover,
.firstnav .navbar-nav > .active > a:focus {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	
/*	border: #fff 1px solid;*/
}




/*ここからドロップダウン*/
/***for dropdown hide***/
.firstnav .navbar-nav li ul {
	left: -9999px;
	position: absolute;
	z-index: 100;
}
.firstnav .navbar-nav li:hover ul {
	left: 0;
}
.firstnav .navbar-nav li:hover ul li ul {
	left: -9999px;
}
.firstnav .navbar-nav li ul li ul {
	postion: absolute;
	left: -9999px;
}
.firstnav .navbar-nav li ul li:hover ul {
	left: 0px;
}
/***for dropdown hide end***/


/***second level***/
.firstnav .navbar-nav > li > ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
.firstnav .navbar-nav > li > ul > li {
	padding: 0px;
	margin: 0;
	width: 100%;
}
.firstnav .navbar-nav > li > ul > li > a:link,
.firstnav .navbar-nav > li > ul > li > a:visited {
	position: relative;
	display: block;
	padding: 7px;
	margin: 0 7px;
	background: #0e0d0d url(../img/images/icon/blackbackground.png) repeat;
	color: #fff;
	font-size: 14px;
	height: 40px;
	text-transform: uppercase;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.firstnav .navbar-nav > li > ul > li > a:hover {
	color: #c2cfbe;
/*	border: #c2cfbe 1px solid;*/
}

.firstnav .navbar-nav > li:hover ul {
	left: 0;
}
/***second level end***/



/***third level***/
.firstnav .navbar-nav > li > ul > li > ul {
	padding: 0;
	width: 50%;
}
.firstnav .navbar-nav > li > ul > li > ul > li {
	padding: 0px;
	margin: 0 0 0 7px;
	width: 100%;
	display: inline-block;
}
.firstnav .navbar-nav > li > ul > li > ul > li > a:link, .firstnav .navbar-nav > li > ul > li > ul > li > a:visited {
	display: block;
	padding: 7px;
	background: #0e0d0d url(../img/images/icon/blackbackground.png) repeat;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: #fff 1px solid;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.firstnav .navbar-nav > li > ul > li > ul > li > a:hover {
	color: #c2cfbe;
	border: #c2cfbe 1px solid;
}
/***third level end***/


/*.collapse .tablenav {
	display: block;
}*/

/***menu end***/


/* ==========================================================================
   go-top 
 ========================================================================== */

.go-top {
	position: fixed; /*固定表示*/
	bottom: 2em;
	right: 0.5em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	padding: 10px;
	display: none; /*通常は非表示に*/
}



