@charset "UTF-8";

/* COMMON CSS */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  background: #FCFCFC;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: revert;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.c-sp{
  display: none;
}

/* FADE */
.fade-in {
  opacity: 0;
  transition: all 1.6s ease;
}

.fade-in.show {
  opacity: 1;
}

/* 右から */
.fade-in-right {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translateX(20px);
}
.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* 左から */
.fade-in-left {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translateX(-20px);
}
.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

.delay1 { transition-delay: 0.3s; }
.delay2 { transition-delay: 0.6s; }
.delay3 { transition-delay: 0.9s; }

/* SP CSS */
/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header h1 {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

header h1 img {
  height: auto;
  width: 11rem;
}

/* TOGGLE */
.nav-toggle {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  z-index: 9999;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 1.5rem;
  right: 1.5rem;
}

.nav-toggle > span {
  position: absolute;
  color: #333;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-toggle ul {
  display: flex;
}

.nav-toggle ul li {
  position: relative;
  width: 5rem;
  height: 5rem;
}

.nav-toggle ul li span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #333;
  width: 40%;
  left: 1.5rem;
  transition: all 0.4s;
  will-change: transform, top;
}
.nav-toggle ul li span:nth-child(1) {
  top: 2rem;
}
.nav-toggle ul li span:nth-child(2) {
  top: 3rem;
}
.nav-toggle ul li span:nth-child(3) {
  top: 3.5rem;
}

.sp-active span:nth-child(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
.sp-active span:nth-child(2) {
  transform: translateY(-0.5rem) rotate(45deg);
}

.sub-nav {
  background-color: #FCFCFC;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  color: #313131;
  padding: 4rem 0;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
}

.sub-nav > a > img{
  width: 18rem;
  display: block;
  margin: 0 auto 2vw;
}

.sub-nav > p{
  font-size: max(1.4rem,1vw);
  color: #B98DE1;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.95px;
}

.sub-disp {
  opacity: 1;
  visibility: visible;
}

.sp-menu {
  width: 25rem;
  margin: 0 auto 1vw;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2.56px;
}

.sp-menu a {
  padding: 1.5rem 0;
  display: block;
  color: #313131;
  transition: 0.3s;
}

.sp-menu a:hover {
  color: #C6A4CF;
}

.sp-menu li {
  width: 100%;
}

.sp-menu li a > img{
  width: 1.7rem;
}

/* RESERVATION */
.fixed-circle-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 12rem;
  height: 12rem;
  z-index: 1000;
  transition:.5s;
  opacity:0;
}

a.circle-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 12rem;
  font-size: 1.2rem;
  color: #545454;
  text-decoration: none;
  letter-spacing: 2.25px;
  z-index: 1;
}

.rotating-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rotating-text {
  width: 100%;
  height: 100%;
  animation: rotate 6s linear infinite;
  transform-origin: center;
}

