@charset "utf-8";
.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index : 999;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
a:link.white{
  color : #ffffff;
  font-weight : bold;
}
a:visited.white{
  color : #ffffff;
  font-weight : bold;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
#page-top{
  position: fixed;
  bottom : 20px;
  right : 20px;
  border-width : 0px;
  border-style : none;
}
#icon1{
  position: fixed;
  bottom : 90px;
  border-width : 0px;
  border-style : none;
  z-index : 10;
  right : 20px;
}
#bnr1{
  position: fixed;
  bottom : 20px;
  border-width : 0px;
  border-style : none;
  z-index : 10;
  left : 20px;
}
#page-top a{
  background-attachment : scroll;
  width : 50px;
  display: block;
  border-width : 0px;
  border-style : none;
}
#icon1 a{
  background-attachment : scroll;
  width : 50px;
  display: block;
  border-width : 0px;
  border-style : none;
}
#bnr1 a{
  background-attachment : scroll;
  width : 300px;
  display: block;
  border-width : 0px;
  border-style : none;
  box-shadow : -5px 5px 5px #000000;
}
#page-top a:hover{
  background-attachment : scroll;
}
#icon1 a:hover{
  background-attachment : scroll;
}
/*?@?n???o?[?K?[???j???[?{
  ?^???@*/
.hamburger{
  display : block;
  position: fixed;
  z-index : 4;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span{
  display : block;
  position: absolute;
  width   : 30px;
  height : 4px;
  left    : 6px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #59492f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1){
  top: 10px;
}
.hamburger span:nth-child(2){
  top: 20px;
}
.hamburger span:nth-child(3){
  top: 30px;
}
/* ?X?}
?z???j???[??J???????{
  ?^?? */
.hamburger.active span:nth-child(1){
  top : 16px;
  left: 6px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box black;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3){
  top: 16px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box black;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/* ???j???[?w?i?@*/
nav.globalMenuSp{
  position: fixed;
  z-index : 3;
  top  : 0;
  left : 0;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul{
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li{
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child{
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #fdf4cc;
}
nav.globalMenuSp ul li a{
  display: block;
  color : #8b6901;
  padding: 1em 0;
  text-decoration :none;
  font-size : 120%;
  font-weight : normal;
}
/* ?N???b?N??jQuery?????E?? */
nav.globalMenuSp.active{
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
.menuimglogo{
  width : 94px;
  position : fixed;
  top : 15px;
  left : 15px;
  z-index : 4;
}

