/*フォント*/
@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=Abril+Fatface&family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Chonburi&family=DM+Serif+Display:ital@0;1&family=Kaisei+Decol:wght@400;500;700&family=Libre+Caslon+Display&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique&family=Shippori+Mincho+B1&family=Yomogi&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Zen+Maru+Gothic&display=swap');
body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 400;
  font-style: normal;
}
.global-nav_list,
.f-hours div,
.foot_navi li a{
  font-family: "Hachi Maru Pop", cursive;
}
.kiyaku-wrap h2{
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 0.25rem 0;
}
.btn_totop {
  display: none;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2rem;
  /* font-family: "M PLUS 1p", serif; */
}

.top_topics{
	margin-top: 5rem;
}

.cont_titile span,
.contents_header p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff87bd;
    font-family: 'Bodoni', serif;
	letter-spacing: 0;

}
.kaisei {
  /* font-family: "Zen Maru Gothic", serif; */

  padding: 0 !important;
  margin-right: 0 !important;
  margin-left: 2px;
}
.mv-tel a,
.mv-hours {
  /* font-family: "Concert One", sans-serif; */
}
.cont_titile {
  font-size: 0.8rem;
}
.btn_tel.pc .material-icons {
  margin-right: 5px;
  margin-top: 2px;
}
.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.35rem;
}
main {
  position: relative;
  overflow: hidden;
}
main::before {
  content: "";
  display: block;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(../img/bg.png);
  background-size: 100%; */
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  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: 1rem;
        padding-left: 3px;
  }
}
@media screen and (min-width: 640px) {
  main::before {
    background-size: 53%;
    background-repeat: repeat;
    background-position: center right;
  }
}

.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;
  }
  .top_diary .diary_list li {
    /* height: 140px; */
  }
}
/*end*/

@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;
  }
  .top_access .btn01 {
    margin: 50px auto 25px auto;
  }
}

/*header,toggle*/
.nav_follow {
  padding: 0 0 0 10px;
}

.toggle span {
  width: 90%;
}
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  right: 0;
}

.global_nav_sp ul li a {
  font-size: 15px;
}

.global_nav_sp a span {
  font-size: 12px;
}

/*footer*/

footer small {
  font-size: 14px;
}
.f-hours {
  display: flex;
}
.f-hours div {
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
}
.f-hours div:last-child {
  /* display: none; */
}

/*contents header*/

/* ---- 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;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}
#scroll-top {
  opacity: 1!important;
  transition: opacity 350ms ease;
}
.no-schedule {

  padding: 1rem 1rem 0;
}
.no-schedule .btn01 {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .no-schedule {
    font-size: 1.2rem;
    text-align: center;
  }

}
.error .text p {
  margin-bottom: 2rem;
}
.error .text p.btn01 a {
  padding: 10px;
}

/*************** color ***************/

/* common */

body {
  color: #454545;
}
a {
  color: #454545;
}
/* a:link {
	color: #454545;
} */

/* a:visited {
	color: #454545;
}

a:hover {
	color: #454545;
}

a:active {
	color: #454545;
} */
option {
  color: #454545;
}
select {
  color: #454545;
}
.btn01 a {
  background: linear-gradient(15deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 260%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
}
.cont_titile {
  color: #454545;
}

.cont_titile a {
  color: #454545;
}
.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%); */
}

/* header */

.nav_follow {
}
.toggle {
  /* background: rgba(255,255,255,0.7); */
}
.toggle span {
  border-bottom: solid 1px #454545;
}
.global_nav_sp {
  background: rgba(255, 255, 255, 0.95);
  color: #454545;
}
.global_nav_sp ul li a {
  color: #454545;
}
.global_nav_sp a span {
  color: #ff87bd;
}
@media screen and (min-width: 640px) {
  .fix-header {
    background: #fff;
  }
  .nav_follow .head_btn.reserve a {
    background: #ff87bd;
    color: #fff;
  }
}

/*footer */

