/*フォント*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body{
  color:#454545;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  /* font-family: 'Noto Serif JP', serif; */
}
/* .top_menu ul li a p, */
.contents_header p,
.cont_titile span{
    background: linear-gradient(45deg, #7a4650 -100%, #8d515c 45%, #ab9ea0 70%, #8d515c 85%, #7a4650 90% 200%);
background-size: 600% 600%;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
    font-family: 'Cormorant Garamond', serif;
    font-weight:600;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.cont_titile{
  color:#b8324b;
}

.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 left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6)25%, rgba(255, 255, 255, 0.6)50%, rgba(255, 255, 255, 0.6)75%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg-sp.jpg);
    background-size: 250%;
    background-position: center bottom;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    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 left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6)25%, rgba(255, 255, 255, 0.6)50%, rgba(255, 255, 255, 0.6)75%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg-pc.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        position: fixed;
    }
  }

.top_contents,
.top_eventbanner{
  /* background: #fff; */
}
.label-wrap{
  /* display: none; */
}
.room{
  /* display: none; */
}

.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: #fff;
}

@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 #454545;
}
.top_access .btn01 {
    margin: 50px auto 25px auto;
}
}

.btn01 a {
  background: linear-gradient(-45deg,#b8324b,#9f5865 40%,#b8324b);
/* background-size: 600% 600%; */
    /* animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both; */
    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:90%;
}
.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    right: 0;
}

.global_nav_sp {
  background: rgba(255, 255, 255, 0.95);
}

.global_nav_sp ul li a {
  font-size: 15px;
  color: #b8324b;
}

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

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

    .fix-header {
    background: #FFF;
}

    .nav_follow .head_btn.reserve a {
            background: linear-gradient(-45deg,#b8324b,#9f5865 40%,#b8324b);
        color: #fff;
        border: 2px solid ;
        /* border-image: linear-gradient(to top, #c1868a 0%, #c69092 16%, #fec2cb 32%, #fee9e9 48%, #fec2cb 64%, #c69092 80%, #c1868a 100%); */
border-image: linear-gradient(to top, #d87b73 0%, #d87b73 16%, #e8ada7 32%, #fce4c0 48%, #e8ada7 64%, #d87b73 80%, #d87b73 100%);
border-image-slice: 1;
    }

}



/*footer*/

footer {
    /* background: #ebf3ff; */
}


footer small {
    color: #454545;
    font-size: 14px;
}


.f-hours {
    background: linear-gradient(15deg, rgba(40,40,40,1) 20%, rgba(40,40,40,1) 200%, rgba(40,40,40,1) 100%);
    color: #fff;
    display: flex;
}
.f-hours div{
  width:50%;
  margin: 0 auto;
  font-weight: bold;
}
.f-hours div:last-child{
  /* display: none; */
}

.foot_navi{
/* background: linear-gradient(15deg, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 200%, rgba(0,0,0,1) 100%); */
}

.foot_navi a{
    color: #fff;
}


  .btn_totop a{
  border-radius: 6rem!important;
  background: linear-gradient(-45deg,#b8324b,#9f5865 40%,#b8324b);
  background-size: 800% 800%;

  /* animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both; */
  color: #fff;
  margin-right: 5px;
}
.num-tel{
  margin-top: 5px;
  font-size:18px!important;
}

.foot_navi .btn_tel a{
  /* display: unset!important; */
flex-direction: row!important;
font-size:18px!important;
    margin-left: 5px;
}
.tel-time{
  font-size:10px!important;
  margin-top: -2px;
  }

.foot_navi .btn_tel .material-icons{
    padding-top: 5px;
}
/*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;
  }
}
.error .text p {
  margin-bottom: 2rem;
}
.error .text p.btn01 a {
  padding: 10px;
}
.foot_navi .btn_tel a{
  display: block;
}
.under-number{
  line-height: 1;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
        margin-bottom: -10px;
  }
.price h2{
  color:#b8324b;
}
@media screen and (max-width: 768px) {
  .mainvisual li.nav-only.head-nav8 {
    border: 0;
    border-left: 1px solid #bbb;
  }
  .mainvisual .global-nav .global-nav_list a {
    font-size: 0.5rem;
  }
}
.nav_follow .head_btn {
  display: none !important;
}
.top_special .slick-track {
  margin: 0;
}
