/*
Theme Name: kokorolinse
Author: kokorolinse
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;
}
.bodybg::after {
  content: "";
  position: fixed;
  background: #000 url("./images/bgmain.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0.2;
  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;
}

#x-embed { min-height: 450px; }
/*=======================================
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: fixed;
  -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{
  position: relative;
  padding: 5px;
  width: 100%;
}
.logo-wrap img,
.logo-fixed img{
  width: 50%;
}

.top-title {
  margin: 30px 0;
}
.top-title h2 {
  text-align: center;
  padding: 5px 15px;
  margin: 0 auto;
  color: #45684c;
  font-weight: 500;
}
.top-title h2::after {
  margin: 5px 0;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  z-index: 1;
  background-color: #45684c;
  background: -moz-linear-gradient(
    left,
    #45684c00 0%,
    #45684c 50%,
    #45684c00 100%
  );
  background: -webkit-linear-gradient(
    left,
    #45684c00 0%,
    #45684c 50%,
    #45684c00 100%
  );
  background: linear-gradient(
    to right,
    #45684c00 0%,
    #45684c 50%,
    #45684c00 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.top-title span {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #45684c;
}





#main_logo-wrap {

  background-color: #789280;
}
#main_logo-wrap::after {
  content: "";
  display: block;
  height: 3px;
  border-top: 12px solid #ECE0DB;
}

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

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

.main-slider img {
  z-index: 1;
}

.pc-info,
.pc-info-f {
  display: none;
}


.top-banner img {
  padding: 0 10px;
}

/*=======================================
today-cast
========================================*/

.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;
  position: relative;
}

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

.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;
  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;
  padding: 0 10px;
}

.gallery {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.gallery_img {
  width: calc(25% - 6px) !important;
  margin: 3px;
  box-shadow: 0px 0px 5px 0px rgb(146 146 146 / 69%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  object-fit: cover;
}
.gallery_img img {
  width: 100%;
  aspect-ratio: 2 / 3;
  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;
}

.cast-wrap {
  overflow: hidden;
  min-height: 27em;
  position: relative;
  box-shadow: 0px 1px 5px 1px rgb(146 146 146 / 69%);
}
.detail {
  text-align: center;
  padding: 10px 10px;
  background-color: rgb(255, 255, 255);
}

#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 .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;
}


.tall_cup {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.tall_cup span {
  display: block;
}
.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;
  white-space: pre-line;
  width: 90%;
  margin: 40px auto;
  font-size: 1.5rem;
}

.calendartop {
  width: 90%;
  margin: 0 auto;
}
.calendartop div{
  font-size: 2rem;
  text-align: center;
  }
.twitter_link {
  width: 80%;
  margin: 45px auto;
}



/*=======================================
ページネーション - 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
=======================================*/
#mobile-menu {
  display: block;
}
.menuham{
  position: fixed;
  width: 55%;
  height: 100vh;
  z-index: 15;
  background: #ECE0DB;

  opacity: 0;
  transform: translateX(-40%);         /* left ではなく transform を使う */
  visibility: hidden;                  /* 離散値は遅延で切り替える */
  pointer-events: none;

  transition:
    transform .45s cubic-bezier(.45,.05,.3,.93),
    opacity   .45s cubic-bezier(.45,.05,.3,.93),
    visibility 0s .45s;                /* ← 閉じる時だけ 0.45s 後に hidden へ */
  will-change: transform, opacity;
}

/* 開いた状態：見える/触れる */
.menuham--active{
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;

  transition:
    transform .45s cubic-bezier(.45,.05,.3,.93),
    opacity   .45s cubic-bezier(.45,.05,.3,.93),
    visibility 0s 0s;                  /* ← 開く時は即座に visible に */
}

.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;
}
.menuham__link {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
}
.menuham__item span {
  font-size: 0.9rem;
  display: block;
}

/*=======================================
burger wrap
=======================================*/
.burger-wrap {
  display: flex;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 20;
  background-color: #00000000;
  border: 0px solid #00000000;
}

.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-color: rgba(56, 79, 66, 0.8);
  padding: 0px 10px 10px 10px;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 3px;
}

.burger__patty {
  display: block;
  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 {
 border: 1px solid #B1C1AE;
}
.startend {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 0;
  line-height: 15px;
  text-align: center;
  margin: 0 0 0 0;
  background-color: #B1C1AE;
}

.single_calendar .startend {
  background-color:  #b1c1ae00;
}

.single_calendar th {
  text-align: center;
  color: #645e43;
  border: 1px solid #a09a7e;
  width: 25%;
}
.single_calendar td {
  text-align: center;
  border: 1px solid #a09a7e;
}
.weekday {
  background-color: #ECE0DB;
}
/*=======================================
newmark
=======================================*/
.newmark {
  position: absolute;
  color: rgba(0, 0, 0, 0);
  font-size: xx-small;
  z-index: 1;
  right: 0;
}
.newmark:empty {
  display: none;
}

.newmark::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("./images/ico-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6em;
  height: 6em;
  margin: 0px 6px 0 0;
  right: 0;
}

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

.single-newmark::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url("./images/ico-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8em;
  height: 8em;
  margin: 0px 2px 0 0;
  right:0;
}

/*=======================================
breadcrumb
=======================================*/
#breadcrumb {
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 0;
  font-weight: 500;
  white-space: nowrap;
  background-color: #ECE0DB;

}
#breadcrumb ul {
  display: flex;
  width: fit-content;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -23px;
  margin-block-start: 0em;
}
#breadcrumb li a,
#breadcrumb li span {
  color: #000000;
}
#breadcrumb li {
  margin: 0 5px 0 5px;
  color: #000000;
}
#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-wrap: wrap;
  margin: 30px 0;
  justify-content: space-evenly;
  padding: 0 20px;
}
.link-wrap div {
  width: calc(50% - 10px);
}
.link-wrap img {
  width: 100% !important;
}
/*=======================================
フッター - Footer -
=======================================*/
footer {
  background-color: #789280;
  color: #ffffff;
}

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;
}

