@media only screen and (max-width : 768px) {
  #kotonoma_header .mask {
    background: rgba(22, 34, 42, .4);
    top: 80px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}
@media only screen and (max-width : 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
#kotonoma_header {
 
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
#gNav a:hover {
  color: ;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #fff;
}
@media only screen and (max-width : 768px) {
  #kotonoma_header {
    padding: 10px 0;
    height: 57px;
  }
  .h_logo {
    width: 70px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 100;
    text-align: left;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
  .sp_nav02 {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 65px;
    z-index: 100;
    font-size: 28px;
  }
  .sp_nav02 a {
    color: #F79EA8;
  }
	.sp_nav02 img{
		width: 100%;
	}
	
}
@media print, screen and (min-width : 769px) {
  #kotonoma_header {
    height: 77px;
  }
  .kotonoma_container {
    position: relative;
  }
  .h_logo {
    width: 100px;
    top: 15px;
    margin-right: 50px;
    font-size: 1.2rem;
    line-height: 4.5;
    text-align: left;
  }
  .h_logo img {
    width: 100%;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
  }
  #gNav ul {
    position: relative;
    display: flex;
    margin-left: 50px;
    margin-top: 0px;
  }
  #gNav li {
    position: relative;
    margin-right: 1.5em;
	  border-right: 1px solid #F79EA8;
	  padding-right: 1.5em;
	  height: 1em;
  }
  #gNav li:last-child {
    margin-right: 0;
	  border-right: none;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
    color: #F79EA8;
    line-height: 1.6;
    text-decoration: none;
    padding: 0 0 10px;
	  letter-spacing: 1px;
  }
  #gNav li a::before, #gNav li a::after {
    border-bottom: solid 3px #F79EA8;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
  }
  #gNav li a::before {
    left: 50%;
  }
  #gNav li a::after {
    right: 50%;
  }
  #gNav li a:hover::before, #gNav li a:hover::after {
    width: 50%;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #F79EA8;
  }
  #gNav li:hover ul.sub-menu {
    top: 59px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }

  #kotonoma_h_contact {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 99;
	  background-color:  rgba(255, 255, 255, .8);
	  padding: 1em;
  }
	#kotonoma_h_contact img{
		width: 20%;
	}
	
}