/*# ★★メニュー固定関連★★ */

.nav {
  width: 100%;
}

body.is-fixed .header {
  margin-bottom: 146px;
}

body.is-fixed .nav--typeA {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.menu-b {
  padding-top: 146px;
}

.menu-b2 {
  margin-top: 146px;
}

.menuhbase-top {
	position:fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

.menu-w {
	background-color: rgba(255,255,255,1);
}

.menuhbase {
	width: 100%;
	margin-top: 0px;
	background-color: #000000;
	z-index: 1000;
	position: fixed;
	top: 0;
}

.menuhwaku {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	z-index: 1000;
}

@media screen and (max-width:1450px) {
.menuhwaku {
	padding-right: 50px;
}
}

@media screen and (max-width:1300px) {
.menuhwaku {
	padding-right: 0px;
}
}

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

.menuhwaku {
	width: 95%;
}
	
body.is-fixed .header {
  margin-bottom: 136px;
}

.menu-b {
  padding-top: 136px;
}

.menu-b2 {
  margin-top: 136px;
}
	
}

/* タブレットサイズから下 */
@media screen and (max-width:992px) {
	
.menuhbase-top {
	height: 50px;
}
	
.menu-w {
	background-color: rgba(255,255,255,1);
	height: 50px;
}
	
.menuhwaku,
.menuh0 {
 display:none; 
}

.menu-b {
  padding-top: 0px;
}

.menu-b2 {
  margin-top: 0px;
}

}

/* ハンバーガーメニュー新 */

.navimenu{
	display: none;
}

.fullscreenmenu{
	display: none;
}

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

.fullscreenmenu{
    display: block;
}

.navimenu,
    .navimenu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    }

    .navimenu {
      position: fixed;
      top: 10px;
      right:  10px;
      width: 35px;
      height: 34px;
      z-index: 15000;
    background: rgba(255,255,255,0.7);
    }

    .navimenu span {
    position: absolute;
    left: 5px;
    right: 5px;
    width: 25;
    height: 2px;
    background-color: #000;
    z-index: 15000;
    }

    .navimenu span:nth-of-type(1) {
    top: 8px;
    }

    .navimenu span:nth-of-type(2) {
    top: 16px;
    }

    .navimenu span:nth-of-type(3) {
    top: 24px;
    }

    .navimenu.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 16px;
    }

    .navimenu.active span:nth-of-type(2) {
    opacity: 0;
    background-color: #fff;
    }

    .navimenu.active span:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
    top: 16px;
    }

    #nav {
    position: fixed;
    top: 0;
    right: 0;
	z-index: 11000;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    }

    #nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }

    #nav ul{
    padding:15px 0;
    width: 90%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
    }

    #nav ul li{
    list-style-type: none;
	border : solid 1px #fff ;
	margin-bottom: 7px;
	padding: 10px;
    }

    #nav ul li a{
    display: block;
    padding: 0 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #fff;
	font-family: "Source Sans Pro", 'Noto Serif JP', "sans-serif";
	font-size: 1.3rem;
	font-weight: 400;
    }
    #nav ul li a:hover {
    color: #f65d5d;
	font-weight: 400;
    }
}
