/*フォント*/
/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap'); */
@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=Noto+Serif+JP&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600&family=Pinyon+Script&family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&display=swap");

body {
  /*   font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Noto Serif JP", serif;
  /* font-family: "Zen Maru Gothic", serif; */
}
.photo img,
.image img {
  border-radius: 0.5rem;
}
.btn_totop {
  display: none;
}
.contents_header p,
.cont_titile span {
  font-family: "Pinyon Script", cursive;

  font-weight: 400;
  /*background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);*/
  background: #fe87a9;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 1px 0px #fff);
  letter-spacing: -2px;
  /*    font-style: italic;*/
}
.top_topics .sh {
  color: #454545;
}
.cont_titile span,
.contents_header p {
  padding: 1rem 0;
  margin-bottom: -0.5rem;
  /* font-family: 'Pinyon Script', cursive; */
}

.cont_titile span {
  font-size: 2.5rem;
}
.top_menu ul li a p {
  color: #fff;
}
.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;
}
.profile-twi span,
.top_twitter span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ekkusu {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
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) 100%), url(../img/bg-sp.jpg);
  background-size: 120%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner_page .btn01 {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .nav_follow .logo img {
    /* padding-top: 0.5rem; */
  }
  .nav_follow {
    display: flex;
    /*        justify-content: center;*/
  }
}
@media screen and (min-width: 640px) {
  main::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.6) 100%), url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
  }
}

.top_contents,
.top_eventbanner {
  /* background: #fff; */
}
.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: rgba(255, 255, 255, 0.6);
}

@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(0deg, #fe87a9 0%, #ffa1bc 50%);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
}

/*header,toggle*/
.nav_follow {
  padding: 0 0 0 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9);
}
.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: #454545;
}

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

@media screen and (min-width: 640px) {
  .fix-header {
    background: #454545;
  }

  .nav_follow .head_btn.reserve a {
    background: linear-gradient(0deg, #fe87a9 0%, #00fffe 50%);
    color: #454545;
  }
}

/*footer*/

footer {
  background: #fff;
}

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

.f-hours {
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);

  color: #454545;
  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(0deg, #fe87a9 0%, #ffa1bc 50%); */
}

.foot_navi a {
  color: #fff;
  /* filter: drop-shadow(0 0px 5px #fff); */
}

.btn_totop a {
  /* background: linear-gradient(15deg, #5bb9e9 20%, #e6f1ff 100%); */
  color: #454545;
}

/*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;
}
.top_credit p {
  font-size: 0.818rem;
}
@media screen and (max-width: 400px) {
  .credit > div {
    font-size: 0.8rem;
  }
}
.toggle {
  height: 52px;
  width: 52px;
  top: 0.4rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fe87a9;
  right: 0.5rem;
}
.toggle span {
  width: 56%;
  padding-top: 0.85rem;
  right: 0.75rem;
  border-bottom: solid 1px #fe87a9;
}
.toggle span:nth-child(1) {
  top: 3px;
}
.toggle span:nth-child(2) {
  top: 12px;
}
.toggle span:nth-child(3) {
  top: 22px;
}
.toggle.active span:nth-child(1) {
  top: 13px;
  left: 6px;
}
.toggle.active span:nth-child(2) {
  opacity: 0;
}
.toggle.active span:nth-child(3) {
  right: 6px;
  top: 14px;
}
under-number {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  /* margin-bottom: -10px; */
}
.num-tel {
  margin-top: -2px;
  font-size: 14px !important;
}
.tel-time {
  font-size: 12px !important;
  margin-top: -6px;
}
.foot_navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 11px;
  height: 50px;
  /* background: linear-gradient(0deg, rgba(232,232,232,1) -20%, rgba(255,255,255,1) 38%); */
  /* background: linear-gradient(0deg, #000 -20%, #454545 150%); */
  border: 1px solid #fff;
  border-radius: 0.25rem;
  background: linear-gradient(0deg, #fe87a9 0%, #ffa1bc 50%);
  padding-bottom: 0.25rem;
}
.f-tel-ico {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 0.7rem;
  margin-top: 0px;
  margin-right: 0.25rem;
  padding: 0px 6px 2px;
}
.foot_navi {
  display: grid;
  grid-template-columns: repeat(auto-fit, 55% 22% 22%);
  text-align: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
  padding: 0.5rem 0.25rem 0rem;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.7);
}
.f-hours.sp {
  display: none;
}