footer {
    background: #eea7c7;
}
footer small {
  color: #454545;
}
.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 {
  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;
}
.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;
}
footer ul.foot_navi_list a {
  color: #454545;
}
.f-hours {
  border-top: 1px solid #666;
}
.btn_totop a {
  background: linear-gradient(15deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 200%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
}
@media screen and (min-width: 640px) {
  footer ul.foot_navi_list li {
    border-left: 1px solid #bbb;
  }
}

/* index */

.mainvisual .mainlogo {
  filter: drop-shadow(1px 1px 2px #fff);
}
.mainvisual .global-nav {
  background: #ff87bd;

}
.mainvisual .global-nav a {
  color: #fff;
}
.mainvisual .global-nav a span {
  color: #fff;
}
.mainvisual .global-nav_list li + li {
  /* border-right: 1px solid #bbb; */
}
@media screen and (min-width: 768px) {
  .mainvisual .global-nav_list li:first-child {
    /* border-right: 1px solid #bbb; */
  }
}

/*--------*/

.top_topics {
  background: #ffff00;

margin: 4rem auto 0;
  /* border: 1px solid #ff87bd; */
  box-sizing: border-box;
}
.top_topics .sh {
  /* background: linear-gradient(15deg, rgba(224,40,40,1) 0%, rgba(254,151,151,1) 260%, rgba(224,40,40,1) 100%); */
  background: #ff87bd;
  color: #fff;
}
.top_information .information_list li {
  border-bottom: 1px solid #ccc;
}
.top_diary .diary_list li:nth-of-type(n + 2) {
  border-top: 1px dashed #ccc;
}
.top_blog {
  background: #f6f6f6;
}
.top_app h3 {
  background: #efefef;
}
.top_app .btn_webreserve {
  box-shadow: 0px 1px 6px #ccc;
}
.top_menu ul li a {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.top_menu ul li a:hover {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 640px) {
  .top_menu ul li {
    background: #ccc;
  }
}
.top_access {
}
.top_access .access-box {
  border-bottom: 1px solid #454545;
}
.top_contents,
.top_eventbanner {
  /* background: #fff; */
}
.top_schedule,
.top_blog,
.top_access {
}
/*top information*/
.top_infoarea {
  /* background: #fbf5ed; */
}
.top_therapist {
  /* background: #fbf5ed; */
}
.top_credit {
  /* background: #fbf5ed; */
}
.realtime-box {
  /* background: rgba(0, 0, 0, 0.7); */
  border: 1px solid #ccc;
}

/* schedule */

.calendar {
  border-bottom: 1px solid #ccc;
}
.calendar ul li {
  background: rgba(255, 255, 255, 0.8);
}
.calendar ul li.target {
  background: #f4f0e9;
}

.calendar ul li.sat a {
  color: #0043ff;
}

.calendar ul li.sun a {
  color: red;
}
.calendar ul li a {
  border: 1px solid #ccc;
}
.schedule label {
  background: #fff;
  border: 1px solid #ccc;
}
.schedule input:checked + label {
  background-color: #ebf3ff;
  color: #454545;
}

/* blog */

.blog_list li {
  border-bottom: 1px solid #ccc;
}

/* access */

/* event */

/* price */

.attention {
  border: 1px solid #666;
}
.attention dd {
  border-bottom: 1px dotted #666;
}
.price h2 {
  border-bottom: 1px solid #666;
}
.price-detail dt {
  border-bottom: 1px solid #666;
}
.price-detail dd {
  border-bottom: 1px solid #666;
}
dd.none {
  color: #666;
}
.detail-dd {
  color: #999;
}

/* ranking */

.ranking .therapist-box {
  border-bottom: 1px solid #ccc;
}
.ranking .therapist-box .rank {
  background: #e7e7e7;
  color: #666;
}
.ranking .therapist-box .rank1 {
  border-bottom: 1px solid #d3bd7e;
  color: #c59719;
  background: none;
}
.ranking .therapist-box .rank2 {
  border-bottom: 1px solid #ccc;
  color: #909fab;
  background: none;
}
.ranking .therapist-box .rank3 {
  border-bottom: 1px solid #91675a;
  color: #8d4523;
  background: none;
}
.ranking .therapist-box .comment dt {
  border-bottom: 1px dashed #666;
}
ul.ranking_list li {
  border: 1px solid #ccc;
}
.therapist-box.rank1box {
  /* background: #fffad3; */
}
.therapist-box.rank2box {
  /* background: #f2f2f2; */
}
.therapist-box.rank3box {
  /* background: #fbe9dc; */
}

/* recruit */

.recruit .recruit-point dd {
  /* border-bottom: 1px solid #CCC; */
}
.recruit .recruit-point dd h3 {
  background: #ffe7f4;
}
.recruit-detail dl dt {
  background: #ffe7f4;
}
.recruit-detail dl dd {
  background: #fff;
}
.recruit-detail dl dd p a {
  border: 1px solid #666;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.recruit-contact-wrap dl dd p a {
  background: #f2689c;
  color: #fff;
  filter: drop-shadow(1px 1px 1px #bbb);
}
.recruit-contact-wrap dl dd .second a {
  background: #05d745;
}
.recruit-contact-wrap dl dd .third a {
  background: #709aee;
}

/* reserve */

.reserve-btn a {
  border: 1px solid #666;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.mailform-tbl tbody tr th {
  border-top: 1px solid #ccc;
}
.mailform-tbl input[type="text"],
.mailform-tbl input[type="email"],
.mailform-tbl textarea {
  border: 1px solid #999;
}
.mailform-tbl select {
  border: 1px solid #999;
  background: #fff;
}
.ccb-lower {
  background: #fff;
  border: 1px solid #ccc;
}
p#submit-button input {
  background: #454545;
  color: #fff;
}
span.attention {
  color: red;
}
.mw_wp_form_complete {
  border: 1px solid #ccc;
}

/* sitemap */

.sitemap h3 {
  background: #efefef;
}

/* cast */

.catchcopy-box {
  background: #fff;
}
.therapist-box p.catchcopy {
  color: #454545;
}
.therapist-box .profile-icon li {
  background: #0095ff;
  color: #fff;
      background: #ff87bd;
    color: #fff;

}
.therapist-box .todays-time p {
    background: #fa7373;
  color: #fff;
}
.therapist-box .guide {
  border: 1px #ccc solid;
  background: #fff;
  color:#000;
}
.therapist-single h1.name {
  border-bottom: 1px solid #ccc;
}
.therapist-single .profile-icon li {
  background: #0095ff;
  color: #fff;
}
.therapist-box .photo .today-icon {
  border-color: transparent #ff87bd transparent transparent;
      border-radius: 0 0.5rem 0 0;
}
.therapist-box .photo .today-icon span {
  color: #fff;
}
.therapist-single .photo .today-icon {
  border-color: transparent #ff87bd transparent transparent;
      border-radius: 0 0.5rem 0 0;
}
.therapist-single .photo .today-icon span {
  color: #fff;
}
.therapist-single .btn_scheudle a {
  border: 1px solid #666;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .pickup dt {
  background: #efefef;
}
.therapist-single .comment {
  border: 1px solid #ccc;
}
.therapist-single .comment dt {
  background: rgba(255, 255, 255, 0.7);
}
.therapist-single .comment.cast dt {
  background: #ffdbdb;
}
.therapist-single .comment.master dt {
  background: #cedce9;
}
.therapist-single .comment dd {
  background: rgba(255, 255, 255, 0.7);
}
.single-cast-calendar .calendar ul li {
  border-bottom: 1px solid #ccc;
}
.single-cast-calendar .calendar ul li.sat a.date {
  color: #0043ff;
}
.single-cast-calendar .calendar ul li.sun a.date {
  color: red;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
  border: 1px solid #ccc;
  background: rgb(232, 232, 232);
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}
.therapist-single .calendar ul li .schedule-castreserve-btn span {
  color: #666;
}

/* 口コミ */
.css-auobc3 {
  border-bottom: 1px solid #bbb;
}
.css-1cpjif9 {
  color: #454545;
}
.css-1v7shu4 {
  color: #454545;
}
.css-u60qnr {
  color: #454545 !important;
}
.profile-review {
  background: #fff;
}

/*************** color ***************/

.f-hours {
  background: #ff3e7a;
  color: #fff;
  display: flex;
  text-align: center;
  position: fixed;
  bottom: 82px;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #666;
  z-index: 100;
}

.foot_navi {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, 19.5% 19.5% 19.5% 19.5% 19.5%);
  text-align: center;
  position: fixed;
  bottom: 0.25rem;
  width: 100%;
  z-index: 100;
  padding: 0.25rem;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 38%);
}

.foot_navi li {
  /* height: 70px; */
  border-radius: 0.25rem;
  /* padding: 0.25rem; */
}

.foot_navi li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  height: 66px;
}

