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

  html {
    visibility: hidden;
  }

  html.wf-active,
  html.loading-delay {
    visibility: visible;
    font-size: 62.5%;
  }

  a {
    text-decoration: none;
    display: block;
  }

  p {
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
    color: #636161 !important;
  }

  td {
    color: #636161 !important;
  }



  body {
    width: 100%;
    margin: 0 auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width:1280px;
  }

  header {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  div.top-view {
    width: 100%;
  }

  .top-view img {
    width: 100%;
    display: block;
  }

  #index-logo {
    width: 30%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  div.logo {
    width: 25%;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .logo img {
    width: 100%;
  }

  nav.global-nav {
    display: none;
  }

  .global-nav ul {
    display: flex;
    justify-content: space-around;
    /* margin: 0 30px; */
  }

  .global-nav li {
    font-size: 1.5vw;
    padding: 3% 0;
    width: 100%;
    text-align: center;
  }

  .global-nav a {
    display: block;
    text-decoration: none;
    color: #000;
    border-right: 0.1vh solid;
  }

  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }

  #globalNavi {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }


  #border-none {
    border: none;
  }


  .open #global-nav {
    z-index: 1000;
    visibility: visible;
  }
  #global-nav {
    visibility: hidden;
    position: fixed;
    display: table;
    vertical-align: middle;
    background-color: #2D530C;
    color: #fff;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  #global-nav ul {
    /* display: table-cell; */
    padding-top: 15%;
    list-style: none;
  }
  #global-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }

  /* ***********************************************************
  * nav-list
  * *********************************************************** */
  #global-nav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none;
  }
  .open #global-nav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  /* .open #global-nav ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .open #global-nav ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .open #global-nav ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .open #global-nav ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  } */

  /* ***********************************************************
  * #nav-bg
  * *********************************************************** */
  #nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-right: -1200px;
    margin-top: -1200px;
    top: 40px;
    right: 30px;
    display: block;
    position: fixed;
    z-index: 100;
    background: #2D530C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(.02);
    transform: scale(.02);

  }
  .open #nav-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
  }

  /* ***********************************************************
  * #nav-toggle
  * *********************************************************** */
  #nav-toggle {
    display: block;
    position: fixed;
    right: 8px;
    top: 21px;
    width: 23px;
    height: 30px;
    cursor: pointer;
    padding: 10px 11px;
    z-index: 1001;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 2000;
  }

  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }

  .sp-nav span {
    font-size: 1.3rem;
  }

  .sp-nav li {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  div.sp-sns {
    padding-top: 10%;
  }


  div.sp-fb {
    width: 5vh;
    margin: 2%;
  }

  .sp-fb img {
    width: 100%;
    display: block;
  }

  div.sp-insta {
    width: 5vh;
    margin: 2%;
  }

  .sp-insta img {
    width: 100%;
    display: block;
  }


  main {
    /* margin: 0 30px; */
  }

  footer.footer {
    background-image: url(../img/index/gallery_6.jpg);
    background-size: cover;
    background-position:20%;
  }

  p.copyright {
    color: #fff !important;
    text-align: center;
    padding: 1% 0;
    font-size: 1.3rem !important;
  }

  div.reservation {
    background-color: #2D530C;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .reservation p {
    color: #fff;
    padding:20px 33px;
    text-align: center;
    font-size: 1.15vw;
  }

  .form h1 {
    font-size: 1.8vw;
    font-weight: lighter;
    color: #2D530C;
    padding: 0 20px 20px 0;
  }

  #page_top{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    background: #fff;
    border: 1px solid #2D530C;
}
#page_top a{
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #2D530C;
  margin-top: 15%;
  font-size: 1.2rem;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /* content: '\f102'; */
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.arrow2 {
  width: 5px;
  height: 5px;
  margin: 0 auto;
  border: 3px solid;
  position: absolute;
  border-color: #2D530C #2D530C transparent transparent;
  transform: rotate(-45deg);
  top: 3px;
  right: 14.5px;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* -webkit-transform: translateX(-50%); */
  -ms-transform: translateX(-50%);
}



  .sp-none {
    display: none;
  }

  #sp-none {
    display: none;
  }





  /* hover */
  .hover1 {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .hover1:hover {
    color: #5C9816;
    transform: translateY(-2px);
  }

  .hover2 {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .hover2:hover {
    transform: translateY(-1px);
    opacity: .5;
  }

  .hover3 {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .hover3:hover {
    opacity: .7;
  }





}
