/*フォント*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cinzel:wght@400..900&family=DM+Serif+Display:ital@0;1&family=Dela+Gothic+One&family=Kaisei+Decol&family=Libre+Caslon+Display&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Pinyon+Script&family=Sawarabi+Gothic&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap");

body {
  font-family: "Kosugi Maru", sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
}
.btn_totop {
  display: none;
}
.top_menu ul li a p,
.contents_header p,
.cont_titile span,
.top_topics .sh,
.ranking .therapist-box .rank {
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  font-weight: 100;
}

.btn_tel.pc .material-icons {
  margin-right: 5px;
  margin-top: 2px;
}
.nav_follow .btn_tel a {
  display: flex;
  justify-content: center;
  align-content: center;
      color: #e88383;
}

.contents {
  margin: 0;
  padding: 70px 0 40px;
  background: rgba(255, 255, 255, 0.72);
}
.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) 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) 100%), url(../img/bg-sp.png);
  background-size: 250%;
  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.5rem;
  }
}
@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.png);
    background-size: 50%;
    background-repeat: repeat;
    background-position: bottom;
    position: fixed;
  }
}

.label-wrap {
  /* display: none; */
}
.room {
  /* display: none; */
}
body {
  /* font-weight:200; */
}
.inner {
  width: 100%;
}
.top_app,
.top_blog,
.top_credit,
.top_access,
.top_photo,
.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-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;
}
.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: #212121;
}
a {
  color: #212121;
}
/* a:link {
	color: #212121;
} */

/* a:visited {
	color: #212121;
}

a:hover {
	color: #212121;
}

a:active {
	color: #212121;
} */
option {
  color: #000;
}
select {
  color: #000;
}
.btn01 a {
    background: linear-gradient(15deg, rgb(251 179 179) 0%, rgba(254, 151, 151, 1) 60%, rgb(227 164 164) 100%);
  color: #fff;
}
.cont_titile {
  color: #000;
}
.cont_titile span {
  color: #000;
}
.cont_titile a {
  color: #000;
}

/* header */

.nav_follow {
  background: #fff;
    border-bottom: 2px solid #eb54a3;
  /* border-image: linear-gradient(to top, #0053c5 78%, #cff0f7 100%); */
}
.toggle {
  /* background: rgba(255,255,255,0.7); */
}
.toggle span {
    border-bottom: solid 2px #f8a4a4;
}
.global_nav_sp {
  background: rgba(255, 255, 255, 0.95);
  color: #454545;
}
.global_nav_sp ul li a {
  color: #212121;
}
.global_nav_sp a span {
  color: #ccc;
}
@media screen and (min-width: 640px) {
  .fix-header {
    background: #fff;
  }
    .nav_follow .head_btn.reserve a {
        background: #eb571d;
        color: #fff;
        background-image: radial-gradient(at 12% 92%, hsla(28, 100%, 74%, 1) 0px, transparent 50%), radial-gradient(at 20% 97%, hsla(355, 100%, 93%, 1) 0px, transparent 50%), radial-gradient(at 92% 83%, hsla(340, 100%, 76%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 1) 0px, transparent 50%);
    }
}

/*footer */

footer {
  /* background: #ebf3ff; */
}
footer small {
  color: #212121;
}
.foot_navi {
  background: #fff;
}

.foot_navi a {
  color: #fff;
}
.f-hours {
    background: #ef7d7d;
    color: #fff;
    border-top: 1px solid #dbdbdb;
     display: none;
}
footer ul.foot_navi_list a {
  color: #212121;
}

@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: linear-gradient(342deg,rgba(235, 30, 153, 1) 0%, rgba(255, 115, 194, 1) 59%, rgba(252, 176, 69, 1) 100%);
}
.mainvisual .global-nav a {
  color: #fff;
}
.mainvisual .global-nav a span {
  color: #ffffff;
}
.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: #f8f8f8;
  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%);
  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;
  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 {
  background: #f4f4f4;
}
.top_access .access-box {
  border-bottom: 1px solid #212121;
}
.top_contents,
.top_eventbanner {
  /* background: #fff; */
}
.top_schedule,
.top_blog,
.top_access {
  background: #fff;
}
/*top information*/
.top_infoarea {
  /* background: #fbf5ed; */
}
.top_therapist {
  background: #ffbcc8;
}
.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: #212121;
}

/* blog */
.blog_list li {
background: #fff;
}

/* 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: #f4f2f2;
}
.therapist-box p.catchcopy {
    color: #f59393;
    font-weight: 900;
    background: none;
    border: 0px;
}
.therapist-box .profile-icon li {
  /* border: 1px solid #0053c5; */
  background: #000;
  color: #fff;
}
.therapist-box .todays-time p {
  background: #000;
  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: #000;
  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: #ffdcdc;
}
.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: #212121;
}
.css-1v7shu4 {
  color: #212121;
}
.css-u60qnr {
  color: #212121 !important;
}
.profile-review {
  background: #fff;
}

