/*
Theme Name: eden
Author: eden
Version: 1.0


/*=======================================
スタイル名（日本語） - スタイル名（英語） -
=======================================*/

/*  スタイル名（日本語） - スタイル名（英語） -
=======================================*/

/*  スタイル名（日本語） - スタイル名（英語） - */


html,
body
 {
  font-size: 20px;
  overflow-x: hidden;
  font-family: sans-serif;
  counter-reset: number 0;
  color: #000000;
  word-break: break-word;
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bodybg::after {
  content: "";
  position: fixed;
  background: #000 url("./images/bgmain.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.5rem;
}
img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
}

a:active,
a:focus,
a:hover {
  color: #d8c767;
  text-decoration: none;
}
.bg0 {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 0 0 30px;
}

.bg0 img {
  display: block;
  width: 70%;
  margin: 0 auto;
}



iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}



/*=======================================
therapist一覧に戻る
=======================================*/

.btn-wrap {
  width: 60%;
  margin: 0px auto;
}
.btn-prev {
  position: relative;
  display: block;
  padding: 9px;
  text-align: center;
  border: 1px solid #ffffff;
  margin-top: 50px;
  color: #ffffff;
}
.btn-prev span {
  color: #ffffff;
}

/*=======================================
ヘッダー - Header -
========================================*/
#header {
  width: 100%;
  position: static;
  -webkit-transition: all 1s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  transition: all 1s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  z-index: 11;
}
#header .logo-fixed {
  opacity: 0;
}
#header.chgcolor .logo-fixed {
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  transition: all 1s cubic-bezier(0.45, 0.05, 0.3, 0.93);
}
.logo-wrap,
.logo-fixed,
.logo-menu {
  position: relative;
  padding: 5px;
  width: 100%;
}
.logo-wrap img,
.logo-fixed img,
.logo-menu img {
  width: 15%;
}

#top-welcome {
  padding: 70px 30px 50px;
}
#top-welcome span {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: #979797;
}
.top-title h2 {
  text-align: center;
  padding: 5px 15px;
  margin: 0 auto;
  color: rgba(196, 166, 92);
}
.top-title h2::after {
  margin: 5px 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: 1;
  background-color: #999;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.top-title span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}

.title-ex {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 1px;
  padding-top: 30px;
}

.recruit-title {
  margin-top: 30px;
}

.eslove img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.therapistb img {
  width: 100%;
  box-shadow: 0px 1px 5px 1px rgb(146 146 146 / 69%);
}

#main_logo-wrap {
  padding: 30px 0 0;
}
.main_logo {
  animation: anime 2s ease-in-out;
  display: block;
  text-align: center;
}
.main_logo img {
  width: 80%;
}
#main-img-wrap {
  padding: 0 10px;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main-slider img {
  z-index: 1;
}
#top-movie {
  padding: 30px 0;
}

#top-movie iframe {
  width: 90% !important;
  height: 50vw;
  margin: 0 auto;
  display: block;
}

#smart-info {
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 10px 30px;
}
#smart-info div {
  line-height: 1.5;
}
#smart-info a {
  margin-top: 10px;
}
.pc-info,
.pc-info-f {
  display: none;
}
.tel-button {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #000000;
  border: 3px solid #fedb37;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffac 0%,
    #d1b464 25%,
    #5d4a1f 50%,
    #d1b464 75%,
    #ffffac 100%
  );
  border-image-slice: 1;
  border-radius: 5px;
  padding: 1rem 2rem;
}

#top-baner {
  padding: 0px 0px;
}
.top-baner-wrap img {
  margin: 0px 0;
}

#top-newcast {
  padding: 30px 10px 15px;
}
/*=======================================
today-cast
========================================*/
#top-cast-flex {
  padding: 20px 10px 15px;
}
.cast-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px;
  margin: 0 auto;
}
.cast-flex {
  width: -webkit-calc(50% - 0px);
  width: calc(50% - 0px);
  padding: 0px 7px 30px 7px;
}

/*=======================================
  therapist
=======================================*/

.flip-wrap {
  position: relative;
  transform-style: preserve-3d;
}
.flip-wrap {
  animation: animation-cardImage 10s ease-in-out infinite alternate;
}

@keyframes animation-cardImage {
  0% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(0deg);
  }
  35% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(180deg);
  }
  80% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.flip-wrap .flip-img1,
