@charset "utf-8";


.global-navi{
    display: inline-flex;
    width: 100%;
    height: 100px;
    z-index: 99;
    position: fixed;
    background-color: #fff;
}


img.header-logo{
  margin-top: 32px;
  margin-left: 50px;
  width: 165px;

}
.header-left{
    width: 300px;
    display: inline-block;
    margin-bottom: 27px: 
    height:60px;
}

.header-right{
	width: 100%;
    position: relative;

}
ul{
    text-align: right;
     line-height: 100px;
}
li.menu{
    display: inline-block;
    list-style: none;
    padding: 0 25px 0 25px ;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    text-align: center;
    color:#333;
    border-left: 1px solid #ccc;
}
li.menu:first-child{
        border-left: 0px solid #ccc;
}
p.sub-menu{
	font-size: 12px;
}

a.menu_link{
    text-decoration: none;
    color:#333;
}
a.menu_link:visited{
    color:#333;
}


.h-menuCheckbox {
  display:none;
}

.h-menu{
  text-align: right;
  position: relative;
}





@media screen and (max-width: 1000px) {


header{
	position: relative;
}
.header-center{
	display: inline-block;
	position: relative;
}
.h-menu{

  position: absolute;
  top:40px;
  right: 0px;
}

.h-menu_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding-right:60px;
}


.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top:0;
    bottom:0;
    width: 32px;
    height:1px;
    background: #333;
    cursor: pointer;
}
.hamburger-icon:before {
    top: 10px;
}
.hamburger-icon:after {
    top: 20px;
}

#h-menu_black {

    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .7s ease-in-out;
}


#h-menu_content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    padding: 53px 16px 16px;
    background: #060606;
    overflow: auto;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}

input:checked ~ .h-menu_icon .hamburger-icon{
    background: transparent;
}
input:checked ~ .h-menu_icon .hamburger-icon::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:10px;
    z-index:999;
    background: #fff;
}
input:checked ~ .h-menu_icon .hamburger-icon::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:10px;
    z-index:999;
    background: #fff;
}
input:checked ~ #h-menu_black {
    display: block;/*カバーを表示*/
    opacity: .8;
}
#h-menu_checkbox:checked ~ #h-menu_content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.h-menu_icon .hamburger-icon, .h-menu_icon .hamburger-icon::before, .h-menu_icon .hamburger-icon::after, #h-menu_black, #h-menu_content{
    -webkit-transition: all .3s ;
    transition: all .3s ;}

#h-menu_content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#h-menu_content ul li{
    border-bottom: solid 1px #555;

}
#h-menu_content li a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 24px;
    text-decoration: none;
    transition-duration: 0.2s;
}
#h-menu_content li a:hover {
    background: #455b6d;
}

li.menu{
	width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    border-left: 0px;
}
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
}

@media screen and (max-width: 600px) {
img.header-logo {
    margin-top: 20px;
    margin-left: 20px;
    width: 124px;
}
html{
    background:url(./img/bg01A.jpg);
    background-repeat: no-repeat;
    background-size:auto;
    font-size: 85%;
}
.header-left{
	width:235px;
}
.global-navi{
    height: 70px;
}
.mail-icon{
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 23px;
}
.h-menu{
 top:25px;
}
ul{
    text-align: right;
    line-height: 40px;
}
}
</style>