/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;1,100;1,200&family=Manrope:wght@200;300;400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');

body{
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Noto Serif JP', serif;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank{
  font-family: 'EB Garamond', serif;
}

.btn_tel.pc .material-icons {
margin-right: 5px;
    margin-top: 4px;
}
.nav_follow .btn_tel a {
    display: flex;
    justify-content: center;
    align-content: center;
}

.contents {
  margin: 0;
  padding: 70px 0 40px;
}
main{
  position: relative;
}
main::before{
  content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%,rgba(0, 0, 0, 0.0) 100%), url(../img/bg-sp.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 640px){
.nav_follow .logo img {
    padding-top: 0.5rem;
}
}
  @media screen and (min-width: 640px){
    main::before{
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%,rgba(0, 0, 0, 0.0) 100%), url(../img/bg-pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
  }

.top_contents,
.top_eventbanner{
  /* background: #000; */
}
.label-wrap{
  /* display: none; */
}
.room{
  /* display: none; */
}
body{
font-weight:200;
}
.inner {
    width: 100%;
  }
  .top_app,
  .top_blog,
  .top_credit,
  .top_access,
  .top_link{
    padding:0 1rem;
  }
  @media screen and (min-width: 640px){
.top_information .information_list li {
    height: 140px;
}
}
/*end*/
.top_schedule,
.top_blog,
.top_access{
  /* background: #ededed; */
}

@media screen and (min-width: 640px){
.top_access .access-box {
  display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
align-items: center;
}

.top_access .access-box .ggmap {
    width: 100%;
    margin: 0;
}
.top_access .access-box{
  padding:0 2rem;
  border-bottom:1px solid #fff;
}
.top_access .btn01 {
    margin: 50px auto 25px auto;
}
}
.btn01 a {
    /* background: #444;
    color: #FFF; */
    font-weight: normal;
    background: #444;
    border: 1px solid #444;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
}

/*header,toggle*/
.nav_follow {
    padding: 0 0 0 10px;
}
.toggle{
  right:10px;
}
.toggle span{
  width:70%;
}
.toggle.active span {
  /* background: #444; */
  border-bottom: solid 1px #fff;
  padding: 0;
}
.toggle.active {
  /* background: #000; */
}
.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    right: 7px;
}

.global_nav_sp {
  background: rgba(0,0,0,0.7);
}

.global_nav_sp ul li a {
  font-size: 15px;
  color: #fff;
  /* font-weight: bold; */
}

.global_nav_sp a span {
    font-size: 12px;
    color: #fff;
  }

@media screen and (min-width: 640px) {

    .fix-header {
        background: #000;
    }
    .nav_follow .head_btn.reserve a {
      color: #fff;
      /* border: 1px solid #fff; */
      background: #444;
    }

}



/*footer*/

footer {
    /* background: #444; */
    border-top: 1px solid #444;
}


footer small {
    /* color: #fff; */
    font-size: 14px;
}


.f-hours {
  background: #000;
  color: #fff;
  display: flex;
  border-top: 1px solid #444;
  border-bottom: 2px solid #444;
}
.f-hours div{
  width:50%;
  margin: 0 auto;
  /* font-weight: bold; */
}
.f-hours div:last-child{
  /* display: none; */
}

.foot_navi{
  background: #000;
}

.foot_navi a{
    color: #fff;
}

.btn_totop a{
    background: #444;
    color: #fff;
}




/*contents header*/

.contents_header {
    /* background: rgb(242,228,210); */
/* background: linear-gradient(90deg, rgba(242,228,210,1) 0%, rgba(255,247,238,1) 49%, rgba(242,228,210,1) 100%); */
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  /* background-color: #232741; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
  z-index: 1;
}

/* ---- stats.js ---- */


#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles{
  border-radius: 0 0 3px 3px;
}
#scroll-top{
  opacity: 0;
  transition: opacity 350ms ease;
}
.no-schedule{
  font-size: 1rem;
  padding: 1rem 1rem 0;
  font-weight:bold;
}
.no-schedule .btn01{
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .no-schedule{
    font-size: 1.2rem;
    text-align: center;
  }
  .no-schedule .btn01{
    font-size:14px;
  }
}

/************
*スライド
************/