.flip-wrap .flip-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-wrap .flip-img2 {
  transform: rotateY(180deg);
}
.flip-wrap img {
  position: relative;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.single-page {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.single-one-cast {
  display: block;
  padding: 30px 0;
}
.single-cast-photo {
  position: relative;
  display: block;
  width: -webkit-calc(80% - 0px);
  width: calc(80% - 0px);
  margin: 0 auto;
  border: 2px solid #8b7a2d;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffff 0%,
    #ffffac 15%,
    #d1b464 35%,
    #5d4a1f 55%,
    #d1b464 75%,
    #ffffac 95%,
    #ffffff 100%
  );
  border-image-slice: 1;
  box-shadow: 0px 1px 5px 1px rgb(146 146 146 / 69%);
}
.single-cast-photo img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.slick-slide {
  text-align: -webkit-center;
}
.movie_wrap {
  margin: 10px 0 30px;
  text-align: center;
  font-size: 2rem;
}
.movie_wrap video {
  width: 100%;
  margin-bottom: 30px;
}
.gallery {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.gallery_img {
  width: calc(25% - 6px) !important;
  margin: 3px;
  border: 1px solid #8b7a2d;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffff 0%,
    #ffffac 15%,
    #d1b464 35%,
    #5d4a1f 55%,
    #d1b464 75%,
    #ffffac 95%,
    #ffffff 100%
  );
  border-image-slice: 1;
  box-shadow: 0px 0px 5px 0px rgb(146 146 146 / 69%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  object-fit: cover;
}

#swipebox-bottom-bar {
  bottom: 0 !important;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}
#swipebox-close {
  top: 90px !important;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0) !important;
  transform: translate3d(0, -50px, 0) !important;
}

#swipebox-slider .slide img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 70% !important;
}

.twitterthe {
  width: -webkit-calc(100% - 0px);
  width: calc(100% - 0px);
  padding: 0 0 0 0;
}
.cast-wrap {
  overflow: hidden;
  min-height: 27em;
  position: relative;
  border: 2px solid #8b7a2d;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffff 0%,
    #ffffac 15%,
    #d1b464 35%,
    #5d4a1f 55%,
    #d1b464 75%,
    #ffffac 95%,
    #ffffff 100%
  );
  border-image-slice: 1;
  box-shadow: 0px 1px 5px 1px rgb(146 146 146 / 69%);
}
.detail {
  text-align: left;
  padding: 10px 10px;
  background-color: rgba(242, 229, 255, 0);
}

#contents_wrap {
  padding: 25px 10px;
}
#contents_wrap .profile-wrap .therapist_name {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0;
}

