@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-weight: 400;
  font-family: "Unbounded";
}

.under-mv__title img {
  max-width: 130px;
}

.archive .salon__archive {
  position: relative;
  z-index: 2;
  padding-bottom: 25rem;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8rem 5%;
  margin-bottom: 21rem;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive {
    padding-bottom: 8rem;
    padding: 5rem 5%;
  }
}
.archive .salon__archive--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem 0;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--list {
    gap: 6rem 0;
  }
}
.archive .salon__archive--list::after {
  content: "";
  width: 29.5%;
  height: 0;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--list::after {
    width: 100%;
  }
}
.archive .salon__archive--list-item {
  width: 31%;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--list-item {
    width: 100%;
  }
}
.archive .salon__archive--list-thumb {
  overflow: hidden;
}
.archive .salon__archive--list-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.archive .salon__archive--link:hover .salon__archive--list-thumb img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.archive .salon__archive--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.archive .salon__archive--sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
}
.archive .salon__archive--sns li {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--sns li {
    width: 30px;
    height: 30px;
  }
}
.archive .salon__archive--title {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--title {
    font-size: 1.7rem;
  }
}
.archive .salon__archive--info {
  margin: 2rem 0 0;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--info {
    margin: 1.5rem 0 0;
  }
}
.archive .salon__archive--address {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--address {
    font-size: 1.4rem;
  }
}
.archive .salon__archive--address a {
  display: flex;
  align-items: center;
  gap: 0 0.7rem;
  text-decoration: underline;
}
.archive .salon__archive--tel {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.archive .salon__archive--tel a {
  font-size: 2rem;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .archive .salon__archive--tel a {
    font-size: 1.8rem;
    pointer-events: all;
  }
}
.archive .salon__archive--banners {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 0 0.8rem;
}
@media screen and (max-width: 1400px) {
  .archive .salon__archive--banners {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.archive .salon__archive--banner {
  border-radius: 18px;
  background: #fff;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .archive .salon__archive--banner {
    width: 60%;
    margin: 0 auto;
  }
}
.archive .salon__archive--banner.salon-info {
  background: #fff;
}
.archive .salon__archive--banner.web, .archive .salon__archive--banner.app {
  color: #fff;
  background: #111111;
}
.archive .salon__archive--banner a {
  padding: 0.8rem 1rem;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .archive .salon__archive--banner a {
    padding: 0.8rem 0;
  }
}

.single .salon__single {
  position: relative;
  z-index: 2;
  padding-bottom: 25rem;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .single .salon__single {
    padding-bottom: 8rem;
  }
}
.single .salon__single--lead {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8rem 7%;
}
@media screen and (max-width: 834px) {
  .single .salon__single--lead {
    padding: 5rem 7%;
  }
}
.single .salon__swiper--box {
  position: relative;
}
.single .salon__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single .salon .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .salon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .single .salon .swiper-slide img {
    aspect-ratio: 2/1.5;
  }
}
.single .salon .swiper-pagination {
  bottom: -3rem;
}
.single .salon .swiper-pagination-bullet-active {
  background: #111111;
}
.single .salon__single--info {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .single .salon__single--info {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.single .salon__single--info--right {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .single .salon__single--info--right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.single .salon__shop-title {
  line-height: 1.5;
  font-size: 2.3rem;
}
@media screen and (max-width: 834px) {
  .single .salon__shop-title {
    font-size: 2rem;
  }
}
.single .salon__shop-title span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .single .salon__shop-title span {
    font-size: 2.8rem;
  }
}
.single .salon__single--sns {
  margin: 5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1rem;
}
@media screen and (max-width: 834px) {
  .single .salon__single--sns {
    margin: 0.8rem 0 0;
  }
}
.single .salon__single--description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  width: 65%;
}
@media screen and (max-width: 834px) {
  .single .salon__single--description {
    width: 100%;
    font-size: 1.4rem;
  }
}
.single .salon__single--main {
  margin-top: 13rem;
  border-radius: 15px 15px 0 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 8rem 7% 11rem;
}
@media screen and (max-width: 834px) {
  .single .salon__single--main {
    margin-top: 7rem;
    padding: 5rem 7% 11rem;
  }
}
.single .salon .sec-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .single .salon .sec-title {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.single .salon__single--contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .single .salon__single--contents {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.single .salon .salon-info__list {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (max-width: 834px) {
  .single .salon .salon-info__list {
    width: 100%;
  }
}
.single .salon .salon-info__item {
  display: flex;
  align-items: flex-start;
}
.single .salon .salon-info__term {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: 25%;
}
@media screen and (max-width: 834px) {
  .single .salon .salon-info__term {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}
.single .salon .salon-info__desc {
  font-size: 1.5rem;
  line-height: 1.8;
  width: 73%;
}
@media screen and (max-width: 834px) {
  .single .salon .salon-info__desc {
    font-size: 1.4rem;
  }
}
.single .salon .salon-info__mail {
  text-decoration: underline;
}
.single .salon .salon-info__map-link {
  display: flex;
  gap: 0 0.7rem;
  text-decoration: underline;
}
.single .salon .salon-info__map-link img {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1.2;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .salon .google-map {
  width: 49%;
  height: 100%;
  gap: 2rem 0;
}
@media screen and (max-width: 834px) {
  .single .salon .google-map {
    width: 100%;
  }
}
.single .salon .google-map iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
}
.single .salon .tel {
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .single .salon .tel {
    pointer-events: all;
  }
}
.single .salon__banners {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 834px) {
  .single .salon__banners {
    margin-top: 6rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.single .salon__link {
  border-radius: 35px;
  text-align: center;
}
.single .salon__link.menu {
  background: #fff;
  border-radius: 35px;
  width: 20rem;
}
@media screen and (max-width: 834px) {
  .single .salon__link.menu {
    width: 100%;
  }
}
.single .salon__link.web, .single .salon__link.app {
  width: 28rem;
  color: #fff;
  background: #111111;
}
@media screen and (max-width: 834px) {
  .single .salon__link.web, .single .salon__link.app {
    width: 100%;
  }
}
.single .salon__link a {
  padding: 2rem 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .single .salon__link a {
    padding: 1rem 0;
  }
}
.single .salon__staff {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 7% 11rem;
}
@media screen and (max-width: 834px) {
  .single .salon__staff {
    padding: 0 7% 11rem;
  }
}
.single .salon__staff--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.single .salon__staff--list::after {
  content: "";
  width: 29.5%;
  height: 0;
}
@media screen and (max-width: 834px) {
  .single .salon__staff--list::after {
    width: 100%;
  }
}
.single .salon__staff--item {
  width: 29.5%;
}
@media screen and (max-width: 834px) {
  .single .salon__staff--item {
    width: 100%;
  }
}
.single .salon__staff--image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .salon__staff--roll {
  margin-top: 2.3rem;
  border-radius: 13px;
  border: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .single .salon__staff--roll {
    margin-top: 1.5rem;
  }
}
.single .salon__staff--name {
  font-family: "Inter", sans-serif;
  margin-top: 1rem;
  font-size: 2.6rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .single .salon__staff--name {
    font-size: 2rem;
  }
}
.single .salon__staff--message {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .single .salon__staff--message {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.single .salon__viewmore {
  background: #fff;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
  border-radius: 35px;
  padding: 1.8rem 7%;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 834px) {
  .single .salon__viewmore {
    margin: 2.5rem auto 0;
    padding: 1.3rem 5rem;
  }
}
.single .salon__column {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 7% 11rem;
  margin-top: -1rem;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 834px) {
  .single .salon__column {
    padding: 0 7% 11rem;
  }
}
.single .salon__column--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 0;
}
.single .salon__column--list::after {
  content: "";
  width: 29.5%;
  height: 0;
}
@media screen and (max-width: 834px) {
  .single .salon__column--list::after {
    width: 100%;
  }
}
.single .salon__column--item {
  width: 29.5%;
}
@media screen and (max-width: 834px) {
  .single .salon__column--item {
    width: 100%;
  }
}
.single .salon .salon__column--image {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.single .salon .salon__column--image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.single .salon .salon__column--image:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.single .salon__column--info {
  margin-top: 2rem;
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .single .salon__column--info {
    margin-top: 1rem;
  }
}
.single .salon__column--date {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.single .salon__column--cat {
  border-radius: 13px;
  border: 1px solid #333333;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  line-height: 1;
}
.single .salon__column--title {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .single .salon__column--title {
    font-size: 1.7rem;
  }
}
.single .salon__column--text {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.4em;
}
@media screen and (max-width: 834px) {
  .single .salon__column--text {
    font-size: 1.4rem;
  }
}
.single .salon__column--author {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .single .salon__column--author {
    font-size: 1.4rem;
  }
}
.single .salon__staff--list li, .single .salon__column--list li {
  display: none;
}
.single .salon__staff--list li:nth-child(-n+3), .single .salon__column--list li:nth-child(-n+3) {
  display: block;
}
.single .salon__staff--list.is-expanded li, .single .salon__column--list.is-expanded li {
  display: block;
}/*# sourceMappingURL=salon.css.map */