/*フォント*/
@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=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kaisei+Decol&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@500;600;700;900&display=swap");

body {
  /* font-family: "Noto Sans JP", sans-serif; */
  /* font-family: "Jost", "游ゴシック Medium", Yu Gothic Medium, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
  background: #fff;
}
.btn_totop {
  display: none;
}

.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
  /* text-transform: uppercase; */
  font-weight: 400;
  color: #27221f;
  font-family: "Archivo Black", sans-serif;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 0.2rem;
}
.top_menu ul li a p {
  color: #fff;
  font-family: "Archivo Black", sans-serif;
}
.cont_titile {
  padding-left: 0.5rem;
}
.btn_tel.pc .material-icons {
  margin-right: 5px;
}
.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;
}
main::before {
  content: "";
  display: block;
  background:
    linear-gradient(
      to left,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 25%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url(../img/bg.jpg);
  background-size: 250%;
  background-position: center bottom;
  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: 0.75rem;
    display: none;
  }
}
@media screen and (min-width: 640px) {
  main::before {
    /* background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3)25%, rgba(255, 255, 255, 0)50%, rgba(255, 255, 255, 0.3)75%, rgba(255, 255, 255, 0.7) 100%), url(../img/bg-pc.jpg); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
  }
}

.label-wrap {
  /* display: none; */
}
.room {
  /* display: none; */
}
body {
  /* font-weight:200; */
}
.inner {
  width: 100%;
  box-sizing: border-box;
}
.top_app,
.top_blog,
.top_credit,
.top_access,
.top_link {
  padding: 0 1rem;
  box-sizing: border-box;
}
@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-size: 12px;
}
.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: 0;
  transition: opacity 350ms ease;
}
.no-schedule {
  font-size: 1rem;
  padding: 1rem 1rem 0;
  font-weight: bold;
  text-align: center;
}
.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;
}

/*************** color ***************/

/* common */

body {
  color: #555;
}
a {
  color: #555;
}
/* a:link {
	color: #555;
} */

/* a:visited {
	color: #555;
}

a:hover {
	color: #555;
}

a:active {
	color: #555;
} */
option {
  color: #555;
}
select {
  color: #555;
}
.btn01 a {
  background: #555;
  color: #fff;
}
.cont_titile {
  color: #555;
}
.cont_titile span {
  /* color: #555; */
}
.cont_titile a {
  color: #555;
}

/* header */

.nav_follow {
  /* background: #fff; */
  /* border-bottom: 2px solid #555; */
  /* border-image: linear-gradient(to top, #0053c5 78%, #cff0f7 100%); */
}
.toggle {
  /* background: rgba(255,255,255,0.7); */
}
.toggle span {
  border-bottom: solid 1px #555;
}
.global_nav_sp {
  background: rgba(255, 255, 255, 0.9);
  color: #555;
  padding-top: 4rem;
}
.global_nav_sp ul li a {
  color: #27221f;
}
.global_nav_sp a span {
  /* color: #fff; */
}
@media screen and (min-width: 640px) {
  .fix-header {
    background: #fff;
  }
  .nav_follow .head_btn.reserve a {
    background: #27221f;
    color: #fff;
  }
}

/*footer */

footer {
  /* background: #ebf3ff; */
}
footer small {
  color: #555;
}
.foot_navi {
  background: rgba(0, 0, 0, 0.8);
}

.foot_navi a {
  color: #fff;
}
.f-hours {
  background: #555;
  background: rgba(33, 33, 33, 0.85);
  background: linear-gradient(
    0deg,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 38%
  );
  color: #555;
  border-top: 1px solid #666;
}
footer ul.foot_navi_list a {
  color: #555;
  display: flex;
}

@media screen and (min-width: 640px) {
  footer ul.foot_navi_list li {
    border-left: 1px solid #bbb;
  }
}

/* index */