.foot_navi li a img {
  height: 20px;
  width: auto;
}
.nav_follow {
  padding: 0 0 0 10px;
  /* -webkit-backdrop-filter: blur(8px); */
  /* backdrop-filter: blur(8px); */
  /* background: rgba(255, 255, 255, 0.9); */
  background: none;
}
.toggle {
  height: 65px;
  width: 65px;
  top: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  /* border: 1px solid #ff87bd; */
  right: 0.5rem;
}
.toggle span {
  width: 56%;
  padding-top: 0.85rem;
  border-bottom: solid 2px #ff87bd;
}
.toggle span:nth-child(1) {
  top: 12px;
}
.toggle span:nth-child(2) {
  top: 17px;

}
.toggle span:nth-child(3) {
  top: 22px;
}
.toggle span:nth-child(4) {
  color: #ff87bd;
  border: none;
  top: 25px;
  left: 19px;
  font-size: 10px;

}
.toggle.active span:nth-child(1) {
  top: 13px;
  left: 10px;
}
.toggle.active span:nth-child(2) {
  opacity: 0;
}
.toggle.active span:nth-child(3) {
  right: 8px;
  top: 14px;
}
.btn01 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem 0;
}
.btn01 a {
  width: 70%;
  background: #ff87bd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 3rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.btn01 a {
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 0;
}




