@charset "UTF-8";
/*
 *
 * HEADER
 *
*/
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
#header{
  position: relative;  
  margin-top: 40px ;
  text-align: center;
	background:
        url(../img/head_bred.png) top center no-repeat,
        url(../img/obi.png) top center no-repeat,
        url(../img/bg_line.gif);
	height: 426.766px;
}

/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding:  0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: none;
}
#top-head .container{
	width: 100%;
	max-width: 100%;
	position: relative;
}

.nav_logo img{
  width: 350px ;
}

#global-nav{
  margin-bottom: 20px ;
  background: #fff;
  z-index: 2000;
}
#global-nav ul {
	list-style: none;
  text-align: center;
	padding: 1.5em 0;
  letter-spacing: -.4em; 
}
#global-nav ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0;
  letter-spacing: normal; 
  font-family: "tbchibirgothicplusk-pro",sans-serif;
}
#global-nav ul li a {
  padding: 0 10px;
  cursor: pointer;
  color: #ac6b10;
  border-right: 2px dotted #e7d8c0;
}

.menu01{
    border-left: 2px dotted #e7d8c0;
}

/* Btn Hover 
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #000;
	bottom: 0px;
}*/


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 56px;
	background: url( ../img/bg_line.gif);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .container{
	width: 100%;
	max-width: 1170px;
  padding: 0;
}

 #top-head.fixed #global-nav{
	 background: none;
}
#top-head.fixed #global-nav ul {
	list-style: none;
  text-align: center;
  background: none;
  padding: 1em 0;
   float: left;
}

#top-head.fixed #global-nav ul li a {
    padding: 0 6px;
    cursor: pointer;
    color: #ac6b10;
    border-right: none;
}

#top-head.fixed .nav_logo img{
  width: 100px ;
}

#top-head.fixed #global-nav{
  margin-top: 0px;
}


/* Fixed Btn Hover 
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}*/


/* Transition */

#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 2000;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #948355;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*  sns-icon
/*--------------------------------- */
.sns-icon{
	position:absolute;
	top:-20px ;
	right:30px ;
  z-index: 999;
}

.sns-icon ul{
	text-align:right;
}

.sns-icon li{
	display:inline-block; 
  zoom:1 ;
	padding-left: 15px;
	font-size:0.9em ;
cursor: pointer;
}
	
.sns-icon li a{
  cursor:hand;
}

.sns-icon li a:hover{
}

@media screen and (max-width: 999px) {
	#header{
		height: auto;
	}
	#main-visual {
		height: 300px;
	}

  header .container{
    padding: 0;
  }

  .sns-icon{
    display: none;
  }
  
  .nav_logo{
    position: static;
    padding: 10px ;
    float: none;
  }
  
.nav_logo img{
      width: 100px ;
  }
  
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		padding: 0;
	}
  
  #global-nav{
    margin: 0;
    background:none;
  }
  
  #global-nav ul,
  #top-head.fixed #global-nav ul{
    margin: 0;
    background: #fff;
  }
  
  .menu01{
    border-left:none;
}
  
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
		z-index: 999;
	}

#top-head.fixed #global-nav{
  margin-top: 0px;
}
  
	#mobile-head {
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
    background: url( ../img/bg_line.gif);
	}
  
  	#nav-toggle {
		display: block;
	}
  
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -700px;
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
  
  /*ロープ部分*/
#global-nav:before,
#global-nav::after{
    content:"";
    width:4px;
    height:150px;
    position:absolute;
    top:-70px;
  background:#555;
}
#global-nav::before{
    left:50px;
}
#global-nav::after{
    right:50px;
}

  /*留め具部分*/
#global-nav ul:before,
#global-nav ul:after{
    content:"";
    border-radius:50%;
    position:absolute;
    top:70px;
    box-shadow:inset 0px -1px 2px rgba(0, 0, 0, 0.5),inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  width:12px;
    height:12px;
  background: #555;
/*    background:#948355;*/
}
  
#global-nav ul:before{
    left:46px;
}
#global-nav ul:after{
    right:46px;
}
      
	#global-nav ul,#top-head.fixed #global-nav ul{
		list-style: none;
		position: static;
    float: none;
		right: 0;
		bottom: 0;
    margin:50px 30px 0 30px;
    padding: 0px;
    width: calc(100% - 60px);
    border: 3px solid #948355;
    background: rgba(255,255,255,.9);
    /*background: url(../img/retina_wood.png);*/
      box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
	}
	#global-nav ul li {
    display: block;
		float: none;
		position: static;
    margin: 0 auto;
    padding: 0;
	}

  #global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
    display: block;
    padding: 1em 0 ;
    border-right:none;
    color: #ac6b10;
    border-bottom: #948355 1px dotted;
	}

  	#top-head #global-nav ul li a:hover,
	#top-head.fixed #global-nav ul li a:hover {
    color: #ac6b10;
    background: #e7d8c0;
	}
  
  .open #global-nav{
    margin-top: 0;
  }
  
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(756px);
		-webkit-transform: translateY(756px);
		transform: translateY(756px);
	}
}

/***********************************
間
************************************/
@media screen and (min-width: 650px) and (max-width: 999px) { 

  	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
    display: block;
    padding: 1em 0 ;
    color: #ac6b10;
    border: #948355 1px dotted;
	}
	#global-nav ul li {
    display: inline-block;
    width: 50%;
		position: static;
    margin: 0 auto;
    padding: 0;
	}
}
@media screen and (min-width: 1000px) {
 #top-head.fixed .nav_logo{
   position: static;
    padding: 10px ;
    text-align: left;
   float: left;
  }
}