.freetxt_box {
  overflow: hidden;
  padding: 10px;
  text-align: justify;
}

.single_calendar {
  width: 100%;
  font-size: 1.2rem;
}
.single_calendar th,
.single_calendar td {
  box-sizing: border-box;
  padding: 10px 0;
}


.table_2column {
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #b9b9b9;
}
.table_2column th {
  text-align: center;
  background: #6b8473;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1.3rem;
  display: block;
}
.table_2column td {
display: block;
background-color: #FFF;
font-size: 1.2rem;
padding: 10px;
text-align: center;
color: #000;
}



.table-wrap th {

  display: block;
  padding: 10px;
  text-align: left;
  background-color: rgb(238, 238, 238);
  color: #616161;
  font-size: 1.2rem;
  font-weight: 700;
}
.table-wrap td {

  display: block;
  padding: 10px;
  text-align: right;
  background-color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-weight: 400;
  color: #616161;
}



.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;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.tab_area span {
  color: #fff !important;
}
.tab_area label {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 10px;
  vertical-align: bottom;
  transition: ease 0.2s;
  margin: 3px;
  background-color: #789280;
  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: #45584b;
  color: #ffffff;
}
#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;
  margin-inline-start: 0px;
}

.full {
  width: 100% !important;
  margin-inline-start: 0px;
}

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

.attendance {
  background: #fdf361d5;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0;
  letter-spacing: 1px;
}

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


.footer_btn_fix {
    position: fixed;
    bottom: 0;
    width: calc(100% - 40px);
    text-align: center;
    z-index: 3;
    padding: 6px 20px;
}

.footer_btn_table {
    width: calc(100% - 6px);
    display: flex;
    background-color: #45584b79;
    border-radius: 5px;
    justify-content: space-between;
    padding: 3px 3px;
}

.footer_btn_bk {
  display: block;
  text-align: center;
    padding: 3px 3px;
  width: 20%;
  font-size: 0.8rem;
}
.footer_btn_bk i{
  font-size: 2.5rem;
}

.footer_btn_fix a {
  display: block;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  color: #ffffff;
  padding: 8px 0 5px;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 5px;
}
.footer_btn_bk:nth-child(1) a{
    background: linear-gradient(#e6bbc6, #ad003a);
}
.footer_btn_bk:nth-child(2) a{
    background: linear-gradient(#ebdcbb, #ce7500);
}
.footer_btn_bk:nth-child(3) a{
    background: linear-gradient(#c2e2c2, #00B900);
}
.footer_btn_bk:nth-child(4) a{
    background: linear-gradient(#c5c5c5, #2b2b2b);
}
.footer_btn_bk:nth-child(5) a{
    background: linear-gradient(#787c92, #454858);
}
.footer_btn_bk img {
  width: 20px;
}


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


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

.cast-photo {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  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;
}
.uk0::after {
  content: "ご案内可能";
}

.uk1::after {
  content: "ご予約満了";
}
.uk2::after {
  content: "調整中";
}
.uk3::after {
  content: "受付終了";
}

.uk0,
.uk1,
.uk2,
.uk3 {
  width: 100%;
  text-align: center;
  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;
}

#top-banner,
#top-news,
#top-twitter,
#top-cast-flex,
#top-newcast,
.banerlink {
  padding: 0 10px;
  margin: 0 auto;
}
  .menuham_d {
    display: none;
  }
@media screen and (min-width: 769px) {
  .bg0 img {
    display: block;
    width: 30%;
    margin: 135px auto 0;
  }

  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);
  }


  .burger-wrap {
    display: none;
  }
  #main_logo-wrap {
    padding: 0 0;
  }
  .main_logo img {
    width: 40%;
  }
  .main_logo {
    padding: 10px 0;
  }

  .logo-wrap {
    position: absolute;
    background: #ffffffe3;
    height: 135px;
    z-index: 1;
  }
  .logo-wrap img,
  .logo-fixed img,
  .logo-menu img {
    width: 25%;
  }


  .footer_btn_fix {
    display: none !important;
  }
  .logo_title {
    display: block;
    color: #fff;
    background-color: #4F6963;
    font-size: 0.7rem;
    padding: 3px 0;
    text-align: center;
  }
  .pc-info {
    display: block !important;
    text-align: center;
  }
  .pc-info-f {
    display: block !important;
    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;
  }

  .menuham_d {
    text-align: center;
    display: block;
  }
  .menuham_d a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
  }
  .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-banner,
  #top-news,
  #top-twitter,
  #top-cast-flex,
  #top-newcast,
  .banerlink {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1200px;
  }

  .top-title {
    width: 100%;
    margin: 60px auto;
  }


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

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


  .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: 0.7rem;
    padding: 10px 0;
    line-height: 25px;
  }
  .uk0,
  .uk1,
  .uk2 {
    padding: 5px 0;
    font-size: 0.7rem;
  }
  #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(100% - 0px);
    width: calc(100% - 0px);
    margin-bottom: 10px;
    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;
  }
  .single_calendar {
    writing-mode: vertical-lr;
  }

    .single_calendar td, .single_calendar th {
        font-size: .7rem;
        width: auto !important;
        writing-mode: horizontal-tb;
    }

}

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