@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/* TOP画像が、slickで画像がループする下層ページ共通
---------------------------------------------- */
.col2 {
  position: relative;
  height: 100svh;
  z-index: 1;
}
.col2 .side .sideLogo {
  padding-left: 20px;
}
@media screen and (min-width: 1366px) {
  .col2 .side .sideLogo {
    padding-left: unset;
  }
}
.col2 .main .mainInner {
  height: 100%;
}
.col2 .main .mainInner .titleWrap {
  position: absolute;
  top: 30%;
  right: 0;
  padding-right: 40px;
}
@media screen and (min-width: 590px) {
  .col2 .main .mainInner .titleWrap {
    top: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-right: unset;
  }
}
.col2 .main .mainInner .titleWrap .pageTitle {
  color: var(--colorMain);
  letter-spacing: 0.2em;
  font-size: 62px;
}
@media screen and (min-width: 900px) {
  .col2 .main .mainInner .titleWrap .pageTitle {
    font-size: 94px;
  }
}
.col2 .main .mainInner .titleWrap .pageTitle::before {
  display: block;
  content: "";
  background: radial-gradient(#000000, #000000);
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  width: clamp(18.75rem, 0.874rem + 20.94vw, 26rem);
  height: clamp(12.813rem, 0.022rem + 14.98vw, 18rem);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.2;
}
.col2 .main .mainInner .titleWrap .pageTitle img {
  width: clamp(12.5rem, 8.404rem + 16.393vw, 22.5rem);
}
.col2 .main .mainInner .titleWrap .comingSoonText {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  margin-top: 0.5em;
}
@media screen and (max-width: 899px) {
  .col2 .main .mainInner .titleWrap .comingSoonText {
    font-size: clamp(1rem, 0.6168958743rem + 1.5717092338vw, 1.5rem);
  }
}
@media screen and (min-width: 900px) {
  .col2 .main .mainInner .titleWrap .comingSoonText {
    font-size: clamp(1.5rem, 1.0588235294rem + 0.7843137255vw, 2rem);
  }
}

.downLineAni {
  position: absolute;
}
.downLineAni::after {
  content: "";
  width: 1px;
  height: 120px;
  background-color: var(--colorTextSub);
  -webkit-animation: pathmoveDownSP 2s ease-in-out infinite;
          animation: pathmoveDownSP 2s ease-in-out infinite;
  opacity: 0;
  margin-top: 1.83em;
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 900px) {
  .downLineAni::after {
    height: 144px;
    -webkit-animation: pathmoveDown 2s ease-in-out infinite;
            animation: pathmoveDown 2s ease-in-out infinite;
  }
}

@-webkit-keyframes pathmoveDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}

@keyframes pathmoveDown {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
@-webkit-keyframes pathmoveDownSP {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
@keyframes pathmoveDownSP {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
.transitionLink {
  display: inline-block;
  position: absolute;
  color: var(--colorTextSub);
  font-size: 0.875rem;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .transitionLink {
    font-size: 1.125rem;
  }
}
.transitionLink a {
  color: var(--colorTextSub);
}
.transitionLink.reserveLink {
  padding-right: calc(68px + 1em);
  right: 0;
  bottom: 50px;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .transitionLink.reserveLink {
    top: calc(50% - 0.5em);
    bottom: inherit;
    padding-right: calc(clamp(11.188rem, -3.647rem + 17.38vw, 17.313rem) + 1em);
  }
}
.en .transitionLink.reserveLink {
  font-size: clamp(0.75rem, 0.65rem + 0.41vw, 1rem);
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .en .transitionLink.reserveLink {
    padding-right: clamp(1rem, -1.702rem + 4.8vw, 4.063rem) !important;
    font-size: clamp(1rem, 0.692rem + 0.36vw, 1.125rem);
  }
}
.transitionLink .rightLine::after {
  content: "";
  width: 68px;
  height: 1px;
  background-color: var(--colorTextSub);
  margin-left: 1.42em;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (min-width: 900px) {
  .transitionLink .rightLine::after {
    width: clamp(11.188rem, -3.647rem + 17.38vw, 17.313rem);
  }
}
@media screen and (min-width: 900px) {
  .en .transitionLink .rightLine::after {
    width: clamp(12rem, 7.257rem + 8.43vw, 17.375rem);
  }
}

/* メイン画像
---------------------------------------------- */
#topImage {
  overflow: hidden;
}
#topImage .topImage01 {
  background: url("images/topImg01_sp.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 590px) {
  #topImage .topImage01 {
    background: url("images/topImg01.jpg") no-repeat center center/cover;
  }
}
#topImage .topImage02 {
  background: url("images/topImg02_sp.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 590px) {
  #topImage .topImage02 {
    background: url("images/topImg02.jpg") no-repeat center center/cover;
  }
}
#topImage .topImage03 {
  background: url("images/topImg03_sp.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 590px) {
  #topImage .topImage03 {
    background: url("images/topImg03.jpg") no-repeat center center/cover;
  }
}

/* カレンダー
---------------------------------------------- */
#calender {
  background-color: #3E3A39;
}
#calender .reserveLink {
  bottom: 85px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-right: unset;
}
@media screen and (min-width: 900px) {
  #calender .reserveLink {
    bottom: inherit;
    padding-right: calc(clamp(11.188rem, -3.647rem + 17.38vw, 17.313rem) - 7.25em);
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    display: block;
    width: unset;
  }
}
#calender .reserveLink .rightLine::after {
  margin-left: 60%;
}
@media screen and (min-width: 900px) {
  #calender .reserveLink .rightLine::after {
    top: inherit;
    bottom: 0;
    margin-left: unset;
  }
}
#calender .reserveLink a span {
  line-height: 2.5;
}/*# sourceMappingURL=sauna.css.map */