@keyframes shiny_btn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
  }

  84% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(25deg);
    transform: scale(0) rotate(25deg);
  }

  85% {
    opacity: 0.9;
    -webkit-transform: scale(1) rotate(25deg);
    transform: scale(1) rotate(25deg);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(50) rotate(25deg);
    transform: scale(50) rotate(25deg);
  }
}
.mv-info {
  width: 100%;
  position: absolute;
  bottom: 9rem;
  z-index: 2;
  /* mix-blend-mode: color-burn; */
  filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(1px 1px 2px #fff);
  font-weight: 400;
  font-style: normal;
}
.mv-info a {
  /* color: #fff; */
}
.mv-info-child {
  padding: 4rem 0 0.5rem;
}

.mv-hours {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  align-content: center;
  align-items: center;
}
.mv-hours div {
  display: flex;
  align-items: center;
  font-weight: 800;
}

.mv-hours {
  text-align: center;
}

.mv-hours span {
  /* border: 1px solid #fa509d; */
  padding: 0rem 0.25rem;
  margin-right: 0.25rem;
}

.mv-tel {
  text-align: center;
  width: 100%;
  padding-top: 0.5rem;
}

.mv-tel a {
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #ff87bd;
}
.mv-hours {
  color: #ff87bd;
}
.mv-tel a .material-symbols-outlined {
  font-size: 3rem;
}

@media screen and (min-width: 640px) {
  .mv-info {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%); */
    /* background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 17%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 172%); */
   bottom:20%;
    background: none;
  }
  .mv-tel a {
    font-size: 2.5rem;
    font-weight: 400;
  }
  .mv-hours div {
    margin-left: 5px;
  }

  .mv-info-child {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 15rem 0 1.5rem;
  }

  .mv-tel {
    width: auto;
  }

  .mv-hours {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.top_schedule.schedule {
  /* background: #ff87bd; */
  /* color: #fff; */
}
.top_schedule.schedule a {
  /* color: #fff; */
}
.top_schedule.schedule .cont_titile span,
.top_schedule.schedule .cont_titile {
  /* color: #fff; */
}
.top_schedule.schedule .guide {
  color: #454545;
}

.logo-animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
  transition: transform 1s, opacity 1s, visibility 1s;
}
.logo-animation-active {
  -webkit-animation-name: fadeup-logo;
  animation-name: fadeup-logo;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes fadeup-logo {
  0% {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(30px);
    transition: transform 1s, opacity 1s, visibility 1s;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
  color: #000;
  display: none;
}
.single-cast-calendar .calendar ul li {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 7px;
  font-size: 16px;
  box-sizing: border-box;
  justify-content: space-around;
}
.photo img,
.image img {
  /* border-radius: 0.5rem; */
}
.therapist-box .photo .today-icon {
  /* display: none; */
}
.grade-icon{
/* border-radius: 0 0 0.5rem 0.5rem; */
}
.todays-time p{
  border-radius: 0.25rem 0.25rem 0 0;
}
.guide {
  border-radius: 0 0 0.25rem 0.25rem;
}
.foot_navi li a {
  font-size: 10px;
  height: 58px;
}
.foot_navi li {
  height: 58px;
}
.f-hours {
  font-size: 11px;
  bottom: 66px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.foot_navi {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20% 20% 20% 20% 20%);
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;

  background: #ff87bd;
}
@media screen and (max-width: 640px) {
.nav_follow{
  position: absolute;
  background: #ff87bd;
}
}
.mv-tel a{
  font-size: 1.25rem;
  color: #454545;
}
.mv-hours{
  font-size: 0.9rem;
  color: #454545;
}
.therapist-box{
  background: #eaeaea;
  background:rgba(255,222,89,0.1);
  text-align: center;

}
.top_schedule .therapist-box{
  padding-bottom: 1rem;
}

.catchcopy-box{
  background: none;
}
.therapist-box p.date {
  font-size: 10px;
}
.todays-time{
  padding: 0 0.5rem;
}
.therapist-box .guide{
  margin: 0 0.5rem;
  color:#000;
}
.re-btn{
  color: #666 !important;
    background: linear-gradient(to bottom right, #fdeff2, #e4d2d8);
    border: 1px solid #888 !important;
}
.all-none{
  display: none;
}
.top_menu{
  display: none;
}
.kiyaku-wrap h2{
  background: #ff87bd;
  color:#fff;
  text-align: center;
}
.headsup{
  margin: 1rem !important;
  border: 1px solid #bbb;
}
.headsup .text{
padding: 0.75rem 0.75rem 1rem;
}
.foot-text{
  text-align: center;
}
.foot-text a{
  border: 1px solid #bbb;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.foot_navi_list{
  display: none!important;
}
.toggle {
  position: absolute;
  z-index: 1002;
}
.foot_navi .toggle {
  display: block;
}
.toggle{
  background: none;
}
.toggle span{
  border-bottom: solid 1px #fff;
}

.toggle span:nth-child(1) {
  top:-7px;
}
.toggle span:nth-child(2) {
  top:1px;
}
.toggle span:nth-child(3) {
  top:9px;
}
.toggle span:nth-child(4) {
  color: #fff;
  border: none;
  top: 12px;
  left: 13px;
  font-size: 11px;
}
.toggle.active span{
  border-bottom: solid 1px #ff87bd;
}
.toggle.active span:nth-child(1),
.toggle.active span:nth-child(3) {
  top: 4px;
}
.toggle.active span:nth-child(4){
  border-bottom:none;
  color:#ff87bd;
}
.fix-header{
  position: absolute;
}
.kiyaku-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.cont_titile.sche-tt{
  position: relative;
}
.cont_titile.sche-tt::before{
  content: "";
  display: flex;
  width: 5rem;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 2px;
  right:0;
    border-bottom: 3px solid #ff87bd;
}
.toggle span:nth-child(1) {
    top: -2px;
}
.toggle span:nth-child(2) {
    top: 5px;
}
.toggle span:nth-child(3) {
    top: 13px;
}
.toggle span:nth-child(4) {
    color: #fff;
    border: none;
    top: 15px;
    left: 23px;
    font-size: 11px;
	    letter-spacing: 0.05rem;
}
.toggle.active span:nth-child(1), .toggle.active span:nth-child(3) {
    top: 13px;
}
.toggle.active span{
	    border-bottom: solid 1px #fff;
}
.toggle.active span:nth-child(4) {
    border-bottom: none;
    color:#fff;
    top: 20px;
    left: 24px;
	display: none;
}
.toggle.active span:nth-child(1) {
    top: 13px;
    left: 17px;
}
.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    /* right: 32px; */
    left: 28px;
}
.top_eventbanner{
	position: relative;
}
.m-hours {
    /* background: #ff3e7a; */
    /* color: #fff; */
    display: flex;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin: -3rem auto 0;
    justify-content: center;
	position: absolute;
	z-index: 100;
    bottom: 3.25rem;
  font-family: 'Noto Serif JP', serif;
  display: none;

}
.m-hours div {
    font-weight: bold;
	padding-left: 10px;
}
.m-hours-text{
background: rgba(255, 255, 255, 0.8);
    color: #f5328a;
    text-align: center;
    position: absolute;
    width: 100%;
      bottom: 1.75rem;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    font-weight: 800;
	  display: none;

}
@media screen and (min-width: 640px) {

.m-hours{
font-size: 1.5rem;  bottom: 7.5rem;
}
	.m-hours-text{
		font-size: 2rem;
		    bottom: 3.75rem;
	}
}
.therapist-box {
    border-radius: 0.75rem;
}
.therapist-box .photo img{
    border-radius: 0.75rem 0.75rem 0 0;
}
.therapist-box .profile-icon, .therapist-single .profile-icon {
    padding: 0.25rem;

}
.bs-sec {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0rem 0 0rem;
}

.bs-sec img {
	margin-right: 8px;
}
.top_bluesky {
	padding: 0 1rem 4rem;
}
.top_bluesky .bs img {
	margin-right: 0.5rem;
}
.photo .bs img {
	margin-top: 2px;
}
@media screen and (max-width: 640px) {
	.bs-sec {
		padding: 0rem 1rem 1rem;
	}
}
footer .sns .bs img{
	width: 1.7rem;
}
.therapist-box .name a{
	color:#212121;
}
.name a,
.profile-icon li{
 font-family: "Zen Maru Gothic", sans-serif;
}
