@import url("https://fonts.googleapis.com/css2?family=Liter&display=swap");
/* ===============================================================
 salon page
===============================================================*/
.salon-page {
  margin-top: 19rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 834px) {
  .salon-page {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.salon-page__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .salon-page__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.salon-page__nav {
  position: sticky;
  top: 12rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 834px) {
  .salon-page__nav {
    position: relative;
    top: auto;
  }
}
.salon-page__nav-ttl {
  font-size: 4.8rem;
}
.salon-page__nav-dd {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .salon-page__nav-dd {
    display: none;
  }
}
.salon-page__nav-link {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 2rem;
  font-size: 2rem;
}
.salon-page__nav-link::before {
  position: absolute;
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  top: calc(50% - 0.5rem);
  left: 0;
  z-index: 1;
  background-color: #000;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .salon-page__nav-link::before {
    opacity: 1;
  }
}
.salon-page__nav-link.now::before {
  opacity: 1;
}
.salon-page__nav-link.--ttl {
  display: none;
}
@media screen and (max-width: 834px) {
  .salon-page__nav-link.--ttl {
    display: block;
    margin-bottom: 1rem;
  }
  .salon-page__nav-link.--ttl:not(:first-of-type) {
    margin-top: 6rem;
  }
}
.salon-page__cont {
  max-width: 102rem;
}
.salon-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 6rem;
}
@media screen and (max-width: 1024px) {
  .salon-page__list {
    gap: 6rem 3rem;
  }
}
@media screen and (max-width: 600px) {
  .salon-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}
.salon-page__list:not(:first-of-type) {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .salon-page__list:not(:first-of-type) {
    margin-top: 0;
  }
}
.salon-page__item-img {
  position: relative;
  aspect-ratio: 300/218;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .salon-page__item-img {
    margin-bottom: 2rem;
  }
}
.salon-page__item-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 36%);
}
.salon-page__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.salon-page__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.salon-page__menu-item {
  padding: 0 0.5rem;
  line-height: 1.7rem;
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
}
.salon-page__menu-item.--hair {
  color: #fff;
  background-color: #7f7e7d;
}
.salon-page__menu-item.--nail {
  background-color: #b7b7b7;
}
.salon-page__menu-item.--eye {
  background-color: #ddd;
}
.salon-page__ttl {
  margin-top: 1rem;
  font-family: "Figtree", sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}
.salon-page__ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
.salon-page__add {
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.875;
  min-height: 3.75em;
}
@media screen and (max-width: 834px) {
  .salon-page__add {
    margin: 1rem 0;
  }
}

