@charset "UTF-8";
.u-small {
  font-size: 0.8em;
}

.u-font-bold {
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.ly-pt-0 {
  margin-top: 0px !important;
}

.ly-pb-0 {
  margin-bottom: 0px !important;
}

.ly-mt-0 {
  margin-top: 0px !important;
}

.ly-mb-0 {
  margin-bottom: 0px !important;
}

.ly-pt-10 {
  margin-top: 10px !important;
}

.ly-pb-10 {
  margin-bottom: 10px !important;
}

.ly-mt-10 {
  margin-top: 10px !important;
}

.ly-mb-10 {
  margin-bottom: 10px !important;
}

.ly-pt-20 {
  margin-top: 20px !important;
}

.ly-pb-20 {
  margin-bottom: 20px !important;
}

.ly-mt-20 {
  margin-top: 20px !important;
}

.ly-mb-20 {
  margin-bottom: 20px !important;
}

.ly-pt-30 {
  margin-top: 30px !important;
}

.ly-pb-30 {
  margin-bottom: 30px !important;
}

.ly-mt-30 {
  margin-top: 30px !important;
}

.ly-mb-30 {
  margin-bottom: 30px !important;
}

.ly-pt-40 {
  margin-top: 40px !important;
}

.ly-pb-40 {
  margin-bottom: 40px !important;
}

.ly-mt-40 {
  margin-top: 40px !important;
}

.ly-mb-40 {
  margin-bottom: 40px !important;
}

.ly-pt-50 {
  margin-top: 50px !important;
}

.ly-pb-50 {
  margin-bottom: 50px !important;
}

.ly-mt-50 {
  margin-top: 50px !important;
}

.ly-mb-50 {
  margin-bottom: 50px !important;
}

.ly-pt-60 {
  margin-top: 60px !important;
}

.ly-pb-60 {
  margin-bottom: 60px !important;
}

.ly-mt-60 {
  margin-top: 60px !important;
}

.ly-mb-60 {
  margin-bottom: 60px !important;
}

.ly-pt-70 {
  margin-top: 70px !important;
}

.ly-pb-70 {
  margin-bottom: 70px !important;
}

.ly-mt-70 {
  margin-top: 70px !important;
}

.ly-mb-70 {
  margin-bottom: 70px !important;
}

.ly-pt-80 {
  margin-top: 80px !important;
}

.ly-pb-80 {
  margin-bottom: 80px !important;
}

.ly-mt-80 {
  margin-top: 80px !important;
}

.ly-mb-80 {
  margin-bottom: 80px !important;
}

.ly-pt-90 {
  margin-top: 90px !important;
}

.ly-pb-90 {
  margin-bottom: 90px !important;
}

.ly-mt-90 {
  margin-top: 90px !important;
}

.ly-mb-90 {
  margin-bottom: 90px !important;
}

.ly-pt-100 {
  margin-top: 100px !important;
}

.ly-pb-100 {
  margin-bottom: 100px !important;
}

.ly-mt-100 {
  margin-top: 100px !important;
}

.ly-mb-100 {
  margin-bottom: 100px !important;
}

.ly-btnCenter {
  text-align: center !important;
}

.ly-text-right {
  text-align: right !important;
}

html,
body {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.3em;
}

body {
  color: #424242;
  line-height: 1.6;
}

p, li {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 1030px) {
  p, li {
    font-size: 1.8rem;
  }
}

table {
  margin: 5rem auto;
}
table caption {
  text-align: center;
  background-color: #e5f5fa;
}

table,
th,
td {
  font-size: 1.4rem;
}
@media screen and (min-width: 1030px) {
  table,
  th,
  td {
    font-size: 1.8rem;
  }
}

tr {
  border-bottom: solid 1px #ccc;
}

th {
  white-space: nowrap;
}

th,
td {
  padding: 0.5em;
}
@media screen and (min-width: 1030px) {
  th,
  td {
    padding: 1em;
  }
}

.container {
  margin: 0 auto;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
          box-shadow: 0 0 10px rgba(170, 170, 170, 0.8);
  padding: 2rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container {
  background: url(/images/headerBg01.jpg) no-repeat;
  background-position: bottom;
  height: 100vh;
  background-size: cover;
}
.header__logo {
  font-size: 1.4rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (min-width: 1030px) {
  .header__logo {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .header__logo span {
    display: block;
    font-size: 2.3rem;
  }
}
.header__logo img {
  width: 50px;
  margin-right: 10px;
}
.header__banner {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.header__banner img {
  max-width: 100%;
}
.header-contact {
  max-width: 200px;
}

.nav {
  font-size: 1.8rem;
  position: fixed;
  top: 16.4102564103vw;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: -1px 1px 5px rgba(204, 204, 204, 0.5);
          box-shadow: -1px 1px 5px rgba(204, 204, 204, 0.5);
  height: 100vh;
}
@media screen and (min-width: 1030px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    height: auto;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-lists {
  width: 100%;
  padding: 1em 0 0 1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 1030px) {
  .nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
  }
}
.nav-lists a {
  display: block;
  line-height: 3;
}
.nav-lists a img[src*="instagram_icon.svg"] {
  width: 30px;
}
@media screen and (min-width: 1030px) {
  .nav-lists a img[src*="instagram_icon.svg"] {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.nav__toggle {
  width: 30px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle span {
  display: block;
  background: #ccc;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__toggle span:nth-of-type(1) {
  top: 0;
}
.nav__toggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav__toggle span:nth-of-type(3) {
  bottom: 0;
}
.nav__toggle.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.nav__toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.nav__toggle.active span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.key-visual {
  background: url(/images/headerBg01.jpg) no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  background-size: cover;
}
@media screen and (min-width: 1030px) {
  .key-visual {
    background-position: bottom;
    height: 80vh;
    background-attachment: fixed;
  }
}

.key-copy {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 1.6;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 90%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 1px 1px 5px #000;
}
@media screen and (min-width: 1030px) {
  .key-copy {
    font-size: 5rem;
    top: 35%;
    left: 10%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}

.key__title {
  color: #d45a5a;
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .key__title {
    margin-top: 6rem;
    font-size: 4rem;
  }
}
.key__title span {
  display: inline-block;
}

.fv {
  height: 150px;
  position: relative;
  background: url(/images/activities/fv.jpg) no-repeat;
  background-size: cover;
  container-type: size;
}
@media screen and (min-width: 1030px) {
  .fv {
    height: 300px;
  }
}
.fv__title {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 1030px) {
  .fv__title {
    font-size: 5rem;
  }
}
.fv-recruit {
  height: 75vh;
  background: url(/images/recruit/fv.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1030px) {
  .fv-recruit {
    height: 65vh;
  }
}

.section:nth-of-type(even) {
  background: #f6f6f6;
}
.section__inner {
  width: 90%;
  max-width: 960px;
  padding: 2rem 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 1030px) {
  .section__inner {
    width: 62%;
  }
}
.section__inner strong {
  font-size: 1.2em;
  color: #f73636;
}
@media screen and (min-width: 1030px) {
  .section__inner strong {
    font-size: 1.5em;
  }
}
.section__inner p + p {
  margin-top: 2em;
}
.section__inner img {
  max-width: 100%;
}
.section__title {
  font-size: 3rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}

h2 {
  font-size: 2.5rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 1030px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.9rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1030px) {
  h3 {
    font-size: 2.4rem;
  }
}

dl {
  width: 65%;
  margin: 3rem auto;
}

dt {
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  margin-bottom: 0.25em;
}

dd {
  font-size: 1.5rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
}
dd p {
  font-size: 1.4rem;
  color: #666;
}

.link {
  color: #00f;
  border-bottom: solid 1px #00f;
  cursor: pointer;
}

.center {
  text-align: center;
}

.underline {
  border-bottom: double 4px #f73636;
  color: #f73636;
  font-weight: 700;
}

.main__copy {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1030px) {
  .main__copy {
    text-align: center;
  }
}

.post a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  color: #1a0dab;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post a:hover {
  opacity: 0.7;
}
.post figcaption {
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}

.post__title {
  font-size: 2.4rem;
  margin-bottom: 1em;
  border-bottom: solid 2px #424242;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .post__title {
    font-size: 3rem;
  }
}
.post__title span {
  color: #b3b3b3;
  font-size: 1.2rem;
  position: absolute;
  top: -30px;
  left: -10px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (min-width: 1030px) {
  .post__title span {
    font-size: 1.2rem;
    top: -28px;
    left: -3px;
  }
}
.post__title span::before {
  content: "";
  display: block;
  width: 110px;
  height: 63px;
  background-image: url(/images/post/bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: -1;
}
@media screen and (min-width: 1030px) {
  .post__title span::before {
    width: 122px;
    height: 67px;
    top: -17px;
    left: -17px;
  }
}

.post__sub-title {
  font-size: 2rem;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .post__sub-title {
    font-size: 2.4rem;
  }
}

.post__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  gap: 20px;
}
.post__flex__img {
  width: 30%;
}
.post__flex__text {
  width: 70%;
}

.post__text__box {
  border: solid 1px #424242;
  padding: 0.8em;
  border-radius: 1px;
}

input,
textarea {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  padding: 0.5em;
}
.btn {
  color: #fff;
  font-size: 1.6rem;
  background-color: #f73636;
  display: inline-block;
  padding: 0.5em 2em;
  margin: 5rem 20px;
  text-align: center;
}
@media screen and (min-width: 1030px) {
  .btn {
    font-size: 2rem;
  }
}
.btn__wrapper {
  text-align: center;
}

.about-table {
  margin-top: 2rem;
}
@media screen and (min-width: 1030px) {
  .about-table {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    margin-top: 0;
  }
}
.about-table img {
  max-width: 100%;
  vertical-align: middle;
}
.about-table table {
  margin-top: 2rem;
}

.contact-telbox {
  border: solid 6px #fff;
  padding: 5%;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1030px) {
  .contact-telbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 77px;
    width: 634px;
    padding: 34px 0 30px 50px;
    text-align: left;
  }
}
.contact-telbox__ttl {
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1030px) {
  .contact-telbox__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 77px;
  }
}
@media screen and (min-width: 1030px) {
  .contact-telbox__ttl::after {
    background: #ccc;
    content: "";
    display: block;
    position: absolute;
    right: -2vw;
    top: 0;
    width: 3px;
  }
}
.contact-telbox__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}
.contact-telbox__tel {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
}

.contact__table tr {
  border-bottom: none;
}
.contact__table th,
.contact__table td {
  display: block;
}
@media screen and (min-width: 1030px) {
  .contact__table tr {
    border-bottom: solid 1px #ccc;
  }
  .contact__table th,
  .contact__table td {
    display: table-cell;
  }
}

.map__inner {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1030px) {
  .map__inner {
    padding-bottom: 46.25%;
    max-width: 960px;
    margin: 0 auto;
  }
}
.map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map__inner iframe:focus {
  border: none;
}
.map p {
  font-size: 1.4rem;
}
.map p + p {
  margin-top: 0;
}

.scedule {
  padding: 1rem 0 4rem;
  max-width: 100%;
}
@media screen and (min-width: 1030px) {
  .scedule {
    padding: 4rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1030px) {
  .scedule__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.scedule__img {
  text-align: center;
  margin: 0 auto 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1030px) {
  .scedule__img {
    max-width: 850px;
  }
}
.scedule__img img {
  max-width: 100%;
}
.scedule__img-title {
  font-size: 1.9rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1030px) {
  .scedule__img-title {
    font-size: 2.5rem;
  }
}
.scedule__text {
  color: #666;
  font-size: 1.2rem;
}

.activities__wrapper {
  max-width: 960px;
}
.activities__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.activities__items__four {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1030px) {
  .activities__items__four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.activities__item {
  text-align: center;
  padding: 4em 0.5em;
}
@media screen and (min-width: 1030px) {
  .activities__item {
    padding: 8em 2em;
  }
}
.activities__img {
  position: relative;
  aspect-ratio: 215/162;
}
.activities__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities__title {
  font-size: 1.8rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}
@media screen and (min-width: 1030px) {
  .activities__title {
    font-size: 2.5rem;
  }
}
.activities__sub-title {
  font-size: 1.4rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 1030px) {
  .activities__sub-title {
    font-size: 1.6rem;
  }
}
.activities__text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1030px) {
  .activities__text {
    font-size: 1.4rem;
  }
}
.activities__text span {
  display: inline-block;
}

.privacy__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.privacy__wrapper h2 {
  font-size: 2.3rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .privacy__wrapper h2 {
    font-size: 2.6rem;
  }
}
.privacy__wrapper p {
  margin-bottom: 0;
}
.privacy__wrapper p + p {
  margin-top: 0;
}
.privacy__wrapper ul {
  font-size: 1.8rem;
  list-style: disc;
  padding-left: 1.5em;
}
.privacy__contact {
  margin-top: 4rem;
}

.swiper {
  position: relative;
  z-index: 0;
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.swiper-slide img {
  aspect-ratio: 16/9;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-title {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.swiper-title img {
  max-width: 500px;
}

.panf-slider {
  overflow: hidden;
  max-width: 450px;
  margin-inline: auto;
  border: solid 1px #ccc;
  cursor: pointer;
}
.panf-slider img {
  aspect-ratio: 704/1000;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background: url(../images/footer_before.svg) repeat-x;
  background-size: 100%;
  background-position: bottom;
  border-top: solid 1px #ccc;
  font-size: 1.6rem;
  padding-bottom: 6.5rem;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .footer {
    background-size: 30%;
  }
}
.footer__inner {
  max-width: 1250px;
  padding: 6rem 2em 1em;
  margin: 0 auto;
}
@media screen and (min-width: 1030px) {
  .footer__inner {
    padding: 6rem 0 0 0;
  }
}
.footer__nav {
  font-size: 1.2rem;
}
.footer__copyright {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1030px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1030px) {
  .pc-only {
    display: block;
  }
}

.full-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 49.5vw);
}

.gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  grid-auto-rows: 200px;
  margin-bottom: 2rem;
}
.gallery img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon {
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  background: #fff0f5;
  padding: 2em;
}
@media screen and (min-width: 1030px) {
  .salon {
    padding: 6em;
  }
}
.salon h2 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 1030px) {
  .salon h2 {
    font-size: 2.2rem;
  }
}
.salon h2:nth-of-type(even) {
  margin-top: 6rem;
}
.salon__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1030px) {
  .salon__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.salon__img {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  margin-top: 20px;
}
.salon__img img {
  max-width: 100%;
}
.salon p {
  font-size: 1.55rem;
}
.salon p + p {
  margin-top: 0;
}

.staff__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staff__img {
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1030px) {
  .staff__img {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.staff__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff__img img:hover {
  -webkit-transform: scale(1.1) rotate(10deg);
          transform: scale(1.1) rotate(10deg);
}
.staff__img:hover .staff__info {
  display: block;
}
.staff__img:last-child {
  margin-top: 70px;
}
.staff__img:last-child img {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .staff__img:nth-of-type(3n-2) {
    margin-top: 0;
  }
  .staff__img:nth-of-type(3n-2) .staff__info {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .staff__img:nth-of-type(3n-2) .staff__info::after {
    left: 10%;
  }
  .staff__img:nth-of-type(3n-2) .staff__info::before {
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .staff__img:nth-of-type(3n-2) .staff__info {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .staff__img:nth-of-type(3n) .staff__info {
    left: initial;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .staff__img:nth-of-type(3n) .staff__info::after {
    left: initial;
    right: 10%;
  }
  .staff__img:nth-of-type(3n) .staff__info::before {
    left: initial;
    right: 9%;
  }
}
.staff__info {
  display: none;
  position: absolute;
  bottom: 105%;
  /* 画像の上に吹き出しを表示 */
  left: 50%;
  /* 画像の中央に寄せる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 中央に寄せる */
  width: 80vw;
  /* 吹き出しの幅 */
  padding: 10px;
  background-color: #fff;
  border: solid 2px #c0c0c0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  z-index: 10;
  text-align: left;
}
.staff__info p {
  font-size: 1.4rem;
}
.staff__info p + p {
  margin-top: 0.5em;
}
.staff__info::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -19px;
  /* 三角形の位置を調整 */
  left: 50%;
  /* 三角形も中央に寄せる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  /* 吹き出しの三角形の色 */
}
.staff__info::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -25px;
  /* 三角形の影部分 */
  left: 50%;
  /* 三角形の影も中央に寄せる */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 12px;
  border-color: #c0c0c0 transparent transparent transparent;
  /* 吹き出しの三角形の色 */
}
.staff__img--right .staff__info {
  left: auto;
  right: 0;
  /* 右端の画像の場合、吹き出しを左に寄せる */
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.staff__img--right .staff__info::after, .staff__img--right .staff__info::before {
  left: auto;
  right: 10px;
  /* 三角形も左寄せ */
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1030px) {
  .staff__info {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 550px;
    /* PCでの吹き出しの幅 */
  }
  .staff__info::after {
    left: 90px;
    /* 三角形の位置を調整 */
    -webkit-transform: none;
            transform: none;
  }
  .staff__info::before {
    left: 88px;
    /* 三角形の影部分 */
    -webkit-transform: none;
            transform: none;
  }
  .staff__img--right .staff__info {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .staff__img--right .staff__info::after, .staff__img--right .staff__info::before {
    left: auto;
    right: 10px;
    /* PC時の右端画像に対する三角形の位置調整 */
    -webkit-transform: none;
            transform: none;
  }
}

.recruit__table {
  padding: 2rem;
  margin-block: 4rem;
  background-color: #fff;
  border-radius: 5px;
}
.recruit__table h2 {
  border-bottom: solid 2px #424242;
}
@media screen and (min-width: 1030px) {
  .recruit__table h2 {
    max-width: 40%;
    margin-inline: auto;
  }
}
.recruit__table table {
  margin-top: 2rem;
}
@media screen and (min-width: 1030px) {
  .recruit__table table {
    margin-top: 6rem;
  }
}
.recruit__table-rev {
  background-color: #fafafa;
  border: solid 2px #f3f3f3;
}

.banner {
  width: 50%;
  max-width: 300px;
  height: auto;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeIn 0.8s ease-in-out;
          animation: fadeIn 0.8s ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1030px) {
  .banner {
    max-width: 400px;
  }
}
.banner:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */