.gnav-wrapper{
  display: flex;
  justify-content: center;
}
.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.menu > li {
  float: left;
  
  height: 50px;
  line-height: 50px;
  padding:7px
 
}
.menu > li.logo {
  float: left;
  width: 25%; /* グローバルナビ4つの場合 */
  height: 50px;
  line-height: 50px;
 
}
.navlogo{
  max-width: 120px;
  padding-top: 5px;
  padding-right: 2rem;
}
.menu > li a {
  display: block;
  color: #072A24;
  text-align: center;
}

.menu > li a:hover {
  color: #999;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li:hover {
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
ul.menu__second-level > li.gnav__menu__item{ 
  display: block;
  padding-top: 5px;
 opacity: 100;
 margin: 20px 5px !important;
 transform: translateY(0px) !important;
  
}
ul.menu__second-level > li.gnav__menu__item a{
  color:#fff;
  z-index:999;
}
.menu__second-level li {

}

.menu__third-level li {
  
}

.menu__second-level li a:hover {
 
}

.menu__third-level li a:hover {
  
}
.menu__fourth-level li a:hover {
  
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}
 li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 180px;
 background-color: rgba(0, 0, 0, 0.2);
 color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 18px !important;
}
ul.menu__second-level{
  margin-inline-start: 0 !important;
  padding-inline-start: 0 !important;
}
li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  color: #fff;
}
ul.menu__second-level > li a{
  color: #fff;
  font-size: 1.4rem;
  padding-left:0px;
}

/* スマホ */
.gnav-wrapper {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 2;
  

}
.main-wrapper{
  display: flex;
  justify-content: center;
}
.gnav {
  display: flex;
  justify-content: flex-end;
}
ul.gnav{
  margin-block-end:0em;
}
.gnav li {
 
  
  transition: all 0.3s ease-in-out;
}


.nav-logo{
  width: 200px;
  margin-right: 200px;
}
.gnav a {
  color: #535D60;
  border-left: solid 1px #fefefe;
  padding: 0 50px;
}

.gnav > li:last-child a {
  border-right: solid 1px #fefefe;
}

.gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}

.megamenu {
  background: rgba(0, 0, 0, 0.5);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  transition: all 0.2s ease-in;
  z-index: 999;
}

.megamenu-inner {
  display: flex;
  flex-wrap: wrap;
}

.megamenu-inner li {
  width: calc((100% / 5));
  padding: 0;
}

.megamenu-inner a {
  border-left: none;
}

.megamenu-inner-img {
  margin: 0 0 10px;
  padding: 10px 30px;
}

.megamenu-inner-text img {
  margin: 0 5px 0 0;
}
.boxtitle {
  position: relative;

  font-size: 32px;
  text-align: center;
}

.boxtitle span {
  position: relative;
  z-index: 2;
}

.boxtitle::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.2);
  font-size: 60px;
  font-style: italic;
  z-index: -3;
  font-style: italic;
  
  font-family: 'Lato', sans-serif;
}
.note2 {
  font-size: 1.8em;
  font-weight: 600;
}
.megamenu-inner-text {
  font-size: 14px;
}
@media screen and (max-width: 650px){
  /*　ハンバーガーメニューボタン　*/
 .hamburger2 {
   display : block;
   position: fixed;
   z-index : 3;
   right : 20px;
   top   : 20px;
   width : 42px;
   height: 42px;
   cursor: pointer;
   text-align: center;
 }
 .hamburger2 span {
   display : block;
   position: absolute;
   width   : 30px;
   height  : 2px ;
   left    : 6px;
   background : #BBBBBB;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition   : 0.3s ease-in-out;
   transition        : 0.3s ease-in-out;
 }
 .hamburger2 span:nth-child(1) {
   top: 10px;
 }
 .hamburger2 span:nth-child(2) {
   top: 20px;
 }
 .hamburger2 span:nth-child(3) {
   top: 30px;
 }
 
 /* スマホメニューを開いてる時のボタン */
 .hamburger2.active span:nth-child(1) {
   top : 16px;
   left: 6px;
   background :#fff;
   -webkit-transform: rotate(-45deg);
   -moz-transform   : rotate(-45deg);
   transform        : rotate(-45deg);
 }
 
 .hamburger2.active span:nth-child(2),
 .hamburger2.active span:nth-child(3) {
   top: 16px;
   background :#fff;
   -webkit-transform: rotate(45deg);
   -moz-transform   : rotate(45deg);
   transform        : rotate(45deg);
 }
 
 /* メニュー背景　*/
 nav.globalMenuSp2 {
   position: fixed;
   z-index : 2;
   top  : 0;
   left : 0;
   color: #fff;
   background: rgba( 71,70,73,0.6 );
   text-align: center;
   width: 100%;
   transform: translateY(-100%);
   transition: all 0.6s;
 }
 
 nav.globalMenuSp2 ul {
   margin: 0 auto;
   padding: 0;
   width: 100%;
 }
 
 nav.globalMenuSp2 ul li {
   list-style-type: none;
   padding: 0;
   width: 100%;
   transition: .4s all;
 }
 nav.globalMenuSp2 ul li:last-child {
   padding-bottom: 0;
 }
 nav.globalMenuSp2 ul li:hover{
   background :#ddd;
 }
 
 nav.globalMenuSp2 ul li a {
   display: block;
   color: #fff;
   padding: 1em 0;
   text-decoration :none;
 }
 
 /* クリックでjQueryで追加・削除 */
 nav.globalMenuSp2.active {
   opacity: 100;
   display: block;
    transform: translateY(0%);
 }
 nav.globalMenuSp2 ul li{
  font-size: 1.3rem !important;
 }
 .globalMenuSp2{
  z-index: 999;
 }
 }
 /* ボタン本体 */
