/*/////////////////////////////////////////////////////////////////////////////
//
//  GALLERIA V1.5
//  Header
//
/////////////////////////////////////////////////////////////////////////////*/

#header_main{
  display: block;
  position: relative;
  width: 640px;
  height: 26px;
  left: 0;
  margin: 0px auto 0px auto;
  overflow: hidden;
}
.header_logo{
  font-size: 18px;
  color: #e5abbe;
}
.header_tag{
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0px auto 0px auto;
  text-align: center;
  height: 26px;
  width: 300px;
}
.header_tag_item{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /* width: 42px; */
  text-align: center;
  padding: 0px 7px 3px 7px;
  margin: 0px 0px 0px 0px;
  background-color: #53727d;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px 10px 0px 0px;
}
.header_tag_item.pale{
  opacity: 0.5;
}
.header_name{
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px 5px 0px 5px;
  font-size: 17px;
  color: #2ca9e1;
  /* font-family: "EB Garamond","Noto Serif JP"; */
  font-family: "UnifrakturMaguntia","Noto Serif JP";
  overflow: visible;
}
.header_name:hover{
  color: #a89dac;
}

@media screen and (max-width:640px){
  #header_main{
    width: 540px;
    height: 52px;
  }
  .header_logo{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .header_tag{
    right: auto;
    margin: 0;
    text-align: left;
    /* width: auto; */
  }
  /* .header_name{
    top: 26px;
    bottom: auto;
  } */
}
@media screen and (max-width:540px){
  #header_main{
    width: 360px;
  }
}



.header_menu{
  float: right;
  color: #89c3eb;
}
.header_menu:hover{
  color: #84a2d4;
}

.header_button{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto 0 auto;
  /* position: relative; */
  /* float: left; */
  padding: 3px 5px 0 20px;
  width: 200px;
}
.header_icon{
  display: inline-block;
  margin-left: 10px;
  font-size: 17px;
  color: #89c3eb;
  vertical-align: middle;
}
.header_icon.pale{
  color: #507ea4;
}
/* .header_icon:hover{
  color: #84a2d4;
} */
/* .header_icon:active{
  color: #507ea4;
} */
