@media screen and (min-width: 768px) {

  html {
    visibility: hidden;
  }

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


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

  p {
    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;
    background-color: #FDFDF5;
    max-width:1280px;
  }

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

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

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

  div.logo {
    width: 10%;
    position: absolute;
    top: 3%;
    left: 1%;
  }

  .logo img {
    width: 100%;
  }

  nav.global-nav {
    width: 100%;
    background-color: #FDFDF5
  }

  .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: #636161;
    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;
  }

  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.2vw;
  }

  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;
  }

  .pc-none {
    display: none;
  }

  #pc-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;
  }





}
