@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
html {
  width: 100%;
  height: 100%;
  color: #fff;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  background: #2A2A2A;
}

body {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 967px) {
  .sp {
    display: block;
  }
}

@media (max-width: 967px) {
  .pc {
    display: none !important;
  }
}

h2, p {
  letter-spacing: .2em;
}

a {
  transition: .2s;
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

section {
  position: relative;
}

.wrap {
  font-size: 0;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 967px) {
  .wrap {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}

#lang {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}

#lang a p {
  color: #fff;
  position: relative;
  font-weight: bold;
  padding-right: 16px;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

#lang a p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  filter: drop-shadow(0 0 3px rgba(0,0,0,.9));
}

#hero {
  width: 50%;
  height: 100%;
  max-height: 800px;
  display: inline-block;
  vertical-align: middle;
  background: url("../../assets/img/hero.jpg") no-repeat top center;
  background-size: contain;
}

@media (max-width: 967px) {
  #hero {
    width: 100%;
    min-height: inherit;
    height: 183vw;
    display: block;
    background: url("../../assets/img/hero.jpg") no-repeat top center;
    background-size: 100%;
    max-width: 500px;
    margin: 60px auto auto;
  }
}

#body {
  min-height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 967px) {
  #body {
    width: 100%;
    display: block;
    min-height: inherit;
    padding-bottom: 87px;
  }
}

#body .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 967px) {
  #body .box {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    /* margin-top: -55px; */
  }
}

#body .box .access {
  text-align: center;
}

#body .box .access h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto 24px;
}

#body .box .access .access_t {
  font-size: 14px;
  margin: 0 auto 13px;
}

#body .box .access .tel {
  font-size: 14px;
  margin: 0 auto;
}

#body .box .access .map {
  width: 480px;
  margin: 30px auto 80px;
}

@media (max-width: 967px) {
  #body .box .access .map {
    width: 90%;
    max-width: 400px;
    margin: 24px auto 75px;
  }
}

#body .box .reserve {
  text-align: center;
}

#body .box .reserve h2 {
  font-size: 16px;
  margin: 0 auto 24px;
}

#body .box .btn a {
  width: 252px;
  height: 48px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
}

@media (max-width: 967px) {
  #body .box .btn a {
    width: 90%;
    height: 70px;
    max-width: 400px;
  }
}

#body .box .btn a img {
  width: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