.mainvisual .mainlogo {
  /* filter: drop-shadow(2px 2px 0px #555); */
}
.mainvisual .global-nav {
  background: rgba(0, 0, 0, 1);
}
.mainvisual .global-nav a {
  color: #fff;
}
.mainvisual .global-nav a span {
  color: #bbb;
}
.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: #e6e6e6;
  margin: 1rem auto;
}
.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: #282828;
  background: linear-gradient(12deg, #fd4f7e -50%, #fea0ba 50%, #fd4f7e 150%);
  background: #27221f;
  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_app h3 {
  background: #efefef;
}
.top_app .btn_webreserve {
  box-shadow: 0px 1px 6px #ccc;
}
.top_menu ul li a {
  color: #fff;
}
.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 .access-box {
  border-bottom: 1px solid #555;
}
.top_contents,
.top_eventbanner {
  /* background: #fff; */
}

/*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: #555;
}

/* 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: #555;
  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: #555;
}
.therapist-box .profile-icon li {
  /* border: 1px solid #0053c5; */
  background: #27221f;

  color: #fff;
}
.therapist-box .todays-time p {
  background: #555;
  color: #fff;
}
.therapist-box .guide {
  border: 1px #ccc solid;
  background: #fff;
}
.therapist-single h1.name {
  border-bottom: 1px solid #ccc;
}
.therapist-single .profile-icon li {
  /* border: 1px solid #0053c5; */
  background: #27221f;
  color: #fff;
}
.therapist-box .photo .today-icon {
  border-color: transparent #e22d2d transparent transparent;
}
.therapist-box .photo .today-icon span {
  color: #fff;
}
.therapist-single .photo .today-icon {
  border-color: transparent #e22d2d transparent transparent;
}
.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: #555;
}
.css-1v7shu4 {
  color: #555;
}
.css-u60qnr {
  color: #555 !important;
}
.profile-review {
  background: #fff;
}

/*************** 年齢認証 ***************/
.age-gate__wrapper {
  padding: 0;
}
.age-gate {
  background: rgba(255, 255, 255, 0.6);
  color: #555;
  max-width: 900px;
  height: 75vh;
  border: 1px solid #fff !important;
  padding: 0;
}
.age-gate__form {
  height: 80vh !important;
}
.age-gate__background-color {
  /* background-image: url(../img/age-gate-bg.jpg); */
  -webkit-backdrop-filter: blur(2px) !important;
  backdrop-filter: blur(2px) !important;
  background: rgba(0, 0, 0, 0.4);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.age-gate__submit {
  /* background: linear-gradient( 180deg ,#555 0%, #555 100%); */
  background: rgba(0, 0, 0, 0);
}
.age-gate__heading {
  width: 100%;
  max-width: 385px;
}
.age-gate__challenge {
  margin-bottom: 1rem;
  /* color: #fff; */
}
button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
  background: #ff0099;
}
.age-gate-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem !important;
}

.age-gate-link > div {
  margin-top: 1rem !important;
  font-size: 12px;
}

.age-gate-link img {
  width: 100%;
}

.age-gate__link-area > div {
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
}

@media screen and (min-width: 420px) {
  .age-gate__link-area > div {
    grid-template-columns: repeat(auto-fit, 49%);
    grid-gap: 1%;
  }
}

@media screen and (min-width: 640px) {
  .age-gate {
    height: 50vh;
  }
  .age-gate__background-color {
    background: rgba(0, 0, 0, 0.4);
  }
  .age-gate__form {
    height: 58vh !important;
  }
}

@media screen and (min-width: 768px) {
  .age-gate__link-area > div {
    grid-template-columns: repeat(auto-fit, 24%);
    grid-gap: 1%;
  }
}

