html,
body {
  position: relative;
  height: 100%;
}
header a.res_online {
  position: fixed;
  top: 20px;
  right: 80px;
  z-index: 2;
}
header a.res_online img {
  width: 80px;
  height: auto;
}
header a.res_reserve {
  position: fixed;
  top: 20px;
  right: 80px;
  z-index: 2;
}
header a.res_reserve img {
  width: 150px;
  height: auto;
}
/**========================
header manu navigation
ナビゲーションのためのCSS 
=========================*/
#g-nav{
  position:fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  left: 0;
  width:100%;
  height: 90vh;/*ナビの高さ*/
  background-color: #F8F5F4; 
  transition: all 0.3s;
}

@media screen and (max-width:540px) {
  #g-nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    top:0;
    left: 0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background-color: #F8F5F4; 
    transition: all 0.3s;
  }
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
opacity: 1;
z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 90vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/**logo img**/
.logo_img img {
  width: 200px;
  height: auto;
  text-align: left;
  position: absolute;
  z-index: 999;
  top: 15%;
  left: 22%;
  transform: translate(-50%,-50%);
  color: #e2e3e3;
}



@media screen and (max-width:540px) {
  #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
}

#g-nav h1 img {
  width: 240px;
  height: auto;
}

/*ナビゲーション*/
#g-nav .drawer-menu {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 25%;
  left: 27%;
  /*transform: translate(-50%,-50%);*/
}

@media screen and (max-width:1080px) {
  /*ナビゲーション*/
#g-nav .drawer-menu {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 25%;
  left: 9%;
  /*transform: translate(-50%,-50%);*/
}

}
@media screen and (max-width:991px) {
  #g-nav h1 img {
    width: 200px;
    height: auto;
  }
  #g-nav .drawer-menu  {
    display: block;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 100px;
    left:100px;
    transform: initial;
    padding-left: 0;
  }
  #g-nav ul {
    display: block;
  }
}
@media screen and (max-width:540px) {
  #g-nav h1 img {
    width: 100px;
    height: auto;
  }
  #g-nav .drawer-menu  {
    display: block;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 70px;
    left:0;
    right: 0;
    margin: 0 auto;
    transform: initial;
    padding-left: 0;
  }
  #g-nav ul {
    display: block;
  }
}

#g-nav.panelactive .drawer-menu {
  display: block;
}
#g-nav.panelactive .drawer-menu ul {
  column-count: 2;
  padding-left: 0;
  margin-top: 40px;
}
#g-nav .drawer-menu .online img {
  width: 150px;
}


#g-nav.panelactive .drawer-menu ul li a {
  position: relative;
}
#g-nav.panelactive .drawer-menu ul li.current a,
#g-nav.panelactive .drawer-menu ul li a:hover{
color:#08345a;
}
#g-nav.panelactive .drawer-menu ul li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0%;
  bottom: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background:#FFE200;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
}
#g-nav.panelactive .drawer-menu ul li.current a::after,
#g-nav.panelactive .drawer-menu ul li a:hover::after {
  transform: scale(1, 1);/*X方向にスケール拡大*/
}




@media screen and (max-width:991px) {
  #g-nav.panelactive .drawer-menu {
    display: block;
    width: fit-content;
  }
  #g-nav.panelactive .drawer-menu ul {
    column-count: 1;
    margin-top: 20px;
    padding-left: 0;
  }
  #g-nav .drawer-menu .online img {
    width: 90px;
  }
  #g-nav .drawer-menu  .sns_zone {
    margin-top: 20px;
  }
  #g-nav .drawer-menu  .sns_zone a {
    padding: 5px;
  }
  #g-nav .drawer-menu  .sns_zone img {
    width: 25px;
    height: auto;
  }
}

/*リストのレイアウト設定*/
#g-nav li{
  list-style: none;
  /*text-align: center; */
  text-align: center;
  padding: 5px 0;
}

#g-nav li a{
color: #000;
text-decoration: none;
padding:10px;
display: block;
/*text-transform: uppercase;*/
letter-spacing: 0.1em;
/*font-weight: bold;*/
font-size: 14px;
}



#g-nav .gheader__nav__list {
  padding-left: 130px;
  margin-left: -130px;
  margin-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: opacity .1s ease-out .2s,padding-left .2s ease-out .2s,padding-top .6s ease-out,padding-bottom .6s ease-out;
}

#g-nav .gheader__nav__list__heading {
  position: relative;
  font-size: 22px;
  z-index: 1;
  background: #302f30;
}