.slider {
  display: flex;
  height: calc(100vh + 84px);
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: #000;
  position: relative;
}
.slider:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  height: calc(100% - 45px - 73px);
}
.slider img {
  /* width: 300%; */
  height: 100%;
  object-fit: cover;
}
.slider li:nth-of-type(1) img{
  width: 200%;
  object-position: left bottom;
}
.slider li:nth-of-type(2) img{
  width: 200%;
  object-position: right bottom;
}
.slider li:nth-of-type(3) img{
  width: 200%;
  object-position: left bottom;
}
.slider li:nth-of-type(4) img{
  width: 200%;
  object-position: right bottom;
}
.slider li:nth-of-type(5) img{
  width: 100%;
  object-position: center top;
}
.slider li:nth-of-type(1),
.slider li:nth-of-type(2),
.slider li:nth-of-type(3),
.slider li:nth-of-type(4){
  width: 170%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.slider li:nth-of-type(5){
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.mainvisual .mainlogo img{
  position: absolute;
  top: calc(50% - 98px);
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  animation: logo 2s ease-in-out;
  object-fit: contain;
}

@keyframes logo {
  0% {
    opacity: 0; 
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1; 
    filter: alpha(opacity=100);
  }
}




@media screen and (max-width: 640px) { 
  .slider li:nth-of-type(1){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime1 26s linear 2s both;
  }
  @keyframes anime1 {
    0% {
      opacity: 0; 
      filter: alpha(opacity=0);
      left: -75%;
    }
    10% {
      opacity: 1; filter: 
      alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: 
      alpha(opacity=100);
      left: 0;
    }
  }
  .slider li:nth-of-type(2){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime2 26s linear 8s both;
  }
  @keyframes anime2 {
    0% {
      opacity: 0; filter: alpha(opacity=0);
      right: -75%;
    }
    10% {
      opacity: 1; filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: alpha(opacity=100);
      right: 0%;
    }
  }
  .slider li:nth-of-type(3){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime3 26s linear 14s both;
  }
  @keyframes anime3 {
    0% {
      opacity: 0; 
      filter: alpha(opacity=0);
      left: -75%;
    }
    10% {
      opacity: 1; filter: 
      alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: 
      alpha(opacity=100);
      left: 0;
    }
  }
  .slider li:nth-of-type(4){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime4 26s linear 20s both;
  }
  @keyframes anime4 {
    0% {
      opacity: 0; filter: alpha(opacity=0);
      right: -75%;
    }
    10% {
      opacity: 1; filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: alpha(opacity=100);
      right: 0%;
    }
  }
  .slider li:nth-of-type(5){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime5 12s ease-out 26s both;
  }
  @keyframes anime5 {
    0% {
      opacity: 0; filter: alpha(opacity=0);
      transform: scale(1.5);
    }
    10% {
      opacity: 1; filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: alpha(opacity=100);
      transform: scale(1);
    }
  }
}


@media screen and (min-width: 641px) { 
  .slider:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    height: calc(100% - 90px - 73px);
  }
  .slider li:nth-of-type(1){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime1 26s linear 2s both;
  }
  @keyframes anime1 {
    0% {
      opacity: 0; 
      filter: alpha(opacity=0);
      left: -25%;
    }
    10% {
      opacity: 1; 
      filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; 
      filter: alpha(opacity=100);
      left: 0%;
    }
  }
  .slider li:nth-of-type(2){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime2 26s linear 8s both;
  }
  @keyframes anime2 {
    0% {
      opacity: 0; filter: 
      alpha(opacity=0);
      right: -25%;
    }
    10% {
      opacity: 1; filter: 
      alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: 
      alpha(opacity=100);
      right: 0%;
    }
  }
  .slider li:nth-of-type(3){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime3 26s linear 14s both;
  }
  @keyframes anime3 {
    0% {
      opacity: 0; 
      filter: alpha(opacity=0);
      left: -25%;
    }
    10% {
      opacity: 1; 
      filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; 
      filter: alpha(opacity=100);
      left: 0%;
    }
  }
  .slider li:nth-of-type(4){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime4 26s linear 20s both;
  }
  @keyframes anime4 {
    0% {
      opacity: 0; filter: 
      alpha(opacity=0);
      right: -25%;
    }
    10% {
      opacity: 1; filter: 
      alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: 
      alpha(opacity=100);
      right: 0%;
    }
  }
  .slider li:nth-of-type(5){
    opacity: 0;
    filter: alpha(opacity=0);
    animation: anime5 12s ease-out 26s both;
  }
  @keyframes anime5 {
    0% {
      opacity: 0; filter: alpha(opacity=0);
      transform: scale(1.5);
    }
    10% {
      opacity: 1; filter: alpha(opacity=100);
    }
    100% {
      opacity: 1; filter: alpha(opacity=100);
      transform: scale(1);
    }
  }
  
  .slider img {
    width: 100%;
  }
  .mainvisual .mainlogo {
    margin-top: 87px;
  }

  .slider li img:nth-of-type(1){
    /* position: relative;
    z-index: 2;
    width: 50%;
    max-width: 500px;
    height: auto;
    padding-bottom:50px; 
    animation: logo 2s ease-in-out; */
  } 

  .slider li:nth-of-type(1) img,
  .slider li:nth-of-type(2) img,
  .slider li:nth-of-type(3) img,
  .slider li:nth-of-type(4) img{
    width: 100%;
    object-position: bottom;
  }
  .slider li:nth-of-type(5) img{
    width: 100%;
    object-position: center;
  }
  .slider li:nth-of-type(1),
  .slider li:nth-of-type(2),
  .slider li:nth-of-type(3),
  .slider li:nth-of-type(4){
    width: 125%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  .slider li:nth-of-type(5){
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }


}