@media screen and (min-width: 1200px) {
  .age-gate__link-area > div {
    grid-template-columns: repeat(auto-fit, 18.2%);
    grid-gap: 1%;
  }
}
.age-gate__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}
.age-gate-text {
  position: absolute;
  z-index: -1;
  font-size: 4rem;
  font-weight: 200;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  line-height: 1;
  font-family:
    "Jost",
    "游ゴシック Medium",
    Yu Gothic Medium,
    YuGothic,
    "Yu Gothic",
    "游ゴシック体",
    "游ゴシック",
    "メイリオ",
    Meiryo,
    sans-serif;
  letter-spacing: 0.05em;
}
.age-gate__submit {
  width: 37%;
  padding: 2rem 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.age-gate-link {
  padding: 0 1rem 3rem;
}
.age-gate__subheadline {
  display: none;
}
.age-gate-form,
.age-gate__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.kin {
  margin-top: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
}
button.age-gate-submit-yes,
button.age-gate__submit--yes {
  background: red;
  padding-left: 1rem !important;
}

button.age-gate-submit-no,
button.age-gate__submit--no {
  background: #a3a3a3;
  padding-right: 1rem !important;
}
.age-gate__challenge {
  font-size: 1.5rem;
}

/*************** カスタム ***************/
.mainvisual .global-nav {
  display: none;
}
footer ul.foot_navi_list li span {
  /* display: block; */
}
.toggle {
  width: 62px;
  height: 62px;
  top: 6px;
  right: 6px;
  padding: 0.5rem;
  background: #27221f;
}
.toggle span {
  width: 60%;
  right: 12px;
  border-bottom: solid 1px #fff;
}
.toggle span:nth-child(1) {
  top: 20px;
  width: 70%;
  right: 9px;
}
.toggle span:nth-child(2) {
  top: 31px;
  right: 9px;
  width: 70%;
}
.toggle span:nth-child(3) {
  top: 25px;
  width: 70%;
  display: none;
}
.toggle.active span:nth-child(1) {
  top: 27px;
  left: 15px;
  width: 50%;
}
.toggle.active span:nth-child(2) {
  top: 12px;
  background: none;
  border: none;
  width: 50%;
}
.toggle.active span:nth-child(3) {
  top: 27px;
  left: 19px;
  width: 50%;
  display: block;
}
.toggle span:nth-child(4) {
  border: none;
  top: 41px;
  left: 21px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
}
.toggle.active span:nth-child(4) {
  display: none;
}

.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
  background: #27221f;
}

/* .gt_selector{
  position: relative;
  height: 9.3333vw;
  background: none;
} */
.gt_selector {
  width: 148px;
  height: 2rem;
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 1.3;
  font-family:
    "Jost",
    "游ゴシック Medium",
    Yu Gothic Medium,
    YuGothic,
    "Yu Gothic",
    "游ゴシック体",
    "游ゴシック",
    "メイリオ",
    Meiryo,
    sans-serif;
  letter-spacing: 0.1em;
  padding-left: 0.5rem;
}
.gt_selector {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 0.7rem;
}
.gtranslate_wrapper {
  padding-top: 0.25rem;
}
footer .gtranslate_wrapper {
  display: none;
}
.nav_follow div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
  padding-top: 0.4rem;
}
footer .gtranslate_wrapper {
  /* display: none; */
}

@media screen and (max-width: 640px) {
  .castlist {
    padding: 0;
    grid-template-columns: repeat(auto-fit, 50%);
  }
}

.cast_data {
  padding: 0.5rem 0.75rem 0;
}
.todays-time,
.guide {
  width: 99%;
  margin: 0 auto;
  border: none !important;
}
.therapist-box .profile-icon,
.therapist-single .profile-icon {
  margin: 0.5rem 0 0;
}
.btn01 {
  border: 1px solid #555;
  width: 92%;
  display: flex;
  justify-content: center;
  border: 1px solid #555;
  /* border-image: linear-gradient(180deg, #bda134 0%, #fef29c 50%, #d9b94c 100%); */
  /* border-image-slice: 1; */
  /* background: linear-gradient(34deg, #8c8c8c 0%, #fff 50%, #c7c7c7 80%, #fff 100%) !important; */
}
.btn01 a {
  background: none !important;
  color: #555 !important;
}
.cont_titile,
.cont_titile span {
  /* text-align: unset; */
}
.profile-twi span,
.top_twitter span,
.cont_titile a {
  display: block;
  align-items: unset;
  margin: unset;
}
.top_twitter .cont_titile {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
}
.top_twitter .cont_titile a {
  margin-bottom: 5px;
  margin-left: 21px;
}
.top_twitter {
  width: 100%;
  margin: 0 auto;
  border: none;
}
@media screen and (min-width: 640px) {
  .top_twitter {
    width: 43%;
    margin: 0;
    padding-top: 0;
  }
  .nav_follow {
    background: #fff;
    height: 6.5rem;
  }
}
.global_nav_sp a span {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 1381px) {
  .global-nav_list a span {
    display: block;
    font-size: 1rem;
    font-weight: 700;
  }
}
#gt-wrapper-wrap {
  opacity: 0;
  transition: opacity 350ms ease;
}
@media screen and (min-width: 640px) {
  #gt-wrapper-wrap,
  #gt-wrapper-wrap div {
    padding: 0;
    position: absolute;
    right: 24%;
  }
}
.nav_follow .logo img {
  /* filter: brightness(10) drop-shadow(1px 1px 0px #555); */
}