/* ===============================================================
 salon detail page
===============================================================*/
.salon-dtl__intro {
  margin: 19rem 0 20rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro {
    margin: 6rem 0;
  }
}
.salon-dtl__intro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .salon-dtl__intro-flex {
    gap: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.salon-dtl__intro-swiper {
  position: relative;
  max-width: 63.5rem;
  width: 50%;
  margin-right: 0;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-swiper {
    margin-right: auto;
    width: 80%;
  }
}
.salon-dtl__intro-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 635/600;
}
.salon-dtl__intro-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.salon-dtl__intro-swiper .swiper-pagination {
  bottom: 0;
}
.salon-dtl__intro-swiper .swiper-pagination-bullet {
  margin: 0 1rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  background: rgba(34, 34, 34, 0.5);
}
.salon-dtl__intro-swiper .swiper-pagination-bullet-active {
  background: #222;
}
.salon-dtl__intro-cont {
  max-width: 54rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-cont {
    max-width: 100%;
    width: 100%;
  }
}
.salon-dtl__intro-cont .salon-page__ttl {
  margin: 3rem 0 6rem;
  font-size: 4rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-cont .salon-page__ttl {
    margin: 1.5rem 0 3rem;
    font-size: 3rem;
  }
}
.salon-dtl__intro-cont .salon-page__ttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-cont .salon-page__ttl span {
    font-size: 1.4rem;
  }
}
.salon-dtl__intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .salon-dtl__intro-list {
    gap: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .salon-dtl__intro-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.salon-dtl__intro-list:not(:first-of-type) {
  margin-top: 1rem;
}
.salon-dtl__intro-dt {
  min-width: 7.4rem;
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  .salon-dtl__intro-dt {
    line-height: 1.1;
  }
}
.salon-dtl__intro-dd {
  margin-top: 0.3em;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-dd {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 450px) {
  .salon-dtl__intro-dd {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.salon-dtl__intro-map {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-map {
    margin-top: 5rem;
  }
}
.salon-dtl__intro-map iframe {
  width: 100%;
  height: 56.4rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 834px) {
  .salon-dtl__intro-map iframe {
    height: 30rem;
  }
}

.salon-btn {
  position: relative;
  display: block;
  margin: 6rem auto 0;
  width: 20rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #222;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .salon-btn {
    margin-top: 3rem;
  }
}
.salon-btn .rolle-effect {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
}
.salon-btn .icon {
  position: absolute;
  top: calc(50% - 1rem);
  right: 3rem;
  z-index: 1;
  width: 1rem;
}
.salon-btn:hover .rolle-effect {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}

.salon-dtl__news {
  background-color: #dddcda;
}
.salon-dtl__news .top__news {
  padding: 14rem 0;
}
.salon-dtl__news .top__news-item {
  border-color: #c8c8c8;
}

.salon-dtl__sec {
  padding: 14rem 0;
}
@media screen and (max-width: 834px) {
  .salon-dtl__sec {
    padding: 6rem 0;
  }
}
.salon-dtl__sec:not(:last-of-type) {
  border-bottom: 1px solid #dddcda;
}

.salon-dtl__staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__staff-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.salon-dtl__staff-list {
  max-width: 102rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .salon-dtl__staff-list {
    gap: 5rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-dtl__staff-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .salon-dtl__staff-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}
.salon-dtl__staff-item__flex {
  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;
  gap: 2rem;
}
.salon-dtl__staff-img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 440/600;
}
.salon-dtl__staff-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 36%);
}
.salon-dtl__staff-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.salon-dtl__staff-post {
  margin-top: 3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__staff-post {
    margin-top: 1rem;
  }
}
.salon-dtl__staff-name {
  font-size: 2.8rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 834px) {
  .salon-dtl__staff-name {
    font-size: 2.2rem;
  }
}
.salon-dtl__staff-insta {
  display: block;
  width: fit-content;
  max-width: 2.6rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__staff-insta {
    max-width: 2rem;
    position: relative;
    top: -0.2rem;
  }
}

.salon-dtl__style {
  overflow: hidden;
}
.salon-dtl__style-swiper {
  margin: 7rem 0 0 auto;
  max-width: 153rem;
  width: 95%;
  padding-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__style-swiper {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.salon-dtl__style-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.salon-dtl__style-swiper .swiper-button-next, .salon-dtl__style-swiper .swiper-button-prev {
  top: auto;
  bottom: -1rem;
  background: transparent;
  border-width: 0;
}
@media screen and (max-width: 640px) {
  .salon-dtl__style-swiper .swiper-button-next, .salon-dtl__style-swiper .swiper-button-prev {
    bottom: -0.7rem;
  }
}
.salon-dtl__style-swiper .swiper-button-next::after, .salon-dtl__style-swiper .swiper-button-prev::after {
  width: 1.1rem;
  height: 0.9rem;
  background: url(../img/common/pagination-arrow.svg) no-repeat center center/contain;
  color: transparent;
}
.salon-dtl__style-swiper .swiper-button-prev {
  left: calc(50% - 6rem);
  transform: translateX(-50%);
}
.salon-dtl__style-swiper .swiper-button-next {
  right: calc(50% - 9rem);
  transform: translateX(-50%) rotate(180deg);
}
.salon-dtl__style-swiper .swiper-button-next.swiper-button-disabled, .salon-dtl__style-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.salon-dtl__style-swiper .swiper-pagination {
  pointer-events: none;
  bottom: 0;
  font-family: "Liter", sans-serif;
  color: #161515;
}

.salon-dtl__blog .inner {
  position: relative;
}
.salon-dtl__blog-list {
  margin-top: 7rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .salon-dtl__blog-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .salon-dtl__blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
}
.salon-dtl__blog .top__blog-item-img {
  aspect-ratio: 1;
}
.salon-dtl__blog .top__blog-item-img img {
  width: 100%;
}
.salon-dtl__blog .meta {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.salon-dtl__blog .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .salon-dtl__blog .title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 835px) {
  .salon-dtl__blog .link-more {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  .salon-dtl__blog .link-more {
    margin: 3rem auto 0;
  }
}