@charset "UTF-8";

/* CSS Document */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  /*	scroll-behavior: smooth;*/
}

body {
  background-color: #ECE9E0;
  color: #373737;
  font-family: "Roboto", 'Noto Sans JP', Meiryo, 'sans-serif', "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 2.4rem;
  text-align: center;
}

section h2 {
  font-size: 2.4rem;
}

a:hover {
  opacity: 0.5;
}

.none {
  display: none;
}

img {
  vertical-align: top;
}

/*共通ヘッダー*/
.header {
  padding: 3.5% 5% 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  mix-blend-mode: exclusion;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo_image {
  max-width: 107px;
  width: 8%;
  height: auto;
}

.header-logo_image img {
  width: 100%;
}

.header__navigation {
  display: none;
}

.header-reservebtn {
  width: 47px;
  height: auto;
  position: absolute;
  right: 5.5%;
  margin-top: 15px;
}

.header-reservebtn img {
  width: 100%;
}

/*ハンバーガーメニュー*/
.openbtn1 {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1000;
  border-radius: 50%;
  border: solid 1px #fff;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.openbtn1 span:nth-of-type(1) {
  top: 22.5px;
}

.openbtn1 span:nth-of-type(2) {
  top: 29.5px;
}

.openbtn1 span:nth-of-type(3) {
  top: 36.5px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 23px;
  left: 14.5px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 35px;
  left: 14.5px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
  /*  background: #373737;*/
}

.header__navigation {
  display: block;
  line-height: 5.0rem;
  letter-spacing: 0.2rem;
  background-color: #ECE9E0;
  font-weight: 400;
  mix-blend-mode: normal;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #ECE9E0;
  transition: all 0.6s;
  padding: 0 30px;
}

#g-nav.panelactive {
  right: 0;
  width: 40%;
}

/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 20%;
  width: 90%;
}

#g-nav li {
  list-style: none;
  text-align: left;
  border-bottom: solid 1px #6c6c6c;
}

#g-nav li a {
  color: #373737;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .header {
    padding: 30px 24px 30px;
  }

  .header-logo_image {
    width: 60px;
  }

  #g-nav.panelactive {
    width: 100%;
  }

  .header-reservebtn {
    right: 8%;
  }
}

/*共通フッター*/
.footer {
  margin-bottom: 30px;
  padding: 0 50px;
  text-align: left;
}

.footer-border {
  margin-bottom: 40px;
  padding: 0 30px;
  border-bottom: solid 1px #6c6c6c;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 170px;
  justify-content: space-between;
  align-items: center;
}

.footer-logo_image {
  width: 59px;
  height: auto;
}

.footer-logo_image img {
  width: 100%;
}

.footer-line_pc {
  background-color: #6c6c6c;
  display: block;
  width: 1px;
  height: 20px;
}

.footer-instagram {
  width: 29px;
  height: auto;
}

.footer-instagram img {
  width: 100%;
}

.footer nav {
  margin-bottom: 40px;
  padding: 0 30px;
}

.footer nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  text-align: left;
}

.footer nav ul li a {
  text-decoration: none;
  color: #373737;
}

.hello {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 3px;
}

.staffcomment {
  display: none;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  position: relative;
  margin: 1.5em 0;
  padding: 8px 12px;
  height: fit-content;
  width: fit-content;
  background: #f2f0e9;
  border-top: solid 1px #6c6c6c;
  border-bottom: solid 1px #6c6c6c;
  box-sizing: border-box;
}

.staffcomment:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 14%;
  margin-left: -22.5px;
  border: 9px solid transparent;
  border-bottom: 40px solid #f2f0e9;
  z-index: 2;
  transform: rotate(-25deg);
}

.staffcomment:after {
  content: "";
  position: absolute;
  top: -27px;
  left: 11%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-bottom: 26px solid #6c6c6c;
  z-index: -1;
  transform: rotate(-25deg);
}

.staffcomment p {
  margin: 0;
  padding: 0;
}

.staffcomment_inner {
  position: relative;
  z-index: 2;
}


.footer-line_sp {
  display: none;
}

.footer small {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .footer-border {
    border-bottom: none;
    display: flex;
    justify-content: center;
  }

  .footer-container {
    flex-direction: column;
    margin: 0;
  }

  .footer-logo_image {
    margin-bottom: 40px;
  }

  .footer-line_pc {
    display: none;
  }

  .footer nav {
    margin-bottom: 80px;
    padding: 0;
  }

  .footer nav ul {
    max-width: 288px;
    justify-content: space-between;
    margin: 0 auto;
  }

  .footer nav ul li:nth-child(5) {
    display: none;
  }

  .footer nav ul li:last-child {
    width: 100%;
  }

  .footer-line_sp {
    margin: 0 auto 70px;
    background-color: #6c6c6c;
    display: block;
    width: 100px;
    height: 1px;
  }

  .staffcomment:before {
    top: -27px;
  }
}

/*共通見出し*/
.section_title {
  text-align: left;
  position: relative;
}

.section_title h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}

.bar {
  background-color: #373737;
  display: block;
  width: 20px;
  height: 1px;
  margin: 20px 0 40px;
}


.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ECE9E0;
  z-index: 999;
}

@keyframes bgDUextendAnime {

  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: top;
  }

  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}


/* 縮小 */
.zoomOut {
  overflow: hidden;
}

.zoomOut img {
  width: 100%;
  height: auto;
  animation: animationZoomOut 1.3s ease-in-out forwards;
}

@keyframes animationZoomOut {
  from {
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
  }
}

.vsc-controller {
  display: none;
}