svg text {
  font-size: 1.7rem;
  fill: #545454;
  letter-spacing: 5px;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

.active{
  opacity:1;
}

/* FOOTER */
footer{
  background: #F4E9F1 url(../../asset/images/bg_sp_footer.png) no-repeat center / cover;
  width: 100%;
  height: 188vw;
}

.footer-inner{
  width: 70rem;
  max-width: 75%;
  margin: auto;
  padding: 40vw 0 0;
  display: flex;
  justify-content: space-between;
  color: #313131;
  flex-direction: column;
}

.footer-box__title{
  width: 100%;
  margin: 0 0 7vw;
}

.footer-box__title > a > img{
  width: 33vw;
  margin: 0 0 5vw;
}

.footer-box__title > p{
  font-size: max(1.4rem,2.4vw);
  line-height: 1.7;
  letter-spacing: 3.75px;
}

.footer-box__list1{
  width: 100%;
  margin: 0 0 5vw;
}

.footer-list1{
  font-size: max(1.5rem,2.5vw);
  display: flex;
  flex-direction: column;
  gap: 7vw;
  letter-spacing: 2.4px;
}

.footer-list1 li:hover {
  color: #C6A4CF;
}

.footer-box__list2{
  width: 100%;
}

.footer-list2{
  font-size: max(1.4rem,2.4vw);
  display: flex;
  flex-direction: column;
  gap: 7vw;
  letter-spacing: .1vw;
}

.footer-list2 li > a > img{
  width: max(2rem,3vw);
}

.footer-list2 li > p{
  font-size: max(1.4rem,2.4vw);
  color: #B98DE1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer-bt__reservation{
  font-size: max(1.5rem,2.5vw);
  color: #B98DE1;
  background: #FFF;
  width: 45vw;
  box-shadow: 0 0 5px #EAEAEA;
  text-align: center;
  margin: 0 0 2vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5vw;
}

.footer-bt__reservation:hover{
  opacity: 0.7;
}

.footer-bt__reservation > a{
  display: block;
  padding: 5vw;
}

/* TABLET CSS */
@media (min-width: 769px) and (max-width: 1024px) {
  /* HEADER */
  header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  header h1 {
    position: absolute;
    top: 1.5rem;
    left: 3.5rem;
  }

  header h1 img {
    height: auto;
    width: 12rem;
  }

  /* TOGGLE */
  .nav-toggle {
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 0.7rem;
    right: 1.3rem;
  }

  .nav-toggle > span {
    position: absolute;
    color: #333;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .nav-toggle ul {
    display: flex;
  }

  .nav-toggle ul li {
    position: relative;
    width: 5rem;
    height: 5rem;
  }

  .nav-toggle ul li span {
    display: inline-block;
    position: absolute;
    height: 1px;
    background: #333;
    width: 40%;
    left: 1.4rem;
    transition: all 0.4s;
    will-change: transform, top;
  }
  .nav-toggle ul li span:nth-child(1) {
    top: 2rem;
  }
  .nav-toggle ul li span:nth-child(2) {
    top: 3rem;
  }
  .nav-toggle ul li span:nth-child(3) {
    top: 3.5rem;
  }

  .sp-active span:nth-child(1) {
    transform: translateY(0.5rem) rotate(-45deg);
  }
  .sp-active span:nth-child(2) {
    transform: translateY(-0.5rem) rotate(45deg);
  }

  .sub-nav {
    background-color: #FCFCFC;
    width: 35rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    color: #313131;
    padding: 3rem 0;
    border-radius: 4rem;
    display: flex;
    flex-direction: column;
  }

  .sub-nav > a > img{
    width: 16rem;
    display: block;
    margin: 0 auto 2vw;
  }

  .sub-nav > p{
    font-size: max(1.4rem,1vw);
    color: #B98DE1;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.95px;
  }

  .sub-disp {
    opacity: 1;
    visibility: visible;
  }

  .sp-menu {
    width: 20rem;
    margin: 0 auto 1vw;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2.56px;
  }

  .sp-menu a {
    padding: 1.3rem 0;
    display: block;
    color: #313131;
    transition: 0.3s;
  }

  .sp-menu a:hover {
    color: #C6A4CF;
  }

  .sp-menu li {
    width: 100%;
  }

  .sp-menu li a > img{
    width: 1.5rem;
  }

  /* RESERVATION */
  .fixed-circle-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 12rem;
    height: 12rem;
    z-index: 1000;
    transition:.5s;
    opacity:0;
  }

  a.circle-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 12rem;
    font-size: 1.1rem;
    color: #545454;
    text-decoration: none;
    z-index: 1;
  }

  .rotating-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .rotating-text {
    width: 100%;
    height: 100%;
    animation: rotate 6s linear infinite;
    transform-origin: center;
  }

  svg text {
    font-size: 1.6rem;
    fill: #545454;
    letter-spacing: 5px;
  }

  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
  }

  .active{
    opacity:1;
  }

  /* FOOTER */
  footer{
    background: #F4E9F1 url(../../asset/images/bg_footer.png) no-repeat center / cover;
    width: 100%;
    height: 31.6vw;
  }

  .footer-inner{
    width: 75rem;
    max-width: 75%;
    margin: auto;
    padding: 12vw 0 0;
    display: flex;
    justify-content: space-between;
    color: #313131;
    flex-direction: row;
  }

  .footer-box__title{
    width: 44%;
  }

  .footer-box__title > a > img{
    width: 12.3vw;
    margin: 0 0 1vw;
  }

  .footer-box__title > p{
    font-size: max(1.2rem,1vw);
    line-height: 1.7;
    letter-spacing: 3.75px;
  }

  .footer-box__list1{
    width: 28%;
  }

  .footer-list1{
    font-size: max(1.2rem,1vw);
    display: flex;
    flex-direction: column;
    gap: 2vw;
    letter-spacing: 0.1vw;
  }

  .footer-box__list2{
    width: 28%;
  }

  .footer-list2{
    font-size: max(1.2rem,1vw);
    display: flex;
    flex-direction: column;
    gap: 1.7vw;
    letter-spacing: .1vw;
  }

  .footer-list2 li > a > img{
    width: 1.8rem;
  }

  .footer-list2 li > p{
    font-size: max(1.2rem,1vw);
    color: #B98DE1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .footer-bt__reservation{
    font-size: 1.1vw;
    color: #B98DE1;
    background: #FFF;
    width: 13vw;
    box-shadow: 0 0 5px #EAEAEA;
    text-align: center;
    margin: 0 0 .5vw;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2vw;
  }

  .footer-bt__reservation > a{
    display: block;
    padding: 1.4vw;
  }
}