#contents_wrap .profile-wrap .therapist_name span {
  font-size: 1.5rem;
}
#contents_wrap .profile-wrap .tall_cup {
  text-align: center;
  font-size: 1.5rem;
}
#contents_wrap .profile-wrap .type-wrap {
  justify-content: center;
}
#contents_wrap .profile-wrap .type-wrap li {
  width: auto;
  font-size: 1.2rem;
}
.therapist_name {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.therapist_name span {
  font-size: 1.2rem;
}

.tall_cup {
  margin-bottom: 0.8rem;
  color: rgba(0, 80, 0);
  font-size: 1.2rem;
}

.type-wrap {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
}
.type-wrap li {
  width: calc(50% - 4px);
  text-align: center;
  margin: 2px;
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 2px;
  white-space: nowrap;
  border: 1px solid #c3bda0;
}

.tennchou {
  border-top: 2px dotted #d0d0d0;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
}
.comment {
  border-bottom: 2px dotted #d0d0d0;
  padding-bottom: 1rem;
  color: #000000;
  white-space: pre-line;
  width: 90%;
  margin: 40px auto;
  font-size: 1.5rem;
}

.calendartop {
  width: 90%;
  margin: 0 auto;
}
.twitter_link {
  width: 80%;
  margin: 45px auto;
}

.contents_title {
  background: linear-gradient(-34deg, #a39573 20%, #edede3 72%);
  text-align: center;
  font-size: 2rem;
  padding: 5px;
  color: #62594a;
}

/*=======================================
ページネーション - Pagination -
=======================================*/
.pagenation {
  overflow: hidden;
  margin-top: 20px;
}
.pagenation ul {
  float: left;
  position: relative;
  left: 50%;
  list-style: none;
  padding-left: 0;
}
.pagenation ul li {
  float: left;
  position: relative;
  right: 50%;
  padding: 2px 10px;
}
.pagenation ul li:last-child {
  border-right: none;
}
.pagenation ul li.active {
  color: #ffffff;
}
.pagenation li a,
.pagenation li span {
  border: none;
  border-radius: 0;
  color: rgb(255, 255, 255);
}
.pagenation li a:hover,
.pagenation li a:active,
.pagenation li a:focus,
.pagenation li a:visited,
.pagenation li span:hover {
  border-radius: 0;
  color: rgb(255, 255, 255);
}

/*=======================================
 menu sp
=======================================*/

.menuham {
  position: fixed;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  text-align: left;
  z-index: 15;
  background: #111;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
}

.menuham--active {
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  transition: all 0.5s cubic-bezier(0.45, 0.05, 0.3, 0.93);
  opacity: 1;
}

.menuham__btn {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding-inline-start: 0;
  margin-block-start: 0;
  justify-content: center;
  padding: 15px;
}

.btn__item {
  width: calc(50% - 10px);
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5px;
  font-weight: 900;
  margin: 5px;
  background: linear-gradient(rgba(196, 166, 92), rgb(128, 107, 54));
}

.menuham__list {
  width: 100%;
  height: 100%;
  text-align: left;
  list-style-type: none;
  overflow: auto;
  overflow-y: scroll;
  padding-inline-start: 0;
}

.menuham__item {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #c3bda0;
}

.btn__link,
.menuham__link {
  display: inline-block;
  position: relative;
  padding: 1px 0 1px 0px;
  width: 100%;
}
.btn__link {
  color: #ffffff;
}
.menuham__link {
  color: #ffffff;
}

.menuham__item span {
  font-size: 0.9rem;
  margin-left: 1rem;
}

/*=======================================
burger wrap
=======================================*/

.burger-wrap {
  display: flex;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 20;
}

.burger {
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(rgba(196, 166, 92), rgb(128, 107, 54));
  padding: 0px 10px 10px 10px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 3px;
}

.burger__patty {
  width: 24px;
  height: 2px;
  margin: 0 0 6px 0;
  background: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__patty:nth-child(1) {
  margin-top: 10px;
}
.burger__patty:nth-child(3) {
  margin-bottom: 2px;
}

.burger--close .burger__patty:nth-child(1) {
  background: #ffffff;
  -webkit-transform: rotate(45deg) translate(5.5px, 5.5px);
  transform: rotate(45deg) translate(5.5px, 5.5px);
}

.burger--close .burger__patty:nth-child(2) {
  background: #ffffff;
  opacity: 0;
}

.burger--close .burger__patty:nth-child(3) {
  background: #ffffff;
  -webkit-transform: rotate(-45deg) translate(5.5px, -5.5px);
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

/*=======================================
attendtime
=======================================*/
.attendtime {
  overflow: hidden;
}
.startend {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  padding: 6px 0;
  line-height: 15px;
  color: #000000;
  text-align: center;
  margin: 0 0 0 0;
}

.single_calendar .startend {
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly;
}

.res_btn {
  color: #fff;
  background: linear-gradient(#a0e09a, #45b63b);
  padding: 5px 7px;
  border-radius: 3px;
}
.single_calendar th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #a09a7e;
  background-color: #d2ccb0;
  width: 25%;
}
.single_calendar td {
  text-align: center;
  border: 1px solid #a09a7e;
}
.weekday {
  background-color: #dbd7c7 !important;
  color: #645e43 !important;
}
/*=======================================
newmark
=======================================*/
.newmark {
  position: absolute;
  color: rgba(0, 0, 0, 0);
  font-size: xx-small;
  z-index: 1;
}
.newmark:empty {
  display: none;
}

.newmark::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("./images/new_icon.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8em;
  height: 8em;
  margin: -4px 0 0 -5px;
}

.single-newmark {
  position: absolute;
  color: rgba(0, 0, 0, 0);
  font-size: xx-small;
  z-index: 1;
}
.single-newmark:empty {
  display: none;
}

.single-newmark::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("./images/new_icon.gif");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18em;
  height: 18em;
  margin: -9px 0 0 -9px;
}

/*=======================================
breadcrumb
=======================================*/
#breadcrumb {
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 0;
  font-weight: 500;
  white-space: nowrap;
  background-color: rgba(200, 187, 174, 0.5);
  margin-top: 20px;
  border-top: 4px solid rgba(196, 166, 92);
}
#breadcrumb ul {
  display: flex;
  width: fit-content;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 5px;
}
#breadcrumb li a,
#breadcrumb li span {
  color: #000;
}
#breadcrumb li {
  margin: 0 5px 0 5px;
  color: #c3bda0;
}
#breadcrumb li::after {
  content: ">";
  margin: 0 -3px 0 8px;
}
#breadcrumb li:last-child::after {
  content: "";
}
.banerlink {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.link-wrap a {
  color: #000000;
}
.link-wrap {
  display: flex;
    flex: 1 1 0;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;
  padding: 0 0px;
}


.link-wrap div {
  width: 100vw;
  flex: 1 1 0;
  
}
.link-wrap img {
  width: 100%;
}
/*=======================================
フッター - Footer -
=======================================*/



footer .gnav .wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.wrap {
  margin: auto;
  max-width: 900px;
}

footer .gnav a::before {
  left: 0;
}
footer .gnav li:last-child a::after {
  right: 0;
}

footer .box01 .footerlogo .micho {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 16px;
}
footer .box01 {
  padding: 50px 0 30px 0;
  list-style-type: none;
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
footer .box01 li {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

footer .shop_info dt {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
  text-align: center;
}
footer .box01 .tel .en {
  font-size: 1.3rem;
}
footer .box01 .tel_num {
  margin-bottom: 3px;
}
footer .box01 .tel a {
  color: #c4c4c4;
  background: linear-gradient(#7e7e7e, #363636);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  width: 240px;
  height: 80px;
  padding: 0px 14px;
  text-align: center;
}
footer .box01 .tel_num span {
  letter-spacing: -1px;
}
footer .box01 .tel .time {
  font-size: 14px;
  display: block;
  width: 100%;
}
footer .box01 .tel .time span {
  font-weight: bold;
}

footer .copyright {
  text-align: center;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 120px;
  }

  footer .gnav a::before,
  footer .gnav li:last-child a::after {
    display: none;
  }

  footer .gnav {
    border-bottom: solid 0px #c7c7c7;
  }
  footer .gnav .wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap {
    width: 100%;
  }
  footer .box01 {
    display: block;
    padding: 10% 5% 20px;
    text-align: center;
  }
  footer .gnav .wrap li {
    border-bottom: 1px solid #c7c7c7;
  }
  footer .gnav .wrap li:nth-of-type(odd) {
    border-right: 1px solid #c7c7c7;
  }
  footer .gnav .wrap li {
    width: 50%;
  }

  .sp-mgb-15 {
    margin-bottom: 15px;
  }
  footer .box01 .footerlogo .micho {
    font-size: 1.4rem;
  }

  footer .shop_info dt {
    width: 100%;
    font-size: 17px;
  }

  footer .box01 li {
    width: 100%;
  }
  footer .box01 .tel .en {
    width: 100%;
  }
  footer .box01 .tel_num {
    margin-bottom: -6px;
  }
  footer .box01 .tel_num {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  footer .box01 .tel a .tel_num::before {
    margin-right: 5px;
  }
  footer .box01 .tel .time {
    text-align: center;
  }
  footer .box01 .tel .en {
    width: 100%;
  }
  footer .box01 .tel .en {
    font-size: 2.3rem;
  }
}

/*  news
=======================================*/
#top-news {
  padding: 0px 20px;
}
.news-wrap {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  overflow: scroll;
  min-height: 200px;
  max-height: 500px;
  position: relative;
  border: 2px solid #8b7a2d;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffff 0%,
    #ffffac 15%,
    #d1b464 35%,
    #5d4a1f 55%,
    #d1b464 75%,
    #ffffac 95%,
    #ffffff 100%
  );
  border-image-slice: 1;
  box-shadow: 0px 1px 5px 1px rgb(146 146 146 / 69%);
}
.post-item {
  line-height: 2;
  padding-bottom: 20px;
}
.post-item h3 {
  border-top: 2px dotted #575757;
  border-bottom: 2px dotted #575757;
  padding: 10px 0;
  line-height: 1.6;
}
.post-item p {
  font-size: 1.2rem;
}

/*  twitter
=======================================*/

.twitter-wrap {
  margin: 0px auto;
  width: 90%;
  padding: 30px 0;
  overflow: scroll;
}

/*  table
=======================================*/

.single_calendar td {
  text-align: center;
  padding: 10px 0;
}
.single_calendar tr {
  border: 1px solid white;
}
.title:not(div) {
  position: relative;
  padding: 6px 0 2px 4px;
  color: #2c6e78;
  border-bottom: 4px solid #c3bda0;
  margin-bottom: 30px;
}
.title:not(div):after {
  position: absolute;
  z-index: 2;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: "";
  background-color: #8a805f;
}
.freetxt_box {
  overflow: hidden;
  padding: 10px;
  text-align: justify;
}
.table_2column,
.single_calendar {
  width: 100%;
  font-size: 1.2rem;
}
.table_2column {
  margin-bottom: 30px;
  border: 1px solid #c3bda0;
}
.table_2column th,
.table_2column td {
  width: 50%;
}

.table_2column th {
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(-34deg, #a49164 20%, #ddceae 72%);
  color: #62594a;
}
.table_2column th {
  box-sizing: border-box;
  padding: 15px 0;
}

.table_2column td {
  box-sizing: border-box;
  padding: 30px 0 0;
}
.table_2column .underline:last-child {
  margin-bottom: 30px;
}
.single_calendar th,
.single_calendar td {
  box-sizing: border-box;
  padding: 10px 0;
}
.table_2column td {
  text-align: center;
  border-bottom: 1px solid #c3bda0;
}
.underline {
  padding: 0 20px;
  display: flex;
}

.choice {
  font-size: 1rem;
}
.oil {
  font-size: 0.8rem;
  white-space: nowrap;
}

.table_01 {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.table_01 th {
  font-size: 1.4rem;
  padding: 5px 10px;
  border-right: none;
  border-bottom: none;
  vertical-align: middle;
  color: #575039;

  background: #f7f6f2;
}
.table_01 th,
.table_01 td {
  display: block;
  width: 100%;
}

.table_01 th:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  content: "\f0d7";
}
.table_01 td {
  font-size: 1.1rem;
  margin-bottom: 5px;
  border-bottom: none;
  background: transparent;
}
.table_01 th,
.table_01 td {
  box-sizing: border-box;
  padding: 10px;
  font-weight: normal;
}
.table_01 td a {
  color: #575039;
}
/*=======================================
出勤タブ
=======================================*/
@keyframes tabAnim {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.tab_wrap {
  display: block;
  width: 100%;
}
input[type="radio"] {
  display: none;
}
.tab_area {
  display: flex;
  width: auto;
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.tab_area label {
  width: calc(50% - 6px);
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 3px;
  vertical-align: bottom;
  transition: ease 0.2s;
  margin: 3px;
  border: 1px solid #c3bda0;
  background-color: #d2ccb041;
  color: #ffffff;
}

.tab_panel {
  width: 100%;
  opacity: 0;
  padding: 30px 10px;
  display: none;
}

.panel_area {
  width: 100%;
}
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label,
#tab5:checked ~ .tab_area .tab5_label,
#tab6:checked ~ .tab_area .tab6_label,
#tab7:checked ~ .tab_area .tab7_label {
  text-align: center;
  background: linear-gradient(rgba(196, 166, 92), rgb(128, 107, 54));
  color: #ffffff;
  border-radius: 3px;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4,
#tab5:checked ~ .panel_area #panel5,
#tab6:checked ~ .panel_area #panel6,
#tab7:checked ~ .panel_area #panel7 {
  display: block;
  animation: tabAnim ease 1s forwards;
  -ms-animation: tabAnim ease 1s forwards;
}

.access-list {
  width: 85%;
  margin: 0 auto;
}
.access-list a {
  color: rgba(196, 166, 92);
}
.access-list iframe {
  width: 100%;
  height: 250px;
}
.access-list dl {
  line-height: 1.5;
  margin-bottom: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  -js-display: flex;
}
.access-list dt {
  width: 20%;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px dashed #666666;
}
.access-list dd {
  width: 90%;
  padding: 10px 0;
  border-bottom: 1px dashed #666666;
}

.full {
  width: 100% !important;
}

.roomname {
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 0 0;
}

.attendance {
  background: linear-gradient(to top right, transparent 50%, #000000 50%);
  color: #ffffff;
  width: auto;
  position: absolute;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  letter-spacing: 1px;
  height: 4rem;
}

.attendance p {
  margin: 0 0 0 0;
}

.home-today {
  padding: 30px 0 0;
}

.footer_btn_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: block;
}

.footer_btn_table {
  width: 100%;
  display: table;
}

.footer_btn_bk {
  width: 100%;
  display: table-cell;
  text-align: center;
}

.footer_btn_fix a {
  display: block;
  width: 100%;
  font-family: "sans-serif", sans-serif;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1rem;
  background: linear-gradient(rgba(196, 166, 92), rgb(128, 107, 54));
  border-right: 1px solid #ffffff;
  transition: all 0.3s;
}

.footer_btn_bk img {
  width: 20px;
}
.tab_area span {
  color: #fff !important;
}

/*  TOPへ戻るリンク - Back To Top Link -
=======================================*/

#pageTop:before {
  display: block;
  content: "▲";
}

#pageTop:hover {
  cursor: pointer;
  text-decoration: none;
}

.cast-photo {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 0px solid #8b7a2d;
  border-image: radial-gradient(
    ellipse farthest-corner at left top,
    #ffffff 0%,
    #ffffac 15%,
    #d1b464 35%,
    #5d4a1f 55%,
    #d1b464 75%,
    #ffffac 95%,
    #ffffff 100%
  );
  border-image-slice: 1;
  background: rgba(187, 187, 187, 0.3);
}
.cast-photo img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.twitter_icon_link {
  position: absolute;
  width: 20%;
  bottom: 10px;
  right: 10px;
}
.twitter_icon_link img {
  aspect-ratio: 1 / 1;
}

.room1,
.room2 {
  display: block;
  padding: 10px 0 5px;
}
.room1::after {
  content: "西新宿ルーム";
  color: #dd0a2d;
  border: 1px solid #dd0a2d;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 700;
}
.room2::after {
  content: "北千住ルーム";
  color: #0a77dd;
  border: 1px solid #0a77dd;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 700;
}
.room3::after {
  content: "ルーム未定";
  color: #0a77dd;
  border: 1px solid #0a77dd;
  border-radius: 20px;
  padding: 2px 10px;
  font-weight: 700;
}
.uk0::after {
  content: "西新宿ルーム";
}

.uk1::after {
  content: "北千住ルーム";
}
.uk2::after {
  content: "ルーム未定";
}
.uk3::after {
  content: "受付終了";
}

.uk0,
.uk3 {
  width: 100%;
  text-align: center;
  background-color: #e24d60;
  color: #ffffff;
  padding: 5px 0;
  font-size: 1.2rem;
  border-radius: 3px;
}

.uk1 {
  width: 100%;
  text-align: center;
  background-color: #465DAA;
  color: #ffffff;
  padding: 5px 0;
  font-size: 1.2rem;
  border-radius: 3px;
}

.uk2 {
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 0;
  font-size: 1.2rem;
  border-radius: 3px;
}

.slide {
  position: relative;
}

#top-contact {
  padding: 3rem 30px;
}
.oshiraseTitle {
  font-size: 1.5rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #603813;
}
.oshirase {
  text-align: center;
  font-size: 1.3rem;
  text-align: left;
  padding: 1rem 0 3rem;
}
.wpcf7 {
  width: 80%;
  margin: 0 auto;
}
label {
  color: #fff !important;
}
label span {
  color: #000000 !important;
}
.wpcf7-form-control {
  color: #000;
}
.logo_title {
  display: none;
}
@media screen and (min-width: 769px) {
  .bg0 img {
    display: block;
    width: 30%;
    margin: 0 auto;
  }

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1rem;
  }
  img {
    width: 100%;
    height: auto;
  }

  .bodybg::after {
    background-position: center bottom;
  }

  #header.chgcolor {
    background-color: rgba(255, 255, 255, 0);
  }
  .menuham {
    display: none;
  }

  .burger-wrap {
    display: none;
  }
  #main_logo-wrap {
    padding: 0 0;
  }
  .main_logo img {
    width: 25%;
  }
  .main_logo {
    padding: 50px 0 30px;
  }

  .logo-wrap {
    position: relative;
    background: #ffffffe3;
    height: auto;
    z-index: 1;
  }
  .logo-wrap img,
  .logo-fixed img,
  .logo-menu img {
    width: 25%;
  }
  #smart-info {
    display: none;
  }


  .logo_title {
    color: #fff;
    background-color: rgba(196, 166, 92);
    font-size: 0.7rem;
    padding: 3px 0;
    text-align: center;
  }
  .pc-info {
    display: block !important;
    text-align: center;
    border-bottom: 4px solid rgba(196, 166, 92);
  }
  .pc-info-f {
    text-align: center;
    border-top: 4px solid rgba(196, 166, 92);
  }
  .opentel {
    background-color: rgba(74, 63, 49, 0.8);
    color: #fff;
    text-align: center;
  }
  .tel-d {
    font-size: 1.2rem;
  }
  .logo_title {
    display: block;
  }
  .menuham_d {
    text-align: center;
  }
  .menuham_d a {
    color: #ffffff;
    font-size: 1rem;
  }
  .menuham_d_list {
    display: table;
    table-layout: auto;
    padding-inline-start: 0;
    list-style: none;
    margin: 0 auto;
  }
  .menuham_d_link span {
    display: block;
    font-size: 0.7rem;
  }
  .menuham_d_item {
    display: table-cell;
    vertical-align: bottom;
    font-size: 0.5rem;
    padding: 20px 25px;
    line-height: 1.2;
    position: relative;
  }

  .menuham_d_item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    border-right: 1px solid #ffffff;
    right: -1px;
    height: 30%;
    top: 35%;
  }

  #top-welcome,
  #top-movie,
  #top-baner,
  #top-news,
  #top-twitter,
  #top-cast-flex,
  #top-newcast,
  
  /*
  .banerlink {
    padding: 0px;
    margin: 0 auto;
  }
  */

  #top-welcome span {
    font-size: 2rem;
  }
  .top-title {
    width: 80%;
    margin: 0 auto;
  }

  #newstwitter-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 20%;
  }

  #top-news,
  #top-twitter {
    width: 100%;
    padding: 0 0;
  }

  .other-width {
    max-width: 900px;
    margin: 0 auto;
  }

  .title-ex {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 3px;
    padding-top: 25px;
  }
  #top-movie iframe {
    width: 75% !important;
    height: 25vw;
  }
  .top-baner-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .topbflex {
    width: calc(50% - 30px);
    margin: 15px 15px;
  }

  .cast-flex {
    width: -webkit-calc(25% - 0px);
    width: calc(25% - 0px);
    padding: 0px 7px 30px 7px;
  }

  .therapist_name {
    font-size: 1.2rem;
    padding: 0 0 0.5rem;
  }

  .type-wrap li {
    font-size: 0.8rem;
  }
  .startend {
    font-size: 1rem;
    padding: 10px 0;
    line-height: 25px;
  }
  .uk0,
  .uk1,
  .uk2 {
    padding: 5px 0;
    font-size: 1rem;
  }
  #contents_wrap {
    padding: 50px 0 0 0;
  }
  .twitter_link {
    width: 40%;
    margin: 45px auto;
  }
  .single-one-cast {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .single-cast-photo {
    display: block;
    width: -webkit-calc(40% - 0px);
    width: calc(40% - 0px);
  }
  .gallery_img {
    width: calc(20% - 6px) !important;
  }

  #swipebox-slider .slide img {
    max-height: 80vh !important;
    width: auto !important;
  }

  .profile-wrap {
    display: block;
    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
    margin: 0 auto;
  }

  .comment {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .tennchou {
    font-size: 1rem;
  }
  .calendartop {
    display: block;
    width: -webkit-calc(40% - 0px);
    width: calc(40% - 0px);
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .twitterthe {
    display: block;
    width: -webkit-calc(60% - 20px);
    width: calc(60% - 20px);
    padding: 0 20px;
  }
  .btn-wrap {
    width: 40%;
  }
  #breadcrumb {
    font-size: 1rem;
    padding: 10px 0 10px 15%;
    margin: 0;
  }
  .access-list iframe {
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 12px;
  }
}

