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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

.leftAnime {
  opacity: 0; }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
#toggle {
  padding-top: 0px;
  font-family: 'Shippori Mincho', serif;
  text-align: center; }

#toggle-box {
  position: relative;
  cursor: pointer;
  padding-top: 34%; }

#toggle-box > span {
  width: 20%;
  margin-left: 40%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease; }

#toggle-box > span:nth-child(1) {
  top: 25%; }

#toggle-box > span:nth-child(2) {
  top: 35%;
  transform: translatey(-30%); }

#toggle-box > span:nth-child(3) {
  top: 45%; }

#toggle {
  z-index: 1000; }

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 70%;
  height: 100%;
  background: #38382e;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #nav-content a {
    color: #fff;
    text-decoration: none;
    transition: opacity .6s ease; }
  #nav-content a:hover {
    opacity: 0.7; }

.is-open {
  overflow: hidden; }

.is-open #toggle-box > span {
  background: #fff; }

.is-open #toggle-box > span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translatey(-50%); }

.is-open #toggle-box > span:nth-child(2) {
  width: 0; }

.is-open #toggle-box > span:nth-child(3) {
  top: 40%;
  transform: rotate(-45deg) translatey(-50%); }

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0); }

#menu {
  position: fixed;
  z-index: 990; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.5s ease 0s 1 normal; }

.lg {
  position: absolute;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 4.0vw;
  color: #fff;
  text-align: center;
  top: 20px;
  left: 20px;
  z-index: 2; }
  .lg a {
    color: #fff; }
  .lg a:hover {
    color: #fff;
    opacity: 0.7; }

#contactBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 4.8vw;
  width: 100%;
  display: none; }
  #contactBtn a {
    display: block;
    background: #38382e;
    color: #fff;
    line-height: 1;
    padding: 7% 0;
    border-top: 1px solid #969696;
    text-align: center;
    letter-spacing: 2px; }
    #contactBtn a i {
      position: relative;
      margin-left: 5px; }
      #contactBtn a i img {
        position: absolute;
        top: 30%;
        width: 24px;
        vertical-align: middle; }

#btMenu {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%; }
  #btMenu ul {
    display: flex;
    width: 100%; }
  #btMenu li {
    text-align: center;
    background: #38382e;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    line-height: 2; }
    #btMenu li a {
      display: block;
      background: #38382e;
      color: #fff;
      font-size: 3.6vw;
      padding: 11% 0 9% 0; }
    #btMenu li a.rlink {
      background: #7a8441; }
    #btMenu li b {
      font-weight: normal; }
  #btMenu li:nth-child(1) {
    width: 25%;
    letter-spacing: -1px; }
  #btMenu li:nth-child(2) {
    width: 50%; }
    #btMenu li:nth-child(2) a {
      padding: 5% 0 7% 0;
      font-size: 4.6vw;
      line-height: 1.8; }
  #btMenu li:nth-child(3) {
    width: 25%;
    letter-spacing: -1px; }

#nav-content {
  padding: 40px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600; }
  #nav-content p {
    margin-bottom: 40px; }
    #nav-content p i {
      font-size: 20px; }
  #nav-content ul {
    border-bottom: 1px solid #6e6867;
    padding-bottom: 3%;
    margin-bottom: 10%;
    font-size: 4.4vw; }
    #nav-content ul img {
      height: 11px; }
    #nav-content ul span {
      font-size: 3.0vw;
      margin: 0 0 0 10px;
      color: #9c9493;
      font-weight: 400; }
    #nav-content ul li {
      margin-bottom: 8%; }
  #nav-content ol {
    font-size: 3.2vw;
    margin-bottom: 60%; }
    #nav-content ol li {
      margin-bottom: 5%; }

html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

body {
  letter-spacing: 1px;
  line-height: 1.8;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #38382e;
  background: #dee2bf; }

a {
  color: #38382e;
  text-decoration: none;
  transition-duration: 0.3s; }

a:hover {
  color: #666;
  transition-duration: 0.3s; }

.pc {
  display: none; }

footer {
  position: relative;
  text-align: center;
  padding: 10% 0 30% 0;
  clear: both;
  background: #38382e;
  color: #fff;
  letter-spacing: 1px; }
  footer a {
    color: #fff; }
  footer section {
    margin: 0 10%; }
  footer dl {
    text-align: center;
    padding: 12% 0;
    z-index: 1; }
    footer dl a {
      text-decoration: underline; }
    footer dl dd.tel {
      font-size: 4.8vw;
      padding: 5px 0;
      letter-spacing: 1px; }
      footer dl dd.tel span {
        font-size: 3.6vw; }
  footer ol {
    text-align: left;
    padding: 10% 0;
    z-index: 1; }
    footer ol li {
      margin-bottom: 5%; }
  footer .logo {
    z-index: 0;
    text-align: center; }
    footer .logo h2 {
      width: 80%;
      margin: 0 auto 20px auto; }
      footer .logo h2 img {
        vertical-align: middle; }
  footer .copy {
    clear: both;
    font-weight: 400;
    color: #fff;
    padding: 5% 0 0px 0;
    letter-spacing: 1px; }

header {
  position: relative;
  width: 100%; }
  header h1 {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 3.6vw;
    font-weight: 400;
    text-align: left;
    left: 8%;
    top: 50%; }
    header h1 span {
      font-size: 9.0vw;
      letter-spacing: 0; }
  header .slider div img {
    vertical-align: baseline; }
  header .slider div img.pc {
    display: none; }
