@charset "UTF-8";


/* 共通 -------------- */

.more-button {
  margin: 0 auto;
  max-width: 191px;
}
.more-button a {
  position: relative;
  display: block;
  padding: 1.5em 2em;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.0;
  transition: 0.5s;
  text-align: center;
  color: #584242;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(1.066667vw, 16px);
  border-radius: 8px;
  background: #DFD4C2;
}
@media screen and (max-width: 768px) {
  .more-button a {
    font-size: min(4vw, 16px);
  }
}
.more-button a span {
  position: relative;
  z-index: 11;
}
.more-button a:hover {
  color: #DFD4C2;
  background: #584242;
}


.staffstart__stylingbody{
  margin-top: 20px;
}

.staffstart__facility_top{
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .staffstart__facility_top{
    padding: 40px 20px;
  }
}

.staffstart {
  position: relative;
  white-space: nowrap;
}

.staffstart__item .hide {
  display: none;
}

@media (max-width: 767px) {
  .staffstart__item {
    -ms-flex-preferred-size:33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.staffstart__item a {
  position: relative;
  display: block;
}
.staffstart__item img {
  max-width: 100% !important;
}

.staffstart__item figure.code_img {
  position: relative;
  margin: 0;
  text-align: center;
}
.staffstart__item figure.code_video:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/staffstart/video.png") no-repeat center / contain;
}
@media (max-width: 767px) {
  .staffstart__item figure.code_video:before {
    width: 40px;
    height: 40px;
  }
}

.staffstart__item .staffstart__profile {
  position: relative;
  padding: 10px;
  text-align: center;
  z-index: 2;
  line-height: 1.4;
}
.staffstart__item.styling .staffstart__profile {
  margin-top: -25px;
  padding-top: 0;
}

.staffstart__item .stafficon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.staffstart__item .stafficon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffstart__item .staffdata {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  color: #fff;
}
.staffstart__item .staffdata hr {
  width: 100%;
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.staffstart__item .staffdata .stafflabel {
  font-weight: bold;
  opacity: .5;
  display: none;
}
.staffstart__item .staffdata .staffshop {
  font-weight: bold;
  white-space: normal!important;
}

@media (max-width: 767px) {
  .staffstart__item.styling .staffstart__profile {
    margin-top: -20px;
  }
  .staffstart__item .staffdata {
    margin-top: 10px;
  }
}

.staffname{
  font-size: 1.3rem;
  line-height: 1.2;
}
.style-staffheight {
  color: #878787!important;
}

/* TOP -------------- */

.staffstart__facility_top .c-button {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .staffstart__facility_top .staffstart__heading {
    margin-right: 15em;
  }
  .staffstart__facility_top .staffstart__heading img {
    width: 600px;
  }
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*row-gap: 20px;*/
}
.tab-wrap:not(.nobdr):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #DFD4C2;
  opacity: .2;
  position: absolute;
  bottom: 35px;
  left: 0;
}
@media (max-width: 767px) {
  .tab-wrap:not(.nobdr):after {
    bottom: 35px;
  }
}
.tab-label {
  position: relative;
  order: -1;
  margin: 20px 0;
  border: 1px solid #DFD4C2;
  color: #DFD4C2;
  font-size: 1.4rem;
  font-weight: bold;
  background: #DFD4C2;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.tab-label:first-of-type {
  border-radius: 30px 0 0 30px;
  border-right: 0;
}
.tab-label:last-of-type {
  border-radius: 0 30px 30px 0;
  border-left: 0;
}
.tab-label i {
  display: block;
  padding: 10px 35px;
  font-style: normal;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tab-wrap {
    justify-content: center;
  }
  .tab-label i {
    padding: 7px 20px;
    justify-content: flex-end;
  }
  .tab-label {
    margin: 0px 0 0;
    font-size: 1.1rem;
  }
}
.tab-content {
  order: 99;
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 0s ease-in-out;
  z-index: -1;
  overflow: hidden;
}
.tab-content .tab-label {
  order: -1;
  margin: 20px 0;
  color: #DFD4C2;
  font-size: 1.3rem;
  font-weight: bold;
  background: #DFD4C2;
  line-height: 1;
  cursor: pointer;
}
.tab-content .tab-label i {
  display: block;
  padding: 0px 20px;
  font-style: normal;
  border-radius: 30px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  opacity: 1;
}
.tab-switch:checked+.tab-label i {
  color: #DFD4C2;
  background: #111;
}
.tab-switch:checked+.tab-label+.tab-content {
  order: 1;
  display: block;
  margin-top: 15px;
  height: auto;
  opacity: 1;
  transition-duration: .5s;
  z-index: 3;
  overflow: auto;
}
.staffbody .staffstart{
  margin-top: 50px;
}

.staffbody .staffstart__wrap{
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.staffbody 
.tab-switch:checked+.tab-label+.tab-content {
  margin-top: -50px;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



@media (min-width: 768px) {
  .tab-wrap {
    margin-top: -55px;
    justify-content: flex-end;
  }
}


.staffstart__wrap {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .staffstart__wrap {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.staffstart__wrap::-webkit-scrollbar{
  height: 10px;
  background: linear-gradient(180deg, rgba(17,17,17,0) 48%, rgba(17,17,17,0.1966036414565826) 50%, rgba(17,17,17,0) 52%);
}
.staffstart__wrap::-webkit-scrollbar-track{
}
.staffstart__wrap::-webkit-scrollbar-thumb{
  background-color: #DFD4C2;
  border-radius: 5px;
  margin-top: 10px;
}

.staffstart .staffstart__item {
  width: 200px;
  display: inline-block;
}
.staffstart .staffstart__item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .staffstart .staffstart__item:not(:last-child) {
    margin-right: 10px;
  }
}