/* グローバルリセット */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 電話＆LINEリンクエリア */
.contact-links {
  display: flex;
  width: 100%;
  max-width: 100vw;
  gap: 8px;
  padding: 0 8px; /* 左右に余白 */
  justify-content: center;
}

.contact-links a {
  flex: 1;
  min-width: 0; /* iOSで必須 */
  position: relative;
  justify-content: center;
}

.contact-links img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 180px; /* 画像の最大幅制限 */
  margin: 0 auto; /* 中央寄せ */
  justify-content: center;
}

/* スマホ用調整 */
@media (max-width: 480px) {
  .contact-links {
    flex-wrap: nowrap;
    overflow-x: visible;
    justify-content: center;
  }
  .contact-links img {
    max-width: 140px;
  }
}



/* PC・スマホ共通：ボタンエリア中央寄せ */
.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

/* ボタン本体 */
.btn {
  display: inline-block;
  padding: 0.8em 4em;
  background-color: #3acf64;
  border-radius: 60px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #3acf64;
  white-space: nowrap;
}

/* スマホ用調整 */
@media screen and (max-width: 480px) {
  .btn-wrap {
    width: 100%;
    margin: 24px 0;
    padding: 0 10px;
  }
  .btn {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
    padding: 1em 4em;
  }
}

