@charset "UTF-8";

/* 前提 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Sawarabi Gothic";
  color: rgb(99, 57, 1);
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
}
.wrapper_1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.wrapper_2 {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 4%;
}

/* HEADER */
.logo {
  color: #633901;
  font-family: 'Dancing Script', cursive;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 0.6;
}
.logo a:hover {
  transition: all 0.5s;
}
.toggle-menu-button {
  margin: 0;
  display: none;
}
.site-menu {
  display: flex;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  list-style: none;
}
.site-menu a:hover {
  transition: all 0.5s;
}
.site-menu li {
  margin-left: 40px;
}
.site-menu img {
  height: 25px;
}
.responsive {
  display: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  height: 75px;
  align-items: center;
}
.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.button {
  display: block;
  color: #fff;
  width: 240px;
  border-radius: 32px;
  margin: 0 auto;
  padding: 15px;
  transition: all 0.5s;
}

/* 見出し */
.heading_1 {
  font-family: 'Dancing Script', cursive;
  font-size: 5rem;
  text-align: center;
}
.heading_2 {
  font-family: 'Dancing Script', cursive;
  font-size: 4rem;
  text-align: center;
  line-height: 0.9;
}
#concept,
#about,
#service,
#staff,
#access,
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
/* MAIN */
.scrollbar-text_04{
  display: none;
}
.scrollbar_04 {
  display: none;
}

/* ABOUT */
.lead img {
  width: 500px;
  height: auto;
  display: block;
  margin: 50px auto;
}

.lead .pattern_1 {
  margin: 0 auto;
  display: block;
}
.lead .pattern_2 {
  display: none;
}
.test-slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}
.test-slick__item img {
    height: auto;
    width: 100%;
}
.test-slick button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* FOOTER */
.footer {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.footer-logo {
  font-family: 'Dancing Script', cursive;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 0.6;
  margin: 15px 0 30px;
}
.copyright {
  font-size: 16px;
}
.icon-instgram img{
  margin: 15px 0;
  height: 30px;
}

@media (max-width: 800px){
  /* HEADER */
  .logo {
  font-size: 2rem;
  }
  .toggle-menu-button {
    display: block;
    position: relative;
    top: 4px;
    width: 55px;
    height: 55px;
  }
  .toggle-menu-button span{
    display: inline-block;
    position: absolute;
    transition: all .4s;
    left: 26px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
  }
  .toggle-menu-button span:nth-of-type(1) {
    top:15px; 
  }
  .toggle-menu-button span:nth-of-type(2) {
    top:23px;
  }
  .toggle-menu-button span:nth-of-type(3) {
    top:31px;
  }
  .toggle-menu-button.is-show span:nth-of-type(1) {
    top: 17px;
    left: 28px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
  }
  .toggle-menu-button.is-show span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle-menu-button.is-show span:nth-of-type(3){
    top: 29px;
    left: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
  }
  .site-menu {
    display: block;
    text-align: center;
  }
  .site-menu li {
    margin: 30px;
  }
  .header-inner {
    height: 65px;
    position: relative;
  }
  .header-site-menu {
    width: 0;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 20;
    padding: 30px 0 50px;
    overflow: hidden;
    transition: all .8s;
  }
  .header-site-menu.is-show {
    width: 100%;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 9997;
  }
  .site-menu a:hover {
    transition: all 0.5s;
  }
  .normal {
    display: none;
  }
  .responsive {
    display: block;
  }

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_04 {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    circlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}


  /* 見出し */
  .heading_1 {
    font-size: 4rem;
  }
  .heading_2 {
    font-size: 3rem;
  }
  #concept,
  #about,
  #service,
  #staff,
  #access,
  #contact {
  padding-top: 65px;
  padding-bottom: 65px;
  }

  /* HOME */
  #loading img {
    width: 170px;
  }
  
  /* CONCEPT */
  .lead .pattern_2 {
  display: block;
  line-height: 1.5;
  text-align: left;
  margin: 50px auto 0;
  }
  .lead .pattern_1,
  .lead .pattern_3 
  {
  display: none;
  }
  .button {
  margin-top: 30px;
  }
  /* FOOTER */
  .footer {
    padding: 30px 0;
  }
  .footer-logo {
    width: 110px;
  }
  .copyright {
    font-size: 14px;
  }
}