.btn1 {
  position: relative;
  display: inline-block;
  
  border-radius: 30px; /* 角丸をつける */
  width: 180px; /* 横幅 */
  height: 60px; /* 縦幅 */
  line-height: 60px; /* 行の高さ(heightと同じ値にする) */
  text-decoration: none; /* aタグのアンダーラインを消す */
  overflow: hidden; /* はみ出し部分を隠す */
  cursor: pointer; /* カーソルをポインターにする */
}

/* ボタンのテキスト */
.btn__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%; /* 横幅をボタンと同じにする */
  color: #fff; /* 文字色 */
  font-size: 16px; /* 文字サイズ */
  
  text-align: center; /* テキストを中央揃え */
  transition: all 0.3s; /* アニメーション実行時間 */
}

/* ボタンのテキスト(デフォルトのテキスト) */
.btn__text:nth-child(1) {
  top: 0;
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text:nth-child(2) {
  top: -100%;
}

/* ボタンホバーアクション */
.btn1:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btn1:hover .btn__text:nth-child(2) {
  top: 0;
}

/* 全画面 */
/*transition & delay*/
.transition10{transition:all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.delay01{transition-delay: .1s;}
.delay02{transition-delay: .2s;}
.delay03{transition-delay: .3s;}
.delay04{transition-delay: .4s;}
.delay05{transition-delay: .5s;}
.delay06{transition-delay: .6s;}
.delay07{transition-delay: .7s;}
.delay08{transition-delay: .8s;}
.delay09{transition-delay: .9s;}
.delay10{transition-delay: 1s;}
.delay11{transition-delay: 1.1s;}
/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
 
}
.menu__line{
    background: #333;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.on .menu__line--top{
    top: 8px;
    transform: rotate(45deg);
}
.on .menu__line--center{
    transform:scaleX(0);
}
.on .menu__line--bottom{
    bottom: 10px;
    transform: rotate(135deg);
}
.menu__circle-base{
	left: -10px;
	position: absolute;
	top: -14px;
	transform: rotate(-90deg);
}
.menu__circle{
	opacity: 0;
	stroke-dasharray: 0 144;
	transition: 0.5s;	
}
.menu:hover .menu__circle{
	opacity: 1;
	stroke-dasharray: 144 144;
}
/*fullnav*/
.fullnav{
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;	
}
/*fullnav__nav*/
.fullnav__nav{
	align-items: center;
	background: #fff;
	display: flex;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
}
/*gnav*/
.gnav{
	margin: 0 auto;
	width: 40%;
}
.gnav__menu__item{

	

}
.gnav a{
	color: #333;
	text-decoration: none;
}
/*fullnav__cnt*/
.fullnav__cnt{
	align-items: center;
	background: #333;
	color: #fff;
	display: flex;
	height: 100%;
	left: 30%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.fullnav__cnt__inner{
	margin: 0 auto;
	width: 80%;
}
.fullnav__cnt__title{
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(100px);
}
.fullnav__cnt__menu{
	list-style: none;
}
.fullnav__cnt__menu__item{
	margin:20px 0;
	opacity: 0;
	transform: translateY(100px);
}
.fullnav__cnt__menu__item a{
	color: #fff;
}
/*on fullnav__nav*/
.fullnav.on .fullnav__nav{
	opacity: 1;
	width: 30%;
}
/*on gnav*/
.fullnav.on .gnav li{
	opacity: 1;
	transform: translateY(0);	
}
/*on fullnav__cnt*/
.fullnav.on .fullnav__cnt{
	opacity: 1;
	width: 70%;
}
.fullnav.on .fullnav__cnt__title{
	opacity: 1;
	transform: translateY(0);
}
.fullnav.on .fullnav__cnt__menu__item{
	opacity: 1;
	transform: translateY(0);
}
/*menu*/
.menu_back{
  position: fixed;

  height: 50px;
width: 50px;
top: 5px;
right: 20px;
background-color: #333;
z-index:888;
border-radius: 50px;
}
.menu{
  height: 20px;
  position: fixed;
  right: 30px;
  top: 20px;
  width: 30px;
  z-index:9999;
  
}
.menu__line{
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
  z-index:9999;
}
.menu__line
.menu__line--center{
  top: 9px;
}
.menu__line--bottom{
  bottom: 0;
}
.menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);

}
.menu__line--center.active{
  transform:scaleX(0);
 

}
.menu__line--bottom.active{
  bottom: 10px;
  transform: rotate(135deg);
 
}

/*gnav*/
/*gnav*/
.gnav{
  background: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap{
  align-items:center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.gnav__menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:25%;

}
.gnav__menu2{
  position: absolute;
  left: 75%;
  transform: translateX(-50%);
  width:25%;
  
}
.gnav__menu__item{

}
.gnav__menu__item a{
  color: #fff;
  font-size: 1.4rem;
  
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item a:hover{
  color: #666;
}
.hero{
  background:url(images/hero.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
}
.gnav__menu__item span{
  display: block;
  font-size:18px;
  padding-left:5rem;
  font-family: 'Tangerine', cursive;
  color: #fff;
}
/* 全画面 */
/* スマホ */

@media screen and (max-width: 950px){
    .menu_back,menu{
      top: 10px;
      right: 25px;
    }
    .menu{
      top:25px;
      right:35px;
    }
    .inblock:before{
      left:0;
      right: 0;
    }
    .gnav__menu{
      left: 5%;
      width: 100%;
      transform: translateX(0);
    }
    .gnav__menu__item a{
      font-size: 1.4rem;
    }
    .gnav__menu__item span {
      font-size: 1rem;
    }
    /* サービス */
 
    /* サービス */
}