/* まず全デバイスで非表示にする */
.sp-info-f {
  display: none;
  font-size: 1.5rem;  /* お好みで2remや20pxなどに調整 */
  color: #000000;
}

/* スマホ（例：750px以下）のときだけ表示 */
@media (max-width: 750px) {
  .sp-info-f {
    display: block !important;
  }
}


.sns-icons {
  display: flex;
  gap: 20px; /* アイコン間の余白 */
  justify-content: center; /* 中央揃え */
  align-items: center;     /* 縦方向中央揃え */
  margin: 20px 0;
}

.sns-icons img {
  width: 40px;   /* アイコンの大きさを調整 */
  height: 40px;  /* 正方形にする場合 */
  object-fit: contain;
  transition: transform 0.2s;
}

.sns-icons a:hover img {
  transform: scale(1.1); /* ホバー時に少し拡大 */
}


@media (max-width: 480px) {
  .sns-icons img {
    width: 32px;
    height: 32px;
  }
}


.contact-links2 {
  display: flex;
  flex-wrap: nowrap;         /* 折り返し禁止 */
  width: 100%;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;          /* はみ出し防止（必要に応じて） */
}

.link-item2 {
  flex: 1 1 0;               /* 均等に縮小する */
  min-width: 0;              /* 極端な縮小も許可 */
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  padding: 0em 0em;
  margin: 0;
}