@media screen and (max-width:991px) {
  #g-nav .gheader__nav__list {
    padding-left: 130px;
    margin-left: -130px;
    margin-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: opacity .1s ease-out .2s,padding-left .2s ease-out .2s,padding-top .6s ease-out,padding-bottom .6s ease-out;
  }
  
  #g-nav li a{
    text-decoration: none;
    padding:5px;
    display: block;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
    font-size: 14px;
  }
  #g-nav li a:hover {
      color: #0f5675 !important;
      text-decoration: none;
      padding:5px;
      display: block;
      /*text-transform: uppercase;*/
      letter-spacing: 0.1em;
      /*font-weight: bold;*/
      font-size: 14px;
  }

  #g-nav .gheader__nav__list__heading {
    position: relative;
    font-size: 16px;
    z-index: 1;
    background: #302f30;
  }
}

#g-nav li .gheader__nav__list__heading__url {
  font-family: brandon-grotesque,sans-serif;
  font-weight: 400;
  color: #dadada;
  /*background-color: #302f30;*/
  padding-right: 16px;
  transition: background-color .3s ease-out;
  font-family: serif;
}

.gheader__nav__list__heading::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: 14px;
  bottom: 0;
  border-radius: 1px;
  background-color: #e4e4e4;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,left .2s ease-out .2s,top .2s ease-out .2s;
}

.gheader__nav__list.is-show 
.gheader__nav__list__heading::before {
  width: 9px;
  height: 9px;
  top: 17px;
  left: -24px;
  border-radius: 1px;
}

.gheader__nav__list__heading__line {
  display: block;
  position: absolute;
  background-color: #707070;
  top: 20px;
  right: -163px;
}

.gheader__nav__list__heading__line.first-line {
  height: 1px;
  z-index: -1;
  width: 0;
  opacity: 0;
  transition: width .15s ease-in .1s,opacity .15s ease-out .1s;
  background: #707070;
}


.gheader__nav__list.is-show 
.gheader__nav__list__heading__line.first-line {
  width: calc(100% + 25px);
  opacity: 1;
  transition: width .2s ease-in,opacity .2s ease-out;
}

.gheader__nav__list__heading__line.second-line {
  position: absolute;
  height: 0;
  width: 1px;
  right: -165px;
  transition: height .1s ease-out,top .1s ease-out,bottom .1s ease-out;
  background: #707070;
}

.gheader__nav__list.is-show 
.gheader__nav__list__heading__line.second-line {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 349px;
  bottom: 0;
  transition: height .15s ease-out .2s,top .15s ease-out .2s,bottom .15s ease-out .2s;
}






/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:20px;
  right: 60px;
  cursor: pointer;
  width: 50px;
  height:50px;
  content: "menu";
}


@media screen and (max-width:991px) {
  .openbtn1{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:20px;
    right: 20px;
    cursor: pointer;
    width: 45px;
    height:40px;
    content: "menu";
    background-color: #fff;
  }
}
/*[×]に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: -3px;
  height: 1.5px;
  border-radius: 50px;
  background-color:#31190D;
  width: 40px;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:25px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
width: 30%;
}

.openbtn1.active span:nth-of-type(1) {
  top: 14px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  top: 26px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/**ここまでmenu end**/


@media screen and (max-width:991px) {
  .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 50px;
    background-color: #000;
    width: 25px;
  }
  
}


/**===============
swiper css
================**/
.swiper {
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  background: #f7f7f7;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/**pagenation css**/
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
}


.swiper-pagination-bullets {
  left: auto;
  width: auto;
  right: 82px;
  bottom: 10px !important;
  }

.swiper-pagination-bullet {
  position: relative;
    width: auto!important;
    height: auto!important;
    background: 0 0!important;
    opacity: 1!important;
}


.swiper-pagination-bullet {
  margin-right: 30px !important;
  transition: .15s ease-out .2s,top .15s ease-out .2s,bottom .15s ease-out .2s;
}
.swiper-container.top-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 72px!important;
  color: #000;
}

.swiper-pagination-bullet-active {
  color: #000;
  background: #f7f7f7;
  font-weight: 600;
  margin-left: -60px !important;
  margin-right: 30px !important;

}


.swiper-pagination-bullet-active.swiper-pagination-bullet:after {
  background: #000;
}


.swiper-pagination-bullet:before, 
.swiper-pagination-bullet:after {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
}

.swiper-container.top-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  font-family: brandon-grotesque,sans-serif;
  font-weight: 500;
}

.swiper-pagination-bullet:before {
  height: 1px!important;
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0,-1px,0)!important;
  width: 0!important;
  transition: all .8s;
  position: static!important;
}

.swiper-pagination-bullet:after {
  position: absolute;
  bottom: 0px!important;
  left: -30px!important;
  width: 0px!important;
  font-size: 14px;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 400;
}

.swiper-container.top-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px!important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  color: #666;
}

.swiper-container.top-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  font-family: brandon-grotesque,sans-serif;
  font-weight: 500;
  color: #000;
}