/* PC CSS */
@media (min-width: 1025px) {
  /* HEADER */
  header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  header h1 {
    position: absolute;
    top: 1.5rem;
    left: 3.5rem;
  }

  header h1 img {
    height: auto;
    width: 14rem;
  }

  /* TOGGLE */
  .nav-toggle {
    width: 6.5rem;
    height: 6.5rem;
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 1rem;
    right: 2.5rem;
  }

  .nav-toggle > span {
    position: absolute;
    color: #333;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6rem;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .nav-toggle ul {
    display: flex;
  }

  .nav-toggle ul li {
    position: relative;
    width: 6.5rem;
    height: 6.5rem;
  }

  .nav-toggle ul li span {
    display: inline-block;
    position: absolute;
    height: 1px;
    background: #333;
    width: 40%;
    left: 1.9rem;
    transition: all 0.4s;
    will-change: transform, top;
  }
  .nav-toggle ul li span:nth-child(1) {
    top: 2.7rem;
  }
  .nav-toggle ul li span:nth-child(2) {
    top: 3.7rem;
  }
  .nav-toggle ul li span:nth-child(3) {
    top: 3.5rem;
  }

  .sp-active span:nth-child(1) {
    transform: translateY(0.5rem) rotate(-45deg);
  }
  .sp-active span:nth-child(2) {
    transform: translateY(-0.5rem) rotate(45deg);
  }

  .sub-nav {
    background-color: #FCFCFC;
    width: 40rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    color: #313131;
    padding: 4rem 0;
    border-radius: 4rem;
    display: flex;
    flex-direction: column;
  }

  .sub-nav > a > img{
    width: 18rem;
    display: block;
    margin: 0 auto 2vw;
  }

  .sub-nav > p{
    font-size: max(1.1rem,1vw);
    color: #B98DE1;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.95px;
  }

  .sub-disp {
    opacity: 1;
    visibility: visible;
  }

  .sp-menu {
    width: 25rem;
    margin: 0 auto 1vw;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2.56px;
  }

  .sp-menu a {
    padding: 1.5rem 0;
    display: block;
    color: #313131;
    transition: 0.3s;
  }

  .sp-menu a:hover {
    color: #C6A4CF;
  }

  .sp-menu li {
    width: 100%;
  }

  .sp-menu li a > img{
    width: 1.7rem;
  }

  /* RESERVATION */
  .fixed-circle-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: 14rem;
    height: 14rem;
    z-index: 1000;
    transition: .5s;
    opacity: 0;
  }

  a.circle-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 14rem;
    font-size: 1.4rem;
    color: #545454;
    text-decoration: none;
    z-index: 1;
  }

  .rotating-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .rotating-text {
    width: 100%;
    height: 100%;
    animation: rotate 6s linear infinite;
    transform-origin: center;
  }

  svg text {
    font-size: 1.7rem;
    fill: #545454;
    letter-spacing: 5px;
  }

  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
  }

  .active{
    opacity: 1;
  }

  /* FOOTER */
  footer{
    background: #F4E9F1 url(../../asset/images/bg_footer.png) no-repeat center / cover;
    width: 100%;
    height: 31.6vw;
  }

  .footer-inner{
    width: 80rem;
    max-width: 80%;
    margin: auto;
    padding: 12vw 0 0;
    display: flex;
    justify-content: space-between;
    color: #313131;
    flex-direction: row;
  }

  .footer-box__title{
    width: 42%;
  }

  .footer-box__title > a > img{
    width: 12.3vw;
    margin: 0 0 1vw;
  }

  .footer-box__title > p{
    font-size: max(1.1rem,1vw);
    line-height: 1.7;
    letter-spacing: 3.75px;
  }

  .footer-box__list1{
    width: 29%;
  }

  .footer-list1{
    font-size: max(1.2rem,1vw);
    display: flex;
    flex-direction: column;
    gap: 2vw;
    letter-spacing: 0.1vw;
  }

  .footer-box__list2{
    width: 29%;
  }

  .footer-list2{
    font-size: max(1.2rem,1vw);
    display: flex;
    flex-direction: column;
    gap: 2vw;
    letter-spacing: .1vw;
  }

  .footer-list2 li > a > img{
    width: 2rem;
  }

  .footer-list2 li > p{
    font-size: max(1.2rem,1vw);
    color: #B98DE1;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .footer-bt__reservation{
    font-size: 1.1vw;
    color: #B98DE1;
    background: #FFF;
    width: 13vw;
    box-shadow: 0 0 5px #EAEAEA;
    text-align: center;
    margin: 0 0 .5vw;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2vw;
  }

  .footer-bt__reservation > a{
    display: block;
    padding: 1.4vw;
  }
}