@charset "UTF-8";
/* CSS Document */
.btnInsta a {
  display: inline-block;
  width: 310px;
  line-height: 55px;
  box-sizing: border-box;
  color: #DDDDDD;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnInsta a::after {
  border-right: 1px solid #fffffc;
  border-top: 1px solid #fffffc;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10%;
  top: 42%;
  transform: rotate(45deg);
  width: 10px;
}
.btnInsta a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #189A98;
  border-color: #189A98;
}
.btnInsta a:hover.style01, .btnInsta a:hover.style02 {
  color: #fff;
  background-color: #189A98;
  border-color: #189A98;
}
.btnInsta a:hover.style01:after, .btnInsta a:hover.style02:after {
  border-color: #FFF;
}
.btnInsta a.style01 {
  background-color: #DDDDDD;
  color: #222222;
  font-weight: 400;
}
.btnInsta a.style01::after {
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}
.btnInsta a.style02 {
  border-color: #000000;
  color: #222222;
  font-weight: 400;
}
.btnInsta a.style02::after {
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
}

.header_staff {
  background: url(../images/staff/staff_tit_sp.webp) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .header_staff {
    background: url(../images/staff/staff_tit_pc.webp) center top no-repeat;
    background-size: cover;
  }
}

.bg-right-gray {
  background-color: #F7F7F7;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .bg-right-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bg-gray {
  background-color: #333;
}

.staff-col2:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 780px) {
  .staff-col2:nth-child(2) {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 780px) {
  .staff-col2:nth-child(odd) .staff-col2-left {
    order: 2;
  }
}
@media screen and (min-width: 780px) {
  .staff-col2:nth-child(odd) .staff-col2-right {
    order: 1;
  }
}
.staff-col2 {
  width: 1150px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .staff-col2 {
    display: grid;
    gap: 0px 100px;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .staff-col2-left {
    margin-bottom: 30px;
  }
}
.staff-col2-left img {
  width: 100%;
  height: auto;
}
.staff-col2-right p {
  margin-bottom: 0;
}
.staff_title {
  font-size: clamp(18px, 5vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.staff_title-en {
  color: #179A98;
  font-family: "Sorts Mill Goudy", serif;
  line-height: 1;
  font-size: clamp(12px, 5vw, 16px);
  margin-bottom: 0;
}
.staff_message p {
  font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.938rem);
  line-height: 2.5;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .staff_message p.btnInsta {
    margin-top: 20px;
  }
}
.staff_message .area {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff_message .area {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .staff_message .area:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #F7F7F7);
  }
}
@media screen and (max-width: 768px) {
  .staff_message .area {
    max-height: 260px;
  }
}
.staff_message .area .readmore {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.staff_message .area .readmore::after, .staff_message .area .readmore::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  right: 12%;
  top: 50%;
  /*transform: rotate(45deg);*/
  background-color: #000000;
}
.staff_message .area .readmore::after {
  transform: rotate(90deg);
}
.staff_message .area .readmore .readmore-btn {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  width: 310px;
  line-height: 55px;
  box-sizing: border-box;
  border: 1px solid #222222;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #222222;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .staff_message .area .readmore {
    display: none;
  }
}
.staff_message .area.open {
  max-height: none;
}
.staff_message .area.open:after {
  display: none;
}
.staff_message .area.open .readmore::after {
  display: none;
}
.staff .btnInsta {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .staff .btnInsta {
    text-align: left;
  }
}

.system {
  position: relative;
}
.system-header {
  background: url(../images/staff/bg_system_sp.png) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: rgb(0, 0, 0);
  padding: 80px 0 180px 0;
}
@media screen and (min-width: 780px) {
  .system-header {
    background: url(../images/staff/bg_system_pc.png) center top no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
}
.system-header .col2 {
  width: 1150px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .system-header .col2 {
    display: grid;
    gap: 0px 80px;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
.system-header .col2-left .en {
  color: #189A98;
  font-size: clamp(16px, 3vw, 20px);
}
.system-header .col2-left .ja {
  font-size: clamp(20px, 5vw, 32px);
}
.system-header .col2-right {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  line-height: 2;
}
.system-header .col2-right p {
  margin: 0;
}
.system__inner {
  width: 1150px;
  max-width: 90%;
  margin: 0 auto;
  color: #DDDDDD;
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  .system__inner {
    margin-top: 100px;
  }
}
.system__inner img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.system__inner .number {
  display: block;
  color: #189A98;
  font-size: clamp(21px, 6vw, 32px);
}
.system__inner .title {
  font-size: clamp(18px, 5vw, 28px);
  letter-spacing: 0.1em;
  margin-top: 16px;
}
.system__inner .title span {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.system__inner .title span:before {
  content: "";
  width: 1px;
  height: 0.8em;
  background-color: #DDDDDD;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.4em;
}
.system_more {
  color: #DDDDDD;
  text-align: center;
  font-size: clamp(12px, 5vw, 20px);
  padding: 0px 0 10px 0;
}
@media screen and (min-width: 780px) {
  .system_more {
    padding: 100px 0;
  }
}
.system_more:before {
  content: "";
  display: block;
  width: 1px;
  height: 75px;
  background-color: #DDDDDD;
  margin: 0 auto;
}
.system .readmore {
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.system .readmore::after, .system .readmore::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  right: 12%;
  top: 50%;
  /*transform: rotate(45deg);*/
  background-color: #ffffff;
}
.system .readmore::after {
  transform: rotate(90deg);
}
.system .readmore .readmore-btn {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  width: 310px;
  line-height: 55px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .system .readmore {
    display: none;
  }
}
.system .area {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .system .area {
    max-height: 0;
  }
}
.system .area.open {
  max-height: none;
}
.system .area.open:after {
  display: none;
}
.system .area.open .readmore::after {
  display: none;
}
.system ul {
  margin: 0;
  padding: 0;
}
.system ul li {
  padding: 0;
  margin: 0;
}
.system .btnInsta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .system .btnInsta {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .system .btnInsta.col {
    display: flex;
    justify-content: flex-end;
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .system .btnInsta a.style01 {
    margin-bottom: 20px;
  }
}

.reservation__inner {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  .reservation__inner {
    padding-bottom: 120px !important;
  }
}/*# sourceMappingURL=style_staff.css.map */