/*************** カスタム ***************/
.therapist-box .profile-icon li,
.therapist-single .profile-icon li {
  background: #bbb;
}

.photo_list li {
display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 12px;
    flex-direction: column;
    background: #fff;
    /* width: 50%; */


}

.photo_list li .image{
    /* width: 36%; */
}



.photo_list li img{
    width: 100%;
    aspect-ratio: 2/1.7;
    object-fit: cover;
}

.photo_list li .disc{
    width: 62%;
}

.photo_list li h3{
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.photo_list li .text{
    width: 100%;
    font-size: 13px;
    padding: 7px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.photo .image img{
  width:100%;
  height: 90px;
  object-fit: cover;
  object-position:top center;
}
.photo.single img{
  height: unset;
      width: 90%;
    height: 90%;
}

@media screen and (min-width: 640px) {

.top_photo .photo_list {
    display: grid;
    grid-template-columns: repeat(auto-fit,21%);
    grid-gap: 5%;
    justify-content: flex-start;
}

.top_photo .photo_list li {
    display: block;
    border-bottom: none;
}

.top_photo .photo_list li .image{
    width: 100%;
}
.top_photo .photo_list li img {
    aspect-ratio: 4/3;
}
.top_photo .photo_list li .disc{
    width: 100%;
}
.top_photo .photo_list li .text{
    font-size: 15px;
}

.photo .photo_list {
    width: 100%;
    padding: 0 10px;
    max-width: 800px;
    margin: 30px auto;
    box-sizing: border-box;
}

.photo .photo_list li .image {
    /* width: 30%; */
}

.photo .photo_list li img {
    aspect-ratio: 2/1.5;
}

.photo .photo_list li .disc {
    width: 67%;
}

.photo .photo_list .date {
    font-size: 16px;
}

.photo .photo_list li h3 {
    font-size: 22px;
    line-height: 1.4;
}
.photo .photo_list li .text {
    /* -webkit-line-clamp: 2; */
}


}

/*詳細*/

.photo h1 {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 1rem;
}
.photo .mainimage {
    margin: 10px 0 20px 0;
}
.photo .mainimage img {
    width: 100%;
}

.photo .post_meta {
    padding: 7px 0;
}

@media screen and (min-width: 640px) {

.photo.single {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
}

.photo.single .photo-box{
  display: flex;
  justify-content: space-around;
}
.photo.single .photo-box .image{
  width:40%;
}
.photo.single .photo-box .disc{
  width:55%;
}
.photo.single .image img{
width:100%;
}
    .photo h1 {
    font-size: 30px;
    line-height: 1.3;
}

    .photo .post_meta {
    padding: 14px 0;
    font-size: 16px;
}
.cont_main img {
        width: 800px !important;
        margin: 0 auto;
        display: block;
        text-align: center;
}

.cont_titile img {
        width: 800px !important;
        margin: 0 auto;
        display: block;
        text-align: center;
}

.btn_im img {
    width: 800px !important;
    display: block;
    margin: 0 auto;
}
}

.photo-box{
  /* display: none; */
}

.cont_titile img {
    width: 100%;
}

.photo_list {
    display: grid
;
    grid-template-columns: repeat(auto-fit, 48%);
    justify-content: space-between;
    padding: 0 1rem;
}

.btn_im img {
    width: 100%;
}

.top_photo {
    background: rgba(255, 255, 255, 0.42);
}

.name {
    position: absolute;
    top: 70%;
    left: 40%;
    background: rgba(255, 255, 255, 0.75);
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
    white-space: nowrap;
    width: 40%;
    line-height: initial;
}

.name a{
font-size: 12px;
    white-space: nowrap;
}

.c_work{
font-size: 12px;
}

.cont_main img {
    width: 100%;
}

.top_work {
    background: rgba(246, 150, 150, 0.55);
}

.top_about{
      background: #ffbcc8;
      padding: 0 0.5rem 3rem;

}

.top_blog {
    background: #fcd7de;
    border: 10px solid #fff;
}

.top_place{
      background: #ffbcc8;
      padding: 0 0.5rem 3rem;

}

.qa-6 {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d4d3d4;
    background: #fff;
    max-width: 1200px;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #5c9ddc;
    font-weight: 600;
    cursor: pointer;
    max-width: 1200px;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #5c9ddc;
    border-right: 3px solid #5c9ddc;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.wp-video {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

p.date {
    font-size: 10px;
}

 .btn_reserve{
  background: #30b9c0;
 }

  .btn_line{
  background: #09cd37;
 }

   .btn_tel2{
  background: #ef7d7d;
 }