/**表示される番号を指定**/
.swiper-container.top-swiper .swiper-pagination-bullet:first-child:after {
  content: "01"!important;
}
.swiper-container.top-swiper .swiper-pagination-bullet:nth-child(2):after {
  content: "02"!important;
}
.swiper-container.top-swiper .swiper-pagination-bullet:nth-child(3):after {
  content: "03"!important;
}
.swiper-container.top-swiper .swiper-pagination-bullet:nth-child(4):after {
  content: "04"!important;
}

.swiper-container.top-swiper .swiper-pagination-bullet:nth-child(5):after {
  content: "05"!important;
}
.swiper-container.top-swiper .swiper-pagination-bullet:nth-child(6):after {
  content: "06"!important;
}


/**swiper-button css**/
.swiper-button-next,
.swiper-button-prev {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  border: 1px solid #333;
  top: inherit !important;
  bottom: 10px !important;
  left: inherit !important;
}

.swiper-button-prev {
  right: 50px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 10px !important;
  color: #333;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  border: 1px solid #333;
  background: #000;
  top: inherit !important;
  bottom: 10px !important;
  left: inherit !important;
}


.swiper-button-next:hover .swiper-button-next::after,
.swiper-button-prev:hover .swiper-button-prev::after {
  font-size: 10px !important;
  color: #fff;
}

/**ここまで swiper css end**/


#g-nav #g-nav-list .inner_menu {
  margin-top: 5%;
  position: absolute;
  z-index: 999;
  top: 0%;
  left: 20%;
  transform: initial;
}

#g-nav #g-nav-list .inner_menu a {
  font-size: 30px;
}

#g-nav #g-nav-list .inner_menu li:nth-child(3)>a {
  font-size: 28px;
}

#g-nav #g-nav-list .inner_menu  a:hover {
  font-size: 30px;
  color: #727203;
}

#g-nav #g-nav-list .inner_menu a i {
  padding-left: 20px;
}

#g-nav #g-nav-list .inner_menu .logo_zone01 {
  margin-top: 70px;
}


#g-nav #g-nav-list .inner_menu .logo_zone01 img {
  width: 300px;
  height: auto;
}

#g-nav #g-nav-list .inner_menu .logo_zone02 img {
  padding: 10px;
  width: 210px;
  height: auto;
}

#g-nav #g-nav-list .inner_ul {
  display: block;
  position: initial;
  margin-left: 42%;
  margin-top: 20px;
  width: 100%;
}

#g-nav #g-nav-list .inner_ul li a {
  font-size: 20px ;
}

#g-nav #g-nav-list .inner_ul li a:hover {
  font-size: 20px ;
}

@media screen and (max-width:1199px) {
  #g-nav #g-nav-list .inner_menu .logo_zone01 {
    margin-top: 0px;
  }
  #g-nav #g-nav-list .inner_menu .logo_zone01 img {
    width: 250px;
    height: auto;
  }
  
  #g-nav #g-nav-list .inner_menu .logo_zone02 img {
    padding: 10px;
    width: 150px;
    height: auto;
  }
}


@media screen and (max-width:991px) {
  #g-nav #g-nav-list .inner_menu {
    margin-top: 10%;
    position: absolute;
    z-index: 999;
    top: 0%;
    left: 5%;
    transform: initial;
  }
  #g-nav #g-nav-list .inner_ul {
    display: block;
    position: initial;
    margin-left: 0%;
    margin-top: 20px;
    width: 100%;
  }
}


@media screen and (max-width:540px) {
  #g-nav #g-nav-list .inner_menu {
    margin-top: 10%;
    position: initial;
    z-index: 999;
    transform: initial;
  }
  #g-nav #g-nav-list .inner_ul {
    display: block;
    position: initial;
    margin-left: 0%;
    margin-top: 0px;
    width: 100%;
  }  
  #g-nav #g-nav-list .inner_menu a {
    font-size: 20px;
  }
  #g-nav #g-nav-list .inner_menu  a:hover {
    font-size: 20px;
    color: #727203;
  }  
  #g-nav #g-nav-list .inner_menu li:nth-child(3)>a {
    font-size: 18px;
  }
  #g-nav #g-nav-list .inner_ul li a {
    font-size: 16px ;
  }
  #g-nav #g-nav-list .inner_ul li a:hover {
    font-size: 16px ;
  }
  #g-nav #g-nav-list .inner_menu .logo_zone01 {
    margin-top: 20px;
  }
  #g-nav #g-nav-list .inner_menu .logo_zone01 img {
    width: 200px;
    height: auto;
  }
  #g-nav #g-nav-list .inner_menu .logo_zone02 img {
    padding: 10px;
    width: 200px;
    height: auto;
  }
}