.link-item2:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.menuham_d_link {
  color: #62594a;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.menuham_d_link span {
  display: block;
  font-size: 0.8rem;
  color: #a39573;
  margin-top: 0.2em;
}


.link-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* space-evenly→center */
  padding: 0;              /* 余白を消す */
  margin: 0 auto;
/*  max-width: 200px;         必要に応じて最大幅を指定 */
  box-sizing: border-box;
  gap: 1px;               /* バナー間の余白はgapで管理 */
}
.link-wrapp div {
  width: 200px;            /* 固定幅推奨。可変ならcalc(50% - gap/2) */
  margin: 0;
}
.link-wrapp img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

footer, footer * {
  box-sizing: border-box;
}


/*
@media screen and (max-width: 768px) {
  .footer_btn_fix,
  .footer_btn_table,
  .footer_btn_bk {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    z-index: 9999 !important;
    display: flex;
  }
  .footer_btn_fix a,
  .footer_btn_bk a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
    background: linear-gradient(rgba(196, 166, 92), rgb(128, 107, 54));
    color: #fff;
    font-size: 1rem;
    border: none;
  }
}
*/


.link-wrap div {
  width: 100vw;
  flex: 1 1 0;

/* 追加（ファイルの一番下でもOK） */
#smart-info {
  margin-top: 0;
  padding-top: 0;
}



/* PC表示時のトップ余白を強制的に詰める */
@media screen and (min-width: 769px) {
  body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #smart-info {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  top-welcome,
  top-movie,
  top-baner,
  top-news,
  top-twitter,
  top-cast-flex,
  top-newcast,
  .banerlink {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .bodybgafter {
    height: 50vh !important;
  }
}