.top_topics,
.top_contents {
  background: rgba(255, 255, 255, 0.7);
}
.mainlogo img {
  width: 80%;
}
.top_eventbanner {
  margin-top: 1rem;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
  display: none;
}
.single-cast-calendar .calendar ul li {
  justify-content: space-around;
}
footer .logo img {
  /* filter: brightness(0); */
}
.contents_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.today-icon {
  display: none;
}
.therapist-single .pickup dt,
.comment.cast dt,
.comment.master dt {
  background: #555 !important;
  color: #fff;
}
.global-nav_list a,
.global_nav_sp a span {
  text-transform: uppercase;
}
.foot_navi li a img {
  height: 25px;
  width: 26px;
  margin: 0 auto;
}
.btn_line a img {
  height: 22px !important;
  width: 22px !important;
}
span.attention {
  border: none;
}
main {
  overflow: hidden;
  box-sizing: border-box;
}
.top_information,
.top_newface,
.top_blog,
.top_credit,
.top_menu,
.top_link,
top_access,
.inner {
  box-sizing: border-box;
}
.foot_navi {
  grid-template-columns: repeat(auto-fit, 25% 25% 25% 25% 25%);
}
.sns {
  display: none !important;
}
.blog_list li {
  position: relative;
}
@media screen and (max-width: 640px) {
  .blog_list li .disc,
  .information_list li .disc {
    top: 15% !important;
  }
}
.foot_navi {
  background: linear-gradient(12deg, #fd4f7e -50%, #fea0ba 50%, #fd4f7e 150%);
  background: #27221f;
}
.cont_titile span,
.contents_header p {
  font-size: 1.5rem;
  color: #b62336;
  font-family: "Archivo Black", sans-serif;
}

/*************** ご案内情報 ***************/
.realtime-box {
  border: 1px solid #bbb;
  padding: 1.5rem 1rem;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.5);
}
.realtime-inner {
  padding: 0.75rem 0.25rem 1rem;
  overflow: scroll;
  /* height: 480px; */
}

@media screen and (min-width: 640px) {
  .realtime-box {
    padding: 2.5rem 3rem;
  }
  .realtime-inner {
    padding: 0.75rem 0.25rem 1rem;
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .contents_header {
    margin-top: 3rem;
  }
}

/*************** カスタム ***************/

.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
  background: #b62336;
}

.mv-info {
  width: 100%;
  position: absolute;
  bottom: 6rem;
  z-index: 2;
  filter: drop-shadow(1px 1px 2px #fff);
  font-weight: 600;
}
.mv-info-child {
  padding: 5rem 0 1.5rem;
}
.mv-hours {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1rem;
  text-align: center;
  color: #27221f;
}

.mv-hours div {
  display: flex;
  align-items: center;
}

.mv-hours span {
  font-size: 0.9rem;
  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;
  font-weight: 300;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #27221f;
}
@media screen and (min-width: 640px) {
  .mv-info {
    bottom: 30%;
    background: none;
    left: -18%;
  }
  .mv-tel a {
    font-size: 1.75rem;
  }
  .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: 0;
  }

  .mv-tel {
    width: auto;
    font-weight: 100;
  }

  .mv-hours {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 5px;
  }
}
.top-ran {
  padding: 0 1rem;
}
.ranking-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 2rem;
}
.ranking .cont_titile {
  padding-bottom: 0.5rem;
}
.ranking-block {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.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 (min-width: 640px) {
  .x-instagram {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .top_twitter {
    width: unset !important;
    padding: unset !important;
  }
}

@media screen and (max-width: 640px) {
  .bs-sec {
    padding: 0rem 1rem 1rem;
  }
}
.mainvisual .slick-slide img {
  max-width: unset;
}
.realtime {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .realtime {
    padding: 0 1rem;
  }
}
.bs {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  margin: 0 auto !important;
}
